@charset "UTF-8";
/*--------------------------------------------------------------------------------
@ HEADER
--------------------------------------------------------------------------------*/
#header {position:fixed;top:0;left:0;width:100%;height:110px;background-color:#fff; border-bottom:1px solid #d8d8d8;z-index:100;-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:1720px;margin:0 auto; z-index:2;display:flex;align-items:center;justify-content:;}
#header h1 { min-width:11.875rem; }
#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:-90px;}
#header.type2.nav-up { top:-90px; background-color:#fff;} 
#header.nav-down {top:0;background-color:#fff; }
/*#header.nav-none { top:-90px; } */
#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 .mlogo { display:none; } 

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

#header .header-inner { display:flex; align-items:center; width:100%; justify-content:space-between; padding-left:5rem; padding-right:1.875rem; } 

/*
@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: 1750px){
	#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:90px;}
	#header h1 {padding:15px 0;}
	#header h1 img {height:30px;}
	#header.nav-up:before {opacity:0.99;}

	#header .mlogo { display:flex;  align-items:center; padding:10px 15px; height:60px; } 
	#header .mlogo a { display:flex;}
	#header .mlogo img {height:30px;}
}
@media screen and (max-width: 350px){
	#header h1 { min-width:9rem; }
	#header h1 img {height:25px;}
}


/* ---- 
@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:40px;left:0;width:100%;height:0;background-color:#fff; 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:transparent; opacity:1;z-index:1;  } 
#header.type2.open_menu:before {opacity:1 !important; top:40px !important; height:240px; }


/*----------------------------------------------------------------------
@ GNB TOP 
----------------------------------------------------------------------*/
.header_top { width:100%; position:relative;display:flex; align-items: center; height:40px; box-sizing: border-box; opacity:1;  z-index:2; border-bottom:1px solid #ccc; }
.header_top .row { display:flex; justify-content:flex-end; max-width: 1720px;width: 100%;margin:0 auto;}

.header_top .top_menu { display:flex; align-items:center; } 
.header_top .top_menu a { position:relative; display: inline-block; font-size:0.9375rem; color:#000; font-weight:500; padding:0 1.25rem; transition:opacity 0.3s ease;  } 
.header_top .top_menu a:hover span:after {width:100%;} 
.header_top .top_menu a:after { content:''; position:absolute; top:4px; right:0px; width:1px; height:0.75rem; background:#676767; opacity:1; }
.header_top .top_menu a:last-child:after { display:none; } 

@media screen and (max-width: 1750px){
	.header_top .row { margin:0 15px; }
}
@media screen and (max-width: 1024px){
	.header_top { height:30px; }
} 

/*
대메뉴 서브메뉴 레이아웃
*/
.lnb-menu > li { } 
.lnb-menu > li > a {display:block;font-size:1.188rem;color:#000; font-weight:700; 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:#9caa14; }
.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 했을때 유지하기 위해 */
.lnb-menu > li > a > span { position:relative; }
.lnb-menu > li > a > span:after { content:''; position:absolute; bottom:-1.125rem; left:0; width:0px; height:2px; background:#273101; opacity:0; transition:all 0.5s linear; } 

#header.type2 .lnb-menu > li > a:after { height:2px; } 
#header.type2.open_menu .lnb-menu > li > a > span:after { width:1.438rem; opacity:1; }

@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:center;align-items:center;height:70px;padding-right:6.25rem;}
	#wrap.en .lnb-menu > li > a { padding-right:5.625rem; } 
	/*
	.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-right:5.625rem; } 
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	.lnb-menu > li > a { padding-right:5rem; }
}
*/
@media screen and (max-width: 1440px) and (min-width: 1101px){
	.lnb-menu > li > a { padding-right:5.625rem; } 
	#wrap.en .lnb-menu > li > a { padding-right:5rem; } 
}
@media screen and (max-width: 1100px) and (min-width: 1025px){
	.lnb-menu > li > a { padding-right:4.5rem; }
	#wrap.en .lnb-menu > li > a { padding-right:4rem; } 
}
@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:75px;left:0;width:100%;padding:0px;box-sizing:border-box; }

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

.lnb_sub_menu li {display:block;margin:5px 0;}
.lnb_sub_menu li a {position:relative;display:inline-block;padding:2px 0; font-size:1rem;color:#273101; font-weight:400; text-transform:; }

/* 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:0px; ;left:50%; transform:translateX(-50%); width:0; height:1px; background:currentColor; 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:left; }
#header.type2 .lnb_sub_menu li a { font-size:1rem; color:#273101; font-weight:400; 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; max-width:20rem; 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: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 0.25s; 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:#000; 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; }
	*/
}

/* header fixed */
#header.fixed { position:fixed; /*border-bottom:1px solid #eee;*/ box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);}
/*#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 반응형*/
/* 좌측에서 나오는 형태 : 스크립트연동필요 */
.header__dim {content:'';position:fixed;top:0;left:-15px;width:calc(100% + 15px);height:100%;background-color:#000;opacity:0.8;z-index:103; }
@media screen and (max-width: 1024px){
	/*.header__dim {content:'';position:fixed;top:0;left:-15px;width:calc(100% + 15px);height:100%;background-color:#000;opacity:0.8;z-index:1; }*/
	#header__lnb {overflow-x:hidden;overflow-y:auto;position:fixed;top:0px;left:-22.5rem; width:22.5rem !important;height:100%;padding-top:0px;background-color:#fff;z-index:99;transition:all 0.3s ease; }
	#header__lnb.active {left:0;}
	.header__nav {display:table;width:100%;height:100%;text-align:center}
	#header__lnb .lnb-menu { position:relative;}
	#header__lnb .lnb-menu > li  {float:none;margin:0;text-align:left; border-bottom:1px solid #ddd }
	#header__lnb .lnb-menu > li:first-of-type { border-top:1px solid #ddd;  } 
	#header__lnb .lnb-menu > li > a {width:100%; padding:15px !important;font-size:1rem;color:#111 !important; }
	#header__lnb .lnb-menu > li:hover > a , 
	#header__lnb .lnb-menu > li.on > a {background-color:var(--menu) !important;color:#fff !important;}
	#header__lnb .lnb-menu > li > a:before {content:none;}

	.lnb_sub_menu  {position:static;justify-content:flex-start; height:auto;padding:10px; box-sizing:border-box;background:#f1f1f1; }
	.lnb_sub_menu ol { flex-direction:column;align-items:flex-start; margin:revert; border:0px; background:transparent;  } 
	.lnb_sub_menu li {display:block;margin:0 0;text-align:left;}
	.lnb_sub_menu li > a {font-size:1rem; color:#333; font-weight:500; padding:8px 5px; transition:all 0.4s ease;}
	.lnb_sub_menu li > a:hover { color:var(--menu); } 
	.lnb_sub_menu li.on > a { color:var(--menu); } 
	.lnb_sub_menu li a:after { display:none; } 

	.lnb_sub_menu .material-symbols-outlined { display:none; } 

	.lnb_tab_list_wrap { }
	.lnb_tab_list { display:flex; flex-direction:column; gap:0.313rem; padding:10px; border-bottom:1px solid #dbdbdb; } 
	.lnb_tab_list a { position:relative; font-size:0.938rem; color:#666; font-weight:400; padding-left:3px; transition:all 0.4s ease; } 
	.lnb_tab_list a::before { content:'-'; margin-right:5px; } 
	.lnb_tab_list a:hover { color:var(--menu); } 

	#header__lnb .lnb-menu > li.on .lnb_sub_menu { display:block; } 
}



/*검색 바*/
#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:flex-end; /*min-width:5.625rem;*/ margin-left:0.75rem; }
#header__language .language_icon { width:15px; height:15px; background:url(/images/common/g_global_s.png) no-repeat; margin-right:0.5rem; } 
#header__language a { position:relative; font-size:0.875rem; color:rgba(0,0,0,0.5); font-weight:500; text-align:center; margin-top:0px;  transition:all 0.3s; letter-spacing:0; } 
#header__language a:after { content:'';clear:both; display:inline-block; width:1px;height:12px;margin:0px 8px 1px 8px; background-color:#d9d9d9; vertical-align:middle; }
#header__language a.on { color:#000; font-weight:500;  } 
#header__language a:hover { color:#000; font-weight:500;   } 
#header__language a:last-of-type { margin-right:0px; left:-1px; } 
#header__language a:last-of-type:after { display:none; } 

@media screen and (max-width: 1280px) { 
	#header__language { padding-left:0rem; } 
}

@media screen and (min-width: 1025px){
	#header__language { }
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
}
@media screen and (max-width: 1024px){
}


/*모바일 버튼*/
#header__mobile { position:absolute;top:26px;right:0px;background-color:transparent;box-sizing:border-box;z-index:998}
#header__mobile span {display:block;width:18px;height:3px;margin:0 auto;background-color:#000;-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:4px 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:#000;}
#header.fixed_store #header__mobile span {background-color:#333;}
#header.nav-up #header__mobile span {background-color:#fff;}
#header.nav-down #header__mobile span {background-color:#333;}
#header.nav-down.nav-top #header__mobile span {background-color:#fff;}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block; top:20px; }
}


/*검색*/
.lnb-search { display:flex; min-width:20px; margin-left:0px; box-sizing:border-box;text-align:center; margin-right:2.5rem; }
.lnb-search a.material-icons { font-size:28px; color:#555; margin-bottom:0px; } 
.lnb-search a { display:inline-flex; width:20px; height:20px; background:url(/images/common/g_search.png) no-repeat;  } 

/*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:#f4f7ee;}
.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;padding-right:70px;background-color:transparent; border:none; border-bottom:2px solid var(--menu);font-weight:400;font-size:18px;color:#000;box-sizing:border-box;outline:none;}
.header__search_popup .search_form a.material-symbols-outlined { position:absolute;top:15px;right:0px; font-size:2.25rem; color:#000;  }

.header__search_popup .search_form input::-webkit-input-placeholder { color:#000; } 

.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 {  } 
	.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-symbols-outlined {top:7px; right:10px}
}
@media screen and (max-width: 625px){
    .header__search_popup .search_popup_inner {margin:0 15px;padding:40px 0;}
}




/*----------------------------------------------------------------------
@ 모바일메뉴 버튼 클릭시
----------------------------------------------------------------------*/
.gl_menu_box { overflow-x:hidden;overflow-y:auto;position:fixed;top:0px; right:0; right:-35.625rem; width:35.625rem !important; background-color:#fff;z-index:999;transition:all 0.3s ease; }
.gl_menu_box.active { right:0px; } 
/*
.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; } 
.gl_menu_box:after {content:'';position:fixed;top:0;left:-100vw;width:100%;height:100%; background-color:var(--point1);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:1170px; margin:0 auto; } 
.gl_menu_inner { position:relative; display:flex; flex-direction:column; width:100%; padding:0 3.75rem 2.5rem; } 

.gl_menu_close { position:absolute; right:0px; top:-40px; } 
.gl_menu_close .material-icons { font-size:2.5rem; color:#fff; transition:all 0.3s;} 
.gl_menu_close a:hover .material-icons { transform:rotate(180deg); } 

.gl_menu_box_inner { display:flex;flex-direction:column; gap:1.5625rem; width:100%; padding:4.375rem 0 5rem; margin:0 auto; font-size:1rem; color:#333; } 
.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;    transition:all 0.3s; cursor:pointer; line-height:1.1; } 
.gl_menu_title a { position:relative; font-size:1.875rem; color:#c2c2c2; font-weight:700;  transition:all 0.4s ease; } 
.gl_menu_title a.ov, 
.gl_menu_title a:hover  { color:#000; } 
/*.gl_menu_title:hover, .gl_menu_title.on { color:var(--menu); } */

.gl_menu_title span { position:relative; overflow:hidden; } 
.gl_menu_title:hover:before { left:0px; opacity:1; } 
.gl_menu_title.on:before { left:0px; opacity:1; } 
.gl_menu_title span i { display:none; } 

.gl_menu_sublist { display:none; position:relative; z-index:10; margin-top:0.625rem; padding-top:0.9375rem; border-top:1px solid #000; } 
.gl_menu_sublist.on { display:block; } 
.gl_menu_sublist ul li { position:relative; padding:5px 0 7px 10px; ;  } 
.gl_menu_sublist ul li:before { content:''; position:absolute; left:0px; top:50%; transform:translateY(-50%); width:5px; height:5px; border-radius:50%; background:var(--menu); transition:all 0.4s ease; opacity:0; } 
.gl_menu_sublist ul li a { position:relative; font-size:1.125rem; color:#333; font-weight:500; transition:all 0.3s; padding-left: } 
.gl_menu_sublist ul li a:after { display:none; content:''; position:absolute; left:0px; bottom:-5px;  width:0; height:1px; background:#2e3539; transition:all 0.3s;  } 
.gl_menu_sublist ul li:hover a:after { width:100%; } 
.gl_menu_sublist ul li:hover:before { opacity:1; } 

.gl_menu_sublist ul li.on:before { opacity:1; }
.gl_menu_sublist ul li.on a:after { width:100%; } 
.gl_menu_sublist ul li:hover a { color:var(--point2); font-weight:700; } 


.gl_top { position:relative; display:flex; justify-content:space-between; height:90px; } 
.gl_top .gl_top_menu { display:flex; align-items:center; } 
.gl_top .gl_top_menu a { position:relative; display: inline-block; font-size:0.9375rem; color:#000; font-weight:500; padding:0 1.25rem; transition:opacity 0.3s ease;  } 
.gl_top .gl_top_menu a:hover span:after {width:100%;} 
.gl_top .gl_top_menu a:after { content:''; position:absolute; top:4px; right:0px; width:1px; height:0.75rem; background:#676767; opacity:1; }
.gl_top .gl_top_menu a:first-child { padding-left:0; } 
.gl_top .gl_top_menu a:last-child:after { display:none; } 
.gl_top .gl_global { display:flex;  padding-right:2.5rem; } 
.gl_top .gl_global #header__language .language_icon { background:url(/images/common/g_global_s.png) no-repeat; } 
.gl_top .gl_global #header__language a { color:rgba(0,0,0,0.5); } 
.gl_top .gl_global #header__language a.on, 
.gl_top .gl_global #header__language a:hover { color:#000; } 

.gl_top .gl_close { position:absolute; right:-1.875rem; top:1.5625rem; }  
.gl_top .gl_close span { font-size:2.5rem; color:#000; transition:all 0.4s; } 

.gl_top .gl_close:hover span { transform:rotate(180deg); }
/*
.gl_top { display:flex; align-items:center; justify-content:flex-end; height:90px; } 
.gl_top .gl_close { display:flex; align-items:center; justify-content:center; margin-left:18px; border-radius:50%; transition:all 0.3s; } 
.gl_top .gl_close span { transition:all 0.4s;; }
.gl_top .gl_close:hover {  } 
.gl_top .gl_close:hover span { transform:rotate(180deg); }
*/


.gl_footer_menu { display:flex; padding-left:1.25rem; } 
.gl_footer_menu a { font-size:1.0625rem; color:#333; font-weight:600; }
.gl_footer_menu a:after { content:'';clear:both; display:inline-block;width:1px;height:0.75rem;margin:0 1.5625rem 2px 1.5625rem; background-color:currentColor; vertical-align:middle; }
.gl_footer_menu a:last-child:after { content:none; } 

.gl_copy { font-size:0.9375rem; color:#333; font-weight:300; padding-left:1.25rem; padding-top:0.9375rem; }


/* 반응형 */
@media screen and (max-width:1024px){ 
	.gl_top { height:60px; } 
	.gl_menu_inner { padding:0 1.875rem 2.5rem 1.875rem; }
	.gl_menu_box_inner { padding:2.5rem 0 }  
	.gl_menu_title a { position:relative; font-size:1.25rem; }
	.gl_menu_sublist ul li a { position:relative; font-size:1rem; }
	.gl_menu_logo img { height:25px; }
	.gl_top .gl_close { right:-1.5625rem; top:1.25rem; } 
	.gl_top .gl_close span { font-size:1.875rem;  } 
}
@media screen and (max-width:768px){
}
@media screen and (max-width:799px){
}
@media screen and (max-width:640px){
	.gl_menu_box { right:-100%; width:100% !important;  }
	.gl_footer_menu { padding-left:0; } 
	.gl_footer_menu { display:flex; flex-wrap:wrap; row-gap:0.3125rem; } 
	.gl_footer_menu a { font-size:0.875rem; } 
	.gl_footer_menu a:after { margin:0 1rem 2px 1rem; } 
	.gl_copy { padding-left:0; } 
}
@media screen and (max-width:414px){
}
@media screen and (max-width:330px){
	.gl_top .gl_global #header__language { display:none; } 
} 




/*--------------------------------------------------------------------------------
@ FOOTER
--------------------------------------------------------------------------------*/
#footer { background:#1c1500;}
#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:20px; top:revert; bottom:calc(100% - 1.875rem); width:3.75rem;height:3.75rem; border:1px solid #111; background:#111; border-radius:3.75rem; cursor:pointer;z-index:99; overflow:hidden; transition:height 0.4s; }
#footer .btnTop.fixed { position:fixed; top:revert; bottom:20px; } 
#footer .btnTop.active { display:flex } 
#footer .btnTop_wrap { display:flex !important; align-items:center; justify-content:center; height:100%; } 
#footer .btnTop .material-icons { min-height:36px; font-size:36px; color:#fff; z-index:2; text-align:center; transition:all 0.5s cubic-bezier(.165,.84,.44,1); } 
#footer .btnTop .material-icons:after { content:''; display:block; width:3px; height:0px; margin-top:-20px; margin-left:17px; border-radius:2px; background:#fff; transition: height 0.5s cubic-bezier(.165,.84,.44,1); } 
#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;} 
#footer .btnTop:hover { height:calc(3.125rem * 2); } 
#footer .btnTop:hover .material-icons { margin-top:-10px; } 
#footer .btnTop:hover .material-icons:after { height:3.125rem; } 

@media screen and (max-width: 640px) {
	#footer .btnTop { right:15px; } 
} 




.f_top { position:relative;display:flex; align-items:center; width:100%;  height:100%;  } 
.f_top .f_inner { display:flex; justify-content:space-between; gap:0.938rem; width:100%; max-width:1400px; margin:0 auto; padding:3.125rem 0 1.875rem; } 
.f_top .f_top_center { display:flex; flex-direction:column; row-gap:1.25rem; width:calc(50%); } 
.f_top .f_top_right { display:flex; flex-direction:column; width:calc(50%); } 


.f_top .f_logo { margin-top:0.625rem; } 
.f_top .f_link { display:flex; } 
.f_top .f_link a { font-size:1.0625rem; color:var(--menu); font-weight:600; }
.f_top .f_link a:after { content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 1.5625rem 2px 1.5625rem;background-color:var(--menu); vertical-align:middle; }
.f_top .f_link a:last-child:after { content:none; } 


.f_top .f_address { display:flex; flex-direction:column; gap:0.5rem; } 
/*.f_top .f_address p:last-of-type { padding-top:0.625rem; }*/

.f_top .f_address span { font-size:1.125rem; color:#999; font-weight:500; word-break:keep-all; } 
.f_top .f_address span.title { font-size:1.25rem; color:#fff; font-weight:600; } 
.f_top .f_address span.tt { font-weight:700; }  
.f_top .f_address span.line:after {content:'';clear:both; display:inline-block;width:1px;height:14px;margin:0 15px 2px 15px;background-color:#999; vertical-align:middle; }
.f_top .f_address span.line:last-child:after {content:none;}

#footer.en .f_top .f_address span.title { font-size:1.125rem; } 

.f_top .f_sns { display:flex; gap:0.313rem; margin-top:0.625rem;} 
.f_top .f_sns a { display:inline-flex; align-items:center; justify-content:center; width:2rem; height:2rem; border-radius:100%; margin-top:0rem; opacity:1; }


.f_top .f_menu { display:flex; align-items:start; justify-content:space-between;padding-top:0.313rem;} 
.f_top .f_menu .f_menu_name {  padding-bottom:1.375rem;  } 
.f_top .f_menu .f_menu_name a { font-size:1.25rem; color:#fff; font-weight:700; word-break:keep-all;  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 6px; }
.f_top .f_menu_sublist ul li a { font-size:1.125rem; color:#a0a0a0; font-weight:400; word-break:keep-all; transition:all 0.3s ease-out; } 

.f_top .f_menu span:after { background:#fff; } 


.f_bottom { padding:0rem 0 1.875rem; } 
.f_bottom .f_inner { display:flex; justify-content:flex-end; gap:1.25rem; max-width:1400px; margin:0 auto; border-top:1px solid #666;  } 
.f_bottom .copy { font-size:0.875rem; color:#666; font-weight:300; margin-top:1.25rem; letter-spacing:0; } 


@media screen and (max-width:1470px){
	.f_top .f_inner { margin:0 15px; } 
	.f_bottom .f_inner { margin:0 15px; } 
} 
@media screen and (max-width:1400px){
	/*
	.f_top .f_top_center { width:calc(100% - 16.75rem - 13.438rem); } 
	.f_top .f_top_right { display:flex; flex-direction:column; justify-content:space-between; align-items:flex-end; width:13.438rem; } 
	*/

	.f_top .f_top_center span { font-size:1rem; } 
	.f_top .f_top_center span .tt { font-size:1.125rem; } 

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

	/*.f_top .f_inner { align-items:center; } */
	/*.f_top .f_top_center { width:calc(100% - 13.438rem - 1rem); } 
	.f_top .f_top_right { width:13.438rem; } */
	.f_top .f_logo img { height:30px; } 
}

@media screen and (max-width: 1024px){
	.f_top .f_link a { font-size:0.9375rem; }
	.f_top .f_link a:after { margin:0 1.25rem 2px 1.25rem; }
	.f_top .f_address span.title { font-size:1.125rem; } 
}	
@media screen and (max-width: 1200px) and (min-width: 769px){
	.f_top .f_menu_list { padding-right:1rem; } 
	.f_top .f_menu .f_menu_name { } 
	.f_top .f_menu .f_menu_name a { font-size:1.125rem; } 
	.f_top .f_menu_sublist ul li a { font-size:1rem; } 

} 
@media screen and (max-width: 1024px){
	.f_top .f_top_center p { display:flex; flex-direction:column; } 
	.f_top .f_top_center p span { text-align:left; } 
	.f_top .f_top_center p span.line { margin-bottom:4px; } 
	.f_top .f_top_center p span.line:after { display:none;  }	
}
@media screen and (max-width: 768px){
	.f_top .f_logo { text-align:left; }
	.f_top .f_logo img { height:30px; } 
	.f_top .f_inner { flex-direction:column; align-items:center; padding-top:1.875rem; padding-bottom:1.563rem; } 

	.f_top .f_link a { font-size:0.9375rem; }
	.f_top .f_link a:after { margin:0 1.25rem 2px 1.25rem; }

	.f_top .f_top_center { width:calc(100%); font-size:1rem; align-items:revert } 
	.f_top .f_top_center p { display:flex; flex-direction:column; } 
	.f_top .f_top_center p span { text-align:left; } 
	.f_top .f_top_center p span.line { margin-bottom:4px; } 
	.f_top .f_top_center p span.line:after { display:none;  }	

	.f_top .f_address span.title { font-size:1.0625rem; } 

	.f_top .f_top_right { width:100%; align-items:revert; justify-content:center; border-top:1px solid #666; margin-top:1.25rem; padding-top:1.563rem; } 
	
	.f_top .f_menu { flex-direction:column; row-gap:1.25rem;  }
	.f_top .f_menu_list { display:flex; } 
	.f_top .f_menu .f_menu_name { min-width:6.5rem; padding-top:5px; padding-bottom:0; } 
	.f_top .f_menu .f_menu_name a { font-size:1.125rem; } 

	.f_top .f_menu_sublist { width:calc(100% - 6.5rem); } 
	.f_top .f_menu_sublist ul { display:flex; flex-wrap:wrap; gap:0.325rem 1.25rem; } 
	.f_top .f_menu_sublist ul li { padding:5px 0 0px; } 
	.f_top .f_menu_sublist ul li a { font-size:1.063rem ; } 

	.f_bottom { padding-bottom:1.875rem; } 
	.f_bottom .f_inner { justify-content:center; border-top:1px solid rgba(255,255,255,0.3); }  
	.f_bottom .copy { text-align:center; } 
	

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

}
@media screen and (max-width: 414px){
	.f_top .f_link { flex-wrap:wrap; } 
	.f_top .f_link a:after { margin:0 0.9375rem 2px 0.9375rem; }
} 




/*--------------------------------------------------------------------------------
@ 면책공고/이메일무단수집거부 팝업 (footer에 div 있어야 작동함) 
--------------------------------------------------------------------------------*/
.f_popup { display:none; align-items:center; justify-content:center; position:fixed; top:0; left:0; width:100%; height:100%; z-index:1024; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08); } 
.f_popup.active { display:flex; } 
.f_popup .dim { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color:rgba(0,0,0,0.5);  } 

.f_popup_cont { position:relative; display:flex; flex-direction:column; gap:1.25rem; width:100%; max-width:700px; letter-spacing:-0.05em; background:#fff; padding:3.125rem; border-radius:0.625rem;  } 
.f_popup_cont a { position:absolute; right:2.5rem; top:3rem;  } 
.f_popup_cont a .material-symbols-outlined { font-size:2.5rem; color:#333; transition:all 0.4s ease; }
.f_popup_cont a:hover .material-symbols-outlined { transform:rotate(180deg); } 

.f_popup_cont_wrap { display:flex; flex-direction:column; gap:1.25rem; max-height:37.5rem; overflow-y:auto; padding-right:0.625rem; }  
.f_popup_cont_wrap::-webkit-scrollbar { width: 0.425rem; } 
.f_popup_cont_wrap::-webkit-scrollbar-track { background:#f1f1f1;} 
.f_popup_cont_wrap::-webkit-scrollbar-thumb { background:rgba(0,0,0, 0.2); border-radius:10px; } 
.f_popup_cont_wrap::-webkit-scrollbar-thumb:hover {background:var(--menu); } 
.f_popup_cont_wrap::-webkit-scrollbar-button { display: none;  } 

.f_popup_cont h4 { font-size:1.875rem; color:#000; font-weight:700; } 
.f_popup_cont h5 { font-size:1.125rem; color:#000; font-weight:700; } 
.f_popup_cont p { word-break:keep-all; line-height:1.56; } 
.f_popup_cont p.first { font-size:1.125rem; color:#000; font-weight:500; border-top:1px solid #d0d0d0; padding-top:1.563rem;  } 
.f_popup_cont p.last { font-size:1rem; color:#333; font-weight:400; } 
.f_popup_cont p.dot { position:relative; font-size:1rem; color:#333; font-weight:400; padding-left:0.625rem; } 
.f_popup_cont p.dot:before { content:'·'; position:absolute; left:0; } 
.f_popup_cont p.num1 { display:flex; font-size:1.125rem; color:#333; font-weight:700;} 
.f_popup_cont p.num1 .num { width:1.5rem; } 
.f_popup_cont p.num1 .desc { width:calc(100% - 1.5rem); } 

.f_popup_cont ul { width:100%; padding-left:1.25rem; }
.f_popup_cont ul li { display:flex; font-size:1rem; color:#333; font-weight:500; line-height:1.4; padding-bottom:0.3125rem; } 
.f_popup_cont ul li .num { width:1.5rem; text-align:center; } 
.f_popup_cont ul li .desc { width:calc(100% - 1.5rem); }  

@media screen and (max-width: 640px){
    .f_popup_cont { max-width:calc(100% - 30px); margin: 0 10px; padding:2.5rem 1.25rem; } 
	.f_popup_cont a { right:1.25rem; top:2.5rem; } 
	.f_popup_cont a .material-symbols-outlined { font-size:2rem; } 
	.f_popup_cont h4 { font-size:1.375rem; } 
	.f_popup_cont p.first { font-size:1.125rem; } 
	.f_popup_cont p.last { font-size:1rem; } 
}


body {background-color:#fff;}




/*--------------------------------------------------------------------------------
@ SUB COMMON  
--------------------------------------------------------------------------------*/
#sub {padding-top:110px; padding-bottom:5.625rem;}

/*#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:90px; } 
}
@media screen and (max-width: 768px){

}

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