@charset "utf-8";

/* 공통 */

.show-default {display:block;}
.hide-default {display:none;}

.w_1200{
  max-width: 1200px;
  width: 100%;
  position: relative;
  margin: 0 auto;
}

/* skip */
#top_skip {
	display:block;
	background:#fff;
	position:fixed;
	left:0; top:0;
	z-index:99999999;
}
#top_skip a {
	position:relative;
	display:block;
	width:120px;
	line-height:35px;
	text-align:center;
	background:#333;
	color:#fff;
	font-size:12px;
	height:0;
	overflow:hidden;
}
#top_skip a:focus {
	height:35px;
	border:2px solid #005983;
}
/* animated */
.animated {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
 
}

.animated.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all ease 1s;
  transition: all ease 1s;
}
.section.active .animated.on {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* header */
#header:after {
	content: '';
	display: block;
	position: absolute;
	left: 0; right: 0;
	top: 89px;
	background: rgba(255,255,255,0.2);
	height: 1px;
}
#header.h_fixed:after,
#header.h_hover:after {
	background: #ddd;
}
#header .header_bg {
	height: 90px;
	transition: 0.8s ease-in-out;
		-webkit-transition: 0.8s ease-in-out;
		-moz-transition: 0.8s ease-in-out;
		-o-transition: 0.8s ease-in-out;
}
#header.h_fixed .header_bg,
#header.h_hover .header_bg {
	background: #fff;
}

.h_wrap { 
	height: 90px; 
	overflow:hidden;
}
#header.h_hover .h_wrap {
	box-shadow: 5px 5px 15px rgba(0,0,0,0.1);
} 
.gsnb_bg {
	position:absolute;
	top:0; left:0; right:0;
	background: rgba(255,255,255,0.96);
	height:0;
}

.h_inner {
	width: auto; margin-left: 3.90625%; margin-right: 3.90625%;
	position: relative;
}
#logo {
	position: absolute;
	top: 0; left: 0;
	display: inline-block;
	padding-top: 29px;
}
#logo a {
	display:block;
	background: url('/image/common/logo.png') no-repeat;
	height: 27px;
	width: 131px;
	background-size: auto 100% !important;
}
#header.h_fixed #logo a,
#header.h_hover #logo a {
	background: url('/image/common/logo_on.png') no-repeat;
}

.gnb_btn { 
	display: none;
	position: absolute;
	top: 0; right: 0;
    height: 90px;
    width: 90px;
}
.gnb_btn span {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.gnb_btn span.btn02 {
	display: none;
}
.h_hover .gnb_btn span.btn01,
.h_fixed .gnb_btn span.btn01 {
	display: none;
}
.h_hover .gnb_btn span.btn02,
.h_fixed .gnb_btn span.btn02 {
	display: block;
}

/* gnb */
#gnb_wrap {
    margin: 0 auto;
    text-align: center;
}
	.header_mask { display: none; }
	.h_open .header_mask { displaY: block; }
	#gnb_wrap .m_top {
		background: #166cd5;
		height: 90px;
		color: #fff;
		padding: 0 35px;
		position: relative;
		display: none;
	}
	#gnb_wrap .m_top .m_logo {
		    padding-top: 29px;
	}
	#gnb_wrap .m_top .m_lang {
		position: absolute;
		right: 30px; top: 20px;
		font-size: 16px;
	}
  #gnb_wrap .m_top .m_lang a {
    color: #fff;
  }

.gnb > li {
	display: inline-block;
	position:relative; 
	padding: 0 30px;
}
.gnb > li > a {
    display: block;
    font-size: 20px;
    line-height: 90px;
    height: 90px;
    box-sizing: border-box;
    font-weight: 500;
    letter-spacing: -0.5px;
	color: #fff;
	border-bottom: 3px solid transparent;
	min-width: 140px;
	position: relative;
    z-index: 9;
}
#header.h_fixed .gnb > li > a,
#header.h_hover .gnb > li > a {
	color: #000;
}
.gnb > li.active > a {
	color: #0b4da2 !important;
	border-bottom: 3px solid #0b4da2;
}
.gsnb {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
	height: 0;
	
}
	
.gsnb:after {
	content: '';
	display: block;
	clear: both;
}
.gsnb ul {
	box-sizing: border-box;
	padding: 35px 0px 10px 45px;
	position: relative;
	text-align: left;
}
.gsnb ul li {
	padding-bottom: 12px;
}
.gsnb ul li a {
	display: block;
	font-size: 14px;
	color: #666;
}
.gsnb ul li a:hover {
	color: #0b4da2;
}

