@charset "utf-8";
@import url("default.css");  


.filterWrap span{
	font-family: "Noto sans JP", sans-serif;
	font-size: 0.9em;
	line-height: 150%;
	letter-spacing: 0.1em;
}
/************************************************************** setting **************************************************************/
body{font-family: 'Neue Haas Grotesk Display Pro', 'SUIT', 'Pretendard', sans-serif; background: #000; font-size: 20px;} 
input,select,button,textarea{font-family: 'Neue Haas Grotesk Display Pro', 'SUIT', 'Pretendard', sans-serif; background: #000; } 
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {-webkit-box-shadow: 0 0 0 40px white inset !important;  }
.Bacasime{/*font-family: 'Bacasime Antique', sans-serif; */font-style:italic;} 
sup {vertical-align: top;font-size:16px; line-height: 1.4; color: #888; font-weight: 400; white-space: nowrap;     text-transform: uppercase;}


/************************************************************** layout header **************************************************************/
.layout-header{position:fixed; top:0; left:0; width:100%; z-index:9; display:flex; justify-content:space-between; align-items:center; padding: 30px 40px; backdrop-filter: blur(2px);    mix-blend-mode: difference;}
.layout-header .logo-soro{width:320px;}
.layout-header .logo-soro img{vertical-align:middle;}
.layout-header .menu-btn {
  height: 100%;
  width:17vw;
  position: absolute;
  right: 3vw;
  top: -14px;
  z-index: 9;
  display:none;
}
.layout-header .menu-btn > span {
  background-color: #fff;
  border-radius: 1px;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: 0 0 0 -3.5vw;
  transition: height 100ms;
}


/************************************************************** layout footer **************************************************************/
.layout-footer { position: relative;z-index: 2;font-size: 20px; font-weight: 500;background: #000;}
.layout-footer ul li{margin:14px 0;} 
.layout-footer .ft-info{position:relative;display:flex; justify-content:flex-start;  padding-top: 40px; border-top:1px solid #fff;} 
.layout-footer .ft-typo{font-size:5vw; line-height: 1;   white-space: nowrap;   letter-spacing: -0.03em;    margin-top: 100px; } 
.layout-footer .ft-info .ft-cont{width:100%;}
.layout-footer .ft-info .ft-tit{width:auto; margin-right: 100px;}
.layout-footer .contact-typo{font-size: 10vw; white-space:nowrap; margin : 200px 0 40px;}
.layout-footer .ft-flex{position:relative;display:flex; justify-content:space-between; align-items:flex-end;}
.layout-footer .ft-flex .copy{position:absolute; right:0; bottom:0; margin-bottom: 10px; font-size:14px; text-transform: uppercase;} 

/*.layout-footer .ft-info .btn-arr a{padding-left: 10px; position:relative;}*/
/*.layout-footer .ft-info .btn-arr a:after{content:''; width:4px; height:4px; background: #fff; border-radius:50%;position:absolute; left:0; top:10px;}*/


/************************************************************** layout common **************************************************************/
.wrap{padding:0 40px;}
.btn-arr span {  display: inline-block; }
.btn-arr span.arr{position:relative; overflow:hidden; height:1em; width:0; transition:all ease .3s;}
.btn-arr span.arr i {position: absolute  ;top: 0;left: -1em;  font-size: 1em;transition:all ease .3s;transform: rotate(0deg);}
.btn-arr a:hover span.arr{width:1em;}
.btn-arr a:hover span.arr i {left:0;transform: rotate(-45deg);}


/************************************************************** layout index **************************************************************/
.layout-main {font-size: 20px; font-weight: 500;  transition:background-color ease .3s; }  
.layout-main a{color:inherit;}
.layout-main section { }
.layout-main section .flex{display:flex; justify-content:space-between; align-items:flex-end;  margin: 40px 0;}
.layout-main section .flex > p{margin-bottom: 10px; text-transform: uppercase;}
.layout-main section .flex > p:first-child{font-size: 24px; }
.layout-main .section-tit{font-size: 6.5vw;     text-transform: uppercase;}
.layout-main .section-tit + .more-btn{margin-bottom: 10px;}
.layout-main .section-tit .txtWrap{font-size: inherit; line-height: 1;}
.layout-main .section-txt { font-size: 40px;   }
/*
.layout-main .section-txt:after{content:''; width:12px; height:12px; border-radius:50%; background: #fff; mix-blend-mode: difference; display:inline-block; vertical-align:top;}  
*/
.layout-main .more-btn{display:inline-block; }
.layout-main .more-btn a{border:1px solid #fff; padding:12px 16px; display:block; border-radius:6px; font-size: 20px; }
.layout-main .more-btn i.xi-plus{margin-top: 1px;}
.layout-main .section-four{ background-color: #000;  transition:background-color ease .3s; margin-top: -750px; }
.layout-main.white{background: #fff; color: #000;}
.layout-main.white .more-btn a{border-color:#000; color: #000;}
.layout-main.white .section-four{background-color: #fff;} 

/* common */
.wwd-cont{display:flex; flex-wrap:wrap;  }
.wwd-cont .txtWrap{font-size: 36px;}
.wwd-cont .section-tit + div {padding-top: 15px; } 
/*
.wwd-cont > div{width:40%;} 
*/
.wwd-cont .more-btn{margin-top: 60px;} 
.filter .text * {opacity: 0.25;transition: 0.25s ease;vertical-align:bottom;}



/* cursor */ 
.cursor {
    pointer-events: none;
}
.cursor .cursor-ball {
    position: fixed;
    top: 0;
    left: 0;
    mix-blend-mode: difference;
    z-index: 5000;
}  
.cursor .cursor-ball .text {
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
    -moz-transform:translate(-50%,-50%);
    -ms-transform:translate(-50%,-50%);
    -o-transform:translate(-50%,-50%);
    transform:translate(-50%,-50%);
    font-size:1vw;
    color:#fff; 
}
.cursor .cursor-ball circle { 
    fill:#fff;
} 
.cursor-able {
    cursor:pointer;
} 

/*241127追記*/
.scroll-infinity__list--left {
	background-image:url("../img/wave.svg");
background-position:center;
background-size:130%;
background-repeat: repeat-x;
width:180%;
height:300%;
position:fixed;
top:23%;
left:0;
right:0;
bottom:0;
animation:infinitescroll 320s linear infinite;
z-index:-10;
transform: rotate(-15deg);
max-width: 130% !important;
}
@keyframes infinitescroll {
0% {background-position:0 0;}
100% {background-position:488vw 0;}
}


@media screen and (max-width:1040px){ 
.scroll-infinity__list--left {
	margin-left: 200px;
	max-width: 145% !important;
	margin-top: -50px;
}
}

@media screen and (max-width:768px){ 
	.scroll-infinity__list--left {
		max-width: 205% !important;
	}
	}

h1.h1{
	margin:400px 0 10px 50px;
	color: #fff;
	line-height: 150%;
	font-family: "Noto sans JP";
	font-weight: 900;
	letter-spacing: 0.2em;
	font-size: 2.4em;
}

.section-one span{
	font-size: 1em;
	color: #525252;
	margin-left:50px;
	letter-spacing: 0.1em;
}

@media screen and (max-width:768px){ 
	.h1.h1{
		font-size: 1.4em;
		margin:350px 0 10px 30px;
	}
	.section-one span{
		font-size: 0.6em;
		margin-left:30px;
	}
	
	}


.adsection{
	position:relative;
}
li .flex p{
	color: #fff;
	font-family: "Noto sans JP";
	font-weight: 900;
	letter-spacing: 0.2em;
	font-size: 1.8em;
	float: left;
}
.flex span{
	vertical-align: middle;
	color: #525252;
	letter-spacing: 0.5em;
}

li .flex p.sub{
	font-size: 0.7em;
	margin:auto 0 -20px;
	text-align : right;
}

@media screen and (max-width:1024px){ 
.layout-main section .flex{
	display: block;
}
.layout-main section .flex > p:first-child{font-size: 2vw;} 
li .flex p.sub{
	margin:auto;
}
}

@media screen and (max-width:768px){
	li .flex p.sub{
		font-size: 0.5em;
	}
}

.hidden{
	visibility: hidden;
}

.section-txt{
	width:30%;
}

.wwd-cont .txtWrap{
	width:70%;
}

.filterWrap img{
	margin: 40px 0 0 -40px;
}

@media screen and (max-width:768px){
	.filterWrap img{
		margin: 40px 0 0 0;
	}
	.filterWrap span{
		font-size:0.7em;
	}
}
dd,dt,.first,.second{
	float: left;
	font-size: 0.8em;
}

dl{
	clear: both;
	font-family: "Noto sans JP", sans-serif;
	font-size: 0.9em;
	line-height: 170%;
	letter-spacing: 0.1em;
}

dt{
	width: 100px;
	margin-bottom: 20px !important;
	opacity: .5;
}
@media screen and (max-width:768px){
	dt{
		width: 85px;
	}
}

.section-five .messeage{
	margin: 300px auto 0 150px;
    text-align: left;
	font-family: "Noto sans JP", sans-serif;
	letter-spacing: 0.1em;
	line-height: 180%;
}

.section-five .messeage>h3{
	margin-bottom: 20px;
	letter-spacing: 0.1em;
}


.section-five .messeage>h3>span{
	font-size: 1.4em;
	vertical-align: baseline !important;
	margin-left: 10px;
}


@media screen and (max-width:768px){
	.section-five .messeage{
		margin: 160px 40px;
	}
}


/*スクロール誘導*/
@import url(https://fonts.googleapis.com/css?family=Cabin);
.scroll{
	margin-top: 25.7vh;
}
.mouse{
  width: 52px;
  margin: 0 auto;
  position: relative;
  background: #4e5559 linear-gradient(transparent 0%,
                                      transparent 50%,
                                      #ffffff 50%,
                                      #ffffff 100%);
  background-size: 100% 200%;
  border-radius: 100px;
  animation: colorSlide 5s linear infinite,
             nudgeMouse 5s ease-out infinite;
}
.mouse:before,
.mouse:after{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.mouse:before{
  width: 24px;
  height: 52px;
  background-color: #30333a;
  border-radius: 100px;
}
.mouse:after{
  background-color: #ffffff;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  animation: trackBallSlide 5s linear infinite;
}
.text{
  margin-top: 50px;
  font-family: Cabin;
  letter-spacing: 9px;
  color: #fff;
  text-indent: 12px;
  text-align: center;
  font-size: 0.65em;
  animation: colorText 5s ease-out infinite,
             nudgeText 5s ease-out infinite;
}

/* Animations */
@keyframes colorSlide{
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}

@keyframes colorText{
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
} 

@keyframes trackBallSlide{
  0%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  6%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  14%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  15%, 19%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  30%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  36%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  44%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  45%, 49%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
  60%{
    opacity: 1;
    transform: scale(0.9) translateY(-20px);
  }
  66%{
    opacity: 1;
    transform: scale(0.9) translateY(5px);
  }
  74%{
    opacity: 0;
    transform: scale(0.4) translateY(40px);
  }
  75%, 79%{
    opacity: 0;
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100%{
    opacity: 1;
    transform: scale(1) translateY(-20px);
  }
}
@keyframes nudgeMouse{
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(8px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(8px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(8px);
  }
  90%{
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0%{
    transform: translateY(0);
  }
  20%{
    transform: translateY(2px);
  }
  30%{
    transform: translateY(0);
  }
  50%{
    transform: translateY(2px);
  }
  60%{
    transform: translateY(0);
  }
  80%{
    transform: translateY(2px);
  }
  90%{
    transform: translateY(0);
  }
}




/* section one */
.section-one{position:relative; z-index:-1; height:100vh;overflow:hidden; }  
.section-one .visualT{font-family: "Yu Mincho","YuMincho", serif;
	font-size:10.9vw; text-align: center; z-index:1; position:fixed; bottom:40px; line-height: 1; white-space: nowrap; letter-spacing: -0.03em;  width:100%; padding:0 40px;   overflow:hidden;} 
.section-one .visualT span {
    display: inline-block; 
    transform: translateY(100%);
    visibility: hidden;
    animation: slideUp .6s forwards;
}

@keyframes slideUp {
	0%{ 
    visibility: hidden;
		transform: translateY(100%); 
	}
    100% { 
        transform: translateY(0);
        visibility: visible;
    }
}
 
.section-one .visualT span:nth-child(1) {
    animation-delay: 0.2s;
} 
.section-one .visualT span:nth-child(3) {
    animation-delay: 0.4s;
}
.section-one .visualT span:nth-child(4) {
    animation-delay: 0.7s;
}



.section-one .background{width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%);  z-index:-1;}
.section-one .background img{width:100%; opacity:.5;}
/*
.section-one .background:before{content:''; width:100%; height:30%; position:absolute; left:0 ;top:0;  z-index:1;background-image: linear-gradient(180deg, #000, transparent);} */
.section-one .background:after{content:''; width:100%; height:70%; position:absolute; left:0 ;bottom:0; z-index:1;background-image: linear-gradient(0deg, #000 50%, transparent);}
.section-one .scroll-text{position:fixed; bottom:20px; left:50%; transform:translateX(-50%); z-index:1; color: #fff;font-size: 20px;         pointer-events: none;} 
.section-one .scroll-text.hide{opacity:0;}
.section-one .rolling-text { position: absolute; z-index:1;bottom: 18vw;right: 40px;font-size: 24px; text-transform: uppercase;display: flex;flex-direction: column;text-align:right; }
.rotate{position:relative; height:30px; }
.rotate dd {
  position: absolute;  
}
.rotate dd.slide-out {
  animation: slide-out-bottom 0.5s ease-in both 0.9s;
}
.rotate dd.slide-in {
  animation: slide-in-bottom 2s ease-out both 6s;
}
.rotate dd.slide-in-out.two {
  animation: slide-in-out-bottom 1s linear both 1s;
}
.rotate dd.slide-in-out.three {
  animation: slide-in-out-bottom 1s linear both 1.5s;
}
.rotate dd.slide-in-out.four {
  animation: slide-in-out-bottom 1s linear both 2s;
}
.rotate dd.slide-in-out.five {
  animation: slide-in-out-bottom 1s linear both 2.5s;
}
.rotate dd.slide-in-out.six {
  animation: slide-in-out-bottom 1s linear both 3s;
}
.rotate dd.slide-in-out.seven {
  animation: slide-in-out-bottom 1s linear both 3.5s;
}
.rotate dd.slide-in-out.eight {
  animation: slide-in-out-bottom 1s linear both 4s;
}
.rotate dd.slide-in-out.nine {
  animation: slide-in-out-bottom 1s linear both 4.5s;
}
.rotate dd.slide-in-out.ten {
  animation: slide-in-out-bottom 1.5s linear both 5s;
}

@keyframes slide-in-out-bottom {
  0% {
    transform: translateY(-25px);
    opacity: 0;
  }
  50% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(25px);
    opacity: 0;
  }
}
@keyframes slide-out-bottom {
  0% {
    transform: translateY(0px);
    opacity: 1;
  }
  100% {
    transform: translateY(25px);
    opacity: 0;
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(-25px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
  
/* section two */
.section-two{ background: #000; position:relative; z-index:1; color: #fff;  } 
.main-client {
    position: relative; 
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    height: 120px; 
}

.main-client .cover-board {
    position: absolute;
    display: block;
    width: 5076px;
    height:120px;
    font-size: 0;
}

.main-client .cover-board.slide-left {
    right: 0;
    text-align: right;
    animation: s03-slide-left 60s linear infinite;
}

.main-client .cover-board.slide-right {
    top: 0;
    left: 0;
    text-align: left;
    animation: s03-slide-right 60s linear infinite;
}

@keyframes s03-slide-left {
    to {
        right: -2538px;
    }
}

@keyframes s03-slide-right {
    to {
        left: -2538px;
    }
}


.main-client .cover-board > li {
    position: relative;
    display: inline-block;
    width: 262px;
    height: 100px;
    overflow: hidden; 
	display: inline-flex;
    align-items: center;
	justify-content:center;  
	margin:10px;
	border-radius:10px;
	font-size: 45px;
	font-weight: 800;
	color: #444;
}
  
.main-client .slide-mask {
    position: absolute;
    display: block;
    width: 100%;
    height:100%;
    left: 0; 
}

.main-client .slide-mask .rect-left,
.main-client .slide-mask .rect-right {
    position: absolute;
    top: 0;
    width: 90px;
    height: 100%;
}

.main-client .slide-mask .rect-left {
    left: 0;
    background-image: linear-gradient(to right, #000 0%, rgba(0,0,0,0) 100%);
}

.main-client .slide-mask .rect-right {
    right: 0;
    background-image: linear-gradient(to left, #000 0%, rgba(0,0,0,0) 100%);
}
 


/* section three */
.section-three .section-tit{text-align: center;}  
.layout-main .section-three .flex{margin:20px 0;     align-items: flex-start;}
.section-three .gallery-track  {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 40px;
  padding:40px;
  will-change: transform;
  width: 100%; 
  left:0; right:0;
  margin:0 auto;
}
.section-three .gallery-track li{padding:20px;  border-radius:10px;  /* background: #fff; color: #000;  */

background: rgba(18, 18, 18, 0.7);
    color: #fff;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(30px); -webkit-backdrop-filter: blur(30px);
	
	}
.section-three .card { position:relative;
	margin:0 auto;
	 height: 0;
	 padding-bottom:90%;
	 overflow: hidden; 
	 width:100%;
}
 .section-three .card .card-image-wrapper {
 	position:absolute; left:0; top:0; width:100%;
	 height: 135%; 
	 object-fit:cover;
	 will-change: transform;
	 background-color: #fff;
	 justify-items: center;
}
 .section-three .card .card-image-wrapper img {
	 width: 100%;
	 height: 100%;
	 object-fit: cover;
}
 
 
  
  
/* section foure */
.section-four .wwd-cont{padding : 100px 0 200px;}
.section-four .panel {position:relative; height:100vh; background: #fff; transition:opacity ease .3s;  padding:20px; overflow:hidden;} 
.section-four .panel:before{content:''; width:100%; height:100%; position:absolute; left:0; top:0; background:rgba(0,0,0,0.3); opacity:0; z-index:1; transition:opacity ease .3s;      pointer-events: none; } 
.section-four .panel.last{position:relative; z-index:1;}  
.section-four .prj-head {  background: rgba(255,255,255,0.9); color: #000; backdrop-filter: blur(5px); -webkit-backdrop-filter: blur(5px); border-radius:10px;   transition:all ease .6s;}
.section-four .prj-head > .wrap{ display:flex; align-items:flex-start; justify-content:space-evenly; padding: 60px; margin-top: 100px;}
.section-four .prj-name{min-width:50%;}
.section-four .prj-name p{font-size: 42px; margin-top: 20px; line-height: 1; 
	font-family: "Yu Mincho","YuMincho", serif;}
.section-four .prj-name .type span{font-size: 14px; line-height: 1;display:inline-block; background: #000; color: #fff; padding:6px 10px; margin-right:2px; border-radius:40px;}
.section-four .prj-image{position:absolute;left:0; top:0; width:100%; height: 100%; z-index:-1;} 
.section-four .prj-image > img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover; transform:scale(1.05); transition:all ease .6s;}

.section-four .panel.hide:before{opacity:1;} 
.section-four .panel.hide .prj-head{transform:scale(.95) translateY(15%);}
.section-four .panel.hide .prj-image img{transform:scale(1) }




/* section five */
.section-five{ position: relative;z-index:1;    background: #000; color: #fff; text-align: center; width:100%; height:100vh; overflow:hidden; }
.section-five .background{  width:100%; height:100%; position:absolute; left:0; top:0;  z-index:-1;   pointer-events: none; opacity: .5;}
.section-five .background:before{content:''; width:100%; height:60%; position:absolute; left:0 ;top:0;  z-index:1;background-image: linear-gradient(180deg, #000 50%, transparent);} 
.section-five .background:after{content:''; width:100%; height:40%; position:absolute; left:0 ;bottom:0;z-index:1;background-image: linear-gradient(0deg, #000 , transparent);} 
.section-five .background img{width:100%;  }
/*
.section-five .section-txt:after{background: #fff;}
.section-five .section-tit{margin-bottom: 100px;}
.section-five .partners{ margin-top: 100px;}
.section-five .partners li{position:relative; font-size:3vw; opacity: 0; filter: blur(10px);    transition:all ease .3s;  display: inline-block; border-radius: 10px;padding: 0 1vw; color: #444;  border: 1px solid #444;  margin: 5px;border-radius: 80px;} 
.section-five .partners li:hover{color:#fff; border-color:#fff;} 
.section-five .svc-text{margin-top: 100px;}
.section-five .svc-text li{position:relative; font-size: 4vw; opacity: 0; filter: blur(10px);    transition:all ease .3s; }
.section-five .svc-text li p{ position: relative;  z-index: 2;  display: inline-block; border-radius: 10px;padding: 0 2vw; color: #ddd;  border: 1px solid #ddd; background: #fff;margin: 5px 0 ;border-radius: 10px;}
.section-five .svc-text li .image{position:absolute; width:16vw; height:24vw; overflow:hidden;  opacity:0; transition:all ease .3s; z-index:1;      } 
.section-five .svc-text li .image img{width:100%; height:100%; object-fit:cover;} 
.section-five .svc-text li:nth-child(1) .image.left{ left:3vw; top:-5vw;}
.section-five .svc-text li:nth-child(1) .image.right{ right:4vw; top:8vw;} 
.section-five .svc-text li:nth-child(2) .image.left{ left:8vw; top:5vw;}
.section-five .svc-text li:nth-child(2) .image.right{ right:4vw; top:-12vw;} 
.section-five .svc-text li:nth-child(3) .image.left{ left:5vw; top:-5vw;}
.section-five .svc-text li:nth-child(3) .image.right{ right:2vw; top:-4vw;} 
.section-five .svc-text li:nth-child(4) .image.left{ left:3vw; top:-5vw;}
.section-five .svc-text li:nth-child(4) .image.right{ right:4vw; top:8vw;} 
.section-five .svc-text li:nth-child(5) .image.left{ left:8vw; top:5vw;}
.section-five .svc-text li:nth-child(5) .image.right{ right:4vw; top:-12vw;} 
.section-five .svc-text li:hover{   z-index:2;} 
.section-five .svc-text li:hover .image{opacity:1;} 
.section-five .svc-text li:hover p{ color: #000;}
*/ 
.marquee-section {
  position: absolute;
  top:0; 
  left:0;
  width:100%;
  overflow: hidden;  
  font-size: 5vw; 
  padding:40px 0;

}
.marquee-section.last{
	top:1.1em;
}

.item {
  text-transform: uppercase;
}

.loop-container {
  backface-visibility: hidden;
  will-change: transform;
  font-family: "Yu Mincho","YuMincho", serif;
}

 
/* section six */
.section-six {   background: #000;color: #fff;  }
.layout-main .section-six .more-btn a{border-color:#fff; color:#fff;}   
/* section bg */
.noise-block {
    z-index: 99999;
    opacity: .03;
    pointer-events: none;
    mix-blend-mode: normal;
    background-image: url(/v4/images/main/noise.gif);
    background-position: 0 0;
    background-size: auto;
    width: 100vw;
    height: 100dvh;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
}



/************************************************************** sub responsive **************************************************************/
.sub-tit{ width:100%; margin:160px 0 100px; width:100%;   }
.sub-tit h2{ font-size:5.5vw; font-weight:500; line-height: 1;} 
.sub-tit h2:after{content:''; width:18px; height:18px; border-radius:50%; background: #fff; display:inline-block; margin-left: 10px; vertical-align:top;}
.sub_bg{position:absolute; left:0; top:0; width:100%; height:400px;}
.sub_bg img{opacity:.5; position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
.sub_bg:after{content:''; width:100%; height:100%; position:absolute; left:0 ;bottom:0;     background-image: linear-gradient(0deg, #000, transparent);}


 
#story{position: relative; padding-top: 90px; overflow:hidden;  color: #fff; }
#story .story-tit{padding: 20px 50px;  line-height:1.2;     text-align: center;}
#story .story-tit h1{font-size:40px;  letter-spacing:-1px;  font-weight:500; margin:40px 0 0; line-height:1.4;}
#story .story-tit h1 span{font-size:1.6em; vertical-align:baseline; }
#story .story-tit h2{ font-size:24px; line-height:1.4;  font-weight:500; letter-spacing:-1px; }
#story .story-tit h2 span{display:block; font-size:16px;   letter-spacing:0;  color:rgba(255,255,255,0.5); vertical-align:baseline;}
#story ul{overflow:hidden; display:flex; flex-wrap:wrap; margin:0 -20px;}
#story ul li{  width: calc(33.33% - 40px); margin-left: 20px;
    margin-right:20px; }  
#story ul li .sns{position:absolute; left:20px; top:20px;  height:30px;  text-align:right;  font-weight: 600; font-size: 15px;}    
#story ul li .thumnail{width:100%; height:0;   display:block; position:relative;   overflow:hidden; padding-bottom:70%; border-radius:10px;}  
#story ul li .thum_img{ width:100%; height:100%; position:absolute; left:0; top:0; object-fit:cover;
    transition: all ease .5s;   transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1); } 
#story ul li:hover .thum_img{width:100%; height:100%; position:absolute; top:0; left:0; object-fit:cover;
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05); 
    opacity: 1;
}
#story ul li .thumtxt{display:block; padding:30px 0 0;font-size: 18px; }
#story ul li .thumtxt h2{font-weight:500;  font-size: 24px;overflow:hidden; line-height: 1.4;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;     text-transform: uppercase; }
#story ul li .thumtxt p{font-weight:500; margin:10px 0 20px; line-height:1.5; font-size: 16px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word; }
#story ul li .thumtxt p.date{  margin-bottom: 40px; opacity:.5;} 
 
 
#contact { 
	padding-top: 100px;
	color: #fff; 
	overflow:hidden;
	display:flex;
}

#contact h3 {
	font-size: 40px;
	margin: 100px 0 30px;
	font-weight:600;
}
#contact h3:first-child { 
	margin-top: 0;
} 
#contact h4 {
	font-size: 22px;
	margin: 50px 0 30px;
	font-weight: 500;
	line-height: 1.6;
}

#contact input {
	border: 0;
	border-bottom: 1px solid #fff;
	border-radius: 0;
	background: transparent;
	color: #fff;
	height: 70px;
	line-height: 70px;
	font-size: 20px;
	display: block;
	width: 100%;
	transition: all ease .3s;
		font-weight: 500;
}

#contact input:focus {
	border-color: #fff;
}

#contact input::placeholder {
	color: #fff;
}

#contact .counter { 
	text-align: center;
}

#contact .counter p {
	font-size: 15px;
	margin-top: 40px;
}

#contact .counter p a { 
}

#contact .counter p i {
	margin-right:5px;
}

#contact .counter span {
	font-size: 2.4em;
	vertical-align: baseline;
	font-weight: bold;
}

#contact .contact-cont { 
	overflow: hidden; 
	margin-top: 160px;
}

#contact .privacy-check {
	width: 100%;
	position: relative;
	font-size: 18px;
	margin: 30px 0;
}

#contact .privacy-check input[type=checkbox] {
	width: 22px;
	height: 22px; 
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	z-index: 1;
	opacity: 0;
	cursor: pointer;
}

#contact .privacy-check input[type=checkbox] + label {
	position: relative;
	font-weight: normal;
	color: #fff; 
	display: block;
	height: 24px;
	font-size: 15px;
}

#contact .privacy-check input[type=checkbox] + label a {
	color: #525252;
	border-bottom: 1px solid #525252;
	padding-bottom: 3px;
	cursor: pointer;
}

#contact .privacy-check input[type=checkbox] + label:before {
	content: ''; 
	border: 1px solid #525252;
	background: #fff;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	border-radius: 4px;
	text-align: center; 
	transform:translateY(-1px);
}

#contact .privacy-check input[type=checkbox]:checked + label:before {
	content: "\e929";
	font-family: xeicon !important;
	background: #008966;
	border-color: #008966;
	color: #fff;
	font-size: 20px;
}

#contact .privacy-cont {
	padding: 30px;
	border: 1px solid #fff;
	border-radius: 10px;
}

#contact .privacy-cont div {
	height: 200px;
	overflow-y: auto;
}

#contact .privacy-cont h4 {
	margin: 20px 0 10px;
	font-size: 18px;
	line-height: 1.5;
}

#contact .privacy-cont h5 {
	padding: 5px 0;
	font-size: 15px;
	line-height: 1.5;
}

#contact .privacy-cont p {
	padding: 5px 0;
	line-height: 1.5;
	font-size: 14px;
}

#contact .send-btn {
	border: 1px solid #fff; 
	border-radius: 10px;
	padding: 30px 60px;
	display: block;
	margin-top: 60px;
	font-size: 24px;
	cursor: pointer;
	position: relative;
	font-weight: bold;
	overflow: hidden;
	transition:all ease .3s; 
	text-align: center; 
}

#contact .send-btn span {
	position: relative;
	z-index: 2;
	font-weight: 500;
	mix-blend-mode: difference; 
}

#contact .send-btn:after {
	content:'';
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: transform;
	transition-duration: 0.3s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 200%;
	height: 200%;
	content: "";
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center top;
	background-color: #fff;
	border-radius: 50%; 
} 
#contact .send-btn:hover:after {
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center bottom;
}

#contact .send-btn:hover span {
}

#contact .selectBox {
	position: relative;
	display: block;
	width: 100%;
	cursor: pointer;
}

