/*서브탭메뉴*/


.page {
    width: 100%;
    background: #fff;
    position: relative;
    padding-bottom: 3vw;
    margin-bottom: 7vw;
    box-sizing: border-box;
}

.tabwrap {
    transform: rotate(-0.03deg);
    width: 90%;
    margin: 0 auto;
    z-index: 9999;
    border: 1px solid #eaeaea;
    display: none;
    margin-top: 7vw;
}

.tabwrap ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-wrap: nowrap;
    flex-direction: row;
}

.tabwrap>ul>li {
    width: 100%;
    display: block;
    font-size: 2.7vw;
    line-height: 8vw;
    transform: rotate(-0.03deg);
    border-bottom: 1px soild #eaeaea;
}

.tw50>ul>li{ width: 50% !important;}
.tw33>ul>li{ width: 33.3333% !important;}
.tw25>ul>li{ width: 25% !important;}
.tw20>ul>li{ width: 20% !important;}

.tabwrap ul a {
    display: block;
    background: #fff;
    color: #636363;
    font-weight: 400;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
    
}
.tabwrap ul li:first-child a {
    border-left: none;
}



.tabwrap a:hover {
    color: #fff !important;
    font-weight: 400 !important;
    z-index: 11111;
    background: #999 !important;
}

.tab_on {
    background: #999 !important;
    color: #fff !important;
    font-weight: 400 !important;
    z-index: 11111;
}
