﻿


.padtop120 {
    padding-top: 120px !important;
}

.topmar80 {
    margin-top: 80px !important;
}
.topmar50 {
    margin-top: 50px !important;
}
.topmar30 {
    margin-top: 30px !important;
}
.topmar10 {
    margin-top: 10px !important;
}

.marbot0 {
    margin-bottom:0 !important;
}



.top_wrap .top_banner {
    background-color: #e0f1f3;
}

    .top_wrap .top_banner.BlueCoralReef {
        background-image: url(/UploadFile/Re_sub/Skin/BlueCoralReef/01_1.png);
        background-position: 95% 58%;
        background-size: 45%;
    }

    .top_wrap .top_banner.MilkySilk {
        background-image: url(/UploadFile/Re_sub/Skin/MilkySilk/01_1.png);
        background-position: 100% 105%;
        background-size: 50%;
    }

    .top_wrap .top_banner.RejuranHealer {
        background-image: url(/UploadFile/Re_sub/Skin/RejuranHealer/01.png);
        background-position: 95% 30%;
        background-size: 52%;
    }

    .top_wrap .top_banner.Botox {
        background-image: url(/UploadFile/Re_sub/Skin/Botox/01.png);
        background-position: 90% 40%;
        background-size: 50%;
    }

    .top_wrap .top_banner.filler {
        background-image: url(/UploadFile/Re_sub/Skin/Filler/01.png);
        background-position: 90% 40%;
        background-size: 50%;
    }

    .top_wrap .top_banner.Ulthera {
        background-image: url(/UploadFile/Re_sub/Skin/Ulthera/01.png);
        background-position: 90% 38%;
        background-size: 42%;
    }
    .top_wrap .top_banner.Thermage {
        background-image: url(/UploadFile/Re_sub/Skin/Thermage/01.png);
        background-position: 92% 67%;
        background-size: 37%;
    }
    .top_wrap .top_banner.Titanium {
        background-image: url(/UploadFile/Re_sub/Skin/Titanium/01.png);
        background-position: 80% 60%;
        background-size: 33%;
    }
    .top_wrap .top_banner.Inmode {
        background-image: url(/UploadFile/Re_sub/Skin/Inmode/01.png);
        background-position: 95% 100%;
        background-size: 50%;
    }
    .top_wrap .top_banner.BeautySolution {
        background-image: url(/UploadFile/Re_sub/Skin/BeautySolution/01.png);
        background-position: 95% 50%;
        background-size: 53%;
    }
    .top_wrap .top_banner.Potenza {
        background-image: url(/UploadFile/Re_sub/Skin/Potenza/01.png);
        background-position: 95% 50%;
        background-size: 53%;
    }
    .top_wrap .top_banner.ContourInjection {
        background-image: url(/UploadFile/Re_sub/Skin/ContourInjection/01.png);
        background-position: 90% 50%;
        background-size: 45%;
    }
    .top_wrap .top_banner.EarFiller {
        background-image: url(/UploadFile/Re_sub/Skin/EarFiller/01.jpg);
        background-position: 93% 50%;
        background-size: 48%;
    }
    .top_wrap .top_banner.Hipdipfiller {
        background-image: url(/UploadFile/Re_sub/Skin/Hipdipfiller/01.png);
        background-position: 85% 100%;
        background-size: 30%;
    }



section .recomm_wrap,
section .diagram_wrap,
section .method_wrap,
section .introduce_wrap,
section .care_wrap,
section .checkpoint_wrap,
section .upgrade_wrap,
section .recase_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}


/* 문단 타이틀 */
.recomm_wrap .tit,
.diagram_wrap .tit,
.method_wrap .tit,
.care_wrap .tit,
.introduce_wrap .tit,
.checkpoint_wrap .tit,
.bna_wrap .tit,
.basic_wrap .tit,
.upgrade_wrap .tit,
.recase_wrap .tit {
    font-size: 34px;
    font-weight: 700;
    margin-bottom: 50px;
}




.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 .care_wrap {
}

.care_wrap .tit b {
    font-size:38px;
}
.care_wrap .tit span {
    color: #81c5cd;
}

.care_wrap .care_ctn .img {
    width: 100%;
}
    .care_wrap .care_ctn .img img {
        width: 60%;
    }


.care_wrap .care_ctn .txt_box {
    width: 100%;
    display: flex;
    max-width: 1000px;
    margin: 30px auto 0;
}
        .care_wrap .care_ctn .txt_box .tit {
            width: 40%;
            background: #81c5cd;
            color: #fff;
            font-size: 20px;
            padding: 30px 0;
            text-align: center;
            display: flex;
            flex-direction: column;
            justify-content: center;
            font-weight: 300;
            margin: unset;
        }
            .care_wrap .care_ctn .txt_box .tit p {
                font-size: 28px;
                font-weight: 700;
            }
        .care_wrap .care_ctn .txt_box .txt {
            width: 60%;
            background: #fff;
            font-size: 20px;
            padding: 30px;
            text-align:left;
        }



    section.border {
        background: #fff;
        border-top: 1px solid #ededed;
        border-bottom: 1px solid #ededed;
        padding: 120px 0;
    }


section .method_wrap {
    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: 100px;
        width: 100%;
        margin-bottom: 50px;
        align-items: center;
    }

        .method_wrap .step_box .step_ctn .short {
            position: relative;
            width: 25%;
            height: 0;
            padding-bottom: 43.78%;
        }

            .method_wrap .step_box .step_ctn .short iframe {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
            }





    .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;
    }


