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

		header

********************************************************/
#header {position:fixed;top:0;left:0;width:100%;height:100px;background-color:transparent;  z-index:99;-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 { display:flex; align-items:center; position:relative; max-width:1770px; margin:0 auto;height:100%;z-index:2; padding-right:5.625rem; }


#header h1 { display:flex;  }
#header h1 a {display:flex; align-items:center; line-height:1;}
#header h1 img {vertical-align:revert;}

#header .header-inner { margin:0 auto 0 5rem; } 

/* 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:-150px;}
#header.type2.nav-up { top:-150px; 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 3.75rem;}
}
@media screen and (max-width: 1600px){
	#header header {margin:0 2.5em;}
	#header header { padding-right:3rem; } 
}
@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:30px;}
	#header.nav-up:before {opacity:0.99;}
	#header header { padding-right:3rem; } 
}
@media screen and (max-width: 640px){
	#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:-210px;left:0;width:100%;height:440px;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:#fff;opacity:1;z-index:1;  } 
#header.type2.open_menu:before {opacity:0.50 !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:3; }
.header_top .row {max-width: 1770px;width: 100%;margin:0 auto;}

.header_top .con_l {float: left;}
.header_top .con_r {float: right; position:relative; }

.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:4px; right:0px; width:1px; height:0.75rem; background:#ddd; opacity:1; }
.header_top .site_link a:last-of-type { padding-right:0px; } 
.header_top .site_link a:last-of-type:after  { display:none; } 


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

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

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

}
@media screen and (max-width: 414px){
.header_top .site_link a { padding: 0 5px; }
.header_top .site_link { margin-right: 5px !important; } 
}
/*.search_btn { position:abs


/*
대메뉴 서브메뉴 레이아웃
*/
.lnb-menu { display:flex; justify-content:space-between; } 
.lnb-menu > li { } 
.lnb-menu > li > a {display:block;font-weight:600;font-size:1.125rem;color:#111;letter-spacing:-0.5px; transition:all .5s ease; }
.lnb-menu > li > a:after {display:none;content:'';position:absolute;left:50%;right:50%;bottom:-2px;height:3px;background-color:var(--menu);z-index:-1;transition:all 0.3s 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; } 

@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:80px;padding:0 2.5rem; }
	/*
	.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: 1660px) and (min-width: 1261px){
	.lnb-menu > li > a {padding:0 1.563rem;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	.lnb-menu > li > a {padding:0 1.25rem;}
}
@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:79px;left:0;width:100%;padding:15px 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:block;margin:8px 0;}
.lnb_sub_menu li a {position:relative;display:inline-block;padding:2px 0; font-weight:400;font-size:1rem;color:#7693ed;letter-spacing:-0.5px; }

/* 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:var(--menu);}
.header__menu-list li.on a {color:var(--menu);}
.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:350; font-size:1rem; color:#111; opacity:1; 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:0; } 
#header.type2 .lnb_sub_menu li a:hover {font-weight:500;color:var(--menu);  }

@media screen and (min-width: 1025px){
	.lnb_sub_menu {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:0px; 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.7s; opacity:0; }
	#header.type1 .lnb_sub_menu.open:after { top:-10px; opacity:1;  } 
	#header.type1 .lnb_sub_menu li.on a {font-weight:400;color:#fff; }
	#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;}*/

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



/*검색 바*/
.gnb_search { display:flex; align-items:center; justify-content:center; margin-right:1.563rem; } 

#header__search {position:relative;  }
#header__search input {width:100%;min-width:18.75rem; height:40px;padding-right:40px;background-color:transparent;border:none;border:1px solid #2f3131;border-radius:1.25rem; padding-left:1.25rem; box-shadow:none;font-family:'Montserrat'; font-size:11px;color:#999;font-weight:400; box-sizing:border-box;-webkit-box-shadow: none;-webkit-appearance: none;}
#header__search input::-webkit-input-placeholder {color:#999 !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__search button { position:absolute; top:7px; right:15px; font-size:24px; color:#111; background:transparent; } 
#header__search button:before { content:''; position:absolute; left:-15px; top:2px; height:20px; width:1px; background:#bcbcbc; } 
#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.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: 1440px){
	.gnb_search { display:none; } 
} 
@media screen and (max-width: 1300px){
	
} 
@media screen and (max-width: 1024px){
	#header__search {width:205px;margin:0 auto;color:#999 !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:#999 !important;}
	.gnb_search { display:none; } 
}