#contact .selectBox:focus {
	border-color: #fff;
}

#contact .selectBox i {
	font-size: 20px;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}

#contact .selectBox .label {
	display: flex;
	align-items: center;
	width: inherit;
	height: inherit;
	border: 0 none;
	outline: 0 none;
	background: transparent;
	cursor: pointer;
	color: #fff;
	font-size: 20px;
	border: 1px solid #fff;
	border-radius: 60px;
	height: 70px;
	padding: 0 30px;
	transition: all ease .3s;
}

#contact .selectBox .label:focus {
	border-color: #fff;
}

#contact .selectBox .optionList {
	position: absolute;
	top: 80px;
	left: 0;
	width: 100%;
	background: #fff;
	color: #000;
	list-style-type: none;
	padding: 0;
	border-radius: 20px;
	overflow: hidden;
	max-height: 0;
	transition: .3s ease-in; 
	z-index:2;
}

#contact .selectBox.active .optionList {
	max-height: 500px;
}

#contact .selectBox .optionItem:first-child {
	margin-top:20px;
} 
#contact .selectBox .optionItem:last-child{
	margin-bottom:20px;
}
#contact .selectBox .optionItem { 
	padding: 15px 30px;
	transition: .1s;
	font-size: 20px;
	font-weight: 500; 
	opacity:.6;
}

