﻿.mar0 {
    margin:0 !important;
}
.pad0 {
    padding: 0 !important;
}

.martop70 {
    margin-top: 70px;
}
.padtop120 {
    padding-top: 120px;
}
section {
    background: #f9f9f9;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 120px;
    word-break: keep-all;
}

    section.top_wrap {
        padding: 70px 0 50px 0;
    }

.top_wrap .mo_tit {
    display: none;
}

.top_wrap .top_banner {
    width: 100%;
    max-width: 1400px;
    border-radius: 50px;
    background-color: #f8f2d8;
    background-size: auto;
    background-position: right 35%;
    background-repeat: no-repeat;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 100px;
    gap: 20px;
    line-height: 1;
}

    .top_wrap .top_banner.wonderfitface {
        background-image: url(/UploadFile/Re_sub/Body/wonderfitface/01.png);
        background-position: 85% 70%;
        background-size: 42%;
    }

    .top_wrap .top_banner.wonderfitbody {
        background-image: url(/UploadFile/Re_sub/Body/wonderfitbody/01.png);
        background-position: 90% 40%;
        background-size: 42%;
    }

    .top_wrap .top_banner .main_tit {
        font-size: 60px;
        font-weight: 700;
        margin-top: 50px;
        line-height: 1.2;
    }

    .top_wrap .top_banner .main_txt {
        font-size: 20px;
        line-height: 1.5;
        color: #7f7f7f;
    }

    .top_wrap .top_banner .sub_tit p {
        font-size: 24px;
        font-weight: 400;
        margin-top: 15px;
    }


/* 문단 타이틀 */
.recomm_wrap .tit,
.diagram_wrap .tit,
.import_wrap .tit,
.basic_wrap .tit,
.type_wrap .tit,
.bna_wrap .tit,
.method_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 40px;
}

section .recomm_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.recomm_wrap .recomm_ctn {
    display: flex;
    gap: 20px;
    justify-content: center;
}

    .recomm_wrap .recomm_ctn .recomm_detail {
        background: #ededed;
        width: 20%;
        padding: 30px;
        border-radius: 20px;
    }

        .recomm_wrap .recomm_ctn .recomm_detail .icon i {
            font-size: 36px;
            color: #061e35;
            margin-bottom: 15px;
        }

        .recomm_wrap .recomm_ctn .recomm_detail .txt {
            font-size: 20px;
            font-weight: 500;
            
        }

.import_wrap .ctn_box .img
.bna_wrap .bna_box .bna_ctn .img {
    width: 100%;
}
section .diagram_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}
.diagram_wrap .tit {
    margin:0;
}

.diagram_wrap .sub_tit {
    font-size: 18px;
    font-weight: 500;
}

.diagram_wrap .diag_img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

    .diagram_wrap .diag_img img {
        width: 80%;
    }

.diagram_wrap .diag_img .mo_img {
    display: none;
}

.diagram_wrap .diag_mo {
    display: none;
}




section .import_wrap {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    background:#fff;
    border-radius:50px;
    padding:50px;
}

.import_wrap .import_tit {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 7px 15px;
    background: #e8cb65;
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 10px;
}
.import_wrap .ctn_box {
    margin-bottom: 70px;
}
.import_wrap .ctn_box .img {
    margin-bottom: 30px;
}