/*언어*/
#header__language {display:flex;align-items:center;justify-content:center; margin-right:1.25rem; }
#header__language a { position:relative; font-size:0.938rem; color:#999; font-weight:400; text-align:center; margin-right:1.75rem; } 
#header__language a.on { color:#111; font-weight:700; } 
#header__language a:after { content:''; position:absolute; right:-14px; top:3px; width:2px; height:11px; background:#999; } 
#header__language a:last-of-type { margin-right:0px; } 
#header__language a:last-of-type:after { display:none; } 


#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: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 { 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:#e9e9e9;padding:2.5rem 0; }
#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 .btnTop {display:none;position:fixed;right:10px;bottom:10px;width:60px;height:60px; background:url(images/common/btn_top.png) no-repeat center;background-size:cover !important;text-indent:-9999px;z-index:99999;cursor:pointer;}

#footer .f__inner { display:flex; align-items:center; justify-content:space-between; max-width:1170px; margin:0 auto;}
#footer .f__logo {float:right;margin-left:1.25rem; overflow:hidden; margin-top:5px;}
#footer .f__logo a { display:flex; align-items:center; } 

#footer .f__address { float:left; font-weight:350;font-size:14px;color:#111; }
#footer .f__address p {margin-bottom:2px; position:relative; letter-spacing:0; }
#footer .f__address p.copy {margin-top:5px; text-transform:uppercase;  }
#footer .f__address img {vertical-align:middle;}
#footer .f__address span { position:relative; } 

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

#footer .f__address span:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:0 12px;background-color:#bbb;vertical-align:middle; }
#footer .f__address span:last-child:after {content:none;}
#footer.en .f__address span.line { margin-bottom:5px; } 
#footer .f__address .line b { font-weight:500; } 

#footer .f__address .phone  { font-weight:400; } 
#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__menu { float:right; } 
#footer .f__menu_list {}
#footer .f__menu_list a { font-size:14px; color:#fff; opacity:0.7; font-weight:300; transition:opacity 0.3s ease;  } 
#footer .f__menu_list a:after {content:'';clear:both; display:inline-block;width:1px;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__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: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 {margin:0 15px;} 
	#footer .f__address { font-size:13px; }
	#footer .f__address .copy { font-size:13px; }
	#footer .f__menu_list a { font-size:13px; } 
}
@media screen and (max-width: 1024px){
	#footer {padding:15px 0;}
	#footer .f__logo {display:none;} 
	#footer .copyright-inner { padding-left:0px;  }
}


@media screen and (max-width: 680px){
	#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 span.line  { display:block; margin-bottom:5px; }
	#footer .copyright-inner { width:100%; text-align:center;}

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

}

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

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

}




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





/*----------------------------------------------------------------------
@ MENU BUTTON  
----------------------------------------------------------------------*/
#global_menu_btn_wrap {position: absolute; right:-5px;-webkit-transition: top 300ms;transition: top 300ms;z-index: 500;}