#contact .selectBox .optionItem:hover { 
	opacity:1;
}

#contact .selectBox .optionItem:last-child {
	border-bottom: 0 none;
}


#contact .contact-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#contact .contact-list > li {
	width: 48%;
	margin-bottom: 15px;
}

#contact .contact-btns {
	display: flex;
	flex-wrap: wrap;
}

#contact .contact-btns > li {
	margin-right: 15px;
	margin-bottom: 15px;
}

#contact .contact-btns input[type="checkbox"] {
	display: none;
}

#contact .contact-btns input[type="checkbox"] + label {
	cursor: pointer;
	border: 1px solid #fff;
	border-radius: 70px;
	background: transparent;
	color: #fff;
	height: 52px;
	padding: 0 30px; 
	display: flex;
	align-items: center;
	width: 100%;
	transition: all ease .3s;
		font-weight: 500;
}

#contact .contact-btns input[type="checkbox"]:hover + label {
	border-color: #fff;
}

#contact .contact-btns input[type="checkbox"]:checked + label {
	background-color: #fff;
	border-color: #fff;
	color: #000; 
}

#contact textarea {
	width: 100%; 
	color: #fff;
	border: 1px solid #fff;
	border-radius: 10px;
	height: 400px;
	padding: 30px;
	font-size: 20px;
	line-height: 1.5;
	transition: all ease .3s;
}

