.bold {
    font-weight: 700 !important;
}
.block_500 {
    display: none;
}
.none_500 {
    display: block;
}
.none_1024 {
    display: block;
}
.block_1024 {
    display: none;
}
/* 피시퀵메뉴 */
.side-gnb {
    position: fixed;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    z-index: 999999;
}
#gnb {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    max-width: 80px;
    border-radius: 100px;
}
.side-gnb1-bx {
    padding: 20px 9px 10px 9px;
    box-sizing: border-box;
    display: none;
}
.gnb1-icon-img {
    text-align: center;
}
.gnb1-icon-img.logo-rel {
    position: relative;
    transition: all 0.6s;
}
.toggle-arrow.acitve .gnb1-icon-img.logo-rel {
    transform: rotate(90deg);
    transition: all 0.6s;
}
.gnb1-icon-img-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s;
}
.toggle-arrow.acitve .gnb1-icon-img-logo {
    transform: translate(-50%, -50%) rotate(-90deg);
    transition: all 0.6s;
}
.gnb-cont-txt {
    font-size: 14px;
    line-height: 18px;
    font-family: 'Pretendard';
    text-align: center;
    font-weight: 400;
    margin-top: 8px;
    color: #222;
}
.quick_line {
    width: 40px;
    height: 1px;
    background-color: #ececec;
    margin: 8px auto;
}
.toggle-arrow {
    cursor: pointer;
}
/* pc 퀵메뉴 끝 */
.point_color {
    color: #161e5c;
}
._main .sec02 .two .bt .img_box {
    text-align: center;
}
.nav_filter.on{
    display:block;
}
.nav_filter {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    display: none;
    background-color: #00000085;
    z-index: 49;
}
/* html.nav_active .nav_filter {
    display: block;
} */

.none_768 {
    display: block;
}
.block_768 {
    display: none;
}
.mo_quick_menu{
    display: none;
}
@media screen and (max-width: 1024px) {
    .none_1024 {
        display: none;
    }
    .block_1024 {
        display: block;
    }
}
@media screen and (max-width: 1000px) {
    .side-gnb {
        display: none;
    }
    .mo_quick_menu{
        display: block;
    }
    .mo_quick_menu {
        display: block;
        font-family: 'Pretendard';
        position: fixed;
        bottom: -4px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 999999;
        width: 100%;
    }

    .mo_quick_btn {
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        color: #fff;
        border-radius: 10px 10px 0px 0px;
        background: #161e5b;
        padding: 10px 25px;
        display: inline-block;
        border: solid 1px #fff;
        border-bottom: 0;
        position: relative;
        overflow: hidden;
        margin-bottom: -4px;
    }

    .fake_group {
        display: flex;
        animation: floAni 1s linear infinite forwards;
        animation-delay: 0.5s;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
    }

    .fake_group>div {
        /* flex: 0 0 auto; */
    }

    .fake_img {
        /* position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50); */

        width: 260px;
        height: 37px;
        background: linear-gradient(275deg, rgba(255, 255, 255, 0.00) 0%, rgba(255, 255, 255, 0.50) 47.85%, rgba(255, 255, 255, 0.00) 97.65%);
    }

    .fake_img img {
        display: block;
        width: 100%;
    }

    .mo_quick_menu>div {
        overflow: hidden;
    }

    @keyframes floAni {
        0% {

            transform: translateX(-0%);
        }

        100% {

            transform: translateX(-100%);
        }


    }


    .mo_quick_menu .cont_1_bg {
        display: none;
    }

    .mo_quick_menu .cont_1 {
        border-radius: 20px 20px 0px 0px;
        background: #161e5b;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around;
        padding: 13px 0;
        border-top: solid 1px #fff;
    }

    .mo_quick_menu .cont_1 li {}
    .mo_quick_menu .cont_1 li a{
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 5px;
    }
    .mo_quick_menu .cont_1 li a .quick_icon{
      height: 28px;
    }

    .mo_quick_menu .cont_1 li .quick_icon svg {
        /* width: 30px;
        height: 30px; */
    }

    .mo_quick_menu .cont_1 li p {
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        color: #fff;
    }
}
@media screen and (max-width: 768px) {
    .none_768 {
        display: none;
    }
    .block_768 {
        display: block;
    }
}

