﻿


.topmar50 {
    margin-top: 50px !important;
}
.topmar30 {
    margin-top: 30px !important;
}

.padbot0 {
    padding-bottom: 0 !important;
}



.top_wrap .top_banner {
    background-color: #ede7f3;
}

    .top_wrap .top_banner.augmentation {
        background-image: url(/UploadFile/Re_sub/ForWomenBreast/Augmentation/01_1.png);
        background-position: 90% 60%;
        background-size: 50%;
    }

    .top_wrap .top_banner.Reduction {
        background-image: url(/UploadFile/Re_sub/ForWomenBreast/Reduction/01.png);
        background-position: 90% 50%;
        background-size: 40%;
    }

    .top_wrap .top_banner.Sagging {
        background-image: url(/UploadFile/Re_sub/ForWomenBreast/Sagging/01.png);
        background-position: 90% 70%;
        background-size: 45%;
    }




    .inform_notice p,
    .knowhow_wrap .knowhow_box .noti,
    .compare_wrap .noti,
    .scar_wrap .noti {
        margin-top: 10px;
        font-size: 14px;
        color: #bebebe;
    }


section .recomm_wrap,
section .diagram_wrap,
section .knowhow_wrap,
section .introduce_wrap,
section .compare_wrap,
section .position_wrap,
section .scar_wrap,
section .system_wrap,
section .progress_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}


/* 문단 타이틀 */
.recomm_wrap .tit,
.diagram_wrap .tit,
.method_wrap .tit,
.knowhow_wrap .tit,
.compare_wrap .tit,
.position_wrap .tit,
.progress_wrap .tit,
.system_wrap .tit,
.after_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    
}





.diagram_wrap .diag_img .mo_img {
    display: none;
}

.diagram_wrap .diag_mo {
    display: none;
}

.diagram_wrap .diag_txt {
    font-size: 22px;
    margin-top: 30px;
}

    .diagram_wrap .diag_txt span {
        font-weight: 700;
    }




.knowhow_wrap .knowhow_box {
    width: 100%;
    background: #fff;
    border-radius: 50px;
    padding: 50px 70px;
}

    .knowhow_wrap .knowhow_box .know_tit {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 40px;
        
    }

    .knowhow_wrap .knowhow_box .know_txt {
        margin-top: 40px;
        font-size: 20px;
        
    }

        .knowhow_wrap .knowhow_box .know_txt span {
            font-weight: 700;
            display: inline-block;
            background: #ede7f3;
            padding: 0 3px;
        }


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_txt {
        font-size: 20px;
        
    }

        .method_wrap .step_box .step_txt span {
            font-weight: 700;
            display: inline-block;
            background: #fff;
            padding: 0 3px;
        }

    .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;
    }


.type_wrap.bg_purple {
    background-color: #f2edf7;
    padding: 120px 0;
    width:100%;
}

section .type_wrap .type_sect {
    width: 100%;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
}

.type_wrap .type_sect .tit,
.scar_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 20px;
    
}

