@charset "utf-8";

/************************  reset ************************/ 
body {font:1em "Pretendard",Verdana,Dotum,AppleGothic,sans-serif; outline:0; overflow-x:hidden; font-weight:400;}
h1, h2, h3, h4, h5, h6 {font:1em "Pretendard",Verdana,Dotum,AppleGothic,sans-serif;}
a {color:inherit;}
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:1420px; margin:0 auto;}

	@media screen and (max-width:1439px){
		.container {width:100%; padding:0 2%;}
	}


/************************ header ************************/ 
.sec-header{position:absolute; top:0; left:0; width:100%; height:120px; z-index:998; transition:all ease .5s;}
.sec-header.fixed {position:fixed; background:#fff; box-shadow: 1px 3px 6px rgba(0,0,0,0.08);}
.sec-header.on{height:410px; background:#fff; box-shadow:1px 3px 6px rgba(0,0,0,0.08); /*box-shadow:0 0 200px 50px rgba(0,0,0,0.5);*/}  
.sec-header.on:before{content:''; width:100%; height:1px; background:#e8e8e8; position:absolute; top:100px; left:0; z-index:9;} 
/*.sec-header.on #gnb{width:850px;}*/
.sec-header.on #gnb > ul > li > ul{opacity:1; display:block;}

.sec-header .container {position:relative; display:flex; width:1620px; top:40px;}

	@media screen and (max-width:1639px){
		.sec-header .container {width:100%; padding:0 2%;}
	}

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

	@media screen and (max-width:799px){
		.sec-header{height:70px;}
	}

	@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 {}

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

	@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/logoW.png') center no-repeat; font-size:0; width:190px; height:50px; vertical-align:top;  background-size:contain;}
.sec-header.fixed .logo,
.sec-header.on .logo {background:url('../img/common/logo.png') center no-repeat; background-size:contain;}

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

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

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

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


.lang_box {position:relative; display:flex; top:15px; z-index:99; font-weight:600; font-size:17px; text-transform:uppercase; margin-left:18px;}
.lang_box span.on,
.lang_box a {display:block; margin-left:22px; color:#fff;}
.lang_box span.on:after {position:relative; display:block; width:100%; height:2px; background:#fff; margin-top:1px; content:'';}
.lang_box a {}

.sec-header.fixed .lang_box span.on,
.sec-header.fixed .lang_box a,
.sec-header.on .lang_box span.on,
.sec-header.on .lang_box a {color:#000;}

.sec-header.fixed .lang_box span.on:after,
.sec-header.on .lang_box span.on:after {background:#000;}

	@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:#1a68a3;}
		.hd-lang span.on:after,
		.hd-lang a.on:after {position:relative; display:block; width:100%; height:1px; background:#1a68a3; 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{position:absolute; right:0; top:11px;}
.gnb-btn button{width:24px; height:24px; border:0; background:inherit;}  
.gnb-btn:hover #nav-icon span:nth-child(1){width:50%;}
.gnb-btn:hover #nav-icon span:nth-child(6){width:0;}
.gnb-btn:hover #nav-icon.open span:nth-child(6){width:50%;}
.sec-header.fixed .gnb-btn button,
.sec-header.on .gnb-btn button {border:0;}
.sec-header.fixed #nav-icon span,
.sec-header.on #nav-icon span {background:#000;}

#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:#fff; 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), #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:24px; height:24px;}
#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:2px; top:6px; width:50%; right:auto;}
#nav-icon.open span:nth-child(2) {left:calc(50% - 2px); top:6px;}
#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:2px; top:15px;}
#nav-icon.open span:nth-child(6) {left:calc(50% - 2px); top:15px;} 
#nav-icon.open span{background:#444;}

	@media screen and (max-width:1639px){
		.gnb-btn {right:2%;}
	}

	@media screen and (max-width:999px){
		.gnb-btn{display:block; top:-15px; right:0;}
		.gnb-btn button {width:70px; height:70px; border:none;}
		.sec-header.fixed .gnb-btn button,
		.sec-header.on .gnb-btn button {background:none; border:0;}

		.sec-header.on #nav-icon span,
		.sec-header.fixed #nav-icon span {background:#000;}

		#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:799px){
		.gnb-btn button{width:70px; height:70px;}
		#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:1439px){
	}

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

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

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


#gnb{position:absolute; width:810px; height:70px; top:-2px; right:75px; background:none;}
#gnb > ul {display:flex; flex-direction:row; justify-content:space-between; width:100%; height:100%;} 
#gnb > ul > li{position:relative;} 
#gnb > ul > li > a{display: flex; justify-content: center; align-items: center; position:relative; padding-bottom:20px; font-size:18px; width:100%; height:100%; color:#fff; font-weight:500; text-align:center;}
#gnb > ul > li a span {position:relative; display:inline-block;}

#gnb > ul > li > ul{display:none; position:absolute; opacity:0; visibility:hidden; top:35px; left:calc(50% - 80px); min-width: 160px; width:100%; padding:20px 8px; background:#fff; border:1px solid #e6e6e6; transition:all 0.3s ease-out; transition-property:opacity, top, visibility; transition-delay:0s, 0s, 0s;}
#gnb > ul > li > ul.active{display:block; transition-delay:0.1s;}
#gnb > ul > li.active ul{opacity:1; visibility:visible; top:55px; z-index:10; transition-delay:0s, 0s, 0s;}
#gnb > ul > li > ul > li > a{display:block; position:relative; padding:8px 5px; background:#fff; font-size:16px; color:#969696; text-align:center; transition:all 0.3s ease 0s;}
#gnb > ul > li > ul > li > a:hover{color:#1a68a3;}
#gnb > ul > li > ul > li:first-child > a{border-top-width:0px;}
#gnb > ul > li > ul > li.active > a{color:#1a68a3;}

.sec-header.fixed #gnb > ul > li > a {color:#000;}


	@media screen and (max-width:1419px){
		#gnb {width:60%; right:7%;}
		#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%; width:100%; background:#fff; overflow:hidden; display:flex; justify-content: center; flex-direction: column; align-items:center; transition:all ease .6s; z-index:99;} 
.gnb-all.open{  right:0;} 
.gnb-all > ul { width:90%; max-width:1000px; margin:0 auto; padding-top:10vh;}
.gnb-all > ul > li{display:flex; align-items: center; padding:25px 0; width:100%; position:relative; border-bottom:1px solid #e8e8e8;} 
.gnb-all > ul > li:last-child{border-bottom:0;}
.gnb-all > ul > li > h3{width:20%; font-family:'S-CoreDream',sans-serif; color:#111; margin-top:1px; font-size:23px; font-weight:500;}  
.gnb-all > ul > li > ul{display:flex; flex-wrap:wrap; width:90%;}
.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:1px; background:#1a68a3; position:absolute; right:0; bottom:-5%; z-index:-1; transition:all ease .5s;}
.gnb-all > ul > li > ul > li > a:hover{ color:#1a68a3;}
.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 .logo{position:absolute; z-index:4; left:50%; margin-left:-110.5px; top:150px; width:200px; height:84px; background-image: url('../img/common/logo.png');} 
.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-family:'MaruBuri','Noto Sans KR',sans-serif;    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:1439px){
		.gnb-award{display:none;}
	}

	@media screen and (max-width:999px){
		.gnb-all{ max-width:300px; overflow-y:auto; display:block;}  
		.gnb-all.open{box-shadow:0 0 200px 0 rgba(0,0,0,0.5);}
		.gnb-all > ul > li{flex-direction: column; align-items: normal; padding:0;}
		.gnb-all > ul > li:last-child{border-bottom:1px solid #e8e8e8;}
		.gnb-all > ul > li > h3{position:relative; width:100%; 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:#1a68a3;}
		.gnb-all > ul > li > h3 > span.bul {display:block;position:absolute;top:18px;right:20px;background:#888;transition:all .5s;width:2px;height:20px;margin:0;}
		.gnb-all > ul > li:hover > h3 > span.bul {background:#1a68a3; 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:#1a68a3;}
		.gnb-all > ul > li > h3.on {color:#1a68a3;}
		.gnb-all > ul > li > h3.on > span.bul {background:#1a68a3; transform: translateY(0) rotate(-450deg);}
		.gnb-all > ul > li > h3.on > span.bul:after {opacity:0;}
		.gnb-all > ul > li > ul{display:none; width:90%; margin:0 10px 20px; padding-left: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-left:-18px; margin-right:10px; content:'-';}
		.gnb-all > ul > li > ul > li > a:after {display:none;}
		.gnb-all .logo{display:none;}
		.gnb-all .hd-lang{position:relative; display:flex; justify-content: flex-start; top:0; right:auto; margin-top:40px;}
	}

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

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


	
 
 
/************************ media size setting end ************************/



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

.sec-footer {clear:both; position:relative; background:#111; font-size:16px; color:rgba(255,255,255,0.6); font-weight:200; margin-top:40px;}
.sec-footer .copyBottom {background:#3a3a3a; padding:20px 0;}
.sec-footer .copyBottom .container {position:relative; width:1400px;}
.sec-footer .copyBottom .linkUl {display:inline-block;}
.sec-footer .copyBottom .linkUl li {display:inline-block; color:#fff; font-size:17px; font-weight:300;}
.sec-footer .copyBottom .linkUl li:before{float:left; content:''; display:block; margin:7px 17px; width:1px; height:11px; background:rgba(255,255,255,0.2);}
.sec-footer .copyBottom .linkUl li:nth-child(1):before {display:none;}
.sec-footer .copyBottom .linkUl li a {color:inherit;}

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

	@media screen and (max-width:999px) {
		.sec-footer {font-size:100%;}
		.sec-footer .copyBottom {padding:17px 0;}
		.sec-footer .copyBottom .linkUl li {font-size:105%;}
	}

	@media screen and (max-width:799px) {
		.sec-footer {font-size:90%;}
		.sec-footer .copyBottom {height:100px; padding:0;}
		.sec-footer .copyBottom .container {width:100%; padding:0;}
		.sec-footer .copyBottom .linkUl {display:block; text-align:center; padding:14px 0;}
	}


.sec-footer .footerInfo {padding:67px 0;}
.sec-footer .footerInfo .container {display:flex; align-items: center; position:relative; width:1600px;}
.sec-footer .footerInfo .copyLogo {display:inline-block; width:190px; margin-right:50px; font-size:0; vertical-align:top;}
.sec-footer .footerInfo .copyLogo span {display:block; overflow:hidden; width:100%; height:50px; background:url('../img/common/copyLogo.png') center no-repeat; background-size:contain;}
.sec-footer .footerInfo .copyInfo{display:inline-block; width:calc(100% - 709px);}
.sec-footer .footerInfo .copyInfo:after{content:''; display:block; clear:both;}
.sec-footer .footerInfo .copyInfo .info {display:flex; flex-wrap:wrap;}
.sec-footer .footerInfo .copyInfo .info:not(:last-child) {margin-bottom:25px;}
.sec-footer .footerInfo .copyInfo .text{font-weight:300;margin-top: 5px;word-break:keep-all;}
.sec-footer .footerInfo .copyInfo .text:before{float:left; content:''; display:block; margin:2px 9px; width:1px; height:15px; background:rgba(255,255,255,0.2);}
.sec-footer .footerInfo .copyInfo .text.add {margin-top:0; width:100%;}
.sec-footer .footerInfo .copyInfo .text.add:before{display:none;}
.sec-footer .footerInfo .copyInfo .text.tel {clear:both;}
.sec-footer .footerInfo .copyInfo .text.tel:before{display:none;}
.sec-footer .footerInfo .copy {width:515px; font-size:18px; text-align:right;}
.sec-footer .footerInfo .copy .txt .adm {position:relative; top:1px; color:inherit;}

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

	@media screen and (max-width:1439px) {
		.sec-footer .footerInfo .container {flex-wrap: wrap;}
		.sec-footer .footerInfo .copyLogo {width:25%; margin-right:3%;}
		.sec-footer .footerInfo .copyInfo {width:72%;}
		.sec-footer .footerInfo .copy {width:100%; padding-left:28%; text-align:left; margin-top:30px;}
	}

	@media screen and (max-width:999px) {
		.sec-footer .footerInfo .copy {font-size:100%;}

	}

	@media screen and (max-width:799px) {
		.sec-footer .footerInfo .copyLogo {display:block; width:100%; margin-bottom:20px;}
		.sec-footer .footerInfo .copyInfo {width:100%; text-align:center;}
		.sec-footer .footerInfo .copyInfo .info {justify-content:center;}
		.sec-footer .footerInfo .copyInfo .text {margin-top:2px;}
		/* .sec-footer .footerInfo .copyInfo .text {float:none; display:inline-block;}
		.sec-footer .footerInfo .copyInfo .text:before {display:inline-block;}
		.sec-footer .footerInfo .copyInfo .text.add {display:block;}
		.sec-footer .footerInfo .copyInfo .text.tel:before {display:none;}
		.sec-footer .footerInfo .copyInfo .text.email {display:block; margin-top:3px;}
		.sec-footer .footerInfo .copyInfo .text.email:before {display:none;} */
		.sec-footer .footerInfo .copy {padding-left:0; text-align:center;}
	}

	@media screen and (max-width:599px) {
		.sec-footer .footerInfo .copyInfo .text.email {width:100%;}
		.sec-footer .footerInfo .copyInfo .text.email:before {display:none;}
	}

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

	@media screen and (max-width:799px) {
		#top_button {bottom:10px; right:10px; width:45px;height:45px;}
	}