body {
    /* -ms-user-select: none;
    -moz-user-select: -moz-none;
    -webkit-user-select: none;
    -khtml-user-select: none; */
    /* user-select: none; */
}

section {
    font-family: 'Noto Sans KR', sans-serif;
}

.w_1350 {
    max-width: 1350px;
    margin: 0 auto;
    width: 100%;
}

.w_1580 {
    max-width: 1580px;
    margin: 0 auto;
    width: 100%;
}

.w_810 {
    max-width: 810px;
    margin: 0 auto;
    width: 100%;
}

.none_768 {
    display: block;
}

.block_768 {
    display: none;
}

.none_1024 {
    display: block;
}

.block_1024 {
    display: none;
}

.required_info_btn {
    display: flex;
    border-bottom: solid 1px #fff;
    margin-bottom: 10px;
}

.required_info_btn li {
    width: 33.333%;
    padding-bottom: 10px;
    text-align: center;
}

.required_info_btn li a {
    font-weight: 500;
}

.required_info_btn li:hover a {
    color: #00465F;
}

/* 서브 네브 */
.sub_title {
    position: relative;
}

.sub_title_bg {
    width: 100%;
}

.sub_title_bg img {
    display: block;
    width: 100%;
}

.sub_nav_layout {
    width: 100%;
    position: absolute;
    bottom: 100px;
    left: 0;
}

.sub_nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.sub_nav li {
    background-color: #00465F;
    border-radius: 50px;
}

.sub_nav li:hover {
    background-color: #fff;
}

.sub_nav li:hover a {
    color: #00465F;
}

.sub_nav li a {
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 15px 30px;
    display: block;
}

.sub_nav li.on {
    background-color: #fff;
}

.sub_nav li.on a {
    color: #00465F;
}

@media screen and (max-width: 940px) {
    .sub_nav_layout {
        display: none;
    }
}

/* 서브네브 끝 */
/* 서브 공통 타이틀 */
.sub_title_box {
    /* font-family: 'Noto Sans KR', sans-serif; */
    text-align: center;
    color: #00465F;
    margin-bottom: 80px;
}

.sub_title_box h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
    line-height: 30px;
}

.sub_title_box h2 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 40px;
    line-height: 70px;
}

.sub_title_box h2 span {
    background: linear-gradient(94deg, #00ABE3 4.03%, #98E2C9 96.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sub_title_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.sub_title_box p span {
    font-weight: 700;
}

.sub_title_box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 30px;
}

.sub_title_box h4>span {
    font-weight: 700;
}

.sub_title_box .bg_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    border-radius: 20px;
    background: #086693;
    padding: 5px 20px;
    color: #fff;
    margin-bottom: 20px;
    display: inline-block;
}

/* 서브 공통 타이틀  끝*/
.go_to_top {
    z-index: 99;
    position: fixed;
    bottom: 40px;
    right: 20px;
}

.top_btn {
    cursor: pointer;
    width: 87px;
    height: 87px;
    background-image: url("../img/top_btn_off.png");
    background-repeat: no-repeat;
    background-position: center;
}

.top_btn.on {
    background-image: url("../img/top_btn_on.png");
}

@media screen and (max-width: 768px) {
    .go_to_top {
        display: none;
    }
}

/* 왼쪽 섹션 리모컨 */
.left_fix_layout {
    position: fixed;
    left: 100px;
    z-index: 99;
}

.left_fix_btn {}

.left_fix_btn li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px;
    cursor: pointer;
}

.left_fix_btn li .circle {}

.left_fix_btn li .circle .circle_bg {
    padding: 6px;
    border-radius: 100%;
    border: solid 1px transparent;
}

.left_fix_btn li .circle span {
    display: block;
    width: 6px;
    height: 6px;
    background: #C5C5C5;
    border-radius: 100%;
}

.left_fix_btn li.on .circle span {
    background: #02A8E2;
}

.left_fix_btn li.on .circle .circle_bg {
    border: solid 1px #02A8E2;
}

.left_fix_btn li .text {
    display: none;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 500;
    color: #02A8E2;
}

.left_fix_btn li.on .text {
    display: block;
}

@media screen and (max-width: 1560px) {
    .left_fix_layout {
        display: none;
    }
}

