/* BASIC css start */
.noscroll {overflow-y: hidden !important;}
#header {
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 150;
    width: 100%;
    background: #ffffff91;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
}
#header.fixed {
    background: #fff;
}
.promotionBanner {
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #000000;
    height: 30px;
}

.promotionBanner .bannerLink {}

.promotionBanner a {
    color: #ffffff !important;
    line-height: 30px;
    /* font-style: italic; */
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.promotionBanner .slash {
    color: #fff !important;
    font-family: 'Noto Sans KR', sans-serif;
    line-height: 35px;
    font-style: italic;
    margin: 0 5px;
}

.promotionBanner a .slash {
    margin: 0 12px 0 12px;
}
.header {
    display: flex;
    justify-content: space-between;
    padding: 10px 18px;
    align-items: center;
}

.header .logo {}

.header .logo img {
    width: 200px;
}

.header .menu {
    font-size: 0;
}
.header .menu a {
    font-size: 12px;
    margin-left: 15px;
    position: relative;
}

.header .menu a img {
    vertical-align: middle;
}

.header .menu a span {
    position: absolute;
    top: -5px;
    right: -5px;
    background: #222;
    color: #fff;
    font-size: 10px;
    font-family: 'lato', sans-serif;
    font-weight: bold;
    width: 14px;
    height: 14px;
    text-align: center;
    line-height: 14px;
    border-radius: 14px;
}


#fixBar {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 199;
    width: 100%;
    background: #efefef;
    padding: 8px 18px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
#fixBar ul {
    display: flex;
    justify-content: space-between;
}

#fixBar ul li {
    width: 19px;
    text-align: center;
}

#fixBar ul li a {}

#fixBar ul li a .ic {
    height: 21px;
    display: block;
}
#fixBar ul li a .ic img {
    vertical-align: middle;
}

#fixBar ul li a p {
    color: #000000;
    font-family: 'Kumbh Sans', sans-serif;
    font-size: 12px;
    padding-top: 6px;
}
#fixBar ul li a p.active{font-weight:bold;}

.searchLayer {
    position: fixed;
    z-index: 151;
    top: 0;
    background: #fff;
    width: 100%;
    height: calc(100% - 60px);
    right: -100%;
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    overflow-y: scroll;
}
.searchLayer.on {right:0;}

.searchTop {
    position: relative;
    padding: 19px 18px;
    margin-bottom: 14px;
    margin-top: 100px;
}

.searchTop .searchLayer_Close {
    position: absolute;
    top: 34px;
    left: 18px;
}

.searchTop .searchLayer_Close img {
    width: 19px;
}

.searchTop .search {
    margin-left: 32px;
    background: #f4f4f4;
    height: 49px;
    border-radius: 45px;
    position: relative;
}

.searchTop .search .btn_search {
    position: absolute;
    right: 18px;
    top: 14px;
}

.searchTop .search .btn_search img {
    width: 20px;
}
.searchTop .search .searchBox input {
    border: 0;
    outline: 0;
    width: 75%;
    margin-left: 15px;
    padding: 0;
    background: transparent;
    color: #a8a8a8;
    font-size: 14px;
    height: 49px;
}
.hotKeyword {
    padding: 0 18px;
}

.hotKeyword h3 {
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 30px;
}

.hotKeyword ul {}

.hotKeyword ul li {
    padding-bottom: 25px;
}

.hotKeyword ul li a {
    color: #000000;
    font-size: 14px;
}

#aside {
    z-index: 153;
    position: fixed;
    background: #fff;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 60px);
    display:none;
    overflow-y: scroll;
}

.asideTop {
    background: #000;
    position: relative;
    padding: 25px 0;
}

.asideTop .asideClose {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
}

.asideTop .asideClose img {
    width: 19px;
}

.asideTop ul {
    font-size: 0;
    padding-left: 18px;
}

.asideTop ul li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    line-height: 1;
}

.asideTop ul li a {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.asideTop ul li + li {
    padding-left: 30px;
    margin-left: 30px;
}


.asideTop ul li+li:after {
    content: "";
    background: #fff;
    width: 1px;
    height: 12px;
    position: absolute;
    left: 0;
    top: 2px;
}
.asideMenu {
    font-size: 0;
    padding: 0 11px;
}

.asideMenu .menu {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-top: 33px;
    padding-bottom: 7px;
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.asideMenu .menu:nth-child(odd) {
    /* padding-right: 13px; */
}

.asideMenu .menu:nth-child(even) {
    padding-left: 13px;
}

.asideMenu .menu > h3 { 
}

.asideMenu .menu > h3 > a {
    color: #111111;
    font-weight: bold;
    font-size: 16px;
}

.asideMenu .menu > ul {}

.asideMenu .menu > ul > li {
    border-bottom: 1px solid #e8e8e8;
    /* padding: 15px 0; */
    background: url(/design/mdceline/stylish/m_images/menu_arr.png) no-repeat right 2px center;
    line-height: 1;
    background-size: 6px;
}

.asideMenu .menu > ul > li > a {
    color: #111;
    font-size: 13px;
    display: block;
    padding: 15px 0 15px 2px;
}

.bag-menu {
    /*display: none;*/
    left: -100%;
    position: fixed;
    top: 0;
    background: #fff;
    /*left: 0;*/
    width: 100%;
    height: calc(100% - 80px);
    transition: all .4s ease;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -ms-transition: all .4s ease;
    overflow-y: scroll;
}

.bag-menu.on {left: 0;}

.bag-menu-close {
    position: absolute;
    top: 25px;
    right: 22px;
}

.bag-menu > h3 {
    padding-top: 25px;
    color: #000000;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

.bag-menu-close img {
    width: 19px;
}

.bag-menu > ul {
    padding: 24px 15px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.bag-menu > ul > li {
    width: 23%;
    text-align: center;
    padding-bottom: 15px;
}

.bag-menu > ul > li > a > img {
    width: 100%;
}


.bag-menu > ul > li > a > p {
    font-size: 13px;
    padding-top: 15px;
    color: #111;
    line-height: 1.35;
    word-break: keep-all;
}

.asideMenu .bags{
    width:100%; 
    padding-top: 10px; 
    padding-bottom: 15px;
}

.asideMenu .bag_1{
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
}

.asideMenu .bags h3{font-size:18px;padding-left: 0px;}


.asideMenu .bags > ul {
    
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.asideMenu .bags > ul > li {
    width: 23%;
    text-align: center;
    border-bottom: 0px solid #e8e8e8;
}

.asideMenu .bags > ul > li > a {
    padding: 10px 0 0 2px;
}

.asideMenu .bags > ul > li > a > img {
    width: 100%;
    padding-bottom: 5px;
}

.asideMenu .bags > ul > li > a > p {
    font-size: 11px;
    font-weight: 800;
}

/* BASIC css end */


/* BASIC css end */

