/* BASIC css start */
#header {width: 100%;}
#header .header_fd{ padding: 25px 0;}
#header .header_top {position: relative; width: 100%; z-index: 2; font-size: 0; text-align: center;}
#header .header_top div {display: inline-block; vertical-align: middle; font-size: 12px;}
#header .header_top .menu {width: 23px; left: 15px; position: absolute; top: 50%; transform: translateY(-50%);}
#header .header_top .allmenu_btn {width: 100%;}
#header .header_top .basket, #menuWrap .menu_top .basket {width: 30px; right: 15px; position: absolute; top: 50%; transform: translateY(-50%);}
#header .header_top .basket a, #menuWrap .menu_top .basket a {position: relative;}
#header .header_top .basket a img, #menuWrap .menu_top .basket a img {width: 24px;}
#header .header_top .basket a span, #menuWrap .menu_top .basket a span { position: absolute; top: -5px; right: -6px; width: 18px; height: 18px; line-height: 18px; border-radius: 50%; color: #fff; font-size: 10px; font-family: 'Spoqa Han Sans', sans-serif; vertical-align: bottom; background: #010101;}
#header .header_top .logo {width: 140px;}
#header .header_top .logo img {width: 100%; vertical-align: middle;}
#header .header_top.header-scroll{position: fixed; left: 0; top: 0; padding: 10px 0; background: #ffffff; box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1); -webkit-transition-duration: 0.6s; transition-duration: 0.6s; opacity: 0.9;}

/* headerTop */
#header .headerTop {position: relative; height: 35px; font-size: 0; background: #ffffff; margin-top: 0;}
#header .headerTop a {display: inline-block; font-size: 14px; color: #3d3d3d; font-weight: bold; text-align: center; line-height: 30px;}
#header .headerTop a.t1 {width: 18%;}
#header .headerTop a.t2 {width: 18%;}
#header .headerTop a.t3 {width: 18%;}
#header .headerTop a.t4 {width: 23%;}
#header .headerTop a.t5 {width: 23%;}

/* asideMenu */
.menu_on {height: 100%; overflow: hidden;}
.menu_off {height: auto; overflow: initial;}