.type_wrap .type_sect .sub_txt,
.scar_wrap .sub_txt {
    font-size: 18px;
    
    margin: 20px 0 40px 0;
}
    .type_wrap .type_sect .sub_txt b {
        font-weight:600;
    }

    .type_sect .type_box {
        display: flex;
        width: 100%;
        justify-content: space-around;
        margin-top: 40px;
    }

    .type_sect .type_box .type_ctn {
        width: 30%;
        padding: 50px 30px;
        background: #fff;
        border-radius: 30px;
        cursor:pointer;
    }
        .type_sect .type_box .type_ctn.motiva:hover {
            background: #ecd8ed;
            transition: .2s;
        }

        .type_sect .type_box .type_ctn.mentor:hover {
            background: #d6e2ec;
            transition: .2s;
        }

        .type_sect .type_box .type_ctn.sebbin:hover {
            background: #c6e5e2;
            transition: .2s;
        }


        .type_sect .type_box .type_ctn .name {
            border-radius: 30px;
            font-size: 26px;
            font-weight: 600;
            color: #fff;
            display: inline-block;
            padding: 12px 50px;
            line-height: 1;
            margin-top: 30px;
        }
        .type_sect .type_box .type_ctn.motiva .name {
            background: #79187d;
        }
        .type_sect .type_box .type_ctn.mentor .name {
            background: #004277;
        }
        .type_sect .type_box .type_ctn.sebbin .name {
            background: #115e72;
        }


        .type_sect .type_box .type_ctn .txt_box {
            display: flex;
            justify-content: center;
        }
            .type_sect .type_box .type_ctn .txt_box .txt {
                font-size: 20px;
                font-weight: 500;
                text-align: left;
                line-height: 2;
                margin: 20px 0 30px 0;
            }
                .type_sect .type_box .type_ctn .txt_box .txt i {
                    font-size: 5px;
                    vertical-align: middle;
                    margin-right: 5px;
                }

        .type_sect .type_box .type_ctn .btn {
            display: inline-block;
            background: #061e35;
            color: #fff;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 20px;
        }

.introduce_wrap .introduce_box {
    text-align:center;
}

.introduce_wrap .introduce_box .name {
    border-radius: 30px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 12px 40px;
    line-height: 1;
    margin-top: 100px;
}
.introduce_wrap .introduce_box.motiva .name {
    background: #79187d;
}
.introduce_wrap .introduce_box.mentor .name {
    background: #004277;
}
.introduce_wrap .introduce_box.sebbin .name {
    background: #115e72;
}

    .introduce_wrap .introduce_box .introduce_ctn {
        display: flex;
        align-items: center;
        width: 80%;
        background: #fff;
        border-radius: 30px;
        padding: 30px;
        margin: 30px auto 0;
        gap: 30px;
    }

        .introduce_wrap .introduce_box .introduce_ctn .img {
            width:35%;
        }
        .introduce_wrap .introduce_box .introduce_ctn .img img {
            width: 100%;
        }

        .introduce_wrap .introduce_box .introduce_ctn .txt_box {
            width: 65%;
            text-align: left;
        }
.introduce_box .introduce_ctn .txt_box .tit {
    font-weight: 700;
    font-size: 20px;
}
.introduce_box.motiva .introduce_ctn .txt_box .tit {
    color: #79187d;
}
.introduce_box.mentor .introduce_ctn .txt_box .tit {
    color: #004277;
}
.introduce_box.sebbin .introduce_ctn .txt_box .tit {
    color: #115e72;
}
.introduce_box .introduce_ctn .txt_box .txt {
    margin-top:10px;
    
}




.compare_wrap .table_box {
    width: 80%;
    margin: 0 auto;
}

    .compare_wrap .table_box table {
    }

        .compare_wrap .table_box table td {
            padding: 20px 5px;
            vertical-align: middle;
            font-size: 18px;
            text-align: center;
            border-bottom: 1px solid #c7c7c7;
        }


            .compare_wrap .table_box table td.img {
                padding: 0;
                border-bottom: none;
            }

                .compare_wrap .table_box table td.img img {
                    width: 100%;
                }

            .compare_wrap .table_box table td.bg_tit {
                background-color: #3e167b;
                font-weight: 700;
                color: #fff;
                font-size: 24px;
                padding: 15px;
            }

            .compare_wrap .table_box table td.bg_txt {
                background-color: #eee8f5;
                font-weight: 700;
                color: #3e167b;
                font-size: 20px;
            }



section .position_wrap {
    margin:120px 0;
}

