/*서브탭메뉴*/


.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;
    padding: 5% 0;
}

.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);

}

.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 ul li:last-child a {
    border-right: none;
}


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

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