﻿.padtop120 {
    padding-top: 120px !important;
}
.martop60 {
    margin-top: 60px !important;
}

.nopadtop {
    padding-top: 0 !important;
}

.top_wrap .top_banner {
    background-color: #dce3eb;
}

    .top_wrap .top_banner.eyesshape {
        background-image: url(/UploadFile/Re_sub/ForMen/EyesShape/01.png);
        background-position: 120% 40%;
        background-size: 75%;
    }
    .top_wrap .top_banner.nose {
        background-image: url(/UploadFile/Re_sub/ForMen/Nose/01.png);
        background-position: 100% 40%;
        background-size: 70%;
    }
    .top_wrap .top_banner.Gynecomastia {
        background-image: url(/UploadFile/Re_sub/ForMen/Gynecomastia/01.png);
        background-position: 85% 40%;
        background-size: 38%;
    }




/* 문단 타이틀 */
.recomm_wrap .tit,
.diagram_wrap .tit,
.method_wrap .tit,
.bna_wrap .tit,
.case_wrap .tit,
.compare_wrap .tit,
.realcase_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
    word-break: keep-all;
}




section .diagram_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}
.diagram_wrap .diag_img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

    .diagram_wrap .diag_img img {
        width: 100%;
    }

.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;
    }



section .check_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.check_wrap .check_box {
    width: 100%;
}

    .check_wrap .check_box .check_icon,
    .compare_wrap .check_icon {
        display: inline-block;
        background: #6aabe2;
        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;
        word-break: keep-all;
    }

    .check_wrap .check_box .check_txt {
        font-size: 18px;
        word-break: keep-all;
        margin: 50px 0;
    }

        .check_wrap .check_box .check_txt span {
            font-weight: 700;
            display: inline-block;
            background: #eef3f9;
            padding: 0 3px;
        }

.check_wrap .kind_box {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 40px;
    flex-wrap: wrap;
}

    .check_wrap .kind_box .kind_ctn {
        width: 260px;
        height: 260px;
        padding: 40px;
        display: flex;
        background: #fff;
        border-radius: 50% 50%;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        word-break: keep-all;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    }

        .check_wrap .kind_box .kind_ctn .tit {
            font-size: 22px;
            font-weight: 600;
        }

        .check_wrap .kind_box .kind_ctn .txt {
            font-size: 18px;
        }


        .check_wrap .kind_box .kind_ctn .no {
            padding: 5px;
            background: #aed0dc;
            color: #fff;
            font-weight: 300;
            line-height: 1;
            width: 26px;
            height: 26px;
            font-size: 16px;
            border-radius: 50%;
        }


.check_wrap .list_box {
    width: 100%;
    max-width: 1000px;
    border-radius: 30px;
    background: #eef3f9;
    padding: 30px 50px;
    margin: 50px auto 0;
}
    .check_wrap .list_box .list_tit {
        border-radius: 30px;
        font-size: 24px;
        font-weight: 600;
        color: #061e35;
        display: inline-block;
        padding: 7px 20px;
        line-height: 1;
        background: #fff;
        margin-bottom: 20px;
    }

    .check_wrap .list_box .list_ctn {
        display: flex;
        gap: 30px;
        justify-content: center;
        text-align: left;
    }

        .check_wrap .list_box .list_ctn .list_txt {
            line-height: 2;
            font-size: 18px;
            font-weight: 500;
        }

    .check_wrap .list_box .noti {
        margin-top: 20px;
        font-size: 14px;
        color: #bebebe;
    }

section .compare_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.compare_wrap .table_box {
    display: flex;
    justify-content: center;
}

    .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: #6aabe2;
                font-weight: 700;
                color: #fff;
                font-size: 24px;
                padding: 15px;
            }

            .compare_wrap .table_box table td.bg_txt {
                background-color: #eef3f9;
                font-weight: 700;
                color: #061e35;
                font-size: 20px;
            }



section .after_wrap {
    text-align: center;
    width: 100%;
    max-width: 1200px;
}

.after_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 10px;
    word-break: keep-all;
}
.after_wrap .sub_txt {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 50px;
    word-break: keep-all;
}


