@charset "utf-8";

/* import */ 
@import url("https://cdnjs.cloudflare.com/ajax/libs/pretendard/1.3.9/static/pretendard.css"); 
@import url("default.css");  
@font-face {
    font-family: Clinton;
    font-weight: 900;
    src: url(/v4/css/fonts/ClintonExtraBold.otf) format("opentype"),url(/v4/css/fonts/ClintonExtraBold.woff) format("woff"),url(/v4/css/fonts/ClintonExtraBold.woff2) format("woff2"),url(/v4/css/fonts/ClintonExtraBold.ttf) format("truetype"); 
}
@font-face {
    font-family: Clinton;
    font-weight: 800;
    src: url(/v4/css/fonts/ClintonSemiBold.otf) format("opentype"),url(/v4/css/fonts/ClintonSemiBold.woff) format("woff"),url(/v4/css/fonts/ClintonSemiBold.woff2) format("woff2"),url(/v4/css/fonts/ClintonSemiBold.ttf) format("truetype"); 
}
@font-face {
    font-family: Clinton;
    font-weight: 700;
    src: url(/v4/css/fonts/ClintonBold.otf) format("opentype"),url(/v4/css/fonts/ClintonBold.woff) format("woff"),url(/v4/css/fonts/ClintonBold.woff2) format("woff2"),url(/v4/css/fonts/ClintonBold.ttf) format("truetype"); 
}



/* -------------- layout -------------- */  
body { 
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
	font-size: 14px;
	height: 100%;
	background:#000; color:#fff;
}
input, select, textarea, button{
    font-family:  "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}
input:focus,
select:focus,
textarea:focus{
	outline:none;
}
 

/* header */ 


::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
} 


.cd-header{  font-weight: 500;} 
.cd-header i{vertical-align:baseline; margin-right: 5px; transform:translateY(1px);}
.ctt-bar{
    position: absolute;
    top: 34px;
    left: 50%;
	transform:translateX(-50%);
    display: block;
    z-index: 12;
    transition: all 250ms linear; text-align: center;}
	
.ctt-bar a{ display:inline-block; overflow:hidden; height:30px;   line-height:28px;    border: 2px solid #fff;  border-top:0; border-bottom:0; -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    border-radius: 50px;
    padding: 0 10px;     font-weight: 500; font-size: 12px;}
/* .ctt-bar::before{content:'['; display:inline-block;}
.ctt-bar::after{content:']'; display:inline-block;} */
.ctt-bar a span{display:block; transition:all ease .4s;} 
.ctt-bar a:hover span{transform:translateY(-28px);} 
.menu-bar{
    position: absolute;
    top: 34px;
    right: 0;
    display: block;
    z-index: 12;
    transition: all 250ms linear;}
.menu-bar a{display:inline-block; overflow:hidden;  height:30px;   line-height:28px; font-size: 14px;  font-weight: 500; }
 
.menu-bar a span{display:block; transition:all ease .4s;} 
.menu-bar a:hover span{transform:translateY(-28px);} 


html.show-menu .menu-bar a span{transform:translateY(-56px);}
html.show-menu .cd-menu {
    transform: translateY(0);
}

.cd-menu { 
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    transform: translateY(100%);
    transition: transform 1.2s cubic-bezier(.77,0,.175,1);
}
.cd-menu ul{    display: flex; 
    flex-grow: 1; width: 90%;
    max-width: 1600px;
    margin: 0 auto; padding:10vh 0; align-items:center; justify-content:center;}
	