#contact textarea:focus {
	border-color: #fff;
}

#contact textarea::placeholder {
	color: #fff;
}

#contact .file-upload {
	max-width: 700px;
}

#contact .file-upload-wrapper {
	position: relative;
	width: 100%;
	height: 70px;
	border-radius: 70px;
	overflow: hidden;
	z-index: 1;
}

#contact .file-upload-wrapper:after {
	content: attr(data-text);
	font-size: 18px;
	position: absolute;
	top: 0;
	left: 0;
	background: #fff;
	padding: 0 30px;
	display: block;
	width: calc(100% - 50px);
	pointer-events: none;
	z-index: 20;
	height: 66px;
	line-height: 66px;
	color: #000;
	border-radius: 70px; 
	border: 1px solid #fff;
}

#contact .file-upload-wrapper:before {
	content: "파일첨부";
	position: absolute;
	top: 0;
	right: 0;
	display: inline-flex;
	align-items: Center;
	height: 66px;
	border: 1px solid #fff;
	background: #000;
	color: #fff;
	font-weight: 700;
	z-index: 25;
	font-size: 18px;
	padding: 0 50px;
	text-transform: uppercase;
	pointer-events: none;
	border-radius: 70px;
}

#contact .file-upload-wrapper input {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	height: 70px;
	margin: 0;
	padding: 0;
	display: block;
	cursor: pointer;
	width: 100%;
}