.import_wrap .ctn_box .txt {
    font-size: 18px;
    font-weight: 500;
}
    .import_wrap .ctn_box .txt span {
        font-weight: 700;
        background: #f3e9c6;
        padding: 0 5px;
        display: inline-block;
    }
    .import_wrap .ctn_box .txt p {
        font-weight: 500;
        background: #061e35;
        padding: 5px 15px;
        color: #fff;
        display: table;
        margin: 0 auto 20px;
        font-size: 24px;
    }
        .import_wrap .ctn_box .txt p span {
            font-weight: 700;
            color: #f6d982;
            display: inline-block;
            background: none;
            padding: 0;
        }
        .import_wrap .ctn_box .txt b {
            font-weight: 700;
            font-size:20px;
        }

    .import_wrap .ctn_box.graybox {
        display: flex;
        gap: 20px;
        padding: 10px;
        background: #f9f9f9;
        border-radius: 30px;
        width: 80%;
        margin: 0 auto 70px;
        align-items: center;
    }

        .import_wrap .ctn_box.graybox .img {
            width:30%;
            margin:0;
        }
        .import_wrap .ctn_box.graybox .img img {
            width: 100%;
        }

        .import_wrap .ctn_box.graybox .txt {
            width: 70%;
            text-align:left;
        }
            .import_wrap .ctn_box.graybox .txt p {
                margin: 0 0 20px 0;
            }

    .import_wrap .ctn_box .sub_tit {
        font-size: 18px;
        font-weight: 500;
    }



    section .basic_wrap {
        text-align: center;
        width: 100%;
        max-width: 1200px;
    }

.basic_wrap .sub {
    font-size: 18px;
    font-weight: 500;
}

.basic_wrap .ctn_box .img {
    margin: 0 0 50px 0;
}

.basic_wrap .ctn_box .txt {
    font-size: 18px;
}

    .basic_wrap .ctn_box .txt span {
        font-weight: 700;
        display: inline-block;
        background: #f8f2d8;
        padding: 0 3px;
    }

section .type_wrap {
    width: 100%;
    background: #f5f1e2;
    padding:80px 0;
}
    section .type_wrap .type_sect {
        width: 100%;
        max-width: 1200px;
        text-align: center;
        margin: 0 auto;
    }

.type_wrap .tit_img {
    width: 100%;
}
.type_wrap .tit_img img {
    width: 300px;
}

.type_wrap .kind_box {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    margin: 70px auto 0;
}

    .type_wrap .kind_box .sub_tit {
        font-size: 18px;
        font-weight: 500;
    }
    .type_wrap .kind_box .tit {
        font-size: 34px;
        font-weight: 700;
    }
        .type_wrap .kind_box .tit span {
            color: #d9b42a;
            font-weight: 900;
            display:inline-block;
        }
    .type_wrap .kind_box .kind_img,
    .type_wrap .kind_box .kind_img img {
        width: 100%;
    }

        .type_wrap .kind_box .kind_img .mo_kind {
            display:none;
        }


.inbody_box {
    width: 100%;
    max-width: 1000px;
    padding: 40px;
    background: #fff;
    border-radius: 50px;
    text-align: center;
    margin: 0 auto;
}
    .inbody_box.martop70 {
        margin: 70px auto 0;
    }

    .inbody_box .in_tit {
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
    }

        .inbody_box .in_tit .case {
            width: 35%;
            background: #f3f3f3;
            border-radius: 20px;
            font-size: 24px;
            font-weight: 700;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 10px;
        }
            .inbody_box .in_tit .case span {
                padding: 5px 15px;
                background: #061e35;
                border-radius: 30px;
                font-size: 16px;
                font-weight: 700;
                color: #fff;
            }

        .inbody_box .in_tit .chart_box {
            width: 65%;
            display: flex;
            flex-direction: column;
            gap: 5px;
        }
            .inbody_box .in_tit .chart_box .part {
                width: 100%;
                border: 2px solid #061e35;
                border-radius: 5px;
                display: flex;
                align-items: center;
            }
                .inbody_box .in_tit .chart_box .part .part_tit {
                    width: 20%;
                    background: #061e35;
                    color:#fff;
                    font-size:18px;
                }
                .inbody_box .in_tit .chart_box .part .part_tit {
                    width: 20%;
                    background: #061e35;
                    color: #fff;
                    font-size: 18px;
                    text-align: center;
                    padding: 10px 0;
                }
                .inbody_box .in_tit .chart_box .part .part_txt {
                    width: 80%;
                    color: #061e35;
                    font-size: 20px;
                    font-weight: 500;
                    text-align: left;
                    padding: 0 20px;
                }

    .inbody_box .h_tit {
        padding: 10px 20px;
        background: #f3f3f3;
        margin-bottom: 25px;
        text-align: left;
        font-size: 20px;
        font-weight: 700;
    }
    .inbody_box .pc_img {
        width:100%;
    }
    .inbody_box .mo_img {
        display:none;
    }
    .inbody_box .pc_img img {
        width: 100%;
    }

    .inbody_box .fat_box {
        width: 100%;
        background: #061e35;
        color: #fff;
        padding: 25px;
        font-size: 32px;
        font-weight: 700;
        border-radius: 20px;
        margin-top: 30px;
    }
        .inbody_box .fat_box span {
            background: #e8cb65;
            color: #000;
            font-weight: 900;
        }


        section .bna_wrap {
            text-align: center;
            width: 100%;
            max-width: 1400px;
            padding-top: 120px;
        }