.cd-menu ul li {
    display: flex;
    flex-grow: 1;     align-items: center; text-align: center;  transform: translateY(100%); transition: transform 1.2s cubic-bezier(.77,0,.175,1);   width:100%;
}
.cd-menu ul li a{font-size:70px; font-weight: 600; display:block; width:100%;  }
.cd-menu ul li a span{display:block;  } 
.cd-menu ul li a:hover{color:#bce701}
html.show-menu .cd-menu ul li {transform: translateY(0);  }
html.show-menu .cd-menu ul li:nth-child(1) {  transition-delay:.1s; }
html.show-menu .cd-menu ul li:nth-child(2) {  transition-delay:.15s; }
html.show-menu .cd-menu ul li:nth-child(3) {  transition-delay:.2s; }
html.show-menu .cd-menu ul li:nth-child(4) {  transition-delay:.25s; }

body{transition:all ease .3s;}
/* body:has(.cd-menu ul li:nth-child(1):hover){background-color:#555050;}
body:has(.cd-menu ul li:nth-child(2):hover){background-color:#505550;}
body:has(.cd-menu ul li:nth-child(3):hover){background-color:#505355;}  */
html.show-menu .container {
    pointer-events: none;
    opacity: 0 !important;
    transform: translateY(-100vh) !important;
    transition: transform 1.2s cubic-bezier(.77,0,.175,1), opacity .72s cubic-bezier(.77,0,.175,1);
} 
.container{min-height:100vh;transition: transform 1.2s cubic-bezier(.77,0,.175,1), opacity .72s cubic-bezier(.77,0,.175,1) .48s;}

.logo {
	position: absolute;
	top: 34px;
	left: 0; 
	display: block;
	z-index: 12;
	transition: all 250ms linear;
}
.logo img { 
	width: 100px;
	display: block;
}

.cd-header{
    position: fixed;
	width:100%;
	max-width:1700px;
	top:0;
	left:0;
	right:0;
	margin:0 auto;  
	z-index:101; 
}
html.show-menu .cd-header::after{display:none}
.cd-header::after{
/* 	content:''; */
position:absolute;
left:0; top:0; 
	width:100%;
	height:150px;
	     backdrop-filter:blur(1px);
	pointer-events: none; 
	z-index:9; 
	 background-image: linear-gradient(180deg, rgba(0,0,0,0.1), transparent); 
}
.header-wrapper{
    position: relative; 
} 
  


.ft-contact{text-align: center; margin:100px 0;}
.ft-contact a{font-size: 80px;   font-weight: bold;}
.footer{position:relative;  display:flex; justify-content:space-between; padding:30px 0; width:90%; margin:0 auto;  z-index: 3; max-width:1700px;}
.footer a{font-size: 14px;font-weight:500;}
.footer .ft-left{ }
.footer .ft-right{  text-align:right;  display:flex; align-items:center; }
.footer .ft-link {display:flex; align-items:center;}
.footer .ft-link a{margin-right:20px;  position:relative; }
.footer .ft-link a:first-child img{margin-top: 2px;}
.footer .ft-link a img{  height:13px;filter:invert(1);  margin-left: 5px; margin-top:1px;}
.footer .ft-link a i{font-style:normal; vertical-align:baseline;} 

.footer .ft-sns {margin-left: 10px;}
.footer .ft-sns a{margin-left:15px;}
.footer .ft-sns a img{width:15px; vertical-align:top;}
.footer .copy{color:#444; margin-top: 20px;}   


body:has(.main) .footer{ padding:0; height:0;  z-index: 10;}
body:has(.main) .footer .ft-left{position:absolute; bottom:30px; left:0;  }
body:has(.main) .footer .ft-right{position:absolute; bottom:30px; right:0;  } 
body:has(.main) .ft-sns,
body:has(.main) .ft-contact,
body:has(.main) .progress-wrap{display:none;}  


/* #Progress
================================================== */

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 30px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset  0 0 0 1px rgba(255,255,255,0.2); 
	z-index: 10000;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.progress-wrap::after {
	position: absolute;
	font-family: xeicon!important;
/* 	content: "\e945"; */
	content: "↑";
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	color: #fff;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
} 
.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #fff;
	stroke-width: 2;
	box-sizing:border-box;
	-webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
body.light .progress-wrap {
	box-shadow: inset  0 0 0 1px rgba(0,0,0,0.2);
}
body.light .progress-wrap::after {
	color: var(--black-blue);
}
body.light .progress-wrap svg.progress-circle path {
	stroke: var(--black-blue);
}
 


/* -------------- main -------------- */ 


/*.main .sec01{position:fixed; left:0; top:0; width:100%; height:100vh;  z-index:2; transform:translateY(0);} 
.main .sec01 {display: none;}
.main .sec01 .swiper-container {  width: 100%;height: 100%;  overflow:inherit; }
.main .sec01 .swiper-slide {   max-width:1200px;  width:100%;  margin:0 auto; border-radius:10px; overflow:hidden;} 
.main .sec01 .swiper-slide .port{position:relative; display:block;width:100%; height:100%;     background: #000;}
.main .sec01 .swiper-slide .port .thumb{position:absolute; left:0; top:0; width:100%; height:100%; opacity:1; transition:all ease .7s; }
.main .sec01 .swiper-slide .port .thumb img{position:absolute; left:0; top:0; width:100%; height:100%; object-fit:cover;}
.main .sec01 .swiper-slide .port .sbj{color:#fff; position:absolute; left:50px; bottom:50px; opacity:0; transition:all ease .7s;}
.main .sec01 .swiper-slide .port .sbj h2{  transition:all ease .7s;  font-size:40px;  font-weight:800;}
.main .sec01 .swiper-slide .port .sbj .links{margin-top:20px; opacity:0; transition:all ease .7s;}
.main .sec01 .swiper-slide .port .sbj .links a{position:relative; display:inline-block; padding:10px 14px; border-radius:50px;    z-index:1; overflow:hidden; line-height:1;}
.main .sec01 .swiper-slide .port .sbj .links a:before {   content: "";   position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, .2);/*-webkit-backdrop-filter: blur(10px);backdrop-filter: blur(10px); z-index:-1;}
.main .sec01 .swiper-slide .port .sbj .links a:after{content:"↗"; display:inline-block; margin-left:2px; font-size: 16px;  vertical-align: middle;}
.main .sec01 .swiper-slide-active .port .thumb{opacity:1;}
.main .sec01 .swiper-slide .port:hover .links{opacity:1;} 
.main .sec01 .swiper-slide-active .port .sbj{ opacity:1;  }
.main .sec01 .swiper-slide-active .port .sbj h2{ }
.main .sec01 .swiper-slide-active .port .sbj .links a{ } */
 
.main .sec02::before{content:''; 
    position: absolute;
	width:200px;
	bottom:0;
	left:0;
	height:100%;
	z-index:9;
	 background-image: linear-gradient(90deg, rgba(0,0,0,1), transparent);  backdrop-filter: blur(1px);pointer-events: none; 
}
.main .sec02::after{content:''; 
    position: absolute;
	width:200px;
	bottom:0;
	right:0;
	height:100%;
	z-index:9;
	 background-image: linear-gradient(-90deg, rgba(0,0,0,5), transparent);  pointer-events: none; 
}
 .main::before{content:''; 
    position: fixed;
	width:100%;
	bottom:0;
	left:0;
	height:100px;
	z-index:9;
	 background-image: linear-gradient(0deg, rgba(0,0,0,0.5) , transparent);   pointer-events: none; 
}
 .main::after{content:''; 
    position: fixed;
	width:100%;
	top:0;
	left:0;
	height:100px;
	z-index:9;
	 background-image: linear-gradient(180deg, rgba(0,0,0,0.5) , transparent);   pointer-events: none; 
}
.main .sec02{position:relative; width:100%; height:100vh; z-index:-1; display:flex; align-items:center; justify-content:center; opacity:.1; display:none;}
.main .sec02 .swiper-container {  width: 100%; overflow:hidden;  }
.main .sec02 .swiper-wrapper { transition-timing-function: linear;}
.main .sec02 .swiper-slide img{position:relative; }
.main .sec02 .swiper-slide p{position:absolute; left:0; top:0; width:100%; height:100%; display:flex; align-items:center; justify-content:center; }  
.three_container { display: none; flex-direction: column; justify-content: center; align-items: center; gap: 20px; max-width: 1200px; }
#three_section { position: fixed; z-index: 4; width: 100%; height: 100vh; top: 0; left: 0; overflow: hidden; }
#three_section .text_wrap { position: fixed; width: 90%; max-width:1600px; height: 100vh; padding:22vh 0; top: 50%; left: 50%; transform: translate(-50%, -50%); pointer-events: none; display: flex; flex-direction: column; justify-content: flex-end; align-items: flex-start; z-index: 3; /* background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), */ transparent 50%); }
.text_content{    text-shadow: 10px 10px 20px rgba(0,0,0,0.05);}
#three_section .text_wrap h2{  transition:all ease .7s;     font-size:14px; font-weight:600;     display: inline-block;
    line-height: 34px;
    border: 1px solid #fff;
    padding: 0 15px;
    border-radius: 50px;}
#three_section .text_wrap p{  transition:all ease .7s; font-size:60px;   font-weight:700; margin-top: 40px; }
#three_section .text_wrap .links{margin-top:20px; transition:all ease .7s; display:none;}
#three_section .text_wrap .links a{position:relative; display:inline-block;    z-index:1; line-height:1; pointer-events: auto; margin-right: 10px;}
#three_section .text_wrap .links a:after{content:"↗"; display:inline-block; margin-left:2px; font-size: 16px;  vertical-align: middle;}
#three_section canvas { position: absolute; pointer-events: none;}
.three_scroll { width: 100%; height: 100vh; overflow-y: scroll; scroll-behavior: smooth; position: relative; z-index: 2;}
.three_content{}
.three_content::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%; 
    left: 0;
    bottom: 0;
    z-index: 1;background: rgba(0, 0, 0, .2);}