/* 백내장3 */
._main .presbyopia_section03 {
    /* padding: 400px 0; */
    background: url(/asset/img/main/presbyopia_section03_bg.png) no-repeat center/cover;
    padding: 210px 0;
    box-sizing: border-box;
}
._main .presbyopia_section03 .full {
    position: relative;
    background: url(/asset/img/main/presbyopia_section03_bg.png) no-repeat center/cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
._main .presbyopia_section03 .full .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 0, 0, 0.5); */
}

.hw_left_title {
    color: #fff;
    text-align: left;
}
.hw_left_title .text_1 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
}
.hw_left_title .text_2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 700;
}
.hw_left_title .text_2 > span {
    color: #687adf;
}
.hw_left_title .text_3 {
    font-size: 26px;
    line-height: 35px;
    font-weight: 700;
    margin-top: 20px;
}

._main .presbyopia_section03 .poa {
    text-align: center;
    color: #fff;
    width: 95%;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
._main .presbyopia_section03 .hw_right_cont {
    max-width: 1350px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hw_right_list {
    display: flex;
    max-width: 650px;
    width: 100%;
}
.hw_right_list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
}
.hw_right_list > li {
}
.hw_right_list > li p {
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    margin-top: 20px;
}
.add_pre_swiper{}
.add_pre_swiper .cont_box{
    display: flex;
    justify-content: space-between;
}
.add_pre_swiper .cont_box .left{}
.add_pre_swiper .cont_box .left .img_box{}
.add_pre_swiper .cont_box .left h3{
    color:  #FFF;
    font-family: "Pretendard";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 40px */
    margin-top: 30px;
}
.add_pre_swiper .cont_box .left p{
    color: #C9C9C9;
    font-family: "Playfair Display";
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}
.add_pre_swiper .cont_box .right{}
.add_pre_swiper .cont_box .right >ul{
    display: flex;
    flex-direction: column;
    gap: 26px;
    align-items: center;
}
.add_pre_swiper .cont_box .right >ul li{
    border-radius: 16px;
    border: 0.5px solid #FFF;
    background: rgba(255, 255, 255, 0.10);
    backdrop-filter: blur(5px);
    padding: 28px 20px;
    text-align: center;
    box-sizing: border-box;
    width: 250px;
}
.add_pre_swiper .cont_box .right >ul li .img_box{
    min-width: 16px;
}
.add_pre_swiper .cont_box .right >ul li p{
    margin-top: 16px;
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 300;
    line-height: 1.5; /* 150% */
    letter-spacing: -0.5px;
}
.hw_right_list  .swiper-scrollbar{
    background-color: #d9d9d91f;
    
}
.hw_right_list  .swiper-horizontal>.swiper-scrollbar,
.hw_right_list  .swiper-scrollbar.swiper-scrollbar-horizontal{
    width: 50%;
}
.hw_right_list .swiper-scrollbar-drag{
    background: #D9D9D9;
    width: 20%;
}
@media screen and (max-width: 1350px) {
    .hw_right_cont {
        gap: 20px;
    }
    .hw_left_title .text_1 {
        font-size: 30px;
        line-height: 40px;
    }
    .hw_left_title .text_2 {
        font-size: 40px;
        line-height: 40px;
    }
    .hw_left_title .text_3 {
        font-size: 20px;
        line-height: 30px;
    }
    .hw_right_list {
        gap: 10px;
    }
    .side-gnb {
        right: 10px;
    }
}
@media screen and (max-width: 1024px) {
    ._main .presbyopia_section03 .hw_right_cont {
        flex-direction: column;

        row-gap: 40px;
    }
    .hw_left_title {
        text-align: center;
    }
    .hw_right_list {
        flex-wrap: wrap;
        justify-content: center;
    }
    .hw_right_list li p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 820px) {
    ._main .presbyopia_section03 {
        padding: 150px 0;
        background-size: 100% auto;
        background-position: right bottom;
        background-color: #dcdcdc;
        background: url(/asset/img/main/presbyopia_section03_bg.png) no-repeat center/cover;
        position: relative;
    }
    ._main .presbyopia_section03 .full {
        position: static;
        height: auto;
        text-align: center;
    }
    ._main .presbyopia_section03 .poa {
        padding-bottom: 0;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        color: #fff;
        z-index: 3;
        margin: 75px auto 0;
    }
    .hw_left_title .text_3 {
        font-size: 16px;
        line-height: 20px;
    }
    .add_pre_swiper .cont_box{
        flex-direction: column;
        gap: 15px;
    }
    .add_pre_swiper .cont_box .left h3{
        margin-top: 15px;
        font-size: 30px;
    }
    .add_pre_swiper .cont_box .left p{
        font-size: 18px;
    }
    .add_pre_swiper .cont_box .left .img_box{
        width: 80%;
        margin: 0 auto;
    }
    .add_pre_swiper .cont_box .right >ul li{
        max-width: 300px;
        width: 100%;
    }
    .hw_right_list .swiper-horizontal>.swiper-scrollbar, .hw_right_list .swiper-scrollbar.swiper-scrollbar-horizontal {
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media screen and (max-width: 480px) {
    ._main .presbyopia_section03 {
        padding: 75px 0;
    }
}
@media screen and (max-width: 500px) {
    .block_500 {
        display: block;
    }
    .none_500 {
        display: none;
    }
}
/* 헤더 */

/* Style the main menu items */
.pc_top_menu {
    /* position: relative; */
    /* padding: 30px 0 ; */
    display: flex;
    align-items: center;
}

.pc_top_menu:hover + .sub_menu_bg {
    display: block;
}

.pc_top_menu .a {
    transition: color 0.5s ease;
}
.sub_menu_bg {
    position: absolute;
    width: 100%;
    background-color: #ffffffd0;
    top: 100px;
    left: 0;
    height: 158px;
    display: none;
}
.sub_menu_bg.active {
    display: block; /* Show the submenu when active */
}
/* .sub_menu_bg .sub_menu_list:nth-child(1){
    display: flex;
} */
.sub_menu_list {
    display: none;
    width: 940px;
    margin: 40px auto 0;
    gap: 40px;
    position: absolute;
    top: 100%;
    left: 0;
}
.sub_menu_list > li {
}
.sub_menu_list > li a {
    color: #000;
    font-family: 'Pretendard';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
}

.mo .headerNav .depth .here > a {
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.mo_small_menu {
    padding: 10px 0;
    background-color: #fff;
    display: none;
}
.mo_small_menu li a {
    padding: 10px 0;
    box-sizing: border-box;
    color: #333 !important;
}
.mo_arrow {
    transform: rotate(360deg);
    transition: all 0.6s;
}
.mo_arrow.rotat {
    transition: all 0.6s;
    transform: rotate(180deg);
}

.pc_top_menu a {
    position: relative;
}
.pc_top_menu a:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
.pc_top_menu a:hover {
    color: #161e5c !important;
}
.pc_top_menu a:after {
    position: absolute;
    content: '';
    display: block;
    border-bottom: 2px solid #161e5c;
    transition: width 250ms ease-out;
    bottom: -5px;
    left: auto;
    right: 0;
    width: 0;
}

/*._header:hover{
    background: #FFF;
    box-shadow: 0px 5px 7px 0px rgba(0, 0, 0, 0.25);
  }*/
._header.white:hover .depth a {
    color: #000;
}

._header.white:hover .add_right li {
    color: #000;
}
._header.white:hover .menu div {
    background-color: #000;
}
._header.white:hover .logo {
    filter: none;
}
.small_menu_bg {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 258px;
    background-color: #ffffffde;
    display: none;
    z-index: -1;
}

/* ._header .depth:hover + .small_menu_bg{
    display: block;
  }
.pc_top_menu:hover > .pc_top_small_menu{
    display: flex;
} */
/*._header:hover .pc_top_small_menu {
    display: flex;
}
._header:hover .small_menu_bg {
    display: block;
}*/
.pc_top_small_menu {
    position: absolute;
    top: 100px;
    left: calc(50% - 550px);
    display: flex;
    z-index: 99;
    color: #000;
    gap: 40px;
    max-width: 1054px;
    width: 100%;
    padding: 40px 0 100px 0;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.3s;
}
.pc_top_small_menu li {
    /* flex: 1 1 auto; */
}
.pc_top_small_menu li a {
    color: #000;
    font-family: 'Pretendard';
    font-size: 16px;
    font-weight: 400;
    line-height: 18px; /* 112.5% */
}

@media screen and (max-width: 1550px) {
    .pc_top_small_menu {
        left: calc(50% - 495px);
    }
}
@media screen and (max-width: 1440px) {
    .pc_top_small_menu {
        left: calc(50% - 438px);
    }
}
@media screen and (max-width: 1280px) {
    .pc_top_small_menu {
        left: calc(50% - 370px);
        width: 700px;
    }
    .pc_top_small_menu li a {
        font-size: 14px;
    }
}
@media screen and (max-width: 1038px) {
    .pc_top_small_menu {
        left: calc(50% - 372px);
    }
}
.hw_0627{
    background-image: url(/asset/img/cataract/hw_0627_bg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    box-sizing: border-box;
}
.hw_0627 .hw_title_0627{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
}
.hw_0627 .hw_title_0627 h3{
    color: #000;
    font-family: "Pretendard";
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 1; /* 40px */
    letter-spacing: -0.8px;
}
.hw_0627 .cont_1{
    margin-top: 60px;
}

#new_bg.presby_sec_3{
    height: auto;
    background-image: url(/asset/img/cataract/new_bg_0627.png);
}
#new_bg .hw_cont_1{
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #171717;
    backdrop-filter: blur(3px);
}
#new_bg .hw_cont_1 .top{
    display: flex;
}
#new_bg .hw_cont_1 .top >li{
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 30px */
    letter-spacing: -0.6px;
    padding: 30px 0;
    box-sizing: border-box;
    text-align: center;
}
#new_bg .hw_cont_1 .top >li:nth-child(1){
    width: 35%;
    background-color: #303030;
}
#new_bg .hw_cont_1 .top >li:nth-child(2){
    width: 30%;
    background-color: #161E5C;
}
#new_bg .hw_cont_1 .top >li:nth-child(3){
    width: 35%;
    background-color: #161E5C;
}
#new_bg .hw_cont_1 .bottom >li:nth-child(1){
    width: 35%;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(3px);
}
#new_bg .hw_cont_1 .bottom >li:nth-child(2){
    width: 30%;
    background: linear-gradient(180deg, #161E5C 0%, #303A8B 0.01%, #131737 100%), #161E5C;
}
#new_bg .hw_cont_1 .bottom >li:nth-child(3){
    width: 35%;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(3px);
}
#new_bg .hw_cont_1 .bottom{
    display: flex;
}
#new_bg .hw_cont_1 .bottom >li{
}
#new_bg .hw_cont_1 .bottom >li .bottom_cont_1{
    padding: 34px 0;
    box-sizing: border-box;
}
#new_bg .hw_cont_1 .bottom >li .bottom_cont_1 li{
    margin-bottom: 20px;
    text-align: center;
}
#new_bg .hw_cont_1 .bottom >li .bottom_cont_1 li:last-child{
    margin-bottom: 0;
}
#new_bg .hw_cont_1 .bottom >li .bottom_cont_1 li .img_box{
    max-width: 300px;
    margin: 0 auto;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
}
#new_bg .hw_cont_1 .bottom >li .bottom_cont_1 li p{
    margin-top: 12px;
    color: #222;
    text-align: center;
    font-family: "Pretendard";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; /* 150% */
    letter-spacing: -0.4px;
}
#new_bg .hw_cont_1 .bottom >li .bottom_cont_2 li{
    height: 261px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#new_bg .hw_cont_1 .bottom >li .bottom_cont_2 li h5{
    color: #C3CCFF;
    text-align: center;
    font-family: "Poppins";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 35px; /* 60% */
    letter-spacing: -0.6px;
}
#new_bg .hw_cont_1 .bottom >li .bottom_cont_2 li h4{
    color: #FFF;
    text-align: center;
    font-family: "Pretendard";
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 1; /* 36px */
    letter-spacing: -0.72px;
    margin-top: 20px;
}