.checkpoint_wrap .sub_tit {
    font-size: 20px;
    margin-bottom: 20px;
}

.checkpoint_wrap .tit span {
    color: #8fc5cc;
}

.checkpoint_wrap .short_box {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
    .checkpoint_wrap .short_box .ctn {
        display: flex;
        flex-direction: column;
        width: 27%;
        align-items: center;
        background: #ffffff;
        padding: 30px;
        border-radius: 30px;
    }
    .checkpoint_wrap .short_box .ctn .short {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 177.78%;
    }

        .checkpoint_wrap .short_box .ctn .short iframe {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
        }

        .checkpoint_wrap .short_box .ctn .txt {
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 20px;
        }

            .checkpoint_wrap .short_box .ctn .txt p {
                font-size: 24px;
                font-weight: 700;
                color: #6cb4bd;
                margin-top: 5px;
            }


.checkpoint_wrap .checkpoint_img {
    width: 60%;
    margin: 0 auto 40px;
}

.checkpoint_wrap .checkpoint_img img {
    width: 100%;
}

.checkpoint_wrap.thermage .short_box .ctn {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: center;
    gap: 40px;
    background: unset;
    padding: 0;
}

    .checkpoint_wrap.thermage .short_box .ctn .short {
        position: relative;
        width: 24%;
        height: 0;
        padding-bottom: 42.78%;
    }

    .checkpoint_wrap.thermage .short_box .ctn .short_img {
        width: 38%;
    }
        .checkpoint_wrap.thermage .short_box .ctn .short_img img {
            width: 100%;
        }





    .checkpoint_wrap .tip_img {
        width: 60%;
        margin: 0 auto 40px;
    }
    .checkpoint_wrap .tip_img img {
        width: 100%;
    }
.checkpoint_wrap .tip_box {
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    width: 60%;
    margin: 0 auto;
}
    .checkpoint_wrap .tip_box .ctn {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: stretch;
        width: 100%;
        gap: 20px;
        background: #fff;
        border-radius: 30px;
        padding: 30px;
    }

        .checkpoint_wrap .tip_box .ctn .tit {
            font-size: 30px;
            font-weight: 700;
            margin: unset;
        }

        .checkpoint_wrap .tip_box .ctn .tit span {
            font-size: 24px;
            font-weight: 400;
            color: #555;
        }

        .checkpoint_wrap .tip_box .ctn .tit.face {
            color: #c44d9a;
        }
        .checkpoint_wrap .tip_box .ctn .tit.eyes {
            color: #5fab3e;
        }
    .checkpoint_wrap .tip_box .ctn .txt {
        font-size: 16px;
    }
        .checkpoint_wrap .tip_box .ctn .txt b {
            font-weight: 700;
        }

        .checkpoint_wrap .tip_box .ctn .sur_box {
            display: flex;
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn {
            display:flex;
            justify-content:center;
            width:100%;
        }

            .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn .tit {
                display: flex;
                flex-direction: column;
                align-items: flex-start;
                width: 35%;
            }

            .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn .tit p {
                display: inline-block;
                border-radius: 30px;
                font-size: 20px;
                color: #fff;
                font-weight: 700;
                padding: 5px 20px;
            }

            .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn .tit.face p {
                background: #c44d9a;
            }
            .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn .tit.eyes p {
                background: #5fab3e;
            }


            .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn .txt {
                font-size: 20px;
                font-weight: 500;
                text-align: left;
                width: 55%;
            }




.checkpoint_wrap .step_txt {
    font-size: 20px;
    margin-top: 50px;
}

    .checkpoint_wrap .step_txt span {
        font-weight: 700;
        display: inline-block;
        background: #fff;
        padding: 0 3px;
    }



.checkpoint_wrap .table_box {
    width: 80%;
    margin: 0 auto;
}

    .checkpoint_wrap .table_box table {
    }

        .checkpoint_wrap .table_box table td {
            padding: 20px 5px;
            vertical-align: middle;
            font-size: 18px;
            text-align: center;
            border-bottom: 1px solid #c7c7c7;
        }


            .checkpoint_wrap .table_box table td.img {
                padding: 0;
                border-bottom: none;
            }

                .checkpoint_wrap .table_box table td.img img {
                    width: 100%;
                }

            .checkpoint_wrap .table_box table td.bg_tit {
                font-weight: 700;
                color: #fff;
                font-size: 24px;
                padding: 15px;
                background: #8fc5cc;
            }
            .checkpoint_wrap .table_box table td.navy {
                background: #061e35;
            }
            .checkpoint_wrap .table_box table td.gray {
                background: #a6aaab;
            }


                .checkpoint_wrap .table_box table td.sta_mode {
                    background-color: #f9ac47;
                    border-bottom: 0;
                }

            .checkpoint_wrap .table_box table td.sh_mode {
                background-color: #99cded;
                border-bottom: 0;
            }


            .checkpoint_wrap .table_box table td.bg_txt {
                background-color: #061e35;
                font-weight: 700;
                color: #fff;
                font-size: 20px;
            }

    .checkpoint_wrap .table_box.ulthera table td.bg_txt {
        background-color: #dcedef;
        color: #000;
    }



    .checkpoint_wrap .point_box {
        width: 100%;
        display: flex;
        justify-content: center;
        gap: 50px;
    }

    .checkpoint_wrap .point_box .txt_box {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 25%;
        background: #fff;
        border-radius: 20px;
        padding: 30px 20px;
        font-size: 18px;
    }

    .checkpoint_wrap .point_box .txt_box .no {
        padding: 5px;
        background: #83bfc7;
        color: #fff;
        font-weight: 300;
        line-height: 1;
        width: 26px;
        height: 26px;
        font-size: 16px;
        border-radius: 50%;
    }

.checkpoint_wrap.solut01,
.checkpoint_wrap.solut02 {
    padding-top: 120px;
}

.upgrade_wrap .up_box {
    display: flex;
    gap: 30px;
    width: 100%;
    justify-content: center;
}

    .upgrade_wrap .up_box .up_ctn {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 30%;
        background: #fff;
        padding: 30px;
        border-radius: 30px;
    }

        .upgrade_wrap .up_box .up_ctn .up_tit {
            font-size: 24px;
            font-weight: 700;
            color: #6cb4bd;
        }

        .upgrade_wrap .up_box .up_ctn .img {
            margin: 20px 0;
            width: 100%;
        }
            .upgrade_wrap .up_box .up_ctn .img img {
                width: 100%;
            }

        .upgrade_wrap .up_box .up_ctn .up_txt {
            font-size: 17px;
            text-align: center;
        }
        .upgrade_wrap .up_box .up_ctn .up_txt b {
            font-weight:700;
        }
.upgrade_wrap .step_txt {
    font-size: 20px;
    margin-top: 50px;
}
    .upgrade_wrap .step_txt span {
        font-weight: 700;
        display: inline-block;
        background: #fff;
        padding: 0 3px;
    }


            .type_wrap.bg_sky {
                background-color: #dcedef;
                background-image: url(/UploadFile/Re_sub/Common/solution.png);
                background-size: auto;
                background-position: center 10px;
                background-repeat: no-repeat;
                padding: 140px 0 70px 0;
                width: 100%;
            }

    .type_wrap.bg_sky.EarFiller {
        background-image: url(/UploadFile/Re_sub/Skin/EarFiller/EarFiller.png);
    }
        .type_wrap.bg_sky.filler {
            background-image: url(/UploadFile/Re_sub/Skin/Filler/filler.png);
            background-position: center 10px;
            background-repeat: no-repeat;
            padding: 140px 0 70px 0;
        }
    .type_wrap.bg_sky.lifting {
        background-image: url(/UploadFile/Re_sub/Skin/Ulthera/lifting.png);
    }

section .type_wrap .type_sect {
    width: 100%;
    max-width: 1400px;
    text-align: center;
    margin: 0 auto;
}

.type_wrap .type_sect .tit {
    font-size: 40px;
    font-weight: 700;
    
}
.type_wrap .type_sect .sub_tit {
    font-size: 20px;
}

.type_wrap .type_sect .sub_txt {
    font-size: 20px;    
    margin: 20px 0 30px 0;
}
    .type_wrap .type_sect .sub_txt b {
        font-weight:600;
    }
.type_wrap .type_sect .import_txt {
    display: inline-block;
    background: #8fc5cc;
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
}


.type_wrap .type_sect .type_explan {
    margin-top: 30px;
    font-size: 18px;
}
    .type_wrap .type_sect .type_explan span {
        font-weight: 700;
        display: inline-block;
        background: #eef6f7;
        padding: 0 3px;
    }

.type_sect .type_box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

        .type_sect .type_box .type_ctn {
            width: 24%;
            padding: 40px 30px;
            background: #fff;
            cursor: pointer;
            border-radius: 30px;
        }

        .type_sect .type_box .type_ctn .icon {
            height: 12%;
        }
        .type_sect .type_box .type_ctn .name {
            font-size: 26px;
            font-weight: 700;
            margin-top: 30px;
        }
        .type_sect .type_box .type_ctn .txt {
            
        }
        .type_sect .type_box .type_ctn .img {
            height: 55%;
            margin: 30px 0;
        }


        .type_sect .type_box .type_ctn:hover {
            background: #8fc5cc;
            transition: .2s;
        }


        .type_sect .type_box .type_ctn:hover .name,
        .type_sect .type_box .type_ctn:hover .txt {
            color: #fff;
        }

        .type_sect .type_box .type_ctn:hover .icon {
            -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
        }

        .type_sect .type_box .type_ctn .btn {
            display: inline-block;
            background: #061e35;
            color: #fff;
            padding: 5px 10px;
            font-size: 14px;
            border-radius: 20px;
        }




        .type_sect .type_box.milky {
            justify-content: center;
            gap: 30px;
        }

            .type_sect .type_box.milky .type_ctn {
                padding: 30px;
                width: 25%;
            }

            .type_sect .type_box.milky .type_ctn .step_tit {
                font-size: 24px;
                margin-bottom: 20px;
                font-weight: 900;
            }
                .type_sect .type_box.milky .type_ctn .step_tit span {
                    font-weight: 300;
                }
            .type_sect .type_box.milky .type_ctn .point {
                display: inline-block;
                background: #8fc5cc;
                padding: 5px 10px;
                font-size: 20px;
                font-weight: 700;
                color: #fff;
                border-radius: 20px;
            }

                .type_sect .type_box.milky .type_ctn:hover .step_tit {
                    color: #fff;
                }
                .type_sect .type_box.milky .type_ctn:hover .point {
                    background: #fff;
                    color: #8fc5cc;
                }

                .type_sect .type_box.milky .type_ctn .img {
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    height: 45%;
                }
            .type_sect .type_box.milky .type_ctn .txt {
                margin-bottom: 20px;
            }

    .type_sect .type_box.Inmode {
        gap: 50px;
        margin: 0 0 50px 0;
    }
    .type_sect .type_box.Inmode .type_ctn {
        width: 30%;
        padding: 40px;
    }
        .type_sect .type_box.Inmode .type_ctn .name {
            margin: 0 0 10px 0;
        }

        .type_sect .type_box.Inmode .type_ctn .hash {
            margin-top: 20px;
            display: flex;
            justify-content: center;
            gap: 10px;
        }

        .type_sect .type_box.Inmode .type_ctn .hash p {
            background: #dcedef;
            padding: 3px 5px;
            font-size: 18px;
            font-weight: 700;
        }

        .type_sect .type_box.Inmode .type_ctn .img {
            height: unset;
        }
        .type_sect .type_box.Inmode .type_ctn .img img {
            width: 100%;
        }




.type_wrap.EarFiller .import_img {
    margin-top: 30px;
}


.type_sect .kind_box {
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 40px;
    gap: 10px;
}

    .type_sect .kind_box .kind_ctn {
        width: 22%;
        padding: 30px;
        background: #fff;
        border-radius: 30px;
    }

        .type_sect .kind_box .kind_ctn .img {
            width:100%;
        }
        .type_sect .kind_box .kind_ctn .img img {
            width: 100%;
        }

        .type_sect .kind_box .kind_ctn .name {
            font-size: 26px;
            font-weight: 700;
            margin: 20px 0 10px 0;
        }

        .type_sect .kind_box .kind_ctn .txt {
        }


.type_sect .import_tit {
    font-weight: 900;
    color: #fff;
    background: #8fc5cc;
    padding: 5px 30px;
    border-radius: 50px;
    display: inline-block;
    font-size: 40px;
    margin: 10px 0 50px 0;
}

.type_sect .import_img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

    .type_sect .import_img img {
        width: 70%;
    }
    .type_sect .import_img.small img {
        width: 40%;
    }

    .type_sect .import_img.Ulthera img {
        width: 100%;
    }

.introduce_wrap.Potenza,
.basic_wrap {
    padding-top: 120px;
}
    .introduce_wrap.Potenza .introduce_box.solut01 .name  {
        margin: 0;
    }

    .introduce_wrap .introduce_box.milky .introduce_ctn {
        gap: 70px;
    }

.introduce_box.milky .introduce_ctn .txt_box .tit {
    color: #81bec4;
    margin: 0;
}
.introduce_box.milky .introduce_ctn .txt_box .sub_tit {
    font-size: 18px;
}

.introduce_box.milky .introduce_ctn .txt_box .txt {
    margin-top: 10px;
}

.introduce_box.milky .introduce_ctn .effect_box {
    margin-top: 30px;
    display: block;
}
.introduce_box.milky .introduce_ctn .explan {
    margin-top: 30px;
    font-size: 18px;
}

.introduce_wrap.kind .tit {
    margin: 120px 0 20px 0;
}

.introduce_wrap.kind .sub_tit {
    font-size: 20px;
}

.introduce_wrap.kind .introduce_box .name {
    margin-top: 80px;
}

.introduce_wrap.kind .introduce_box .introduce_ctn .img img {
    width:unset;
}


.type_sect .explan,
.bna_wrap .explan {
    font-size: 24px;
    font-weight: 600;
    margin-top: 70px;
}

    .type_sect .explan span,
    .type_sect .explan p,
    .bna_wrap .explan span {
        font-weight: 700;
        color: #6cb4bd;
        background: #fff;
        padding: 3px 5px;
        margin-bottom: 10px;
        display: inline-block;
    }

    .type_sect .explan b,
    .bna_wrap .explan b {
        font-size: 30px;
    }

section .bna_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.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;
        }


    .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;
            background: #061e35;
        }

        .introduce_wrap .introduce_box .introduce_ctn {
            display: flex;
            align-items: center;
            width: 80%;
            background: #fff;
            border-radius: 30px;
            padding: 50px;
            margin: 30px auto 0;
            gap: 50px;
        }

        .introduce_wrap .introduce_box .introduce_ctn .img {
            width:40%;
        }
        .introduce_wrap .introduce_box .introduce_ctn .img img {
            width: 100%;
        }

        .introduce_wrap .introduce_box .introduce_ctn .txt_box {
            width: 60%;
            text-align: left;
        }
