/*서브탭메뉴*/




.smenu_wrap {
    display: none;
    width: 100%;
    background: #fff;
    margin: 0 auto;
    position: relative;
    z-index: 1111;
    overflow: hidden;
    margin-bottom: 5vw;
}

.smenu_wrap ul {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    border-bottom: 1px solid #cccccc;
}

.smenu_wrap li {
    display: block;    
    font-size: 3vw;
    line-height: 9vw;
    transform: rotate(-0.03deg);
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 's-core_dream5', sans-serif;
    box-sizing: border-box;
    border-left: 1px solid #cccccc;
}
.smenu_wrap li:first-child {
    border-left: none;
}
.smenu_wrap li:last-child {
    border-right: none;
}

.smenu_wrap .sma{
    font-size: 2.2vw;
}


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

.smenu_wrap>ul>a:hover {
    background: #fff !important;
    color: #636363 !important;
    font-weight: 600 !important;
    z-index: 11111;
    box-sizing: border-box;
}


.smtab_on {
    background: #fff !important;
    color: #2d6f99 !important;
    z-index: 11111;
    font-family: 's-core_dream5', sans-serif;
    box-sizing: border-box;
    border-bottom: 2px solid #2d6f99;
    color: #111;
    font-weight: 600;

}

.pmtab_on {
    background: #fff !important;
    color: #222 !important;
    z-index: 11111;
    box-sizing: border-box;
}
.intab_on {
    color: #493f39 !important;
}