.bna_wrap .sub_tit {
    font-size: 22px;
    font-weight: 700;
}

.bna_wrap .tit {
    font-size: 42px;
    font-weight: 700;
    color: #d9b42a;
}

.bna_wrap .hash_box {
    display: flex;
    justify-content: center;
    gap: 10px;
    font-weight:400;
    color:#000;
}

    .bna_wrap .hash_box span {
        font-size:18px;
        background:#fff;
        padding:3px 5px;
    }


.bna_wrap .bna_box {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 80px;
}

.bna_wrap .bna_box .bna_ctn .no {
    padding: 7px 20px;
    background: #061e35;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    position: relative;
}

.bna_wrap .bna_box .bna_ctn::before {
    content: " ";
    width: 100%;
    height: 1px;
    background: #ebebeb;
    position: absolute;
    top: 20px;
    left: 0;
}

.bna_wrap .bna_box .bna_ctn {
    width: 100%;
    background: unset;
    position: relative;
}

.bna_wrap .bna_box .bna_ctn .sub_tit {
    margin: 20px 0 40px 0;
    font-size: 26px;
    font-weight: 600;
}

        .bna_wrap .bna_box .bna_ctn .img {
        }

    .bna_wrap .bna_box .bna_ctn .part_box {
        font-size: 20px;
        font-weight: 700;
        margin-top: 30px;
    }

    .bna_wrap .bna_box .bna_ctn .part_box span {
        color: #fff;
        background: #061e35;
        display:inline-block;
        padding:3px 5px;
        margin-right:10px;
    }

.noti {
    font-size: 16px;
    color: #adadad;
    margin-top: 30px;
}



section.border {
    background: #fff;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 120px 0;
}

section .method_wrap {
    text-align: center;
    width: 100%;
    max-width: 1200px;
}

