@charset "UTF-8";
/*--------------------------------------------------------------------------------
@ HEADER
--------------------------------------------------------------------------------*/
#header {position:fixed;top:0;left:0;width:100%;height:90px;background-color:#fff; border-bottom:1px solid transparent;z-index:19;-webkit-transition-duration:0.5s;-m-transition-duration: 0.5s;-o-transition-duration:0.5s;-ms-transition-duration:0.5s;transition-duration:0.5s;box-sizing:border-box;}
#header:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;-webkit-transition-duration:1s;-m-transition-duration: 1s;-o-transition-duration:1s;-ms-transition-duration:1s;transition-duration:1s;}
#header header {position:relative;max-width:1170px;margin:0 auto;height:100%;z-index:2;display:flex;align-items:center; }
#header h1 { padding-right:2.25rem; }
#header h1 a {display:flex; line-height:1;}
#header h1 img {vertical-align:revert;}

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

@media screen and (max-width: 1200px){
	#header header {margin:0 15px;}
	#header h1 img {height:40px;}
	#wrap.en #header h1 { padding-right:1.25rem; } 
	#wrap.cn #header h1 { padding-right:1.25rem; } 
	#wrap.jp #header h1 { padding-right:1.25rem; } 
}
@media screen and (max-width: 1024px){
	#header {top:0 !important;height:60px;}
	#header h1 {padding:15px 0;}
	#header h1 img {height:32px;}
	#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:32px;}
}

#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 {display:block;font-size:1.0625rem;color:#000;font-weight:600;letter-spacing:0;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:var(--menu); }
.lnb-menu > li.lang { display:none; } 
.lnb-menu > li > a span {position:relative; display:inline-flex; align-items:center; height:100%; } 
.lnb-menu > li > a span:after { content:'';position:absolute;left:50%;right:50%;bottom:0; height:3px;background-color:var(--menu);z-index:-1;-webkit-transition-property:left,right;transition-property:left,right;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s;-webkit-transition-timing-function:ease-out;-moz-transition-timing-function:ease-out;-ms-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;}

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

#wrap.en .lnb-menu > li > a { font-size:1rem; } 

@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:90px;padding:0 1.125rem;}

	.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.on > a span:after,
	.lnb-menu > li > a:hover span:after {left:0;right:0;}
	.lnb-menu > li.active > a span:after {left:0;right:0;}	/* submenu on 했을때 유지하기 위해 */
}
@media screen and (max-width: 1440px) 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: 1100px) { 
	#wrap.en .lnb-menu > li > a { font-size:1rem; padding:0 1rem; } 
	#wrap.cn .lnb-menu > li > a { font-size:1rem;  } 
	#wrap.jp .lnb-menu > li > a { font-size:1rem;  } 
}
@media screen and (max-width: 1024px) { 
	#header.type2 .lnb-menu > li > a:after { display:none; }
}

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

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

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

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

/* 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 반응형*/
/* 좌측에서 나오는 형태 : 스크립트연동필요 */
@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__language { position:absolute; top:calc(50% + 2px); transform:translateY(-50%); right:0; display:flex;align-items:center;justify-content:flex-end; margin-right:0rem; }
#header__language a { position:relative; font-size:0.9375rem; color:#a5a5a5; font-weight:600; text-align:center; line-height:1; margin-top:0px;  transition:all 0.6s; letter-spacing:0; } 
#header__language a:after { content:'';clear:both; display:inline-block; width:1px;height:13px;margin:0px 0.5rem 0px 0.5rem; background-color:rgba(0, 0, 0, 0.5); transition:all 0.6s; vertical-align:middle; }
#header__language a.on { color:#000; } 
#header__language a:hover { color:#000; } 
#header__language a:last-of-type { margin-right:0px; left:-1px; } 
#header__language a:last-of-type:after { display:none; } 

#header.active #header__language a { color:rgba(0, 0, 0, 0.5); } 
#header.active #header__language a:after { background-color:rgba(0, 0, 0, 0.5); } 
#header.active #header__language a.on { color:#000; } 
#header.active #header__language a:hover { color:#000; } 


@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__language { margin-right:3.75rem; } 
} 
@media screen and (max-width: 768px){
	#header__language { top:calc(50% - 2px); } 
}
@media screen and (max-width: 360px){
	#header__language { display:none; } 
	.lnb-menu > li.lang { display:block; border-bottom:0 !important; }  
	.lnb-menu > li.lang #header__language { position:relative; right:revert; display:flex; justify-content:flex-start; margin-right:0; padding:15px;  } 
}

