.head-page .testing_item>a::after {
    transform: scaleX(1);
    opacity: 1;
}

.tabs_contents .box_texts .text {
    margin-bottom: 32px;
}

.tabs_contents .box_texts .text:last-child {
    margin-bottom: 0;
}

.tabs_contents .box_texts .tit {
    color: #009143;
    font-weight: bold;
    margin-bottom: 6px;
}

.tabs_contents .box_texts .title{
    color: #009143;
    font-weight: bold;
    margin-bottom: 6px;
}
.tabs_contents .box_texts .descc{
    position: relative;
    padding-left: 12px;
    box-sizing: border-box;
}
.tabs_contents .box_texts .descc::before{
    content: "";
    position: absolute;
    left: 0;
    top: 14px;
    width: 4px;
    height: 4px;
    background-color: #00a555;
    border-radius: 50%;
}



.scale_bg p {
    padding-left: 10px;
}

.scale_bg p::before {
    width: 4px;
    height: 4px;
}

.vela-details-tab {
    background-image: url(../img/velabg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    height: 399px;
}
.vela_detail_pg02{
    background-color: #f7f7f7;
}
.vela_detail_pg02 .contents .width1200{
    position: relative;
    margin-top: -244px;
}
.menu_nav {
    width: 75%;
    margin: 0 auto;
}
.menu_nav .item {
    position: relative;
    padding-bottom: 22px;
    display: block;
    cursor: pointer;
    width: 150px;
    text-align: center;
    color: #ffffff;
    margin-right: 130px;
}
.menu_nav .item:last-child{
    margin-right: 0;
}
.menu_nav .item::after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #009143;
    transform: scale(0);
    transition: all .4s;
}
.menu_nav .item h1 {
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
}
.menu_nav .item p {
    font-family: 'ITCAVANTGARDESTD-BK', Arial, sans-serif;
    font-size: 12px;
    color: #ffffff;
    padding-top: 6px;
    line-height: 1;
}
.menu_nav .item.hover::after {
    display: block;
}
.menu_nav .item.active::after{
    transform: scale(1);
}

.vela-details-box {
    background: #ffffff;
    border-radius: 8px;
    padding: 50px 0;
    box-sizing: border-box;
}
.add_vela-details-box {
    display: none;
}

.add_vela-details-box.active {
    display: block;
}
.table-box1 {
    width: 90.5%;
    margin: 0 auto;
}
.add-table-box1 {
    max-width: 900px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 80px;
    width: 92%;
}
.tab_top1 p {
    text-align: left;
    background-image: url(../img/tab_icon.png);
    background-repeat: no-repeat;
    background-position: left 15px;
    font-size: 16px;
    line-height: 2;
    padding: 6px 2% 6px 3%;
    /* font-weight: lighter; */
    color: #000;
}
.add-table-box1 .img {
    margin-top: 100px;
    text-align: center;
}
.table-box1 table {
    width: 100%;
    border-right: 1px solid #ebeef5;
    border-bottom: 1px solid #ebeef5;
    box-sizing: border-box;
}

.table-box1 table td,
.table-box1 table th {
    border-left: 1px solid #ebeef5;
    border-top: 1px solid #ebeef5;
    box-sizing: border-box;
}

.table-box1 table th {
    width: 33.333%;
    height: 70px;
    background-color: #E8E8E8;
    font-size: 18px;
    text-align: center;
    color: #333333;
}

.table-box1 table tr {
    background-color: #F7F7F7;
}

.table-box1 table tr:nth-child(2n) {
    background-color: #ffffff;
}
.table-box1 table td {
    width: 33.333%;
    height: 50px;
    text-align: center;
    color: #333333;
}

.table-box2 {
    width: 90.5%;
    margin: 0 auto;
    text-align: center;
}

.table-box2 table {
    width: 100%;
    border-right: 1px solid #ebeef5;
    border-bottom: 1px solid #ebeef5;
    box-sizing: border-box;
}

.table-box2 table td,
.table-box2 table th {
    border-left: 1px solid #ebeef5;
    border-top: 1px solid #ebeef5;
    box-sizing: border-box;
}

.table-box2 table th {
    width: 50%;
    height: 70px;
    background-color: #E8E8E8;
    font-size: 18px;
    text-align: center;
    color: #333333;
}
.table-box2 table tr {
    background-color: #F7F7F7;
}

.table-box2 table tr:nth-child(2n) {
    background-color: #ffffff;
}

.table-box2 table td {
    width: 50%;
    height: 50px;
    text-align: center;
    color: #333333;
}
.table-box1 table tr:nth-child(1) td{
    height: 70px;
    background-color: #E8E8E8;
    font-size: 18px;
    font-weight: 600;
}
.table-box2 table tr:nth-child(1) td {
    height: 70px;
    background-color: #E8E8E8;
    font-size: 18px;
    font-weight: 600;
}



.vela_detail .table-box1 table td {
    width: auto;
}
.vela_detail .table-box1 table.add_vell_tab td{
    width: 33.33%;
}
@media only screen and (max-width:1200px) {
    .add-table-box1 .img {
        margin-top: 80px;
    }
}
@media only screen and (max-width:1043px) {
    .add-table-box1 .img {
        margin-top: 60px;
    }
    .add-table-box1{
        padding-bottom: 60px;
        padding-top: 10px;
    }
    .menu_nav .item{
        margin-right: 80px;
    }
    .vela_detail_pg02 .contents .width1200 {
        margin-top: -292px;
    }
}
@media only screen and (max-width:960px) {
    .add-table-box1 {
        padding-bottom: 20px;
        padding-top: 0;
    }
}
@media only screen and (max-width:768px) {
    .menu_nav .item p{
        display: none;
    }
    .tabs_contents .box_texts .text {
        margin-bottom: 20px;
    }
    .vela-details-tab{
        background-image: url(../img/velabg2.jpg);
    }
    .vela-details-box{
        padding: 30px 0;
    }
    .tab_top1 p{
        padding: 6px 20px;
        font-size: 14px;
    }
    .add-table-box1 .img {
        margin-top: 25px;
    }
    .menu_nav{
        width: 100%;
        flex-wrap: nowrap;
    }
    .menu_nav .item {
        margin-right: 30px;
        width: auto;
        padding-bottom: 15px;
    }
    .menu_nav .item h1{
        font-size: 16px;
    }
    table td{
        padding: 5px 20px;
        box-sizing: border-box;
        font-size: 14px;
    }
    .table-box2 table tr:nth-child(1) td{
        height: 44px;
        font-size: 16px;
    }
    .table-box1 table tr:nth-child(1) td{
        height: 44px;
        font-size: 16px;
    }
    .table-box2 table td{
        height: 42px;
    }
    .table-box1{
        overflow-x: auto;
    }
    .table-box1 table{
        width: max-content;
    }
}