/* Àü¿ª ÃÊ±âÈ­ */
* {
    padding: 0;
    box-sizing: border-box;
}

/* ÇÃ·ÎÆ® Å¬¸®¾î (clearFix) */
.clearFix {
    display: block;
    clear: both;
    /* after ¹æ½Ä ´ë½Å clear ¼Ó¼º »ç¿ë: °¡»ó ¿ä¼Ò ºÒÇÊ¿ä */
}

/* category tab ÀüÃ¼ ¹Ú½º */
.category-tab-div {
    clear: both;
    width: 940px;
    border: 1px solid #4465d1;
    margin-left: 10px;
    overflow: hidden;
}

/* category tab ¸®½ºÆ® */
.category-tab {
    float: left;
    width: 905px;
    margin: 10px 5px 10px 30px;
    border: 1px solid #fff;
}
.category-tab li {
    position: relative;
    z-index: 0;
    float: left;
    background-color: #fff;
    margin: -1px 0 0 -1px;
}
.category-tab li.no-item {
    width: 180px;
    height: 30px;
    border: 1px solid #ccc;
}

/* category tab ¼±ÅÃµÈ ÀÎµðÄÉÀÌÅÍ */
.category-tab i.category-tab-selected {
    z-index: -1;
}

/* tabÀÇ a¸µÅ© */
.category-tab li a {
    display: inline-block;
    width: 180px;
    height: 30px;
    line-height: 30px;
    background: url('/shop/images/cate_point.gif') no-repeat left center;
    border: 1px solid #fff;
    color: #404040;
    font-size: 14px;
    text-indent: 10px;
    text-align: left;
    font-family: 'Pretendard Variable', Tahoma, 'Noto Sans Korean', 'Malgun Gothic', AppleSDGothicNeo, Helvetica, dotum, 'µ¸¿ò', sans-serif;
    letter-spacing: 0;
    transition: font-weight 0.2s, letter-spacing 0.2s, color 0.2s, background-color 0.2s;
}
.category-tab li a:hover {
    font-weight: 500;
    letter-spacing: 0;
}
.category-tab li a:hover.text {
    color: #4465d1;
}
.category-tab-selected a {
    color: #4465d1 !important;
    background-color: #fff;
    font-weight: 500;
    letter-spacing: 0;
}

/* theme tab ½ºÅ¸ÀÏ */
ul.theme_tabs {
    float: left;
    width: 936px;
    height: 38px;
    margin: 0 0 0 5px;
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #DDD;
    border-left: 1px solid #DDD;
}
ul.theme_tabs li {
    float: left;
    overflow: hidden;
    background: #fafafa;
    text-align: center;
    cursor: pointer;
    width: 233px;
    height: 37px;
    line-height: 37px;
    border-top: 1px solid #DDD;
    border-right: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    font-weight: bold;
    font-family: 'Pretendard Variable', '³ª´® °íµñ', 'Nanum Gothic', '¸¼Àº °íµñ', 'Malgun Gothic', 'µ¸¿ò', Dotum, '±¼¸²', Gulim;
    font-size: 14px;
}
ul.theme_tabs li.active {
    background: #FFF;
    border-bottom: 1px solid #FFF;
    color: #555;
}

/* theme tab ³»¿ë ¿µ¿ª */
.theme_tab_container {
    clear: both;
    float: left;
    width: 937px;
    height: 130px;
}
.theme_tab_content {
    height: 130px;
    padding: 5px;
    font-size: 12px;
}

/* ¹ÝÀÀÇü °³¼± ÇÊ¿ä ½Ã ¾Æ·¡ ¹Ìµð¾îÄõ¸® È°¿ë °¡´É */
@media screen and (max-width: 980px) {
    .category-tab-div,
    .category-tab,
    ul.theme_tabs,
    .theme_tab_container {
        width: 100%;
        min-width: 300px;
        max-width: 940px;
    }
    ul.theme_tabs li {
        width: 32%;
    }
}