
@font-face {
    font-family: 'Cafe24Shiningstar';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_twelve@1.1/Cafe24Shiningstar.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.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(3,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;
}

.p3_1_div h2 {
    color: #313131;
    font-weight: bold;
    font-size: 40px;
    position: relative;
    line-height: 30px;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
    padding: 70px 0;
}

.div_img .h2_img {
        width:100%;
    	max-width:410px;
    }

.p3_3_ul {
    display: flex;
    grid-gap: 5%;
    justify-content: center;
}

@media all and (max-width:1200px) {
    .sub_main {
        padding: 30px 10px 0 10px;
        box-sizing: border-box;
    }
    .p3_2_s1_1 {
        min-width: initial;
    }
    .p3_3_s2_bottom {
        grid-template-columns: repeat(1,1fr);
        overflow: hidden;
    }
    .p3_3_s2_bottom > div:last-child {
        padding: 0 5px;
    }
    .p3_3_s2_bottom > div:nth-child(1) {
        max-width: initial;
    }
}

@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;
    }
    .div_img .h2_img {
        width:70%;
    }
    
}

@media all and (max-width:930px) {
    .br_m {
        display: block;
    }
    .br_pc {
        display: none;
    }
    .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;
    }
    .p3_1_div h2 {
        font-size: 30px;
        padding: 30px 0;
    }

}

@media all and (max-width:767px) {
    .sub_top_menu p {
        font-size: 15px;
    }
    .sub_top_menu > ul {
        grid-template-columns: repeat(3,auto);
    }
}