/*서브탭메뉴*/


.smenu_wrap {
    display: none;
    width: 100%;
    /*height: 57px;*/
    background: #000;
    margin: 0 auto;
    position: relative;
    margin-bottom: 10vw;
    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: 5vw;
    line-height: 8vw;
    transform: rotate(-0.03deg);
        background: #000;
    width: 100%;
    text-align: center;
    position: relative;
    font-family: 's-core_dream5', sans-serif;
    /* border-right: 1px solid #d2d2d2; */
}




.smenu_wrap li:after {
    content: "";
    width: 1px;
    height: 12px;
    background: #fff;
    display: block;
    z-index: 999;
    position: absolute;
    left:0px;
    top: 50%;
    transform: translateY(-50%);
}


.smenu_wrap li:first-child::after {
    display:none;

}





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


.smenu_wrap>ul>a:hover {
    background: #262d3b !important;
    color: #636363 !important;
    font-weight: 600 !important;
  
    box-sizing: border-box;
}


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

.pmtab_on {
    background: #fff !important;
    color: #222 !important;
 
    box-sizing: border-box;
}
.intab_on {
    color: #262d3b!important;
}



