
.sub_top_menu {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 70%;
    left: 50%;
    width: 100%;
}

.sub_top_menu > ul {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    grid-gap: 0;
}

.sub_top_menu > ul > li {
    border: 1px solid #fff;
    box-sizing: border-box;
}

.sub_top_menu a {
    padding: 10px 0 8px;
    display: block;
}

.sub_top_menu p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.sub_top_menu > ul > li:nth-child(1),
.sub_top_menu > ul > li:nth-child(2) {
    border-right: none;
}

.sub_bottom_menu {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 85%;
    left: 50%;
    width: 100%;
}

.sub_bottom_menu > ul {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    grid-gap: 0;
}

.sub_bottom_menu > ul > li {
    border: 1px solid #fff;
    box-sizing: border-box;
}

.sub_bottom_menu a {
    padding: 10px 0 8px;
    display: block;
}

.sub_bottom_menu p {
    color: #fff;
    text-align: center;
    font-size: 16px;
}

.sub_bottom_menu > ul > li:nth-child(1),
.sub_bottom_menu > ul > li:nth-child(2) {
    border-right: none;
}


/*p6_1*/

.p6_1_div {
    overflow: hidden;
}

.p6_1_div h2 {
    font-size: 30px;
    text-align: center;
    padding: 20px 0 10px 0;
    box-sizing: border-box;
    display: inline-block;
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.p6_1_div p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 60px;
    margin: 0 auto;
}

.p6_1_div img {
    width: 100%;
}

.p6_1_div ul {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-gap: 10px;
    overflow: hidden;
    padding-top: 50px;
}

/*p6_1*/

/*p6_4*/

.p6_4_div th:first-child {
    font-weight: 500;
}

/*p6_4*/


@media all and (max-width:1200px) {
    .sub_main {
        padding: 30px 10px 0 10px;
        box-sizing: border-box;
    }
}

@media all and (max-width:1024px) {
    .ec-base-table.typeWrite th {
        display: block!important;
    }
}

@media all and (max-width:990px) {
    .sub_top_text {
        width: 100%;
    }
    .sub_top_menu {
        padding: 0 10px;
        box-sizing: border-box;
    }
    .sub_top_menu > ul {
        max-width: 900px;
    }
    .sub_top_div .sub_top_menu > ul > li {
        border: 1px solid #fff;
    }
    .sub_top_div .sub_top_menu > ul > li:nth-child(1),
    .sub_top_div .sub_top_menu > ul > li:nth-child(2){
        border-right: none;
    }
}

@media all and (max-width:930px) {
    .sub_contant_h2 > h2 {
        font-size: 20px;

    }
    .sub_contant_h2 > p {
        font-size: 10px;
    }
    .sub_name_h3 {
        font-size: 30px;
    }
    .sub_name_p {
        font-size: 12px;
    }
}

@media all and (max-width:767px) {
    .br_m {
        display: block;
    }
    .br_pc {
        display: none;
    }
    .sub_top_menu p {
        font-size: 15px;
    }
    .sub_top_menu > ul {
        grid-template-columns: repeat(4,1fr);
    }
    .sub_top_div .sub_top_menu > ul > li:nth-child(1),
    .sub_top_div .sub_top_menu > ul > li:nth-child(2),
    .sub_top_div .sub_top_menu > ul > li:nth-child(3) {
        border-right: none;
    }
    .p6_1_div h2 {
        font-size: 20px;
    }
    .p6_1_div p {
        font-size: 12px;
        padding-bottom: 30px;
        line-height: 1.3;
    }
    .p6_1_div ul {
        grid-template-columns: repeat(1,1fr);
        width: 80%;
        position: relative;
        transform: translateX(-50%);
        left: 50%;
    }
    #privacy_agreement {
        width: 100%!important;
    }
}