@charset "UTF-8";
/*--------------------------------------------------------------------------------
@ HEADER
--------------------------------------------------------------------------------*/
#header {position:fixed;top:0;left:0;width:100%;height:100px;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:var(--menu);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 3.125rem;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 { transition:all 0.4s; 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:-100px;}
#header.type2.nav-up { top:-100px; background-color:#fff;} 
#header.nav-down {top:0; }
#header.nav-none { top:-100px; } 
#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.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 70px;}
}
@media screen and (max-width: 1600px){
	#header header {margin:0 40px;}
}*/
@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:35px;}
	#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:35px;}

	/*
	#header.nav-up .logo1 { display:none; } 
	#header.nav-up .logo2 { display:flex; } 
	*/

}

#header .header-inner { display:flex; align-items:center; } 

/* ---- 
@type2 
------ */ 
#header.type2:after { content:'';position:absolute;top:0px;left:0;width:100%;height:100%;background-color:#fff;opacity:0;z-index:1; transition:all 0.3s ease; } 
#header.type2:before {content:'';position:absolute;top:-210px;left:0;width:100%;height:440px;background-color:var(--menu);opacity:0;transition:all 0.3s ease; z-index:-1; box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);}
#header.type2.open_menu:after { background-color:#fff;opacity:1;z-index:1;  } 
#header.type2.open_menu:before {opacity:0.90 !important; top:0px !important; }


/*
대메뉴 서브메뉴 레이아웃
*/
.lnb-menu > li { } 
.lnb-menu > li > a { position:relative; display:block;font-size:1.125rem;color:#fff; font-weight:700;letter-spacing:0;overflow:hidden;transition:all .5s ease; text-transform:uppercase; }
.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 { font-weight:900; }
.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; padding-right:0.25rem; } 

