@charset "UTF-8";
/********************************************************

		header

********************************************************/
#header {position:relative;top:0;left:0;width:100%;height:115px;background-color:#fff; border-bottom:1px solid transparent;z-index:999;-webkit-transition-duration:0.5s;-m-transition-duration: 0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;}
#header:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:1s;}
#header header {position:relative;max-width:1170px;margin:0 auto;height:100%;z-index:2;display:flex;align-items:center;justify-content:space-between;}
#header h1 {  line-height:1;}
#header h1 a { display:flex;align-items:center; line-height:1;}
#header h1 img {vertical-align:baseline;}

#header.notice { position:relative;  } 
#header.type3 { background:#fff; border-bottom:1px solid #dcdcdc; } 
#header.type3 header { max-width:1170px; z-index:revert; top:45px; height:70px; } 
#header.type3 header .header { display:flex;align-items:center; width:100%; margin:0 auto;} 
#header.fixed { box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);  } 
/* sub full : 
#header:before { content:'';position:absolute;top:-205px;left:0;width:100%;height:300px;background-color:#1b2032;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:0.3s; z-index:-1;}
#header.open_menu:before {opacity:0.8; top:0; }
*/

/*up & Down*/
#header.nav-up {top:-115px;}
#header.type2.nav-up { top:-115px; background-color:#fff;} 
#header.nav-down {top:0;background-color:#fff; }
#header.type2.nav-down { top:0; } 
#header.nav-up:before {opacity:0.99;}
#header.nav-down:before {opacity:0.99;}
#header.nav-down.nav-top { background-color:transparent; } 
#header.nav-down.nav-top:before {opacity:0; }

/*
@media screen and (max-width: 2060px){
	#header header {margin:0 70px;}
}
@media screen and (max-width: 1600px){
	#header header {margin:0 40px;}
}
*/
@media screen and (max-width: 1200px){
	#header header {margin:0 15px;}
	#header.type3 header { margin:0 15px; } 
}
@media screen and (max-width: 1024px){
	#header {top:0 !important;height:60px;}
	#header h1 {padding:15px 0;}
	#header h1 img {height:20px;}
	#header.nav-up:before {opacity:0.99;}

	#header.type3 { height: 90px; }
	#header.type3 header .header { } 
	#header.type3 header { background:#fff; margin:0 12px; height:30px;  } 
	#header.type3 h1 img {height:20px;}
}
@media screen and (max-width: 340px){
	#header.type3 h1 img {height:15px;}
} 
#header .header-inner { display:flex; align-items:center; } 
/* ---- 
@type2 
------ */ 
#header.type2:after { content:'';position:absolute;top:0px;left:0;width:100%;height:100%;background-color:#fff;opacity:0;z-index:1; transition:all 0.3s ease; } 
#header.type2:before {content:'';position:absolute;top:-210px;left:0;width:100%;height:440px;background-color:var(--menu);opacity:0;transition:all 0.3s ease; z-index:-1; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);}
#header.type2.open_menu:after { background-color:#fff;opacity:1;z-index:1;  } 
#header.type2.open_menu:before {opacity:0.90 !important; top:0px !important; }






/***********************************************************************
	상단로그인 로그아웃 부분
************************************************************************/
.header_top { width:100%; position:absolute;display:flex; align-items: center; height:25px; box-sizing: border-box; opacity:1;  z-index:1; }
.header_top .row {max-width: 1170px;width: 100%;margin:0 auto;}

.header_top .con_l {float: left;}
.header_top .con_r {float: right; position:relative; margin-right:55px; }