.lang {
	position: absolute;
	right: 3.90625%;
	top:32px;
	z-index: 9;
}
.lang > a {
    display: block;
	width: 25px;
	height: 25px;
	text-indent: -9999em;
    background: url('/image/common/lang.png') no-repeat;
}
#header.h_fixed .lang > a,
#header.h_hover .lang > a {
	background: url('/image/common/lang_on.png') no-repeat;
}
.lang_box {
	display: none;
    position: absolute;
    top: 35px;
    background: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    width: 60px;
    border-radius: 10px;
    text-align: center;
    right: -18px;
    padding: 10px 0;
}
.lang_box.on {
	display: block;
}
.lang_box li a {
	color: #666;
	font-size: 12px;
	font-weight: bold;
	display:Block;
	line-height: 20px;
}
.lang_box li a:hover {
	color: #000;
}

/* 풀페이지 스크롤 시 헤더 변경 */
.fp-viewing-1 #header:after,
.fp-viewing-2 #header:after,
.fp-viewing-3 #header:after,
.fp-viewing-4 #header:after,
.fp-viewing-5 #header:after {
	background: #ddd;
}
.fp-viewing-1 #header .header_bg,
.fp-viewing-2 #header .header_bg,
.fp-viewing-3 #header .header_bg,
.fp-viewing-4 #header .header_bg,
.fp-viewing-5 #header .header_bg {
	background: #fff;
}
.fp-viewing-1 #header #logo a,
.fp-viewing-2 #header #logo a,
.fp-viewing-3 #header #logo a,
.fp-viewing-4 #header #logo a,
.fp-viewing-5 #header #logo a {
	background: url('/image/common/logo_on.png') no-repeat;
}
.fp-viewing-1 #header .gnb > li > a,
.fp-viewing-2 #header .gnb > li > a,
.fp-viewing-3 #header .gnb > li > a,
.fp-viewing-4 #header .gnb > li > a,
.fp-viewing-5 #header .gnb > li > a {
	color: #000;
}
.fp-viewing-1 #header .lang > a,
.fp-viewing-2 #header .lang > a,
.fp-viewing-3 #header .lang > a,
.fp-viewing-4 #header .lang > a,
.fp-viewing-5 #header .lang > a {
	background: url('/image/common/lang_on.png') no-repeat;
}
.fp-viewing-1 .gnb_btn span.btn01,
.fp-viewing-2 .gnb_btn span.btn01,
.fp-viewing-3 .gnb_btn span.btn01,
.fp-viewing-4 .gnb_btn span.btn01,
.fp-viewing-5 .gnb_btn span.btn01 {
	displaY: none;
} 
.fp-viewing-1 .gnb_btn span.btn02,
.fp-viewing-2 .gnb_btn span.btn02,
.fp-viewing-3 .gnb_btn span.btn02,
.fp-viewing-4 .gnb_btn span.btn02,
.fp-viewing-5 .gnb_btn span.btn02 {
	displaY: block;
} 


/* footer */
#footer {
	padding: 70px 0 80px;
	color: #888888;
	font-size: 14px;
}
.f_menu li a {
	color: #888888;
	font-size: 14px;
	margin-right: 20px;
}
.f_info {
	margin-top: 40px;
}
.f_info span {
	position: relative;
	padding-right: 20px;
}
.f_info span:after {
	content: '';
	display: block;
	position: absolute;
	background: #ddd;
	width: 1px;
	height: 10px;
	top: 6px;
    right: 7px;
}
.f_info span.none:after {
	displaY: none;
}
.copy {
	font-family: 'Exo', sans-serif;
}
#footer .right {
	position: absolute;
	right: 0;
	top: 0;
}
.family_site {
	margin-top: 20px;
}
.family_site select {
	background-color: #ebebeb;
	height: 45px;
	width: 180px;
	font-family: 'Exo', sans-serif;
	color: #666;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
}

/* 서브비주얼 */
.sv  {
	height: 435px;
	position: relative;
}
	.sv.K01 { background: url('/image/common/k01.jpg') no-repeat center / cover; }
	.sv.K02 { background: url('/image/common/k02.jpg') no-repeat center / cover; }
	.sv.K03 { background: url('/image/common/k03.jpg') no-repeat center / cover; }
	.sv.K04 { background: url('/image/common/k04.jpg') no-repeat center / cover; }
	.sv.K05 { background: url('/image/common/k05.jpg') no-repeat center / cover; }


.sv .txt {
	position: absolute;
	top: 210px;
	right: 0; left: 0;
	text-align: center;
	z-index: 1;
}
.sv .txt .ko {
	font-size: 45px;
	line-height: 1.1;
	font-weight: bold;
	margin-bottom: 15px;
	color: #fff;
}
.sv .txt .eg{
	font-size: 24px;
	line-height: 1.1;
	color: #fff;
}

/* lnb */
.lnb_wrap {
	position: relative;
	background: #fff;
	border-bottom: 1px solid #ddd;
}
.lnb_wrap .blue_bg {
    background: #0b4da2;
    position: absolute;
    width: 600px;
    margin-left: -1200px;
    left: 50%;
    top: 0;
    bottom: 0;
}
.lnb > li {
	float: left;
	position:relative;
}