/* 왼쪽 섹션 리모컨 끝 */
/* 시력교정 */
.smart_lasik_bg_01 {
    background-image: url("../img/vision/smart_lasik_bg_01.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    padding-top: 150px;
    padding-bottom: 140px;
}

.smart_lasik_bg_01 .cont_01 {
    text-align: center;
    margin-bottom: 80px;
}

.smart_lasik_bg_01 .cont_02 {
    position: relative;
}

.smart_lasik_bg_01 .cont_02 .cont_02_img {
    position: absolute;
    bottom: -40px;
    left: 65px;
}

.smart_lasik_bg_01 .cont_02 .cont_02_box {
    margin-top: 340px;
}

.smart_lasik_bg_01 .cont_02_box {
    display: flex;
    justify-content: flex-end;
}

.smart_lasik_bg_01 .cont_02_box .sub_title_box {
    max-width: 720px;
    width: 100%;
    z-index: 9;
}

.smart_lasik_bg_02 {
    background-image: url("../img/vision/smart_lasik_bg_02.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 150px;
    background-position: 50% 50%;
}

.smart_lasik_bg_03 {
    background-image: url("../img/vision/smart_lasik_bg_03.png");
    background-repeat: no-repeat;
    padding: 196px 0;
    background-size: cover;
    background-position: 50% 50%;
}

.smart_lasik_bg_03 .cont_01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.smart_lasik_bg_03 .cont_01 li {
    position: relative;
}

.smart_lasik_bg_03 .cont_01 li .arrow {
    position: absolute;
    top: calc(50% - 50px);
    right: calc(0% - 80px);
    z-index: 9;
}

.n_s1{}
.n_s1 .w_1350{display: flex;justify-content: center;gap: 68px;align-items: center;}
.n_s1_1_txt_group{color: #fff;display: flex;flex-direction: column;gap: 15px;}
.n_s1 .n_s1_1_txt1{}
 .n_s1_1_txt2{font-size: 60px;font-weight: 600;line-height: 1.5;}
.n_s1 .n_s1_1_vid{width: 618px;max-width: 100%; border-radius: 20px;overflow: hidden;}
.n_s1 .n_s1_1_vid video{width: 100%;}
.n_s1 .n_s1_1{max-width: calc(50% - 34px);display: flex;flex-direction: column;gap: 15px;}
.n_s1 .n_s1_2{width: 674px;max-width: calc(50% - 34px);}
.n_s1{}
.n_s1{}
.n_s1{}
.n_s1{}

.n_s2{overflow: hidden; margin-top: -1px; position: relative; padding: 280px 0;color: #fff;}
.n_s2 .n_s2_txt{display: flex;flex-direction: column;gap: 10px;line-height: 1.5;}
.n_s2 .n_s2_bg_vid{position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 0;}
.n_s2 .n_s2_bg_vid video{width: calc(100% - 630px);padding-left: 630px;height: 100%;object-fit: cover;}
.n_s2 .n_s2_bg_vid img{position: absolute;top: 0;left: 0;z-index: 2;height: 100%;object-fit: cover;}
.n_s2 .w_1350{position: relative;z-index: 2;}
.n_s2{}
.n_s2{}

.n_s3{margin-top: -1px;margin-bottom: -1px;overflow: hidden; }
.n_s3{margin-top: -1px; position: relative; padding: 280px 0;color: #fff;}
.n_s3 .n_s2_txt{text-align: right; display: flex;flex-direction: column;gap: 10px;line-height: 1.5;}.n_s3{}
.n_s3 .n_s2_bg_vid{position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: 0;}
.n_s3 .n_s2_bg_vid video{width: calc(100% - 630px);height: 100%;object-fit: cover;}
.n_s3 .n_s2_bg_vid img{position: absolute;top: 0;right: 0;height: 100%; z-index: 2;height: 100%;object-fit: cover;}
.n_s3 .w_1350{position: relative;z-index: 2;}
.n_s3{}
.n_s3{}
.n_pc{}
.n_m{display: none;}
.n_t{display: none;}

@media screen and (max-width:1024px) {
    .n_s1 .w_1350{flex-direction: column;}
    .n_t{display: block;}
    .n_s1{padding: 100px 0;}
    
    .n_s1_1_txt_group{text-align: center;align-items: center;}
    .n_s1_1_txt2{font-size: 30px;}
    .n_s1 .n_s1_2{max-width: 500px;width: 100%;}
    .n_s1 .n_s1_1_vid{width: 500px;max-width: 100%;border-radius: 0;}
    
    .n_s1 .n_s1_1{width: 100%;max-width: unset;align-items: center;}
    

}

@media screen and (max-width:767px) {
    .n_pc{display: none;}
    .n_m{display: block;}
    .n_s1 .w_1350{width: 100%;}
    .smart_lasik_bg_03{padding: 27px 0;}
    .n_s1 .n_s1_2{width: 90%;max-width: 400px;}
    .n_s2_bg{display: none;}
    .n_s2 .n_s2_bg_vid{top: auto;right: auto;width: 100%;height: 210px;}
    .n_s2 .n_s2_bg_vid video{width: 100%;padding-left: 0;}
    .n_s2{background-color: #1D2021; padding: 63px 0 260px;}
    .n_s2 .n_s2_txt{align-items: center;text-align: center;}
    
    
    .n_s3 .n_s2_bg_vid{top: auto;right: auto;width: 100%;height: 210px;}
    .n_s3 .n_s2_bg_vid video{width: 100%;}
    .n_s3{background-color: #1D2021; padding: 63px 0 260px;}
    .n_s3 .n_s2_txt{align-items: center;text-align: center;}
    
    
    
    
    

}


.smart_lasik_bg_04 {
    background: linear-gradient(14deg, #00ABE3 10.07%, #98E2C9 89.93%);
    padding-top: 150px;
    padding-bottom: 190px;
}

.smart_lasik_bg_04 .sub_title_box {
    color: #fff;
}

.smart_lasik_bg_04 .cont_01 {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.smart_lasik_bg_04 .cont_01>ul {
    width: 100%;
}

.smart_lasik_bg_04 .cont_01>ul li {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 3px 8px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 20px;
}

.smart_lasik_bg_04 .cont_01>ul li:last-child {
    margin-bottom: 0;
}

.smart_lasik_bg_04 .cont_01>ul li div {}

.smart_lasik_bg_04 .cont_01>ul li p {
    width: 100%;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #00465F;
    line-height: 25px;
}

.smart_lasik_bg_04 .cont_01>ul li p span {
    font-weight: 700;
}

.smart_lasik_bg_04 .img_box {}

.smart_lasik_bg_04 .img_box img {}

.smart_lasik_bg_06 {
    background-image: url("../img/vision/smart_lasik_bg_06.png?ver=2");
    background-repeat: no-repeat;
    padding: 300px 0;
    background-size: cover;
    background-position: 50% 50%;
}

.smart_lasik_bg_06 .cont_01 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.smart_lasik_bg_06 .cont_01 h3 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    color: #00465F;
    line-height: 70px;
    margin-bottom: 30px;
}

.smart_lasik_bg_06 .cont_01 h3 span {
    background: linear-gradient(155deg, #00ABE3 -3.77%, #98E2C9 81.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.smart_lasik_bg_06 .cont_01 .list_box {}

.smart_lasik_bg_06 .cont_01 .list_box li {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    align-items: center;
}

.smart_lasik_bg_06 .cont_01 .list_box li:last-child {
    margin-bottom: 0;
}

.smart_lasik_bg_06 .cont_01 .list_box li .check_icon {}

.smart_lasik_bg_06 .cont_01 .list_box li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    color: #00465F;
}

.femto_bg_01 .smart_lasik_bg_01 .cont_02 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.femto_bg_01 .smart_lasik_bg_01 .cont_02 .cont_02_img {
    bottom: -105px;
    left: -10px;
}

.femto_bg_02 .smart_lasik_bg_02 .cont_01 {
    text-align: center;
}

.amaris_bg_01 {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 48.29%, #E9F8FD 100%);
}

.amaris_bg_01 .cont_01 {
    text-align: center;
}

.amaris_bg_02 .smart_lasik_bg_04 {
    background-image: url("../img/vision/amaris_bg_02.png");
    background-repeat: no-repeat;
    background-size: cover;
    padding: 120px 0;
    background-position: 50% 50%;
}

.amaris_bg_02 .smart_lasik_bg_04 .sub_title_box {
    color: #00465F;
}

.amaris_bg_03 .cont_01 {
    text-align: center;
}

.amaris_bg_03 .smart_lasik_bg_02 {
    background: linear-gradient(180deg, #FFF 48.29%, #E9F8FD 100%);
}

.amaris_bg_05 {
    padding: 120px 0;
    background-image: url("../img/vision/amaris_bg_04.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

.amaris_bg_05 .cont_01 {
    display: flex;
    justify-content: flex-start;
    gap: 25%;
    max-width: 1264px;
    width: 100%;
    margin: 0 auto;
}

.amaris_bg_05 .cont_02 {
    display: flex;
    justify-content: flex-end;
    gap: 25%;
    max-width: 1264px;
    width: 100%;
    margin: -90px auto 0;
}

.amaris_bg_06 .smart_lasik_bg_04 {
    background: linear-gradient(0deg, #00ABE3 0%, #9ae4cb 94%);
}

.contact_bg_01 {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.contact_bg_01 .cont_01 .text_box {
    text-align: center;
}

.contact_bg_01 .cont_01 .text_box span {
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    padding: 15px 30px;
    display: inline;
    border-radius: 50px;
    background: linear-gradient(155deg, #00ABE3 -3.77%, #98E2C9 81.89%);
    position: relative;
}

.contact_bg_01 .cont_01 .img_box {
    text-align: center;
    margin-top: -10px;
}

.contact_bg_02 .smart_lasik_bg_02 .cont_01 {
    text-align: center;
}

@media screen and (max-width: 1350px) {
    .w_1350 {
        width: 90%;
    }

    .smart_lasik_bg_03 .cont_01 li {
        width: 32%;
    }

    .smart_lasik_bg_03 .cont_01 li .arrow {
        max-width: 75px;
        top: calc(50% - 30px);
        right: calc(0% - 50px);
    }

    .femto_bg_01 .smart_lasik_bg_01 .cont_02 .cont_02_img {
        left: -120px;
    }

    .femto_bg_01 .smart_lasik_bg_01 .cont_02 {
        width: 90%;
    }
}

@media screen and (max-width: 1200px) {
    .smart_lasik_bg_01 .cont_02 {
        text-align: center;
    }

    .smart_lasik_bg_01 .cont_02_box .sub_title_box {
        max-width: none;
    }

    .smart_lasik_bg_01 .cont_02 .cont_02_img {
        position: initial;
    }

    .smart_lasik_bg_01 .cont_02 .cont_02_box {
        margin-top: 45px;
        display: block;
        text-align: center;
    }

    .smart_lasik_bg_01 .cont_02 .cont_02_img {
        width: 80%;
        margin: 0 auto;
    }

    .amaris_bg_05 .cont_01,
    .amaris_bg_05 .cont_02 {
        max-width: 948px;
        gap: 10%;
    }

}

@media screen and (max-width: 1024px) {
    .sub_title_box h2 {
        font-size: 50px;
        line-height: 60px;
    }

    .none_1024 {
        display: none;
    }

    .block_1024 {
        display: block;
    }

    .smart_lasik_bg_02 .cont_01 {
        text-align: center;
        margin-bottom: 20px;
    }

    .smart_lasik_bg_02 .cont_02 {
        text-align: center;
    }
}

@media screen and (max-width: 980px) {

    .amaris_bg_05 .cont_01,
    .amaris_bg_05 .cont_02 {
        max-width: 790px;
        gap: 0%;
    }
}

@media screen and (max-width: 940px) {
    .sub_title_box h2 {
        font-size: 45px;
        margin-bottom: 30px;
        line-height: 50px;
    }

    .smart_lasik_bg_03 {
        padding: 75px 0 50px 0;
        background-position: center;
    }

    .smart_lasik_bg_03 .cont_01 {
        flex-direction: column;
        row-gap: 60px;
    }

    .smart_lasik_bg_03 .cont_01 li {
        width: auto;
    }

    .smart_lasik_bg_03 .cont_01 li .arrow {
        top: auto;
        right: calc(50% - 35px);
        bottom: -70px;
    }

    .smart_lasik_bg_03 .cont_01 li .arrow img {
        transform: rotate(450deg);
    }
}

@media screen and (max-width: 880px) {
    .amaris_bg_05 {
        background-image: none;
        background-color: #fff;
        padding: 75px 0 50px 0;
    }

    .amaris_bg_05 .cont_01,
    .amaris_bg_05 .cont_02 {
        flex-direction: column;
        align-items: center;
        gap: 15px;
    }

    .amaris_bg_05 .cont_02 {
        margin: 15px auto 0;
    }
}

@media screen and (max-width: 768px) {
    .block_768 {
        display: block;
    }

    .none_768 {
        display: none;
    }

    .sub_title_box h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .sub_title_box h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .sub_title_box h4 {
        font-size: 16px;
    }

    .sub_title_box {
        margin-bottom: 30px;
    }

    .smart_lasik_bg_01 {
        padding: 75px 0 50px 0;
    }

    .smart_lasik_bg_02 {
        padding: 75px 0 50px 0;
    }

    .smart_lasik_bg_01 .cont_02 .cont_02_img {
        width: 70%;
        margin: 0 auto;
    }

    .smart_lasik_bg_01 .cont_01 {
        margin-bottom: 40px;
    }

    .smart_lasik_bg_03 .cont_01 {
        row-gap: 40px;
    }

    .smart_lasik_bg_03 .cont_01 li .arrow {
        bottom: -55px;
    }

    .smart_lasik_bg_04 {
        padding-top: 100px;
        padding-bottom: 70px;
    }

    /* .smart_lasik_bg_04 .cont_01 > ul li{
        border-radius: 20px;
    } */
    .contact_bg_01 {
        padding: 75px 0 50px 0;
    }

    .smart_lasik_bg_04 .cont_01>ul .m_p {
        padding: 6px 16px;
    }

    .smart_lasik_bg_06 {
        background-image: url("../img/vision/smart_lasik_bg_06_m.png");
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .smart_lasik_bg_06 .cont_01 h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .smart_lasik_bg_06 .cont_01 .list_box li {
        margin-bottom: 10px;
    }
}

/* 시력교정  끝*/
/* 노안클리닉 */
.presbyopia_bg_01 {
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
    padding-top: 150px;
    padding-bottom: 100px;
}

.presbyopia_bg_01 .cont_01 {
    display: flex;
    gap: 10px;
}

.presbyopia_bg_01 .cont_01 .cont_01_1 {
    width: 50%;
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.presbyopia_bg_01 .cont_01 .cont_01_1>div {
    background-color: #fff;
    padding: 65px 60px 30px 60px;
    border-radius: 50px;
    display: flex;
    row-gap: 20px;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.presbyopia_bg_01 .cont_01 .cont_01_1>div h3 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #00465F;
}

.presbyopia_bg_01 .cont_01 .cont_01_1>div span {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 12px 30px;
    background-color: #00465F;
    border-radius: 50px;
}

.presbyopia_bg_01 .cont_01 .cont_01_1:nth-child(2)>div span {
    background: linear-gradient(180deg, #03AAE3 0%, #95E1CA 100%);
}

.presbyopia_bg_01 .cont_01 .cont_01_1>p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #A6A6A6;
    line-height: 20px;
}

.presbyopia_bg_02 {
    background: linear-gradient(180deg, #F2F8F6 0%, #FAF6EA 100%);
    padding-top: 150px;
    padding-bottom: 100px;
}

.presbyopia_bg_02 .cont_01 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.presbyopia_bg_02 .cont_01_1 {
    z-index: 9;
    scale: 1;
}

.presbyopia_bg_02 .cont_01_2 {
    margin-left: -240px;
    z-index: 8;
    scale: 0.7;
}

.presbyopia_bg_02 .cont_01 .cont_01_2:hover {
    scale: 1;
    z-index: 9;
    transition: all 0.8s;
}

.presbyopia_bg_03 {
    background: linear-gradient(180deg, #FFF 0%, #F1FCF8 100%);
    padding-top: 85px;
    padding-bottom: 160px;
}

.presbyopia_bg_03 .cont_01 {
    text-align: center;
}

.presbyopia_bg_03 .cont_02 {
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.presbyopia_bg_03 .cont_02 h3 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    color: #00465F;
    text-align: center;
    margin-top: -101px;
}

.presbyopia_bg_03 .cont_02 h3 span {
    background: linear-gradient(94deg, #00ABE3 4.03%, #98E2C9 96.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.presbyopia_bg_03 .cont_02 .text_box {
    display: none;
}

.presbyopia_bg_04 {
    position: relative;
}

.presbyopia_bg_04 .cont_01 {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.presbyopia_bg_04 .cont_01 li {
    width: 50%;
}

.presbyopia_bg_04 .text_box {
    position: absolute;
    top: calc(50% - 140px);
    left: calc(50% - 259px);
    /* font-family: 'Noto Sans KR', sans-serif; */
    padding: 40px 110px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(15px);
}

.presbyopia_bg_04 .text_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 20px;
    color: #262626;
}

.presbyopia_bg_04 .text_box p span {
    font-weight: 700;
}

.presbyopia_bg_04 .cont_02 .text_box p:last-child {
    margin-bottom: 0;
}

.cataract_bg_01 {
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
    padding-top: 150px;
    padding-bottom: 100px;
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.cataract_bg_01 .cont_01 {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.cataract_bg_01 .cont_01 li {
    background-color: #fff;
    width: 50%;
    border-radius: 20px;
}

.cataract_bg_01 .cont_01 li .img_box {
    text-align: center;
    padding: 30px 130px 50px 110px;
}

.cataract_bg_01 .cont_01 li p {
    background-color: #00465F;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 20px 0;
    border-radius: 0 0px 20px 20px;
}

.cataract_bg_01 .cont_01 li p span {
    background: linear-gradient(94deg, #00ABE3 4.03%, #98E2C9 96.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cataract_bg_02 {
    background: linear-gradient(180deg, #F2F8F6 0%, #F2F8F6 100%);
    padding: 120px 0;
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.cataract_bg_02 .cont_01 {
    display: flex;
    gap: 65px;
}

.cataract_bg_02 .cont_01 li {}

.cataract_bg_02 .cont_01 li .img_box {
    margin-bottom: 15px;
}

.cataract_bg_02 .cont_01 li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #00465F;
    line-height: 25px;
    text-align: center;
}

.surgery_bg_01 {
    background: linear-gradient(180deg, #FFF 0%, #F2F8F6 100%);
    padding: 120px 0;
}

.surgery_bg_01 .cont_01 {}

.surgery_bg_01 .cont_01 .img_box {
    text-align: center;
    margin-bottom: 20px;
}

.surgery_bg_02 {
    background: linear-gradient(180deg, #F2F8F6 0%, #F2F8F6 100%);
    padding: 120px 0;
}

.surgery_bg_02 .cont_01 {
    margin-bottom: 80px;
}

.surgery_bg_02 .cont_01 .text_box {
    /* font-family: 'Noto Sans KR', sans-serif; */
    color: #00465F;
    text-align: center;
    margin-bottom: 40px;
}

.surgery_bg_02 .cont_01 .text_box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.surgery_bg_02 .cont_01 .text_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.surgery_bg_02 .cont_01 .text_box p span {
    font-weight: 700;
}

.surgery_bg_02 .cont_01 ul {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: center;
    margin-bottom: 45px;
}

.surgery_bg_02 .cont_01 ul li {}

.surgery_bg_02 .cont_01 ul li .img_box {}

.surgery_bg_02_swiper_1 .swiper-slide,
.surgery_bg_02_swiper_2 .swiper-slide {
    text-align: center;
}

.surgery_bg_03 .smart_lasik_bg_01 {
    background-position: 50% 100%;
}

.surgery_bg_03 .smart_lasik_bg_01 .cont_02_box .sub_title_box {}

.surgery_bg_03 .smart_lasik_bg_01 .cont_02 .cont_02_img {
    left: 20px;
    bottom: -135px;
}

.surgery_bg_03 .smart_lasik_bg_01 .cont_02 {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}

.surgery_bg_03 .smart_lasik_bg_01 .cont_02 .cont_02_box {
    margin-top: 270px;
}

.surgery_bg_04 {
    background: linear-gradient(180deg, #EAF9FD 0%, #FAF6EA 100%);
    padding: 120px 0;
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.surgery_bg_04 .cont_01 {}

.surgery_bg_04 .cont_01 .text_box {
    text-align: center;
    color: #00465F;
    margin-bottom: 50px;
}

.surgery_bg_04 .cont_01 .text_box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.surgery_bg_04 .cont_01 .text_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.surgery_bg_04 .cont_01 ul {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}

.surgery_bg_04 .cont_01 ul li {
    background: #ffffff7c;
    border-radius: 50px;
    padding: 30px;
}

.surgery_bg_04 .cont_01 ul li .img_box {
    margin-bottom: 50px;
}

.surgery_bg_04 .cont_01 ul li h5 {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    color: #00465F;
    margin-bottom: 15px;
}

.surgery_bg_04 .cont_01 ul li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    color: #00465F;
    text-align: center;
}

.equipment_bg_01 {
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
    padding: 120px 0;
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.equipment_bg_01 .cont_01 {}

.equipment_bg_01 .cont_01 p {
    color: #00465F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-bottom: 75px;
}

.equipment_bg_01 .cont_01 p span {
    font-weight: 700;
}

.equipment_bg_01 .cont_01 .cont_box {
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
}

.equipment_bg_01 .cont_01 .cont_box .img_box {
    text-align: center;
    position: relative;
}

.equipment_bg_01 .cont_01 .cont_box .img_box .equipment_btn {
    position: absolute;
    top: 48%;
    left: 11%;
    cursor: pointer;
    z-index: 9;
}

.equipment_bg_01 .cont_01 .cont_box .img_box.on .equipment_btn {
    opacity: 0;
    transition: all 0.6;
}

.equipment_bg_01 .cont_01 .cont_box .img_box:hover .equipment_btn {
    transform: translateX(30px);
    transition: all 0.6s;
}

.equipment_bg_01 .cont_01 .cont_box .img_box .cont_texet {
    position: absolute;
    top: 48%;
    left: 11%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #00465F;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.80);
    max-width: 560px;
    padding: 30px 0;
    width: 100%;
    opacity: 0;
    z-index: 8;
    transition: all 0.6;
}

.equipment_bg_01 .cont_01 .cont_box .img_box.on .cont_texet {
    opacity: 1;
    transition: all 0.6;
}

.equipment_bg_01 .cont_01 .cont_box .img_box .cont_texet span {
    font-weight: 700;
}

.equipment_bg_02 {
    padding-bottom: 60px;
}

.equipment_bg_02 .cont_01 p {
    color: #00465F;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    text-align: center;
    margin-bottom: 75px;
}

.equipment_bg_02 {
    background: linear-gradient(180deg, #F2F8F6 0%, #F2F8F6 100%);
}

.equipment_bg_02 .cont_01 p span {
    font-weight: 700;
}

.equipment_bg_02 .cont_01 .cont_box {
    max-width: 922px;
    width: 100%;
    margin: 0 auto;
}

.equipment_bg_02 .cont_01 .cont_box .img_box {
    text-align: center;
    position: relative;
}

.equipment_bg_02 .cont_01 .cont_box .img_box .equipment_btn {
    position: absolute;
    top: 48%;
    left: 11%;
    cursor: pointer;
    z-index: 9;
}

.equipment_bg_02 .cont_01 .cont_box .img_box.on .equipment_btn {
    opacity: 0;
    transition: all 0.6;
}

.equipment_bg_02 .cont_01 .cont_box .img_box .equipment_btn:hover {
    transform: translateX(30px);
    transition: all 0.6s;
}

.equipment_bg_02 .cont_01 .cont_box .img_box .cont_texet {
    position: absolute;
    top: 48%;
    left: 11%;
    text-align: center;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #00465F;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.80);
    max-width: 560px;
    width: 100%;
    padding: 30px 0;
    opacity: 0;
    z-index: 8;
    transition: all 0.6;
}

.equipment_bg_02 .cont_01 .cont_box .img_box.on .cont_texet {
    opacity: 1;
    transition: all 0.6;
}

.equipment_bg_02 .cont_01 .cont_box .img_box .cont_texet span {
    font-weight: 700;
}

@media screen and (max-width: 1200px) {
    .cataract_bg_01 .cont_01 li .img_box {
        padding: 30px 80px 50px 70px;
    }

    .surgery_bg_03 .smart_lasik_bg_01 .cont_02 .cont_02_box {
        margin-top: 45px;
    }

    .surgery_bg_04 .cont_01 ul li {
        padding: 15px;
    }

    .surgery_bg_03 .smart_lasik_bg_01 .cont_02_box .sub_title_box {
        margin: 0 auto;
    }
}

@media screen and (max-width: 1060px) {
    .surgery_bg_04 .cont_01 ul {
        flex-direction: column;
        align-items: center
    }
}

@media screen and (max-width: 955px) {
    .presbyopia_bg_01 .cont_01 {
        row-gap: 15px;
        flex-direction: column;
        align-items: center;
    }

    .presbyopia_bg_01 .cont_01 .cont_01_1 {
        width: 100%;
    }

    .presbyopia_bg_01 .cont_01 .cont_01_1>div {
        padding: 40px 15px 25px 15px;
    }
}

@media screen and (max-width: 812px) {
    .equipment_bg_01 .cont_01 .cont_box .img_box .cont_texet {
        top: 43%;
    }
}

@media screen and (max-width: 768px) {
    .presbyopia_bg_01 {
        background: linear-gradient(180deg, #FFF 40.18%, #E9F8FD 87.5%);
        padding: 75px 0 50px 0
    }

    .presbyopia_bg_02 {
        background: linear-gradient(180deg, #E9F8FD 0%, #FAF6EA 100%);
        padding: 75px 0 50px 0
    }

    .presbyopia_bg_02 .cont_01_m {
        display: flex;
        row-gap: 20px;
        flex-direction: column;
    }

    .presbyopia_bg_03 {
        padding-top: 30px;
        padding-bottom: 80px;
    }

    .presbyopia_bg_03 .cont_02 .text_box {
        display: block;
        margin-top: 20px;
        /* font-family: 'Noto Sans KR', sans-serif; */
        text-align: center;
    }

    .presbyopia_bg_03 .cont_02 .text_box p {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 20px;
        margin-bottom: 20px;
        color: #262626;
    }

    .presbyopia_bg_03 .cont_02 .text_box p span {
        font-weight: 700;
    }

    .presbyopia_bg_03 .cont_02 .text_box p:last-child {
        margin-bottom: 0;
    }

    .presbyopia_bg_04 .text_box {
        display: none;
    }

    .presbyopia_bg_03 .cont_02 h3 {
        font-size: 30px;
        margin-top: -80px;
    }

    .presbyopia_bg_04 .cont_01 li {
        width: 100%;
    }

    .presbyopia_bg_10 .smart_lasik_bg_04 .cont_01>ul li:nth-child(2) {
        padding: 25px 16px;
    }

    .cataract_bg_01 .cont_01 {
        flex-direction: column;
    }

    .cataract_bg_01 .cont_01 li {
        width: 100%;
    }

    .cataract_bg_01 {
        padding: 75px 0 50px 0;
    }

    .cataract_bg_02 {
        padding: 75px 0 50px 0;
    }

    .cataract_bg_02 .cont_01 {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .surgery_bg_01,
    .surgery_bg_02,
    .surgery_bg_04 {
        padding: 75px 0 50px 0;
    }

    .surgery_bg_03 .smart_lasik_bg_01 .cont_02 {
        width: 90%;
    }

    .surgery_bg_04 .cont_01 ul li .img_box {
        margin-bottom: 25px;
    }

    .equipment_bg_01 {
        padding: 75px 0 60px 0;
    }

    .equipment_bg_01 .cont_01 p,
    .equipment_bg_02 .cont_01 p {
        display: none;
    }

    .cataract_bg_04 .smart_lasik_bg_04 .cont_01>ul li:nth-child(3),
    .cataract_bg_04 .smart_lasik_bg_04 .cont_01>ul li:nth-child(5) {
        padding: 25px 16px;
    }
}

@media screen and (max-width: 500px) {
    .cataract_bg_01 .cont_01 li .img_box {
        padding: 20px 60px 30px 50px;
    }
}

/* 노안클리닉 끝 */
/* 안구건조증 클리닉 */
.dryeye_bg_01 {
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
    padding-top: 150px;
    padding-bottom: 100px;
}

.dryeye_bg_01 .sub_title_box {
    margin-top: 80px;
}

.dryeye_bg_01 .cont_01 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 10px;
}

.dryeye_bg_01 .cont_01>div {
    padding: 35px 60px 45px 60px;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    width: 50%;
}

.dryeye_bg_01 .cont_01 .title {
    padding: 15px 30px;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    border-radius: 50px;
    color: #fff;
    background: linear-gradient(155deg, #00ABE3 -3.77%, #98E2C9 81.89%);
    display: inline-block;
    position: relative;
}

.dryeye_bg_01 .cont_01 .img_box {
    margin-top: -6%;
    margin-bottom: 40px;
}

.dryeye_bg_01 .cont_01 .img_box>img {
    border-radius: 20px;
}

.dryeye_bg_01 .cont_01 .text {
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #00465F;
    line-height: 25px;
}

.dryeye_bg_02 {
    background-image: url("../img/dryeye/dryeye_bg_02.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 180px;
}

.dryeye_bg_02 .sub_title_box {
    margin-bottom: 140px;
}

.dryeye_bg_02 .sub_title_box {
    color: #fff;
}

.dryeye_bg_02 .sub_title_box p {
    font-weight: 400;
}

.dryeye_bg_02 .cont_01 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: center;
    gap: 30px;
}

.dryeye_bg_02 .cont_01 .img_box {
    margin-bottom: 30px;
}

.dryeye_bg_02 .cont_01 .text {
    color: #fff;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.dryeye_bg_03 {
    background: linear-gradient(180deg, #F2F8F6 0%, #FAF6EA 100%);
    background-image: url("../img/dryeye/dryeye_bg_03.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 110px;
    background-position: 50% 50%;
}

.dryeye_bg_03 .cont_01 {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.dryeye_bg_03 .cont_01>ul {
    width: 100%;
}

.dryeye_bg_03 .cont_01>ul li {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 3px 8px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 20px;
}

.dryeye_bg_03 .cont_01>ul li:last-child {
    margin-bottom: 0;
}

.dryeye_bg_03 .cont_01>ul li div {}

.dryeye_bg_03 .cont_01>ul li p {
    width: 100%;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #00465F;
    line-height: 20px;
}

.dryeye_bg_03 .cont_01>ul li p span {
    font-weight: 700;
}

.dryeye_bg_04 {
    background: linear-gradient(14deg, #00ABE3 10.07%, #98E2C9 89.93%);
    padding-top: 350px;
    padding-bottom: 300px;
}

.dryeye_bg_04 .sub_title_box {
    color: #fff;

}

.dryeye_bg_04 .sub_title_box p {
    font-weight: 400;
}

.dryeye_bg_04 .cont_01 {
    position: relative;
    z-index: 8;
    width: 100%;
}

.dryeye_bg_04 .cont_01 .text_box {
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 250px;
    font-style: normal;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.20);
    position: absolute;
    bottom: -200px;
    left: -20%;
    width: 1000%;
    visibility: hidden;
}

.dryeye_bg_04 .cont_02 {
    max-width: 950px;
    width: 100%;
    margin: 0 auto;
}

.dryeye_bg_04 .cont_02>ul {
    width: 100%;
}

.dryeye_bg_04 .cont_02>ul li {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 3px 8px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 20px;
}

.dryeye_bg_04 .cont_02>ul li p {
    width: 100%;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #00465F;
    line-height: 20px;
}

.dryeye_bg_04 .cont_02>ul li p span {
    font-weight: 700;
}

.dryeye_bg_04 .cont_03 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

.dryeye_bg_04 .cont_03 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.dryeye_bg_04 .cont_03 ul li {}

.dryeye_bg_04 .cont_03 ul li .img_box {
    margin-bottom: 25px;
}

.dryeye_bg_04 .cont_03 ul li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    text-align: center;
}

.dryeye_bg_04 .cont_04 {
    position: relative;
    z-index: 9;
}

.dryeye_bg_04 .cont_04 .img_box {
    text-align: center;
}

.ptosis_bg_03 .dryeye_bg_04 .cont_04 p {
    font-weight: 400;
}

.dryeye_bg_04 .cont_04 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    color: #fff;
    text-align: center;
}

.dryeye_bg_04 .cont_05 {}

.dryeye_bg_04 .cont_05 ul {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.dryeye_bg_04 .cont_05 ul li {
    width: 245px;
    min-height: 245px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dryeye_bg_04 .cont_05 ul li p {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
    color: #00465F;
    /* font-family: 'Noto Sans KR', sans-serif; */
    text-align: center;
}

.dryeye_bg_05 .smart_lasik_bg_04 {
    background: linear-gradient(180deg, #FFFDF2 0%, #F3F8F6 100%);
    padding-top: 260px;
    padding-bottom: 260px;
}

.dryeye_bg_05 .smart_lasik_bg_04 .sub_title_box {
    color: #00465F;
}

.dryeye_bg_06 .smart_lasik_bg_04 {
    background: url(../img/dryeye/dryeye_bg_06.png);
    padding-top: 200px;
    padding-bottom: 250px;
    background-repeat: no-repeat;
}

.dryeye_bg_06 .smart_lasik_bg_04 .sub_title_box {
    color: #00465F;
}

.dryeye_bg_06 .smart_lasik_bg_04 .cont_01>ul li p {
    max-width: 400px;
    text-align: left;
    margin: 0 auto;
}

@media screen and (min-width: 1920px) {
    .dryeye_bg_06 .smart_lasik_bg_04 {
        background-size: 100%;
        background-position: center;
    }

    /* #smooth-content {
        max-width: 1920px;
        margin: 0 auto;
    } */
}

@media screen and (max-width: 1350px) {
    .dryeye_bg_04 .cont_05 ul {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 1180px) {
    .dryeye_bg_02 .cont_01 {
        gap: 10px;
    }

}

@media screen and (max-width: 1125px) {
    .none_1125 {
        display: none;
    }
}

@media screen and (max-width: 1110px) {
    .dryeye_bg_02 .cont_01 {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 20px;
    }

    .dryeye_bg_02 .cont_01 li {
        width: 50%;
    }
}

@media screen and (max-width: 1080px) {
    .dryeye_bg_04 .cont_03 ul {
        flex-wrap: wrap;
        gap: 0;
        row-gap: 30px;
    }

    .dryeye_bg_04 .cont_03 ul li {
        width: 50%;
    }

    .dryeye_bg_04 .cont_03 ul li .img_box {
        text-align: center;
    }

}

@media screen and (max-width: 940px) {
    .dryeye_bg_01 .cont_01>div {
        padding: 35px;
    }

    .block_910 {
        display: block;
    }
}

@media screen and (max-width: 880px) {
    .dryeye_bg_01 .cont_01>div {
        padding: 20px;
    }

}

@media screen and (max-width: 780px) {
    .dryeye_bg_01 {
        padding-top: 40px;
    }

    .dryeye_bg_01 .sub_title_box {
        margin-bottom: 50px;
        margin-top: 0;
    }

    .dryeye_bg_01 .cont_01 {
        flex-direction: column;
        gap: 60px;
    }

    .dryeye_bg_01 .cont_01>div {
        width: auto;
        padding: 50px 30px 15px 30px;
        position: relative;
        border-radius: 20px;
    }

    .dryeye_bg_01 .cont_01 .img_box {
        margin-top: 0;
        margin-bottom: 20px;
    }

    .dryeye_bg_01 .cont_01 .title {
        position: absolute;
        top: -20px;
        left: calc(50% - 98px);
        font-size: 16px;
    }

    .dryeye_bg_02 .cont_01 {

        row-gap: 70px;
    }

    .dryeye_bg_02 .cont_01 li {
        width: 100%;
    }

    .dryeye_bg_02 {
        padding: 75px 0 50px 0;
        background-size: inherit;
    }

    .dryeye_bg_02 .sub_title_box {
        margin-bottom: 70px;
    }

    .dryeye_bg_03 {
        padding: 75px 0 050px 0;
        background-position: 80% 50%;
    }

    .dryeye_bg_03 .cont_01 {}

    .dryeye_bg_05 .smart_lasik_bg_04 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .dryeye_bg_05 .smart_lasik_bg_04 .cont_01>ul li:nth-child(2),
    .dryeye_bg_05 .smart_lasik_bg_04 .cont_01>ul li:nth-child(3) {
        padding: 25px 16px;
    }

    .dryeye_bg_06 .smart_lasik_bg_04 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .smart_lasik_bg_04 .cont_01>ul li p .step {
        display: block;
    }

    .dryeye_bg_04 {
        padding: 100px 0;
    }

    .dryeye_bg_04 .cont_01 .text_box {
        bottom: -50px;
        font-size: 50px;
    }

    .dryeye_bg_04 .cont_02>ul li p span {
        display: block;
        margin-bottom: 5px;
    }

}

@media screen and (max-width: 768px) {
    .dryeye_bg_04 .cont_03 ul {
        gap: 50px;
    }

    .dryeye_bg_04 .cont_03 ul li {
        width: 100%;

    }

    .dryeye_bg_06 .smart_lasik_bg_04 {
        background: url(../img/dryeye/dryeye_bg_06_m.png);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .dryeye_bg_04 .cont_05 ul li {
        width: 100%;
        max-width: 245px;
    }
}

@media screen and (max-width: 500px) {
    .smart_lasik_bg_04 .cont_01>ul li p {
        padding: 0 5%;
    }

    .dryeye_bg_04 .cont_02>ul li p {
        padding: 0 5%;
    }
}

/* 안구건조증 클리닉 끝 */
/* 소아클리닉 */
.dream_lens_bg_01 {
    background-image: url(../img/pediatric/dream_lens_bg_01.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 150px;
    padding-bottom: 100px;
}

.dream_lens_bg_01 .cont_01 {
    text-align: center;
    /* font-family: 'Noto Sans KR', sans-serif; */
    color: #00465F;
}

.dream_lens_bg_01 .cont_01 h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 30px;
}

.dream_lens_bg_01 .cont_01 .img_box {
    margin-bottom: 30px;
}

.dream_lens_bg_01 .cont_01 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.dream_lens_bg_02 .smart_lasik_bg_04 {
    background-image: url(../img/pediatric/dream_lens_bg_02.png);
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 190px;
    background-position: 50% 50%;
    background-size: cover;
}

.dream_lens_bg_04 {
    background-image: url(../img/pediatric/dream_lens_bg_04.png);
    background-repeat: no-repeat;
    padding: 196px 0;
    background-size: cover;
}

.dream_lens_bg_04 .sub_title_box {
    color: #fff;
}

.dream_lens_bg_04 .cont_01 {
    display: flex;
    gap: 15px;
}

.dream_lens_bg_04 .cont_01 li {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    padding: 45px 0;
    /* font-family: 'Noto Sans KR', sans-serif; */
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

.dream_lens_bg_04 .cont_01 li h4 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

.dream_lens_bg_04 .cont_01 li .img_box {
    margin-bottom: 20px;
}

.dream_lens_bg_04 .cont_01 li .img_box img {
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.dream_lens_bg_04 .cont_01 li p {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
}

.dream_lens_bg_04 .cont_01 li p span {
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
    display: inline-block;
}

.dream_lens_bg_04 .cont_01 li .arrow {
    position: absolute;
    top: calc(50% - 50px);
    right: calc(0% - 55px);
    z-index: 9;
}

.dream_lens_bg_05 {
    background: linear-gradient(180deg, #DDF3F9 0%, #FFF 100%);
    padding: 140px 0;
}

.dream_lens_bg_05 .cont_01 {
    max-width: 1020px;
    margin: 0 auto;
}

.dream_lens_bg_05 .cont_01 ul {
    width: 100%;
}

.dream_lens_bg_05 .cont_01 ul li {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0 5% 0px 5%;
    display: flex;
    gap: 40px;
    align-items: center;
}

.dream_lens_bg_05 .cont_01 ul li:last-child {
    margin-bottom: 0px;
}

.dream_lens_bg_05 .cont_01 ul li .img_box {
    /* width: 114px; */
    margin-bottom: 40px;
}

.dream_lens_bg_05 .cont_01 ul li .text_box {
    width: 80%;
}

.dream_lens_bg_05 .cont_01 ul li .text_box h3 {
    color: #00465F;
    font-family: 'Pretendard';
    font-size: 35px;
    line-height: 45px;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
}

.dream_lens_bg_05 .cont_01 ul li .text_box p {
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    line-height: 20px;
    font-style: normal;
    font-weight: 400;
    color: #252525;

}

.dream_lens_bg_05 .cont_01 ul li .text_box .text_box_1_1 {
    margin-top: 25px;
}

.dream_lens_bg_05 .cont_01 ul li .text_box .text_box_1_1 h4 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
}

.dream_lens_bg_05 .cont_01 ul li .text_box .text_box_1_1 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.epiretinal_bg_03 .smart_lasik_bg_04 {
    background-image: url(../img/retina/vitrectomy_bg_03.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.epiretinal_bg_04 .epiretinal_bg_04 {
    padding: 120px 0;
    background: linear-gradient(180deg, #F2F8F6 0%, #FAF6EA 100%);
    /* font-family: 'Noto Sans KR', sans-serif; */
}

@media screen and (max-width: 1160px) {
    .epiretinal_bg_04 .macular_bg_04 .cont_01 {
        gap: 160px;
        row-gap: 30px;
    }
}

@media screen and (max-width: 1085px) {
    .dream_lens_bg_04 .cont_01 {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .dream_lens_bg_04 .cont_01 li {
        width: 48%;
    }

    .none_1085 {
        display: none;
    }

    .dream_lens_bg_04 .cont_01 li .arrow {
        right: calc(0% - 67px);
    }

}

@media screen and (max-width: 768px) {
    .dream_lens_bg_01 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .dream_lens_bg_02 .smart_lasik_bg_04 {
        padding-top: 40px;
        padding-bottom: 50px;
        background-position: 10% 50%;
    }

    .smart_lasik_bg_04 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .dream_lens_bg_05 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .dream_lens_bg_04 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .dream_lens_bg_02 .smart_lasik_bg_04 .cont_01>ul li p {
        padding: 0;
    }

    .dream_lens_bg_02 .smart_lasik_bg_04 .cont_01>ul li div {
        display: none;
    }

    .dream_lens_bg_03 .smart_lasik_bg_04 .cont_01>ul li p {
        padding: 0;
        font-size: 14px;
    }

    .dream_lens_bg_05 .cont_01 ul li {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        padding: 0 15px 25px 15px;
    }

    .dream_lens_bg_05 .cont_01 ul li .text_box {
        width: 100%;
    }

    .dream_lens_bg_05 .cont_01 ul li .text_box h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .epiretinal_bg_04 .macular_bg_04 .cont_01 {
        gap: 20px;
    }

    .epiretinal_bg_05 .dryeye_bg_04 .cont_01 {
        display: none;
    }

    .epiretinal_bg_05 .dryeye_bg_04 {
        padding: 75px 0 50px 0;
    }

    .dream_lens_bg_05 .cont_01 ul li .img_box {
        margin-bottom: 0;
    }

}

@media screen and (max-width: 680px) {
    .none_1085 {
        display: block;
    }

    .dream_lens_bg_04 .cont_01 li {
        width: 100%;
    }

    .dream_lens_bg_04 .cont_01 li .arrow {
        max-width: 75px;
        top: auto;
        right: calc(50% - 37.5px);
        bottom: -45px;
        transform: rotate(450deg);
    }
}

.pediatric_bg_01 {
    /* font-family: 'Noto Sans KR', sans-serif; */
    padding-top: 150px;
    padding-bottom: 100px;
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
}

.pediatric_bg_01 .cont_01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}

.pediatric_bg_01 .cont_01 li {
    width: 30%;
}

.pediatric_bg_01 .cont_01 li p {
    max-width: 240px;
    width: 100%;
    height: 240px;
    background: linear-gradient(155deg, #00ABE3 -3.77%, #98E2C9 81.89%);
    border-radius: 50%;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.pediatric_bg_01 .cont_02 {}

.pediatric_bg_01 .cont_02 ul {
    width: 100%;
}

.pediatric_bg_01 .cont_02 ul li {
    border-radius: 50px;
    background: #FFF;
    box-shadow: 3px 8px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 16px;
    margin-bottom: 20px;
}

.pediatric_bg_01 .cont_02 ul li div {}

.pediatric_bg_01 .cont_02 ul li p {
    width: 100%;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    color: #00465F;
    line-height: 20px;
}

.pediatric_bg_02 .dream_lens_bg_05 {
    background-image: url(../img/pediatric/pediatric_bg_02.png);
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 115px;
    background-size: cover;
}

.pediatric_bg_02 .sub_title_box {
    color: #fff;
}

.pediatric_bg_03 {
    background: linear-gradient(180deg, #DCF3F9 0%, #FFF 100%);
    padding-top: 150px;
    padding-bottom: 100px;
    font-family: 'Pretendard';
}

.pediatric_bg_03 .cont_01 {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 55px;
}

.pediatric_bg_03 .cont_01 li {
    border-radius: 20px;
    background: #00465F;
    position: relative;
    padding: 40px;
    max-width: 350px;
    width: 100%;
    text-align: center;
}

.pediatric_bg_03 .cont_01 li h4 {
    font-size: 35px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    line-height: 40px;
    margin-bottom: 35px;
}

.pediatric_bg_03 .cont_01 li .img_box {}

.pediatric_bg_03 .cont_01 li .img_box>img {
    display: block;
    width: 100%;
}

.pediatric_bg_03 .cont_01 li p {
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    color: #fff;
    line-height: 35px;
}

.pediatric_bg_03 .cont_01 li:nth-child(1) p {
    margin-top: 50px;
}

.pediatric_bg_03 .cont_01 li:nth-child(2) p {
    margin-top: 30px;
}

.pediatric_bg_03 .cont_01 li .img_num {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 20px 0 0 0;
    overflow: auto;
}

.block_810 {
    display: none;
}

.pediatric_bg_04 {
    background-image: url(../img/pediatric/pediatric_bg_04.png);
    background-repeat: no-repeat;
    padding-top: 150px;
    padding-bottom: 115px;
    background-size: cover;
    background-position: 50%;
}

.pediatric_bg_04 .sub_title_box {
    color: #fff;
}

.pediatric_bg_04 .cont_01 .img_box {
    margin: 0 auto;
    text-align: center;
}

@media screen and (max-width: 960px) {
    .pediatric_bg_03 .cont_01 {
        gap: 30px;
    }

    .pediatric_bg_03 .cont_01 li h4 {
        font-size: 28px;
        line-height: 35px;
        margin-bottom: 20px;
    }

    .pediatric_bg_03 .cont_01 li p {
        font-size: 22px;
        line-height: 30px;
    }

    .pediatric_bg_03 .cont_01 li {
        padding: 30px 20px 20px 20px;

    }
}

@media screen and (max-width: 850px) {
    .pediatric_bg_01 .cont_01 {
        gap: 10px;
    }
}

@media screen and (max-width: 810px) {
    .none_810 {
        display: none;
    }

    .block_810 {
        display: block;
    }
}

@media screen and (max-width: 768px) {

    .pediatric_bg_01,
    .pediatric_bg_02 .dream_lens_bg_05,
    .pediatric_bg_03,
    .pediatric_bg_04 {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .pediatric_bg_03 .cont_01 {
        flex-direction: column;
        align-items: center;
    }

    .pediatric_bg_03 .cont_01 li {
        padding: 30px;
        width: auto;
    }

    .pediatric_bg_03 .cont_01 li h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .pediatric_bg_03 .cont_01 li p {
        font-size: 16px;
        line-height: 20px;
    }

    .pediatric_bg_03 .cont_01 li:nth-child(1) p {
        margin-top: 35px;
    }

    .pediatric_bg_03 .cont_01 li:nth-child(2) p {
        margin-top: 35px;
    }
}

/* 소아클리닉 끝 */
/* 안성형클리닉 */
.beauty_bg_01 {
    background-image: url(../img/beauty/beauty_bg_01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 230px;
    padding-bottom: 230px;
}

.beauty_bg_01 .sub_title_box {
    margin-bottom: 180px;
}

.beauty_bg_01 .cont_01 .sub_title_box {
    margin-bottom: 0;
}

.beauty_bg_02 .smart_lasik_bg_04 {
    background-image: url(../img/beauty/beauty_bg_02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 160px 0;
}

.beauty_bg_02 .sub_title_box p {
    font-weight: 400;
}

.beauty_bg_03 .dryeye_bg_04 {
    padding-top: 260px;
}

.beauty_bg_03 .dryeye_bg_04 .cont_01 .text_box {
    bottom: -240px;
}

.beauty_bg_04 {
    background-image: url(../img/beauty/beauty_bg_04.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 120px;
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.beauty_bg_04 .cont_01 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.beauty_bg_04 .cont_01 li {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    margin-bottom: 35px;
    color: #fff;

}

.beauty_bg_04 .cont_01 li {
    padding: 80px 0;
}

.beauty_bg_04 .cont_01 li p {
    max-width: 620px;
    width: 100%;
    margin: 0 auto;
}

.beauty_bg_04 .cont_01 li h3 {
    font-size: 60px;
    line-height: 65px;
    font-style: normal;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}

.beauty_bg_04 .cont_01 li h3 span {
    background: linear-gradient(94deg, #00ABE3 4.03%, #98E2C9 96.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.beauty_bg_04 .cont_01 li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.relocation_bg_01 {
    background: linear-gradient(180deg, #F2F8F6 0%, #E9F7FC 100%);
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.relocation_bg_01 .cont_01 {
    display: flex;
    gap: 170px;
    align-items: center;
    justify-content: center;
}

.relocation_bg_01 .cont_01 .text_box {
    width: 50%;
}

.relocation_bg_01 .cont_01 .text_box>span {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    padding: 5px 20px;
    border-radius: 20px;
    background: #086693;
    display: inline-block;
    margin-bottom: 20px;
}

.relocation_bg_01 .cont_01 .text_box h3 {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    color: #00465F;
    line-height: 65px;
    margin-bottom: 20px;
}

.relocation_bg_01 .cont_01 .text_box h3 span {
    background: linear-gradient(94deg, #00ABE3 4.03%, #98E2C9 96.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.relocation_bg_01 .cont_01 .text_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
    color: #00465F;
}

.relocation_bg_02 .smart_lasik_bg_04 {
    background-image: url(../img/beauty/beauty_bg_01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 160px 0;
}

.relocation_bg_02 .sub_title_box {
    color: #00465F;
}

.none_840 {
    display: block;
}

.block_840 {
    display: none;
}

.block_1350 {
    display: none;
}

.relocation_bg_03 .dryeye_bg_04 .cont_01 .text_box {
    bottom: 0;
    top: -745px;
}

.relocation_bg_03 .dryeye_bg_04 {
    padding-top: 240px;
    padding-bottom: 240px;
}

.relocation_bg_03 .dryeye_bg_04 .cont_03 ul li p {
    font-weight: 400;
}

.relocation_bg_04 .smart_lasik_bg_04 {
    background-image: url(../img/beauty/beauty_bg_04.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding-top: 155px;
    padding-bottom: 120px;
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    justify-content: center;
    padding: 30px 16px;
}

.relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li div {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
}

.relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li div p {
    text-align: left;
    color: #fff;
    font-weight: 400;
}

.relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li div p span {
    background: linear-gradient(180deg, #00ABE3 4.03%, #98E2C9 96.76%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.relaxation_bg_01 {
    background-image: url(../img/beauty/beauty_bg_01.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    padding: 160px 0;
}

.relaxation_bg_01 .img_box {
    text-align: center;
}

.relaxation_bg_02 .relocation_bg_04 .smart_lasik_bg_04 {
    background-image: url(../img/beauty/relaxation_bg_02.png);

}

.relaxation_bg_02 .smart_lasik_bg_04 .cont_01 {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
}

.relaxation_bg_02 .relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li div {
    max-width: 340px;
    width: 100%;
    margin: 0 auto;
}

.relaxation_bg_03 .dryeye_bg_04 .cont_01 .text_box {
    bottom: -315px;
}

.ptosis_bg_01 .dream_lens_bg_05 {
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
    padding-top: 160px;
    padding-bottom: 160px;
}

.ptosis_bg_01 .dream_lens_bg_05 .cont_01 ul li {
    align-items: flex-start;
}

.ptosis_bg_01 .dream_lens_bg_05 .cont_01 ul li .text_box {
    margin-top: 40px;
}

.ptosis_bg_01 .dream_lens_bg_05 .cont_01 ul li .text_box .text_box_1_1 {
    margin-bottom: 20px;
}

.ptosis_bg_03 .dryeye_bg_04 {
    padding: 160px 0;
}

.ptosis_bg_03 .dryeye_bg_04 .cont_01 .text_box {
    bottom: 180px;
}

.entropion_bg_01 .relaxation_bg_01 {
    background-image: none;
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
    padding: 120px 0;
}

.entropion_bg_02 .relaxation_bg_02 .relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li div {
    max-width: 410px;
}

.entropion_bg_03 .dream_lens_bg_05 {
    background: linear-gradient(180deg, #F2F8F6 0%, #FAF6EA 100%);
}

.entropion_bg_03 .dream_lens_bg_05 .cont_01 ul li .text_box h4 {
    color: #252525;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.entropion_bg_04 .smart_lasik_bg_04 {
    background: linear-gradient(180deg, #FAF7EC 0%, #E9F8FC 100%);
}

.entropion_bg_04 .smart_lasik_bg_04 .sub_title_box {
    color: #00465F;
}

.entropion_bg_04 .smart_lasik_bg_04 .cont_01 .point_text {
    color: #02A8E2;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    /* font-family: 'Noto Sans KR', sans-serif; */
    margin: 20px auto 30px;
}

.entropion_bg_05 .relocation_bg_04 .smart_lasik_bg_04 {
    background-image: url(../img/beauty/entropion_bg_05.png);
}

.entropion_bg_05 .relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li div {
    max-width: 370px;
}

.entropion_bg_06 .glaucoma_bg_03 {
    background-image: url(../img/beauty/entropion_bg_06.png);
    background-position: 50% 50%;
}

.entropion_bg_06 .glaucoma_bg_03 .cont_01 li p {
    max-width: 390px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 1350px) {
    .block_1350 {
        display: block;
    }
}

@media screen and (max-width: 1300px) {
    .relocation_bg_01 .cont_01 {
        gap: 50px;
    }

}

@media screen and (max-width: 1135px) {
    .relocation_bg_01 .cont_01 .text_box h3 {
        font-size: 40px;
        line-height: 50px;
    }
}

@media screen and (max-width: 1080px) {
    .relocation_bg_03 .dryeye_bg_04 .cont_01 .text_box {
        display: none;
    }
}

@media screen and (max-width: 1050px) {
    .relocation_bg_01 .cont_01 {
        gap: 25px;
    }

    .none_1050 {
        display: none;
    }
}

@media screen and (max-width: 840px) {
    .none_840 {
        display: none;
    }

    .block_840 {
        display: block;
    }

    .relocation_bg_01 .cont_01 {
        flex-direction: column-reverse;
    }

    .relocation_bg_01 .cont_01 .text_box {
        width: 100%;
        text-align: center;
    }

    .relocation_bg_01 {
        padding: 75px 0 50px 0;
    }
}

@media screen and (max-width: 810px) {
    .beauty_bg_03 .dryeye_bg_04 .cont_01 .text_box {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .beauty_bg_01 {
        padding: 70px 0;
    }

    .beauty_bg_01 .sub_title_box {
        margin-bottom: 100px;
    }

    .beauty_bg_02 .smart_lasik_bg_04 {
        background-image: url(../img/beauty/beauty_bg_02_m.png);
        padding: 70px 0;
    }

    .beauty_bg_03 .dryeye_bg_04 {
        padding: 75px 0 50px 0;
    }

    .beauty_bg_04 {
        background-image: url(../img/beauty/beauty_bg_04_m.png);
        padding: 75px 0 50px 0;
    }

    .beauty_bg_04 .cont_01 li h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .beauty_bg_04 .cont_01 li {
        padding: 40px 20px;
    }

    .relocation_bg_02 .smart_lasik_bg_04 {
        padding: 75px 0 50px 0;
    }

    .relocation_bg_03 .dryeye_bg_04 {
        padding: 75px 0 50px 0;
    }

    .relocation_bg_04 .smart_lasik_bg_04 {
        background-image: url(../img/beauty/beauty_bg_04_m.png);
        padding: 75px 0 50px 0;
    }

    .relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li div p span {
        display: block;
    }

    .relocation_bg_04 .smart_lasik_bg_04 .cont_01>ul li div p {
        padding: 0;
    }

    .relaxation_bg_01 {
        padding: 75px 0 50px 0;
    }

    .relaxation_bg_03 .dryeye_bg_04 .cont_01 .text_box {
        bottom: -100px;
    }

    .relaxation_bg_02 .relocation_bg_04 .smart_lasik_bg_04 {
        background-image: url(../img/beauty/relaxation_bg_02_m.png);
    }

    .ptosis_bg_01 .dream_lens_bg_05 {
        padding: 75px 0 50px 0;
    }

    .ptosis_bg_01 .dream_lens_bg_05 .cont_01 ul li .text_box {
        margin-top: 0;
    }

    .ptosis_bg_03 .dryeye_bg_04 {
        padding: 75px 0 50px 0;
    }

    .ptosis_bg_03 .dryeye_bg_04 .cont_01 .text_box {
        display: none;
    }

    .ptosis_bg_02 .beauty_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(4),
    .ptosis_bg_02 .beauty_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(5) {
        padding: 6px 16px;
    }

    .beauty_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(3) {
        padding: 25px 16px;
    }

    .relocation_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(2),
    .relocation_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(3),
    .relocation_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(4) {
        padding: 6px 16px;
    }

    .entropion_bg_01 .relaxation_bg_01 {
        padding: 75px 0 50px 0;
    }

}

/* 안성형클리닉 끝 */
/* 망막클리닉  */
.glaucoma_bg_01 {
    padding: 120px 0;
    /* font-family: 'Noto Sans KR', sans-serif; */
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
}

.border_two_color {
    border: 1px solid transparent;
    border-radius: 20px;
    background-origin: border-box;
    background-clip: content-box, border-box;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to bottom, #02A8E2, #FBFAE200);
    border-image-slice: 1;
}

.glaucoma_bg_01 .cont_01 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.glaucoma_bg_01 .cont_01 .img_box {
    margin-top: 60px;
    text-align: center;
    margin-bottom: 60px;

}

.glaucoma_bg_01 .cont_01 p {
    color: #00465F;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 40px;
    line-height: 25px;
}

.glaucoma_bg_02 .smart_lasik_bg_04 {
    /* font-family: 'Noto Sans KR', sans-serif; */
    background: linear-gradient(180deg, #F2F8F7 0%, #D3F2F4 100%);
}

.glaucoma_bg_02 .smart_lasik_bg_04 .sub_title_box {
    color: #00465F;
}

.glaucoma_bg_03 {
    padding: 120px 0;
    background-image: url(../img/retina/glaucoma_bg_03.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    /* font-family: 'Noto Sans KR', sans-serif;  */
}

.glaucoma_bg_03 .sub_title_box {
    color: #fff;
}

.glaucoma_bg_03 .cont_01 {
    max-width: 1000px;
    margin: 0 auto;
}

.glaucoma_bg_03 .cont_01 li {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    margin-bottom: 35px;
    color: #fff;
    text-align: center;
    padding: 60px 0;

}

.glaucoma_bg_03 .cont_01 li h3 {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    margin-bottom: 30px;
    background: linear-gradient(155deg, #00ABE3 -3.77%, #98E2C9 81.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.glaucoma_bg_03 .cont_01 li h3 span {
    font-weight: 700;
}

.glaucoma_bg_03 .cont_01 li p {
    max-width: 650px;
    width: 100%;
    margin: 0 auto;
}

.glaucoma_bg_03 .cont_01 li p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
}

.glaucoma_bg_04 .glaucoma_bg_02 .smart_lasik_bg_04 {
    /* font-family: 'Noto Sans KR', sans-serif; */
    background: linear-gradient(180deg, #F2F8F6 0%, #FAF6EA 100%);
}

.glaucoma_bg_05 .dryeye_bg_04 {
    padding-top: 230px;
}

.glaucoma_bg_05 .dryeye_bg_04 .cont_01 .text_box {
    bottom: -240px;
}

.glaucoma_bg_06 {
    padding: 120px 0;
    background-image: url(../img/retina/glaucoma_bg_06.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    /* font-family: 'Noto Sans KR', sans-serif;  */
}

.glaucoma_bg_06 .sub_title_box {
    color: #fff;
}

.glaucoma_bg_06 .cont_01 {
    display: flex;
    gap: 60px;
    width: 100%;
}

.glaucoma_bg_06 .cont_01 li {
    border-radius: 20px;
    border: 1px solid #FFF;
    background: rgba(255, 255, 255, 0.20);
    color: #fff;
    padding: 60px 60px 60px 60px;
    display: flex;
    flex-direction: column;
    gap: 60px;
    width: 33.3333%;
    box-sizing: border-box;
}

.glaucoma_bg_06 .cont_01 li h4 {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    color: #45C4D8;
    text-align: center;
}

.glaucoma_bg_06 .cont_01 li:nth-child(1) .text {
    margin-top: 20%;
}

.glaucoma_bg_06 .cont_01 li .text p {
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
}

.glaucoma_bg_06 .cont_01 li {
    gap: 30px;
}

.macular_bg_01 {
    padding: 120px 0;
    /* font-family: 'Noto Sans KR', sans-serif; */
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
}

.macular_bg_01 .cont_01 {}

.macular_bg_01 .cont_01 li {
    max-width: 1000px;
    margin: 0 auto;
}

.macular_bg_01 .cont_01 li:first-child {
    margin-bottom: 20px;
}

.macular_bg_01 .cont_01 li>div {
    padding: 20px 25px;
    background-color: #fff;
    border-radius: 20px;
    display: flex;
    gap: 30px;
    align-items: center;
}

.macular_bg_01 .cont_01 li .img_box {
    max-width: 300px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}

.macular_bg_01 .cont_01 li .text {}

.macular_bg_01 .cont_01 li .text h4 {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
    background: linear-gradient(170deg, #00ABE3 -3.77%, #98E2C9 35.89%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 30px;
}

.macular_bg_01 .cont_01 li .text p {
    font-family: Noto Sans KR;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    color: #00465F;
    line-height: 25px;
}

.macular_bg_03 .smart_lasik_bg_04 {
    padding: 120px 0;
    background-image: url(../img/retina/macular_bg_03.png);
    background-repeat: no-repeat;
    background-size: cover;
    /* font-family: 'Noto Sans KR', sans-serif;  */
    background-position: 50% 50%;
}

.macular_bg_04 {
    padding: 120px 0;
    background: linear-gradient(180deg, #F2F8F6 0%, #FAF6EA 100%);
}

.macular_bg_04 .cont_01 {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px;
}

.macular_bg_04 .cont_01 li {
    width: 245px;
    min-height: 245px;
    background: linear-gradient(155deg, #00ABE3 -3.77%, #98E2C9 81.89%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.macular_bg_04 .cont_01 li p {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    /* font-family: 'Noto Sans KR', sans-serif; */
    text-align: center;
}

.macular_bg_06 .glaucoma_bg_03 {
    background-image: url(../img/retina/macular_bg_06.png);
}

.macular_bg_06 .glaucoma_bg_03 .cont_01 li p {
    max-width: 310px;
    width: 1005;
    margin: 0 auto;
    text-align: left;
}

.diabetic_bg_02 {
    padding-top: 150px;
    padding-bottom: 190px;
    /* font-family: 'Noto Sans KR', sans-serif; */
    background: linear-gradient(180deg, #F2F8F7 0%, #D3F2F4 100%);
}

.diabetic_bg_02 .cont_01 {
    display: flex;
    width: 100%;
    gap: 40px;
    align-items: stretch;
    justify-content: center;
}

.diabetic_bg_02 .cont_01 li {}

.diabetic_bg_02 .cont_01 li .img_box {
    margin-bottom: 30px;
}

.diabetic_bg_02 .cont_01 li p {
    font-size: 16px;
    line-height: 25px;
    font-style: normal;
    font-weight: 500;
    color: #00465F;
    text-align: center;
}

.diabetic_bg_05 {
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.diabetic_bg_05 .dryeye_bg_04 {
    padding-top: 120px;
}

.diabetic_bg_05 .dryeye_bg_04 .cont_06 {
    border-radius: 20px;
    border: 1px solid #FFF;
    color: #fff;
    background: rgba(255, 255, 255, 0.20);
    padding: 45px 0;
    text-align: center;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.diabetic_bg_05 .dryeye_bg_04 .cont_06 h4 {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 15px;
}

.diabetic_bg_05 .dryeye_bg_04 .cont_06 p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    max-width: 315px;
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.diabetic_bg_05 .dryeye_bg_04 .cont_01 .text_box {
    bottom: -250px;
}

.vitrectomy_bg_01 {
    /* font-family: 'Noto Sans KR', sans-serif; */
    padding: 120px 0;
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
}

.vitrectomy_bg_01 .border_two_color {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
}

.vitrectomy_bg_01 .cont_01 {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    border-radius: 20px;
    background-color: #fff;
    padding: 70px 95px;
    box-sizing: border-box;
}

.vitrectomy_bg_01 .cont_01 .img_box {
    margin-bottom: 60px;
    text-align: center;
}

.vitrectomy_bg_01 .cont_01 .img_box>img {
    margin: 0 auto;
}

.vitrectomy_bg_01 .cont_01 p {
    color: #00465F;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    line-height: 25px;
}

.vitrectomy_bg_03 .glaucoma_bg_03 {
    background-image: url(../img/retina/vitrectomy_bg_03.png);
    background-position: 50% 50%;
}

.vitrectomy_bg_03 .glaucoma_bg_03 .cont_01 li {
    padding: 30px 0;
}

.vitrectomy_bg_03 .glaucoma_bg_03 .cont_01 li h3 {
    margin-bottom: 20px;
    font-weight: 700;
}

.vitrectomy_bg_04 .dryeye_bg_04 {
    padding-top: 240px;
}

.vitrectomy_bg_04 .dryeye_bg_04 .cont_01 .text_box {
    bottom: -170px;
}

.epiretinal_bg_01 .vitrectomy_bg_01 {
    background: linear-gradient(180deg, #E8F7FC 0%, #F2F8F6 100%);
}

@media screen and (max-width: 1350px) {
    .glaucoma_bg_06 .cont_01 {
        gap: 30px;
    }

    .glaucoma_bg_06 .cont_01 li {
        padding: 30px;
    }

    .glaucoma_bg_06 .cont_01 li:nth-child(1) .text {
        margin-top: 15%;
    }

    .macular_bg_04 .cont_01 {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width: 1110px) {
    .glaucoma_bg_06 .cont_01 {
        flex-direction: column;
        align-items: center;
    }

    .glaucoma_bg_06 .cont_01 li:nth-child(1) .text {
        margin-top: 0%;
    }

    .glaucoma_bg_06 .cont_01 li {
        width: 100%;
    }
}

@media screen and (max-width: 1024px) {
    .glaucoma_bg_03 .cont_01 li {
        padding: 35px 30px;
    }

}

@media screen and (max-width: 768px) {
    .glaucoma_bg_01 {
        padding: 75px 0 50px 0;
    }

    .glaucoma_bg_01 .cont_01 .img_box {
        margin-top: 40px;
        margin-bottom: 20px;
    }

    .glaucoma_bg_01 .cont_01 p {
        width: 90%;
        margin: 0 auto 40px;
    }

    .glaucoma_bg_03 {
        padding: 75px 0 50px 0;
        background-image: url(../img/retina/glaucoma_bg_03_m.png);
    }

    .glaucoma_bg_03 .cont_01 li {
        margin-bottom: 20px;
    }

    .glaucoma_bg_05 .dryeye_bg_04 {
        padding-top: 75px;
    }

    .glaucoma_bg_05 .dryeye_bg_04 .cont_01 .text_box {
        display: none;
    }

    .glaucoma_bg_06 {
        padding: 75px 0 50px 0;
    }

    .macular_bg_01 {
        padding: 75px 0 50px 0;
    }

    .macular_bg_01 .cont_01 li>div {
        flex-direction: column;
    }

    .macular_bg_01 .cont_01 li .text {
        text-align: center;
    }

    .macular_bg_03 .smart_lasik_bg_04 {
        padding: 75px 0 50px 0;
    }

    .diabetic_bg_03 .macular_bg_03 .smart_lasik_bg_04 .cont_01>ul li:nth-child(2) {
        padding: 16px;
    }

    .diabetic_bg_03 .macular_bg_03 .smart_lasik_bg_04 .cont_01>ul li:nth-child(4) {
        padding: 6px 16px;
    }

    .macular_bg_03 .smart_lasik_bg_04 .cont_01>ul li:nth-child(2),
    .macular_bg_03 .smart_lasik_bg_04 .cont_01>ul li:nth-child(4) {
        padding: 6px 16px;
    }

    .macular_bg_04 {
        padding: 75px 0 50px 0;
    }

    .macular_bg_04 .cont_01 li {
        width: 100%;
        max-width: 245px;
    }

    .macular_bg_05 .dryeye_bg_04 {
        padding: 75px 0 50px 0;
    }

    .macular_bg_05 .dryeye_bg_04 .sub_title_box {
        margin-bottom: 0;
    }

    .macular_bg_05 .dryeye_bg_04 .cont_01 {
        display: none;
    }

    .glaucoma_bg_06 .cont_01 li h4 {
        text-align: left;
    }

    .glaucoma_bg_06 .cont_01 li .text p {
        text-align: left;
    }

    .diabetic_bg_02 {
        padding: 75px 0 50px 0;
    }

    .diabetic_bg_02 .cont_01 {
        flex-direction: column;
        gap: 20px;
    }

    .diabetic_bg_02 .cont_01 li .img_box {
        text-align: center;
        margin-bottom: 15px;
    }

    .diabetic_bg_05 .dryeye_bg_04 {
        padding: 75px 0 50px 0;
    }

    .diabetic_bg_05 .dryeye_bg_04 .cont_01 .text_box {
        display: none;
    }

    .diabetic_bg_05 .dryeye_bg_04 .cont_06 {
        padding: 25px 10px
    }

    .vitrectomy_bg_01 {
        padding: 75px 0 50px 0;
    }

    .vitrectomy_bg_01 .cont_01 {
        padding: 50px 20px;
    }

    .vitrectomy_bg_03 .glaucoma_bg_03 {
        background-image: url(../img/retina/vitrectomy_bg_03_m.png);
    }

    .vitrectomy_bg_04 .dryeye_bg_04 .cont_01 .text_box {
        display: none;
    }

    .vitrectomy_bg_04 .dryeye_bg_04 {
        padding: 75px 0 50px 0;
    }

    .vitrectomy_bg_04 .dryeye_bg_04 .cont_02>ul li:nth-child(3) {
        padding: 20px 16px;
    }

    .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(1),
    .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(2),
    .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(5),
    .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(6) {
        padding: 6px 16px;
    }

    .glaucoma_bg_04 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li {
        padding: 16px;
    }

    .glaucoma_bg_04 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(1),
    .glaucoma_bg_04 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(4),
    .glaucoma_bg_04 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(5),
    .glaucoma_bg_04 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(6),
    .glaucoma_bg_04 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(7),
    .glaucoma_bg_04 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(8) {
        padding: 6px 16px;
    }

    .macular_bg_07 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li {
        padding: 16px;
    }

    .epiretinal_bg_04 .macular_bg_04 {
        padding: 75px 0 50px 0;
    }

    .vitrectomy_bg_02 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(1),
    .vitrectomy_bg_02 .glaucoma_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(2) {
        padding: 16px;
    }

    .ptosis_bg_02 .beauty_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(3) {
        padding: 16px;
    }
}

/* 망막클리닉 끝 */
/* 병원소개 */
.intro_bg_01 {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.intro_bg_01 .cont_01 {}

.intro_bg_01 .cont_01 .img_box {
    text-align: center;
    margin-bottom: 50px;
}

.intro_bg_01 .cont_01 .text_box {
    text-align: center;
    color: #00465F;

}

.intro_bg_01 .cont_01 .text_box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.intro_bg_01 .cont_01 .text_box h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
}

.intro_bg_01 .cont_01 .text_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.intro_bg_02 .smart_lasik_bg_04 {
    padding: 120px 0;
    background-image: url(../img/intro/intro_bg_02.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    /* font-family: 'Noto Sans KR', sans-serif;  */
}

.intro_bg_02 .smart_lasik_bg_04 .sub_title_box {
    color: #00465F;
}

.intro_bg_03 {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
    /* font-family: 'Noto Sans KR', sans-serif; */
}

.intro_bg_03 .cont_01 {}

.intro_bg_03 .cont_01 .img_box {
    text-align: center;
    margin-bottom: 50px;
}

.intro_bg_03 .cont_01 .text_box {
    text-align: center;
    color: #00465F;

}

.intro_bg_03 .cont_01 .text_box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.intro_bg_03 .cont_01 .text_box h5 {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 10px;
}

.intro_bg_03 .cont_01 .text_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.way_bg_01 {
    /* font-family: 'Noto Sans KR', sans-serif; */
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
}

.way_bg_01 .cont_01 .border_two_color {
    border: solid 3px transparent;

}

.way_bg_01 .cont_01 .time_box {
    /* font-family: 'Noto Sans KR', sans-serif; */
    display: flex;
    padding: 35px 120px;
    align-items: center;
}

.way_bg_01 .cont_01 .time_box .left {
    text-align: center;
    border-right: solid 3px #00ABE3;
    padding: 30px 90px 30px 0;
}

.way_bg_01 .cont_01 .time_box .left>div {
    margin-bottom: 10px;
}

.way_bg_01 .cont_01 .time_box .left>p {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #00465F;
}

.way_bg_01 .cont_01 .time_box .right {
    max-width: 300px;
    width: 100%;
    margin: 0 auto;
    color: #00465F;
}

.way_bg_01 .cont_01 .time_box .right ul {}

.way_bg_01 .cont_01 .time_box .right ul li {
    display: flex;
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
    gap: 30px;
}

.way_bg_01 .cont_01 .time_box .right ul li p:nth-child(1) {
    font-size: 30px;
    line-height: 35px;
    font-weight: 700;
    max-width: 90px;
    width: 100%;
}

.way_bg_01 .cont_01 .time_box .right ul li p:nth-child(2) {}

.way_bg_02 {
    /* font-family: 'Noto Sans KR', sans-serif; */
    padding: 120px 0;
    background: linear-gradient(180deg, #EAF9FD 0%, #EAF8FD 100%);
}

.way_bg_01 .cont_01 .time_box .right ul li:last-child p:nth-child(1) {
    max-width: none;
}

.way_bg_02 .cont_01 .map_box {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    margin: 0 auto;
}

.way_bg_02 .cont_01 .map_box.border_two_color {
    border: 3px solid transparent;
    border-bottom: 0;
}

.way_bg_02 .cont_01 .map_box #map {
    width: 100%;
    height: 550px;
}

.way_bg_02 .cont_01 h4 {
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    color: #00465F;
    text-align: center;
    margin-bottom: 30px;
}

.way_bg_02 .cont_01 .way_text_box {
    background-color: #fff;
    border-radius: 0px 0 30px 30px;
    color: #00465F;
    padding: 25px 0;
}

.way_bg_02 .cont_01 .way_text_box .text_box_w {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.way_bg_02 .cont_01 .way_text_box .text_box_layout {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 35px;
    margin-bottom: 25px;
}

.way_bg_02 .cont_01 .way_text_box .text_box_layout .bottom {
    display: flex;
    align-items: center;
    gap: 35px;
}

.way_bg_02 .cont_01 .way_text_box .font_1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 10px;
}

.way_bg_02 .cont_01 .way_text_box .font_2 {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
}

.way_bg_02 .cont_01 .way_text_box .font_2 span {
    font-weight: 700;
}

.intro_equi_bg_01 {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
}

.intro_equi_bg_02 {
    padding-bottom: 80px;
    background: linear-gradient(180deg, #EAF9FD 0%, #EAF8FD 100%);
}

.intro_equi_bg_01 .cont_01 {}

.intro_equi_bg_01 .cont_01 {
    max-width: 1070px;
    margin: 0 auto;
}

.intro_equi_bg_01 .cont_01 .img_layout {
    display: flex;
    gap: 40px;
    justify-content: center;
    position: relative;
}

.intro_equi_bg_02 .cont_01 {
    max-width: 1070px;
    margin: 0 auto;
}

.intro_equi_bg_02 .cont_01 .img_layout {
    display: flex;
    gap: 40px;
    justify-content: center;
    position: relative;
}

.hover_img {
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.hover_img_2 {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.intro_equi_bg_01 .cont_02 li {
    margin-bottom: 20px;
}

.intro_equi_bg_02 .cont_02 li {
    margin-bottom: 20px;
}

.intro_equi_bg_01 .cont_02 .mo_list li {
    margin-bottom: 60px;
}

.intro_equi_bg_02 .cont_02 .mo_list li {
    margin-bottom: 60px;
}

.intro_equi_bg_01 .cont_02 .mo_box_01 .mo_subject_box,
.intro_equi_bg_01 .cont_02 .mo_box_02 .mo_subject_box {
    border: solid 1px #fff;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-style: normal;
    border-radius: 20px;
    overflow: hidden;
}

.intro_equi_bg_02 .cont_02 .mo_box_03 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_04 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_05 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_06 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_07 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_08 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_09 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_10 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_11 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_12 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_13 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_14 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_15 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_16 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_17 .mo_subject_box,
.intro_equi_bg_02 .cont_02 .mo_box_18 .mo_subject_box {
    border: solid 1px #fff;
    border-radius: 10px;
    text-align: center;
    font-weight: 700;
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-style: normal;
    border-radius: 20px;
    overflow: hidden;
}

.intro_equi_bg_01 .cont_02 .mo_box_01 .mo_subject_box h3,
.intro_equi_bg_01 .cont_02 .mo_box_02 .mo_subject_box h3 {
    color: #00465F;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.intro_equi_bg_02 .cont_02 .mo_box_03 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_04 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_05 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_06 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_07 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_08 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_09 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_10 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_11 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_12 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_13 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_14 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_15 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_16 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_17 .mo_subject_box h3,
.intro_equi_bg_02 .cont_02 .mo_box_18 .mo_subject_box h3 {
    color: #00465F;
    font-size: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.intro_equi_bg_01 .cont_02 .mo_box_01 .mo_subject_box h4,
.intro_equi_bg_01 .cont_02 .mo_box_02 .mo_subject_box h4 {
    font-size: 18px;
    color: #00465F;
    margin-bottom: 30px;
}

.intro_equi_bg_02 .cont_02 .mo_box_03 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_04 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_05 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_06 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_07 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_08 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_09 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_10 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_11 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_12 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_13 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_14 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_15 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_16 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_17 .mo_subject_box h4,
.intro_equi_bg_02 .cont_02 .mo_box_18 .mo_subject_box h4 {
    font-size: 18px;
    color: #00465F;
    margin-bottom: 30px;
}

.intro_equi_bg_01 .cont_02 .mo_img_box {
    margin-bottom: -30px;
}

.intro_equi_bg_02 .cont_02 .mo_img_box {
    margin-bottom: -30px;
}

.intro_equi_bg_01 .cont_02 .mo_text_box {
    margin-bottom: 30px;
    display: none;
}

.intro_equi_bg_02 .cont_02 .mo_text_box {
    margin-bottom: 30px;
    display: none;
}

.doctor_bg_01 {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
}

.doctor_bg_01 .cont_01 {}

.doctor_bg_01 .cont_01 li {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 85px;
}

.doctor_bg_01 .cont_01 li .img_box {}

.doctor_bg_01 .cont_01 li .text_box {
    /* font-family: 'Noto Sans KR', sans-serif; */
    font-style: normal;
    color: #00465F;

}

.doctor_bg_01 .cont_01 li .text_box h4 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 20px;
    font-weight: 900;
}

.doctor_bg_01 .cont_01 li .text_box p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
}

.doctor_bg_02 .doctor_bg_01 {
    background: linear-gradient(180deg, #EAF9FD 0%, #EAF8FD 100%);
}

.doctor_bg_03 .doctor_bg_01 {
    background: linear-gradient(180deg, #EAF9FD 0%, #EAF8FD 100%);
}

.doctor_bg_04 {
    /* font-family: 'Noto Sans KR', sans-serif; */
    padding: 120px 0;
    background: linear-gradient(180deg, #EAF8FD 0%, #FAF6EA 100%);
}

.doctor_bg_04 .text_box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 35px;
    text-align: center;
    margin-bottom: 20px;
    color: #00465F;
}

.doctor_bg_04 .cont_01 li {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 15px;
    text-align: center;
    color: #00465F;
}

.hospital_bg_01 {
    /* font-family: 'Noto Sans KR', sans-serif; */
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 0%, #E9F8FD 100%);
}

.hospital_bg_01 .cont_01 {
    margin-bottom: 75px;
}

.hospital_bg_01 .cont_01 .text_box {
    color: #00465F;
    text-align: center;
    margin-bottom: 75px;
}

.hospital_bg_01 .cont_01 .text_box h4 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}

.hospital_bg_01 .cont_01 .text_box p {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    margin-bottom: 10px;
}

.hospital_bg_01 .text_layout {
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 40px
}

.hospital_bg_01 .text_layout li {
    width: 245px;
    min-height: 245px;
    background: linear-gradient(155deg, #00ABE3 -3.77%, #98E2C9 81.89%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hospital_bg_01 .text_layout p {
    font-size: 24px;
    line-height: 30px;
    font-style: normal;
    font-weight: 700;
    color: #fff;
    /* font-family: 'Noto Sans KR', sans-serif; */
    text-align: center;
}

.hospital_bg_01 .cont_02 {}


/* 스와이퍼 */
.hospital_bg_01 .intro_swiper .swiper-wrapper {
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
}

.hospital_bg_01 .intro_swiper {
    width: 100%;
    max-width: 900px;
    overflow: visible;
}

.hospital_bg_01 .sec2 {
    margin-top: 100px;
    margin-bottom: 185px;
}

.hospital_bg_01 .intro_swiper .swiper-slide {}

.hospital_bg_01 .intro_swiper .swiper-slide img {
    border-radius: 30px;
}

.hospital_bg_01 .intro_swiper .swiper-slide.swiper-slide-active {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

.hospital_bg_01 .intro_swiper .swiper-slide.swiper-slide-active img {
    width: 100%;
}

.hospital_bg_01 .intro_swiper .swiper-slide.swiper-slide-active img {}

.hospital_bg_01 .intro_swiper .swiper-slide.swiper-slide-next,
.hospital_bg_01 .intro_swiper .swiper-slide.swiper-slide-prev {}

.hospital_bg_01 .intro_swiper .swiper-slide.swiper-slide-next img,
.hospital_bg_01 .intro_swiper .swiper-slide.swiper-slide-prev img {}

.hospital_bg_01 .intro_swiper .swiper-pagination {
    position: initial;
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 50px;
}

.hospital_bg_01 .intro_swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
    height: 30px;
    width: 80px;
    border-radius: 40px;
    background: #0bafe1;
    transition: all 0.5s;
}

.hospital_bg_01 .intro_swiper .swiper-pagination-bullet {
    margin: 0;
    width: 30px;
    height: 30px;
    background-color: #D9D9D9;
    transition: all 0.5s;
    border-radius: 50%;
}

.hospital_bg_01 .intro_swiper .swiper-slide {
    transform: scale(0.8);
    transform-origin: center bottom;
    filter: brightness(0.4);
    transition: .4s;
}

.hospital_bg_01 .intro_swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transform-origin: bottom;
    filter: brightness(1);
}

.hospital_bg_01 .intro_swiper img {}

@media screen and (max-width: 1450px) {
    .w_1580 {
        width: 90%;
    }
}

@media screen and (max-width: 1350px) {
    .hospital_bg_01 .text_layout {
        flex-wrap: wrap;
        gap: 20px;
    }
}

@media screen and (max-width: 1250px) {
    .doctor_bg_01 .cont_01 li {
        gap: 40px;
    }
}

@media screen and (max-width: 1080px) {
    .way_bg_01 .cont_01 .time_box {
        padding: 35px 65px;
    }
}

@media screen and (max-width: 950px) {
    .way_bg_01 .cont_01 .time_box .left {
        padding: 30px 55px 30px 0;
    }
}

@media screen and (max-width: 850px) {
    .doctor_bg_01 {
        padding: 75px 0 50px 0;
    }

    .doctor_bg_01 .cont_01 li {
        flex-direction: column;
    }

    .doctor_bg_01 .cont_01 li .text_box {
        width: 100%;
    }

    .doctor_bg_01 .cont_01 li .text_box h4 {
        font-size: 22px;
        line-height: 25px;
    }
}

@media screen and (max-width: 768px) {

    .intro_bg_01,
    .intro_bg_02 .smart_lasik_bg_04,
    .intro_bg_03 {
        padding: 75px 0 50px 0;
    }

    .intro_bg_02 .smart_lasik_bg_04 .cont_01>ul li:nth-child(1) {
        padding: 16px;
    }

    .intro_bg_02 .smart_lasik_bg_04 .cont_01>ul li {
        padding: 6px 16px;
    }

    .way_bg_01,
    .way_bg_02 {
        padding: 75px 0 50px 0;
    }

    .way_bg_02 .cont_01 .map_box #map {
        height: 350px;
    }

    .doctor_bg_04 {
        padding: 75px 0 50px 0;
    }

    .hospital_bg_01 {
        padding: 75px 0 50px 0;
    }

    .hospital_bg_01 .intro_swiper {
        max-width: 300px;
    }

    .hospital_bg_01 .intro_swiper .swiper-pagination {
        display: none;
    }

    .hospital_bg_01 .cont_01 .img_box {
        flex-direction: column
    }

    .intro_equi_bg_01 {
        padding: 75px 0 25px 0;
    }

    .intro_equi_bg_02 {
        padding: 75px 0 50px 0;
    }

    .way_bg_02 .cont_01 .way_text_box {
        padding: 30px 15px;
    }

    .way_bg_02 .cont_01 .way_text_box .text_box_layout:nth-child(1) {
        flex-direction: row;
    }

    .way_bg_02 .cont_01 .way_text_box .text_box_layout {
        flex-direction: column;
        align-items: flex-start
    }

    .way_bg_01 .cont_01 .time_box {
        flex-direction: column;
        row-gap: 40px;
        padding: 35px 20px;
    }

    .way_bg_01 .cont_01 .time_box .left {
        border-right: none;
        padding: 0;
    }

    .way_bg_01 .cont_01 .time_box .right {
        max-width: none;
    }

    .way_bg_01 .cont_01 .time_box .right ul li {
        justify-content: center;
    }

    .way_bg_01 .cont_01 .time_box .right ul {
        text-align: center;
    }

    .way_bg_01 .cont_01 .time_box .left>p {
        font-size: 25px;
        line-height: 30px;
    }

    .way_bg_01 .cont_01 .time_box .right ul li p:nth-child(1) {
        font-size: 20px;
        line-height: 25px;
    }

    .way_bg_01 .cont_01 .time_box .right ul li p:nth-child(2) {
        font-size: 16px;
        line-height: 20px;
    }

}

/* 병원소개 끝 */
/* 사이트 필수 정보 처리방침 */
.required_info_se {
    padding: 120px 0;
    background: linear-gradient(180deg, #FFF 48.29%, #E9F8FD 100%);
}

.required_info_se .cont_01 .tab_menu2 {
    display: flex;
    gap: 20px;
}

.required_info_se .cont_01 .tab_menu2 li {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
    color: #00465F;
    border-bottom: none;
    cursor: pointer;
}

.required_info_se .cont_01 .tab_menu2 li:hover {
    border-bottom: solid 2px #00465F;
}

.required_info_se .cont_01 .tab_menu2 li.on {
    color: #45C4D8;
    border-bottom: solid 2px #45C4D8;
}

.tab_container2 {
    margin-top: 40px;
}

.tab_container2 .table_1 table {
    width: 100%;
}

.tab_container2 .table_1 table tr {}

.tab_container2 .table_1 table th {
    border: solid 1px #00465F;
    padding: 10px 0;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    background-color: #00465F;
    color: #fff;
}

.tab_container2 .table_1 table td {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 0;
    border: solid 1px #00465F;
    text-align: center;
    vertical-align: middle;
    font-weight: 500;
    color: #00465F;
}

.tab_container2 .table_1 table th:nth-child(1) {
    width: 30%;
}

.tab_container2 .table_1 table th:nth-child(2) {
    width: 30%;
}

.tab_container2 .table_1 table th:nth-child(3) {
    width: 25%;
}

.tab_container2 .table_1 table th:nth-child(4) {
    width: 25%;
}

.obligations_box h3 {
    font-size: 30px;
    line-height: 40px;
    color: #00465F;
    font-weight: 700;
    margin-bottom: 30px;
}

.obligations_box h4 {
    font-size: 22px;
    line-height: 30px;
    color: #00465F;
    font-weight: 600;
    margin-bottom: 20px;
}

.obligations_box .small_text {
    font-size: 16px;
    line-height: 25px;
    color: #00465F;
    margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
    .tab_container2 .table_1 table th {
        font-size: 16px;
        line-height: 20px;
    }

    .tab_container2 .table_1 table td {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
    }

    .required_info_se {
        padding-top: 50px 0;
    }

    .obligations_box h3 {
        font-size: 20px;
    }

    .obligations_box .small_text {
        font-size: 14px;
    }

    .obligations_box h4 {
        font-size: 18px;
    }
}

/* 사이트 필수 정보 처리방침 끝 */