/*서브탭메뉴*/




.smenu_wrap {
    display: none;
    width: 100%;
    /*height: 57px;*/
    background: #f2f2f2;
    margin: 0 auto;
    position: relative;
    /*margin-bottom: 5vw;*/
    z-index: 6;
    overflow: hidden;
}

.smenu_wrap ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;

    box-sizing: border-box;
}

.smenu_wrap li {
    display: block;
    font-size: 4vw;
    line-height: 40px;
    transform: rotate(-0.03deg);
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 's-core_dream5', sans-serif;
    border-right: 1px solid #d2d2d2;
    height: 100%;

}

.smenu_wrap li:last-child {
    border-right: none;
}



.smenu_wrap ul a {
    display: block;
    box-sizing: border-box;
    color: #636363;
    font-size: 2.8vw;
}


.smenu_wrap > ul > a:hover {
    background: #d2d6d5 !important;
    color: #ce6c33 !important;
    font-weight: 600 !important;

    box-sizing: border-box;
}


.smtab_on {
    background: #ce6c33;
     !important;
    color: #fff !important;
    font-family: 's-core_dream5', sans-serif;
    box-sizing: border-box;
    border-right: none;
}

.pmtab_on {
    background: #fff !important;
    color: #222 !important;

    box-sizing: border-box;
}

.intab_on {
    color: #ce6c33 !important;
}