.position_wrap .position_box {
    display: flex;
    justify-content: center;
    width: 100%;
    gap: 5%;
}

    .position_wrap .position_box .posi_ctn {
        width: 40%;
    }
        .position_wrap .position_box .posi_ctn .tit {
            width: 100%;
            background: #3e167b;
            color: #fff;
            font-size: 24px;
            padding: 10px;
            border-radius: 30px;
            margin-bottom: 10px;
        }
            .position_wrap .position_box .posi_ctn .img img {
                width:100%;
            }


            .position_wrap .position_box .posi_ctn .check_list {
                margin-top: 10px;
                font-size: 18px;
                display: grid;
                justify-content: center;
                gap: 15px;
                background: #f9f9f9;
                padding: 30px;
                border-radius: 30px;
            }

    .position_wrap .position_box .posi_ctn .check_list .txt_box {
        text-align: left;
        font-weight: 500;
        
        display: flex;
    }
        .position_wrap .position_box .posi_ctn .check_list .txt_box b {
            font-weight:700;
        }

        .position_wrap .position_box .posi_ctn .check_list .txt_box .icon {
            font-size: 20px;
            color: #061e35;
            margin-right: 10px;
            line-height: 1.3;
        }


.scar_wrap .scar_box {
    width: 80%;
    background: #f9f9f9;
    padding: 40px 50px 60px 50px;
    border-radius: 30px;
    margin: 0 auto;
}

.scar_wrap .sub_txt b {
    font-weight:600;
}

.scar_wrap .scar_box .name {
    display: inline-block;
    padding: 5px 40px;
    font-size: 28px;
    font-weight: 600;
    background: #3e167b;
    color: #fff;
    margin-bottom: 30px;
    border-radius: 30px;
}
    .scar_wrap .scar_box .img {
        width:100%;
    }
        .scar_wrap .scar_box .img img {
            width: 100%;
        }

.scar_wrap hr {
    margin: 50px 0;
    border: 1px solid #ebebeb;
}


section .system_wrap {
    padding-top: 120px;
}



.system_wrap .sub_txt {
    font-size: 18px;
    
    margin:20px 0 40px 0;
}

.after_wrap .after_img {
    width: 70%;
    margin: 40px auto 0;
}

.system_wrap .system_img,
.progress_wrap .progress_img {
    width: 80%;
    margin: 0 auto;
}

    .system_wrap .system_img img,
    .progress_wrap .progress_img img,
    .after_wrap .after_img img {
        width: 100%;
    }



section .after_wrap {
    text-align: center;
}

.after_wrap .after_box {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content:center;
}

    .after_wrap .after_box .after_ctn {
        width: 70%;
        background: #fff;
        border-radius: 30px;
    }

    .after_wrap .after_box .img {
        width: 100%;
        display:table;
    }

    .after_wrap .after_box .img img {
        width: 100%;
        display: table-cell;
    }

    .after_wrap .after_box .txt_box {
        padding: 30px;
    }
        .after_wrap .after_box .txt_box .tit {
            font-size: 26px;
            color: #47267d;
            font-weight: 700;
            margin: 0;
        }
        .after_wrap .after_box .txt_box .txt {
            margin-top: 10px;
            font-size: 18px;
        }



section .level_wrap {
    text-align: center;
    background: #fff;
    border-radius: 30px;
    width: 100%;
    max-width: 1000px;
    padding: 40px 50px;
    margin-top: 50px;
}
.level_wrap .level_tit {
    border-radius: 30px;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    display: inline-block;
    padding: 7px 20px;
    line-height: 1;
    background: #3e167b;
    margin-bottom: 20px;
}

.level_wrap .level_box {
    display: flex;
    gap: 10px;
    width: 100%;
    justify-content: center;
}

    .level_wrap .level_box .level_ctn {
        width: 25%;
        background: #f9f9f9;
        border-radius: 20px;
    }

    .level_wrap .level_box .img {
        width: 100%;
        display: table;
    }

        .level_wrap .level_box .img img {
            width: 100%;
            display: table-cell;
        }

    .level_wrap .level_box .txt_box {
        padding: 20px;
        text-align: left;
    }

        .level_wrap .level_box .txt_box .tit {
            font-size: 24px;
            color: #47267d;
            font-weight: 700;
            margin: 0;
        }

        .level_wrap .level_box .txt_box .txt {
            margin-top: 10px;
            font-size: 16px;
        }



