@charset "utf-8";

/************************  reset ************************/ 
body {font:1em "Pretendard",Verdana,Dotum,AppleGothic,sans-serif; outline:0; color:#222; overflow-x:hidden; font-weight:400; letter-spacing:-0.03em;}
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;
}
input, button {font:1em "Pretendard",Verdana,Dotum,AppleGothic,sans-serif;}
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:100%; padding:0 10.5% 0 6.3%;}

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

	@media screen and (max-width:1024px){
		.container {padding:0 5%}
	}

.pg_current {background:#0075C1 !important; border:1px solid #0075C1 !important;}
.sch_word {display:inline-flex; align-items: center; background:none !important; color:#0075c1 !important; padding:0 !important; margin:0 !important;}
.btn_cke_sc {display:none !important;}
#bo_w .btn_submit {background:#0075C1 !important; border:1px solid #0075C1 !important;}


/************************ header ************************/ 
.sec-header{position:absolute; top:0; left:0; width:100%; height:120px; z-index:998; transition:all ease .5s; background:#fff;}
.sec-header.fixed {position:fixed; background:#fff; box-shadow:1px 3px 6px rgb(0 0 0 / 8%);}
.sec-header.on{height:410px; background:#fff; box-shadow:1px 3px 6px rgb(0 0 0 / 8%); /*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; align-items:center; width:100%; height:100%; padding:0 7%; margin:0; top:0;}

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

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

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

	@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:1439px){
	}

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

	@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:160px; height:55px; 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){
	}

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

	@media screen and (max-width:799px){
		.logo {width:120px; top:3px;}
		.logo img {height:39px;}
	}

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


.lang_box {position:absolute; display:flex; z-index:99; right:10.5%; font-weight:600; font-size:18px; font-family:'Montserrat', sans-serif; text-transform:uppercase; align-items:center;}
.lang_box:before {position:relative; display:block; width:23px; height:23px; background:url('../img/common/globalIcon.png') center no-repeat; content:'';}
.lang_box .on,
.lang_box a {margin-left:15px; font-weight:400;}
.lang_box .on {color:#104cb4; font-weight:600;}


	@media screen and (max-width:1439px){
		.lang_box {right:13.5%; font-size:105%;}
	}

	@media screen and (max-width:1024px){
		.hd-lang{display:block; position:absolute; top:43px; right:200px; display:flex; flex-direction:row; justify-content:space-between;}
		.hd-lang:before{content:''; width:23px; height:23px; background:url('../img/common/globalIcon.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:105%; display:block; margin-left:20px; line-height:1; position:relative; text-transform:uppercase;}
		.hd-lang span.on  {color:#104cb4; font-weight:600;}
		.hd-lang span.on:after,
		.hd-lang a.on:after {position:relative; display:block; width:100%; height:1px; background:#104cb4; 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){
		.lang_box {display:none;}
	}

	@media screen and (max-width:499px){
		.hd-lang a {font-size:95%;}
	}


.gnb-btn{position:absolute; right:0; top:0;}
.gnb-btn button{width:120px; height:120px; border:0; background:#104cb4;}  
.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%;}
.gnb-btn:hover button {background:#30353a;}

#nav-icon {width:40px; height:40px; 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:6px;}
#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {top:19px;}
#nav-icon span:nth-child(4){width:10%; }
#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {bottom:6px;}

#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:1024px){
		.gnb-btn{}
		.gnb-btn button {width:80px; height:80px; background: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 span {background:#104cb4; height:3px;}
		#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:18px;}
		#nav-icon span:nth-child(5), #nav-icon span:nth-child(6) {bottom:4px;}

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

		.gnb-btn:hover button {background:none;}
		.gnb-btn:hover button #nav-icon span {background:#30353a}
	}

	@media screen and (max-width:799px){
		.gnb-btn button{width:60px; height:60px;}
		
		#nav-icon {width:30px; height:30px;}
		#nav-icon span:nth-child(3), #nav-icon span:nth-child(4) {top:14px;}
		#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:1024px){
	}

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

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


#gnb{position:relative; float:left; width:calc(65% - 230px); background:none; margin-left:15%; top:5px;}
#gnb > ul {display:flex; flex-direction:row; justify-content:space-between; width:100%;} 
#gnb > ul > li{float:left; width:20%; position:relative; text-transform:capitalize;} 
#gnb > ul > li > a{display:block; position:relative; font-size:20px; color:#000; font-weight:500; text-align:center; padding:15px 0 30px;}
#gnb > ul > li a span {position:relative; display:inline-block;}
#gnb > ul > li > a:hover {color:#104cb4;}
#gnb > ul > li a.active {}

#gnb > ul > li > ul{position:relative; top:-10px; padding:18px 5px; width:100%; transition:all ease .3s; opacity:0; background:#fff; border-radius:10px;}
#gnb > ul > li > ul > li > a{position:relative; display:block; font-size:18px; text-align:center; padding:9px 0; word-break:keep-all;}
#gnb > ul > li > ul > li > a span {position:relative;}
#gnb > ul > li > ul > li > a:hover{color:#104cb4;}

#gnb > ul > li > ul{display:none; position:absolute; opacity:0; visibility:hidden; top:45px; left:calc(50% - 85px); min-width:170px; width:100%; padding:20px 8px; background:#fff; border:1px solid #e6e6e6; /*box-shadow:15px 20px 29px 0px rgba(0, 0, 0, 0.23);*/ transition:all 0.4s 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:65px; z-index:10; transition-delay:0s, 0s, 0s;}
#gnb > ul > li > ul > li > a{display:block; position:relative; padding:10px 5px; background:#fff; font-size:18px; color:#969696; text-align:center; transition:all 0.3s ease 0s;}
#gnb > ul > li > ul > li > a:hover{color:#104cb4;}
#gnb > ul > li > ul > li:first-child > a{border-top-width:0px;}
#gnb > ul > li > ul > li.active  > a{color:#222;}

	@media screen and (max-width:1439px){
		#gnb {width:calc(75% - 190px); margin-left:4%;}
		#gnb > ul > li > a {font-size:120%}
		#gnb > ul > li > ul > li > a {font-size:105%}
	}

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


.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:28px; 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:20px; color:#444; margin-right:50px; position:relative;}
.gnb-all > ul > li > ul > li > a:after{content:''; width:0; height:2px; background:#104cb4; 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;}
		.gnb-all > ul {padding:0 7%;}
	}

	@media screen and (max-width:1024px){
		.gnb-all{ max-width:400px; overflow-y:auto; display:block; padding:40px 20px; background-position:20%;}  
		.gnb-all .allLogo {display:none;}
		.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:130%; margin:0; cursor:pointer; font-weight:500;}
		.gnb-all > ul > li:hover > h3 {color:#104cb4;}
		.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:#104cb4; 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:#104cb4;}
		.gnb-all > ul > li > h3.on {color:#104cb4;}
		.gnb-all > ul > li > h3.on > span.bul {background:#104cb4; 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 2% 30px 5%;}
		.gnb-all > ul > li > ul > li > a{font-size:110%; margin-right:0; padding:10px 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; align-items: center; position:relative; top:auto; right:auto; left:0; margin:30px 0 20px; font-family: 'Montserrat', sans-serif; text-transform: uppercase;}
	}

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

	@media screen and (max-width:499px){
		.gnb-all > ul > li > h3 {font-size:120%;}
		.gnb-all > ul > li > h3 > span.bul {top:18px;}
		.gnb-all > ul > li > ul > li > a {font-size:100%;}
	}

.quickMenu {position:fixed; top:120px; right:0; width:120px; height:calc(100% - 120px); background:rgba(0,0,0,0.8);}
.quickMenu ul {display:flex; flex-direction:column; justify-content:space-evenly; height:100%; padding:45% 0;}
.quickMenu ul li {display:flex; flex-direction:column; align-items:center; animation:fadeInDown 1s forwards; opacity:0;}
.quickMenu ul li:nth-child(2) {animation-delay: 0.2s;}
.quickMenu ul li:nth-child(3) {animation-delay: 0.4s;}
.quickMenu ul li:nth-child(4) {animation-delay: 0.6s;}
.quickMenu ul li .icon {display:block; width:100%; height:60px; background-position:center; background-repeat:no-repeat;}
.quickMenu ul li b {color:#fff; font-size:18px; font-weight:300;}
.quickMenu ul li.quick01 .icon {background-image:url('../img/common/quickIcon01.png');}
.quickMenu ul li.quick02 .icon {background-image:url('../img/common/quickIcon02.png');}
.quickMenu ul li.quick03 .icon {background-image:url('../img/common/quickIcon03.png');}
.quickMenu ul li.quick04 .icon {background-image:url('../img/common/quickIcon04.png');}

.quick_btn{display: none;}
	
	@media screen and (max-width:1439px){
		.quickMenu ul li b {font-size:105%;}
	}

	@media screen and (max-width:1024px){
		.quickMenu.on ul{
			display: block;
		}

		.quickMenu{
			width: 50px;
			height: fit-content;
			top:unset;
			bottom:80px;
			right: 20px;
			background:none;
		}
		.quickMenu ul{
			padding:0;
			display: none;
		}
		.quickMenu ul li{
			background: rgba(0,0,0,0.8);
			border-radius: 100%;
			height: 50px;
			text-align: center;
			margin-bottom: 2.5px;
		}
		.quickMenu ul li a{
			display: block;
			width: 100%;
			height: 100%;
		}
		.quickMenu ul li .icon{
			background-size: 25px 25px;
			width: 100%;
			height: 100%;
		}
		.quickMenu ul li a b{
			display: none;
		}

		.quick_btn.on::before{
			transform:translate(-50%, -50%) rotate(-45deg);
			-webkit-transform:translate(-50%, -50%) rotate(-45deg);
			left: calc(50% + 2px);
		}
		.quick_btn.on::after{
			transform:translate(-50%, -50%) rotate(45deg);
			-webkit-transform:translate(-50%, -50%) rotate(45deg);
			left: calc(50% - 2px);
		}
		
		.quick_btn{
			display: flex;
			width: 50px;
			height: 50px;
			background: rgba(0,0,0,0.6);
			border-radius: 100%;
			justify-content: center;
    		align-items: center;
			position: relative;
		}
		.quick_btn p{
			display: block;
			text-align: center;
			color:#fff;
			position: relative;
			font-size: 0;
		}
		.quick_btn::before,
		.quick_btn::after{
			display: block;
			position: absolute;
			content: '';
			width: 8px;
			height: 2px;
			background-color: #fff;
			top: calc(50%);
		}
		.quick_btn::before{
			transform:translate(-50%, -50%) rotate(-45deg);
			-webkit-transform:translate(-50%, -50%) rotate(-45deg);
			left: calc(50% - 2px);
		}
		.quick_btn::after{
			transform:translate(-50%, -50%) rotate(45deg);
			-webkit-transform:translate(-50%, -50%) rotate(45deg);
			left: calc(50% + 2px);
		}
		
	}
 
 
/************************ media size setting end ************************/



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

.sec-footer {clear:both; position:relative; background:#000; font-size:18px; color:rgba(255,255,255,0.3); margin-top:100px; letter-spacing:-0.03em;}
.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 {font-size:105%; margin-top:80px;}
		.sec-footer .copyBottom .container {width:100%;}
	}

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

	@media screen and (max-width:799px) {
		.sec-footer {font-size:85%; margin-top:60px;}
		.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;}
	}

	@media screen and (max-width:499px) {
		.sec-footer {font-size:80%;}
	}


.sec-footer .snsBox {position:absolute; top:0; right:0;}
.sec-footer .snsBox a {display:inline-block; width:45px; height:45px; font-size:0; background-image:url('../img/common/snsIcon.jpg'); background-repeat:no-repeat; background-size:318px; border-radius:50%; overflow:hidden; }
.sec-footer .snsBox a.blog {background-position:0 0;}
.sec-footer .snsBox a.twitter {background-position:-45px 0;}
.sec-footer .snsBox a.facebook {background-position:-92px 0;}
.sec-footer .snsBox a.instagram {background-position:-137px 0;}
.sec-footer .snsBox a.kakao {background-position:-182px 0;}
.sec-footer .snsBox a.storefarm {background-position:-228px 0;}
.sec-footer .snsBox a.mall {background-position:-273px 0;}

	@media screen and (max-width:1439px) {
		.sec-footer .snsBox {right:2%;}
	}

	@media screen and (max-width:999px) {
		.sec-footer .snsBox {position:relative; text-align:left; margin-top:20px; right:auto;}
	}

	@media screen and (max-width:799px) {
		.sec-footer .snsBox {text-align:center;}
	}


.sec-footer .familySite{position:absolute; top:-20px; right:0;}
.sec-footer .familySite .openDepth::before, 
.sec-footer .familySite .openDepth::after{position:absolute;top:49%; width:9px;height:1px; background:#fff; content:'';}
.sec-footer .familySite .openDepth::before{right:26px; transform:rotate(135deg);-webkit-transform:rotate(135deg);}
.sec-footer .familySite .openDepth::after{right:20px; transform:rotate(-135deg);-webkit-transform:rotate(-135deg);}
.sec-footer .familySite.on .openDepth::before{transform:rotate(45deg);-webkit-transform:rotate(45deg);}
.sec-footer .familySite.on .openDepth::after{transform:rotate(-45deg);-webkit-transform:rotate(-45deg);}
.sec-footer .familySite a{display:block; color:#b9b9b9; font-size:17px;}
.sec-footer .familySite > a{padding-left:20px; width:240px; height:65px; font-weight:400; line-height:65px; background:#494949;}
.sec-footer .familySite .twoD{display:none; position:absolute; left:0; bottom:64px; padding-left:20px; padding-bottom:19px; width:100%; background:#494949; z-index:99;}
.sec-footer .familySite .twoD > a{margin-top:19px; font-size:16px;}
.sec-footer .familySite .twoD > a:hover{color:#fff;}
.sec-footer .familySite.on > a{color:#fff;}

	@media screen and (max-width:1439px) {
		.sec-footer .familySite {right:0;}
	}

	@media screen and (max-width:999px) {
		.sec-footer .familySite {top:-17px;}
		.sec-footer .familySite a {font-size:105%;}
		.sec-footer .familySite > a {height:59px; line-height:59px;}
		.sec-footer .familySite .twoD {bottom:59px;}
		.sec-footer .familySite .twoD > a {font-size:105%;}
	}
	@media screen and (max-width:799px) {
		.sec-footer .familySite {position:relative; width:100%; top:0; left:0;}
		.sec-footer .familySite > a {width:100%; height:50px; line-height:50px;}
		.sec-footer .familySite .twoD {bottom:50px;}
	}


.sec-footer .footerInfo {padding:80px 0;}
.sec-footer .footerInfo .container {position:relative; display:flex; width:1283px; margin:0 auto; padding:0;}
.sec-footer .footerInfo .copyLogo {font-size:20px; font-weight:600; color:#fff; margin-right:10.5%; vertical-align:top;}
.sec-footer .footerInfo .copyInfo{}
.sec-footer .footerInfo .copyInfo:after{content:''; display:block; clear:both;}
.sec-footer .footerInfo .copyInfo .text {float:left; font-weight:300; margin-left:40px; color:#fff;}
.sec-footer .footerInfo .copyInfo .text:nth-child(1),
.sec-footer .footerInfo .copyInfo .text:nth-child(2) {margin-bottom:15px;}
.sec-footer .footerInfo .copyInfo .text.add,
.sec-footer .footerInfo .copyInfo .text.tel {margin-left:0;}
.sec-footer .footerInfo .copyInfo .text.tel {clear:both;}
.sec-footer .footerInfo .copyInfo .copy{clear:both; padding-top:43px; color:rgba(255,255,255,0.5);}
.sec-footer .footerInfo .copyInfo .copy .txt .adm {position:relative; top:1px; color:inherit;}

	@media screen and (max-width:1349px) {
		.sec-footer .footerInfo .copyLogo {font-size:140%;}
		.sec-footer .footerInfo .container {width:100%; padding-left:5%;}
	}

	@media screen and (max-width:1024px) {
		.sec-footer .footerInfo {padding:50px 0;}
		.sec-footer .footerInfo .copyInfo .copy {padding-top:33px;}
	}

	@media screen and (max-width:799px) {
		.sec-footer .footerInfo {padding:40px 0;}
		.sec-footer .footerInfo .container {flex-direction: column; padding:0 5%;}
		.sec-footer .footerInfo .copyLogo {font-size:120%; margin-bottom:20px;}
		.sec-footer .footerInfo .copyInfo .text {float:none; margin-left:0;}
		.sec-footer .footerInfo .copyInfo .text:nth-child(1),
		.sec-footer .footerInfo .copyInfo .text:nth-child(2) {margin-bottom:0;}
	}


#top_button {position:fixed;bottom:20px;right:140px;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:#104cb4;}
#top_button span{font-size:0;}

	@media screen and (max-width:1199px) {
		#top_button  {right:20px;}
	}