.after_wrap .after_box {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

    .after_wrap .after_box .after_ctn {
        width: 25%;
        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: #6aabe2;
            font-weight: 700;
            margin: 0;
        }

        .after_wrap .after_box .txt_box .txt {
            margin-top: 10px;
            font-size: 18px;
        }





    section .knowhow_wrap {
        text-align: center;
        width: 100%;
        max-width: 1200px;
    }

.knowhow_wrap .knowhow_box {
    width: 100%;
    background: #fff;
    border-radius: 50px;
    padding: 50px 70px;
}

    .knowhow_wrap .knowhow_box .know_tit {
        font-size: 34px;
        font-weight: 700;
        margin-bottom: 30px;
        word-break: keep-all;
    }

    .knowhow_wrap .knowhow_box .know_txt {
        margin-top: 40px;
        font-size: 20px;
        word-break: keep-all;
    }
        .knowhow_wrap .knowhow_box .know_txt.surg_name {
            display: inline-block;
            padding: 10px 20px;
            background: #6aabe2;
            color: #fff;
            border-radius: 30px;
        }

        .knowhow_wrap .knowhow_box .know_txt span {
            font-weight: 700;
            display: inline-block;
            background: #dbe9f7;
            padding: 0 3px;
        }



.knowhow_wrap .check_icon {
    display: inline-block;
    background: #6aabe2;
    border-radius: 20px;
    color: #fff;
    font-weight: 700;
    padding: 5px 15px;
    margin-bottom: 10px;
}

.knowhow_wrap .tit {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 50px;
    word-break: keep-all;
}

    .knowhow_wrap .tit p {
        font-size: 34px;
        font-weight: 900;
        color: #6aabe2;
    }



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: 1400px;
}

.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;
        word-break: keep-all;
    }

    .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;
        word-break: keep-all;
    }

        .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;
            word-break: keep-all;
        }


    .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;
    }

section .case_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    padding-top: 120px;
}

.case_wrap .case_box {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
}

    .case_wrap .case_box .case_ctn {
        width: 220px;
        height: 220px;
        padding: 50px;
        display: flex;
        background: #fff;
        border-radius: 50% 50%;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        font-size: 20px;
        font-weight: 500;
        word-break: keep-all;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.02);
    }

        .case_wrap .case_box .case_ctn .no {
            padding: 5px;
            background: #c3d9e1;
            color: #fff;
            font-weight: 300;
            line-height: 1;
            width: 26px;
            height: 26px;
            font-size: 16px;
            border-radius: 50%;
        }



section .bna_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    padding-top: 120px;
}


.bna_wrap .bna_box {
    width: 100%;
    max-width: 1400px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

    .bna_wrap .bna_box .bna_ctn {
        width: 65%;
        border-radius: 20px;
        overflow: hidden;
    }

        .bna_wrap .bna_box .bna_ctn .img {
            width: 100%;
            display: table;
        }

            .bna_wrap .bna_box .bna_ctn .img img {
                width: 100%;
                display: table-cell;
            }

        .bna_wrap .bna_box .bna_ctn .bna_txt {
            padding: 20px;
            font-size: 20px;
            color: #fff;
            background: #061e35;
        }

/*눈재수술 전후*/
.bna_wrap.revision {
    padding-top: 0;
}

    .bna_wrap.revision .bna_box {
        gap: 100px;
    }

        .bna_wrap.revision .bna_box .bna_ctn {
            width: 100%;
            background: unset;
            position: relative;
        }

            .bna_wrap.revision .bna_box .bna_ctn::before {
                content: " ";
                width: 100%;
                height: 1px;
                background: #ebebeb;
                position: absolute;
                top: 25px;
                left: 0;
            }

            .bna_wrap.revision .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.revision .bna_box .bna_ctn .sub_tit {
                margin: 20px 0 40px 0;
                font-size: 26px;
                font-weight: 600;
            }
                .bna_wrap.revision .bna_box .bna_ctn .sub_tit span {
                    font-weight: 700;
                }

            .bna_wrap.revision .bna_box .bna_ctn .img {
                width: unset;
                display: block;
            }

                .bna_wrap.revision .bna_box .bna_ctn .img img {
                    width: unset;
                    display: unset;
                }



section.bg_promise {
    background-color: #e7d9cf;
    background-image: url(/UploadFile/Re_sub/Nose/Common/pro_bg.png);
    background-size: contain;
    background-position: 35% center;
    background-repeat: no-repeat;
    padding: 80px 0;
}

section .promi_wrap {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.promi_wrap .txt_box {
    width: 55%;
}

    .promi_wrap .txt_box .tit img {
        width: 100%;
    }

    .promi_wrap .txt_box .sub_txt {
        word-break: keep-all;
        margin-top: 40px;
        font-size: 20px;
    }


section .system_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
    padding-top: 120px;
}


.system_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    word-break: keep-all;
}

.system_wrap .sub_txt {
    font-size: 18px;
    word-break: keep-all;
    margin: 20px 0 40px 0;
}

.system_wrap .system_img {
    width: 80%;
    margin: 0 auto;
}

    .system_wrap .system_img img {
        width: 100%;
    }



