@charset "utf-8";

/************************  reset ************************/ 
body {font:1em "Pretendard","Malgun Gothic",Verdana,Dotum,AppleGothic,sans-serif; outline:0; color:#222; overflow-x:hidden; font-weight:400;}
h1, h2, h3, h4, h5, h6 {font:1em "Pretendard","Malgun Gothic",Verdana,Dotum,AppleGothic,sans-serif;}
a {color:inherit;}
input {font-family:'Pretendard', sans-serif;}
input:focus, select:focus, option:focus, textarea:focus, button:focus{
	outline: none;
}

select {appearance:none; -webkit-appearance:none; background:url('../img/common/selectArrow.png') calc(100% - 10px) center #fff no-repeat !important;}
select::-ms-expand { display:none;}

.container {position:relative; width:1400px; margin:0 auto;}

	@media screen and (max-width:1419px){
		.container {width:100% !important;padding-left: 3% !important;padding-right: 3% !important;}
	}


/************************ header ************************/ 
.pc_hd {display:block;}
.m_hd {display:none;}

@media screen and (max-width:999px){
	.pc_hd {display:none !important;}
	.m_hd {display: flex;align-items: center;justify-content: space-between;}
}


.sec-header{position:absolute;top:0;left:0;width:100%;height:110px;z-index:998;transition:all ease .5s;}
.sec-header.fixed {position:fixed; background:#fff; box-shadow: 1px 3px 6px rgb(0 0 0 / 8%);}
.sec-header.on{}  
/*.sec-header.on #gnb{width:65%;}*/
.sec-header.on #gnb > ul > li > ul{opacity:1; display:block;}

.sec-header .container {position:relative;width:100%;padding: 30px 100px 0;}
.sec-header .container.pc_hd {display:flex; align-items:center;}

	@media screen and (max-width:1419px){
		.sec-header {height:80px;}
		.sec-header .container {padding: 10px 3%;}
	}

	@media screen and (max-width:999px){
		.sec-header{padding:0;}
		.sec-header .container {padding: 5px 3%;}
		.sec-header.on {height:70px;}
		.sec-header.on:before {display:none; box-shadow:none;}
	}

	@media screen and (max-width: 599px){
		.sec-header{height: 60px;}
		.sec-header .container {padding:0 3%;}
	}

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


.sec-header.hd-down{position:fixed;} 
.sec-header.hd-down:before {display:none !important;}
.sec-header.hd-down #nav-icon{z-index:9;} 
.sec-header.hd-down .gnb-btn{z-index:101;}
.sec-header.hd-down .gnb-btn button {background:none !important}
.sec-header.hd-down .logo {background:url('../img/common/logo.png') center no-repeat !important; background-size:contain !important;}

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

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

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

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


.logo{float:left;position:relative;display:inline-block;background: url('../img/common/logo.png') center no-repeat;font-size:0;width: 240px;height: 40px;vertical-align:top;background-size:contain;}


	@media screen and (max-width:1419px){
		.logo{width:17%;}
	}

	@media screen and (max-width:999px){
		.logo {background:url('../img/common/logo.png') center no-repeat; background-size:contain; width:185px;}
		.sec-header.fixed .logo {background:url('../img/common/logo.png') center no-repeat; background-size:contain;}
	}

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

	@media screen and (max-width:599px){
		.logo {width:160px;}
	}

.sec-header .container.pc_hd .btn_box {display:flex;align-items:center;margin-left: auto;}
.sec-header .container.pc_hd .btn_box .inquiry_box:hover .btnInquiry,
.sec-header .container.pc_hd .btn_box .lang_box:hover .btnLang {color:#0078FF;}

.inquiry_box {z-index:99; font-weight:600;font-size:16px;text-transform:uppercase;margin-right: 30px;}
.inquiry_box .btnInquiry{position:relative;color:#000;cursor:pointer;padding-left:26px;display: block;}
.inquiry_box .btnInquiry:before {display:block;position:absolute;content:'';width:16px;height:16px;background: url('../img/common/icon_inquiry.svg') no-repeat; background-size:contain; top:50%;left: 0;transform:translateY(-50%);}

.lang_box {z-index:99;font-weight:600;font-size:16px;text-transform:uppercase;position: relative;}
.lang_box .btnLang{width:100%;position:relative;color:#000;cursor:pointer;padding-left:26px;display: block;}
.lang_box .btnLang:before {display:block;position:absolute;content:'';width:16px;height:16px;background:url('../img/common/icon_lang.svg') no-repeat; background-size:contain; top:50%;left: 0;transform:translateY(-50%);}
.lang_box .lang{position:absolute;opacity:0;top:15px;padding:10px 0;width:100px;text-align:center;display:block;background:#0a0e13;border-radius: 10px;transition:all 0.2s ease;-webkit-transition:all 0.2s ease;pointer-events:none;z-index:20;left: 50%; transform:translateX(-50%);}
.lang_box .lang.on{opacity:1;top:35px;pointer-events:auto;}
.lang_box .lang span {text-transform:uppercase;}
.lang_box .lang span a{display:block;padding:4px 0;font-size:15px;color:#fff; font-weight:400;}
.lang_box .lang span.on a,
.lang_box .lang span a:hover{color:#0078FF;font-weight:500}

	@media screen and (max-width:1724px){
		.inquiry_box {margin-right:20px;}
		.inquiry_box .btnInquiry {font-size:0}
		.inquiry_box .btnInquiry:before {width: 20px; height: 20px;}
		.lang_box .btnLang {font-size:0;}
		.lang_box .btnLang:before {width: 20px; height: 20px;}
	}
	
	@media screen and (max-width:1419px){
		.lang_box {right:10%;}
	}

	@media screen and (max-width:999px){
		.lang_box {display:none;}
		.hd-lang{display:block; position:absolute; top:43px; right:200px; display:flex; flex-direction:row; justify-content:space-between;}
		.hd-lang:before{content:''; width:14px; height:14px; background:url('../img/common/lang_icon.png') no-repeat 0 0; display:inline-block; margin:0 10px; vertical-align:middle; margin-bottom:2px;}
		.hd-lang span,
		.hd-lang a{font-size:14px; display:block; margin-left:20px; line-height:1; position:relative; text-transform:uppercase;}
		.hd-lang span.on,
		.hd-lang a.on {color:#0078FF;}
		.hd-lang span.on:after,
		.hd-lang a.on:after {position:relative; display:block; width:100%; height:1px; background:#0078FF; left:0; margin-top:4px;}
		.hd-lang span:first-child,
		.hd-lang a:first-child {margin-left:0;}
		.hd-lang span:before,
		.hd-lang a:before{content:''; width:1px; height:12px; background:#aaa; position:absolute; left:-10px; top:1px; }
		.hd-lang span:first-child:before,
		.hd-lang a:first-child:before {display:none;}
	}

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

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


.gnb-btn{}
.gnb-btn button{width: 70px;height: 70px;border:0;background:inherit;}  

#nav-icon {width:24px; height:24px; position:relative; margin:0 auto; -webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); /* -webkit-transition:.5s ease-in-out; -moz-transition:.5s ease-in-out; -o-transition:.5s ease-in-out; transition:.5s ease-in-out; */ cursor:pointer;}

#nav-icon span {display:block; position:absolute; height:2px; width:50%; background:#000; opacity:1; webkit-transform:rotate(0deg); -moz-transform:rotate(0deg); -o-transform:rotate(0deg); transform:rotate(0deg); -webkit-transition:.25s ease-in-out; -moz-transition:.25s ease-in-out; -o-transition:.25s ease-in-out; transition:.25s ease-in-out;}

#nav-icon span:nth-child(even) {left:50%;}
#nav-icon span:nth-child(odd) {left:0px;}
#nav-icon span:nth-child(1){width:0; right:50%; left:auto;}
#nav-icon span:nth-child(1), #nav-icon span:nth-child(2) {top:4px;}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {top:12px;}
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {top:20px;}

#nav-icon.open{width:50px; height:50px;}
#nav-icon.open span:nth-child(1),#nav-icon.open span:nth-child(6) {-webkit-transform:rotate(45deg); -moz-transform:rotate(45deg); -o-transform:rotate(45deg); transform:rotate(45deg);}
#nav-icon.open span:nth-child(2),#nav-icon.open span:nth-child(5) {-webkit-transform:rotate(-45deg); -moz-transform:rotate(-45deg); -o-transform:rotate(-45deg); transform:rotate(-45deg);}
#nav-icon.open span:nth-child(1) {left:5px; top:9px; width:50%; right:auto;}
#nav-icon.open span:nth-child(2) {left:calc(50% - 3px); top:9px;}
#nav-icon.open span:nth-child(3) {left:-50%; opacity:0;}
#nav-icon.open span:nth-child(4) {left:100%; opacity:0;}
#nav-icon.open span:nth-child(5) {left:5px; top:26px;}
#nav-icon.open span:nth-child(6) {left:calc(50% - 3px); top:26px;} 
#nav-icon.open span{background:#444;}

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

	@media screen and (max-width:999px){
		.gnb-btn{display:block;}

		#nav-icon.open{width:35px; height:35px;}
		#nav-icon.open span:nth-child(1){left:3px; top:11px;}
		#nav-icon.open span:nth-child(2){left:15px; top:11px;}
		#nav-icon.open span:nth-child(5),
		#nav-icon.open span:nth-child(6){top:23px;}
		#nav-icon.open span:nth-child(5){left:3px;}
		#nav-icon.open span:nth-child(6){left:15px;}
	}

	@media screen and (max-width:599px){
		.gnb-btn button{width:60px; height:60px;}
		#nav-icon.open{width:35px; height:35px;}
		#nav-icon.open span:nth-child(1) {top:10px;}
		#nav-icon.open span:nth-child(2) {top:10px;}
		#nav-icon.open span:nth-child(3), #nav-icon.open span:nth-child(4) {top:16px;}
		#nav-icon.open span:nth-child(5) {top:22px;}
		#nav-icon.open span:nth-child(6) {top:22px;}
	}

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


.gnb-banner{background:url('http://kscf.co.kr/images/gnb-bg.jpg') center center / cover; width:400px; height:100%;   display:flex; align-items:center; padding:0 30px;} 
.gnb-family{}
.gnb-family a{display:block; width:90%; padding:20px 0; margin:0 auto 20px;  color:#fff; font-size:18px; background:url('http://kscf.co.kr/images/btn/link-icon-w.png') no-repeat center right 0; position:relative;}
.gnb-family a:after{content:''; width:0; height:2px; background:#fff; position:absolute; right:0; bottom:0; transition:all ease .5s;}
.gnb-family a:hover:after{width:100%; right:auto; left:0;}

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

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

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

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


#gnb{position:relative;float:left;max-width: 700px;width: 60%;background:none;margin-left: 60px;}
#gnb > ul {display:flex;flex-direction:row;justify-content:space-between;width:100%;} 
#gnb > ul > li{float:left;width:20%;position:relative;text-transform:uppercase;padding: 20px 0;} 
#gnb > ul > li > a{display:block;position:relative;font-size:20px;color: #000;font-weight:500;text-align:center;}
.sec-header.fixed #gnb > ul > li > a {color:#000;}
.sec-header #gnb > ul > li > a {color:#000;}
.sec-header #gnb > ul > li:hover > a {color:#0078FF;}
#gnb > ul > li a span {position:relative; display:inline-block;}

#gnb > ul > li > ul{position:absolute;top: 60px;left:50%;transform:translateX(-50%);background: #0078FF;border-radius: 10px;padding: 10px 10px;min-width: 145%;transition:all ease .3s;opacity:0;display:none;}
#gnb > ul > li > ul > li > a{position:relative;display:block;font-size:18px;text-align:center;padding: 9px 0px;color:#fff;letter-spacing:-.5px;word-break:keep-all;}
#gnb > ul > li > ul > li > a span {position:relative;}
#gnb > ul > li > ul > li > a span:after {transform:scaleX(0); position:relative; bottom:0; display:block; width:100%; height:1px; margin-top:2px; background:#fff; transition: 0.2s all ease-out; content:'';}
#gnb > ul > li > ul > li > a:hover{color:#fff;}
#gnb > ul > li > ul > li > a:hover span:after {transform:scaleX(1);}

#gnb > ul > li.on > ul{display:block; opacity:1;}

	@media screen and (max-width:1419px){
		#gnb {margin-left:4%;}
		#gnb > ul > li > a {font-size:17px;}
		#gnb > ul > li a span:after {bottom:-40px;}
		#gnb > ul > li > ul > li > a {font-size:16px;}
	}

	@media screen and (max-width:999px){
		#gnb{display:none;}
	}

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

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


.gnb-all{position:fixed; top:0; right:-100%;  z-index:3; height:100%; background:#fff; width:100%; display:flex; align-items:center; flex-direction: column; justify-content:center; transition:all ease .6s; z-index:99;} 
.gnb-all.open{  right:0;} 
.gnb-all > ul { width:100%; max-width:1200px; margin:0 auto; }
.gnb-all > ul > li{ padding:30px 0 30px 250px;  width:100%; position:relative; border-bottom:1px solid #e8e8e8; min-height:92px;} 
.gnb-all > ul > li:last-child{border-bottom:0;}
.gnb-all > ul > li > h3{ margin:0 0 10px; font-size:24px; position:absolute; left:0; top:31px; font-weight:600; cursor:default;}  
.gnb-all > ul > li > ul{display:flex;}
.gnb-all > ul > li > ul > li > a{display:block; padding:5px 0; font-size:18px; color:#444; margin-right:50px; position:relative;}
.gnb-all > ul > li > ul > li > a:after{content:''; width:0; height:2px; background:#0078FF; position:absolute; right:0; bottom:-5%; z-index:1; transition:all ease .5s;}
.gnb-all > ul > li > ul > li > a:hover{ color:#000;}
.gnb-all > ul > li > ul > li > a:hover:after{width:100%; right:auto; left:0;}
.scr-none{overflow-y:hidden;}
.gnb-all .hd-lang{display:none;}
.gnb-all .allLogo{float:none; position:relative; z-index:4; margin-bottom:50px;} 
.gnb-all .allLogo img {}
.gnb-award{  position:absolute;  left:0;  top:100px; display:flex; justify-content:space-between;  width:500px;   height:260px; align-items:center; padding:20px 40px 20px 80px; z-index:2;}
.gnb-award p{padding:0 20px; font-size:22px; margin-top:-80px; line-height:1.2; opacity:0; transition:all ease .3s; color:#333;}
.gnb-award a{display:block; margin:10px 0 0;  color:#333;}
.gnb-award .swiper-container{width:133px;  opacity:0;  transition:all ease .6s; border:4px solid #ddd}
.gnb-award img{vertical-align:top; }
.gnb-award .swiper-button-next, 
.gnb-award .swiper-button-prev{background:none;  height:30px; width:30px; right:20px; left:auto; border:1px solid #ddd; text-align:center; line-height:30px; background:#fff; display:flex;  align-items:center; justify-content:center;}
.gnb-award .swiper-button-next{margin-top:60px;}
.gnb-award .swiper-button-prev{margin-bottom:0; margin-top:31px;} 
.gnb-award .swiper-button-next i, 
.gnb-award .swiper-button-prev i{font-size:12px;}
.sec-header.on .gnb-award p{opacity:1; }
.sec-header.on .swiper-container{opacity:1; }

	@media screen and (max-width:1349px){
		.gnb-award{display:none;}
	}

	@media screen and (max-width:1199px){
		.gnb-all > ul {width:96%; margin:0 2%;}
	}


	@media screen and (max-width:999px){
		.gnb-all{ max-width:400px; overflow-y:auto; display:block; padding:40px 20px; background-position:20%;}  
		.gnb-all .allLogo {width:110px; margin-bottom:20px;}
		.gnb-all.open{box-shadow:0 0 200px 0 rgba(0,0,0,0.5);}
		.gnb-all > ul {padding:0; background:none; box-shadow:none;}
		.gnb-all > ul > li{padding:0; min-height:inherit; background:rgba(255,255,255,0.8);}
		.gnb-all > ul > li:last-child{border-bottom:1px solid #e8e8e8;}
		.gnb-all > ul > li > h3{position:relative; top:auto; left:auto; padding:17px 10px; color:#333; font-size:16px; margin:0; cursor:pointer; font-weight:500;}
		.gnb-all > ul > li:hover > h3 {color:#0078FF;}
		.gnb-all > ul > li > h3 > span.bul {display:block;position:absolute;top:15px;right:20px;background:#888;transition:all .5s;width:2px;height:20px;margin:0;}
		.gnb-all > ul > li:hover > h3 > span.bul {background:#0078FF; transition:all .5s;width:2px;}
		.gnb-all > ul > li > h3 > span.bul:after {content:"";display:block;position:absolute;top:0;width:20px;height:2px;margin:9px 0 0 -9px;background:#888;}
		.gnb-all > ul > li:hover > h3 > span.bul:after  {background:#0078FF;}
		.gnb-all > ul > li > h3.on {color:#0078FF;}
		.gnb-all > ul > li > h3.on > span.bul {background:#0078FF; transform: translateY(0) rotate(-450deg);}
		.gnb-all > ul > li > h3.on > span.bul:after {opacity:0;}
		.gnb-all > ul > li > ul{display:none; margin:0 10px 20px;}
		.gnb-all > ul > li > ul > li > a{font-size:15px; margin-right:0; padding:8px 0;}
		.gnb-all > ul > li > ul > li > a:before {position:relative; display:inline-block; margin-right:10px; content:'-';}
		.gnb-all > ul > li > ul > li > a:after {display:none;}
		.gnb-all .hd-lang{display:flex; justify-content: flex-start; position:relative; top:auto; right:auto; left:0; margin:20px 0 10px;}
	}

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

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


	
 
 
/************************ media size setting end ************************/
#main {margin-top:110px;}

	@media screen and (max-width:1419px){
		#main {margin-top:80px;}
	}

	@media screen and (max-width: 599px){
		#main {margin-top:60px;}
	}

/************************ footer ************************/

.sec-footer {clear:both; position:relative; background:#171717; font-size:16px; color:#fff;}
.sec-footer * {word-break:keep-all;}
.sec-footer .footerInfo {}
.sec-footer .footerInfo .container {position:relative; width:1400px;}
.sec-footer .footerInfo .sec01 {padding:40px 0; display:flex; justify-content:space-between; align-items:center; position:relative;}
.sec-footer .footerInfo .sec01:before {position:absolute; display:block; content:''; background:rgba(255,255,255,0.5); width:100vw; height:1px; bottom:0; left:50%; transform:translateX(-50%);}
.sec-footer .footerInfo .sec01 .copyLogo {display:block;width:240px;font-size:0;vertical-align:top;}
.sec-footer .footerInfo .sec01 .copyLogo span {display:block; width:100%; height:40px; background:url('../img/common/copyLogo.png') center no-repeat; background-size:contain;}
.sec-footer .footerInfo .sec01 p {font-size:20px;}

.sec-footer .footerInfo .sec02 {padding:60px 0;}
.sec-footer .footerInfo .sec02 .text {font-size:16px; font-weight:300; line-height:1.25;}

	@media screen and (max-width:1419px) {
		.sec-footer .footerInfo .container {width:100%;}
	}

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

	@media screen and (max-width:799px) {
		.sec-footer .footerInfo .sec01 {flex-wrap:wrap;justify-content:center;padding-bottom: 25px;}
		.sec-footer .footerInfo .sec01:before {display:none;}
		.sec-footer .footerInfo .copyLogo {margin-bottom: 10px;}
		.sec-footer .footerInfo .sec01 p {width:100%; text-align:center; opacity:0.8; font-size:18px;}
		.sec-footer .footerInfo .sec01 p br {display:none;}
		.sec-footer .footerInfo .copyInfo {width:100%; text-align:center;}
		.sec-footer .footerInfo .sec02 {padding-top:0;}
		.sec-footer .footerInfo .sec02 .text {opacity:0.5;}
	}

	@media screen and (max-width:599px) {
		.sec-footer .footerInfo .sec01 {padding-bottom:20px;}
		.sec-footer .footerInfo .sec01 .copyLogo {width:180px;margin-bottom: 8px;}
		.sec-footer .footerInfo .sec01 p {font-size:16px;}
		.sec-footer .footerInfo .sec02 {padding-bottom:50px;}
		.sec-footer .footerInfo .sec02 .text {font-size:14px; opacity:0.5;}
	}


#top_button {position:absolute;bottom:100px;right:0;width:30px;height:30px;line-height:30px;text-align:center;font-size:15px;z-index:9999;background-color:#000;background-image:url('../img/common/top.png');background-repeat:no-repeat;background-position:50% 50%;display:none;border-radius:50%;opacity:0.5;cursor:pointer;border:1px solid #fff;}
#top_button:hover{color:#fff;opacity:1;}
#top_button span{font-size:0;}

	@media screen and (max-width:1419px) {
		#top_button {right:3%;}
	}

	@media screen and (max-width: 799px) {
		#top_button {position:fixed;bottom:10px;right:10px;width: 40px;height: 40px;background-color: #0078ff;box-shadow: 0 3px 8px rgba(0,0,0,0.2);opacity: 1;border: none;}
	}

/* keyframes */
@keyframes btnBounce {	0% {transform:translateX(0);} 50% {transform:translateX(8px);} 100% {transform:translateX(0);} }
@keyframes rotateR { 0% {transform:rotate(0deg);} 100% {transform:rotate(360deg);} }
@keyframes rotateL { 0% {transform:rotate(0deg);} 100% {transform:rotate(-360deg);} }
@keyframes fadeIn{ 0% {opacity:0;} 100% {opacity:1;} }
@keyframes fadeInUp{ 0% {transform:translateY(100%);} 100% {transform:translateY(0); opacity:1;} }
@keyframes fadeInDown{ 0% {transform:translateY(-100%);} 100% {transform:translateY(0); opacity:1;} }
@keyframes fadeInLeft{ 0% {transform:translateX(-100%);} 100% {transform:translateX(0); opacity:1;} }
@keyframes fadeInRight{ 0% {transform:translateX(100%);} 100% {transform:translateX(0); opacity:1;} }