.mask {display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: #000; opacity: 0.7; filter: alpha(opacity=70); z-index: 990;}

div.btClose {position: absolute; top: 7px; right: 6px; width: 24px; height: 24px; color: #2f2f2f; font-size: 18px; text-align: center; line-height: 20px; z-index: 9999; cursor: pointer;}

.asideMenu {position: fixed; top: 0; left: -85%; width: 85%; height: 100%; background: #e8e8e8; z-index: 9999; overflow-y: auto; -webkit-overflow-scrolling: touch;}

.asideMenu .loginBx {padding: 7px 0 7px 10px; background: #ffb400;}
.asideMenu .loginBx p.tx {margin-right: 5px; font-size: 14px; color: #2f2f2f; letter-spacing: -1px; display: inline-block; font-weight: bold;}
.asideMenu .loginBx a {display: inline-block; padding: 3px 8px; color: #fff; font-size: 12px; background: #282828; border-radius: 3px;}

.asideMenu .asideInfo {background: #ffc333; padding: 10px 0 5px; text-align: center;}
.asideMenu .asideInfo ul {display: inline-block; width: 100%;}
.asideMenu .asideInfo ul li {width: 33%; float: left; border-right: 1px solid #ffb400;}
.asideMenu .asideInfo ul li span {font-size: 20px;}
.asideMenu .asideInfo ul li:last-child {border-right: 0;}

.asideMenu .asideTab {position: relative; width: 70px; float: left;}
.asideMenu .asideTab:after {display: inline-block; clear: both; content: '';}
.asideMenu .asideTab ul {display: inline-block; width: 100%;}
.asideMenu .asideTab ul li {text-align: center; height: 74px;}
.asideMenu .asideTab ul li a {display: block; width: 100%; line-height: 0; height: 60px; padding: 7px 0;}
.asideMenu .asideTab ul li a.on {background: #fff;}
.asideMenu .asideTab ul li a span.ico {display: inline-block; width: 45px; height: 45px; background: url(/design/gayamy/m/common/aside_icon.png) 0 0 no-repeat; background-size: 45px auto; margin-top: 2px;}
.asideMenu .asideTab ul li a span.ico1 {background-position: 0 0;}
.asideMenu .asideTab ul li a span.ico2 {background-position: 0 -45px;}
.asideMenu .asideTab ul li a span.ico3 {background-position: 0 -90px;}
.asideMenu .asideTab ul li a span.ico4 {background-position: 0 -135px;}
.asideMenu .asideTab ul li a span.tx {display: block; color: #2f2f2f; font-size: 11px; font-weight: bold; letter-spacing: -1px; vertical-align: top; line-height: 12px; padding-bottom: 2px;}

.asideMenu .asideContainer {position: relative; margin-left: 70px; padding: 10px; background: #fff;}
.asideMenu .asideContainer .asideContent {display: none; position: relative; width: 100%;}
.asideMenu .asideContainer .asideContent li.fstTit span {display: block; font-size: 16px; font-weight: bold; border-bottom: 2px solid #ff8400; padding: 4px 4% 12px;}
.asideMenu .asideContainer .asideContent nav > ul > li {position: relative; width: 100%;}
.asideMenu .asideContainer .asideContent nav > ul > li > a {display: block; padding: 12px 4%; color: #3b3b3b; border-bottom: 1px solid #dedede;}
.asideMenu .asideContainer .asideContent nav > ul > li.on > a {font-weight: bold; border-bottom: 1px solid #6e6e6e;}
.asideMenu .asideContainer .asideContent nav > ul > li > a i {float: right; color: #cdcdcd; font-size: 18px; font-weight: bold; transition: transform 0.2s;}
.asideMenu .asideContainer .asideContent nav > ul > li > div.deps {display: none; padding: 10px 3% 0 3%; background: #eee; border-bottom: 1px solid #dedede;}
.asideMenu .asideContainer .asideContent nav > ul > li > div.deps > ul {display: inline-block; width: 100%; *zoom: 1;}
.asideMenu .asideContainer .asideContent nav > ul > li > div.deps > ul:after {display: block; clear: both; content: '';}
.asideMenu .asideContainer .asideContent nav > ul > li > div.deps > ul > li {float: left; width: 50%; text-overflow: ellipsis; overflow: hidden; height: 18px; margin-bottom: 6px;}
.asideMenu .asideContainer .asideContent nav > ul > li > div.deps > ul > li a {display: block; width: 100%; color: #555; height: 18px;}

#header .headerBottom {position: relative; padding: 0 30px; height: 30px; background: #282828; overflow: hidden;}
#header .headerBottom a {color: #fff; font-size: 11px; letter-spacing: -1px;}
#header .headerBottom .swiper-wrapper {position: relative;}
#header .headerBottom .swiper-slide {font-size: 0; text-align: center; line-height: 29px;}
#header .headerBottom .swiper-slide a {display: inline-block; font-size: 11px;}
#header .headerBottom .sw11 {width: 17%;}
#header .headerBottom .sw12 {width: 17%;}
#header .headerBottom .sw13 {width: 14%;}
#header .headerBottom .sw14 {width: 12%;}
#header .headerBottom .sw15 {width: 23%;}
#header .headerBottom .sw16 {width: 17%;}
#header .headerBottom .sw21 {width: 17%;}
#header .headerBottom .sw22 {width: 17%;}
#header .headerBottom .sw23 {width: 13%;}
#header .headerBottom .sw24 {width: 17%;}
#header .headerBottom .sw25 {width: 17%;}
#header .headerBottom .sw26 {width: 19%;}
#header .headerBottom .hb-prev,
#header .headerBottom .hb-next {width: auto; height: 20px; font-size: 16px; color: #fff; z-index: 10; position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer;}
#header .headerBottom .hb-prev {left: 5px;}
#header .headerBottom .hb-next {right: 5px;}

#menuWrap{ position: fixed; width:100%; height:100%; background: #fff; top: 0; z-index: 1001; display:none; overflow-x: auto;}
#menuWrap .menu_top{ position: relative; padding: 26px 15px 22px; background: #222;}
#menuWrap .menu_top .menu_logo{ width: 140px; margin: 0 auto;}
#menuWrap .menu_top .menu_logo img{width: 100%;}
#menuWrap .menu_top .closeBox{ position: absolute; top: 28px; right: 15px; width: 20px;}
#menuWrap .menu_top .closeBox img{width: 100%;}
#menuWrap .search{ margin: 22px 0 0; background: #fff;}
#menuWrap .search .searchBox{ display: inline-block; width: 86%; margin: 4px 0 0 2px;}
#menuWrap .search .searchBox input{ width: 100%; height: 32px; color: #000; background: #fff; border: 0; }
#menuWrap .search .btn_search{ display: inline-block; float: right; width: 8%; margin: 9px 7px 0; text-align: right;}
#menuWrap .search .btn_search img{ width: 23px;}

#menuWrap .menuIn{}
#menuWrap .menuIn .menu_middle{}
#menuWrap .menuIn .menu_middle:after{content: ''; display: block; clear: both}
#menuWrap .menuIn .menu_middle .middle_text{ height: 85px; line-height: 85px;}
#menuWrap .menuIn .menu_middle .middle_text li{ float:left; width:20%; text-align: center;}
#menuWrap .menuIn .menu_middle .middle_text li a{position: relative;}
#menuWrap .menuIn .menu_middle .middle_text li a img{ vertical-align: middle;}
#menuWrap .menuIn .menu_middle .middle_text li a .point{position: absolute; left: 9px; bottom: -8px; width: 43px; height: 16px; line-height: 16px; border-radius: 10px; background: #000; color: #fff; font-size: .7rem; text-align: center; z-index: 10;}
#menuWrap .menuIn .menu_middle .middle_text li a .point span{position: absolute; top: -9px; left: 50%; width: 8px; height: 4px; margin-left: -4px; color: #607ed4; z-index: -1;}
#menuWrap .menuIn .menu_middle .middle_text li a .point em{font-size: 0.75rem; letter-spacing: 1px; font-family: 'Lato', sans-serif; font-weight: bold;}

#menuWrap .menuIn .menu_contents{display: flex;}
#menuWrap .menuIn .menu_contents .a_menu, #menuWrap .menuIn .menu_contents .a_center{width: 100%;}
#menuWrap .menuIn .menu_contents .a_menu ul, #menuWrap .menuIn .menu_contents .a_center ul{line-height: 35px;}
#menuWrap .menuIn .menu_contents .a_menu > ul{border-top: 1px solid #ededed;}
#menuWrap .menuIn .menu_contents .a_menu > ul > li{position: relative; border-bottom: 1px solid #ededed; }
#menuWrap .menuIn .menu_contents .a_menu > ul > li:last-of-type{border-bottom:0}
#menuWrap .menuIn .menu_contents .a_menu > ul > li > a{ display: block; padding: 7px 0 7px 20px; color: #111111; font-size: .95rem; font-family: "¸¼Àº °íµñ", "Malgun Gothic", sans-serif; }
#menuWrap .menuIn .menu_contents .a_menu > ul > li .sub_menu{display:none; background: #fafafa; }
#menuWrap .menuIn .menu_contents .a_menu > ul > li .sub_menu::after{content: ''; display: block; clear: both}
#menuWrap .menuIn .menu_contents .a_menu > ul > li .sub_menu li{ border-top: 1px solid #ededed;}
#menuWrap .menuIn .menu_contents .a_menu > ul > li .sub_menu li:last-of-type{}
#menuWrap .menuIn .menu_contents .a_menu > ul > li .sub_menu li a{ display: block; padding: 16px 26px; line-height: 18px; color: #646464; font-size: .95rem; font-family: "¸¼Àº °íµñ", "Malgun Gothic", sans-serif;}
#menuWrap .menuIn .menu_contents .a_menu .fa-angle-down:before{font-size: 16px;}
#menuWrap .menuIn .menu_contents .a_menu .fa-angle-down{
    width: 40px;
    height: 49px;
    text-align: center;
    line-height: 49px;
    position: absolute;
    right: 0;
    top: 0;
    color: #9d9d9d;}
#menuWrap .menuIn .menu_contents .a_menu .main_menu.oncol{ -webkit-tap-highlight-color:rgba(0,0,0,0); outline:none;}
#menuWrap .menuIn .menu_contents .a_menu .fa-angle-down.active{
    -webkit-transform: rotate(180deg);
     -moz-transform: rotate(180deg);
     -o-transform: rotate(180deg);
     -ms-transform: rotate(180deg);
     transform: rotate(180deg);
     }
/* °Ë»ö ¹öÆ° */
#header .header_top .searchBtn { position: absolute; top: 50%; right: 52px; transform: translateY(-50%); z-index: 10; border: 1px solid #eee; width: 28px; height: 28px; line-height: 28px; text-align: center; background: #fff; font-size: 16px; }
#header .header_top .searchBtn a { color: #333; }

/* °Ë»ö Æû */
#header .search { height: 38px; position: relative; background-color: #dedede; padding-right: 40px; text-align: center; display: none; z-index: 10; }
#header .search .searchBox { width: 100%; }
#header .search .searchBox input { width: 94%; height: 26px; border: 0 none; margin-top: 6px; padding: 0 5px; }
#header .search .btn_search { width: 40px; height: 38px; background-color: #414141; position: absolute; top: 0; right: 0; color: #fff; text-align: center; line-height: 38px; font-size: 18px; display: block; }




/* BASIC css end */