section.bg_blue {
    background-color: #bdd0e3;
    background-image: url(/UploadFile/Re_sub/Common/dramatic.png);
    background-size: auto;
    background-position: center 20px;
    background-repeat: no-repeat;
    padding: 120px 0;
}

section .drama_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.drama_wrap .tit {
    font-size: 42px;
    word-break: keep-all;
}

    .drama_wrap .tit span {
        font-weight: 700;
    }

.drama_wrap .sub_tit {
    font-size: 24px;
    margin: 30px 0 70px 0;
    word-break: keep-all;
}

    .drama_wrap .sub_tit span {
        font-weight: 700;
    }

.drama_wrap .drama_box {
    display: flex;
    justify-content: center;
    gap: 40px;
}

    .drama_wrap .drama_box .ctn_box {
        width: 30%;
        padding: 60px 50px 40px 50px;
        background: #fff;
        position: relative;
        border-radius: 50px;
    }


        .drama_wrap .drama_box .ctn_box .tit {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(calc(-50% - 0.5px), -50%);
            background: #061e35;
            border-radius: 50px;
            padding: 12px 10px;
            color: #fff;
            font-size: 24px;
            font-weight: 500;
            width: 55%;
        }


            .drama_wrap .drama_box .ctn_box .img,
            .drama_wrap .drama_box .ctn_box .img img {
                width: 100%;
            }

        .drama_wrap .drama_box .ctn_box .check_list {
            margin-top: 30px;
            font-size: 20px;
            display: grid;
            justify-content: center;
            gap: 15px;
        }

            .drama_wrap .drama_box .ctn_box .check_list .txt_box {
                text-align: left;
                font-weight: 500;
                word-break: keep-all;
                display: flex;
            }

                .drama_wrap .drama_box .ctn_box .check_list .txt_box .icon {
                    font-size: 26px;
                    color: #061e35;
                    margin-right: 10px;
                    line-height: 1.3;
                }



section .realcase_wrap {
    text-align: center;
    width: 100%;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.realcase_wrap .realcase_box {
    display: flex;
    justify-content: center;
    gap: 30px;
    width: 100%;
}

    .realcase_wrap .realcase_box .realcase_ctn {
        width: 36%;
        padding: 40px 30px 20px 30px;
        background: #fff;
        position: relative;
        border-radius: 30px;
    }

        .realcase_wrap .realcase_box .realcase_ctn .case_no {
            position: absolute;
            top: 0;
            left: 50%;
            transform: translate(calc(-50% - 0.5px), -50%);
            background: #061e35;
            border-radius: 50px;
            padding: 8px 15px;
            color: #fff;
            font-size: 18px;
            font-weight: 700;
            line-height: 1;
        }

        .realcase_wrap .realcase_box .realcase_ctn .ctn_tit {
            font-size: 24px;
            font-weight: 700;
        }

        .realcase_wrap .realcase_box .realcase_ctn .img {
            width: 100%;
            margin: 20px 0;
        }

            .realcase_wrap .realcase_box .realcase_ctn .img img {
                width: 100%;
            }

        .realcase_wrap .realcase_box .realcase_ctn .solut_tit {
            background-color: #85aacf;
            color: #fff;
            font-size: 14px;
            font-weight: 700;
            padding: 6px 10px;
            line-height: 1;
            display: inline-block;
            border-radius: 20px;
        }

        .realcase_wrap .realcase_box .realcase_ctn .solut_txt {
            font-size: 20px;
            font-weight: 700;
            color: #85aacf;
            margin-top: 10px;
        }

        .realcase_wrap .realcase_box .realcase_ctn hr {
            border: 1px solid #e8e8e8;
            width: 100%;
            margin: 20px 0;
        }

        .realcase_wrap .realcase_box .realcase_ctn .check_list {
            font-size: 18px;
            display: grid;
            justify-content: center;
            gap: 10px;
        }

            .realcase_wrap .realcase_box .realcase_ctn .check_list .txt_box {
                text-align: left;
                font-weight: 500;
                display: flex;
            }

                .realcase_wrap .realcase_box .realcase_ctn .check_list .txt_box .icon {
                    font-size: 16px;
                    color: #061e35;
                    margin-right: 10px;
                    line-height: 1.7;
                }








/*미디어쿼리 시작*/
@media (min-width: 768px) and (max-width: 1024px) {
    .padtop120 {
        padding-top: 80px !important;
    }


   
        .top_wrap .top_banner.nose {
            background-position: 135% 40%;
            background-size: 75%;
        }
        .top_wrap .top_banner.Gynecomastia {
            background-position: 85% 40%;
            background-size: 38%;
        }



    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .method_wrap .tit,
    .bna_wrap .tit,
    .case_wrap .tit,
    .knowhow_wrap .tit,
    .compare_wrap .tit,
    .realcase_wrap .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }



    .diagram_wrap .diag_img img {
        width: 100%;
    }



    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;
        }


    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;
            word-break: keep-all;
        }

        .method_wrap .step_box .step_boxtit {
            font-size: 28px;
        }

        .method_wrap .step_box .step_txt span {
            padding: 0 3px;
        }

    section .case_wrap {
        padding-top: 80px;
    }

    .case_wrap .case_box {
        flex-wrap: wrap;
    }

        .case_wrap .case_box .case_ctn {
            width: 200px;
            height: 200px;
            padding: 40px;
        }



    .bna_wrap .bna_box .bna_ctn {
        width: 45%;
    }

        .bna_wrap .bna_box .bna_ctn .bna_txt {
            padding: 15px;
            font-size: 16px;
        }

    /*눈재수술 전후*/

    section .bna_wrap.revision {
        padding-top: 0;
    }

    .bna_wrap.revision .bna_box {
        gap: 80px;
    }

        .bna_wrap.revision .bna_box .bna_ctn .img img {
            width: 100%;
        }



    section.bg_promise {
        background-size: cover;
        background-position: 200% center;
        background-repeat: no-repeat;
        padding: 60px 30px;
    }

    .promi_wrap .txt_box {
        width: 60%;
    }

        .promi_wrap .txt_box .sub_txt {
            font-size: 18px;
        }


    section .system_wrap {
        padding-top: 80px;
    }

    .system_wrap .tit {
        font-size: 30px;
    }

    .system_wrap .sub_txt {
        font-size: 16px;
        margin: 10px 0 20px 0;
    }

    .system_wrap .system_img {
        width: 100%;
    }


    section.bg_blue {
        padding: 80px 30px;
    }

    .drama_wrap .tit {
        font-size: 34px;
    }

    .drama_wrap .sub_tit {
        font-size: 20px;
        margin: 10px 0 70px 0;
    }

    .drama_wrap .drama_box {
        gap: 20px;
    }

        .drama_wrap .drama_box .ctn_box {
            width: 50%;
            padding: 50px 25px 30px 25px;
            border-radius: 30px;
        }

            .drama_wrap .drama_box .ctn_box .tit {
                font-size: 20px;
                width: 70%;
            }

            .drama_wrap .drama_box .ctn_box .check_list {
                margin-top: 20px;
                font-size: 16px;
                gap: 10px;
            }

                .drama_wrap .drama_box .ctn_box .check_list .txt_box .icon {
                    font-size: 22px;
                }
}