.introduce_box .introduce_ctn .txt_box .sub_tit {
    font-weight: 700;
    background: #dcedef;
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}
.introduce_box .introduce_ctn .txt_box .tit {
    color: #061e35;
    font-size: 32px;
    font-weight: 700;
    margin: 15px 0;
    line-height: 1;
}
.introduce_box .introduce_ctn .txt_box .txt {
    
}

.introduce_box .introduce_ctn .effect_box {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.introduce_wrap.coral .introduce_box .introduce_ctn .effect_box {
    display: unset;
}

    .introduce_box .introduce_ctn .effect_box .tit {
        display: inline-block;
        font-size: 18px;
        font-weight: 700;
        color: #fff;
        background: #061e35;
        padding: 5px 15px;
        border-radius: 20px;
        margin-bottom: 10px;
    }

.introduce_box .introduce_ctn .effect_box .txt {
    font-size: 16px;
}


.type_wrap .type_sect .after_box {
    display: flex;
    gap: 20px;
    width: 100%;
    justify-content: center;
}

    .type_wrap .type_sect .after_box .after_ctn {
        width: 25%;
        background: #fff;
        border-radius: 30px;
    }

    .type_wrap .type_sect .after_box .img {
        width: 100%;
        display: table;
    }

        .type_wrap .type_sect .after_box .img img {
            width: 100%;
            display: table-cell;
        }
    .type_wrap .type_sect .after_box .txt_box {
        padding: 20px;
    }

        .type_wrap .type_sect .after_box .txt_box .tit {
            font-size: 26px;
            color: #8fc5cc;
            font-weight: 700;
            margin: 0;
        }

        .type_wrap .type_sect .after_box .txt_box .txt {
            margin-top: 10px;
        }

section .basic_wrap {
    text-align: center;
    width: 100%;
    max-width: 1200px;
}

.basic_wrap .tit span {
    display: inline-block;
    padding: 3px 10px;
    background: #fff;
    color: #83bfc7;
}

.basic_wrap .ctn_box .img {
    width: 80%;
    margin: 50px auto;
}

    .basic_wrap .ctn_box .img img {
        width: 100%;
    }

.basic_wrap .step_txt {
    font-size: 18px;
}

    .basic_wrap .step_txt span {
        font-weight: 700;
        display: inline-block;
        background: #fff;
        padding: 0 3px;
    }


section.bg_sky {
    background-color: #dcedef;
    width: 100%;
    padding-top:120px
}

section .drama_wrap {
    text-align: center;
    width: 100%;
    max-width: 1400px;
}

.drama_wrap .tit {
    font-size: 42px;
}

    .drama_wrap .tit span {
        font-weight: 700;
    }

.drama_wrap .sub_tit {
    font-size: 24px;
    margin: 30px 0 70px 0;
}

    .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;
                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;
                }