/*모바일 버튼*/
#header__mobile {display:none;position:absolute;top:19px;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:6px 0;}
#header__mobile.active{-webkit-transition: all 0.3s ease-in-out;-o-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;-webkit-transition-delay: 0.6s;-o-transition-delay: 0.6s;transition-delay: 0.6s;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
#header__mobile.active span {background-color:#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(8px);-ms-transform: translateY(8px);-o-transform: translateY(8px);transform: translateY(8px);}
#header__mobile.active span.mid3 {-webkit-transform: translateY(-8px) rotate(90deg);-ms-transform: translateY(-8px) rotate(90deg);-o-transform: translateY(-8px) rotate(90deg);transform: translateY(-8px) rotate(90deg);}
#header.fixed #header__mobile span {background-color:#333;}
#header.fixed_store #header__mobile span {background-color:#333;}
#header.nav-up #header__mobile span {background-color:#333;}
#header.nav-down #header__mobile span {background-color:#333;}
#header.nav-down.nav-top #header__mobile span {background-color:#333;}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block;}
}


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



/*--------------------------------------------------------------------------------
@ FOOTER
--------------------------------------------------------------------------------*/
#footer {background:#000;}
#footer footer {position:relative;}
#footer .clear {clear:both}
#footer legend {display:none;}
#footer #layer-file-footer {display:none;position:absolute;padding:20px;border:1px solid #333;background:#fff;z-index:30;top:-250px !important;left:160px !important;}
#footer .btnTop { display:none !important; 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; } 
} 




.footer { }
.footer .inner { display:flex; align-items:center; justify-content:space-between; width:100%; max-width:1170px; margin:0 auto; } 