.three_background {width: 134vmin; height: 100%; position: fixed; top: 0; left: 50%; transform: translateX(-50%); z-index: 1; pointer-events: none; background: #000;

/* 
	    width: 130vmin;
	    height: 70vmin;
	    position: fixed;
	    top: 15vmin;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: 1;
	    pointer-events: none;
	    background: #101010;
	    background: rgba(1, 1, 1, 0.1);
	    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	    backdrop-filter: blur(10px);
	    -webkit-backdrop-filter: blur(10px);
	    border: 1px solid rgba(255, 255, 255, 1);
	    border-radius: 20px;
	
	 */
	}
 
.three-pagination{position:fixed; width:90%; left:0; right:0; margin:0 auto; bottom:30px; z-index:10;}
.three-pagination ul{display:flex; justify-content:center;     align-items: center;}
.three-pagination ul li{position:relative;}
.three-pagination ul li a{position:relative; display:block;   overflow:hidden;border-radius:6px;   width:20px; height:20px;  line-height: 20px;  font-weight: 600;  color:transparent;}  
.three-pagination ul li:not(.active) a:before{content:''; width:1px; height:100%; background: rgba(255,255,255,0.2); position:absolute; left:50%; top:0; border-radius:2px;}
.three-pagination ul li a img{display:none;}
.three-pagination ul li.active a {background:transparent; width:auto;  color: #fff; padding:0 10px; transition:all ease .3s;} 

 
.three-pagination ul li.active::before
{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 2px;
    height: 8px; 
    box-shadow: 8px 8px #fff,
	8px 62px #fff,
    88px 62px #fff,
    88px 8px #fff;
	z-index:2;
}
.three-pagination ul li.active::after
{ 
    position: absolute;
    top: 0;
    left: 0;
    width: 8px;
    height: 2px; 
    box-shadow: 8px 8px #fff,
	8px 68px #fff,
    82px 68px #fff,
    82px 8px #fff;
	z-index:2;
} 
 
#slider-hori .swiper-slide{text-align: center;} 



.ft-btns{position:fixed; right:0; left:0; margin:0 auto; bottom:90px; z-index:10; width:150px;}
.ft-btns .more-btn{
    display: inline-flex;
	align-items:center;
    padding: 0 20px;
	height:40px;
	line-height:38px; 
    color: #fff;
    border-radius: 50px; 
    font-weight: 700; background-image: linear-gradient(to right, #d10f3c, #e13351 , #d10f3c, #e13351);
    /*box-shadow: 0 5px 15px rgba(242, 97, 103, .4);*/
	background-size: 300% 100%; 
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.ft-btns .more-btn i{margin-left:20px;}
.ft-btns .more-btn:hover {
    background-position: 90% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
} 
.ft-btns .ctt-btn{ font-size: 18px;
width:40px; height:40px; border-radius:50%; 
    vertical-align: middle;  
    color: #fff;
    display: inline-flex;
	align-items:center;
	justify-content:flex-end; } 

 
 
/* -------------- sub -------------- */ 
.sub-tit{ width:100%; margin:150px 0; width:100%; text-align: center;/*  display:flex; justify-content:space-between; align-items:flex-end;  */ }
.sub-tit h2{font-size: 90px; font-weight:600; line-height: 1;}
.sub-tit p{font-size:24px; font-weight: 600;  margin-top: 30px;}
 


/* -------------- story -------------- */  
#story{position: relative; margin: 100px auto;  overflow:hidden; width: 90%;   color: #fff;max-width: 1000px; }
#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:300; 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 -30px;}
#story ul li{  width: calc(50% - 60px); margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 60px;}  
#story ul li .sns{position:absolute; right:20px; top:20px; width:30px; height:30px; border-radius:6px; text-align:center; border:1px solid #fff; display:flex; align-items:center; justify-content:center;}   
#story ul li .sns img{width:14px;}
#story ul li .thumnail{width:100%; height:0;   display:block; position:relative;   overflow:hidden; padding-bottom:62%; border-radius:20px;}  
#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); opacity:.7;} 
#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; }
#story ul li .thumtxt h2{font-weight:600;  font-size: 20px;overflow:hidden; line-height: 1.5;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word;  }
#story ul li .thumtxt p{font-weight:300; margin:20px 0 20px; line-height:1.5; 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{ opacity: .5;} 
 

    /* -------------- contact -------------- */
    #contact {
        margin: 100px auto;
        width: 90%;
        color: #fff;
        max-width: 1000px;
		overflow:hidden;
    }

    #contact h3 {
        font-size: 32px;
        margin: 100px 0 30px;
		font-weight: 700;
    }
    #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 #333;
        border-radius: 0;
        background: #000;
        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; 
    }

    #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: #d10f3c;
		border-color: #d10f3c;
		color: #fff;
		font-size: 20px;
    }

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

    #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: 2px solid #fff;
        color: #fff;
        border-radius: 50px;
        padding: 30px 60px;
        display: inline-block;
        margin-top: 60px;
        font-size: 24px;
        cursor: pointer;
        position: relative;
        font-weight: bold;
        overflow: hidden;
		transition:all ease .3s;
		border-top:0;
		border-bottom:0;
    }

    #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%;
		z-index: -1;
    } 
    #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 #333;
        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: #101010;
        color: #fff;
        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: 400; 
		opacity:.3;
    }

    #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 #333;
        border-radius: 70px;
        background: #000;
        color: #fff;
        height: 52px;
        padding: 0 30px;
        font-size: 15px;
        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;
        font-weight: bold;
    }

    #contact textarea {
        width: 100%;
        background: #000;
        color: #fff;
        border: 1px solid #333;
        border-radius: 20px;
        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: #000;
        padding: 0 30px;
        display: block;
        width: calc(100% - 50px);
        pointer-events: none;
        z-index: 20;
        height: 66px;
        line-height: 66px;
        color: #fff;
        border-radius: 70px;
        font-weight: 300;
        border: 1px solid #333;
    }

    #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%;
    }


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

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

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

    .scrollbar::-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.2) 33% 66%, rgba(0, 0, 0, 0) 66% 100%);
    }