@media screen and (max-width: 767px) {
    .padtop120 {
        padding-top: 60px !important;
    }

    

    .top_wrap .top_banner.eyesshape {
        background-position: 65% 30%;
        background-size: 190%;
    }
    .top_wrap .top_banner.nose {
        background-position: 75% 34%;
        background-size: 190%;
    }
    .top_wrap .top_banner.Gynecomastia {
        background-position: 30% 40%;
        background-size: 115%;
    }



    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .method_wrap .tit,
    .bna_wrap .tit,
    .case_wrap .tit,
    .knowhow_wrap .tit,
    .compare_wrap .tit,
    .realcase_wrap .tit {
        font-size: 26px;
        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 {
        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: 10px;
            background: #061e35;
            border-radius: 50px;
            color: #fff;
        }

    .diagram_wrap .diag_txt {
        font-size: 18px;
        word-break: keep-all;
    }


    .check_wrap .check_box .check_img {
        width: 100%;
    }

        .check_wrap .check_box .check_img img {
            width: 100%;
        }

    .check_wrap .kind_box {
        gap: 5px;
        margin-top: 20px;
        justify-content: space-evenly;
    }

    .check_wrap .check_box .check_txt {
        font-size: 14px;
        margin: 20px 0;
    }

    .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 .check_tit span {
            color: #85aacf;
        }

    .check_wrap .kind_box .kind_ctn {
        width: 160px;
        height: 160px;
        padding: 15px;
        gap: 8px;
    }

        .check_wrap .kind_box .kind_ctn .no {
            padding: 3px;
            width: 20px;
            height: 20px;
        }

        .check_wrap .kind_box .kind_ctn .tit {
            font-size: 16px;
        }

        .check_wrap .kind_box .kind_ctn .txt {
            font-size: 14px;
        }


    .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;
        }


    .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;
            }


    .after_wrap .after_box {
        align-items: stretch;
        flex-wrap: wrap;
        gap: 10px;
    }

        .after_wrap .after_box .after_ctn {
            width: 48%;
            border-radius: 30px;
        }

        .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;
            }
    .list_box {
        border-radius: 20px;
        padding: 20px;
        margin: 30px auto 0;
    }

    .list_box .list_tit {
        font-size: 20px;
        padding: 7px 15px;
    }

        .list_box .list_ctn {
            flex-direction: column;
            gap: 0px;
        }

            .list_box .list_ctn .list_txt {
                font-size: 14px;
            }
        .list_box .noti {
            font-size: 12px;
            text-align:left;
        }

            section.border {
                padding: 60px 20px;
            }

    .after_wrap .tit {
        font-size: 26px;
    }
    .after_wrap .sub_txt {
        font-size: 16px;
        margin-bottom: 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: 24px;
            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;
        }

    section .case_wrap {
        padding-top: 60px;
    }

    .case_wrap .case_box {
        flex-wrap: wrap;
        gap: 15px;
    }

        .case_wrap .case_box .case_ctn {
            width: 140px;
            height: 140px;
            padding: 20px;
            gap: 15px;
            font-size: 16px;
        }



    section .bna_wrap {
        padding-top: 80px;
    }

    .bna_wrap .bna_box .bna_ctn {
        width: 100%;
    }

        .bna_wrap .bna_box .bna_ctn .bna_txt {
            padding: 15px;
            font-size: 16px;
        }




    /*눈재수술 전후*/

    section .bna_wrap.revision {
        padding-top: 0;
    }

    .bna_wrap.revision .bna_box {
        gap: 40px;
    }

        .bna_wrap.revision .bna_box .bna_ctn .no {
            font-size: 18px;
            padding: 5px 15px;
        }

        .bna_wrap.revision .bna_box .bna_ctn .sub_tit {
            margin: 10px 0 25px 0;
            font-size: 16px;
        }

        .bna_wrap.revision .bna_box .bna_ctn .img img {
            width: 100%;
        }



    section.bg_promise {
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        padding: 40px 30px;
    }

    .promi_wrap .txt_box {
        width: 100%;
    }

        .promi_wrap .txt_box .sub_txt {
            font-size: 16px;
        }



    section .system_wrap {
        padding-top: 60px;
    }

    .system_wrap .tit {
        font-size: 26px;
    }

    .system_wrap .sub_txt {
        font-size: 14px;
        margin: 10px 0 20px 0;
    }

    .system_wrap .system_img {
        width: 100%;
    }

    section.bg_blue {
        background-size: 90%;
        padding: 80px 30px;
    }

    .drama_wrap .tit,
    .ytb_wrap .tit {
        font-size: 34px;
        margin: 10px 0 30px 0;
    }

    .drama_wrap .sub_tit {
        font-size: 20px;
        margin: 20px 0 60px 0;
    }

    .drama_wrap .drama_box {
        flex-direction: column;
        gap: 70px;
    }

        .drama_wrap .drama_box .ctn_box {
            width: 100%;
            padding: 60px 30px 25px 30px;
            border-radius: 30px;
        }

            .drama_wrap .drama_box .ctn_box .img {
                width: 90%;
                margin: 0 auto;
            }


            .drama_wrap .drama_box .ctn_box .tit {
                font-size: 20px;
            }

            .drama_wrap .drama_box .ctn_box .check_list {
                font-size: 16px;
                gap: 10px;
                margin-top: 20px;
            }

                .drama_wrap .drama_box .ctn_box .check_list .txt_box .icon {
                    font-size: 18px;
                }


    .realcase_wrap .realcase_box {
        flex-direction: column;
        gap: 40px;
        width: 90%;
    }

        .realcase_wrap .realcase_box .realcase_ctn {
            width: 100%;
            padding: 25px 20px 20px 20px;
            border-radius: 20px;
        }

            .realcase_wrap .realcase_box .realcase_ctn .img {
                width: 100%;
                margin: 10px 0;
            }

            .realcase_wrap .realcase_box .realcase_ctn .case_no {
                font-size: 14px;
            }

            .realcase_wrap .realcase_box .realcase_ctn .ctn_tit {
                font-size: 22px;
            }

            .realcase_wrap .realcase_box .realcase_ctn .solut_txt {
                font-size: 18px;
            }

            .realcase_wrap .realcase_box .realcase_ctn hr {
                margin: 10px 0 15px 0;
            }

            .realcase_wrap .realcase_box .realcase_ctn .check_list {
                font-size: 15px;
                gap: 0;
            }

                .realcase_wrap .realcase_box .realcase_ctn .check_list .txt_box .icon {
                    font-size: 14px;
                }

}