section .surgstep_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    padding-top: 120px;
}

.surgstep_wrap .tit {
    font-size: 34px;
    font-weight: 700;
}

.surgstep_wrap .step_tit {
    padding: 7px 20px;
    background: #3e167b;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    display: inline-block;
    margin: 60px 0 30px 0;
}

.surgstep_wrap .step_box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 20px;
}

    .surgstep_wrap .step_box .step_ctn {
        width: 25%;
        background: #fff;
        border-radius: 20px;
    }

        .surgstep_wrap .step_box .step_ctn .img {
            width: 100%;
            display: table;
        }

            .surgstep_wrap .step_box .step_ctn .img img {
                width: 100%;
                display: table-cell;
            }

        .surgstep_wrap .step_box .step_ctn .txt_box {
            width: 100%;
            padding: 20px;
            display: flex;
            flex-direction: column;
            font-size: 18px;
            align-items: center;
            gap: 10px;
        }

            .surgstep_wrap .step_box .step_ctn .txt_box .no {
                padding: 5px;
                background: #3e167b;
                color: #fff;
                font-weight: 300;
                line-height: 1;
                width: 26px;
                height: 26px;
                font-size: 16px;
                border-radius: 50%;
            }

            .surgstep_wrap .step_box .step_ctn .txt_box .txt {
                word-break: keep-all;
            }

                .surgstep_wrap .step_box .step_ctn .txt_box .txt p {
                    font-size: 14px;
                    color: #3e167b;
                    margin-bottom: 10px;
                }

section .check_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.check_wrap .check_box {
    width: 100%;
}

    .check_wrap .check_box .check_icon {
        display: inline-block;
        background: #3e167b;
        border-radius: 20px;
        color: #fff;
        font-weight: 700;
        padding: 5px 15px;
        margin-bottom: 10px;
    }

    .check_wrap .check_box .check_tit {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 20px;
    }

        .check_wrap .check_box .check_tit span {
            color: #3e167b;
            font-weight: 900;
        }

    .check_wrap .check_box .check_txt {
        font-size: 18px;
        margin-bottom: 50px;
    }

        .check_wrap .check_box .check_txt span,
        .check_wrap .check_box .txt span {
            font-weight: 700;
            display: inline-block;
            background: #ede7f3;
            padding: 0 3px;
        }


    .check_wrap .check_box .txt {
        font-size: 18px;
        margin-top: 50px;
    }



/*미디어쿼리 시작*/
@media (min-width: 768px) and (max-width: 1024px) {
   
    .top_wrap .top_banner.augmentation {
        background-size: 67%;
        background-position: 113% 100%;
    }

    .top_wrap .top_banner.Reduction {
        background-position: 120% 50%;
        background-size: 60%;
    }
    .top_wrap .top_banner.Sagging {
        background-position: 116% 40%;
        background-size: 57%;
    }




    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .method_wrap .tit,
    .knowhow_wrap .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }



    .diagram_wrap .diag_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 .knowhow_wrap {
        padding-top: 0;
    }

    .knowhow_wrap .knowhow_box {
        border-radius: 30px;
        padding: 40px 30px;
    }

        .knowhow_wrap .knowhow_box .know_img img {
            width: 100%;
        }

        .knowhow_wrap .knowhow_box .know_txt {
            font-size: 18px;
        }




    .type_wrap.bg_purple {
        padding: 80px 40px;
        width: 110%;
    }

    .type_wrap .type_sect .tit {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .type_wrap .type_sect .sub_txt {
        font-size: 16px;
        margin: 20px;
    }

    .type_sect .type_box {
        gap: 20px;
    }

        .type_sect .type_box .type_ctn {
            width: 70%;
            padding: 20px;
            margin: 0 auto;
        }

            .type_sect .type_box .type_ctn .img {
                width: 80%;
                margin: 0 auto;
            }

                .type_sect .type_box .type_ctn .img img {
                    width: 100%
                }

            .type_sect .type_box .type_ctn .name {
                font-size: 22px;
                padding: 12px 40px;
                margin-top: 20px;
            }

            .type_sect .type_box .type_ctn .txt_box .txt {
                font-size: 16px;
                line-height: 1.7;
                margin: 20px 0;
            }

    .scar_wrap .scar_box {
        width: 100%;
    }

    section .system_wrap {
        padding-top: 80px;
    }
    .system_wrap .system_img,
    .progress_wrap .system_img,
    .progress_wrap .system_img img {
        width: 100%;
    }

    .check_wrap .check_box .check_tit {
        font-size: 30px;
        margin-bottom: 30px;
    }

}


