.gna_comp .q_ara {
    margin-right: auto;
    display: flex
}

@media screen and (max-width: 1024px) {
    .gna_comp .q_ara {
        flex-direction: column-reverse;
        gap: 20px
    }
}

.gna_comp .a_ara {
    margin-left: auto;
    display: flex;
    justify-content: flex-end;
    margin-top: 30px
}

@media screen and (min-width: 1301px) {
    .gna_comp .a_ara {
        margin-top: -40px;
        padding-left: 210px
    }
}

@media screen and (max-width: 1024px) {
    .gna_comp .a_ara {
        flex-direction: column-reverse;
        align-items: flex-end;
        gap: 20px;
        margin-top: -114px
    }
}

.gna_comp .img_bx {
    flex: 0 0 auto;
    margin-right: 50px
}

@media screen and (max-width: 1024px) {
    .gna_comp .img_bx {
        margin-right: 20px
    }

    .gna_comp .img_bx img {
        width: 114px
    }
}

.gna_comp .img_bx._right {
    margin-left: 50px;
    margin-right: 0
}

@media screen and (max-width: 1024px) {
    .gna_comp .img_bx._right {
        margin-left: 20px
    }
}

.gna_comp .txt_bx {
    justify-content: flex-end
}

.gna_comp .bubble {
    position: relative;
    display: inline-block;
    padding: 24px 50px;
    flex-shrink: 0;
    border-radius: 20px;
    font-size: 26px;
    font-weight: 400;
    text-align: left
}

@media screen and (max-width: 1024px) {
    .gna_comp .bubble {
        font-size: 15px;
        padding: 12px 20px;
        border-radius: 10px
    }
}

.gna_comp .bubble:before {
    content: "";
    width: 31px;
    height: 40px;
    position: absolute;
    top: 25px
}

@media screen and (max-width: 1024px) {
    .gna_comp .bubble:before {
        width: 16px;
        height: 21px
    }
}

.gna_comp .bubble._left {
    background: #f3eee8
}

.gna_comp .bubble._left:before {
    background: url(/img/cataract/i_q.svg) no-repeat center 0;
    left: -31px
}

@media screen and (max-width: 1024px) {
    .gna_comp .bubble._left:before {
        left: -16px;
        background-size: 16px auto
    }
}

.gna_comp .bubble._right {
    background: #2aa488;
    color: #fff
}

.gna_comp .bubble._right:before {
    background: url(/img/cataract/i_a.svg) no-repeat center 0;
    right: -31px
}

@media screen and (max-width: 1024px) {
    .gna_comp .bubble._right:before {
        right: -16px;
        background-size: 16px auto;
        transform: scaley(-1)
    }
}

.sec_wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto
}

@media screen and (max-width: 1300px) {
    .sec_wrapper {
        padding-left: 30px;
        padding-right: 30px
    }
}

@media screen and (max-width: 1133px) {
    .sec_wrapper {
        padding-left: 20px;
        padding-right: 20px
    }
}

section.bg_gray {
    background: var(--gray-0)
}

section.com_py {
    padding: 100px 0
}

@media screen and (max-width: 1024px) {
    section.com_py {
        padding: 60px 0
    }
}

section .sec_tit {
    margin-bottom: 70px
}

@media screen and (max-width: 1024px) {
    section .sec_tit {
        margin-bottom: 30px
    }
}

section.bg_img {
    background-position: center 0;
    background-repeat: no-repeat;
    padding: 120px 0
}

@media screen and (max-width: 1024px) {
    section.bg_img {
        padding: 60px 0;
        height: auto;
        background-size: cover
    }
}

@media screen and (max-width: 1024px) {
    .vs_sec2 {
        background-position: center 0;
        background-repeat: no-repeat;
        background-image: url(/img/vision/vs2_bg_m.png);
        background-size: cover
    }
}

.vs_sec2 .stit1 {
    margin-bottom: 48px
}