.lnb > li > a {
	display: block;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: 500;
	min-width: 260px;
	box-sizing: border-box;
	padding: 0 45px  0 25px ;
	background: url('/image/common/lnb.png') no-repeat center right 25px;
	position: relative;
}
.lnb > li > a:after {
	content: '';
	displaY: block;
	position: absolute;
	background: #ddd;
	top: 20px;
	right: 0;
	width: 1px;
	height: 20px;
}
.lnb > li.home > a {
	displaY: block;
	min-width: 55px;
	padding: 0;
	background: #0b4da2;
}
.lnb > li.home > a:after {
	display: none;
}
.lnb > li.home > a img {
	padding: 18px 0;
	vertical-align: top;
}
.lnb li.on .lsnb {
	display: block;
}
.lsnb {
	position:absolute;
	top:100%;
	left: -1px; right: -1px;
	z-index:999;
	display: none;
	padding: 14px 0;
	border:  1px solid #ddd;
	background-color: #fff;
}
.lsnb li {
	line-height: 40px;
}
.lsnb li > a {
	background: none;
	color: #555555;
	padding: 0 20px;
	display: block;
}
.lsnb li > a:hover {
	font-weight: 500;
	color: #0b4da2;
}




@media all and (max-width:1450px) {
	
	#gnb_wrap { padding-left: 110px; }
	.gnb > li { padding: 0 25px; }
	.gnb > li > a { min-width: 100px; }
	.gsnb ul { padding: 35px 0 10px 25px; }

}
@media all and (max-width:1199px) {
	
	#gnb_wrap { padding-left: 110px; }
	.gnb > li {padding: 0 10px;}
	.gnb > li > a {min-width: auto;font-size: 19px;}
	.gsnb ul {padding: 35px 0 10px 10px;}
	.gsnb ul li a {line-height: 1.5em;}
	
 
}


/* 타블렛 세로 */
@media all and (max-width:1024px) {



	/* footer */
	#footer .right {position: static;margin-bottom: 20px;}
	#footer .right:after {content: ''; display: block; clear: both; }
	#footer .right .f_logo { float: left; }
	#footer .right .family_site {float: right;margin-top: -10px;}

	.sv { height: 400px; }
	.sv .txt { top: 200px; }
	.sv .txt .ko { font-size: 40px; }
	.sv .txt .eg { font-size: 22px; }


}