#work{position: relative;  margin:100px auto;  color:#fff; width:90%; max-width:1400px; 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:30px;}
#work .row {display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -30px;margin-left: -30px;    }
#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: 16px;  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:50px; }
#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:30px; }
#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 [type="radio"]:checked + label:after,
#work [type="radio"]:not(:checked) + label: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: rgba(255, 255, 255, 1);   border-radius: 50%;   z-index: -1;}
#work [type="radio"]:checked + label:after{  opacity: 1;  width: 100%;}  
#work [type="radio"]:checked + label:before{opacity:1;   width: 10px;  height: 10px;  top: 15px;  left: 0;}
#work [type="radio"]:not(:checked):hover + label{color:#000;}
#work [type="radio"]:not(:checked):hover + label:after {transform: translate(-50%, -50%) scale(1);transform-origin: center bottom; }*/


#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:70%; -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;  position:relative; overflow:hidden; background: #000; }
#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:20px; 	position:absolute;	left:0;top:0;	width:100%;	height:calc(100% - 60px);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:18px;  width:100%; height:100%; padding:30px;  z-index:2;}
#work .box .detail p{display:inline-block; font-weight: 500;  font-size: 15px;  transition:all ease .5s;}
#work .box .title{ position:absolute; left:0; width:100%;  bottom:0; opacity:.3; transition:all ease .5s;  line-height: 1.4; }
#work .box .title p{font-size:20px; font-weight: 700;  }
#work .box .type {position:absolute; left:30px; bottom:90px; 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;  border:1px solid rgba(255,255,255,1);   border-radius:6px;  font-size: 12px;  font-weight: 500; }
#work .box:hover p{opacity:1;}
#work .box:hover .title{opacity:1;}
#work .box:hover img{  opacity:.5;}
#work .box a:hover .type{opacity:1;}
/* #work .box a:after {
    background: #fff;
    content: "";
    display: block;
    height: 102%;
    left: -1%;
    mix-blend-mode: difference;
    pointer-events: none;
    position: absolute;
    top: -1%;
    transform-origin: 0 100%;
    width: 102%;
    z-index: 1;
	position:absolute;
	bottom:-100%; 
}
#work .box a:hover:after {
    animation: svelte-12tkgfp-imageOverlayIn 1s ease-in-out both;
}
#work .box a:not(:hover):after{animation: svelte-12tkgfp-imageOverlayOut 1.5s ease-in-out both;}


@keyframes svelte-12tkgfp-imageOverlayIn {
    0% {
        transform: scaleY(0)
    }

    to {
        transform: scaleY(1)
    }
}

@keyframes svelte-12tkgfp-imageOverlayOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}
 */