.global_menu_btn {display: block;width: 50px;height: 50px;padding: 10px;}
.global_menu_btn_inner {width: 100%;height: 100%;position: relative;}
.global_menu_btn_line {width: 100%;height: 4px;position: absolute;left: 0;background: #111;}
.global_menu_btn_line_01 {top: 0;}
.global_menu_btn_line_02 {top: 13px;}
.global_menu_btn_line_03 {bottom: 0;}

#header.cmain .global_menu_btn_line { background:#fff; } 
#header.fixed .global_menu_btn_line { background:#111; } 



/*----------------------------------------------------------------------
@ FULL MENU (click menu button) 
----------------------------------------------------------------------*/

/* MENU */
.menu_container {display: block;width: 100%;position: relative;font-size: 0;line-height: 1;text-align: left;z-index: 1;}
#menu {display:flex; justify-content:space-between; max-width: 1170px;margin: auto;position: relative; }
#menu:after {content: '';display: table;clear: both;}
#menu a {color: #fff; display: block;line-height: 1.7;-webkit-transition: all 0.3s;transition: all 0.3s; }
#menu li {position: relative;text-align: left;}
#menu > li span {display:inline-block;}

/* 1depth */

#menu > li {position:relative; float: left; }
#menu > li > a {display: block;font-size:1.875rem;font-weight: 500;margin-bottom: 1.875rem;position:relative;overflow:hidden;padding-top: 2.5rem;margin-top: -2.5rem; text-align:left; padding-left:1.875rem;  }

/*
#menu > li .icon_hexagon { width:10px; height:10px; background:var(--menu); overflow:hidden; position: absolute;-webkit-transform:translateY(-20px);-ms-transform:translateY(-20px);transform:translateY(-20px);top: -15px;left: 0;border-radius: 100%;opacity: 0;-webkit-transition: opacity .15s, -webkit-transform 0.5s;transition: opacity .15s, -webkit-transform 0.5s;transition: transform 0.5s, opacity .15s;transition: transform 0.5s, opacity .15s, -webkit-transform 0.5s;}
*/
#menu > li .icon_hexagon { width:13px; height:14px;background:url('/common/theme/layout/images/main/icon_s.png') no-repeat;position: absolute;transform:translateY(-20px);top: -13px;left: 0; opacity: 0;  transition:all 0.5s ease; } 

#menu > li .icon_hexagon span:before { border:1px solid blue; }
#menu > li:hover .icon_hexagon,
#menu > li.current_page_parent .icon_hexagon{opacity: 1;-webkit-transform:translateY(0px);-ms-transform:translateY(0px);transform:translateY(0px);}
#menu > li.over_active .icon_hexagon {opacity: 1;-webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px);}

#menu > li:hover > a { color:#fff;  } 

#menu .menu-li { position:relative; padding:1.25rem 0; width:100%; overflow:hidden; } 
#menu .menu-li:before { content:''; position:absolute; left:0px; top:0; width:1px; height:100%; background:#323232; opacity:0; transition:all 0.5s ease 0.2s; } 
#menu .menu-li:last-of-type:after { content:''; position:absolute; right:0px; top:0; width:1px; height:100%; background:#323232; opacity:0; transition:all 0.5s ease 0.2s; } 

#menu .menu-li.on:before { top:0px; opacity:1; } 
#menu .menu-li.on:last-of-type:after { top:0px; opacity:1; } 

/* 2depth */
#menu > li > ul > li {margin-bottom: 5px; text-align:left; position:relative; }
#menu > li > ul > li > a { position:relative; font-size:1.25rem; color:#fff;overflow:hidden; font-weight:350; padding:5px 1.875rem; transition:all 0.3s ease-out; }
#menu > li > ul > li > a:hover, #menu li > ul > li.current_page_item > a {color:#fff;background:var(--menu); }
#menu > li > ul > li.current_page_item > a span {position:relative; padding-bottom:1px;}
#menu > li > ul > li.current_page_item > a span:before {width:100%; height:1px; background:var(--menu); content:''; display:block;position:absolute; bottom:0;}



/* MENU OPEN */
#global_menu_outer { opacity:0;  /* display: none; */  width: 100%; height: 100%; position: fixed; top: 0; left: 0;  /* background: #111; */ z-index: 9990; overflow: hidden; pointer-events: none;-webkit-transition: background 0.3s;transition: background 0.3s}
#global_menu_outer .global_menu_close {color:#fff;z-index:2;background:none;padding: 10px;border:none;position: fixed;top: 69px;right: 65px;cursor:pointer;display: block;overflow:hidden;}
#global_menu_outer .global_menu_close > i {display: block;width: 100%;height: 100%;font-size: 30px;line-height: 1;font-style: normal;color: #fff;}


.global_menu_inner { width: 100%; height: 100%; position: relative; text-align: center; }

.global_menu_nav_wrap { display: table; width: 100%; height: 100%; position: absolute; z-index: 1; }
.global_menu_nav { display: table-cell; vertical-align: middle;}

.global_menu_extend { display:flex; align-items:center; justify-content:space-between; position:relative; max-width:1170px; width: 100%;text-align: center;z-index: 2; margin:0 auto; margin-top:7.5rem;  }



.global_logo { display:flex; justify-content:space-between; width:100%; max-width:1170px; margin:0 auto; margin-bottom:4rem; overflow:hidden;  } 
.global_logo .lang a { position:relative; font-size:15px; color:#666; font-weight:700; text-align:center; margin-right:28px; } 
.global_logo .lang a.on { color:#fff; font-weight:700; } 
.global_logo .lang a:after { content:''; position:absolute; right:-14px; top:3px; width:2px; height:11px; background:#666; } 
.global_logo .lang a:last-of-type { margin-right:0px; } 
.global_logo .lang a:last-of-type:after { display:none; } 


html.desktop .global_menu_sns > li > a:hover {opacity: 1;}
.global_menu_copyright {overflow:hidden;}
.global_menu_copyright span {font-size:0.935rem;font-weight: 300;letter-spacing: 0em;line-height:1.5; padding-top:0px; color: #ffffff;color: rgba(255, 255, 255, .75);display: block; text-align:center; text-transform:uppercase; }
.global_menu_copyright span a {color:rgba(255, 255, 255, .75); }

.global_menu_bg {position: absolute;top: 0;bottom: 0;left: 0;right: 0; z-index: 1;display: table;width: 100%;height: 100%;opacity:0;visibility:hidden;webkit-transition: opacity 0.3s, visibility 0.3s;transition: opacity 0.3s, visibility 0.3s; transition-delay: 0s;  background:url('/common/theme/layout/images/main/bg_logo.png') no-repeat; background-position:center; background-size:60%; }
.global_menu_bg:after {  }
/*font-family: 'jt-font';font-weight:normal;content: '\e93b';display: table-cell;vertical-align: middle;z-index: 3;font-size: 796px;color: #fff;opacity: 0.03;*/


body.open_menu #global_menu_outer {pointer-events: all;}
body.open_menu .global_menu_bg {opacity:0.1; visibility:visible; transition-delay: 0.3s}

html.ie .open_menu #global_menu_outer { background: #111;}
html.edge .open_menu #global_menu_outer { background: none;}

.bg-overlays {width: 100vw;height: 100vh;	pointer-events: none;position: fixed;top: 0;left: 0;}
.bg-overlays.is-opened {pointer-events: auto;}
.bg-overlays__path:nth-of-type(1) {fill:var(--menu);}
.bg-overlays__path:nth-of-type(2) {fill:#000000;}

html.open_menu #header, body.open_menu #header { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; opacity: 1 !important; visibility: visible !important;}
body.open_menu #global_menu_btn_wrap {z-index:9999;}
body.open_menu .btn_member_util {color:#fff;}
body.open_menu .global_menu_btn_line,
body.open_menu .btn_member_util span:before, body.open_menu .btn_member_util span:after {background:#fff}


.sns_menu {position:relative;}
.sns_menu span { position:relative;  } 
.sns_menu a {display:inline-block;width:40px;height:40px; margin-right:7px;background-position:center;background-repeat:no-repeat;border-radius:100%; text-align:center;}
.sns_menu a:last-of-type { margin-right:0px; } 
.sns_menu a.sns_f {background-image:url(/common/theme/layout/images/common/icon_sns_f.png);}
.sns_menu a.sns_i {background-image:url(/common/theme/layout/images/common/icon_sns_i.png);}
.sns_menu a.sns_y {background-image:url(/common/theme/layout/images/common/icon_sns_y.png);}


@media screen and (max-width: 1800px){
	#global_menu_btn_wrap { left:revert;}
}
@media screen and (max-width: 1440px){
	

}
@media screen and (max-width: 1200px){
	/*#menu {  margin:0 1.875rem; } */
	.global_menu_nav_wrap { padding:0 1.875rem; } 
	#menu > li > a {font-size: 1.563rem; } 
	#menu > li > ul > li > a {font-size:1.125rem; }
}
@media screen and (max-width: 1024px){

	.global_menu_nav_wrap { padding:0 1.25rem; } 
	#menu { flex-wrap:wrap;  } 
	#menu .menu-li { width:20%; } 
	#menu > li { width:20%; margin-bottom:2rem; } 
	#menu > li > a {font-size: 1.25rem; } 
	#menu > li > ul > li > a {font-size:1rem; }
	.global_menu_extend { margin-top:5rem; } 
}

@media screen and (max-width: 768px){
	.global_menu_btn {width:46px; height:42px;}
	.global_menu_btn_line {height:2px;}
	.global_menu_btn_line_02 {top:10px}

	.global_menu_bg {background-size:70%; }
	
	#menu { flex-direction:column; } 
	
	.global_menu_nav_wrap { padding:0 15px; } 
	#menu > li { float: none;width: 100%; margin-bottom:1rem; }
	#menu > li > a {  }
	#menu > li { display:flex; } 
	#menu .menu-li { width:100%; padding:revert; } 
	#menu .menu-li:before { display:none; } 
	#menu .menu-li:last-of-type:after { display:none; } 

	#menu > li > a {font-size: 1.25rem; min-width:11.25rem; } 
	.menu-sub { margin-left:2rem; margin-top:0px;  } 

	.global_logo { display:none; } 
	.global_menu_extend { margin-top:2rem; } 
} 

@media screen and (max-width: 640px){
	.global_menu_extend { flex-direction:column; } 
	.global_menu_extend .sns_menu { margin-top:10px; } 
	#global_menu_outer { overflow:auto; } 
	.global_menu_nav_wrap { padding-top:3.125rem;padding-bottom:3.125rem;} 
}
@media screen and (max-width: 540px){

	#menu > li > a {font-size: 1.25rem; min-width:8.5rem; } 
	.menu-sub { margin-left:1.5rem; margin-top:2px;  } 
	#menu > li > ul > li {margin-bottom: 5px;}
	#menu > li > ul > li > a {font-size:1rem;} 
	.global_menu_copyright span {font-size: 0.875rem; line-height: 1.5;}
} 

@media screen and (max-width: 280px){
	.gnb_global { display:none; }
} 