#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:100px;padding:0 3.125rem;}
	.lnb-menu > li:last-child > a { padding-right:0; } 
	

	.lnb-menu .slash { position: absolute; left: 100%;margin-left: 4px; width: 2px; height: 14px; background: var(--menu); transform: translateX(-10px) rotate(0deg) ; transform-origin: left center; opacity: 0; transition: all 0.5s ease}

	#header.nav-down .lnb-menu .slash { background:#fff; } 
	#header.nav-down.nav-top .lnb-menu .slash { background:var(--menu);  }  

	/* 위치 살짝씩 다르게 */
	.lnb-menu .slash.s1 { top: 4px; transition-delay: 0s; }
	.lnb-menu .slash.s2 { top: 4px; height: 12px; margin-left: 10px; transition-delay: 0.1s; }
	.lnb-menu .slash.s3 { top: 4px; height: 10px; margin-left: 16px; transition-delay: 0.2s; }

	.lnb-menu > li a:hover .s1, 
	.lnb-menu > li.on .s1 { transform: translateX(0) rotate(30deg) ; opacity:0.8; transition-delay:0.2s;  } 
	.lnb-menu > li a:hover .s2,
	.lnb-menu > li.on .s2 { transform: translateX(0) rotate(30deg) ; opacity:0.6; transition-delay:0.1s; } 
	.lnb-menu > li a:hover .s3, 
	.lnb-menu > li.on .s3 { transform: translateX(0) rotate(30deg) ; opacity:0.4; transition-delay:0s; } 

	/*
	#header.nav-down .lnb-menu > li > a  { color:#000; } 
	#header.nav-down.nav-top .lnb-menu > li > a { color:#fff; }  
	*/

	/*
	.lnb-menu > li > a:before { content:''; position:absolute; display:inline-block; width:0; height:0; bottom:-3px; left:50%; transform:translateX(-50%); border-left:8px solid transparent; border-right:8px solid transparent; border-bottom:10px solid var(--menu); transition:all .4s ease; opacity:0; }
	.lnb-menu > li.ov > a:before { opacity:1; bottom:0px; } 
	*/
}
@media screen and (max-width: 1440px) and (min-width: 1261px){
	.lnb-menu > li > a {padding:0 2.5rem;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	.lnb-menu > li > a {padding:0 2rem;}
}
@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:90px;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:block;margin:8px 0;}
.lnb_sub_menu li a {position:relative;display:inline-block;padding:2px 0; font-weight:300;font-size:1rem;color:#fff;letter-spacing:0; }

/* submenu bar type 
.lnb_sub_menu li {display:inline-block;margin-right:38px;}
.lnb_sub_menu li a {display:block;padding:18px 0;font-size:14px;color:#fff;letter-spacing:-0.5px;text-transform:uppercase;}
*/

.lnb_sub_menu li a:after { position:absolute; content:''; bottom:-2px; ;left:50%; transform:translateX(-50%); width:0; height:1px; background:#fff; transition:all 0.4s ease; } 
.lnb_sub_menu li:hover a:after { width:100%; } 

.header__menu-list li:hover a {color:#fff;}
.header__menu-list li.on a {color:#fff;}
.lnb_sub_menu li.on a:before {opacity:1;left:-6px;}
.lnb_sub_menu li.on a:after { width:100%;  }

#header.type2 .lnb_sub_menu ol { text-align:center; }
#header.type2 .lnb_sub_menu li a { font-weight:300; font-size:0.875rem; color:#fff; opacity:0.7; transition:all 0.4s ease; }
/*#header.type2 .lnb_sub_menu li a:after { background:var(--menu); } */
#header.type2 .lnb_sub_menu li:hover a:after { width:100%; } 

@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:#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; height:60px; background-color:var(--menu); backdrop-filter: blur(5px); }
#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;}


@media screen and (min-width: 1025px){
	#header.fixed h1 img { transform:scale(0.65); transform-origin: left center;  } 
	#header.fixed .lnb-menu > li > a { height:60px; } 
	#header.fixed .lnb_sub_menu { top:59px; } 
} 

/*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__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 반응형*/
/* 좌측에서 나오는 형태 : 스크립트연동필요 */
@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: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:#fff;-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:#fff;}
#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:#fff;}
#header.nav-down.nav-top #header__mobile span {background-color:#fff;}
@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 {background:#111;}
#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 var(--menu); background:#fff; 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:inline-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:var(--menu); 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: 768px) {
	#footer .btnTop.fixed { bottom:4.375rem; } 
} 
@media screen and (max-width: 640px) {
	#footer .btnTop { right:15px; width:3rem; height:3rem; } 
} 




.footer { display:flex; flex-direction:column; line-height:1; padding:5rem 0; } 
.footer .f_top { display:flex; align-items:stretch; justify-content:space-between; max-width:1400px; width:100%; margin:0 auto; } 


.f_address  { display:flex; flex-direction:column; gap:0.9375rem; width:calc(100% / 2); color:#fff; margin-right:15px; }
.f_address .f_logo { margin-bottom:1.375rem; } 
.f_address .rows { display:flex; align-items:center; } 
.f_address .rows:last-of-type { margin-bottom:0px; } 
.f_address .rows .line { display:flex; gap:0.25rem } 

.f_address span { word-break:keep-all;  } 
.f_address span.line { display:flex; align-items:center; } 
.f_address span.tt { font-size:1rem; font-weight:800; letter-spacing:0; white-space:nowrap; } 

.f_address .rows.company { margin-bottom:1.375rem; } 
.f_address .rows.company span.tt { font-size:1.125rem; }


.f_address span.text { font-size:1rem; font-weight:500; letter-spacing:0; } 
.f_address span.text i { margin-bottom:3px; margin-right:0.25rem; vertical-align:middle; } 

.f_address span.line:after {content:'';clear:both; display:inline-block;width:1px;height:12px;margin:2px 15px 2px;background-color:transparent; vertical-align:middle; }
.f_address span.line:last-child:after {content:none;}

.f_family { display:flex; flex-direction:column; align-items:flex-end; justify-content:flex-end; row-gap:2rem; width:calc(100% / 2); } 
.f_family .family { margin-right:10px; } 
.f_family_top { } 
.f_family_top a { font-size:1.25rem; color:#fff; font-weight:700; letter-spacing:0; } 

.f_family_btm { display:flex; flex-direction:column;  align-items:flex-end; }

.f_sns { display:flex; gap:0.625rem; } 
.f_sns a { display:inline-flex; align-items:center; justify-content:center; width:3.125rem; height:3.125rem; border-radius:100%; border:1px solid #fff; margin-top:0rem; opacity:1; }
.f_sns a:last-of-type { margin-right:0rem; } 

.f_menu { display:flex; flex-direction:column;align-items:flex-end; row-gap:0.625rem; } 
.f_menu a { font-size:1rem; color:#fff; font-weight:600; }
.f_menu a span::after { bottom:-2px; } 
.f_menu a:after {content:'';clear:both; display:none;width:1px;height:12px;margin:0 15px 2px;background-color:#ffffff;vertical-align:middle; }
.f_menu a:last-child:after {content:none;}


.f_copy { font-size:0.9375rem; color:#6d6d6d; font-weight:300; text-align:right; letter-spacing:0em; } 

/*
@media screen and (max-width:1280px){
	.footer { flex-wrap:wrap; margin:0 15px; } 
} */
@media screen and (max-width:1430px){
	.footer .f_top { margin:0 1.25rem; width:-webkit-fill-available; } 
}

@media screen and (max-width:1280px){
	.footer .f_top { margin:0 15px;  } 

	.f_address { margin-top:0rem; } 
} 

@media screen and (max-width:1024px){
	.footer { display:flex; flex-wrap:wrap; row-gap:1.25rem; } 
	
	.f_address { width:calc(100% - 24.688rem - 15px); margin-bottom:0; } 
	.f_address .f_logo img { height:5rem; } 

	.f_menu { flex-wrap:wrap;  justify-content:flex-end; row-gap:0.25rem; }

} 
@media screen and (max-width:768px){
	.footer { align-items:center; flex-direction:column; text-align:center; padding:3.5rem 0 5rem;} 
	.footer .f_top { align-items:center; flex-direction:column; gap:1.875rem; text-align:center; } 

	.f_address { width:100%; text-align:center; margin-right:0; } 
	.f_address .f_logo img { height:5rem; } 
	.f_address .rows { display:flex; justify-content:center; align-items:center; } 
	.f_address .rows.company { margin-bottom:0; } 

	.f_address span.line { display:revert; } 
	.f_address span.tt { display:revert; width:revert; } 
	.f_address span.blank { display:revert; width:revert; } 
	.f_address span.text { width:revert; } 
	.f_address span.addr { line-height:1.3; } 


	.f_copy { text-align:center;} 
	.f_family { width:100%; align-items:center; } 
	.f_family .family { margin-bottom:0.938rem; margin-right:0; } 

	.f_family_btm { align-items:center;  } 
	.f_menu { flex-direction:row; flex-wrap:wrap; gap:1.25rem 1.25rem; justify-content:center; }
	
	.f_sns a img { max-width:65%; } 

} 
@media screen and (max-width:640px){
	.f_address { row-gap:0.625rem; width:100%; text-align:center;}
	.f_address .rows { flex-direction:column; row-gap:0.625rem; } 
	.f_address span.line { margin-bottom:2px; } 
	.f_address span.line:after { display:none;  }	
} 
@media screen and (max-width:414px){
	.footer { font-size:1rem; } 
	
} 
@media screen and (max-width:320px){
} 



body {background-color:#fff;}





/*----------------------------------------------------------------------
@ QUICK MENU
----------------------------------------------------------------------*/
/*
.quickmenu { position:fixed;right:1.25rem; top:calc(50% - 4.21875rem); transform:translateY(-50%); display:flex; flex-direction:column;align-items:flex-end; gap:0.5rem; text-align:center;z-index:18; } 
.quickmenu .inner { position:absolute; display:flex; flex-direction:column;row-gap:0.5rem; padding-bottom:0rem; } 
*/

.quickmenu { position:sticky;right:1.25rem; top:revert; bottom:calc(3.75rem);  display:flex; flex-direction:column;align-items:flex-end; gap:0.5rem; text-align:center;z-index:18; padding-right:1.25rem; } 
.quickmenu .inner { position:absolute; display:flex; flex-direction:column;row-gap:0.5rem; bottom:100%; padding-bottom:3.125rem; } 
.quickmenu.fixed { position:fixed; bottom:3.125rem; padding-right:0;  } 


.quickmenu_row { border-radius:0.625rem; overflow:hidden; background:#fff; } 
.quickmenu_row:first-of-type { background:var(--menu); } 

.quickmenu_row a { display:flex; flex-direction:column; align-items:flex-start; justify-content:center; row-gap:0.625rem; width:10rem; height:8.4375rem; padding:0.935rem; transition:all 0.4s ease;} 
.quickmenu_row a .top { display:flex; align-items:center; gap:0.5rem; flex:1;  }
.quickmenu_row a .top .icon { display:flex; color:#fff; }
.quickmenu_row a .top .icon i { font-size:2rem; } 

.quickmenu_row a .top .text { font-size:1.125rem; color:#fff; font-weight:600; letter-spacing:0;  line-height:1.125; transition:all 0.4s ease; } 
.quickmenu_row a .btm { flex:1; font-size:1.375rem; color:#fff; font-weight:800; letter-spacing:0; text-align:left; } 

.quickmenu_row a:hover { background:var(--mainC); } 

.quickmenu_row a img { transition:all 0.4s ease; } 
.quickmenu_row a:hover:not(.img_hover) img  { transform: scale(0.8); } 


@media screen and (max-width: 1200px) {
	.quickmenu.fixed { bottom:3rem; } 
	.quickmenu_row a { width:8rem; height:revert; flex:1; } 
	.quickmenu_row a .top .icon i { font-size:1.375rem; } 
	.quickmenu_row a .top .text { font-size:1rem; } 
	.quickmenu_row a .btm { font-size:1.125rem; } 
} 

@media screen and (max-width: 768px) {
	.quickmenu { position:fixed; display:flex; flex-direction:row; gap:revert; left:0px; right:revert; top:revert; transform:revert; bottom:0px; width:100%; } 
	.quickmenu.fixed { position:fixed; bottom:0; } 
	.quickmenu .inner { width:100%; padding-bottom:0; } 
	.quickmenu_row { display:flex; justify-content:center; width:100%; border-radius:0; border:0px; box-shadow:none; } 
	.quickmenu_row a { flex-direction:row; align-items:center; column-gap:1.25rem; width:100%; height:3.75rem; } 
	.quickmenu_row a .top { flex:revert; } 
	.quickmenu_row a .btm { flex:revert; } 
	/*
	.quickmenu_row a { flex-direction:row; width:100%; height:3.75rem; min-height:3.75rem; gap:0.5rem; } 
	.quickmenu_row a .text { margin-top:0; } 
	.quickmenu_row a .text br { display:none; } 
	.quickmenu_row a .icon { font-size:1.875rem; } 

	.quickmenu_top { position:relative; left:revert; transform:revert; bottom:revert; width:10%; height:3.75rem; min-height:3.75rem; border-radius:0; border:0; padding:0.625rem; background:#fff; }  
	.quickmenu_top::after { display:none; } 
	*/
}

@media screen and (max-width: 640px) {
	/*
	.quickmenu_row:first-of-type a .icon { display:none; } 
	.quickmenu_row a .icon img { width:80%; } 
	.quickmenu_row:nth-of-type(6) a { padding:0.625rem; } 
	.quickmenu_row:nth-of-type(6) .img { width:30%; } 
	*/
} 
@media screen and (max-width: 414px) {
	/*.quickmenu_row:nth-of-type(6) a { padding:0.313rem; } */
} 



/*--------------------------------------------------------------------------------
@ SUB COMMON  
--------------------------------------------------------------------------------*/
#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 {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;}
}