/* #work .row > div:nth-of-type(2n+1):not(.block){margin-top: 100px;} */

#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(50% - 60px);   margin-left: 30px;  margin-right: 30px;  margin-bottom:100px;  visibility: visible;  transform: scale(1);  border-width: 3px;
} 






/* -------------- responsive -------------- */  
@media screen and (max-width:1800px){ 
	.cd-header{width:90%;} 
} 
@media screen and (max-width:1500px){  
}
@media screen and (max-width:1200px){   
}
@media screen and (max-width:969px){  
	.logo{top:28px;}
	.logo img{width:80px;}
	.ctt-bar{top:24px;}
	.menu-bar{top:24px;}
	.cd-menu ul{  padding:20vh 0;  flex-direction: column;}
	.cd-menu ul li a{font-size: 50px;}
	#three_section .text_wrap p{font-size: 30px; margin-top:20px}
	#three_section canvas{transform: scaleX(.8);}
	.three-pagination{display:none;}

	.sub-tit{margin:40px 0 60px ;}
	.sub-tit h2{font-size:36px;}


	#contact{margin:100px auto;}
	#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{margin:100px auto;}
	#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% - 60px);margin-bottom:30px;}
	#work .box .type{opacity:1;}
	#work .box .title{opacity:1;height:48px; display:none;} 
	#work .box .title p{font-size: 16px;} 
	#work .box a{padding-bottom:60%;}
	#work [type="radio"]:checked + label, #work [type="radio"]:not(:checked) + label{margin-left:30px;}
	#work .box .detail{padding:20px;}
	#work .box .type{left:20px; bottom:20px;}
	#work .box img{height:100%;}

	#story{margin:100px auto;}
	#story ul li{width: calc(100% - 60px); margin-bottom:30px;}
	#story ul li .thumtxt{padding:20px 0 0;}
	#story ul li .thumtxt p{margin:10px 0;}
 
 	.footer{padding:20px 0;}
 	.footer .ft-sns{display:none;}
	.progress-wrap{bottom:50px; right:5%;}
	body:has(.main) .footer .ft-left{bottom:20px;}
	body:has(.main) .footer .ft-right{bottom:20px;}

  
} 