.footer .f_top {  } 
.footer .f_middle .inner { border-bottom:1px solid #fff;  }
.footer .f_bottom { }  


.f_top { position:relative;display:flex; align-items:center; width:100%;   } 

.f_middle { padding:0; }
.f_middle .inner { padding:2.5rem 0; border-bottom:1px solid #fff; } 

.f_middle .f_logos { display:flex; width:82%; padding-right:1.25rem; } 
.f_middle .f_logo { padding-right:4.6875rem; } 
.f_middle .f_address { display:flex; flex-direction:column; gap:0.9375rem; font-size:1rem; color:#fff; font-weight:400; } 

.f_middle .f_address p.tel { } 
.f_middle .f_address span { } 
.f_middle .f_address span.title { } 
.f_middle .f_address span.tt { }  
.f_middle .f_address span.line:after {content:'';clear:both; display:inline-block;width:2px;height:12px;margin:0 10px 2px 12px;background-color:#fff; vertical-align:middle; }
.f_middle .f_address span.line:last-child:after {content:none;}

.f_middle .f_etc { display:flex; justify-content:flex-end; width:18%; font-size:1.125rem; color:#fff; text-align:right; line-height:1.94; }  


.f_bottom { padding:1.875rem 0;} 
.f_bottom .inner { display:flex; justify-content:space-between; } 
.f_bottom .inner > div { width:calc(100% / 2); } 
.f_bottom .inner .left { display:flex; flex-direction:column; row-gap:0.9375rem; } 
.f_bottom .inner .right { display:flex; justify-content:flex-end; } 

.f_bottom .f_link { display:flex; align-items:center; gap:1.875rem;  } 
.f_bottom .f_link a { font-size:0.9375rem; color:rgba(255,255,255,0.5); font-weight:600; transition:all 0.5s; }
.f_bottom .f_link a span:before { content:''; display:block; position:absolute; left:0px; bottom:-3px; width:100%; height:1px; background:rgba(255,255,255, 0.5);; z-index:1; } 
.f_bottom .f_link a:hover { color:#fff; } 

.f_bottom .f_copy { font-size:1rem; color:rgba(255,255,255, 0.5); font-weight:300; text-align:left; letter-spacing:0; } 

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

@media screen and (max-width:1200px){
	.footer .inner { width:-webkit-fill-available; margin:0 15px; } 
} 
@media screen and (max-width: 1200px){
	.f_middle .f_logo img { height:45px; } 
}
@media screen and (max-width: 1200px) and (min-width: 769px){

} 
@media screen and (max-width: 1024px){
	.f_middle .f_logo { padding-right:1.875rem; } 
	.f_bottom { padding-bottom:4rem; } 
}
@media screen and (max-width: 768px){
	.footer .f_middle .inner { border-bottom:1px solid rgba(255,255,255,0.5); } 
	
	.f_middle .inner { align-items:flex-start; flex-direction:column; padding:1.875rem 0; } 
	.f_middle .f_logos { width:100%; flex-direction:column; row-gap:1.25rem; padding-right:0; } 
	.f_middle .f_logo { text-align:center; padding-right:0; } 

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

	.f_middle .f_etc { width:100%; justify-content:center; text-align:center; line-height:1.5; margin-top:1.25rem; } 

	.f_bottom .inner { flex-direction:column; row-gap:1.25rem; } 
	.f_bottom .inner > div { width:100%; } 
	.f_bottom .inner .left { align-items:center; } 
	.f_bottom .inner .right { justify-content:center; } 
	


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

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



body {background-color:#faf8f5;}






/*----------------------------------------------------------------------
@ QUICK MENU
----------------------------------------------------------------------*/
.quickmenu { position:fixed;right:0rem; top:50%; 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:0rem; top:50%; transform:translateY(-50%); padding-right:0rem; padding-bottom:0rem; } 
/*.quickmenu.fixed { position:fixed; bottom:20px; } */

.quickmenu_row { border-radius:0rem; overflow:hidden; background:#fff;  } 
.quickmenu_row a { display:flex; flex-direction:column; align-items:center; justify-content:center; width:4.375rem; aspect-ratio:1; padding:0.125rem; transition:all 0.4s ease;} 
.quickmenu_row a:hover { /*background:#fff;*/ } 
.quickmenu_row a { display:flex; flex-direction:column; align-items:center; justify-content:center; row-gap:0.25rem; } 
.quickmenu_row a .icon { display:flex; color:#fff; }
.quickmenu_row a img { transition:all 0.4s ease; } 
.quickmenu_row a i { font-size:1.75rem; } 
.quickmenu_row a .text { font-size:13px; color:#fff; font-weight:500; line-height:1.125; transition:all 0.4s ease; } 
.quickmenu_row a:hover:not(.img_hover) img  { transform: scale(0.8); } 

.quickmenu_row.kakao { background:#f9e000; } 
.quickmenu_row.kakao a .text { color:#000; } 
.quickmenu_row.naver { background:#19ce60; } 
.quickmenu_row.instagram { background: url('/images/common/q_icon3_bg.png') no-repeat center center / cover; } 
.quickmenu_row.youtube { background:#fd1817; } 

.quickmenu_row.line { background:#00c300; } 
.quickmenu_row.tiktok { background:#000000; } 
.quickmenu_row.twitter { background:#17c4fd; } 
.quickmenu_row.x { background:#171717; } 
.quickmenu_row.whats { background:#17980e; } 
.quickmenu_row.wechat { background:#64ab23; } 


.quickmenu_row.q_top { background:#000; } 


@media screen and (max-width: 1600px) {
	.quickmenu {  } 
} 



@media screen and (max-width: 1024px) {
	.quickmenu { display:flex; flex-direction:row; gap:revert; left:0px; right:revert; top:revert; transform:revert; bottom:0px; width:100%; } 
	.quickmenu .inner { width:100%; flex-direction:row; top:revert; transform:none; } 
	.quickmenu_row { width:calc((100% / 6) - 1.25rem); border-radius:0; border:0px; box-shadow:none; } 
	.quickmenu_row:nth-of-type(1) { width:22.5%; } 
	.quickmenu_row:nth-of-type(2) { width:22.5%; } 
	.quickmenu_row:nth-of-type(3) { width:22.5%; } 
	.quickmenu_row:nth-of-type(4) { width:22.5%; } 
	.quickmenu_row:nth-of-type(5) { display:flex; width:10%; } 
	.quickmenu_row:nth-of-type(5) .img { display:flex; align-items:center; justify-content:center; } 

	.quickmenu_row a { flex-direction:row; width:100%; height:3rem; min-height:3rem; 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 a .icon { display:none; } 
	.quickmenu_row a .icon img { width:80%; } 
	.quickmenu_row:nth-of-type(5) a { padding:0.625rem; } 
	.quickmenu_row:nth-of-type(5) .img { width:30%; } 
} 
@media screen and (max-width: 414px) {
	.quickmenu_row:nth-of-type(5) 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;}
}