<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
 
#simpleHeader {
    background: #fff;
    /* height: 86px; */
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 55;
    border-bottom: 1px solid transparent;
} 
#simpleHeader.fixed {
    position: fixed;
    top: 0 !important;
    left: 0;
    right: 0;
    z-index: 55;
    padding-top: 0 !important;
    border-bottom: 1px solid var(--000);
}
#simpleHeader.fixed .top-banner {
    top: -100% !important;
}
#simpleHeader img {
    max-width: 100%;
} 
#simpleHeader .logo {max-width: 113px; }
#header {display : none;}
#simpleHeader .inner {
    position: relative;
    padding: 16px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#simpleHeader .inner h1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}

#simpleHeader .inner .back, #simpleHeader .inner .gnb {
    z-index: 3;
}

#simpleHeader .inner .gnb a{
    position: relative;
}

#simpleHeader .inner .gnb a + a {
    margin-left: 15px;
    margin-right: 9px;
}

#simpleHeader .inner .gnb a span {
    font-size: 8px;
    background: var(--000);
    color: var(--fff);
    width: 14px;
    height: 14px;
    position: absolute;
    top: -5px;
    text-align: center;
    border-radius: 100%;
    line-height: 14px;
    right: -9px;
}

.class-list ul{
    white-space: nowrap;
    display: flex;
    padding: 18px 0 15px 15px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    border-top: 1px solid #f3f3f3;
}
.class-list ul::-webkit-scrollbar{
  display:none;
}

.class-list ul li {margin-right:15px;}

.class-list ul li a {
    font-size: 13px;
    font-weight: 500;
}

.class-list ul li.active a {
    font-weight: 700;
}


.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding:12px 1%; text-align:center;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%;}
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}
 
.more2 {text-align:center;border: 1px solid var(--000);border-radius: 5px;width: calc(100% - 30px);margin: 15px auto 50px;box-sizing: border-box;}

.more2 a {
    font-size: 12px;
    font-weight: 400;
    display: block;
    text-align: center;
    height: 35px;
    line-height: 35px;
} 
.more2 a img {vertical-align: middle;margin-left:8px;}
.list_array2 {
    display: flex;
    padding: 0 15px;
    margin: 30px 0 15px;
    justify-content: space-between;
    align-items: center;
} 
.list_arrayLeft select {
    background: url(//skin.makeshop.co.kr/skin/everyday/images/svg/sort_arr.svg) no-repeat right center;
    border: 0;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 12px;
    font-weight: 400;
    height: auto;
}

.count {
    font-size: 12px;
    font-weight: 400;
}


.item-wrap-slide {
    overflow-x: hidden;
    margin-bottom: 25px;
    margin-left: 15px;
}

.item-wrap-slide .swiper-container {
    padding-bottom: 18px !important;
    width: 93%;
    padding-right: 7%;
    overflow: visible;
}

.item-wrap-slide .swiper-container .swiper-pagination {
    bottom: 0 !important;
    left: 0;
    right: 0;
}

.item-wrap-slide .swiper-container .swiper-pagination .swiper-pagination-bullet {
    width: 8px !important;
    height: 8px !important;
    margin: 0 4px !important;
    background: #eaeaea !important;
    opacity: 1 !important;
}

.item-wrap-slide .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: var(--000) !important;
}


.item-wrap-slide .swiper-container .swiper-slide {}
 

.mainTitle {
    font-weight: 700;
    padding: 20px 15px 15px;
}

.mainSection {
    border-bottom: 1px solid #f3f3f3;
    border-top: 8px solid #eee;
}
.mainSection + .mainSection {
    border-top: 0;
}
.mainTitle h1 {
    font-size: 16px;
    font-weight: 700;
}
.shopbrandTitle {
    border-top: 8px solid #eee;
}
.shopbrandTitle + .mainSection {
    border-top: 0;
}
/* BASIC css end */

</pre></body></html>