.method_wrap .step_box {
    width: 100%;
    border-radius: 50px;
    background: #f9f9f9;
    padding: 40px 80px 60px 80px;
    margin-top: 50px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

    .method_wrap .step_box .step_no {
        width: 100px;
        height: 100px;
        border-radius: 100%;
        background: #061e35;
        color: #fff;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }

        .method_wrap .step_box .step_no .no {
            font-size: 36px;
            font-weight: 700;
            line-height: 1;
        }

    .method_wrap .step_box .step_tit {
        font-size: 28px;
        font-weight: 600;
        margin: 20px 0 40px 0;
        
    }

    .method_wrap .step_box .step_ctn {
        display: flex;
        justify-content: center;
        gap: 20px;
        width: 100%;
    }

        .method_wrap .step_box .step_ctn .step_detail {
            width: 25%;
        }

            .method_wrap .step_box .step_ctn .step_detail .img {
                width: 100%;
                border-radius: 20px;
                overflow: hidden;
                display: table;
            }

                .method_wrap .step_box .step_ctn .step_detail .img img {
                    width: 100%;
                    display: table-cell;
                }

            .method_wrap .step_box .step_ctn .step_detail .txt {
                font-size: 18px;
                font-weight: 600;
                margin-top: 20px;
            }

        .method_wrap .step_box .step_ctn .bna_img {
            margin-bottom: 50px;
        }
    .method_wrap .step_box .step_ctn2 .bna_img {
        margin-bottom: 0;
        margin-top: 70px;
    }

    .method_wrap .step_box .step_txt {
        font-size: 18px;
        
    }

        .method_wrap .step_box .step_txt span {
            font-weight: 700;
            display: inline-block;
            background: #fff;
            padding: 0 3px;
        }

    .method_wrap .step_box hr {
        border: 1px solid #e8e8e8;
        width: 80%;
        margin-top: 40px;
    }

    .method_wrap .step_box .info_list {
        display: grid;
        margin-top: 15px;
        font-size: 20px;
        justify-content: center;
        gap: 5px;
    }

        .method_wrap .step_box .info_list .list_box {
            display: flex;
            text-align: left;
            gap: 10px;
            font-size: 16px;
            color: #747474;
            
        }


    .method_wrap .step_box .step_boxtit {
        padding: 15px 30px;
        background: #9eb6bf;
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        border-radius: 20px;
        margin-bottom: 20px;
    }



    .method_wrap .step_box .add_box {
        width: 100%;
        background: #fff;
        border-radius: 30px;
        padding: 40px;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        gap: 40px;
    }

        .method_wrap .step_box .add_box .add_ctn {
        }

            .method_wrap .step_box .add_box .add_ctn .tit {
                color: #fff;
                font-size: 24px;
                font-weight: 700;
                background: #e5b180;
                display: inline-block;
                padding: 5px 20px;
                border-radius: 30px;
                margin-bottom: 20px;
            }

            .method_wrap .step_box .add_box .add_ctn .txt {
            }

                .method_wrap .step_box .add_box .add_ctn .txt span {
                    font-weight: 700;
                }

            .method_wrap .step_box .add_box .add_ctn .diag_list {
                display: flex;
                justify-content: center;
                gap: 20px;
            }

                .method_wrap .step_box .add_box .add_ctn .diag_list .diag {
                    width: 150px;
                    height: 150px;
                    border-radius: 200px;
                    background: #edd7bf;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                    font-weight: 500;
                    font-size: 18px;
                }

section .apply_wrap {
    background: #061e35;
    width:100%;
}
.apply_wrap .apply_img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position:relative;
}
    .apply_wrap .apply_img img {
        width: 100%;
        display: table-cell;
    }
    .apply_wrap .apply_img a {
        display: block;
        position: absolute;
        width: 44%;
        height: 28%;
        top: 42%;
        left: 28%;
    }




    /*미디어쿼리 시작*/
@media (min-width: 768px) and (max-width: 1024px) {

    section {
        padding: 0 30px 80px 30px;
    }

        section.top_wrap {
            padding: 60px 30px 50px 30px;
        }

    .top_wrap .top_banner {
        background-size: 70%;
        background-position: 120% 35%;
        height: 400px;
        padding: 0 40px;
        gap: 30px;
        border-radius: 30px;
    }

        .top_wrap .top_banner.wonderfitface {
            background-position: 100% 70%;
            background-size: 62%;
        }

        .top_wrap .top_banner.wonderfitbody {
            background-position: 130% 40%;
            background-size: 62%;
        }

        .top_wrap .top_banner .main_tit {
            font-size: 50px;
            margin-top: 30px;
        }

        .top_wrap .top_banner .sub_tit p {
            font-size: 20px;
        }


    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .import_wrap .tit,
    .basic_wrap .tit,
    .type_wrap .tit,
    .bna_wrap .tit,
    .method_wrap .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }


    .recomm_wrap .recomm_ctn {
        flex-wrap: wrap;
        justify-content: center;
    }

        .recomm_wrap .recomm_ctn .recomm_detail {
            width: 30%;
            padding: 20px 30px;
        }

            .recomm_wrap .recomm_ctn .recomm_detail .txt {
                font-size: 16px;
            }

            .recomm_wrap .recomm_ctn .recomm_detail .icon i {
                font-size: 30px;
                margin-bottom: 10px;
            }

    .diagram_wrap .diag_img img {
        width: 100%;
    }



    .import_wrap .ctn_box .img,
    .import_wrap .ctn_box .img img,
    .basic_wrap .ctn_box .img img,
    .bna_wrap .bna_box .bna_ctn .img,
    .bna_wrap .bna_box .bna_ctn .img img {
        width: 100%;
    }




    section.border {
        padding: 80px 30px;
    }

    .method_wrap .step_box {
        padding: 40px 30px 60px 30px;
        margin-top: 30px;
    }

        .method_wrap .step_box .step_no {
            width: 80px;
            height: 80px;
        }

            .method_wrap .step_box .step_no .no {
                font-size: 30px;
            }

        .method_wrap .step_box .step_tit {
            font-size: 26px;
        }

        .method_wrap .step_box .step_ctn .step_detail .txt {
            font-size: 16px;
        }

        .method_wrap .step_box .step_ctn .bna_img img {
            width: 100%;
        }

        .method_wrap .step_box .step_txt {
            font-size: 18px;
        }

        .method_wrap .step_box .step_boxtit {
            font-size: 28px;
        }

        .method_wrap .step_box .step_txt span {
            padding: 0 3px;
        }


    section .type_wrap {
        padding: 80px 20px;
    }

    .type_img,
    .type_img img {
        width: 100%;
    }

    .import_wrap .ctn_box.graybox {
        width: 100%;
    }
    section .import_wrap {
        padding: 40px;
    }

    .import_wrap .ctn_box.graybox .txt p {
        margin: 0 0 10px 0;
        font-size: 20px;
    }
    .import_wrap .ctn_box .txt b {
        font-size: 16px;
    }
    .import_wrap .ctn_box .txt {
        font-size: 14px;
        font-weight: 500;
    }
    .inbody_box .in_tit .case {
        width: 28%;
        flex-direction: column;
    }
    .inbody_box .in_tit .chart_box {
        width: 72%;
    }
        .inbody_box .in_tit .chart_box .part .part_tit,
        .inbody_box .in_tit .chart_box .part .part_txt {
            font-size: 16px;
            padding: 0 10px;
        }

    }