#new_bg .col-lg-4 h3{
    text-align: center;
    font-family: "Pretendard";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px; /* 150% */
    letter-spacing: -0.6px;
    margin-top: 5px;
}
#new_bg .col-lg-4 p{
    text-align: center;
    font-family: "Pretendard";
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px; /* 125% */
    letter-spacing: -0.6px;
    margin-top: 2px;
}
.color_687AE0{
    color: #687AE0;
}
#new_bg.presby_sec_3 .row .col-6{
    padding: 0;
}
#sec_0627_2 .comparison_row figure:first-of-type{
    filter: none;
}
.preby_sec_comparison .left_text{
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Pretendard";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    letter-spacing: -1.2px;
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.preby_sec_comparison .right_text{
    color: rgba(255, 255, 255, 0.80);
    text-align: center;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: "Pretendard";
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 60px */
    letter-spacing: -1.2px;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.preby_sec_10 .sec_des._1{
    font-size: 28px;
}
.preby_sec_12 .sec12_list._1{
    align-items: center;
}
.preby_sec_12 .sec12_list._1 li{
    left: 0 !important;
    max-width: 730px;
    width: 100%;
}
.preby_sec_12 .sec12_list li .inner{
    width: 100%;
}


#hw_0627_2.diff_sec_swiper .swiper-slide .grp_l, 
#hw_0627_2.diff_sec_swiper .swiper-slide .grp_r{
    
}
#hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_recom .list li{
    display: flex;
    gap: 10px;
}
#hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_recom .list li i{
    min-width: 24px;
    width: 24px;
}
#hw_0627_2.diff_sec_swiper .swiper-slide .grp_r{
    padding-right: 50px;
}
#hw_0627_2 .slider_btn{
    top: 10%;
}
#hw_0627_2.diff_sec_swiper .line_r.secondary_2{
    border-color:#222;
}
#hw_0627_2.diff_sec_swiper .line_r.secondary_2::after{
    background-color: #222;
}

