@charset "UTF-8";
/*--------------------------------------------------------------------------------
@ HEADER
--------------------------------------------------------------------------------*/
#header {position:fixed;top:0;left:0;width:100%;height:110px;background-color:transparent; border-bottom:1px solid transparent;z-index:19;-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:100%;margin:0 6.25rem;height:100%;z-index:2;display:flex;align-items:center;justify-content:space-between;}
#header h1 {}
#header h1 a {display:flex; line-height:1;}
#header h1 img {vertical-align:revert;}

/* 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:-110px;}
#header.type2.nav-up { top:-110px; 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; }


#header .header-inner { display:flex; align-items:center; justify-content:space-between; width:100%; } 
.header-inner #header_lnb { display:flex; justify-content:center; width:100%; } 


#header .logo1 { display:flex; } 
#header .logo2 { display:none; } 

#header.nav-down .logo1 { display:none; } 
#header.nav-down .logo2 { display:flex; } 

#header.nav-down.nav-top .logo1 { display:flex; } 
#header.nav-down.nav-top .logo2 { display:none; } 


@media screen and (max-width: 2060px){
	#header header {margin:0 4.375rem;}
}
@media screen and (max-width: 1680px){
	#header header {margin:0 2.5rem;}
}
@media screen and (max-width: 1470px){
	#header header {margin:0 15px;}
}
@media screen and (max-width: 1200px){
	#header 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.nav-up .logo1 { display:none; } 
	#header.nav-up .logo2 { display:flex; } 

	#header .header-inner { width:revert; } 
}
@media screen and (max-width: 640px){
	#header h1 img {height:20px;}
} 


/* ---- 
@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; }



/*
대메뉴 서브메뉴 레이아웃
*/
.lnb-menu > li { } 
.lnb-menu > li > a {display:block;font-weight:700;font-size:1.073rem;color:#fff; overflow:hidden;transition:all .5s ease; }
.lnb-menu > li > a:after { display:none; 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:#fff;}
.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; } 

@media screen and (min-width: 1025px){
	.lnb-menu {font-size:0;}
	.lnb-menu > li {position:relative;display:inline-block; min-width:8rem; }
	.lnb-menu > li > a {position:relative;display:flex;justify-content:center;align-items:center;height:110px;padding:0 2rem;}
	.lnb-menu > li > a span { position:relative; padding:0 0.313rem; }
	.lnb-menu > li > a span:after { content:''; position:absolute; left:50%; bottom:-5px; transform:translateX(-50%); width:0; height:2px; background:#fff; transition:all 0.5s } 

	/* active */
	.lnb-menu > li.ov > a span:after, 
	.lnb-menu > li.ov > a:hover span:after { width:100%; } 

	#header.nav-down .lnb-menu > li > a { color:#111; } 
	#header.nav-down.nav-top .lnb-menu > li > a { color:#fff; } 


}
@media screen and (max-width: 1440px) and (min-width: 1261px){
	.lnb-menu > li > a {padding:0 1.563rem;}
	#wrap.en .lnb-menu > li > a {padding:0 1.25rem;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	.lnb-menu li { min-width:revert; } 
	.lnb-menu > li > a {padding:0 1.25rem;} 
	#wrap.en .lnb-menu > li > a { font-size:1rem; padding:0 1rem;}
}
@media screen and (max-width: 1200px) {
	#wrap.en #header h1 img {height:23px;}
	#wrap.en .lnb-menu > li > a { font-size:0.875rem; padding:0 0.75rem;} 
} 
@media screen and (max-width: 1024px) { 
	#header.type2 .lnb-menu > li > a:after { display:none; }
}

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

.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:inline-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.03em; } 

/* 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 { display:none; 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%; } 

@media screen and (min-width: 1025px){
	.lnb_sub_menu {left: 50%; transform: translateX(-50%);width:max-content; min-width:100%; z-index:999;}
	#header.type1 .lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000; transition:all 0.5s; border-radius:0.625rem; }
	#header.type1 .lnb_sub_menu:after { content:''; position:absolute; display:none; 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 { display:none; opacity:1; top:-10px; } 
	#header.type1 .lnb_sub_menu li { margin:0 1.563rem; } 
	#header.type1 .lnb_sub_menu li a { font-size:1rem; color:#fff; font-weight:400; transition:all 0.4s; }
	#header.type1 .lnb_sub_menu li a:hover {font-weight:400;color:var(--mainC);  }

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

	/* submenu bar type
	.lnb_sub_menu:before {content:'';position:fixed;top:89px;left:0;width:100%;height:60px;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;}
	.lnb_sub_menu.open:before { height:60px; }
	*/
}

