<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/********************************************************

		header

********************************************************/
body { background-color:#fff; }

#header {position:fixed;top:0;left:0;width:100%;height:80px;background-color:#000000; border-bottom:1px solid transparent;z-index:999999;-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 header {position:relative;max-width:1170px;margin:0 auto;height:100%;z-index:2;display:flex;align-items:center;justify-content:space-between;}
#header h1 {}
#header h1 a {line-height:1;}
#header h1 img {vertical-align:top;}

/*up &amp; Down*/
@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:0;z-index:100;}
	#header h1 img {height:25px;vertical-align: inherit;}
	#header.nav-up:before {opacity:0.99;}
}

#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:80px;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; }

/*
대메뉴 서브메뉴 레이아웃
*/
.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; } 
}
@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; } 
}

/*
대메뉴 서브메뉴 레이아웃
*/
.lnb-menu &gt; li { } 
.lnb-menu &gt; li &gt; a {position:relative; display:block;font-weight:400;font-size:1.125rem;color:#ccc;letter-spacing:-0.5px;overflow:hidden;transition:all .5s ease; }
.lnb-menu &gt; li &gt; a:after {content:'';position:absolute;left:50%;right:50%;bottom:0;height:2px;background-color:#bf7e18;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 &gt; li &gt; a:hover, 
.lnb-menu &gt; li.on &gt; a {color:#fff;}
.lnb-menu &gt; li.on &gt; a:after,
.lnb-menu &gt; li &gt; a:hover:after {left:0;right:0;}
.lnb-menu &gt; li.active &gt; a:after {left:0;right:0;}	/* submenu on 했을때 유지하기 위해 */

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

@media screen and (min-width: 1025px){
	.lnb-menu {font-size:0;}
	.lnb-menu &gt; li {position:relative;display:inline-block;}
	.lnb-menu &gt; li &gt; a {position:relative;display:flex;justify-content:center;align-items:center;height:80px;padding:0 2.188rem;}
}
@media screen and (max-width: 1440px) and (min-width: 1261px){
	.lnb-menu &gt; li &gt; a {padding:0 1.563rem;}
}
@media screen and (max-width: 1260px) and (min-width: 1025px){
	.lnb-menu &gt; li &gt; a {padding:0 1.25rem;}
}
@media screen and (max-width: 1024px) { 
	.lnb-menu &gt; li &gt; a:after { display:none; }
}

/* 장바구니; */
/*
.lnb-menu &gt; li:last-of-type a { padding-right:10px !important; } 
.lnb-menu &gt; li:last-of-type a:after { display:none; } 
.lnb-menu a .num { display:block; position: absolute; right:5px; bottom: 10px; width: 21px; height: 21px; padding: 2px 0; background-color: #3d7ae6; border-radius: 50px;font-size: 13px;line-height:1.4;color: #fff; text-align: center; z-index: 1; box-sizing: border-box;  } 
*/

/* header sub */
.lnb_sub_menu {display:flex;justify-content:flex-end;position:fixed;top:70px;height:60px; left:0;width:100%;padding:10px;box-sizing:border-box; }
.lnb_sub_menu ol {display:flex;align-items:center; max-width:; margin-right:250px; margin:0 auto; text-align:center;box-sizing:border-box;}
.lnb_sub_menu ol {position:relative;}
.lnb_sub_menu li {display:inline-block;margin:0 1rem;}
.lnb_sub_menu li a {position:relative;display:flex; align-items:center;padding:2px 0; font-weight:500;font-size:14px;color:#9aa1bf; text-transform:uppercase; transition:all 0.3s ease; }
.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%; } 
.lnb_sub_menu li:hover a { color:#fff; } 
.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 {z-index:999;padding-left:3px;}
	#header.type1 .lnb_sub_menu:before {content:'';position:absolute;top:0;left:0;width:100%;height:100%;background-color:#434a66;-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; 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:500;color:#fff;  }
	#header.type1 .lnb_sub_menu li.on a {font-weight:500;color:#fff;  }
}

/* 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__language select {background:url(/images/board/select_bg.png) no-repeat 90% center !important;border-color:#666;color:#333;}

@media screen and (max-width: 1024px){
	#header.active.fixed .header__top {background-color:transparent !important;}
	.header__dim {content:'';position:fixed;top:0;width:100%;height:100%;background-color:#000;opacity:0.8;z-index:-1; }
	#header__lnb {overflow-x:hidden;overflow-y:auto;position:fixed;top:0;left:-22.5rem; width:22.5rem;height:100%;padding-top:60px;background-color:#000;z-index:99;transition:all 0.5s 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 &gt; li  {float:none;margin:0;text-align:left}
	#header__lnb .lnb-menu &gt; li &gt; a {width:100%; padding:15px !important;font-size:15px;box-sizing:border-box;}
	#header__lnb .lnb-menu &gt; li.on &gt; a {background-color:#434a66 !important;color:#fff !important;}
	#header__lnb .lnb-menu &gt; li &gt; a:before {content:none;}
	#header__lnb .lnb-menu &gt; li#productFiner {margin:0;}
	#header__lnb .lnb-menu &gt; li#productFiner a {width:auto;height:48px;padding:15px !important;}
	#header__lnb .lnb-menu &gt; li#productFiner a:before {content:'보관함';position:static;display:inline-block;width:auto;height:auto;background-color:transparent;font-size:15px;color:#c6cde1;}
	#header__lnb .lnb-menu &gt; li#productFiner img {display:none;}
	#header__lnb .lnb-menu &gt; li#productFiner a .num {right:auto;left:65px;bottom:12px;}

	.lnb_sub_menu  {position:static;justify-content:flex-start; height:auto;padding:0.938rem 1.875rem;padding-top:0;box-sizing:border-box;background:#434a66; }
	.lnb_sub_menu ol { flex-direction:column;align-items:flex-start; margin:revert; } 
	.lnb_sub_menu li {display:block;margin:0 0;text-align:left;}
	.lnb_sub_menu li &gt; a {font-size:0.875rem; padding:5px 0;}
	.lnb_sub_menu li a:after { display:none; } 
}

/*----------------------------------------------------------------------
@ SEARCH BAR
----------------------------------------------------------------------*/
/*검색 바*/
#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; margin-left:1.875rem; }
#header__language select {width:95px;height:27px;padding:5px;background:url(/images/board/select_bg_off.png) no-repeat 90% center !important;background-color:transparent;border:1px solid #666;font-size:12px;color:#fff;box-sizing:border-box;}
#header__language option {color:#333;}
@media screen and (min-width: 1025px){
	#header__language {height:70px;}
	/*#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;border:0;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:#333;}
#header.fixed_store #header__mobile span {background-color:#333;}
#header.nav-up #header__mobile span {background-color:#333;}
#header.nav-down #header__mobile span {background-color:#333;}
#header.nav-down.nav-top #header__mobile span {background-color:#333;}
@media screen and (max-width: 1024px){
	#header #header__mobile {display:block;}
}

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

/*search*/
.header__search_popup {overflow-y:auto;display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:999999}
.header__search_popup .dim {position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--input-back);}
.header__search_popup .search_popup_inner {max-width:603px;margin:0 auto;position:relative;z-index:2}
.header__search_popup .search_inner {margin-top:30px;}
.header__search_popup .search_text {margin-top:15px;padding-left:0px;font-weight:300;font-size:14px;color:#585858;}
.header__search_popup .search_head {margin-bottom:20px;text-align:center;position:relative;}
.header__search_popup .search_head:before {content:'';position:absolute;top:10px;left:0;width:100%;height:1px;background-color:#b7b7b7}
.header__search_popup .search_head &gt; 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 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:#666;}
#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;right:15px;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 { display:flex; flex-direction:column; justify-content:center; max-width:1440px; margin:0 auto; font-size:0.875rem; color:#fff; padding:1.5rem 0; text-align:center;} 

.f_logo { margin-top:0px; margin-right:0px; } 

.f_address  { width:100%; margin-top:0rem; margin-right:15px;font-weight:400; text-align:center; letter-spacing:0;}
.f_address .rows { display:flex; justify-content:center; margin-bottom:7px; } 
.f_address .rows.ko { font-weight:400; } 
.f_address .rows:last-of-type { margin-bottom:0px; } 
.f_address .rows .line { } 

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

.f_family { position:relative;  margin-top:1rem; } 
.f_family span { position:relative; } 
.f_family select { width:180px;height:30px;padding:0 10px;background-color:transparent;background: url('/common/theme/layout/images/common/family_select.png') no-repeat 93% center; border:1px solid #666;box-sizing:border-box;font-size:14px;color:#666;}
.f_family select option, .global_family select option:checked, .global_family select option:checked:hover, .global_family select option:hover { color:#666; background:#34394d;  }
.f_family select option { font-size:14px; color:#fff; } 

.f_copy { font-size:0.813rem; color:#fff; font-weight:400; text-align:center; margin:0.5rem 0; letter-spacing:0.1rem;} 
.f_copy .f_banner { margin-bottom:15px; } 
.f_copy .f_banner a { display:inline-block; font-size:0.938rem; color:#b3b3b3; border:1px solid #b3b3b3; min-width:8.125rem; padding:10px 15px 8px; margin-right:10px; transition:all 0.3s; text-align:center; } 
.f_copy .f_banner a:last-of-type { margin-right:0px; letter-spacing:-0.02em;} 
.f_copy .f_banner a:hover { background:#12875f; border:1px solid #12875f; } 

@media screen and (max-width:1460px){
	.footer { margin:0 15px; } 
} 
@media screen and (max-width:1280px){
	.footer { flex-wrap:wrap; margin:0 15px; } 
} 
@media screen and (max-width:1200px){
	#footer footer {margin:0 15px;}
	.footer { flex-wrap:wrap; margin:0 0px; } 
} 
@media screen and (max-width:1024px){
	.footer { display:flex;  } 
	.f_logo img { height:20px; } 
	.f_copy { width:100%;  text-align:center; } 
} 
@media screen and (max-width:768px){
	.footer {  flex-direction:column; text-align:center; } 
	.f_address { width:100%; margin-top:10px;text-align:center;  } 
	.f_address .rows { justify-content:center; } 
	.f_family { margin-top:10px; } 
	.f_copy { margin-top:0; } 
} 
@media screen and (max-width:640px){
	.f_address { width:100%; text-align:center;}
	.f_address .rows { flex-direction:column;} 
	.f_address span.line { margin-bottom:4px; } 
	.f_address span.line:after { display:none;  }	
} 
@media screen and (max-width:540px){
}
@media screen and (max-width:414px){
}

/********************************************************

		sub

********************************************************/
/*----------------------------------------------------------------------
@ SUB 공통
----------------------------------------------------------------------*/
#sub { padding-top:0;padding-bottom:100px; }
/*#sub { padding-top:80px; }*/
/*#sub { padding-top:135px;padding-bottom:70px; }*/

#sub .u__title { margin-bottom:15px;font-weight:300;font-size:30px;color:#333;text-align:center;letter-spacing:-1px; }
#sub .u__title strong { font-weight:500; }
#sub .u__title2 { margin-bottom:15px;font-weight:300;font-size:28px;color:#333;letter-spacing:-1px; }

#sub .u__desc { font-weight:300;font-size:18px;color:#333; }
#sub .u__desc.bot { margin-bottom:0 !important; }

#sub .u__interval { margin-bottom:33px; }
#sub .u__interval2 { margin-bottom:21px; }
#sub .u__interval3 { margin-bottom:70px; }

#sub .u__row { overflow:hidden; }
#sub .u__row &gt; li { float:left; }
#sub .u__row.col_2 { margin:-1.25%; }
#sub .u__row.col_2 &gt; li { width:47.5%;margin:1.25%; }
#sub .u__row.col_3 { margin:-1.25%; }
#sub .u__row.col_3 &gt; li { width:30.8%;margin:1.25%; }
#sub .u__row.col_4 { margin:-1.25%; }
#sub .u__row.col_4 &gt; li { width:22.5%;margin:1.25%; }

#sub .u__row_infos strong { display:block;margin:20px 0 10px;font-weight:600;font-size:18px;color:#333; }
#sub .u__row_infos p { font-weight:300;font-size:16px;color:#666;line-height:1.7; }
#sub .u__row_infos p * { color:#666; }

#sub .l__desc { font-weight:300;font-size:20px;color:#333; }
#sub .l__desc2 { font-weight:300;font-size:24px;color:#333; }
#sub .l__desc3 { font-weight:300;font-size:25px;color:#333; }

#sub .inline__row { text-align:center; }
#sub .inline__row li { display:inline-block; }

#sub .color_red { color:#ef4d4d; }
#sub .fwmid { font-weight:500 !important; }
#sub .tac { text-align:center; }
#sub .nomg_b { margin-bottom:0 !important; }

/* 반응형 */
@media screen and (max-width: 768px){
	#sub .u__title { font-size:25px;line-height:1.4; }
	#sub .u__title2 { font-size:22px; }

	#sub .u__desc { margin-bottom:10px;font-size:16px; }
	
	#sub .u__interval { margin-bottom:20px; }
	#sub .u__interval3 { margin-bottom:45px; }

	#sub .l__desc { font-size:18px; }
	#sub .l__desc2 { font-size:20px; }
	#sub .l__desc3 { font-size:21px; }
}
@media screen and (max-width: 640px){
	#sub .u__title { font-size:22px; }
	#sub .u__title2 { font-size:20px; }

	#sub .u__desc { font-size:15px; }
	
	#sub .u__interval { margin-bottom:15px; }
	#sub .u__interval3 { margin-bottom:35px; }

	#sub .u__row_infos strong { margin:15px 0 10px;font-size:16px; }
	#sub .u__row_infos p { font-size:14px; }

	#sub .l__desc { font-size:16px; }
	#sub .l__desc2 { font-size:18px; }
	#sub .l__desc3 { font-size:18px; }
}
@media screen and (max-width: 480px){
	#sub .u__row.col_3 { margin:0; }
	#sub .u__row.col_3 &gt; li { width:100%;margin:0;margin-bottom:25px; }
	#sub .u__row.col_3 &gt; li:last-child { margin-bottom:0; }
	#sub .u__row_thumb img { width:100%; }
	#sub .u__row.col_3 &gt; li img { width:100%; }

	#sub .u__interval3 { margin-bottom:25px; }
}

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

.about-menu { margin-left:118px; }
.artist-menu { margin-left:412px; }
.irpr-menu { margin-left:526px; }
.partner-menu { float:right !important; }

/* 반응형 */
@media screen and (max-width: 1200px){
	.sub__menu ul { float:right;margin-left:0;margin-right:15px; }
}
@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; }
}

/*----------------------------------------------------------------------
@ SUB 탭메뉴 2차 카테고리
----------------------------------------------------------------------*/
.sub_position { position:absolute;top:-60px;left:0;width:100%;height:60px;z-index:-1; }

.sub-menu { position:relative;max-width:100%;min-height:60px;margin:0 auto;margin-top:30px;margin-bottom:30px;z-index:9; }
.sub-menu ul { display:flex;width:100%;max-width:1170px;margin:0 auto;text-align:center; }
.sub-menu li { position:relative;height:60px;margin-right:31px;box-sizing:border-box;vertical-align:middle; }
.sub-menu li &gt; button { position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1; }
.sub-menu li:last-child { margin-right:0 !important; }
.sub-menu li a { position:relative;display:table;width:100%;height:100%;font-weight:600;font-size:20px;color:#333;text-align:center;box-sizing:border-box;-webkit-transform:perspective(1px) translateZ(0);-o-transform:perspective(1px) translateZ(0);-moz-transform:perspective(1px) translateZ(0);-ms-transform:perspective(1px) translateZ(0);transform:perspective(1px) translateZ(0);box-shadow:0 0 1px transparent;box-sizing:border-box;letter-spacing:-0.6px;-o-transition-duration:0.3s;-ms-transition-duration:0.3s;-moz-transition-duration:0.3s;transition-duration:0.3s; }
.sub-menu li.on a { font-weight:600;color:#000; }
.sub-menu li a:after { content:'';position:absolute;left:50%;right:50%;bottom:10px;height:3px;background-color:#111;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; }
.sub-menu li.on a:after { left:0;right:0; }
.sub-menu li a span { display:table-cell;vertical-align:middle; }
.sub-menu .tab--5 li { width:20%; }
.sub-menu .tab--3 li { width:33.333%; }

.sub_menu_cont { position:relative;top:0;left:0;width:100%; }
.sub_menu_cont.fixed { position:fixed;background-color:#fff;border-bottom:1px solid #f5f5f5 !important;z-index:9999; }

/* 반응형 */
@media screen and (min-width: 1025px){
	.sub-menu li:hover a { color:#777; }
}
@media screen and (max-width: 1230px){
	.sub-menu ul { padding:0 15px;box-sizing:border-box; }
	.sub-menu li { margin-right:30px; }
}
@media screen and (max-width: 1024px){
	.sub-menu li { height:45px; }
	.sub-menu li:before { top:13px; }
	.sub-menu li a { font-size:18px; }
	.sub-menu li a:after { bottom:0; }

	/*.sub_menu_cont.fixed { top:54px; }*/
}
@media screen and (max-width: 768px){
	.sub-menu { margin-bottom:30px;background-color:#fff; }
	#sub .sub-menu { border:none;z-index:2; }
	.sub-menu ul { white-space:nowrap;text-align:left;display:table;padding:0 5px; }
	.sub-menu li { margin-right:0;display:table-cell;vertical-align:middle; }
	.sub-menu li a { margin-right:25px;font-size:16px; }
	.sub-menu li:last-child { margin-right:0; }

	.sub_menu_cont { overflow-x:auto;display:block;margin-top:0;-ms-overflow-style: none; }
	.sub_menu_cont::-webkit-scrollbar { display:none; }
}
@media screen and (max-width: 480px){
	.sub-menu li a { font-size:14px; }
}

/*----------------------------------------------------------------------
@ SUB 탭메뉴 3차 카테고리
----------------------------------------------------------------------*/
.sub__tab { position:relative;margin-bottom:50px; }
.sub__tab:after { content:'';position:absolute;left:0;bottom:0;width:100%;height:1px;background-color:#eee; }
.sub__tab a { display:block;font-weight:300;font-size:18px;color:#333;-webkit-transition-duration:0.3s;-moz-transition-duration:0.3s;-ms-transition-duration:0.3s;-o-transition-duration:0.3s;transition-duration:0.3s; }
.sub__tab ul { display:table;table-layout:fixed;width:100%;height:60px;text-align:center; }
.sub__tab li { display:table-cell;vertical-align:middle;position:relative; }
.sub__tab li:after { content:'';position:absolute;left:50%;right:50%;bottom:1px;height:2px;background-color:#939598;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; }
.sub__tab li.on:after { left:0;right:0; }
.sub__tab li.on { position:relative; }
.sub__tab li.on a { font-weight:600;color:#111; }

/* 반응형 */
@media screen and (min-width: 1025px){
	.sub__tab li:hover { position:relative;font-weight:600;color:#fdb812; }
	.sub__tab li:hover a { font-weight:600;color:#111; }
	.sub__tab li:hover:after { left:0;right:0; }
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
	.sub__tab { margin-bottom:30px; }
	.sub__tab li a { font-size:16px; }
}
@media screen and (max-width: 640px){
	.sub__tab ul { height:40px; }
	.sub__tab li { margin:0 5px; }
	.sub__tab li a { font-size:15px; }
}

/*----------------------------------------------------------------------
@ SUB TITLE
----------------------------------------------------------------------*/
.sub__head { display:none;margin-bottom:35px;padding-top:70px; }
.sub__content { margin-top:70px; }
.sub__title { font-weight:600;font-size:35px;color:#333;text-align:center;line-height:1; }
.sub__desc { display:block;margin-top:10px;font-weight:400;font-size:13px;color:#999; }
.sub__title br { display:none; }

/* 반응형 */
@media screen and (max-width: 1024px){
	.sub__title span { padding-top:5px;/*font-size:20px;*/ }
}
@media screen and (max-width: 768px){
	.sub__head { margin-bottom:30px !important;padding-top:50px; }
	.sub__content { margin-top:50px; }
	.sub__title { font-size:25px; }
}
@media screen and (max-width: 480px){
}

/*----------------------------------------------------------------------
@ SUB SLIDE
----------------------------------------------------------------------*/
#sub__slider { position:relative;padding:0 !important; }
#sub__slider .slider_new { overflow:hidden;height:350px; }
#sub__slider .slider__infos { overflow:hidden;height:350px; }

/*배경*/
#sub__slider .slider__thumb { position:relative;width:100%;height:100%; }
#sub__slider .slider__thumb .slider__thumb_bg { position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center;background-size:cover; }
#sub__slider .slider__thumb .slider__thumb_mo { display:none; }
#sub__slider .slider__thumb video { position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translateX(-50%) translateY(-50%);-moz-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);background-size:cover;z-index:-1; }
#sub__slider .slider__thumb iframe { position:absolute;top:0;left:0;width:100%;height:100%; }

/*슬로건*/
#sub__slider .slider__mxw { position:absolute;top:0;left:0;right:0;max-width:1170px;width:100%;height:100%;z-index:9;margin:0 auto; }
#sub__slider .slider__slogun { display:flex;height:100%;justify-content:center;align-items:center;flex-direction:column;text-align:center;font-weight:600;font-size:40px;line-height:1;color:#fff;text-shadow:0 0 8px #000; }
#sub__slider .slider__slogun &gt; b { display:block;font-weight:900;font-size:40px;line-height:1;color:#fff; }
#sub__slider .slider__slogun &gt; strong { display:block;font-weight:500;font-size:35px;color:#fff; }
#sub__slider .slider__slogun &gt; p { margin-top:1rem;font-weight:400;font-size:25px;line-height:1.4;color:#fff; }
#sub__slider .slider__slogun &gt; p strong { font-weight:500; }

/* 반응형 */
@media screen and (max-width: 1024px){
	#sub__slider .slider__slogun ,
	#sub__slider .slider__slogun &gt; b { font-size:35px; }
	#sub__slider .slider__slogun &gt; strong { font-size:30px; }
	#sub__slider .slider__slogun &gt; p { font-size:20px; }
}
@media screen and (max-width: 768px){
	#sub__slider .slider_new, 
	#sub__slider .slider__infos { height:250px; }
	#sub__slider .slider__slogun ,
	#sub__slider .slider__slogun &gt; b { font-size:30px; }
	#sub__slider .slider__slogun &gt; strong { font-size:25px; }
	#sub__slider .slider__slogun &gt; p { font-size:18px; }
}
@media screen and (max-width: 540px){
	#sub__slider .slider_new, 
	#sub__slider .slider__infos { height:180px; }
}
@media screen and (max-width: 480px){
	#sub__slider .slider__slogun ,
	#sub__slider .slider__slogun &gt; b { font-size:25px; }
	#sub__slider .slider__slogun &gt; strong { font-size:20px; }
	#sub__slider .slider__slogun &gt; p { font-size:16px; }
}

/* 새로운 액션 */
#sub__slider.spot_v2 .slider__infos { height:auto; }
#sub__slider.spot_v2 .slider__thumb { width:70%;height:650px;margin:0 auto;margin-top:300px; }
#sub__slider.spot_v2 .slider__mxw { position:fixed;height:380px; }

/* 반응형 */
@media screen and (max-width: 1920px){
	#sub__slider.spot_v2 .slider__thumb { width:93%; }
}
@media screen and (max-width: 1200px){
	#sub__slider.spot_v2 .slider__thumb { width:95%; }
	#sub__slider.spot_v2 .slider__thumb { height:510px; }
}
@media screen and (max-width: 1024px){
	#sub__slider.spot_v2 .slider__mxw { height:285px; }
	#sub__slider.spot_v2 .slider__thumb { height:320px;margin-top:210px; }
}
@media screen and (max-width: 480px){
	#sub__slider.spot_v2 .slider__mxw { height:245px; }
	#sub__slider.spot_v2 .slider__thumb { height:250px;margin-top:180px; }
}

.sub__navbar { position:absolute;left:0;right:0;width:100%;bottom:41px;text-align:center;font-size:16px;color:#fff;letter-spacing:0;z-index:2; }
.sub__navbar strong { font-weight:300;letter-spacing:-0.7px; }
.sub__navbar span { display:inline-block; }
.sub__navbar span:after { content:'';display:inline-block;vertical-align:middle;width:7px;height:11px;margin:0 2px 0 5px;background-image:url(images/common/nav_blit.png);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:1 }
.sub__navbar .home { display:inline-block;vertical-align:middle;width:15px;height:15px;margin-top:-3px;background-image:url(images/common/nav_home.png);background-position:center;background-repeat:no-repeat;background-size:cover;opacity:1 }
.sub__navbar .home:after { content:none; }

/* 반응형 */
@media screen and (max-width: 768px){
	/*.sub__navbar { position:relative;margin-top:20px; }*/
	.sub__navbar { left:0;bottom:22px;font-size:14px;color:#fff;text-align:center; }
	.sub__navbar strong { letter-spacing:0; }
}
@media screen and (max-width: 640px){
	.sub__navbar { bottom:16px;font-size:13px; }
}

/*----------------------------------------------------------------------
@ 모바일메뉴 버튼 클릭시
----------------------------------------------------------------------*/
.gl_menu_box { overflow-x:hidden;overflow-y:auto;position:fixed;top:0px;right:-20rem; width:20rem !important; background-color:#fff;z-index:999;transition:all 0.3s ease; }
.gl_menu_box.active { right:0px; } 
/*
.gl_menu_box:before {content:'';position:fixed;top:0;left:-100vw;width:100%;height:100%; background-color:#000;opacity:1; z-index:-1; transition:all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1) 0.1s; }
.gl_menu_box.active:before { left:0px; } 
.gl_menu_box:after {content:'';position:fixed;top:0;left:-100vw;width:100%;height:100%; background-color:var(--point1);opacity:.7; z-index:-2; transition:all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1); }
.gl_menu_box.active:after { left:0px; } 
*/
.gl_menu_wrap { display:flex; align-items:center; height:100%; max-width:1170px; margin:0 auto; } 
.gl_menu_inner { position:relative; display:flex; flex-direction:column; width:100%; padding-left:3.75rem; padding-right:1.875rem; } 

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

.gl_menu_box_inner { display:flex;flex-direction:column; width:100%; padding:3.75rem 0 3.125rem; margin:0 auto; font-size:1rem; color:#333; } 
.gl_menu_box_inner .gl_menu_list { position:relative; width:100%; font-size:1.375rem; letter-spacing:-0.05em; opacity:1; transform:revert !important;  } 

.gl_menu_title { position:relative; display:inline-block;  font-size:1.5rem; color:#333; font-weight:500; padding-bottom:1.25rem; transition:all 0.3s; cursor:pointer; line-height:1.1; } 
.gl_menu_title a { position:relative; font-size:1.5rem; font-weight:600; color:#333; transition:all 0.3s; } 
.gl_menu_title:hover, .gl_menu_title.on { color:var(--menu); } 
.gl_menu_title span { position:relative; overflow:hidden; } 
.gl_menu_title:hover:before { left:0px; opacity:1; } 
.gl_menu_title.on:before { left:0px; opacity:1; } 
.gl_menu_title.on a { color:var(--point2); -webkit-text-stroke:0px; padding-left:35px;  } 
.gl_menu_title span i { display:none; } 

.gl_menu_sublist { display:none; position:relative; z-index:10; margin-bottom:1.25rem;  } 
.gl_menu_sublist ul li { position:relative; padding:5px 0 7px 0px; ;  } 
.gl_menu_sublist ul li:before { display:none; content:''; position:absolute; left:0px; top:50%; transform:translateY(-50%); width:5px; height:5px; border-radius:50%; background:#2e3539; transition:all 0.3s;  } 
.gl_menu_sublist ul li a { position:relative; font-size:1.125rem; color:#333; font-weight:400; letter-spacing:-0.07em; transition:all 0.3s; } 
.gl_menu_sublist ul li a:after { display:none; content:''; position:absolute; left:0px; bottom:-5px;  width:0; height:1px; background:#2e3539; transition:all 0.3s;  } 
.gl_menu_sublist ul li:hover a:after { width:100%; } 
.gl_menu_sublist ul li.active a:after { width:100%; } 
.gl_menu_sublist ul li:hover a { color:var(--point2); font-weight:700; } 

.gl_top { display:flex; align-items:center; justify-content:flex-end; height:90px; } 
.gl_top .gl_close { display:flex; align-items:center; justify-content:center; width:40px; height:40px; background:#333; margin-left:18px; border-radius:50%; transition:all 0.3s; } 
.gl_top .gl_close a {}
.gl_top .gl_close a img { transition:all 0.3s;vertical-align:top; }
.gl_top .gl_close:hover { background:#000; } 
.gl_top .gl_close a:hover img { transform:rotate(180deg); }

.gl_login { display:flex; min-width:120px; justify-content:flex-end;  } 
.gl_login a { display:flex; align-items:center; font-size:1rem; color:#666; font-weight:400; } 
.gl_login .login_icon { margin-top:1px; margin-right:7px; } 

.gl_menu_myinfo { display:flex;flex-direction:column; margin-bottom:3.125rem; padding-top:1.875rem; border-top:1px solid #111; margin-right:1.875rem;  } 
.gl_menu_myinfo a { display:flex; align-items:center; font-size:1.125rem; color:#333; font-weight:600; margin-bottom:1.25rem; } 
.gl_menu_myinfo a:last-of-type { margin-bottom:0rem; } 
.gl_menu_myinfo a .icon { margin-right:12px;} 

.gl_menu_logo { margin-top:3.125rem; margin-bottom:3.125rem; } 

/* 반응형 */
@media screen and (max-width:1024px){ 
	.gl_top { height:60px; } 
	.gl_menu_inner { padding-left:3rem; }
	.gl_menu_box_inner { padding:2.5rem 0 }  
	.gl_menu_title a { position:relative; font-size:1.25rem; }
	.gl_menu_sublist ul li a { position:relative; font-size:1rem; }
	.gl_menu_logo img { height:25px; }
}
@media screen and (max-width:768px){
}
@media screen and (max-width:799px){
}
@media screen and (max-width:540px){
}
@media screen and (max-width:414px){
}

/*----------------------------------------------------------------------
@ 활용법 팝업
----------------------------------------------------------------------*/
#pop_use { display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:9999999999; }
#pop_use .dim { position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0.7; }
#pop_use .use_area { overflow-y:auto;position:relative;max-width:455px;max-height:693px;margin:0 auto;z-index:2;box-sizing:border-box;border-radius:0.625rem; }
#pop_use img { max-height:693px; }
#pop_use .btn_close { position:absolute;top:20px;right:20px;border:0;background-color:transparent !important;border:none !important;padding:0 !important;cursor:pointer;z-index:10; }
#pop_use .btn_close img{ filter: opacity(0.5) drop-shadow(0 0 0 #000000);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; }
#pop_use .btn_close:hover img { transform:rotate(180deg);-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg); }
#pop_use .use_inner { font-size:15px; }

/* 반응형 */
@media screen and (max-width: 430px){
	#pop_use .use_area { max-width:320px; }
	#pop_use .use_inner { font-size:14px; }
	#pop_use .btn_close { top:15px !important;right:15px !important; }
	#pop_use .btn_close img { max-width:25px; }
}

/*----------------------------------------------------------------------
@ 공유 영역
----------------------------------------------------------------------*/
.viewShare { overflow:hidden;text-align:center;margin-top:80px; }
.viewShare .t { display:block;margin-bottom:10px;font-weight:600;font-size:18px;color:#333; }
.viewShare .t span { font-weight:300; }
.viewShare a { display:inline-block;width:40px;height:40px;margin-right:5px;background-size:cover;background-repeat:no-repeat;background-position:center;background-size:100%; }
.viewShare a:last-child { margin-right:0 !important; }
.viewShare a.btn-share-f { background-image:url(/images/board/share_facebook.png); }
.viewShare a.btn-share-g { background-image:url(/images/board/share_google.png); }
.viewShare a.btn-share-ko { background-image:url(/images/board/share_kakao.png); }
.viewShare a.btn-share-t { background-image:url(/images/board/share_twitter.png); }
.viewShare a.btn-share-k { background-image:url(/images/board/share_kakaos.png); }
.viewShare a.btn-share-n { background-image:url(/images/board/share_naver.png); }
.viewShare a.btn-share-l { background-image:url(/images/board/share_link.png); }

/* 반응형 */
@media screen and (min-width: 1025px){
	.viewShare a.btn-share-f:hover { background-image:url(/images/board/share_facebook_ov.png); }
	.viewShare a.btn-share-g:hover { background-image:url(/images/board/share_google_ov.png); }
	.viewShare a.btn-share-ko:hover { background-image:url(/images/board/share_kakao_ov.png); }
	.viewShare a.btn-share-t:hover { background-image:url(/images/board/share_twitter_ov.png); }
	.viewShare a.btn-share-k:hover { background-image:url(/images/board/share_kakaos_ov.png); }
	.viewShare a.btn-share-n:hover { background-image:url(/images/board/share_naver_ov.png); }
	.viewShare a.btn-share-l:hover { background-image:url(/images/board/share_link_ov.png); }
}
@media screen and (max-width: 768px){
	.viewShare { margin-top:50px; }
	.viewShare .t  { font-size:16px; }
	.viewShare a { width:30px;height:30px;background-size:cover !important; }
}

#quick_menu {position:fixed;bottom:0;right:0;z-index:99;overflow:hidden;}
#quick_menu a {display:flex;justify-content:center;flex-direction:column;align-items:center;margin: 1rem;font-weight:500;font-size:16px;color:#fff;text-align:center;border-radius:50px 50px 50px 50px;}
#quick_menu a i {display:block;}
@media screen and (min-width: 1025px){
}
@media screen and (max-width: 1455px){
}
@media screen and (max-width: 1024px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 480px){
}</pre></body></html>