::-webkit-scrollbar {
	display:block;
	width: 3px;
	background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #fff;
}

::-webkit-scrollbar-track {
	background-color: rgba(255, 255, 255, 0.2);
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0% 33%, rgba(255, 255, 255, 0) 33% 66%, rgba(0, 0, 0, 0) 66% 100%);
}




#work{position: relative; padding-top: 100px;  color:#fff; overflow:hidden; }
#work .col-auto {-ms-flex: 0 0 auto;flex: 0 0 auto;width: auto;max-width: none;}
#work .block {width: 100% !important; height:50px;}
#work .row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -20px;margin-left: -20px;  }
#work [type="radio"]:checked,
#work [type="radio"]:not(:checked){position: absolute;left: -9999px;  } 
#work [type="radio"]:checked + label,
#work [type="radio"]:not(:checked) + label{position: relative;   cursor: pointer;   font-size: 20px;  text-transform: uppercase;    font-weight:600;   color: #fff;   margin :0 50px;  -webkit-transition: all 0.2s ease;  transition: all 0.3s ease;  line-height:34px;   margin-right: 0; overflow:hidden; border: 1px solid transparent;  border-radius:6px; }
#work [type="radio"]:checked + label:after,
#work [type="radio"]:not(:checked) + label:after{ width:0; height:2px; position:absolute; bottom:0; right:0; background: #fff; transition:all ease .3s;} 
#work [type="radio"]:checked + label:after{ width:100%;}
#work [type="radio"]:checked:hover + label:after,
#work [type="radio"]:not(:checked):hover + label:after{ width:100%; right:auto; left:0;} 
#work [type="radio"].checkbox-all + label{ margin-left:10px; }
#work [type="radio"].checkbox-all + label:before{background: #d10f3c;}
#work [type="radio"].checkbox-enterprise + label:before{background: #0fb92b;}
#work [type="radio"].checkbox-agency + label:before{background: #0f66d1;}
#work [type="radio"].checkbox-culture + label:before{background: #cfbb30;} 
#work [type="radio"]:checked + label{ border-color:#fff; padding:0 20px;} 
#work .box{   -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;  position:relative; overflow:hidden;}
#work .box a{position:relative; display:block; width:100%; height:0; padding-bottom:100%; -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;  position:relative; overflow:hidden;  }
#work .box a::before{  position: absolute;   width: 100%;   height: 74.07%;   background: transparent linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%) 0% 0% no-repeat padding-box;    left: 0;   bottom: 0;   opacity:0.4;   transition: opacity .5s;     z-index: 1;}
#work .box img{ transition:all ease .5s;  border-radius:10px; 	position:absolute;	left:0;top:0;	width:100%;	height:70%;object-fit:cover; transform: scale(1);  -webkit-transform:scale(1);  -moz-transform:scale(1);  -o-transform:scale(1); opacity:1;}
#work .box .detail{position:absolute;	left:0;top:0;color:#fff; font-size:20px;  width:100%; height:100%; padding:20px;  z-index:2;}
#work .box .detail p{display:inline-block; font-weight: 600;  font-size: 15px;  transition:all ease .5s;    text-transform: uppercase;}
#work .box .title{ position:absolute; left:0; width:100%;  top:calc(70% + 20px); opacity:1; transition:all ease .5s;  line-height: 1.4; }
#work .box .title p{font-size:24px;  }
#work .box .type {position:absolute; left:20px; top:calc(70% - 50px); opacity:0; z-index:2;  transition: all 0.5s ease;  }
#work .box .type span{ padding:3px 8px ; display:inline-block;  -webkit-transition: all 0.5s ease; background: #000; color: #fff;   border-radius:50px;  font-size: 14px; }
#work .box:hover p{opacity:1;}
#work .box:hover .title{opacity:1;}
#work .box:hover img{ }
#work .box a:hover .type{opacity:1;} 
#work .box.enterprise,
#work .box.agency,
#work .box.culture{  opacity: 0;  transform: scale(0);  padding: 0;margin: 0;  visibility: hidden;  border-width: 0;  width:0;}
#work .checkbox-all:checked ~ .box.enterprise,
#work .checkbox-all:checked ~ .box.agency,
#work .checkbox-all:checked ~ .box.culture,
#work .checkbox-all:checked ~ .box.enterprise,
#work .checkbox-all:checked ~ .box.agency,
#work .checkbox-enterprise:checked ~ .box.enterprise,
#work .checkbox-agency:checked ~ .box.agency,
#work .checkbox-culture:checked ~ .box.culture{  opacity: 1;   width: calc(33.33% - 40px);   margin-left: 20px;  margin-right: 20px; visibility: visible;  transform: scale(1);  border-width: 3px;
} 


 