@media screen and (max-width: 1024px) {
    .vs_sec2 .stit1 {
        margin-bottom: 30px
    }
}

.vs_sec2 .check_grp {
    margin-bottom: 70px
}

@media screen and (max-width: 1024px) {
    .vs_sec2 .check_grp {
        margin-bottom: 30px
    }
}

.vs_sec2 .check_grp .tit {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 0 auto;
    color: var(--gray-7);
    background: rgba(74, 208, 178, .2);
    height: 50px;
    line-height: 50px;
    margin-bottom: 40px
}

@media screen and (max-width: 1024px) {
    .vs_sec2 .check_grp .tit {
        margin-bottom: 20px
    }
}

@media screen and (min-width: 1025px) {
    .vs_sec2 .check_grp .tit {
        width: 320px;
        color: #fff;
        background: var(--primary-3)
    }
}

.vs_sec2 .check_grp .check_list li {
    display: flex;
    align-items: center
}

.vs_sec2 .check_grp .check_list li i {
    margin-right: 20px
}

.vs_sec2 .check_grp .check_list li i img {
    width: 34px
}

.vs_sec2 .check_grp .check_list li .des {
    border-bottom: 1px solid #cad2d3;
    background: var(--DarkBlue-Gray-100, #f3f4f6);
    flex: 1 0 0;
    padding: 14px 20px;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .vs_sec2 .check_grp .check_list li .des {
        font-size: 16px
    }

    .vs_sec2 .check_grp .check_list li .des.first {
        border-top: 3px solid var(--gray-7)
    }
}

.vs_sec2 .check_grp .check_list li:nth-child(2n) .des {
    background: rgba(196, 240, 230, .5)
}

.vs_sec3 {
    background-image: url(/img/vision/vs3_bg.jpg);
    height: 1286px
}

@media screen and (max-width: 1024px) {
    .vs_sec3 {
        background-image: url(/img/vision/vs3_bg_m.jpg);
        padding-bottom: 0 !important
    }
}

.vs_sec3 .vs3_row {
    gap: 70px;
    text-align: center;
    margin-bottom: 60px
}

@media screen and (max-width: 1024px) {
    .vs_sec3 .vs3_row {
        gap: 30px
    }
}

.vs_sec3 .txt_des_notice {
    margin-top: 40px;
    border-top: #d1d5db solid 1px;
    padding-top: 30px;
    display: flex
}

@media screen and (min-width: 1301px) {
    .vs_sec3 .txt_des_notice {
        margin-left: 210px
    }
}

.vs_sec3 .txt_des_notice i {
    flex: 0 0 auto;
    margin-right: 20px;
    width: 70px
}

@media screen and (max-width: 1024px) {
    .vs_sec3 .qna_grp {
        background: #f8f8f8;
        padding: 60px 20px 0;
        margin-left: -20px;
        margin-right: -20px
    }
}

.vs_sec3 .txt_des_notice_m {
    margin-top: 30px
}

.vs_sec4 .vs3_list {
    gap: 30px
}

@media screen and (max-width: 1024px) {
    .vs_sec4 .vs3_list {
        align-items: center
    }
}

.vs_sec4 .vs3_list .txt4 {
    margin-top: 20px;
    font-weight: 500
}

.vs_sec4 .vs3_list .txt4 .idx {
    margin-right: 10px;
    border-radius: 8px;
    background: var(--primary-1);
    display: flex;
    width: 33px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin-top: 5px
}

.vs_sec5 {
    background-image: url(/img/vision/vs5_bg.jpg);
    height: 912px
}

@media screen and (max-width: 1024px) {
    .vs_sec5 {
        background-image: url(/img/vision/vs5_bg_m.jpg)
    }
}

@media screen and (min-width: 1025px) {
    .vs_sec5 .vs5_row {
        align-items: flex-end
    }
}

.vs_sec5 .check_list li {
    display: flex;
    align-items: center
}

.vs_sec5 .check_list li i {
    margin-right: 20px
}

.vs_sec5 .check_list li i img {
    width: 34px
}

@media screen and (max-width: 1024px) {
    .vs_sec5 .check_list li i {
        display: none
    }
}

.vs_sec5 .check_list li .des {
    border-bottom: 1px solid #cad2d3;
    background: var(--DarkBlue-Gray-100, #f3f4f6);
    flex: 1 0 0;
    padding: 16px 20px;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .vs_sec5 .check_list li .des {
        font-size: 16px
    }
}

.vs_sec5 .check_list li .des.first {
    border-top: 4px solid var(--gray-7)
}

.vs_sec5 .check_list li:nth-child(2n) .des {
    background: rgba(196, 240, 230, .5)
}

.today_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lk_sec1 {
    background-image: url(/img/vision/lasek1_bg.png);
    height: 920px
}

.lk_sec1._1 {
    background-image: url(/img/vision/lasek10_bg.png);
    height: auto;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1024px) {
    .lk_sec1 {
        background-image: url(/img/vision/lasek1_bg_m.png)
    }
}

.lk_sec1 .lk1_grp {
    display: flex;
    flex-direction: column;
    gap: 30px
}

@media screen and (max-width: 1024px) {
    .lk_sec1 .lk1_grp {
        text-align: center
    }
}

.lk_sec1 .lk1_grp .tit {
    color: #fff;
    font-size: 35px
}

@media screen and (max-width: 1024px) {
    .lk_sec1 .lk1_grp .tit {
        font-size: 202x
    }
}

.lk_sec1 .lk1_grp .tit .dote_sm {
    position: relative
}

.lk_sec1 .lk1_grp .tit .dote_sm::before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fff
}

@media screen and (max-width: 1024px) {
    .lk_sec1 .lk1_grp .tit .dote_sm::before {
        width: 4px;
        height: 4px
    }
}

.lk_sec2 {
    background-color: #f7f7f7;
}

.lk_sec2 .time_grp {
    padding: 106px 0
}

@media screen and (max-width: 1024px) {
    .lk_sec2 .time_grp {
        padding: 50px 0
    }
}

.lk_sec2 .time_grp .w_inner {
    max-width: 855px;
    margin: 0 auto
}

@media screen and (max-width: 1024px) {
    .lk_sec2 .time_grp .w_inner {
        padding: 0 34px
    }
}

.lk_sec2 .time_grp .row_1 {
    justify-content: center;
    gap: 10px;
    align-items: center
}

.lk_sec2 .time_grp .txt {
    font-size: 60px;
    font-weight: 300;
    line-height: 1;
    color: var(--gray-7)
}

@media screen and (max-width: 1024px) {
    .lk_sec2 .time_grp .txt {
        font-size: 28px
    }
}

.lk_sec2 .time_grp .colon img {
    width: 10px
}

.lk_sec2 .time_grp .time_row {
    color: #32c6c6;
    font-size: 28px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 20px
}

.lk_sec2 .time_grp .col_end {
    margin-top: -100px
}

@media screen and (max-width: 1024px) {
    .lk_sec2 .time_grp .col_end {
        display: none
    }
}

.lk_sec2 .equip_grp {
    padding: 50px 0
}

@media screen and (min-width: 1025px) {
    .lk_sec2 .equip_grp {
        height: 870px;
        background: url(/img/vision/lasek2_bg.jpg) no-repeat center 0
    }
}

.lk_sec2 .equip_grp .w_inner {
    max-width: 1100px;
    margin: 0 auto
}

@media screen and (max-width: 1024px) {
    .lk_sec2 .equip_grp .w_inner {
        padding: 0 20px
    }
}

.lk_sec2 .equip_grp .tit {
    font-size: 34px
}

@media screen and (max-width: 1024px) {
    .lk_sec2 .equip_grp .tit {
        font-size: 20px
    }
}

.lk_sec2 .equip_grp .equip {
    position: absolute;
    left: 50%;
    top: -20%;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.lk_sec2 .equip_grp .txt1 {
    position: absolute;
    left: 4%;
    top: 8%
}

.lk_sec2 .equip_grp .txt2 {
    position: absolute;
    right: 0;
    bottom: 38%
}

.lk_sec2 .equip_grp .bot_txt {
    border-radius: 30px;
    display: inline-flex;
    padding: 20px 60px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    position: relative;
    background: linear-gradient(92deg, rgba(80, 172, 228, 0.4) -0.95%, rgba(100, 99, 172, 0.4) 101.11%)
}

@media screen and (min-width: 1025px) {
    .lk_sec2 .equip_grp .bot_txt {
        top: -200px
    }
}

.lk_sec3 {
    background-image: url(/img/vision/lasek3_bg.jpg);
    height: 409px
}

@media screen and (max-width: 1024px) {
    .lk_sec1 .lk1_grp .tit .dote_sm::before {
        top: 0;
    }

    .lk_sec3 {
        background-image: url(/img/vision/lasek3_bg_m.jpg)
    }
}

.lk_sec3 .stit4 {
    margin-bottom: 30px
}

@media screen and (max-width: 1024px) {
    .lk_sec3 .stit4 {
        margin-bottom: 20px
    }
}

.lk_sec4 {
    background-image: url(/img/vision/lasek4_bg.jpg);
    height: 1830px
}

@media screen and (min-width: 1025px) {
    .lk_sec4.bg_img {
        padding-top: 140px
    }
}

@media screen and (max-width: 1024px) {
    .lk_sec4 {
        background-image: url(/img/vision/lasek4_bg_m.jpg)
    }
}

.lk_sec4 .stit4 {
    margin-bottom: 30px
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .stit4 {
        margin-bottom: 20px
    }
}

.lk_sec4 .lk4_row {
    gap: 74px
}

@media screen and (max-width: 1024px) {
    .lk_sec1 .lk1_grp .tit {
        font-size: 22px;
    }

    .lk_sec4 .lk4_row {
        gap: 30px
    }
}

@media screen and (min-width: 1025px) {
    .lk_sec4 .lk4_row {
        align-items: flex-end
    }
}

.lk_sec4 .lk4_row>div {
    background: linear-gradient(180deg, #fff 88%, rgba(255, 255, 255, 0) 100%)
}

.lk_sec4 .lk4_row>div:first-child {
    z-index: 1
}

.lk_sec4 .lk4_row .i_new {
    position: absolute;
    top: -65px;
    left: -65px
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .lk4_row .i_new {
        display: none
    }
}

.lk_sec4 .lk4_row .i_upgrade {
    text-align: center;
    display: block;
    margin: 0 auto
}

@media screen and (min-width: 1025px) {
    .lk_sec4 .lk4_row .i_upgrade {
        position: absolute;
        top: -50px;
        right: -125px
    }
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .lk4_row .i_upgrade {
        width: 110px
    }
}

.lk_sec4 .lk4_row dt {
    padding: 0 20px;
    height: 90px;
    display: flex;
    justify-content: center;
    font-weight: 500;
    align-items: center;
    color: #000
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .lk4_row dt {
        height: 55px;
        font-size: 24px
    }
}

.lk_sec4 .lk4_row dt.before {
    background: #e4e4e4;
    color: var(--gray-7)
}

@media screen and (min-width: 1025px) {
    .lk_sec4 .lk4_row dt.before {
        font-size: 26px
    }
}

.lk_sec4 .lk4_row dt.after {
    background: var(--primary-3);
    color: #fff
}

@media screen and (min-width: 1025px) {
    .lk_sec4 .lk4_row dt.after {
        font-size: 40px;
        font-weight: 800
    }
}

.lk_sec4 .lk4_row dd {
    padding: 50px 20px;
    text-align: center
}

.lk_sec4 .lk4_row dd .txt_bx {
    font-size: 26px;
    font-weight: 500;
    color: #000
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .lk4_row dd .txt_bx {
        font-size: 20px
    }
}

.lk_sec4 .lk4_row dd .txt_bx .txt_lt {
    color: rgba(0, 0, 0, .3)
}

.lk_sec4 .lk4_row dd .txt_bx .txt_lg {
    color: #000;
    font-size: 34px;
    font-weight: 700
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .lk4_row dd .txt_bx .txt_lg {
        font-size: 20px
    }
}

.lk_sec4 .lk4_row dd .txt_date {
    font-weight: 500;
    border-radius: 50px;
    font-size: 26px;
    max-width: 343px;
    width: 100%;
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    color: #fff
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .lk4_row dd .txt_date {
        font-size: 20px
    }
}

.lk_sec4 .lk4_row dd .txt_date.before {
    background: #787878
}

.lk_sec4 .lk4_row dd .txt_date.after {
    background: var(--primary-3);
    font-size: 34px;
    font-weight: 700
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .lk4_row dd .txt_date.after {
        font-size: 20px
    }
}

.lk_sec4 .bot_txt {
    text-align: center;
    font-size: 20px;
    color: rgba(0, 0, 0, .5);
    font-weight: 400;
    margin-top: 70px
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .bot_txt {
        font-size: 16px
    }
}

@media screen and (max-width: 1024px) {
    .lk_sec4 .bot_txt {
        margin-top: 30px
    }
}

.lk_sec5 {
    background-image: url(/img/vision/lasek5_bg.jpg);
    height: 920px
}

@media screen and (max-width: 1024px) {
    .lk_sec5 {
        background: none
    }
}

@media screen and (max-width: 1024px) {
    .lk_sec5 .tab_con {
        margin-top: 80px
    }

    .lk_sec5 .tab_con:first-child {
        margin-top: 0
    }
}

.lk_sec5 .tab_con .tit_bx {
    margin-bottom: 60px
}

.lk_sec5 .tab_con .tit_bx .type {
    margin-bottom: 20px;
    padding: 5px 30px;
    height: 42px;
    background: var(--primary-3);
    color: #fff;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    align-items: center
}

.lk_sec5 .tab_con .tit_bx .stit1 {
    padding-bottom: 18px
}

@media screen and (max-width: 1024px) {
    .lk_sec5 .tab_con .tit_bx {
        margin-bottom: 30px
    }
}

.lk_sec5 .tab_grp {
    position: absolute;
    top: 0;
    right: 0
}

@media screen and (max-width: 1024px) {
    .lk_sec5 .tab_grp {
        display: none
    }
}

.lk_sec5 .tab_grp ul {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.lk_sec5 .tab_grp li a {
    font-size: 20px;
    font-weight: 400;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: var(--gray-7)
}

.lk_sec5 .tab_grp li a i {
    width: 40px;
    height: 40px;
    margin-left: 13px;
    flex: 0 0 auto;
    background: url(/img/vision/i_check_off.png) no-repeat center 0
}

.lk_sec5 .tab_grp li a.on {
    color: var(--primary-3);
    font-weight: 700
}

.lk_sec5 .tab_grp li a.on i {
    background: url(/img/vision/i_check_on.png) no-repeat center 0
}

.lk_sec5 .video_wrap {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 50px
}

.lk_sec5 .video_wrap::after {
    content: "";
    display: block;
    padding-top: 32.8125%
}

.lk_sec5 .video_wrap video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 1000%;
    min-height: 1000%;
    max-width: none;
    max-height: none;
    transform: translate(-50%, -50%) scale(0.1)
}

.lk_sec6 {
    background-image: url(/img/vision/lasek6_bg.png);
    height: 554px
}

.lk_sec6.bg_img {
    padding: 60px 0
}

@media screen and (max-width: 1024px) {
    .lk_sec6 {
        background-image: url(/img/vision/lasek6_bg_m.png)
    }
}

.lk_sec6 .lk6_list {
    gap: 40px;
    justify-content: center
}

.lk_sec6 .lk6_list .thumb {
    text-align: center;
}

@media screen and (max-width: 1024px) {
    .lk_sec6 .lk6_list {
        align-items: center;
        gap: 30px
    }
}

.lk_sec6 .lk6_list .txt4 {
    margin-top: 20px;
    font-weight: 500;
    align-items: center;
}

.lk_sec6 .lk6_list .txt4 .idx {
    margin-right: 10px;
    border-radius: 8px;
    background: var(--primary-1);
    display: flex;
    width: 33px;
    height: 32px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 800;
    margin-top: 3px
}

/* 
.lk_sec7 {
    background-image: url(/img/vision/lasek7_bg.jpg);
    height: 912px
}

@media screen and (max-width: 1024px) {
    .lk_sec7 {
        background: none
    }
}

@media screen and (min-width: 1025px) {
    .lk_sec7 .vs5_row {
        align-items: flex-end
    }
}

.lk_sec7 .check_list li {
    display: flex;
    align-items: center
}

.lk_sec7 .check_list li i {
    margin-right: 20px
}

.lk_sec7 .check_list li i img {
    width: 34px
}

@media screen and (max-width: 1024px) {
    .lk_sec7 .check_list li i {
        display: none
    }
}

.lk_sec7 .check_list li .des {
    border-bottom: 1px solid #cad2d3;
    background: var(--DarkBlue-Gray-100, #f3f4f6);
    flex: 1 0 0;
    padding: 21px 20px;
    font-size: 22px;
    color: #000;
    font-weight: 400;
    text-align: center
}

@media screen and (max-width: 1024px) {
    .lk_sec7 .check_list li .des {
        font-size: 16px
    }
}

.lk_sec7 .check_list li .des.first {
    border-top: 4px solid var(--gray-7)
}

.lk_sec7 .check_list li:nth-child(2n) .des {
    background: rgba(196, 240, 230, .5)
} */

.hw_sec_1_list {
    margin-top: 110px;
    display: flex;
    gap: 24px;
    align-items: center;
}

.hw_sec_1_list>li {
    flex: 1 1 auto;
    width: 47%;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: center;
    gap: 18px;
    justify-content: center;
    padding: 24px 0;
    box-sizing: border-box;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.50);
    backdrop-filter: blur(5px);
    text-align: center;
}

.hw_sec_1_list>li .img_box {
    text-align: center;
}

.hw_sec_1_list>li h4 {
    color: #8FF3AD;
    text-align: center;
    font-family: SUIT;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.7;
    /* 40.8px */
}

.hw_sec_1_list>li p {
    color: #FFF;
    text-align: center;
    font-family: SUIT;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.7;
    /* 28.9px */
}

@media screen and (max-width: 1100px) {
    .hw_sec_1_list {
        flex-wrap: wrap;
        margin-top: 40px;
    }

    .hw_sec_1_list>li {
        width: 48%;
    }

    .lk_sec1._1 .txt3 {
        text-align: center;
    }
}

@media screen and (max-width: 768px) {

    .hw_sec_1_list>li {
        padding: 12px 0;
        gap: 13px;
    }

    .hw_sec_1_list>li h4 {
        font-size: 18px;
    }

    .hw_sec_1_list>li p {
        font-size: 15px;
    }
}

.lk_sec6_n1 {
    overflow: hidden;
    padding-top: 74px;
    background: url(/img/vision/lk_sec6_n1_bg.png) center center/cover no-repeat;
}

.lk_sec6_n1 .sec_wrapper {
    color: #fff !important;
    justify-content: space-between;
    display: flex;
    align-items: center;
    font-size: 20px;
}

.lk_sec6_n1 .title_text {
    text-align: left;
    color: #FFF;
    font-family: SUIT;
    font-size: 52px;
    font-weight: 800;
    line-height: 120%;
    padding-bottom: 40px;
}

.lk_sec6_n1 h3 {
    color: #FFF;
    font-family: SUIT;
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    text-align: left;
}

.lk_sec6_n1 .img_wrap {
    max-width: 640px;
}

@media screen and (max-width:1024px) {
    .lk_sec6_n1 .sec_wrapper {
        flex-direction: column;
        gap: 24px;
    }

    .lk_sec6_n1 .title_text {
        font-size: 28px;
        padding-bottom: 24px;
    }

    .lk_sec6_n1 h3 {
        font-size: 16px;
    }

    .lk_sec6_n1 .img_wrap {
        max-width: 400px;
    }
}

.none_1024 {
    display: none;
}

.none_768 {
    display: block;
}

@media screen and (max-width:1024px) {
    .none_1024 {
        display: block;
    }
}

@media screen and (max-width:768px) {
    .none_768 {
        display: none;
    }
}

.lk_sec7 {
    background: url(/img/vision/lk_sec7_bg.png) center center/cover no-repeat;
    padding: 120px 0;
    text-align: center;
}

.lk_sec7 .sec_tit {
    padding-bottom: 0;
}

.lk_sec7 .sec_wrapper {
    flex-direction: column;
    display: flex;
    gap: 60px;
}

.lk_sec7_txt1 {
    padding-bottom: 10px;
}

.lk_sec7 .title_text {
    color: #191919;
    font-family: SUIT;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    line-height: 120%;
    padding-bottom: 24px;
}


.lk_sec7 p {
    font-weight: 400;
    text-align: center;
    color: #191919;
    font-family: SUIT;
    font-size: 20px;
    font-style: normal;
    line-height: 140%;
}

.lk_sec7 p strong {
    font-weight: 700;
}

.lk_sec7 .img_wrap {
    display: grid;
    grid-template-columns: auto auto;
    position: relative;
    justify-content: center;
    align-items: center;
    gap: 40px;
    padding: 0 60px;
    padding-bottom: 60px;
    margin: 0 auto;
    max-width: 1160px;
}

.lk_sec7 .img_wrap img {
    width: 100%;
    max-width: 100%;
    display: block;

}

.lk_sec7 .img_wrap:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    height: 1px;
    background: #E1E1E1;
}

.lk_sec7_desc_title {
    background: linear-gradient(90deg, #55ACD8 0%, #81D753 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: SUIT;
    font-size: 60px;
    font-style: normal;
    font-weight: 800;
    padding-bottom: 24px;
    line-height: 120%;
}

@media screen and (max-width:1024px) {
    .lk_sec7 {
        padding: 80px 0;
    }

    .lk_sec7 .sec_wrapper {
        gap: 40px;
    }

    .lk_sec7 p {
        font-size: 16px;
    }

    .lk_sec7_txt1 {
        padding-bottom: 6px;
        font-size: 16px;
    }

    .lk_sec7 .title_text {
        font-size: 28px;
    }

    .lk_sec7 .img_wrap {
        gap: 3px;
        padding: 0;
        padding-bottom: 40px;
    }

    .lk_sec7_desc_title {
        font-size: 28px;
    }
}

.lk_sec8 {
    overflow: hidden;
    position: relative;
    padding: 120px 0;
    background: #000;
}

.lk_sec8 .sec_wrapper {
    position: relative;
    z-index: 1;
}

.lk_sec8 .sec_tit {
    display: flex;
    text-align: left;
    align-items: start;
    justify-content: space-between;
    padding-bottom: 60px;
}

.lk_sec8 .title_text {
    color: #FFF;
    font-family: SUIT;
    font-size: 40px;
    font-weight: 800;
    width: 66%;
    max-width: 756px;
    line-height: 130%;
}

.lk_sec8 .sec_tit p {
    color: #9C9C9C;
    font-size: 18px;
    width: 44%;
    font-weight: 400;
    max-width: 432px;
    line-height: 140%;
    letter-spacing: -0.72px;
}

.lk_sec8 .img_wrap {
    padding-bottom: 60px;
}

.lk_sec8 .bar {
    width: 0;
    margin: 0 auto;
    display: block;
    text-align: center;
    height: 1px;
    background: #fff;
    opacity: 0;
}

.lk_sec8_list li {
    color: #fff;
    padding: 60px 0;
    display: flex;
    gap: 60px;
    align-items: center;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.lk_sec8_list li:last-child {
    border-bottom: none;
}

.lk_sec8_list li>div {
    flex: 1;
}

.lk_sec8_list li .img_box {
    max-width: 500px;
}

.lk_sec8 .check_text {
    display: inline-flex;
    padding: 6px 16px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background: #2AA488;
    margin-bottom: 24px;
}

.lk_sec8 dl h3 {
    color: #FFF;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.9px;
    padding-bottom: 24px;
}

.lk_sec8 dl dd {
    font-family: Pretendard;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.54px;
}

.deco_circle {
    transform: scale(0.1);
    position: absolute;
    border-radius: 821.161px;
    background: #0E2721;
    filter: blur(100px);
    width: clamp(400px, 30vw, 820px);
    height: clamp(400px, 30vw, 820px);
    transition: all 0.6s ease-in-out;
}

.deco_circle.aos-animate {
    transform: scale(1);
}

.deco_circle._1 {
    right: 5vw;
    top: 186px;
}

.deco_circle._2 {
    left: -5vw;
    bottom: 410.42px;
}

.deco_circle._3 {
    right: -5vw;
    bottom: -151.161px;
}


/* fade 효과 */
.bar.aos-animate {
    width: 100%;
    opacity: 1;
    transition: width 0.6s ease-in-out, opacity 0.6s ease-in-out;
}

@media screen and (max-width:1020px) {
    .lk_sec8 {
        padding: 80px 0;
    }

    .lk_sec8 .sec_tit {
        flex-direction: column;
        font-size: 28px;
        padding-bottom: 16px;
        gap: 16px;
    }

    .lk_sec8 .title_text {
        font-size: 28px;
        width: unset;
    }

    .lk_sec8 .sec_tit p {
        font-size: 16px;
        width: unset;
    }

    .lk_sec8_list li {
        gap: 40px;
        flex-direction: column;
        padding: 40px 0;
    }

    .lk_sec8 dl h3 {
        font-size: 20px;
        padding-bottom: 16px;
    }

    .lk_sec8 dl dd {
        font-size: 16px;
    }

    .deco_circle._1 {
        right: -10vw;
        top: 200px;
    }

    .lk_sec8 [data-aos="fade-right"],
    .lk_sec8 [data-aos="fade-left"] {
        transform: translate(0, 70px);
    }

    .lk_sec8 [data-aos="fade-right"].aos-animate,
    .lk_sec8 [data-aos="fade-left"].aos-animate {
        transform: translate(0, 0);
    }
}

.lk_sec9 {
    position: relative;
    padding: 120px 0;
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #333;
    background: url('/img/vision/lk_sec6_n1_bg.png') center center / cover no-repeat;
}

.lk_sec9 .sec_tit {
    text-align: center;
}

.lk_sec9 .title_text {
    color: #fff;
    font-size: 40px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 60px;
}

.lk_sec9 .title_text strong {
    font-weight: 700;
}

.lk_sec9_list {
    display: flex;
    justify-content: space-between;
}

.lk_sec9_list .img_box {
    padding-bottom: 20px;
}

.lk_sec9_list h3 {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width:1024px) {
    .lk_sec9 .title_text {
        font-size: 28px;
        line-height: 140%;
    }

    .lk_sec9_list {
        display: grid;
        gap: 30px;
        justify-content: center;
        grid-template-columns: repeat(2, auto);
    }

    .lk_sec9_list h3 {
        font-size: 18px;
    }
}