@media screen and (max-width: 767px) {



        .top_wrap .top_banner.augmentation {
            background-size: 122%;
            background-position: 64% 50%;
        }

    .top_wrap .top_banner.Reduction {
        background-position: 10% 50%;
        background-size: 110%;
    }

    .top_wrap .top_banner.Sagging {
        background-position: 20% 70%;
        background-size: 127%;
    }




    .inform_notice p,
    .knowhow_wrap .knowhow_box .noti,
    .compare_wrap .noti,
    .scar_wrap .noti {
        margin-top: 10px;
        font-size: 12px;
    }

    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .method_wrap .tit,
    .knowhow_wrap .tit,
    .compare_wrap .tit,
    .position_wrap .tit,
    .progress_wrap .tit,
    .system_wrap .tit,
    .after_wrap .tit {
        font-size: 26px;
        margin-bottom: 30px;
    }



    .diagram_wrap .diag_img img {
        width: 100%;
    }

        .diagram_wrap .diag_img img.pc_img {
            display: none;
        }

        .diagram_wrap .diag_img img.mo_img {
            display: block;
        }

    .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: 15px;
            background: #061e35;
            border-radius: 50px;
            color: #fff;
        }

    .diagram_wrap .diag_txt {
        font-size: 18px;
    }



    .knowhow_wrap .knowhow_box .know_tit {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .knowhow_wrap .knowhow_box {
        border-radius: 20px;
        padding: 30px 20px;
    }

        .knowhow_wrap .knowhow_box .know_img img {
            width: 100%;
        }

        .knowhow_wrap .knowhow_box .know_txt {
            font-size: 15px;
            margin-top: 20px;
        }



    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: 30px;
            }

                .method_wrap .step_box .step_ctn .bna_img img {
                    width: 100%;
                }

        .method_wrap .step_box .step_txt {
            font-size: 15px;
        }

        .method_wrap .step_box .step_boxtit {
            padding: 10px 20px;
            font-size: 22px;
            border-radius: 10px;
            margin-bottom: 20px;
        }


    .type_wrap.bg_purple {
        padding: 60px 20px;
        width: 110%;
    }

    .type_wrap .type_sect .tit {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .type_wrap .type_sect .sub_txt {
        font-size: 16px;
        margin: 20px 0;
    }

    .type_sect .type_box {
        flex-direction: column;
        gap: 20px;
    }

        .type_sect .type_box .type_ctn {
            width: 80%;
            padding: 20px;
            margin: 0 auto;
        }

            .type_sect .type_box .type_ctn .img {
                width: 80%;
                margin: 0 auto;
            }

                .type_sect .type_box .type_ctn .img img {
                    width: 100%
                }

            .type_sect .type_box .type_ctn .name {
                font-size: 22px;
                padding: 12px 40px;
                margin-top: 10px;
            }

            .type_sect .type_box .type_ctn .txt_box .txt {
                font-size: 16px;
                line-height: 1.7;
                margin: 20px 0;
            }

    .introduce_wrap .introduce_box .name {
        margin-top: 80px;
        font-size: 24px;
    }

    .introduce_wrap .introduce_box .introduce_ctn {
        flex-direction: column;
        width: 100%;
        gap: 10px
    }

        .introduce_wrap .introduce_box .introduce_ctn .img,
        .introduce_wrap .introduce_box .introduce_ctn .txt_box {
            width: 100%;
        }

    .introduce_box .introduce_ctn .txt_box .tit {
        font-size: 18px;
    }

    .introduce_box .introduce_ctn .txt_box .txt {
        font-size: 14px;
    }

    .compare_wrap .table_box {
        width: 100%;
    }

        .compare_wrap .table_box table td,
        .compare_wrap .table_box table td.bg_txt {
            font-size: 15px;
        }

            .compare_wrap .table_box table td.bg_tit {
                font-size: 20px;
                padding: 10px;
            }

    section .position_wrap {
        margin: 60px 0;
    }

    .position_wrap .position_box {
        flex-direction: column;
        gap: 30px;
    }

        .position_wrap .position_box .posi_ctn {
            width: 80%;
            margin: 0 auto;
        }

            .position_wrap .position_box .posi_ctn .tit {
                font-size: 20px;
            }

            .position_wrap .position_box .posi_ctn .check_list {
                font-size: 15px;
                margin-top: 0;
                padding: 20px 30px;
                border-radius: 20px;
            }

    .scar_wrap .sub_txt {
        font-size: 16px;
    }

    .scar_wrap .tit {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .scar_wrap .scar_box {
        width: 100%;
        padding: 30px 10px;
        border-radius: 20px;
    }

    .scar_wrap hr {
        margin: 30px 0;
    }

    .scar_wrap .scar_box .name {
        font-size: 20px;
        margin-bottom: 20px;
    }


    section .system_wrap {
        padding-top: 60px;
    }

    .system_wrap .system_img,
    .progress_wrap .system_img,
    .progress_wrap .system_img img,
    .after_wrap .after_img {
        width: 100%;
    }

    .after_wrap .after_box {
        flex-direction: column;
        align-items: center;
    }

        .after_wrap .after_box .after_ctn {
            width: 80%;
            background: #fff;
            border-radius: 30px;
            cursor: pointer;
        }

        .after_wrap .after_box .txt_box {
            padding: 20px;
        }

            .after_wrap .after_box .txt_box .tit {
                font-size: 22px;
            }

            .after_wrap .after_box .txt_box .txt {
                font-size: 14px;
            }


    section .surgstep_wrap {
        padding-top: 60px;
    }

    .surgstep_wrap .tit {
        font-size: 26px;
    }

    .surgstep_wrap .step_tit {
        padding: 5px 15px;
        font-size: 16px;
        margin: 30px 0 15px 0;
    }

    .surgstep_wrap .step_box {
        gap: 10px;
        flex-wrap: wrap;
    }

        .surgstep_wrap .step_box .step_ctn {
            width: 48%;
        }

            .surgstep_wrap .step_box .step_ctn .txt_box {
                font-size: 14px;
                padding: 10px;
            }

                .surgstep_wrap .step_box .step_ctn .txt_box .txt p {
                    font-size: 13px;
                    margin-bottom: 5px;
                }

    .check_wrap .check_box .check_img {
        width: 100%;
    }

        .check_wrap .check_box .check_img img {
            width: 100%;
        }


    .check_wrap .check_box .check_txt {
        font-size: 14px;
        margin-bottom: 20px;
    }

    .check_wrap .check_box .check_icon {
        margin-bottom: 0;
        padding: 5px 10px;
    }

    .check_wrap .check_box .check_tit {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .check_wrap .check_box .txt {
        font-size: 14px;
        margin-top: 20px;
    }


    section .level_wrap {
        padding: 30px 20px;
        margin-top: 30px;
        border-radius: 20px;
    }

    .level_wrap .level_tit {
        font-size: 20px;
    }
    .level_wrap .level_box .level_ctn {
        width: 48%;
    }
    .level_wrap .level_box .txt_box .tit {
        font-size: 20px;
    }
    .level_wrap .level_box .txt_box .txt {
        margin-top: 0px;
        font-size: 14px;
    }
    .level_wrap .level_box .txt_box {
        padding: 10px;
    }

    .progress_wrap .progress_img {
        width: 100%;
    }

    }
