/*서브탭메뉴*/


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

.tabwrap {
    transform: rotate(-0.03deg);
    width: 95%;
    margin: 0 auto;
    z-index: 9999;
    border: 1px solid #eaeaea;
}

.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.6vw;
    height: 50px;
    transform: rotate(-0.03deg);
	letter-spacing: -0.6px;
	

}

.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: #542565;
    font-weight: 400;
    border-right: 1px solid #eaeaea;
    border-left: 1px solid #eaeaea;
    width: 100%;
    height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
    
}
.tabwrap ul li:first-child a {
    border-left: none;
}



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

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