/************************************************************** index responsive **************************************************************/

@media screen and (min-width:769px){ 
	.layout-header .gnb{font-size: 20px;     font-weight: 500; } 
	.layout-header .gnb ul{display:flex; justify-content:space-between; align-items:center;}  
	.layout-header .gnb a{margin-left: 40px; display:block; line-height: 1;} 
	.pc-hidden{display:none;}
}



@media screen and (max-width:1024px){ 
*{
	word-break: break-all !important;
}
}

@media screen and (max-width:1340px){ 
.section-three .gallery-track  {
	position: relative;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px;
	padding:40px;
	will-change: transform;
	width: 100%; 
	left:0; right:0;
	margin:0 auto;
  }
}

@media screen and (max-width:24px){ 
	.section-three .gallery-track {grid-template-columns: repeat(2,1fr);}
	.layout-footer .ft-flex .copy{    margin-bottom:5px; font-size: 14px;}
	.section-one .rolling-text{bottom:30vw;}
	.wwd-cont .txtWrap{width:60%;}
}
 


@media screen and (max-width:768px){ 

	sup{font-size: 14px;}
	.cursor{display:none;}

	/* header */ 
	.layout-header .logo-soro{width:60vw;}
	.layout-header{padding:5vw;} 
	.layout-header .menu-btn{display:block;}
	.ham-bg { 
	  position: fixed;
	  right: 0;
	  top: 0;
	  z-index: 7;
	  height: 100vh;
	  width: 0;  
	  transition:all ease .6s;
	  background: #000;
	}
	.gnb { 
	  position: fixed;
	  right: -100%;
	  top: 0;
	  z-index: 8;
	  height: 100vh;
	  width: 0;
	  display: table; 
	  opacity: 0; 
	  padding:5vw;
	}
	.ham-bg.act { 
	  width:100%;
	}
 	.gnb.act {
	  opacity: 1; 
	  width:100%;
	  right:0;
	}
	.gnb ul {
	  display: table-cell;
	  vertical-align: middle;
	}
	.gnb li { 
	  font-size: 10vw; 
	  opacity: 0; 
	  transform: translateX(20px);
	  transition: all 0.6s;
	  margin: 3vw 0;
	}
	/*
	.gnb li:nth-child(4){font-size: 5vw; margin-top: 14vw;}*/
	.gnb li:nth-child(5){font-size: 5vw;}
	/*
	.gnb li:nth-child(4):before,*/
	.gnb li:nth-child(5):before{ content:''; width:2vw; height:2vw; border-radius:50%; background: #fff; display:inline-block; vertical-align:middle; margin-right: 2vw; margin-top: -1vw;}
	.gnb li:nth-child(5) {
	  transition-delay: 0.1s;
	}
	.gnb li:nth-child(5) span {
	  transition-delay: 0.1s;
	}
	.gnb li:nth-child(4) {
	  transition-delay: 0.2s;
	}
	.gnb li:nth-child(4) span {
	  transition-delay: 0.2s;
	}
	.gnb li:nth-child(3) {
	  transition-delay: 0.3s;
	}
	.gnb li:nth-child(3) span {
	  transition-delay: 0.3s;
	}
	.gnb li:nth-child(2) {
	  transition-delay: 0.4s;
	}
	.gnb li:nth-child(2) span {
	  transition-delay: 0.4s;
	}
	.gnb li:nth-child(1) {
	  transition-delay: 0.5s;
	}
	.gnb li:nth-child(1) span {
	  transition-delay: 0.5s;
	}
	.gnb.act li {
	  opacity: 1;
	  transform: translateX(0);
	  -webkit-backface-visibility: hidden;
			  backface-visibility: hidden;
	}
	.gnb.act li:nth-child(1) {
	  transition-delay: 0.1s;
	}
	.gnb.act li:nth-child(1) span {
	  transition-delay: 0.1s;
	}
	.gnb.act li:nth-child(2) {
	  transition-delay: 0.3s;
	}
	.gnb.act li:nth-child(2) span {
	  transition-delay: 0.3s;
	}
	.gnb.act li:nth-child(3) {
	  transition-delay: 0.5s;
	}
	.gnb.act li:nth-child(3) span {
	  transition-delay: 0.5s;
	}
	.gnb.act li:nth-child(4) {
	  transition-delay: 0.7s;
	}
	.gnb.act li:nth-child(4) span {
	  transition-delay: 0.7s;
	}
	.gnb.act li:nth-child(5) {
	  transition-delay: 0.9s;
	}
	.gnb.act li:nth-child(5) span {
	  transition-delay: 0.9s;
	} 


	/* footer */
	.layout-footer{font-size: 4vw;  }
	.layout-footer .ft-typo{margin:15vw 0 5vw; font-size: 7vw;}
	.layout-footer .ft-flex .copy{margin-bottom: 5vw; font-size: 3.4vw; display: none;}
	.layout-footer .contact-typo{margin:20vw 0 5vw; font-size: 9.7vw;}
	.layout-footer .ft-info{flex-wrap:wrap; padding-top: 5vw;}
	.layout-footer .ft-info .ft-tit{width:30%; margin-right: 0;}
	.layout-footer .ft-info .ft-cont{width:70%;}
	.layout-footer ul li{margin:3vw 0;}

	/* layout */
	.wrap{padding:0 5vw;} 
	.btn-arr a span.arr{width:1em;}
	.btn-arr a span.arr i {left:0;transform: rotate(-45deg);  }



	/* main */
	.wwd-cont{flex-direction: column;  align-items: flex-start;  gap: 10vw;} 
	.wwd-cont .txtWrap{font-size: 6vw; width:100%;}
	.wwd-cont > div{width:100%;}
	.wwd-cont .more-btn{margin-top: 10vw;} 
	.layout-main .section-txt{font-size: 5vw;}
	/*
	.layout-main .section-txt:after{width:2vw; height:2vw;}
	*/
	.layout-main{font-size: 4vw;}
	.layout-main .section-tit{font-size: 13vw;}
	.layout-main .more-btn a{font-size:5vw;     padding: 1.4vw 2vw; border-radius:1vw;}
	.layout-main .section-tit + .more-btn{margin-bottom: 2vw;}
	.layout-main section .flex:has(.section-tit){flex-direction: column;  align-items: flex-start;  gap: 5vw;} 
	.layout-main section .flex > p:first-child{font-size: 3vw;} 
	.section-one .background{width:200%;}
	.section-one .visualT{bottom:14vw; white-space: break-spaces;font-size: 20vw;text-align: left; padding:0 5vw;}
	.section-one .visualT .Bacasime{ margin-left: 10vw;}
	.section-one .rolling-text{font-size:5vw; bottom:60%; right:5vw;}
	.section-one .rolling-text .rotate{height:6vw;}
	.section-one .scroll-text{bottom:5vw; font-size: 4vw;}
	.section-three{max-height:400vw; }
	.section-three .gallery-track{gap:5vw; padding:5vw; grid-template-columns: repeat(2,1fr);}
	.section-three .gallery-track li{padding:3vw;} 
	.layout-main .section-three .flex{margin:3vw 0;}
	.section-four .panel{padding:3vw;}
	.section-four .wwd-cont{padding:0 0 20vw;}   
	.section-four .prj-name p{font-size: 7vw;}
	.section-four .prj-head{border-radius:2vw;}
	.section-four .panel.hide .prj-head{transform:scale(.95) translateY(10%);}
	.section-four .prj-head > .wrap{flex-direction: column; align-items: flex-start; padding:5.6vw;}
	.section-four .prj-name .type span{font-size: 3vw; margin-right: 0.2vw; margin-bottom: 1vw; padding: 1vw 2vw;}
	.section-five {height:auto; min-height:auto;} 
	.marquee-section{padding:5vw 0; font-size: 8vw;}
	.section-five .background img{width: 200%;  max-width: none; position:relative; left: 50%;   transform: translateX(-50%);}
	.main-client{height:240px;}
	.main-client .cover-board { width: 3096px; height:120px;}
	.main-client .cover-board > li{width:152px; height:100px; margin:5px;} 
	.main-client .cover-board.slide-right{top:110px;}
}




/************************************************************** sub responsive **************************************************************/ 
@media screen and (max-width:1024px){  
	#story ul li{ width: calc(50% - 40px); margin-bottom: 40px;}
	#work .checkbox-all:checked ~ .box.enterprise,
	#work .checkbox-all:checked ~ .box.agency,
	#work .checkbox-all:checked ~ .box.culture,
	#work .checkbox-all:checked ~ .box.enterprise,
	#work .checkbox-all:checked ~ .box.agency,
	#work .checkbox-enterprise:checked ~ .box.enterprise,
	#work .checkbox-agency:checked ~ .box.agency,
	#work .checkbox-culture:checked ~ .box.culture{ width: calc(50% - 40px);}

	.sub-tit{margin:120px 0 80px;}
	#contact{flex-direction: column;}
	#contact .contact-cont{margin-top: 0;}
}
@media screen and (max-width:768px){   
	.sub-tit{margin:25vw 0 10vw;}
	.sub-tit h2:after{width:2.6vw; height:2.6vw;} 
	.sub-tit h2{font-size:10vw;}
	.sub_bg{height:50vw;}


	#contact{padding-top:10vw;}
	#contact h3{font-size: 20px;      margin: 50px 0 20px;}
	#contact h4{  font-size: 18px;  margin: 20px 0 20px;         padding-left: 25px; text-indent: -25px;}
	#contact .selectBox .label{font-size: 16px; height:50px; line-height: 50px;  padding:0 20px;}
	#contact input{font-size: 16px; height:50px; line-height: 50px;}
	#contact .selectBox .optionItem{font-size: 16px;  }
	#contact .selectBox .optionList{top:60px;}
	#contact textarea{font-size: 16px;  padding:20px;}
	#contact .file-upload-wrapper{height:60px;}
	#contact .file-upload-wrapper:after{height:56px; line-height: 56px; font-size: 14px; padding:0 20px;}
	#contact .file-upload-wrapper:before{height:56px; line-height: 56px; font-size: 14px; padding:0 20px;}
	#contact .contact-list > li{width:100%;}
	#contact .contact-btns input[type="checkbox"] + label{height:40px; padding:0 20px; font-size: 14px;}
	#contact .contact-btns > li{margin-right:5px; margin-bottom:5px;}
	#contact .send-btn{padding:20px 40px; font-size: 20px; margin-top: 30px;}
	#contact .privacy-cont{padding:20px;}


	#work{padding-top:10vw;}
	#work .checkbox-all:checked ~ .box.enterprise,
	#work .checkbox-all:checked ~ .box.agency,
	#work .checkbox-all:checked ~ .box.culture,
  	#work .checkbox-enterprise:checked ~ .box.enterprise,
  	#work .checkbox-agency:checked ~ .box.agency,
  	#work .checkbox-culture:checked ~ .box.culture{width: calc(100% - 40px); }
	#work .box .type{opacity:1; left:4vw;         top: calc(70% - 11vw);}
	#work .box .type span{font-size: 12px;}
	#work .box .title{opacity:1; top: calc(70% + 4vw);} 
	#work .box .title p{font-size: 6vw; } 
	#work .box .detail{padding:4vw;}
	#work .box a{ }
	#work [type="radio"]:checked + label, #work [type="radio"]:not(:checked) + label{ font-size: 4.4vw; margin-left: 20px;  line-height: 8vw;} 
	#work [type="radio"]:checked + label{ padding:0 3vw;}
	#work [type="radio"]:not(.checkbox-all) + label{margin-left: 5vw; }
	#work .block{height:8vw;}

	#story{padding-top:10vw;}
	#story ul li .sns{left:4vw; top:4vw; font-size: 4vw;}
	#story ul li{width: calc(100% - 20px); margin-bottom: 4vw;}
	#story ul li .thumtxt{padding:4vw 0 0;}
	#story ul li .thumtxt p{margin:2vw 0 4vw; font-size: 3.6vw;}
	#story ul li .thumtxt p.date{margin-bottom: 20px;}
	#story ul li .thumtxt h2{font-size: 6vw;}
} 