@media screen and (max-width: 767px) {
    .padtop120 {
        padding-top: 60px !important;
    }

    section {
        padding: 0 20px 60px 20px;
    }

        section.top_wrap {
            padding: 40px 20px;
        }

    .top_wrap .top_banner.wonderfitface {
        background-position: 125% 70%;
        background-size: 112%;
    }
    .top_wrap .top_banner.wonderfitbody {
        background-position: -10% 40%;
        background-size: 123%;
    }

    .top_wrap .top_banner .main_tit,
    .top_wrap .top_banner .main_txt,
    .top_wrap .top_banner .sub_tit {
        display: none;
    }

    .top_wrap .mo_tit {
        display: block;
        width: 100%;
        margin-top: 30px;
        padding: 0 20px;
    }

        .top_wrap .mo_tit .main_tit {
            font-size: 40px;
            font-weight: 700;
        }

        .top_wrap .mo_tit .main_txt {
            font-size: 18px;
            color: #7f7f7f;
        }

        .top_wrap .mo_tit .sub_tit {
            margin-top: 20px;
        }

            .top_wrap .mo_tit .sub_tit p {
                font-size: 18px;
                font-weight: 400;
                margin-top: 8px;
            }


    .top_wrap .top_banner {
        height: 360px;
        background-size: 150%;
        background-position: center 30%;
    }
    .diagram_wrap .sub_tit,
    .bna_wrap .sub_tit {
        font-size: 18px;
    }
    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .import_wrap .tit,
    .basic_wrap .tit,
    .type_wrap .tit,
    .bna_wrap .tit,
    .method_wrap .tit {
        font-size: 24px;
        margin-bottom: 30px;
    }


    .recomm_wrap .recomm_ctn {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

        .recomm_wrap .recomm_ctn .recomm_detail {
            width: 47%;
            padding: 15px;
        }

            .recomm_wrap .recomm_ctn .recomm_detail .txt {
                font-size: 16px;
            }

            .recomm_wrap .recomm_ctn .recomm_detail .icon i {
                font-size: 30px;
                margin-bottom: 10px;
            }



    .diagram_wrap .diag_img img,
    .import_wrap .ctn_box .img,
    .import_wrap .ctn_box .img img,
    .basic_wrap .ctn_box .img img,
    .bna_wrap .bna_box .bna_ctn .img,
    .bna_wrap .bna_box .bna_ctn .img img,
    .type_wrap .type_sect .type_img,
    .type_wrap .type_sect .type_img img,
    .method_wrap .step_box .step_ctn2 .bna_img,
    .method_wrap .step_box .step_ctn2 .bna_img img {
        width: 100%;
    }

        .diagram_wrap .diag_img img.pc_img {
            display: none;
        }

        .diagram_wrap .diag_img img.mo_img {
            display: block;
            width: 80%;
            margin: 0 auto;
        }

    .diagram_wrap .diag_mo {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-top: 30px;
    }

        .diagram_wrap .diag_mo .txt {
            display: block;
            font-size: 16px;
            font-weight: 600;
            padding: 10px;
            background: #061e35;
            border-radius: 50px;
            color: #fff;
        }

    .diagram_wrap .diag_txt {
        font-size: 18px;
        
    }

    section .import_wrap {
        border-radius: 30px;
        padding: 30px 20px;
    }
    .import_wrap .import_tit {
        font-size: 18px;
    }
    .import_wrap .ctn_box {
        margin-bottom: 50px;
    }
        .import_wrap .ctn_box .img {
            margin-bottom: 10px;
        }
    .import_wrap .ctn_box .txt {
        font-size: 14px;
    }
        .import_wrap .ctn_box .txt p {
            font-size: 16px;
            padding: 5px 10px;
            margin: 0 auto 10px;
        }
        .import_wrap .ctn_box .txt b {
            font-size: 16px;
        }

    .basic_wrap .ctn_box .img {
        margin: 20px 0;
    }
    .basic_wrap .ctn_box .txt {
        font-size: 14px;
    }

    section .type_wrap {
        padding: 40px 20px;
    }

    .martop70 {
        margin-top: 40px;
    }
    section .bna_wrap {
        padding-top: 60px;
    }
    .bna_wrap .hash_box {
        margin-top: 10px;
    }
    .bna_wrap .hash_box span {
        font-size: 14px;
    }

    .bna_wrap .bna_box .bna_ctn {
        width: 100%;
    }

    .bna_wrap .bna_box {
        gap: 50px;
    }

        .bna_wrap .bna_box .bna_ctn .no {
            font-size: 18px;
            padding: 5px 15px;
        }

        .bna_wrap .bna_box .bna_ctn .sub_tit {
            margin: 10px 0 25px 0;
            font-size: 22px;
        }
        .bna_wrap .bna_box .bna_ctn .part_box {
            font-size: 16px;
            margin-top: 10px;
        }
        .bna_wrap .bna_box .bna_ctn .img img {
            width: 100%;
        }
     .noti {
        font-size: 13px;
        margin-top: 20px;
    }
    .type_wrap .tit_img {
        width: 100%;
    }
        .type_wrap .tit_img img {
            width: 60%;
        }
    .type_wrap .kind_box {
        border-radius: 30px;
        padding: 30px;
        margin: 40px auto 0;
    }
        .type_wrap .kind_box .sub_tit {
            font-size: 15px;
        }
    .type_wrap .kind_box .tit {
        font-size: 26px;
    }

    .type_wrap .kind_box .kind_img .pc_kind {
        display: none;
    }
    .type_wrap .kind_box .kind_img .mo_kind {
        display: block;
    }




    section.border {
        padding: 60px 20px;
    }


    .method_wrap .step_box {
        border-radius: 20px;
        padding: 30px 20px 40px 20px;
        margin-top: 30px;
    }

        .method_wrap .step_box .step_no {
            width: 70px;
            height: 70px;
        }

            .method_wrap .step_box .step_no p {
                font-size: 14px;
                margin-top: 0;
            }

            .method_wrap .step_box .step_no .no {
                font-size: 24px;
                margin-top: 0;
            }

        .method_wrap .step_box .step_tit {
            font-size: 22px;
            margin: 10px 0 20px 0;
        }

        .method_wrap .step_box .step_ctn {
            flex-wrap: wrap;
        }

            .method_wrap .step_box .step_ctn .step_detail {
                width: 45%;
            }

                .method_wrap .step_box .step_ctn .step_detail .txt {
                    font-size: 16px;
                    margin-top: 10px;
                }

            .method_wrap .step_box .step_ctn .bna_img {
                margin-bottom: 20px;
            }

                .method_wrap .step_box .step_ctn .bna_img img {
                    width: 100%;
                }

        .method_wrap .step_box .step_txt {
            font-size: 14px;
        }

        .method_wrap .step_box .step_boxtit {
            padding: 10px 20px;
            font-size: 22px;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .method_wrap .step_box hr {
            margin-top: 20px;
        }

        .method_wrap .step_box .info_list .list_box {
            font-size: 12px;
        }



        .method_wrap .step_box .add_box {
            padding: 30px 20px;
            margin-top: 30px;
            gap: 30px;
        }

            .method_wrap .step_box .add_box .add_ctn .tit {
                font-size: 20px;
            }

            .method_wrap .step_box .add_box .add_ctn .diag_list {
                flex-wrap: wrap;
                gap: 10px;
            }

                .method_wrap .step_box .add_box .add_ctn .diag_list .diag {
                    width: 120px;
                    height: 120px;
                    padding: 20px;
                    font-size: 16px;
                }
        .method_wrap .step_box .step_ctn2 .bna_img {
            margin-top: 40px;
        }


    .import_wrap .ctn_box.graybox {
        flex-direction: column;
        margin: 0 auto 50px;
        border-radius: 20px;
    }
        .import_wrap .ctn_box.graybox .img {
            width: 100%;
        }
        .import_wrap .ctn_box.graybox .txt {
            width: 100%;
            text-align: center;
        }
            .import_wrap .ctn_box.graybox .txt p {
                font-size: 16px;
                margin: 0 auto 10px;
            }
    .inbody_box {
        padding: 30px 20px;
        border-radius: 30px;
    }
        .inbody_box .in_tit {
            flex-direction: column;
            gap: 10px;
            margin-bottom: 30px;
        }
            .inbody_box .in_tit .case {
                width: 100%;
                padding: 10px;
                line-height: 1;
                font-size: 20px;
                flex-direction: column;
            }
                .inbody_box .in_tit .case span {
                    padding: 7px 10px;
                }

            .inbody_box .in_tit .chart_box {
                width: 100%;
            }
                .inbody_box .in_tit .chart_box .part {
                    flex-direction: column;
                }
                    .inbody_box .in_tit .chart_box .part .part_tit {
                        width: 100%;
                        font-size: 16px;
                        padding: 5px 0;
                    }
                    .inbody_box .in_tit .chart_box .part .part_txt {
                        text-align: center;
                        padding: 10px;
                        font-size: 16px;
                    }
        .inbody_box .h_tit {
            font-size: 17px;
            padding: 8px 15px;
        }
        .inbody_box .pc_img {
            display: none;
        }
        .inbody_box .mo_img,
        .inbody_box .mo_img img {
            width: 100%;
            display: block;
            margin-bottom: 20px;
        }
        .inbody_box .fat_box {
            font-size: 24px;
        }
        .inbody_box.martop70 {
            margin: 40px auto 0;
        }

}