.noti {
    margin-top: 15px;
    font-size: 14px;
    color: #8e8e8e;
}

.type_wrap .type_sect .add_box {
    width: 70%;
    margin: 40px auto 0;
    background: #fff;
    border-radius: 30px;
    padding: 40px;
}
    .type_wrap .type_sect .add_box .add_ctn .tit {
        color: #fff;
        font-size: 24px;
        font-weight: 700;
        background: #6cb4bd;
        display: inline-block;
        padding: 5px 20px;
        border-radius: 30px;
        margin-bottom: 20px;
    }

    .type_wrap .type_sect .add_box .add_ctn .txt b {
        font-weight: 700;
        font-size:20px;
    }

.recase_wrap .case_box {
    display: flex;
    flex-direction: column;
    gap: 50px;
    text-align: center;
    align-items: center;
}

    .recase_wrap .case_box .case_ctn {
        width: 70%;
        border-radius:30px;
        background:#fff;
    }
        .recase_wrap .case_box .case_ctn .img {
            width: 100%;
        }
            .recase_wrap .case_box .case_ctn .img img {
                width: 100%;
                display: table-cell
            }

        .recase_wrap .case_box .case_ctn .txt {
            font-size:18px;
            font-weight:500;
            padding:30px;
        }
            .recase_wrap .case_box .case_ctn .txt p {
                font-size: 24px;
                font-weight: 700;
                color: #8fc5cc;
            }



        /*미디어쿼리 시작*/
        @media (min-width: 768px) and (max-width: 1024px) {


            .top_wrap .top_banner.augmentation {
                background-size: 50%;
            }

            .top_wrap .top_banner.BlueCoralReef {
                background-position: 138% 50%;
                background-size: 66%;
            }

            .top_wrap .top_banner.RejuranHealer {
                background-position: 170% 35%;
                background-size: 80%;
            }

            .top_wrap .top_banner.MilkySilk {
                background-position: 160% 105%;
                background-size: 75%;
            }

            .top_wrap .top_banner.Titanium {
                background-position: 95% 60%;
                background-size: 50%;
            }

            .top_wrap .top_banner.Inmode {
                background-position: 175% 80%;
                background-size: 80%;
            }
            .top_wrap .top_banner.BeautySolution {
                background-position: 145% 50%;
                background-size: 75%;
            }
            .top_wrap .top_banner.Potenza {
                background-position: 150% 30%;
                background-size: 75%;
            }
            .top_wrap .top_banner.ContourInjection {
                background-position: 170% 50%;
                background-size: 75%;
            }

            .top_wrap .top_banner.EarFiller {
                background-position: 130% 50%;
                background-size: 68%;
            }

            .top_wrap .top_banner.Hipdipfiller {
                background-position: 92% 100%;
                background-size: 45%;
            }




    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .method_wrap .tit,
    .care_wrap .tit,
    .introduce_wrap .tit,
    .checkpoint_wrap .tit,
    .bna_wrap .tit,
    .basic_wrap .tit,
    .upgrade_wrap .tit,
    .recase_wrap .tit {
        font-size: 30px;
        margin-bottom: 30px;
    }



    .diagram_wrap .diag_img img {
        width: 100%;
    }

    section.border {
        padding: 80px 30px;
    }

    section .method_wrap {
        max-width: 1200px;
    }

    .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 {
            gap: 30px;
        }

            .method_wrap .step_box .step_ctn .short {
                width: 45%;
                padding-bottom: 58.78%;
            }

            .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;
        }


    .introduce_wrap .introduce_box .introduce_ctn {
        width: 100%;
    }


    .type_wrap.bg_sky {
        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 5px;
            margin: 0 auto;
        }

            .type_sect .type_box .type_ctn .img {
                width: 80%;
                margin: 0 auto;
                height: 50%;
            }

                .type_sect .type_box .type_ctn .img img {
                    width: 100%
                }

            .type_sect .type_box .type_ctn .name {
                font-size: 20px;
                padding: 10px 0;
            }

            .type_sect .type_box .type_ctn .txt {
                font-size: 14px;
                height: 15%;
            }

            .type_sect .type_box .type_ctn .txt_box .txt {
                font-size: 16px;
                line-height: 1.7;
                margin: 20px 0;
            }

        .type_sect .type_box.milky .type_ctn {
            padding: 20px 10px;
            width: 35%;
        }

            .type_sect .type_box.milky .type_ctn .step_tit {
                font-size: 20px;
                margin-bottom: 10px;
            }

            .type_sect .type_box.milky .type_ctn .img {
                margin: 20px auto 0;
                height: 50%;
            }

                .type_sect .type_box.milky .type_ctn .img img {
                    width: unset;
                }

            .type_sect .type_box.milky .type_ctn .name {
                margin-top: 0;
            }


            .type_sect .type_box.milky .type_ctn .txt {
                height: 6%;
            }

    .type_sect .import_tit {
        font-size: 30px;
        margin: 0;
    }

        .type_sect .type_box.Inmode .type_ctn {
            width: 47%;
            padding: 15px 10px;
        }

            .type_sect .type_box.Inmode .type_ctn .txt {
                height: unset;
                font-size: 15px;
                width: 100%;
            }

            .type_sect .type_box.Inmode .type_ctn .img {
                width: 70%;
                margin: 20px auto;
            }

            .type_sect .type_box.Inmode .type_ctn .name {
                margin: 0 0 5px 0;
                font-size: 24px;
            }

            .type_sect .type_box.Inmode .type_ctn .hash {
                display: inline-block;
            }

                .type_sect .type_box.Inmode .type_ctn .hash p {
                    font-size: 16px;
                    margin-bottom: 5px;
                }

    .checkpoint_wrap .point_box {
        gap: 20px;
    }

        .checkpoint_wrap .point_box .txt_box {
            width: 50%;
        }

    .bna_wrap .bna_box .bna_ctn {
        width: 100%;
    }

    .drama_wrap .tit {
        font-size: 34px;
    }
    section.bg_sky {
        padding-top:60px;
    }

    .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.BlueCoralReef {
            background-size: 120%;
            background-position: 6% 40%;
        }

        .top_wrap .top_banner.MilkySilk {
            background-position: 15% 80%;
            background-size: 140%;
        }

    .top_wrap .top_banner.RejuranHealer {
        background-position: 55% 27%;
        background-size: 150%;
    }

        .top_wrap .top_banner.Botox {
            background-position: 40% 30%;
            background-size: 140%;
        }

    .top_wrap .top_banner.filler {
        background-position: 40% 30%;
        background-size: 140%;
    }

    .top_wrap .top_banner.Ulthera {
        background-position: 30% 30%;
        background-size: 120%;
    }

    .top_wrap .top_banner.Thermage {
        background-position: -25% 68%;
        background-size: 116%;
    }

    .top_wrap .top_banner.Titanium {
        background-position: 95% 40%;
        background-size: 95%;
    }

    .top_wrap .top_banner.Inmode {
        background-position: 35% 100%;
        background-size: 140%;
    }

    .top_wrap .top_banner.BeautySolution {
        background-position: 40% 40%;
        background-size: 160%;
    }

    .top_wrap .top_banner.Potenza {
        background-position: 55% 20%;
        background-size: 140%;
    }

    .top_wrap .top_banner.ContourInjection {
        background-position: 40% 50%;
        background-size: 135%;
    }

        .top_wrap .top_banner.EarFiller {
            background-position: 40% 50%;
            background-size: 135%;
        }

        .top_wrap .top_banner.Hipdipfiller {
            background-position: 40% 100%;
            background-size: 90%;
            height: 340px;
        }




    /* 문단 타이틀 */
    .recomm_wrap .tit,
    .diagram_wrap .tit,
    .method_wrap .tit,
    .care_wrap .tit,
    .introduce_wrap .tit,
    .checkpoint_wrap .tit,
    .bna_wrap .tit,
    .basic_wrap .tit,
    .upgrade_wrap .tit,
    .recase_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;
    }

    .introduce_wrap .introduce_box .introduce_ctn {
        width: 100%;
    }

    .care_wrap .tit b {
        font-size: 30px;
    }

    .care_wrap .care_ctn .txt_box {
        flex-direction: column;
    }

        .care_wrap .care_ctn .txt_box .tit {
            width: 100%;
            padding: 15px;
            font-size: 18px;
        }

            .care_wrap .care_ctn .txt_box .tit p {
                font-size: 24px;
            }

        .care_wrap .care_ctn .txt_box .txt {
            width: 100%;
            padding: 15px 20px;
            font-size: 16px;
        }

    .care_wrap .care_ctn .img img {
        width: 100%;
    }

    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;
            gap: 0px;
        }

            .method_wrap .step_box .step_ctn.mar0 {
                margin: 0;
            }


            .method_wrap .step_box .step_ctn .short {
                position: relative;
                width: 70%;
                height: 0;
                padding-bottom: 123.78%;
            }

            .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.milky .step_ctn .bna_img {
            margin-bottom: 0;
        }

        .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_sky {
        padding: 60px 20px;
        width: 110%;
        background-size: contain;
    }

        .type_wrap.bg_sky.filler {
            padding: 80px 20px;
        }

        .type_wrap .type_sect .import_txt {
            font-size: 18px;
            padding: 10px 15px;
        }

    .type_wrap .type_sect .tit {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .type_wrap .type_sect .sub_txt {
        font-size: 16px;
        margin: 20px 0;
    }

    .type_wrap .type_sect .type_explan {
        font-size: 15px;
    }


    .type_sect .type_box {
        gap: 10px;
        flex-wrap: wrap;
    }

        .type_sect .type_box .type_ctn {
            width: 47%;
            padding: 20px 5px;
            margin: 0 auto;
            border-radius: 15px;
        }

            .type_sect .type_box .type_ctn .icon img {
                width: 30%;
            }

            .type_sect .type_box .type_ctn .name {
                font-size: 22px;
                margin-top: 10px;
            }

            .type_sect .type_box .type_ctn .txt {
                height: 18%;
                font-size: 14px;
            }

            .type_sect .type_box .type_ctn .img {
                width: 50%;
                margin: 10px auto;
                height: unset;
            }

                .type_sect .type_box .type_ctn .img img {
                    width: 100%
                }

    .checkpoint_wrap.solut01,
    .checkpoint_wrap.solut02 {
        padding-top: 60px;
    }

    .checkpoint_wrap .checkpoint_img {
        width: 100%;
    }

    .checkpoint_wrap .point_box {
        flex-direction: column;
        gap: 20px;
    }

        .checkpoint_wrap .point_box .txt_box {
            width: 100%;
        }

    .type_sect .explan,
    .bna_wrap .explan {
        font-size: 18px;
        margin-top: 40px;
    }

        .type_sect .explan b,
        .bna_wrap .explan b {
            font-size: 24px;
        }


    .bna_wrap .bna_box {
        gap: 30px;
    }

        .bna_wrap .bna_box .bna_ctn {
            width: 100%;
            border-radius: 10px;
        }

            .bna_wrap .bna_box .bna_ctn .bna_txt {
                padding: 10px;
                font-size: 14px;
                word-break: keep-all;
            }


    .type_sect .type_box.milky .type_ctn {
        padding: 20px;
        width: 80%;
    }

        .type_sect .type_box.milky .type_ctn .step_tit {
            font-size: 20px;
            margin-bottom: 10px;
        }

            .type_sect .type_box.milky .type_ctn .step_tit span {
                font-weight: 300;
            }

        .type_sect .type_box.milky .type_ctn .point {
            font-size: 16px;
        }

        .type_sect .type_box.milky .type_ctn:hover .step_tit {
            color: #fff;
        }

        .type_sect .type_box.milky .type_ctn:hover .point {
            background: #fff;
            color: #8fc5cc;
        }

        .type_sect .type_box.milky .type_ctn .img {
            height: unset;
        }

            .type_sect .type_box.milky .type_ctn .img img {
                width: 70%
            }

        .type_sect .type_box.milky .type_ctn .txt {
            height: unset;
        }


    .type_wrap .import_img {
        width: 100%;
    }

        .type_wrap .import_img img {
            width: 100%;
        }

    .type_sect .import_img.small img {
        width: 100%;
    }

    .type_sect .kind_box {
        flex-wrap: wrap;
    }

        .type_sect .kind_box .kind_ctn {
            width: 48%;
            padding: 15px;
            border-radius: 20px;
        }

            .type_sect .kind_box .kind_ctn .name {
                font-size: 20px;
                margin: 10px 0;
            }

            .type_sect .kind_box .kind_ctn .txt {
                font-size: 14px;
            }

    .type_sect .tit {
        margin-bottom: 10px;
    }

    .type_sect .import_tit {
        font-size: 24px;
        padding: 5px 20px;
        margin: 0 0 30px 0;
    }

    .type_sect .type_box.Inmode {
        gap: unset;
        margin: 0px;
    }

        .type_sect .type_box.Inmode .type_ctn {
            width: 47%;
            padding: 15px 10px;
        }

            .type_sect .type_box.Inmode .type_ctn .txt,
            .type_sect .type_box.Inmode .type_ctn .img {
                height: unset;
                font-size: 13px;
                width: 100%;
            }

            .type_sect .type_box.Inmode .type_ctn .name {
                margin: 0 0 5px 0;
            }

            .type_sect .type_box.Inmode .type_ctn .hash {
                flex-direction: column;
                gap: 5px;
            }

                .type_sect .type_box.Inmode .type_ctn .hash p {
                    font-size: 14px;
                }

    .checkpoint_wrap .sub_tit {
        font-size: 16px;
        margin-bottom: 10px;
    }

    .checkpoint_wrap .short_box {
        flex-direction: column;
        gap: 50px
    }

        .checkpoint_wrap .short_box .ctn {
            width: 85%;
            padding: 25px;
        }

            .checkpoint_wrap .short_box .ctn .txt {
                font-size: 16px;
            }

                .checkpoint_wrap .short_box .ctn .txt p {
                    font-size: 20px;
                    margin-top: 0px;
                }

    .checkpoint_wrap .step_txt {
        font-size: 15px;
        margin-top: 30px;
    }


    .introduce_wrap .introduce_box .introduce_ctn {
        flex-direction: column;
        width: 100%;
        gap: 30px;
        padding: 30px;
    }

        .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: 28px;
    }

    .introduce_box .introduce_ctn .txt_box .txt {
        font-size: 14px;
    }

    .introduce_box .introduce_ctn .effect_box .tit {
        font-size: 18px;
    }

    .introduce_wrap .introduce_box .name {
        font-size: 20px;
        padding: 10px 30px;
    }

    .introduce_wrap .introduce_box.milky .introduce_ctn {
        gap: 30px;
    }

    .introduce_box.milky .introduce_ctn .explan {
        font-size: 16px;
    }

    .introduce_wrap.kind .tit {
        margin: 60px 0 10px 0;
    }

    .introduce_wrap.kind .introduce_box .introduce_ctn .img img {
        width: 100%;
    }

    .introduce_box .introduce_ctn .effect_box {
        display: inline-flex;
        flex-direction: column;
    }

    .introduce_wrap.kind .sub_tit {
        font-size: 16px;
    }


    .type_wrap .after_box {
        flex-wrap: wrap;
        align-items: stretch;
    }

    .type_wrap .type_sect .after_box .after_ctn {
        width: 45%;
        border-radius: 10px;
    }

    .type_wrap .type_sect .after_box .txt_box {
        padding: 15px;
    }

        .type_wrap .type_sect .after_box .txt_box .tit {
            font-size: 20px;
        }

        .type_wrap .type_sect .after_box .txt_box .txt {
            font-size: 14px;
            margin: 0;
        }

    .checkpoint_wrap .tip_img {
        width: 100%;
    }

    .checkpoint_wrap .tip_box {
        flex-direction: column;
        width: 100%;
    }

        .checkpoint_wrap .tip_box .ctn .tit {
            font-size: 22px;
        }

            .checkpoint_wrap .tip_box .ctn .tit span {
                font-size: 14px;
            }

        .checkpoint_wrap .tip_box .ctn .img {
            width: 70%;
            margin: 0 auto;
        }

            .checkpoint_wrap .tip_box .ctn .img img {
                width: 100%;
            }

        .checkpoint_wrap .tip_box .ctn .txt {
            font-size: 14px;
        }

        .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn {
            gap: 10px;
        }

            .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn .tit {
                width: 40%;
            }

                .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn .tit p,
                .checkpoint_wrap .tip_box .ctn .sur_box .sur_ctn .txt {
                    font-size: 16px;
                }

    .checkpoint_wrap.thermage .short_box .ctn {
        flex-direction: column;
    }

        .checkpoint_wrap.thermage .short_box .ctn .short {
            position: relative;
            width: 70%;
            height: 0;
            padding-bottom: 124.78%;
        }

        .checkpoint_wrap.thermage .short_box .ctn .short_img {
            width: 90%;
        }


    .checkpoint_wrap .table_box {
        width: 100%;
    }

        .checkpoint_wrap .table_box table td,
        .checkpoint_wrap .table_box table td.bg_txt {
            font-size: 15px;
        }

            .checkpoint_wrap .table_box table td.bg_tit {
                font-size: 16px;
                padding: 10px;
            }

        .checkpoint_wrap .table_box table .bg_tit.navy {
            font-size: 10px;
        }



    .upgrade_wrap .up_box {
        flex-direction: column;
        width: 100%;
    }

        .upgrade_wrap .up_box .up_ctn {
            width: 100%;
            padding: 30px;
            border-radius: 20px;
        }

            .upgrade_wrap .up_box .up_ctn .up_txt {
                font-size: 14px;
            }
    .upgrade_wrap .step_txt {
        font-size: 15px;
        margin-top: 30px;
    }


        .basic_wrap .ctn_box .img {
            width: 100%;
            margin: 20px auto;
        }

    .basic_wrap .step_txt {
        font-size: 14px;
    }
    .introduce_wrap.Potenza,
    .basic_wrap {
        padding-top: 60px;
    }

    section.bg_sky {
        padding-top:60px;
    }
    .drama_wrap .tit {
        font-size: 34px;
        margin: 0 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;
                }

    .type_wrap .type_sect .add_box {
        width: 100%;
        border-radius: 20px;
        padding: 20px;
    }

        .type_wrap .type_sect .add_box .add_ctn .tit {
            font-size: 20px;
            margin-bottom: 10px;
        }
        .type_wrap .type_sect .add_box .add_ctn .txt {
            font-size: 14px;
        }

        .type_wrap .type_sect .add_box .add_ctn .txt b {
            font-size: 16px;
        }


    .recase_wrap .case_box {
        gap: 25px;
    }
        .recase_wrap .case_box .case_ctn {
            width: 100%;
            border-radius: 10px;
        }
        .recase_wrap .case_box .case_ctn .txt {
            font-size: 16px;
            padding: 10px;
        }
            .recase_wrap .case_box .case_ctn .txt p {
                font-size: 20px;
            }


}