.lasik_sec .txt_bx.hw_0627_3{
    gap: 20px;
    justify-content: center
}
.lasik_sec .txt_bx.hw_0627_3 .top{}
.lasik_sec .txt_bx.hw_0627_3 .top h2{
    color: #1B2046;
    font-family: "Pretendard";
    font-size: 40px;
    font-style: normal;
    font-weight: 300;
    line-height: 120%; /* 48px */
    text-transform: uppercase;
}
.lasik_sec .txt_bx.hw_0627_3 .top h2 .eng{
    font-weight: 700;
}
.lasik_sec .txt_bx.hw_0627_3 .top .body1{
    color: #111;
    font-family: "Pretendard";
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 140%; /* 25.2px */
    text-transform: uppercase;
}
.lasik_sec .bot .check_list{}
.lasik_sec .bot .check_list >li{
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 12px 20px;
    box-sizing: border-box;
    border-radius: 50px;
border: 1px solid #E1E1E1;
margin-bottom: 16px;
}
.lasik_sec .bot .check_list >li:last-child{
    margin-bottom: 0;
}

.lasik_sec .bot .check_list >li .img_box{
    min-width: 24px;
    width: 24px;
}
.lasik_sec .bot .check_list >li p{
    color: #303030;
    font-family: "Pretendard";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%; /* 25.2px */
    letter-spacing: -0.072px;
}
.lasik_card .img_bx img{
    border-radius: 50px;
    max-width: 620px;
}
.lasik_sec .txt_bx.hw_0627_3{
    gap: 0;
}
.lasik_card .txt_bx.hw_0627_3 .img_bx{
    border: none;
}

