/*서브탭메뉴*/
.intab_wrap {
    display: none;
    transform: rotate(-0.03deg);
    width: 1200px;
    margin: 0 auto;
    z-index: 9999;
    position: relative;
}

.intab_wrap ul {
    width: 100%;
    margin: 0 auto;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    flex-wrap: wrap;    
    margin-top: -1px;
}

.intab_wrap > ul > li {
    width: 33.3333%;
    display: block;
    font-size: 15px;
    line-height: 46px;
    transform: rotate(-0.03deg);
    z-index: 99;
    position: relative;
}

.intab_wrap > ul > li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 25%;
    width: 1px;
    height: 50%;
    background: #e1e1e1;
}

.intab_wrap > ul > li:last-child:after {
    display: none;
}

.intab_wrap.intab_01 > ul > li {
    width: 16.66%;
}

.intab_wrap.intab_02  {
    width:500px;
}

.intab_wrap.intab_02 > ul > li {
    width:50%;
}


.intab_wrap.intab_03 > ul > li{
    width: 20% !important;
}

.intab_wrap.intab_04 {
    width: 400px;
}

.intab_wrap.intab_04 > ul > li {
    width: 50%;
}


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


.tabwrap.tw25 > ul > li {
    float: none;
    display: inline-block;

}

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



/*
.intab_wrap a:hover {
    color: #333 !important;
    font-weight: 400 !important;
    z-index: 11111;
}
*/




.it_on {
    /* background: #eaeaea !important; */
    color: #eea900 !important;
    font-weight: 400 !important;
    z-index: 11111;
}


.it-unit_1_59a.it_on,
.it-unit_2_59a.it_on,
.it-unit_3_59a.it_on
{
    background: #ed7d2e !important;
    color: #fff !important;
}

.it-unit_1_59b.it_on,
.it-unit_2_63b.it_on,
.it-unit_3_64b.it_on {
    background: #12798a !important;
    color: #fff !important;
}
.it-unit_2_63d.it_on {
    background: #6e5a92 !important;
    color: #fff !important;
}
.it-unit_1_62c.it_on,
.it-unit_2_69c.it_on,
.it-unit_3_72c.it_on {
    background: #c85052 !important;
    color: #fff !important;
}