@media screen and (max-width: 1200px) and (min-width: 1025px){
	#wrap.en #header.type1 .lnb_sub_menu li { margin:0 1.25rem; } 
	#wrap.en #header.type1 .lnb_sub_menu li a { font-size:0.875rem; } 
}

/* 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;}


/*
상단 우측 : 언어선택, 사이트맵 
*/
.lnb-right { display:flex; align-items:center; gap:1.188rem; justify-content:flex-end; } 
.lnb-right a { font-size:0.938rem; color:#fff; font-weight:600; letter-spacing:0; } 

.lnb-language { position:relative; min-width:5.938rem; }
.lnb-language > a { position:relative; display:flex; align-items:center; justify-content:space-between; color:#fff; padding-bottom:0.4rem; /*border-bottom:2px solid #fff;*/  transition:all 0.4s; overflow:hidden; }  
.lnb-language > a .icons { display:flex; align-items:center; width:10px; height:10px; background:url('/images/common/g_icon_arrow.png') no-repeat;  transition:all 0.4s ; } 


.lnb-language > a.active .icons { transform:scaleY(-1); } 

.lnb-language ul { display:none; position:absolute; top:calc(100%); left:0; width:100%; background:#fff; } 
.lnb-language ul li a { display:flex; align-items:center; color:#000; padding:0.625rem;transition:all 0.4s ;  } 
.lnb-language ul li a:hover { color:var(--menu); } 


.lnb-sitemap { min-width:5.938rem;}
.lnb-sitemap a { display:flex; align-items:center; justify-content:space-between;  padding-bottom:0.3rem;  transition:all 0.4s; overflow:hidden;} 
.lnb-sitemap a .icons { display:flex; align-items:center; width:10px; height:10px; background:url('/images/common/g_icon_sitemap.png') no-repeat; transition:all 0.4s ; } 


#header.nav-down .lnb-right a { color:#000; } 
#header.nav-down.nav-top .lnb-right a { color:#fff; } 

#header.nav-down .lnb-language > a::before { background:#000; } 
#header.nav-down .lnb-sitemap > a::before { background:#000; } 

#header.nav-down .lnb-language ul { background:#000; } 
#header.nav-down .lnb-language ul li a { color:#fff;  } 

#header.nav-down .lnb-language > a .icons { background:url('/images/common/g_icon_arrow_b.png') no-repeat; } 
#header.nav-down .lnb-sitemap > a .icons { background:url('/images/common/g_icon_sitemap_b.png') no-repeat; }

#header.nav-down.nav-top .lnb-language > a::before { background:#fff; } 
#header.nav-down.nav-top .lnb-sitemap > a::before { background:#fff; } 

#header.nav-down.nav-top .lnb-language ul { background:#fff; } 
#header.nav-down.nav-top .lnb-language ul li a { color:#000;  } 

#header.nav-down.nav-top .lnb-language > a .icons { background:url('/images/common/g_icon_arrow.png') no-repeat; } 
#header.nav-down.nav-top .lnb-sitemap > a .icons { background:url('/images/common/g_icon_sitemap.png') no-repeat; }


@media screen and (max-width: 1024px){
	#header.nav-up .lnb-right a { color:#000; } 
	#header.nav-up .lnb-language > a::before { background:#000; } 
	#header.nav-up .lnb-sitemap > a::before { background:#000; } 

	#header.nav-up .lnb-language ul { background:#000; } 
	#header.nav-up .lnb-language ul li a { color:#fff;  } 

	#header.nav-up .lnb-language > a .icons { background:url('/images/common/g_icon_arrow_b.png') no-repeat; } 
	#header.nav-up .lnb-sitemap > a .icons { background:url('/images/common/g_icon_sitemap_b.png') no-repeat; }
}

@media screen and (max-width: 480px){
	.lnb-right .lnb-language { display:none; } 
} 





/*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(0,0,0,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__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:none;position:absolute;top:20px;right:0px;background-color:transparent;box-sizing:border-box;z-index:999999}
#header__mobile span {display:block;width:30px;height:2px;margin:0 auto;background-color:#333;-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:8px 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:#fff !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(10px);-ms-transform: translateY(10px);-o-transform: translateY(10px);transform: translateY(10px);}
#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;}*/
}


/*검색*/
.lnb-search { display:none; margin-left:15px; box-sizing:border-box;text-align:center;}
.lnb-search a.material-icons { font-size:28px; color:#555; margin-bottom:0px; } 

/*search*/
.header__search_popup {overflow-y:auto;display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999}
.header__search_popup .dim {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 { margin-top:5px;margin-right:40px;  } 
	.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:#000;}
#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:absolute;right:2.5rem; bottom:2.5rem;width:5rem;height:5rem; border:1px solid var(--menu); background:var(--menu); border-radius:50%; cursor:pointer;z-index:99;  }
#footer .btnTop.active { display:flex } 
#footer .btnTop.fixed { position:fixed; top:revert;  } 

#footer .btnTop_wrap { position:relative; display:flex !important; align-items:center; justify-content:center; height:100%; padding:10px;} 
#footer .btnTop .arrow_new { transform: rotate(-180deg); } 
#footer .btnTop .arrow_wrap { left:calc(50% - 5px); top:calc(50% + 5px); transform:translate(-50%, -50%); } 

#footer .btnTop_wrap::after { content:''; position:absolute; left:-16.5px; top:-16.5px; width:calc(100% + 32px); height:calc(100% + 32px); background:url('/images/common/btnTop_spin.png') no-repeat center center / 100%;  animation:spin 5s infinite linear; z-index:0;  } 

#footer .btnTop .material-icons { font-size:36px; color:#fff; z-index:2;} 
#footer .btnTop .material-icons.active { color:#fff; } 
#footer .btnTop span.back { position:absolute; left:0px; bottom:-100%; width:100%; height:100%; background:var(--menu);z-index:1;} 

@media screen and (max-width: 1680px){
	#footer .btnTop { right:1.5rem; bottom:2.5rem; width:3rem; height:3rem; } 
	#footer .btnTop_wrap::after { left:-8px; top:-8px; width:calc(100% + 16px); height:calc(100% + 16px); } 
	#footer .btnTop .arrow_new span { width:7px; height:7px; border-bottom:2px solid #fff; border-right:2px solid #fff; margin:-7px; } 
	#footer .btnTop .arrow_wrap { left:calc(50% - 4px); top:calc(50% + 5px); } 
} 
@media screen and (max-width: 1620px){
	#footer .btnTop { bottom:12rem; }
	#footer .btnTop.fixed { bottom:1.5rem; } 
} 
@media screen and (max-width: 1024px){
	#footer .btnTop { right:1.5rem; bottom:1.5rem; width:3rem; height:3rem; } 
	#footer .btnTop_wrap::after { left:-8px; top:-8px; width:calc(100% + 16px); height:calc(100% + 16px); } 
	#footer .btnTop .arrow_new span { width:7px; height:7px; border-bottom:2px solid #fff; border-right:2px solid #fff; margin:-7px; } 
	#footer .btnTop .arrow_wrap { left:calc(50% - 4px); top:calc(50% + 5px); } 
} 

.footer { display:flex; flex-direction:column; } 
.f_top { padding:3.125rem 0 0; } 
.f_top .f_inner { max-width:1440px; margin:0 auto; } 
.f_top .f_inner .line { width:0%; height:0.313rem; background:#fff; margin-top:3.75rem; transition:all 1.4s ease; } 
.f_top .f_inner .line.on { width:100%;  } 

.f_top .f_inner_wrap { display:flex; } 

.f_top .f_inner_wrap .f_left { width:calc(100% - 12.625rem); padding-right:5.625rem; }
.f_top .f_inner_wrap .f_right { width:12.625rem; }

/* footer menu start */
.f_top .f_menu { display:flex; justify-content:space-between; } 
.f_top .f_menu .f_menu_name { margin-bottom:0.625rem; } 
.f_top .f_menu .f_menu_name a { font-size:1.125rem; color:#808080; font-weight:600;  transition:all 0.3s ease-out; } 

.f_top .f_menu span { position:relative; } 
.f_top .f_menu span:after {content:'';position:absolute;left:50%; transform:translateX(-50%); width:0; bottom:-5px;height:1px;background-color:#999;z-index:1;transition:all 0.3s ease-out; }

.f_top .f_menu a:hover { color:#fff; } 
.f_top .f_menu a:hover span:after { width:100%; background-color:#fff; } 

.f_top .f_menu_sublist {  } 
.f_top .f_menu_sublist ul li { padding:5px 0; }
.f_top .f_menu_sublist ul li a { font-size:1rem; color:#666; font-weight:300; transition:all 0.3s ease-out; } 

.f_top .f_menu span:after { background:#fff; } 
/* footer menu end */

.f_top .f_family { display:flex; flex-direction:column; align-items:flex-end; min-width:12.625rem } 

.f_top .f_family select {position:relative; width:12.625rem;height:2.5rem;padding:0 15px;background-color:#000 !important;border:1px solid #6b6b6b;box-sizing:border-box;font-size:1rem;color:#666;font-weight:400; background: url('/images/common/f_icon_select.png') no-repeat 93% center; }
.f_top .f_family select:focus { border:1px solid #fff !important; }
.f_top .f_family select option { font-size:0.875rem; color:#fff; } 
.f_top .f_family select option:checked, .f_top .f_family select option:checked:hover,.f_top .f_family select option:hover {background-color:#000 !important;color:#fff;}


.f_bottom { padding-top:1.875rem; padding-bottom:3.75rem; overflow:hidden; } 
.f_bottom .f_inner { display:flex; justify-content:space-between; align-items:flex-end; max-width:1440px; margin:0 auto; } 

.f_address  { width:100%; font-size:1.125rem; color:#fbe3dd; font-weight:300; }
.f_address .rows { display:flex; margin-bottom:7px; } 
.f_address .rows:last-of-type { margin-bottom:0px; } 
.f_address .rows .line { } 

.f_address span.tt { font-weight:300; } 
.f_address span.line:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 12px 2px;background-color:#7c7c7c;vertical-align:middle; }
.f_address span.line:last-child:after {content:none;}


.f_etc_menu a { position:relative; font-size:0.875rem; color:#fff; font-weight:400; } 
.f_etc_menu a:after { content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 1.25rem 2px;background-color:#fff;vertical-align:middle; } 
.f_etc_menu a:last-child:after { content:none; } 

.f_etc_menu span:after { bottom:-4px; }

/*
.f_etc_menu span { position:relative; } 
.f_etc_menu span:after {content:'';position:absolute;left:50%; transform:translateX(-50%); width:0; bottom:-5px;height:1px;background-color:#999;z-index:1;transition:all 0.3s ease-out; }
.f_etc_menu a:hover span:after { width:100%; background-color:#fff; } 
*/


.f_copy { font-size:0.938rem; color:#666; font-weight:300; letter-spacing:0; margin-top:0.75rem; } 

@media screen and (max-width: 1470px){
	.f_top .f_inner { margin:0 15px; }
	.f_top .f_inner_wrap .f_left { padding-right:1.875rem; } 
	.f_top .f_inner_wrap .f_right { width:revert; } 
	.f_bottom .f_inner { margin:0 15px; } 
} 

@media screen and (max-width: 1200px){
	.f_top { padding:4rem 0 0; } 
	.f_bottom { padding-bottom:4rem; } 

} 
@media screen and (max-width: 1024px){
	.f_top .f_inner h3 { font-size:4rem; } 
	.f_top .f_inner .line { height:0.313rem; margin-top:1.875rem; } 
	.f_bottom { padding-top:2.5rem; } 
	.f_inner_right img { height:20px; } 
} 
@media screen and (max-width: 768px){
	.f_top { padding-top:0rem; } 
	.f_top .f_inner .f_inner_wrap { display:none; }
	.f_top .f_inner .line { background:rgba(255,255,255, 0.5); height:2px; } 

	.f_bottom .f_inner { flex-direction:column; align-items:center; gap:1.25rem;  } 
	.f_bottom .f_inner .f_etc_menu { text-align:center; } 
	.f_inner_right img { height:15px; } 
}
@media screen and (max-width: 640px){
	.f_bottom .f_inner .f_inner_left {  } 
	.f_bottom .f_inner .f_inner_right { overflow:hidden;  } 
	.f_copy { text-align:center;}
} 



body {background-color:#fff;}




/*--------------------------------------------------------------------------------
@ SUB COMMON  
--------------------------------------------------------------------------------*/
#sub {padding-top:0px; padding-bottom:0px; overflow-x:clip; }

/*#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 {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; overflow:hidden; /*overflow-y:auto;*/position:fixed;top:0;left:0;width:100%;height:100%;z-index:101;  }
.gl_menu_box:before {content:'';position:fixed;top:0;left:-100vw;width:100%;height:100%;  background-color:#000;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; transform:scale3d(1, 1, 1); } 

.gl_menu_box .gl_menu_bg { position:absolute; left:0px; top:0px; width:100%; height:100%; background-image:url('/images/common/gl_bg.jpg'); background-repeat:no-repeat;  background-size:cover; background-position:right center;  opacity:0; overflow:hidden; } 


.gl_menu_box:after {content:'';position:fixed;top:0;left:-100vw;width:100%;height:100%; background-color:var(--menu);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 { display:flex; align-items:center; height:100%; max-width:1440px; margin:0 auto; } 
.gl_menu_inner { position:relative; display:flex; flex-direction:column; justify-content:space-between; width:100%; height:100%; padding:2.813rem 0 6.25rem 0; } 
.gl_menu_close { position:absolute; right:-60px; top:45px; opacity:0; transition:all 0.4s; } 
.gl_menu_close .material-icons { font-size:1.875rem; color:#fff; transition:all 0.4s;} 
.gl_menu_close a:hover .material-icons { transform:rotate(180deg); } 



.gl_menu_top { display:flex; align-items:flex-end; justify-content:space-between; width:100%; } 
.gl_menu_top .gl_logo { }
.gl_menu_top .gl_language { max-width:6.25rem; }
.gl_menu_top .gl_language .lnb-language a {font-size:0.938rem; letter-spacing:0;font-style:italic; } 


.gl_menu_box_inner { display:flex; justify-content:space-between; column-gap:4.375rem; width:100%; max-width:1440px; margin:0 auto; font-size:1rem; } 

/* 코딩후 삭제 */
/*
.gl_menu_box { display:block; } 
.gl_menu_box:before { left:0px; } 
.gl_menu_box:after { left:0px; } 
.gl_menu_close { opacity:1; }
*/
/* 코딩후 삭제 */


.gl_menu_box_inner .gl_menu_list { position:relative; width:100%; font-size:1.375rem; letter-spacing:-0.05em; opacity:1; transform:revert !important;  } 


.gl_menu_title { position:relative; display:inline-block;  font-size:2.5rem; color:#fff; padding-bottom:1.563rem; transition:all 0.4s; cursor:pointer; line-height:1.1; } 
.gl_menu_title a { position:relative;  font-size:2.188rem; color:#fff; font-weight:700;  transition:all 0.4s; text-transform:uppercase; } 
.gl_menu_title a::after { content:''; position:absolute; left:0px; bottom:-5px; width:0; height:2px; border-radius:3px; background:#fff; transition:all 0.4s ease; } 
.gl_menu_title:hover, .gl_menu_title.on { /*color:var(--menu);*/ } 
.gl_menu_title span { position:relative; overflow:hidden; } 

.gl_menu_title a:hover::after { width:100%; } 

.gl_menu_title span i { display:none; } 


.gl_menu_sublist { display:block; position:relative; z-index:10; } 
.gl_menu_sublist ul li { position:relative; padding:0px; ;  } 
.gl_menu_sublist ul li:before { display:none; content:''; position:absolute; left:0px; top:50%; transform:translateY(-50%); width:5px; height:5px; border-radius:50%; background:#2e3539; transition:all 0.4s;  } 

.gl_menu_sublist ul li a { position:relative; display:flex; align-items:center; justify-content:space-between; font-size:1.125rem; color:#b8b8b8; font-weight:500; padding:1.25rem 0 0.75rem 0; border-bottom:1px solid rgba(255,255,255,0.3); opacity:0.9; transition:all 0.3s; } 
.gl_menu_sublist ul li a:after { content:''; position:absolute; left:0px; bottom:-1px;  width:0; height:1px; background:#fff; transition:all 0.4s;  } 

.gl_menu_sublist ul li a .plus { display:inline-flex; width:11px; height:11px; background:url('/images/common/gl_icon_plus.png') no-repeat; opacity:0.3; transition:all 0.4s; } 


.gl_menu_sublist ul li:hover a:after { width:100%; } 
.gl_menu_sublist ul li.active a:after { width:100%; } 
.gl_menu_sublist ul li:hover a { color:rgba(255,255,255,0.9); } 
.gl_menu_sublist ul li:hover a .plus { opacity:1; transform:rotate(180deg); } 



.gl_info { display:flex; align-items:center; justify-content:space-between; font-size:0.938rem; color:#fff; font-weight:400;  } 
.gl_info_com { font-size:1rem; padding-bottom:7px;} 
.gl_info_tel { display:flex; letter-spacing:-0.03em; padding-bottom:7px;} 
.gl_info_tel .gl_info_row { position:relative; display:block;  } 
.gl_info_tel .gl_info_row:after { content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 0.75rem 2px;background-color:#fff;vertical-align:middle; }
.gl_info_tel .gl_info_row:last-of-type:after {content:none; }
.gl_info_tel .gl_info_row a {  color:#fff;  } 
.gl_copy { font-size:0.813rem; font-weight:300; opacity:0.3; margin-top:0.313rem; letter-spacing:0;  } 



.gl_info_family { position:relative; min-width:11.875rem; }
.gl_info_family > a { position:relative; display:flex; align-items:center; justify-content:space-between; font-size:0.938rem; color:#fff; font-style:italic; line-height:1; letter-spacing:0; padding:0.625rem 0.438rem 0.438rem 0.438rem;  transition:all 0.4s ease-out; overflow:hidden; } 
.gl_info_family > a:before { content:''; position:absolute; left:0px; bottom:-1px; width:100%; height:2px;  background:#fff; z-index:0; transition:all 0.4s ease-out;  } 
.gl_info_family > a:after { content:''; position:absolute; left:0px; top:0; width:100%; height:100%; background:#0066b3; z-index:1; transition:all 0.4s ease-out; opacity:0; } 
.gl_info_family > a span { position:relative; z-index:2; } 
.gl_info_family > a .icons { display:flex; align-items:center; transition:all 0.4s ; } 

.gl_info_family > a.active:after { top:0px; opacity:1;  } 
.gl_info_family > a.active .icons { transform:scaleY(-1); } 

.gl_info_family ul { display:none; position:absolute; bottom:calc(100%); left:0; width:100%; padding:0.625rem; background:#fff; box-shadow:0 8px 25px 0 rgb(0 0 0 / 10%); z-index:10;  } 
.gl_info_family ul li a { display:flex; align-items:center; color:#000; padding:0.2rem 0; } 



@media screen and (max-width: 2060px){
}
@media screen and (max-width: 1600px){
	.gl_menu_close { top:10px; right:-10px; } 
}
@media screen and (max-width: 1470px){
	
	.gl_menu_wrap { margin:0 1.25rem; } 
	.gl_menu_box_inner { column-gap:1.875rem; } 
	
	.gl_menu_title a { font-size:1.875rem; } 
	.gl_info { align-items:center; } 
}
@media screen and (max-width: 1280px){
}
@media screen and (max-width: 1200px){
	.gl_menu_box_inner { width:revert; justify-content:revert; flex-wrap:wrap; margin:revert; margin-right:-1.875rem; column-gap:revert; } 
	.gl_menu_box_inner .gl_menu_list {flex: 0 0 auto; width:calc((100% / 3) - 1.875rem); margin-right:1.875rem; margin-bottom:2.5rem; }

	.gl_menu_wrap { margin:0 1.25rem; } 

	.gl_info_tel { flex-wrap:wrap; } 
	.gl_info_tel .gl_info_row { padding-bottom:0.3rem;}
	.gl_info_tel .gl_info_row:last-of-type { padding-bottom:0; } 
}
@media screen and (max-width:1024px){ 
	.gl_logo img { height:20px; } 
	.gl_menu_close { top:10px; right:-10px; } 
}

@media screen and (max-width:768px){
	.gl_menu_box { overflow-y:auto; } 

	.gl_menu_title { padding-bottom:0.625rem; } 
	.gl_menu_title:before  { display:none; } 
	.gl_menu_title a { font-size:1.563rem;  } 
	.gl_menu_title a::after { height:0.2rem; } 

	.gl_menu_title:hover:before { left:0px; opacity:1; } 
	.gl_menu_title:hover a { padding-left:0px;  } 
	.gl_menu_title.on:before { left:0px; opacity:1; } 
	.gl_menu_title.on a { padding-left:0px;  } 

	.gl_menu_wrap { padding-top:3.25rem; padding-bottom:3.125rem; align-items:revert; } 
	.gl_menu_box_inner { width:100%; flex-direction:column; padding-bottom:revert; padding-top:1.875rem;  } 
	.gl_menu_inner { display:flex; flex-direction:column; align-items:flex-start; padding:0;  } 
	.gl_menu_close { top:-30px; right:-5px; } 

	.gl_menu_box_inner .gl_menu_list { width:100%; padding-left:0; } 

	.gl_copy br { display:none; } 

	.gl_menu_list { margin-bottom:10px; } 
	.gl_menu_sublist { position:relative;  display:block; left:0rem; } 
	.gl_menu_sublist ul li { padding:4px 0 4px 0px;} 
	.gl_menu_sublist ul li a { font-size:1rem; } 

	.gl_info { position:relative; margin-top:1.563rem;padding-bottom:3.75rem; } 
}
@media screen and (max-width:640px){
	.gl_menu_title a { font-size:1.563rem; } 
	.gl_menu_sublist ul li a { padding:0.938rem 0 0.75rem 0; }
}

@media screen and (max-width:480px){
	.gl_logo img { height:20px; } 
	.gl_info { flex-direction:column; align-items:revert; justify-content:revert; } 
	.gl_info_family { margin-top:1.25rem; } 
}