@media screen and (max-width: 1350px) {
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_des{
        font-size: 20px;
        line-height: 1.5;
    }

    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l .text_bx{
        font-size: 18px;
        line-height: 1.3;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_recom{
        padding: 20px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_recom .recom_h{
        font-size: 25px;
        line-height: 1.4;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_recom .list li{
        font-size: 20px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l, 
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r{
        height: 750px;
    }
    .preby_sec_6 .sec_tit .font_playfair{
        display: none;
    }
}
@media screen and (max-width: 1025px) {
    .lasik_card .img_bx img{
        border-radius: 50px 50px 0 0;
        max-width: none;
        overflow: hidden;
    }
    .lasik_card .txt_bx.hw_0627_3 .bot{
        background-color: #fff;
    }
    .lasik_sec .bot .check_list >li p{
        text-align: left;
    }

}
@media screen and (max-width: 960px) {
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l, 
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r{
        height: auto;
    }
    .diff_sec_swiper .swiper-slide .swiper_row{
        flex-direction: column;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide{
        height: auto;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l{
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l .img_bx{
        margin: 0px auto 20px;
        text-align: center !important;
        width: 80%;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l .img_bx img{
        margin-right: 0;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r{
        padding-right: 5%;
        padding-left: 5%;
        padding-top: 30px;

        margin: 0 auto;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_tit{
        padding: 0;
        justify-content: center;
        gap: 10px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_des{
        padding: 0;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_tit .tit_h{
        font-size: 50px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_tit .font_Libre{
        font-size: 40px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .d-flex{
        gap: 20px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_des{
        font-size: 15px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_recom .recom_h{
        font-size: 18px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_recom .list li{
        font-size: 16px;
    }
    #hw_0627_2.diff_sec_swiper .line_r{
        top: 100px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_recom{
        margin-bottom: 60px;
    }
}   
@media screen and (max-width: 768px) {
    .hw_0627{
        padding: 50px 0;
    }
    .hw_0627 .hw_title_0627{
        flex-direction: column;
        gap: 10px;
    }
    .hw_0627 .hw_title_0627 h3{
        font-size: 30px;
    }
    .hw_0627 .hw_title_0627 .img_box{
        width: 115px;
    }
    .hw_0627 .cont_1{
        margin-top: 30px;
    }
    .preby_sec_10 .sec_des._1{
        font-size: 16px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l .text_bx{
        font-size: 15px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_tit .tit_h{
        font-size: 25px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r .item_tit .font_Libre{
        font-size: 20px;
    }
    #hw_0627_2.diff_sec_swiper .line_r{
        top: 65px;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l.bg,
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_r.bg{
        background-color: #fff;
    }
    #hw_0627_2.diff_sec_swiper .swiper-slide .grp_l .img_bx{
        width: 50%;
    }
    .preby_sec_comparison .left_text,
    .preby_sec_comparison .right_text{
        font-size: 20px;
    }
    .preby_sec_6 .sec_tit .tit_h{
        font-size: 30px !important;
    }
    
}