@media all and (max-width: 1000px) { 

	/* gnb */
	.gnb_btn {display:block;}
	#gnb_wrap { 
		position:fixed; 
		left:20%; right: 0;top:0; 
		bottom: 0;
		background:#fff; 
		padding-left: 0;
		z-index: 999;
		text-align: left;
		-moz-transform: translateX(101%);
		-webkit-transform: translateX(101%);
		-o-transform: translateX(101%);
		-ms-transform: translateX(101%);
		transform: translateX(101%);
		-webkit-transition: 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
		-moz-transition: 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
		-ms-transition: 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
		-o-transition: 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
		transition: 0.25s cubic-bezier(0.165,0.84,0.44,1) 0s;
	}
	.h_open #gnb_wrap {
		-moz-transform: translateX(0);
		-webkit-transform: translateX(0);
		-o-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
	}
	#gnb_wrap .m_top { display: block; }
	.gnb_scroll {position:absolute;left:0;top: 90px;right:0;bottom:0;overflow:auto;overflow-scrolling:touch;-webkit-overflow-scrolling:touch;-moz-overflow-scrolling:touch;}
	.gnb > li {display: block;border-bottom: 1px solid #ddd; padding: 0;}
	.gnb > li > a {font-size:25px;line-height: 85px;height: 85px; padding: 0 35px; color: #000; }
	.gnb > li.active > a {border-bottom: 0; }
	.gnb > li > a::after {display:block;content:'';position:absolute;width: 20px;height: 20px;right: 35px;top: 37px;left: auto;bottom: auto;opacity: 1; background: url("/image/common/gnb_bl.png") no-repeat center 0;background-size:100% auto;}
	.gnb li.active > a::after {background:url("/image/common/gnb_bl2.png") no-repeat center 0;width: 20px;}
	.gsnb {display:none;position:static; height:auto;}
	.gsnb ul {text-align: left;padding: 0;}
	.gsnb ul li {display: block; padding-bottom: 0; }
	.gsnb ul li a {font-size: 18px; line-height: 65px;padding: 0 35px;border-top: 1px solid #ddd;background: #f5f5f5;}

	.lang { display: none; } 

	.lnb_wrap .blue_bg { width: 3.90625%; margin-lefT: 0; left: 0; }

}


/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {

	.h_wrap, #header .header_bg { height: 70px; }
	#header:after { top: 69px; }
	.gnb_btn  img { height: 70px; }
	#logo { padding-top: 25px; }
	#logo a { height: 20px; }

	#gnb_wrap .m_top { height: 70px; padding: 0 25px; }
	#gnb_wrap .m_top .m_logo { padding-top: 25px; }
	#gnb_wrap .m_top .m_logo img { height: 20px; }
	.gnb_scroll { top: 70px; }
	.gnb > li > a { font-size: 20px; height: 65px; line-height: 65px; padding: 0 25px; }
	.gnb > li > a::after { top: 29px; width: 15px; right: 25px; }
	.gnb li.active > a::after { width: 15px;}
	.gsnb ul li a { font-size: 15px; line-height: 60px; padding: 0 25px; }

	.gnb_btn { width: 70px; height: 70px; }

	.sv { height: 340px; }
	.sv .txt { top: 160px; }
	.sv .txt .ko { font-size: 35px; }
	.sv .txt .eg { font-size: 18px; }

}

/* 모바일 상세 */
@media all and (max-width:640px) {
	
	.lnb_wrap .inner {margin-right: 0; }
	/* .lnb > li > a { min-width: 245px; } */
  .lnb > ul {display: flex;}
  /* .lnb > li:not('home'){width: 48%;} */
  .lnb > li { width: 48%;}
  .lnb > li > a { min-width: 48%;}
  .lnb >li.home {display: none;}
}

/* 모바일 가로 */
@media all and (max-width:568px) {

	.h_wrap, #header .header_bg {height: 60px;}
	#header:after { top: 59px; }
	.gnb_btn  img { height: 60px; }
	#logo { padding-top: 21px; }
	#logo a { height: 18px; }

	#gnb_wrap .m_top { height: 60px; padding: 0 20px; }
	#gnb_wrap .m_top .m_logo { padding-top: 21px; }
	#gnb_wrap .m_top .m_logo img { height: 18px; }
	.gnb_scroll { top: 60px; }
	.gnb > li > a { font-size: 18px; height: 60px; line-height: 60px; padding: 0 20px; }
  
	.gnb > li > a::after { top: 27px; right: 20px; }
	.gsnb ul li a {  line-height: 45px; padding: 0 50px; }

	.gnb_btn { width: 60px; height: 60px; }

	/* footer */
	#footer { padding: 50px 0 60px; font-size: 12px; }
	#footer .right .f_logo img {height: 20px;}
	.family_site select { height: 40px; width: 150px; }
	.f_menu li a { font-size: 12px; margin-right: 10px; }
	.f_info { margin-top: 30px; }
	
	/* lnb */
	.sv { height: 300px; }
	.sv .txt { top: 145px; }
	.sv .txt .ko { font-size: 32px; }
	.sv .txt .eg { font-size: 16px; }
	.lnb > li > a { height: 55px; line-height: 55px; font-size: 12px; padding: 0 10px; background: url('/image/common/lnb.png') no-repeat center right 12px / 11px; }
	/* .lnb > li:last-child > a { min-width: 170px; } */
	.lnb > li.home > a { min-width: 32px; }
	.lnb > li.home > a img { height: 18px; }
	.lsnb { padding: 7px 0; }
	.lsnb li { line-height: 32px; }
	.lsnb li > a { padding: 0 12px; font-size: 12px; }

}

@media all and (max-width:425px) {

}

@media all and (max-width:374px) {

	/* lnb */
	.lnb > li > a {min-width: 130px;}
	.lnb > li.home > a {min-width: 30px;}
	.lnb > li.home > a img { height: 16px; }

}

@media all and (max-width:320px) {

}







/* 공통 */

/* PC이하 ~ 타블렛 가로 */
@media all and (max-width:1199px) {
	.show-1199 {display:block;}
	.hide-1199 {display:none;}
}
@media all and (max-width:1099px) {
	.show-1099 {display:block;}
	.hide-1099 {display:none;}
}
/* 타블렛 가로 이하 */
@media all and (max-width:1023px) {
	.show-1023 {display:block;}
	.hide-1023 {display:none;}
}
/* 타블렛 이하 ~ 모바일 */
@media all and (max-width:767px) {
	.show-767 {display:block;}
	.hide-767 {display:none;}
}
/* 모바일 가로 미만 */
@media all and (max-width:568px) {
	.show-568 {display:block;}
	.hide-568 {display:none;}
}
/* 모바일 최소 */
@media all and (max-width:425px) {
	.show-425 {display:block;}
	.hide-425 {display:none;}
}

@media all and (max-width:375px) {
	.show-375 {display:block;}
	.hide-375 {display:none;}
}

@media all and (max-width:320px) {
	.show-320 {display:block;}
	.hide-320 {display:none;}
}