.header_top .site_link {  } 
.header_top .site_link a {  position:relative; display: inline-block;color: #333; opacity:1; padding:0 15px 3px; font-weight:300; font-size:0.75rem; transition:opacity 0.3s ease; }
.header_top .site_link a:hover { opacity:1; }
.header_top .site_link a span { position:relative; } 
.header_top .site_link a span:after { content:''; position:absolute; left:50%; transform:translateX(-50%); height:1px; width:0; bottom:-3px; background:#666; transition:all 0.3s ease; } 
.header_top .site_link a:hover span:after {width:100%;} 
.header_top .site_link a:after { content:''; position:absolute; top:0.375rem; right:-2px; width:1px; height:0.75rem; background:#d4d4d4; opacity:1; }
.header_top .site_link a:last-of-type { padding-right:0px; } 
.header_top .site_link a:last-of-type:after  { display:none; } 

#header.type3 .header_top { height:45px; border-bottom:1px solid #dcdcdc } 
#header.type3 .header_top .row { max-width:1170px; } 
#header.type3 .header_top .site_link a {  padding:0px 10px 5px; font-size:0.938rem; color:#999;  }
/*
#header.type3 .header_top { max-width:1170px; left:50%; transform:translateX(-50%); align-items:center; top:30px;  } 
#header.type3 .header_top .row { max-width:1170px; } 
#header.type3 header { display:flex; align-items:flex-start; flex-direction:column; } 
#header.type3 .header_top .site_link a {  padding:0 10px 3px; font-size:0.938rem; color:#333;  }
#header.type3 .header_top .site_link a:after { content:''; position:absolute; top:6px; right:-2px; width:1px; height:0.75rem; background:#d4d4d4; opacity:1; }
#header.type3 .header_top .site_link a:hover { color:#000; } 

#header.type3 .header-inner { width:100%; height:70px; justify-content:center; background:#437dea;} 
#header.type3 #header__lnb { width:1110px;  } 
*/

body.hidden #header.type3 .header_top { z-index:0; } 

.header_top .site_link a.site_btn { display:inline-flex; align-items:center; justify-content:center; background:#2454a6; color:#fff !important; padding: 4px 10px 2px !important;  z-index:1; transition:all 0.3s ease; line-height:1.4; } 
.header_top .site_link a.site_btn:hover { color:#fff; background:#152c62; } 
.header_top .site_link a.site_btn span:after { display:none; } 
.header_top .site_link a.site_btn:after { display:none; } 

.header_top .site_link a.site_btn2 { display:inline-flex; align-items:center; justify-content:center; background:#38a2c5; color:#fff !important; padding: 4px 10px 2px !important;  z-index:1; transition:all 0.3s ease; line-height:1.4; } 
.header_top .site_link a.site_btn2:hover { color:#fff; background:#2591b4; } 


@media screen and (max-width: 2060px){
	#header.type1 .header_top .row {margin:0 70px;}
}
@media screen and (max-width: 1600px){
	#header.type1 .header_top .row {margin:0 40px;}
}
@media screen and (max-width: 1200px){
	#header.type1 .header_top .row {margin:0 15px;}
}

@media screen and (max-width: 1024px){
	#header.type1 .header_top { height:40px; } 
	#header.type1 .header_top .con_r { font-size:13px;  }
	#header.type1 .header_top .con_r span {display: inline-block;vertical-align: middle; margin-right: 10px;}
	#header.type1 .header_top .site_link a { padding: 0 10px; }
	#header.type1 .header_top .site_link { margin-right: 10px !important; } 
	/*
	.search input { font-size:12px;}
	.search input::-webkit-input-placeholder { font-size:12px;  }
	*/

	#header.type3 .header_top { padding-right:70px; top:20px; } 
	#header.type3 .header_top { top:0px; height:auto; background:#fff; border-top:1px solid #dcdcdc; border-bottom:1px solid #dcdcdc; padding:5px 0; } 
	#header.type3 .header_top .site_link a { } 
	#header.type3 .header_top .con_r { float:none; margin-right:0px; } 
	#header.type3 #header__lnb { width:100%; } 

	#header.type3 .header_top .site_link a.site_btn { margin-left:5px; } 

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

} 
@media screen and (max-width: 640px){
	/*
	#header.type3 .header_top .site_link a:nth-of-type(3) { display:none;  }
	#header.type3 .header_top .site_link a:nth-of-type(4) { display:none;  }
	#header.type3 .header_top .site_link a:nth-of-type(5) { display:none;  }	
	*/
}
@media screen and (max-width: 540px){
	/*
	#header.type3 .header_top .site_link a:nth-of-type(3) { display:none;  }
	#header.type3 .header_top .site_link a:nth-of-type(4) { display:none;  }
	#header.type3 .header_top .site_link a:nth-of-type(5) { display:none;  }
	*/
} 
@media screen and (max-width: 480px){
	.header_top .site_link a:after { top:50%; transform:translateY(-50%); } 
	#header.type1 .header_top .site_link a { padding: 0 5px; }
	#header.type1 .header_top .site_link { margin-right: 5px !important; } 

	#header.type3 .header_top .site_link a { padding: 0 5px; }
	#header.type3 .header_top .site_link { margin-right: 5px !important; } 

}
@media screen and (max-width: 400px){
	/*
	#header.type3 .header_top .site_link a:nth-of-type(4) { display:none;  }
	#header.type3 .header_top .site_link a:nth-of-type(5) { display:none;  }
	*/
}
/*.search_btn { position:abs */
@media screen and (max-width: 360px){
	/*
	#header.type3 .header_top .site_link a:nth-of-type(6) { display:none;  }
	#header.type3 .header_top .site_link a:nth-of-type(7) { display:none;  }
	*/

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

} 







/*
대메뉴 서브메뉴 레이아웃
*/
.lnb-menu > li { } 
.lnb-menu > li > a {display:block;font-weight:500;font-size:1.128rem;color:#111;letter-spacing:-0.05em;overflow:hidden;transition:color .5s ease; }
.lnb-menu > li > a:after {content:'';position:absolute;left:50%;right:50%;bottom:0;height:3px;background-color:var(--menu);z-index:-1;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}
.lnb-menu > li.on > a {color:var(--menu);}
.lnb-menu > li.on > a:after,
.lnb-menu > li > a:hover:after {left:0;right:0;}
.lnb-menu > li.active > a:after {left:0;right:0;}	/* submenu on 했을때 유지하기 위해 */

#header.type2 .lnb-menu > li > a:after { height:2px; } 


#header.type3 .lnb-menu > li > a { color:#111; } 
#header.type3 .lnb-menu > li > a:after { display:none; } 


@media screen and (min-width: 1025px){
	.lnb-menu {font-size:0;}
	.lnb-menu > li {position:relative;display:inline-block;}
	.lnb-menu > li > a {position:relative;display:flex;justify-content:space-between;align-items:center;height:70px;padding:0 25px;}

	#header.type3 .lnb-menu > li > a { font-weight:500; letter-spacing:-0.05em; height:70px; align-items:center; justify-content:space-between; line-height:1; padding:0 25px; } 
	

	#header.type3 .lnb-menu > li:last-of-type > a { padding-right:20px;} 
	/* #header.type3 .lnb-menu > li > a span:after { content:''; position:absolute; top:29px; right:0px; width:2px; height:15px; background:#cacaca;  } */
	#header.type3 .lnb-menu > li:first-of-type > a span:before { content:''; position:absolute; top:29px; left:0px; width:2px; height:15px; background:#fff;  } 
	#header.type3 .lnb-menu > li:last-of-type > a span:after { display:none; } 
	#header.type3 .lnb-menu > li.on > a {color:#263d9b;}

	#wrap.en #header.type3 .lnb-menu > li > a { padding:0 42.5px; } 
	#wrap.en #header.type3 .lnb-menu > li > a span:after { display:none; } 

	/*
	.lnb-menu > li > a:before { content:''; position:absolute; display:inline-block; width:0; height:0; bottom:-3px; left:50%; transform:translateX(-50%); border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:10px solid var(--menu); transition:all .4s ease; opacity:0; }
	.lnb-menu > li.ov > a:before { opacity:1; bottom:0px; } 
	*/
}
@media screen and (max-width: 1440px) and (min-width: 1261px){
	/*.lnb-menu > li > a {padding:0 2.563rem;}*/
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	/*.lnb-menu > li > a {padding:0 2.25rem;}*/
}

@media screen and (max-width: 1170px) {
}
@media screen and (max-width:1140px) and (min-width: 1025px){ 
	#header.type3 .lnb-menu > li > a { padding:0 15px; } 
}

/* header sub */
.lnb_sub_menu {display:none;position:absolute;top:115px;left:0;width:100%;padding:10px;box-sizing:border-box; }
#header.notice .lnb_sub_menu { top:225px; } 


.lnb_sub_menu ol {max-width:1170px;margin:0 auto;text-align:center;box-sizing:border-box; }
.lnb_sub_menu ol {position:relative;}

.lnb_sub_menu li {display:block;margin:8px 0;}
.lnb_sub_menu li > a {position:relative;display:inline-block;padding:2px 0; font-weight:300;font-size:15px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase; }

/* submenu bar type 
.lnb_sub_menu li {display:inline-block;margin-right:38px;}
.lnb_sub_menu li a {display:block;padding:18px 0;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
*/

.lnb_sub_menu li a:after { position:absolute; content:''; bottom:-2px; ;left:50%; transform:translateX(-50%); width:0; height:1px; background:#fff; transition:all 0.4s ease; } 
.lnb_sub_menu li:hover a:after { width:100%; } 

.header__menu-list li:hover a {color:#fff;}
.header__menu-list li.on a {color:#fff;}
.lnb_sub_menu li.on a:before {opacity:1/*;left:-6px;*/}
.lnb_sub_menu li.on a:after { width:100%;  }

#header.type2 .lnb_sub_menu ol { text-align:center; }
#header.type2 .lnb_sub_menu li a { font-weight:300; font-size:0.875rem; color:#fff; opacity:0.7; transition:all 0.4s ease; }
/*#header.type2 .lnb_sub_menu li a:after { background:var(--menu); } */
#header.type2 .lnb_sub_menu li:hover a:after { width:100%; } 

#header.type3 .lnb_sub_menu li a:after { display:none; } 
/*
.lnb-menu li:nth-of-type(2) .lnb_sub_menu { display:block; } 
*/

#header.type3 .lnb_sub_menu_left .lnb_sub_symbol { display:none; } 


@media screen and (min-width: 1025px){
	.lnb_sub_menu {z-index:999;padding-left:3px;}
	#header.type1 .lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--menu);-webkit-transition-duration:0.5s;-moz-transition-duration:0.5s;-ms-transition-duration:0.5s;-o-transition-duration:0.5s;transition-duration:0.5s;}
	#header.type1 .lnb_sub_menu:after { content:''; position:absolute; display:inline-block; width:0; height:0; top:-10px; left:50%; transform:translateX(-50%); border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:10px solid var(--menu); transition:all .4s ease; opacity:0; }
	#header.type1 .lnb_sub_menu.open:after { opacity:1; top:-10px; } 
	#header.type1 .lnb_sub_menu li a {}
	#header.type1 .lnb_sub_menu li a:hover {font-weight:400;color:#fff;  }

	#header.type2 .lnb_sub_menu.open:after { opacity:1; } 
	#header.type2 .lnb_sub_menu li a {}
	#header.type2 .lnb_sub_menu li a:hover { color:#fff; opacity:1;}


	#header.type3.nav-up .lnb_sub_menu { top:65px; }  
	#header.type3 .lnb_sub_menu { position:fixed; padding:0; background:#fff;  } 
	#header.type3 .header-inner .back { position:fixed;top:115px;left:0;width:100%;height:0;background-color:#000; opacity:0; transition:opacity .4s ease; }
	#header.type3.notice .header-inner .back { top:235px; } 
	#header.type3.nav-up .header-inner .back { top:65px; } 

	#header.type3.open_menu .header-inner .back { opacity:0.5; height:100%; } 

	/*

	*/


	/* 배경색 좌우로 나눠서.. 보이게 */ 
	#header.type3 .lnb_sub_menu_inner_wrap {position:absolute; left:0; top:0; display:flex; width:100%; height:100%; background:#263d9b; z-index:-1; } 
	#header.type3 .lnb_sub_menu_inner_left { width:50%; height:100%; background:#263d9b; } 
	#header.type3 .lnb_sub_menu_inner_right { width:50%; height:100%; background:#fff; } 


	#header.type3 .lnb_sub_menu_inner { display:flex; width:100%; max-width:1400px; margin:0 auto;   } 
	#header.type3 .lnb_sub_menu_left { position:relative; display:flex; justify-content:flex-start; padding-top:55px; /*padding-left:25px;*/padding-left:0px; padding-bottom:30px; /*width:27.35%;*/ width:31.6%;  background-color:#263d9b; }  /*background:url('/common/theme/layout/images/common/sub_symbol.png') no-repeat; background-position:left calc(100% - 20px);*/

	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol { display:block; position:absolute; left:0px; bottom:20px; z-index:1; } 
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c130, 
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c132 { display:none; } 
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c128 img, 
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c129 img { width:80%;  } 

	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c206, 
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c207, 
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c253, 
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c255, 
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c271,
	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c209  { display:none; } 

	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol.c206 img { width:60%;  } 


	#header.type3 .lnb_sub_menu_left .lnb_sub_symbol img {  animation: spin 20s infinite linear; } 
	@keyframes spin {  0% { transform: rotate(0deg); }   100% { transform: rotate(360deg); }  }	

	#header.type3 .lnb_sub_menu_title { position:relative; left:0px; /*font-size:35px;*/font-size:45px; color:#fff;  transition:all 0.3s ease-out 0.4s;  z-index:2; } 
	#header.type3 .lnb_sub_menu_title.c130 { font-size:30px; line-height:1.2; } 
	#header.type3 .lnb_sub_menu_title:before { content:''; position:absolute; top:-20px; left:0px; width:0px; height:6px; background:#14ae67; border-radius:5px; transition:all 0.3s ease-out 0.4s; } 
	#header.type3 .lnb_sub_menu.open .lnb_sub_menu_title { left:0px; opacity:1;  } 
	#header.type3 .lnb_sub_menu.open .lnb_sub_menu_title:before { width:60px; } 

	#header.type3 .lnb_sub_menu_right {  /*width:72.65%;*/ width:68.4%; background:#fff;  } 

	#header.type3 .lnb_sub_menu ol { max-width:850px; margin:revert;text-align:revert;box-sizing:border-box; }
	#header.type3 .lnb_sub_menu ol li { margin:0 0;   box-sizing:border-box; } 
	/*
	#header.type3 .lnb_sub_menu ol li a { display:block; padding:15px 0; padding-left:30px; background:#1e2b70; font-size:17px; font-weight:500; text-align:left; } 
	*/
	#header.type3 .lnb_sub_area { display:flex; flex-wrap: wrap; align-items:stretch;  } 
	#header.type3 .inb_sub_name { display:flex; align-items:center; position:relative; width:215px; max-width:215px;padding:15px 0; border-bottom:1px solid #424d84;  padding-left:20px; background:#1e2b70;  text-align:left;   } 
	#wrap.en #header.type3 .inb_sub_name { min-height:4.063rem; } 

	#header.type3 .lnb_menu_list.c130 .inb_sub_name {padding:20px 0 ; padding-left:20px;} 
	#header.type3 .lnb_menu_list.c271 .inb_sub_name { padding:25px 0; padding-left:20px;} 

	#header.type3 .inb_sub_name a { position:relative; font-size:1.063rem; color:#fff; font-weight:500; word-break:keep-all; }
	#header.type3 .inb_sub_name a i { margin-left:3px; } 
	#header.type3 .inb_sub_name a:after { position:absolute; content:''; bottom:-2px; ;left:50%; transform:translateX(-50%); width:0; height:1px; background:#fff; transition:all 0.4s ease; } 
	#header.type3 .inb_sub_name a:hover:after { width:100%; } 

	#header.type3 .lnb_tab_list {  position:relative;  font-size:1rem; width:calc(100% - 215px); padding:15.5px 30px 15px;  color:#000; border-bottom:1px solid #e9e9e9; padding-left:35px; word-break:break-all; }
	#header.type3 .lnb_tab_list a { position:relative; display:inline-block; font-size:1rem;  color:#333; padding-right:10px; padding-top:4px; padding-bottom:4px; margin-right:20px; line-height:1; transition:all .4s ease; } 
	/*#header.type3 .lnb_tab_list a:last-of-type { padding-bottom:0px; } */
	#header.type3 .lnb_tab_list.c151 a,
	#header.type3 .lnb_tab_list.c159 a,
	#header.type3 .lnb_tab_list.c171 a,
	#header.type3 .lnb_tab_list.c160 a { display:block; } 
	#header.type3 .lnb_tab_list a:hover { color:#263d9b; } 
	#header.type3 .lnb_tab_list a i { margin-left:5px;font-size:1rem; margin-bottom:0px; } 
	/*
	#header.type3 .lnb_tab_list a:after { position:absolute; content:''; bottom:-0px; ;left:50%; transform:translateX(-50%); width:0; height:1px; background:#333; transition:all 0.4s ease; } 
	#header.type3 .lnb_tab_list a:hover:after { width:100%; } 
	*/

	#header.type3 .lnb_tab_list a:last-of-type { margin-right:0px; } 
	/*
	#header.type3 .lnb_tab_list a:before { display:none; content:''; position:absolute; left:0px; top:5px;  width:5px; height:5px; background:#333; border-radius:50%; } 
	*/
	#header.type3 .lnb_tab_list a:before { content:''; position:absolute; top:4px; right:-7.5px; width:1px; height:15px;  background:#ccc; } 
	#header.type3 .lnb_tab_list a:last-of-type:before { display:none; } 
	#header.type3 .lnb_tab_list.c151 a:before,
	#header.type3 .lnb_tab_list.c159 a:before,
	#header.type3 .lnb_tab_list.c171 a:before,
	#header.type3 .lnb_tab_list.c160 a:before { display:none; } 
	#header.type3 .lnb_tab_list.c176 a:nth-of-type(4):before { display:none; } 
}
@media screen and (max-width: 2060px){

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

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

}

@media screen and (max-width: 1024px){
	#header.type3 .lnb_sub_menu_inner_wrap { display:none; } 
	.lnb_sub_menu_title { display:none; } 
	.lnb_tab_list { display:none; } 
}



/* header fixed */
#header.fixed {position:fixed;border-bottom:1px solid #eee;}
#header.fixed:before {opacity:0.8;}
#header.fixed h1 span {background:url(images/common/logo.png) no-repeat 0;}
/*#header.fixed #header__lnb .lnb-menu > li > a {color:#333;}*/
#header.fixed #header__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;border-color:#666;color:#333;}



/*Header 반응형*/
@media screen and (max-width: 1024px){
	.header-inner #header__lnb{display:none;float:none;overflow-y:auto;position:fixed;top:0;left:-1px;width:101%;height:1024px;height:100%;margin:0 !important;background-color:transparent;text-align:center;}
	/*
	.header-inner #header__lnb:before {content:'';position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.9;}
	*/
	#header__lnb:before {content:'';position:fixed;top:-100vh;left:0;width:100%;height:100%; background-color:rgba(38,61,155,0.9); opacity:1; z-index:-1; transition:all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s; }
	#header__lnb.active:before { top:0px; left:0px; } 

	#header__lnb:after {content:'';position:fixed;top:-100vh;left:0;width:100%;height:100%; background-color:#fff;opacity:.7; z-index:-2; transition:all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
	#header__lnb.active:after { top:0px; left:0px; } 

	#header__lnb {display:table;width:100%;height:100%;}
	#header__lnb .nav { left:50%; top:50%; transform:translate(-50%,-50%); position:relative;height:auto;padding:50px 0;background-color:transparent;vertical-align:middle;}
	.lnb-menu > li {margin-bottom:10px;}
	.lnb-menu > li:last-child {margin-bottom:0;}
	#header.fixed #header__lnb .lnb-menu > li > a,
	.lnb-menu > li > a {position:relative; display:inline-block;padding:10px 0;font-size:1.25rem;color:#fff !important;}
	.lnb-menu > li > a > span { position:relative; } 
	.lnb-menu > li > a > span:after {content:'';position:absolute;left:50%;right:50%;bottom:-2px;height:2px;background-color:#fff;z-index:-1;transition:all 0.3s ease; }
	.lnb-menu > li > a:hover span:after {left:0;right:0;}

	.lnb-menu > li.ov > a {color:#fff;}
	.lnb-menu > li.ov.on > a {color:var(--menu);}
	.lnb-menu > li.ov > a:after {content:none;margin-bottom:0;}
	.lnb-menu > li.on > a {font-weight:600;}
	.lnb_sub_menu {position:static;padding:0 0 20px;background-color:transparent;border:none;text-align:center;}
	.lnb_sub_menu li {display:block;margin:8px 0;}
	.lnb_sub_menu li a {padding:2px 0;font-size:16px;color:#fff;}

	#header.type2 .lnb_sub_menu ol { text-align:center; }
	#header.type3 .lnb-menu > li > a > span:after { bottom:-2px;height:1px;background-color:#fff; } 
}



/*검색 바*/
#header__search {position:relative;margin:22.5px 0;}
#header__search input {width:100%;height:35px;padding-right:15px;background-color:transparent;border:none;border-bottom:1px solid #fff;border-radius:0;box-shadow:none;font-size:14px;color:#fff;box-sizing:border-box;-webkit-box-shadow: none;-webkit-appearance: none;}
#header__search input::-webkit-input-placeholder {color:#fff !important;}
#header__search button {position:absolute;top:14px;right:0;width:11px;height:14px;background:url(images/common/btn_search_on.png) no-repeat 0;border:none;text-indent:-9999px;cursor:pointer;}
#header.fixed #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.fixed #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.fixed_store #header__search input {color:#666;border-bottom:1px solid #999;}
#header.fixed_store #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.fixed_store #header__search input::-webkit-input-placeholder {color:#666 !important;}
#header.hover #header__search input {color:#666;border-bottom:1px solid #999;}
#header.hover #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
#header.hover #header__search input::-webkit-input-placeholder {color:#666 !important;}
@media screen and (max-width: 1024px){
	#header__search {width:205px;margin:0 auto;color:#fff !important;}
	#header__search input {border-bottom-color:#333;}
	#header #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.hover #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.fixed #header__search button {background:url(images/common/btn_search.png) no-repeat 0;}
	#header.hover #header__search input::-webkit-input-placeholder,
	#header.fixed #header__search input::-webkit-input-placeholder {color:#fff !important;}
}



/*언어*/
#header__language {display:flex;align-items:center;justify-content:center;}
#header__language select {width:95px;height:27px;padding:5px;background:url(/images/board/select_bg.png) no-repeat 90% center !important;background-color:transparent;border:1px solid #666;font-size:12px;color:#333;box-sizing:border-box;}
#header__language option {color:#333;}
@media screen and (min-width: 1025px){
	#header__language {height:90px;}
	/*#header__language select {border-color:#fff;color:#fff;background:url(/images/board/select_bg2.png) no-repeat 90% center !important;}*/
	#header.nav-down #header__language select {border-color:#666;color:#333;background:url(/images/board/select_bg.png) no-repeat 90% center !important;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	#header__language select {width:65px;}
}
@media screen and (max-width: 1024px){
	#header__language select {border-color:#fff;color:#fff;background:url(/images/board/select_bg2.png) no-repeat 90% center !important;}
}



/*모바일 버튼*/
#header__mobile {display:block;position:absolute;top:-35px;right:3px;background-color:transparent;box-sizing:border-box;z-index:99}
#header__mobile span {display:block;width:20px;height:3px;margin:0 auto;background-color:#999;-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;}
#header__mobile .mid2 {margin:6px 0;}
#header__mobile.active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#header__mobile.active span { background-color:#333 !important;}
#header__mobile.active span.mid2{ width: 0px; }
#header__mobile.active span.mid1,
#header__mobile.active span.mid3 {-webkit-transition-delay: 0.3s;-o-transition-delay: 0.3s;transition-delay: 0.3s;}
#header__mobile.active span.mid1{-webkit-transform: translateY(8px);-ms-transform: translateY(8px);-o-transform: translateY(8px);transform: translateY(8px);}
#header__mobile.active span.mid3 {-webkit-transform: translateY(-10px) rotate(90deg);-ms-transform: translateY(-10px) rotate(90deg);-o-transform: translateY(-10px) rotate(90deg);transform: translateY(-10px) rotate(90deg);}
/*
#header.fixed #header__mobile span {background-color:#333;}
#header.fixed_store #header__mobile span {background-color:#333;}
#header.nav-up #header__mobile span {background-color:#333;}
#header.nav-down #header__mobile span {background-color:#333;}
#header.nav-down.nav-top #header__mobile span {background-color:#333;}
*/
@media screen and (max-width: 1024px){
	
	#header #header__mobile {display:block;} 
	#header.type3 #header__mobile { top:5px; } 
}


/*검색*/
.lnb-search { position:relative; margin-left:15px; box-sizing:border-box;text-align:center;}
.lnb-search a.material-icons { position:relative; font-size:28px; color:#122a88; margin-bottom:-2px; z-index:1; } 
.lnb-search:after { content:''; position:absolute; top:-22px; left:-17px; width:60px; height:70px; background:#1d2970; z-index:0; opacity:0; transition:all .3s ease;} 
.lnb-search.on a.material-icons { color:#fff; z-index:1; } 
.lnb-search.on:after { opacity:1; }

body.hidden #header.type3 .lnb-search a.material-icons { color:#122a88; } 

/* 메뉴 밑에 붙는 경우 */
.header_sub{ height:80px;position:absolute;top:115px;left:0;overflow:hidden;width:100%;z-index:0; display:none;  }
.header_sub:before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;background:#1d2970;opacity:0;z-index:0; }
.header_sub.on { top:115px; opacity:1;  } 
.header_sub.on:before{ top:0px; opacity:1;  }


.header_sub .sub_inner{position: relative;width: 1170px;margin: 0 auto;z-index:-1;}
.header_sub.on .sub_inner { z-index:99; } 

.header_sub .sub_inner .search_area{display:none;margin:0 auto;padding:18px 0;text-align:center;  }
.search_area .ipt_area{position: relative;width:510px;margin:0 auto}
.search_area input[type=text]{ font-size:1rem; width: 460px;height: 44px; line-height: 44px; padding: 0 20px 0 15px;background: #fff;border: 1px solid #888; position: absolute;top: 0;left: 0; box-sizing:border-box}
.search_area button{position: absolute;top: 0;right:35px;width: 52px;height: 44px; color:#fff; font-size:28px; background:#5264ce; text-indent: ;}


@media screen and (max-width: 1024px){
	.search_btn { display:none; } 
	.header_sub { height:70px; top:90px; } 
	.header_sub.on { top:90px;  opacity:1 } 
	.header_sub.on:before{  }

	.header_sub .sub_inner { width:auto; margin:0 15px; z-index:99;} 
	.search_area .ipt_area{position: relative;width:auto;margin:0 15px; }
	.search_area input[type=text]{width:100%; height:35px; line-height:35px; }
	.search_area button{ right:0px; width: 35px;height: 35px;}
}



/* FULL 화면 검색 */
.header__search_popup {overflow-y:auto;display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999;}
.header__search_popup { display:none; position:absolute; height:80px; background:#1d2970; } 

.header__search_popup .dim { display:none; position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--input-back);}
.header__search_popup .search_popup_inner {max-width:603px;margin:0 auto;position:relative;z-index:2}
.header__search_popup .search_inner {margin-top:30px;}
.header__search_popup .search_text {margin-top:15px;padding-left:0px;font-weight:300;font-size:14px;color:#585858;}
.header__search_popup .search_head {margin-bottom:20px;text-align:center;position:relative;}
.header__search_popup .search_head:before {content:'';position:absolute;top:10px;left:0;width:100%;height:1px;background-color:#b7b7b7}
.header__search_popup .search_head > span {display:inline-block;padding:0 5px;background-color:var(--input-back);font-weight:400;font-size:14px;color:#6c6c6c;position:relative;z-index:2}
.header__search_popup .search_inner a {display:inline-block;margin-bottom:5px;font-weight:300;font-size:14px;color:#585858;}

.header__search_popup .tag_btns a {margin-right:14px;}
.header__search_popup .search_form {margin-bottom:105px;}
.header__search_popup .search_form {position:relative;}
.header__search_popup .search_form input {width:100%;height:61px;line-height:61px;padding:0 25px;padding-right:70px;background-color:#fff;border:1px solid #c2c2c2;font-weight:300;font-size:18px;color:#343434;box-sizing:border-box;outline:none;}
/*
.header__search_popup .search_form button { position:absolute;top:15px;right:15px;display:block;width:32px;height:28px;background-image:url(images/common/i_search.png);background-repeat:no-repeat;background-position:center;background-color:transparent;text-indent:-9999px;}
*/
.header__search_popup .search_form a.material-icons { position:absolute;top:15px;right:15px; font-size:32px; }

.header__search_popup .popup__close {position:fixed;top:30px;right:30px;font-size:48px;transition:all .3s ease-out;-webkit-transition:all .3s ease-out;-moz-transition:all .3s ease-out;-ms-transition:all .3s ease-out;-o-transition:all .3s ease-out;}
.header__search_popup .popup__close:hover {transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);}
@media screen and (max-width: 1024px){
	.lnb-search { position:absolute; right:0; top:2px; margin-right:2.5rem;  } 
	.lnb-search:after { content:''; position:absolute; top:-15px; left:-10px; width:45px; height:60px; } 
	.lnb-search a.material-icons { color:#999; } 

	.header__search_popup .popup__close {top:15px;right:15px;}
	.header__search_popup .popup__close img {height:40px;}
}
@media screen and (max-width: 768px){
	.header__search_popup .search_form {margin-bottom:50px;}
	.header__search_popup .search_form input {height:45px;line-height:45px;padding:0 15px;font-size:15px;}
	.header__search_popup .search_form a.material-icons {top:7px; right:10px}
}
@media screen and (max-width: 625px){
    .header__search_popup .search_popup_inner {margin:0 15px;padding:40px 0;}
}






/********************************************************

		footer

********************************************************/
#footer { overflow:hidden;background:#f8f8f8; border-top:1px solid #dcdee5;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#footer #layer-file-footer {display:none;position:absolute;padding:20px;border:1px solid #333;background:#fff;z-index:30;top:-250px !important;left:160px !important;}
#footer .btnTop {display:none;position:fixed;left:50%;bottom:15px;width:40px;height:40px;margin-left:615px;background:url(images/common/btn_top.gif) no-repeat center;background-size:cover !important;text-indent:-9999px;z-index:99999;cursor:pointer;}


#footer .f__top { padding:1.25rem 0; background:#104086; } 


#footer .f__inner { position:relative; max-width:1170px;  padding:1.563rem 0 1.875rem;  margin:0 auto;}
#footer .f__inner:after { content:''; position:relative; display:block; clear:both; } 

#footer .f__logo {display:flex; align-items:center; float:none;margin-right:100px; overflow:hidden;  }
#footer .f__logo .f_logo { display:flex; align-items:center; line-height:1; margin-right:1.25rem;} 
#footer .f__logo .f_logo a { display:flex; align-items:center; } 


#footer .f__sns { display:flex; padding-top:10px; padding-bottom:10px; opacity:1; } 
#footer .f__sns a { margin-right:7px;  border-radius:50%; line-height:1; }
#footer .f__sns a:last-of-type { margin-right:0; }


.btn_pulse2 a:hover {-webkit-animation: pulse2 1.5s infinite; animation: pulse2 1.5s infinite;}
@-webkit-keyframes pulse2 {
	0% { -webkit-box-shadow: 0 0 0 0 rgba(80, 80, 80, .55); box-shadow: 0 0 0 0 rgba(80, 80, 80, .55);	}
	70% { -webkit-box-shadow: 0 0 0 0.5em rgba(80, 80, 80, 0); box-shadow: 0 0 0 0.3em rgba(80, 80, 80, 0);	}
	100% { -webkit-box-shadow: 0 0 0 0 rgba(80, 80, 80, 0); box-shadow: 0 0 0 0 rgba(80, 80, 80, 0); }
}

#footer .f__address { float:none; font-weight:300;font-size:14px;color:#7a7a7a; }
#footer .f__address p {margin-bottom:5px; position:relative; }
#footer .f__address img {vertical-align:middle;}
#footer .f__address span { position:relative; } 

#footer .f__address span a { position:relative; color:#7a7a7a; } 

#footer .f__address span:after {content:'';clear:both; display:inline-block;top:-2px; width:1px;height:12px;margin:0 10px;background-color:#cbcbcb;vertical-align:middle;  }
#footer .f__address span:last-child:after {content:none;}

#footer .f__address span.tt { display:inline-block; font-weight:500; } 
#footer .f__address span.tt:after { display:none; } 
#footer .f__address a:after { content:''; position:absolute; left:50%; transform:translateX(-50%); height:1px; width:0; bottom:-3px; background:#fff; transition:all 0.3s ease; } 
#footer .f__address a:hover:after {width:100%;} 


#footer .f__address .copy { font-size:14px; } 



#footer .f__menu { position:absolute; right:0px; top:2.188rem; display:flex; flex-direction:column; line-height:1; } 
/*
#footer .f__menu_r { position:absolute; right:0px; top:-7px; }
#familySite { width:170px;height:30px;padding:0 10px;background-color:transparent;border:1px solid #fff;box-sizing:border-box;font-size:14px;color:#fff; background: url(/images/board/select_footer.png) no-repeat 93% center;}
#familySite option:checked,#familySite option:checked:hover,#familySite option:hover {background-color:#437dea;color:#fff;}
#familySite:focus {background-color:#437dea !important; box-shadow: 0 0 0.2rem 0.25rem rgba(0, 0, 0, 0.03);} 
*/

#footer .f__menu_list { }
#footer .f__menu_list a { font-size:15px; color:#adadad; font-weight:300; transition:opacity 0.3s ease;  } 
#footer .f__menu_list a:first-child { color:#14ae67; } 
#footer .f__menu_list a:after { content:'';clear:both; display:inline-block;width:0px;height:12px;margin:0 10px 0 13px;background-color:#4a4c4e;vertical-align:middle;   }
#footer .f__menu_list a:last-child:after {content:none;}

#footer .f__menu_list a:hover { opacity:1; }
#footer .f__menu_list a span { position:relative; } 
#footer .f__menu_list a span:after { content:''; position:absolute; left:50%; transform:translateX(-50%); height:1px; width:0; bottom:-3px; background:#fff; transition:all 0.3s ease; } 
#footer .f__menu_list a:hover span:after {width:100%;} 


#footer .f__banner { display:flex; justify-content:flex-end; padding-top:1.25rem; } 
#footer .f__banner a { display:block;  } 


#wrap.en #footer .f__logo a { display:flex; align-items:center; margin-bottom:0.938rem; } 
#wrap.en #footer .f__menu { bottom:2.5rem; top:revert; } 
#wrap.en #footer .f__sns { padding-top:0; padding-bottom:0; } 

/*
#footer .f__menu_sns { text-align:right; padding-top:30px; } 
#footer .f__menu_sns a { display:inline-block; position:relative; border:1px solid #979899; width:30px; height:30px; border-radius:100%; margin-left:7px; box-sizing:border-box; transition:all 0.7s ease;} 
#footer .f__menu_sns a img { position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); } 
#footer .f__menu_sns a:hover { background:#111; border:1px solid #111;  }
#footer .f__menu_sns a:hover {-webkit-animation: pulse 1.2s infinite; animation: pulse 1.2s infinite;}
@-webkit-keyframes pulse {
 
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, .85);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .85);
  }
  
  70% {
    -webkit-box-shadow: 0 0 0 1em rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 1em rgba(0, 0, 0, 0);
  }
  
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
*/





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

@media screen and (max-width:1330px){
	#footer .btnTop,
	#footer .btnTop.btnTop-bot.main-btn-top {left:auto;right:10px;margin-left:0;}
}

@media screen and (max-width: 1200px){
	/*footer*/
	/*#footer footer {margin:0 15px;} */
	#footer .f__inner {margin:0 15px;}
	#footer .f__address { font-size:13px; }
	#footer .f__address .copy { font-size:13px; }
	#footer .f__menu_list a { font-size:13px; } 
	#footer span.f_left { display:block; margin-bottom:5px; word-break:keep-all; } 
	#footer span.f_left:after { display:none; } 
}
@media screen and (max-width: 1024px){
	/*#footer {padding:15px 0;}*/
	/*#footer .f__logo {display:none;} */
	#footer .copyright-inner { padding-left:0px;  }
	/*#footer .f__inner { padding:2.5rem 0 2rem; } */

	
}
@media screen and (max-width: 768px){
	#footer p:first-child span:nth-child(3) {display:block;}
	#footer .f__address { width:100%; text-align:center;}
	#footer .f__address span:after {margin:0 0px 0 5px; display:none;}
	
	#footer .f__logo { justify-content:center; float:none; margin-right:0;  text-align:center; margin-bottom:10px;} 
	
	#footer span.line  { display:block; margin-bottom:5px; }
	#footer .copyright-inner { width:100%; text-align:center;}
	
	#footer .f__menu { position:relative; top:5px; text-align:center; } 
	
	#wrap.en #footer .f__menu { position:relative; bottom:revert; top:10px; } 
	#wrap.en #footer .f__sns { justify-content:center; } 

	#footer .f__banner { justify-content:center; padding-top:1.25rem; } 

	/*
	#footer .f__menu { float:none; text-align:center; } 
	#footer .f__menu_sns { text-align:center; padding-top:15px; } 
	*/

}

@media screen and (max-width: 480px){
	#footer span  { font-size:13px; }
	
	#footer .copyright-inner { font-size:12px;}

}

@media screen and (max-width: 360px){
	#footer .f__logo { flex-direction:column; } 
	#footer .f__logo .f_logo { margin-right:0; } 
	#footer .f__sns { margin-top:5px; } 
} 


/* 푸터 관련사이트 추가 220531  */ 
.footer_banner { border-top:1px solid #dcdee5; } 
.footer_banner_list { display:flex; align-items:center; justify-content:space-between; padding:1.563rem 0; }
.footer_banner_list a { position:relative; font-size:1.125rem; color:#666; font-weight:300;  transition:all 0.3s ease; }
.footer_banner_list a span { position:relative; } 
.footer_banner_list a span:after { content:''; position:absolute; left:50%; transform:translateX(-50%); bottom:-2px; width:0; height:1px; background:#999; opacity:0.7; transition:all 0.3s ease; } 
.footer_banner_list a:hover span:after { width:100%; } 
.footer_banner_list a:hover { color:#111; } 

@media screen and (max-width: 1024px){
	.footer_banner_list { flex-wrap:wrap; justify-content:revert; } 
}
@media screen and (max-width: 1024px){
	.footer_banner_list a { margin-right:1.25rem; margin-bottom:1rem; } 
}


body {background-color:#fff;}




/********************************************************

		sub

********************************************************/
#sub {padding-top:0px; padding-bottom:100px;}

/*#sub {padding-top:80px;}*/
/*#sub {padding-top:135px;padding-bottom:70px;}*/
.sub__menu {position:fixed;top:80px;left:0;width:100%;background-color:#b80b35;z-index:99;}
.sub__menu .menu-inner {max-width:1200px;margin:0 auto;}
.sub__menu h2 {float:left;width:170px;height:55px;background-color:#333;font-weight:800;font-size:15px;color:#fff;text-align:center;line-height:55px;letter-spacing:-0.5px;box-sizing:border-box;}
.sub__menu ul {float:right;}
.about-menu {margin-left:118px;}
.artist-menu {margin-left:412px;}
.irpr-menu {margin-left:526px;}
.partner-menu {float:right !important;}
.sub__menu li {display:inline-block;margin-left:35px;}
.sub__menu a {display:block;padding:19px 0;font-weight:800;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
.sub__menu li.on a {color:#333;}
@media screen and (max-width: 1200px){
	.sub__menu ul {float:right;margin-left:0;margin-right:15px;}
}
@media screen and (max-width: 1024px){
	/*#sub { padding-top:40px; } */
}

@media screen and (max-width: 768px){
	/*#sub {padding-bottom:50px;}*/
}





/********************************************************

		sub__spot

********************************************************/
.sub__spot {position:relative;width:100%;height:210px;text-align:center;}
.sub__spot:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;font-family:'Open Sans';font-weight:bold;font-size:200px;color:#f4f4f4;line-height:200px;}
.sub__spot .l-table {position:relative;}
.sub__spot .h-spot {font-family:'Open Sans';font-weight:800;font-size:16px;color:#111;line-height:24px;letter-spacing:3px;text-transform:uppercase;}
@media screen and (max-width: 1200px){
	.sub__spot:before {font-size:130px;}
}







/*--------------------------------------------------------------------------------
@모바일메뉴 버튼 클릭시 : FULL MENU  
--------------------------------------------------------------------------------*/
/*
.gl_menu_box { display:none; position:relative;top:0;left:0;width:100%;height:100%;z-index:1100; padding:50px 0; overflow-y:auto; }
*/
.gl_menu_box { display:none; position:fixed; top:0px; left:0px; width:100%; height:calc(100%); z-index:1100; padding:3.125rem 0; overflow-x:hidden; } 


.gl_menu_box:before {content:'';position:fixed;top:0;left:-100vw;width:100%;height:100%; background-color:#fff;opacity:1; z-index:-1; transition:all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s; }
.gl_menu_box.active:before { left:0px; } 
/*.gl_menu_box.:before { left:0px; }*/

.gl_menu_box:after {content:'';position:fixed;top:0;left:-100vw;width:100%;height:100%; background-color:#fff;opacity:.7; z-index:-2; transition:all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
.gl_menu_box.active:after { left:0px; } 

.gl_menu_wrap { position:relative; display:flex; align-items:flex-start;  } 
.gl_menu_box_inner { position:relative; display:flex; flex-direction:column; width:100%; max-width:1720px; font-size:1rem; margin:0 auto; } 

.gl_menu_body { display:flex;flex-wrap: wrap; margin-right:-25px;} 


.gl_menu_top { position:relative; display:flex; justify-content:space-between; margin-bottom:3.125rem; opacity:0; transition:all 0.4s ease 0.3s; } 
.gl_menu_box.active .gl_menu_top { opacity:1; } 

.gl_menu_top_l { display:inline-flex; } 
.gl_menu_top_l a { display:inline-flex; align-items:center; } 
.gl_menu_top_r { display:inline-flex; align-items:center; } 

.gl_menu_top_r a { font-size:0.938rem; color:#333; margin-right:10px; } 
.gl_menu_top_r a:nth-of-type(1) { margin-right:15px; } 
.gl_menu_top_r a:nth-of-type(2) { margin-right:30px; } 
.gl_menu_top_r a.colorbg { color:#fff; font-weight:400; padding:0.5rem 2.188rem 0.625rem; } 
.gl_menu_top_r a:nth-of-type(3) { background:#152c62; } 
/*
.gl_menu_top_r a:nth-of-type(4) { background:#2454a6; } 
.gl_menu_top_r a:nth-of-type(5) { background:#476cbd; } 
*/

.gl_menu_top_r a:nth-of-type(4) { display:inline-flex; align-items:center; font-size:1.063rem; color:#476cbd; font-weight:500; } 
.gl_menu_top_r a .icon { margin-right:4px; }
.gl_menu_top_r a:last-of-type { margin-right:0px; } 

#wrap.en .gl_menu_top_r a { display:inline-flex; align-items:center; font-size:0.938rem; color:#333;  } 
#wrap.en .gl_menu_top_r a:nth-of-type(4) { display:inline-flex; align-items:center; font-size:1.063rem; color:#476cbd; font-weight:500; } 
#wrap.en .gl_menu_top_r a.colorbg { color:#fff; font-weight:400; padding:0.5rem 2.188rem 0.625rem; } 
#wrap.en .gl_menu_top_r a:nth-of-type(4) { background:#2454a6; } 
#wrap.en .gl_menu_top_r a:nth-of-type(5) { background:#476cbd; } 

.gl_menu_close { position:absolute; right:-80px; } 
.gl_menu_close .material-icons { font-size:2.5rem; color:#797d7f;  } 


.gl_menu_box_inner .gl_menu_list { position:relative; width: calc((100% / 6 ) - 25px); margin-right:25px; font-size:1rem; letter-spacing:-0.05em; opacity:1;  } 
.gl_menu_box_inner .gl_menu_list.en { position:relative; width: calc((100% / 4 ) - 25px); margin-right:25px; font-size:1rem; letter-spacing:-0.05em; opacity:1;  } 

.gl_menu_title { position:relative;  text-align:center;  cursor:pointer; box-sizing:border-box; } 
.gl_menu_title a { font-size:1.25rem; color:#2454a6; border:1px solid #2454a6; font-weight:500; padding:13px 0; transition:all 0.3s; } 
.gl_menu_title a:after { background:#2454a6; } 

.gl_menu_sublist { margin-top:10px; } 
.gl_menu_sublist ul li { position:relative; padding:7px 0 7px 15px; border-bottom:2px dashed #eee;  } 
.gl_menu_sublist ul li:before { content:''; position:absolute; left:0px; top:1.063rem; width:5px; height:5px;  background:#999; transition:all 0.3s;  } 

.gl_menu_sublist ul li > a { position:relative; color:#333; font-weight:400; letter-spacing:-0.07em;} 
.gl_menu_sublist.en ul li > a { letter-spacing:0em;} 
.gl_menu_sublist ul li > a:after { content:''; position:absolute; left:0px; bottom:-9px;  width:0; height:2px; background:#999; transition:all 0.3s;  } 
.gl_menu_sublist ul li > a i { margin-left:3px; font-size:1.125rem; } 

.gl_menu_sublist ul li > a:hover { color:#2454a6; } 
.gl_menu_sublist ul li > a:hover:after { width:100%; } 
/*.gl_menu_sublist ul li:hover > a:after { width:100%; } */


/*

.gl_menu_sublist ul li.active a:after { width:100%; } 
*/

.gl_menu_tablist { background:#f7f7f7; margin-left:-15px; margin-top:7px; padding:0.625rem 1.25rem; }
.gl_menu_tablist > a { position:relative; display:block; font-size:0.938rem; color:#666; font-weight:400;margin-bottom:5px; } 
.gl_menu_tablist > a:last-of-type { margin-bottom:0px; }
.gl_menu_tablist > a span { position:relative; display:inline-block; } 
.gl_menu_tablist > a span:after { content:''; position:absolute; left:0px; bottom:-2px;  width:0; height:1px; background:#999; transition:all 0.3s;  } 
.gl_menu_tablist > a:hover { color:#2454a6; } 
.gl_menu_tablist > a:hover span:after { width:100%; } 
.gl_menu_tablist > a i { margin-left:3px; font-size:1.125rem; } 


.gl_menu_banner { margin-top:1.25rem; }
.gl_menu_banner a { display:inline-flex; align-items:center; justify-content:center; width:100%; color:#fff; font-weight:400; padding:0.5rem 2.188rem 0.625rem;  background:#2454a6; transition:all 0.3s ease;  } 
.gl_menu_banner a:hover { background:#152c62; } 


@media screen and (max-width: 2060px){
	.gl_menu_box_inner {margin:0 4.375rem;}
}
@media screen and (max-width: 1600px){
	.gl_menu_box_inner {margin:0 2.5rem;} 
	.gl_menu_close { right:0px;top:-40px;  } 

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


}

@media screen and (max-width: 1280px){
	.gl_menu_box_inner {margin:0 15px;}

}
@media screen and (max-width: 1200px){
	.gl_menu_box_inner { flex-wrap:wrap; } 
	.gl_menu_box_inner .gl_menu_list { width: calc((100% / 3 ) - 25px); } 
	.gl_menu_box_inner .gl_menu_list.en { width: calc((100% / 2 ) - 25px); } 
	.gl_menu_banner { margin-bottom:1.25rem; }
}
@media screen and (max-width:1024px){
	.gl_menu_box {  } 
	.gl_menu_top { display:flex; flex-direction:column; margin-bottom:2rem; } 
	.gl_menu_top_r { margin-top:15px; } 
	.gl_menu_box_inner .gl_menu_list { padding-bottom:25px; }

	.gl_menu_top_r a { position:relative; margin-right:0px !important; background:revert !important; color:#333 !important; padding:0 15px 3px !important; font-weight:300 !important; font-size:0.938rem !important;} 
	.gl_menu_top_r a:after { content:''; position:absolute; top:50%; transform:translateY(-50%); right:-2px; width:1px; height:0.75rem; background:#d4d4d4; opacity:1; }
	.gl_menu_top_r a:last-of-type { margin-right:0px; padding-right:0px; } 
	.gl_menu_top_r a:last-of-type:after { display:none; } 
	.gl_menu_top_r a:first-of-type { padding-left:0px !important; } 

	.gl_menu_top_r a span { position:relative; } 

	.gl_menu_top_r a span:after { content:''; position:absolute; left:50%; transform:translateX(-50%); height:1px; width:0; bottom:-3px; background:#666; transition:all 0.3s ease; } 
	.gl_menu_top_r a:hover span:after {width:100%;} 
	.gl_menu_top_r a span.icon { display:none; } 
	
	#wrap.en .gl_menu_top_r a:first-of-type { display:none; } 
	#wrap.en .gl_menu_top_r a:nth-of-type(2) { display:none; } 
	#wrap.en .gl_menu_top_r a:nth-of-type(3) { display:none; } 
	#wrap.en .gl_menu_top_r a:nth-of-type(4) { padding-left:0px !important; } 
}
@media screen and (max-width:768px){
	.gl_menu_box_inner .gl_menu_list { width: calc((100% / 2 ) - 25px); }  
}
@media screen and (max-width:640px){
	
	.gl_menu_box_inner { flex-wrap:wrap; justify-content:center; } 
	.gl_menu_box_inner {  margin:0 15px;  } 
	.gl_menu_box_inner .gl_menu_list { width: calc((100% / 1 ) - 25px); } 
	.gl_menu_box_inner .gl_menu_list.en { width: calc((100% / 1 ) - 25px); } 
	.gl_menu_banner { margin-bottom:0rem; }

	.gl_menu_sublist { display:none; } 
	
	.gl_menu_title { margin-bottom:10px; } 
	.gl_menu_title span:after { bottom:-0.513rem;height:2px;  } 
	.gl_menu_title span:before {bottom:-0.513rem;}
	.gl_menu_title span i { top:-40px;left:0;width:5px;height:5px; }
	
	.gl_menu_sublist ul li {  padding:5px 0 5px 10px; margin-left:5px;  } 
	.gl_menu_sublist ul li:before {  width:3.5px; height:3.5px; } 

}
@media screen and (max-width:540px){
}
@media screen and (max-width:480px){
	.gl_menu_top_r a { padding:0 10px 3px !important; } 
	.gl_menu_top_r a:after {  }
}
@media screen and (max-width:414px){
}
@media screen and (max-width:400px){
	/*
	.gl_menu_top_r a:nth-of-type(4) { display:none; }
	.gl_menu_top_r a:nth-of-type(5) { display:none; }
	*/
}





/*--------------------------------------------------------------------------------
@ QUICK MENU 
--------------------------------------------------------------------------------*/
/*
.quick-menu { position:fixed; left:50%; margin-left:630px; top:380px; z-index:10; transition:all 0.3s ease; } 
.quick-menu.fixed { top:270px; } 
.quick-menu.main, .quick-menu.cmain { top:300px; display:block; } 
.quick-menu.c127 { top:270px; } 
.quick-menu.notice { top:450px; } 
.quick-menu.notice_s { top:330px; } 
.quick-menu.cmain.notice { top:410px; } 
.quick-inner { display:block; } 
.quick-menu.en { top:380px; } 




.quick_title { position:relative;font-size:1.063rem; font-weight:600;  text-align:center; margin-bottom:5px; } 
.quick_title:before { content:'QUICK MENU'; position:absolute; top:-30px; left:0px; width:100%; height:20px;  }
.quick_title.en:before { font-size:17px; } 

.quick-rows { position:relative; min-width:8.438rem;  margin-bottom:5px;  } 
.quick-rows a { position:relative; display:flex;flex-direction:column; align-items:center; justify-content:center; color:#fff; font-size:0.938rem;font-weight:500; background:#11abed; padding:0.625rem 0;border-radius:0.625rem; transition:all .3s ease-out;z-index:9; } 
.quick-rows a:hover { background:#333; }

.quick-rows .icon { padding-bottom:0.438rem; z-index:1;} 
.quick-rows .text { position:relative; padding:0 10px; text-align:center; } 
.quick-rows .text:after { content: ''; position: absolute; width: 0; left: 50%; transform:translateX(-50%); bottom: -3px; height: 1px; background: #fff; z-index: ; transition:all .3s ease; } 
.quick-rows a:hover .text:after { width: 100%; } 

.quick-rows .text2 { display:none; position:absolute; left:0; top:50%; transform:translateY(-50%); font-size:0.938rem;  font-weight:500;  color:#111; transition:all .3s ease; opacity:0; z-index:0;  } 



.quick-mobile-wrap { display:none; justify-content:flex-end; align-items:center; position:relative; min-width:60px;margin-bottom:5px; z-index:2; overflow:hidden;cursor:pointer;} 
.quick-mobile { display:block; opacity:0; position:relative; width:60px; background:#11abed; padding:0.538rem 0;border-radius:0.625rem; color:#fff; text-align:center;  transition:all 0.3s ease;} 
.quick-mobile a {  } 
.quick-mobile.active { background:#333; } 

.quick_top { background:#333; border-radius:5px; text-align:center; cursor:pointer; }
.quick_top .material-icons { font-size:25px; color:#fff; } 

@media screen and (min-width: 1200px){
	.quick-pc { display:block !important; } 
} 

@media screen and (max-width: 1600px){
	.quick_title { font-size:0.875rem; } 
	.quick-rows { min-width:90px; } 
	.quick-rows .text { font-size:0.875rem;  } 
}
@media screen and (max-width: 1440px){
	.quick_title:before { content:'QUICK'; top:-20px;} 
	.quick-menu { left:revert; right:15px; } 
	.quick-rows { width:60px; min-width:revert; } 
	.quick-rows .text { display:none; } 
	.quick-rows .icon { padding-bottom:0px; } 
} 

@media screen and (max-width: 1200px){
	.quick-menu {  top:auto !important; bottom:15px;} 
	.quick-menu.fixed { top:revert; bottom:15px; } 
	.quick-menu.main { top:revert; bottom:15px; } 
	
	.quick-rows .text2 { display:inline-block; } 
	.quick-rows:hover .text2 { left:-75px; opacity:1;  } 

	.quick-mobile-wrap { display:flex; }
	.quick_title { display:none; } 
	.quick-pc { display:none; position:fixed; bottom:97px; right:15px; opacity:1; z-index:1;  } 
	.quick-pc.active { background:#333; } 
	.quick-mobile { display:block; opacity:1; } 
} 
*/

/*--------------------------------------------------------------------------------
@ QUICK MENU 2025 (컬러변경,사이즈 변경) 
--------------------------------------------------------------------------------*/
/*.quick-menu { position:fixed; left:revert; right:2.188rem; margin-left:0px; top:380px; z-index:10; transition:all 0.3s ease; } */
.quick-menu { position:fixed; left:50%; margin-left:750px; top:380px; z-index:10; transition:all 0.3s ease; } 
.quick-menu.fixed { top:270px; } 
.quick-menu.main, .quick-menu.cmain { margin-left:750px; top:300px; display:block; } 
.quick-menu.c127 { top:270px; } 
.quick-menu.notice { top:450px; } 
.quick-menu.notice_s { top:330px; } 
.quick-menu.cmain.notice { top:410px; } 
.quick-inner { display:block; } 
.quick-menu.en { top:380px; } 

.quick_title { position:relative;font-size:1.063rem; font-weight:700; letter-spacing:0; text-align:center; margin-bottom:5px; } 
.quick_title:before { content:'QUICK MENU'; position:absolute; top:-30px; left:0px; width:100%; height:20px;  }
.quick_title.en:before { font-size:17px; } 

.quick-rows { position:relative; max-width:7.188rem; min-width:7.188rem;  margin-bottom:5px;  } 
.quick-rows a { position:relative; display:flex;flex-direction:column; align-items:center; justify-content:center; color:#fff; font-size:0.938rem;font-weight:500; color:#000; background:#fff; border:1px solid #000; padding:0.75rem 0;border-radius:0.625rem; transition:all .3s ease-out;z-index:9; } 
.quick-rows a:hover { background:#d3edf9; }

.quick-rows .icon { padding-bottom:0.1rem; z-index:1;} 
.quick-rows .text { position:relative; padding:0 10px; text-align:center; } 
.quick-rows .text:after { display:none; content: ''; position: absolute; width: 0; left: 50%; transform:translateX(-50%); bottom: -3px; height: 1px; background: #000; z-index: ; transition:all .3s ease; } 
.quick-rows a:hover .text:after { width: 100%; } 

.quick-rows .text2 { display:none; position:absolute; left:0; top:50%; transform:translateY(-50%); font-size:0.938rem;  font-weight:500;  color:#111; transition:all .3s ease; opacity:0; z-index:0;  } 


.quick-mobile-wrap { display:none; justify-content:flex-end; align-items:center; position:relative; min-width:60px;margin-bottom:5px; z-index:2; overflow:hidden;cursor:pointer;} 
.quick-mobile { display:block; opacity:0; position:relative; width:60px; background:#11abed; padding:0.538rem 0;border-radius:0.625rem; color:#fff; text-align:center;  transition:all 0.3s ease;} 
.quick-mobile a { /*position:absolute; left:50%; top:50%; transform:translate(-50%,-50%); color:#fff;*/ } 
.quick-mobile.active { background:#333; } 

.quick_top { background:#111d68; border-radius:5px; text-align:center; cursor:pointer; }
.quick_top .material-icons { font-size:25px; color:#fff; margin-bottom:0; } 

@media screen and (min-width: 1200px){
	.quick-pc { display:block !important; } 
} 

@media screen and (max-width: 1600px){
	.quick_title { font-size:0.875rem; } 
	.quick-rows { min-width:90px; } 
	.quick-rows .text { font-size:0.875rem;  } 
}
@media screen and (max-width: 1440px){
	.quick_title:before { content:'QUICK'; top:-20px;} 
	.quick-menu { left:revert; right:15px; } 
	.quick-rows { width:60px; min-width:revert; } 
	.quick-rows .text { display:none; } 
	.quick-rows .icon { padding-bottom:0px; } 
} 

@media screen and (max-width: 1200px){
	.quick-menu {  top:auto !important; bottom:15px;} 
	.quick-menu.fixed { top:revert; bottom:15px; } 
	.quick-menu.main { top:revert; bottom:15px; } 
	
	.quick-rows .text2 { display:inline-block; } 
	.quick-rows:hover .text2 { left:-75px; opacity:1;  } 

	.quick-mobile-wrap { display:flex; }
	.quick_title { display:none; } 
	.quick-pc { display:none; position:fixed; bottom:97px; right:15px; opacity:1; z-index:1;  } 
	.quick-pc.active { background:#333; } 
	.quick-mobile { display:block; opacity:1; } 
} 




/*--------------------------------------------------------------------------------
@ HEADER 및 FOOTER 변경사항 (사이즈조절)
--------------------------------------------------------------------------------*/
#header.type3 header {position:relative;max-width:1400px; } 
#header.type3 .header_top .row { max-width:1400px; } 

@media screen and (max-width: 1024px){
	#header.type3 .header_top .con_r { float:right; margin-right:15px; } 
}


.sub_visual_menu .maxWidth { max-width:1400px; }
@media screen and (max-width: 1430px){
	.sub_visual_menu .maxWidth { width:auto; margin:0 15px; } 
}

.footer_banner .maxWidth { max-width:1400px; } 
#footer .f__inner { max-width:1400px; } 



