.point {
    font-family: inherit;
    color: #1E52AF;
}

.point3 {
    font-family: inherit;
    color: #90E7FF;
}

.sc_visual[class*="s3_"] {
    background-image: url(/img/sub/s3_visual.png);
}

@media screen and (max-width: 980px) {
    .sc_visual[class*="s3_"] {
        background-image: url(/img/sub/m_s2_visual.png);
    }
}

/* SUB3 ::: 과천스마트안과 망막수술의 특별함 */
.sc_special {}

.sc_special .tit_area {
    padding-bottom: 80px;
}



.sc_special_list {
    max-width: 1154px;
    margin: 0 auto;
}

.sc_special_list li {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sc_special_list li:nth-child(2n) {
    flex-direction: row-reverse;
}

.sc_special_list li+li {
    padding-top: 80px;
}

.sc_special_list .img_box,
.sc_special_list .txt_box {
    flex: 1;
}

.sc_special_list .img_box {
    max-width: 577px;
    position: relative;
}

.sc_special_list .txt_box>div {
    padding: 0 70px;
}

.sc_special_list img {
    display: block;
    object-fit: cover;
}

.sc_special_list .num {
    display: flex;
    padding-bottom: 44px;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.64px;
    opacity: 0;
    transform: translateY(30px);
}

.sc_special_list .num .point {
    font-weight: 700;
}

.sc_special_list .bar {
    display: block;
    width: 74px;
    margin: 0 6px;
    background: #404040;
    height: 1px;
}

.sc_special_list h3 {
    color: #262626;
    font-size: 26px;
    font-weight: 700;
    line-height: 150%;
    letter-spacing: -1.04px;
    padding-bottom: 20px;
}
.sc_special_list h3 span {
    opacity: 0;
}
.sc_special_list h3 strong {
    color: #1e52af;
    font-weight: inherit;
}

.sc_special_list .sub_txt {
    font-size: 18px;
    opacity: 0;
    transform:translateY(30px);
}

/* ACTIVE EFFECT */
.sc_special_list .img_box::after {
    content: '';
    display: block;
    position: absolute;
    background: #fff;
    width: 100%;
    top: -1px;
    left: 0;
    height: calc(100% + 2px);
    transition: 1.2s ease-in-out;
}

.sc_special_list li:nth-child(2n) .img_box::after {
    left: unset;
    right: 0;
}

.on .img_box::after {
    width: 0;
}



@media screen and (max-width:1350px) {
    .sc_special_list .txt_box>div {
        padding: 0 50px;
    }

    .sc_special_list .num {
        padding-bottom: 24px;
    }
}

@media screen and (max-width:980px) {
    .sc_special .tit_area {
        padding-bottom: 50px;
    }

    .sc_special_list {
        max-width: 480px;
    }

    .sc_special_list li {
        gap: 20px;
        flex-direction: column;
        align-items: start;
    }

    .sc_special_list li+li {
        padding-top: 50px;
    }

    .sc_special_list li:nth-child(2n) {
        flex-direction: column;
    }

    .sc_special_list .txt_box>div {
        padding: 0;
    }

    .sc_special_list .num {
        font-size: 12px;
        padding-bottom: 20px;
    }

    .sc_special_list h3 {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .sc_special_list .sub_txt {
        font-size: 15px;
    }

    .sc_special_list .sub_txt br {
        display: block !important;
    }
}

/* SUB3 ::: 1DAY 망막 클리닉*/
.s3_1_2 .main_tit {
    padding-bottom: 40px;
}

.s3_1_2 .con_area {
    display: flex;
    align-items: center;
    gap: 60px;
}

.s3_1_2 .img_box {
    width: 40%;
    max-width: 480px;
    overflow: hidden;
    border-radius: 20px;
}

.s3_1_2 .txt_box {
    width: calc(60% - 60px);
}

.s3_1_2_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.s3_1_2_list li {
    position: relative;
    border-radius: 24px;
    padding: 0 64px 0 30px;
    overflow: hidden;
    display: flex;
    align-items: center;
    gap: 36px;
    border: 2px solid #1E52AF;
    background: #FFF;
}

.s3_1_2_list li:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
    height: 100%;
    background: #1E52AF;
}

.s3_1_2_list li .txt {
    padding: 20px 0;
    width: 70%;
}

.s3_1_2_list li img {
    /* width: 30%; */
    max-width: 100px;
    height: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;

}

.s3_1_2_list .txt1 {
    color: #262626;
    font-family: "Gmarket Sans";
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 12px;
}

.s3_1_2_list .txt2 {
    color: #1E52AF;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 12px;
}

.s3_1_2_list .desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width:1350px) {
    .s3_1_2 .con_area {
        gap: 40px;
    }

    .s3_1_2 .txt_box {
        width: calc(60% - 40px);
    }

    .s3_1_2_list li {
        padding: 0 36px 0 20px;
        gap: 28px;
    }
}

@media screen and (max-width:980px) {
    .s3_1_2 .main_tit {
        padding-bottom: 30px;
    }

    .s3_1_2 .con_area {
        gap: 30px;
        flex-direction: column;
    }

    .s3_1_2 .img_box {
        width: 100%;
    }

    .s3_1_2 .txt_box {
        width: 100%;
        max-width: 480px;
    }

    .s3_1_2_list .txt1 {
        font-size: 14px;
    }

    .s3_1_2_list .txt2 {
        font-size: 18px;
        padding-bottom: 12px;
    }

    .s3_1_2_list .desc {
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {
    .s3_1_2_list li {
        flex-direction: column;
        padding: 30px 20px 20px 20px;
        gap: 0;
    }

    .s3_1_2_list li:after {
        height: 24px;
        width: 100%;
        bottom: 0;
        top: unset;
    }

    .s3_1_2_list li .txt {
        width: 100%;
    }
}

/* 이러한 경우 안과에 방문해주세요 */
.s3_1_3 {
    background: url(/img/sub/s3_1_3_bg.png) center center/cover no-repeat;
}

.s3_1_3 .main_tit {
    padding-bottom: 60px;
    color: #fff;
}

.s3_1_3 .main_tit span {
    color: #90E7FF;
    font-family: inherit;
}

.s3_1_3_list {
    display: flex;
    gap: 10px;
    text-align: center;
    padding-bottom: 40px;
}

.s3_1_3_list li {
    border-radius: 20px;
    overflow: hidden;
    flex: 1;
}

.s3_1_3_list img {
    display: block;
}

.s3_1_3_list h3 {
    font-size: 22px;
    font-weight: 700;
    padding: 12px 0;
    vertical-align: middle;
    background: #499ACD;
}

.s3_1_3_list li:nth-child(2) h3 {
    background: #5161C9;
}

.s3_1_3_list li:nth-child(3) h3 {
    background: #326ED8;
}

.s3_1_3_list li:nth-child(4) h3 {
    background: #1F4DC0;
}

.s3_1_3_list li:nth-child(5) h3 {
    background: #3D5B90;
}

.s3_1_3_txt {
    padding: 12px 30px;
    display: block;
    text-align: center;
    border-radius: 16px;
    background: rgba(0, 0, 0, 0.10);
    font-size: 20px;
    font-weight: 400;
    line-height: 140%;
}

.s3_1_3_txt strong {
    font-weight: 700;
}

@media screen and (max-width:980px) {
    .s3_1_3 .main_tit {
        padding-bottom: 50px;
    }

    .s3_1_3_list {
        flex-wrap: wrap;
        max-width: 480px;
        margin: 0 auto;
        gap: 20px 10px;
        justify-content: center;
    }

    .s3_1_3_list li {
        border-radius: 10px;
        width: calc(100%/3 - 10px);
        flex: unset;
        max-width: 248px;
    }

    .s3_1_3_list h3 {
        font-size: 15px;
        padding: 6px 0;
    }

    .s3_1_3_txt {
        padding: 12px 30px;
        max-width: 480px;
        margin: 0 auto;
        font-size: 15px;
    }
}

/* 왜 1DAY 망막클리닉일까? */
.s3_1_4 .main_tit {
    padding-bottom: 40px;
}

.s3_1_4 .sub_txt {
    text-align: center;
    line-height: 140%;
    font-size: 18px;
    padding-bottom: 40px;
}

.s3_1_4_txt {
    position: relative;
    color: #1E52AF;
    text-align: center;
    font-size: 18px;
    width: fit-content;
    margin: 0 auto;
    font-weight: 700;
    overflow: visible;
    line-height: 140%;
    padding: 20px 40px;
    margin-bottom: 74px;
    border-radius: 20px;
    border: 1px dashed #1E52AF;
    background: #FFF;
    z-index: 3;
}



.s3_1_4_txt_wrap {
    position: relative;
}

.s3_1_4 .line_box {
    position: absolute;
    display: block;
    z-index: -1;
    left: 50%;
    transform: translateX(-50%);
    top: 45px;
    width: 0;
    max-width: 725px;
    height: 0;
    z-index: 1;
    border-radius: 20px;
    border-end-start-radius: 0;
    border-end-end-radius: 0;
    overflow: hidden;
    border: 1px dashed transparent;
    transition: width 1.6s ease-in-out, border-color 1s ease-in-out, height 1.6s ease-in-out;
    border-bottom: 0;
}

.s3_1_4 .line_box .bar {
    display: block;
    height: 0;
    width: fit-content;
    border-left: 1px dashed #1E52AF;
    margin: 0 auto;
    transition: height 1.6s ease-in-out;
}

.s3_1_4_list {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
    z-index: 3;
    display: flex;
    gap: 20px;
    align-items: start;
}

.s3_1_4_list li {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
    opacity: 0;
    transform: translateY(40px);
    transition: 0.6s;
    transition-delay: 0.8s;
}

.s3_1_4_list img {
    width: 100%;
    display: block;
}

.s3_1_4_list h3 {
    padding: 10px;
    color: #404040;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 140%;
    letter-spacing: -0.8px;
    background: #F7F7F7;
}

/* 활성화 효과 */
.s3_1_4.active .line_box {
    border-color: #1E52AF;
    animation: drawBorder 1.2s linear forwards;
}

.s3_1_4.active .line_box .bar {
    animation: drawBorder2 1.2s linear forwards;
    animation-delay: 0.3s;
}

@keyframes drawBorder {
    0% {
        width: 0;
        border-width: 0;
        height: 0;
    }

    50% {
        width: 60vw;
        border-width: 1px;
        height: 0;
    }

    100% {
        width: 60vw;
        height: 120px;
    }
}

@keyframes drawBorder2 {
    0% {
        height: 0;
    }

    100% {
        height: 120px;
    }
}

.s3_1_4.active .s3_1_4_list li {
    opacity: 1;
    transform: translateY(0px);
}

@media screen and (max-width:980px) {
    .s3_1_4 .main_tit {
        padding-bottom: 30px;
    }

    .s3_1_4 .sub_txt {
        font-size: 15px;
        line-height: 140%;
        padding-bottom: 30px;
        max-width: 480px;
        margin: 0 auto;
    }

    .s3_1_4_txt {
        font-size: 18px;
        line-height: 140%;
        margin-bottom: 35px;
    }

    .s3_1_4_list h3 {
        font-size: 16px;
        letter-spacing: -0.64px;
    }


    @keyframes drawBorder {
        0% {
            width: 0;
            border-width: 0;
            height: 0;
        }

        50% {
            width: 60vw;
            border-width: 1px;
            height: 0;
        }

        100% {
            width: 60vw;
            height: 80px;
        }
    }

    @keyframes drawBorder2 {
        0% {
            height: 0;
        }

        100% {
            height: 80px;
        }
    }
}

@media screen and (max-width:768px) {
    .s3_1_4.active .line_box {
        display: none;
    }

    .s3_1_4_list {
        flex-direction: column;
        align-items: center;
    }

    .s3_1_4_list li {
        transition-delay: 0.3s;
    }
}

/* SUB3 ::: 황반변성 */
.s3_2_2 {}

.s3_2_2 .tit_area {
    text-align: center;
}

.s3_2_2 .sub_txt {
    padding-bottom: 30px;
}

.s3_2_2_list {
    gap: 80px;
    margin: 0 auto;
    display: flex;
    max-width: 994px;
    justify-content: center;
}

.s3_2_2_list li {
    flex: 1;
}

.s3_2_2_list .img_box {
    overflow: hidden;
    border-radius: 20px;
    border: 1px solid #A3A3A3;
    margin-bottom: 30px;
}

.s3_2_2_list .img_box img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.s3_2_2_list .tag_tit {
    margin: 0 auto;
    font-weight: normal;
    margin-bottom: 10px;
}

.s3_2_2_list .txt2 {
    font-weight: 400;
}

.s3_2_2_list .tag_tit strong {
    font-weight: 700;
}

.s3_2_2_list .desc {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
}

@media screen and (max-width:1350px) {
    .s3_2_2_list {
        gap: 60px;
    }
}

@media screen and (max-width:980px) {
    .s3_2_2_list {
        gap: 40px;
    }

    .s3_2_2_list .img_box {
        margin-bottom: 22px;
    }

    .s3_2_2_list .desc {
        font-size: 15px;
        letter-spacing: -0.6px;
    }
}

@media screen and (max-width:768px) {
    .s3_2_2_list {
        flex-direction: column;
        max-width: 458px;
    }
}

.s3_2_3 .main_tit {
    padding-bottom: 35px;
}

.s3_2_3 .sub_txt {
    text-align: center;
    padding-bottom: 35px;
}



/* 황반변성 자가 테스트 */
.s3_2_4 .img_box {
    max-width: 950px;
    padding-bottom: 0;
}

.s3_2_4 .sub_txt {
    color: #262626;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.96px;
    padding-bottom: 10px;
}

.s3_2_4 .number_list {
    padding-bottom: 40px;
}

.number_list p {
    margin-left: 1.1rem;
    text-indent: -1.1rem;
    color: #262626;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
}

.s3_2_4 h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.72px;
    padding-bottom: 10px;
}

.s3_2_4 .test_box {
    max-width: 439px;
    border: 1px solid #D1D5DB;
    background: #FFF;
    padding: 9px 5px;
    margin-bottom: 10px;
}

.s3_2_4 .box_tit {
    display: flex;
    text-align: center;
}

.s3_2_4 .box_tit p {
    flex: 1;
    text-align: center;
}

.s3_2_4 .desc {
    color: #525252;
    font-size: 16px;
    width: 100%;
    max-width: 439px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.64px;
}

@media screen and (max-width:1350px) {
    .active.s3_2_4 .img_box {
        width: calc(50% - 30px);
        background: #d4d4d4;
    }

    .s3_2_4 .img_box img {
        object-fit: contain;
    }

    .s3_2_4 .con_box {
        padding-left: 70px;
    }
}

@media screen and (max-width:980px) {
    .s3_2_4 .sc_inner {
        gap: 40px;
        text-align: center;
    }

    .active.s3_2_4 .img_box {
        width: 100%;
        max-width: 950px;
        margin: 0 auto;
        background: #d4d4d4;
        aspect-ratio: unset;
    }

    .s3_2_4 .con_box {
        padding-left: 0;
    }

    .sc_halfImg .main_tit {
        padding-bottom: 14px;
    }

    .s3_2_4 .sub_txt {
        font-size: 18px;
        padding-bottom: 6px;
        letter-spacing: -0.72px;
        justify-content: center;
    }

    .s3_2_4 .number_list p {
        font-size: 15px;
        letter-spacing: -0.6px;
    }

    .s3_2_4 .point {
        font-size: 16px;
        letter-spacing: -0.64px;
        justify-content: center;
    }

    .s3_2_4 h3 svg {
        width: 24px;
        height: 24px;
    }

    .s3_2_4 .test_box {
        margin: 0 auto 20px;
    }

    .s3_2_4 .box_tit {
        font-size: 12.428px;
        letter-spacing: -0.497px;
    }

    .s3_2_4 .desc {
        margin: 0 auto;
    }
}

@media screen and (max-width:768px) {
    .s3_2_4 .con_box {
        padding-left: 18px;
    }
}

/* 황반변성 검사 */
/* SUB.css */
.s3_2_5_list {
    padding-bottom: 50px;
}

@media screen and (max-width:980px) {
    .s3_2_5 .img_box {
        margin: 30px auto;
    }

    .s3_2_5_list {
        padding-bottom: 0;
    }

    .s3_2_5_list .swiper-pagination {
        margin-top: 30px;
    }
}

@media screen and (max-width:768px) {
    .s3_2_5 .img_box {
        margin: 0 auto;
    }

    .s3_2_5_list .swiper-pagination {
        margin-top: 0;
    }
}

/* 황반변성 치료 */
.s3_2_6 {
    background: #EDF0F5;
}

.s3_2_6 .main_tit {
    padding-bottom: 50px;
}

.s3_2_6_list {
    display: flex;
    gap: 30px;
}

.s3_2_6_list li {
    flex: 1;
    max-width: 276px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s3_2_6_list h3 {
    width: 100%;
    max-width: 200px;
    padding: 5px 0;
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.72px;
    border-radius: 73px;
    position: relative;
    z-index: 1;
    background: #1E52AF;
}

.s3_2_6_list .img_box {
    margin: -25px auto 24px;
    width: 100%;
    display: flex;
    align-items: center;
    min-height: 320px;
    justify-content: center;
    border-radius: 16px;
    border-radius: 16px;
    border: 1px solid #AAA;
    background: #FFF;
    box-shadow: 0px 4px 2px 0px rgba(0, 0, 0, 0.05);
}

.s3_2_6_list .desc {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
}

@media screen and (max-width:1350px) {
    .s3_2_6_list h3 {
        max-width: 160px;
    }

    .s3_2_6_list .img_box {
        padding: 0 18px;
    }
}

@media screen and (max-width:1280px) {
    .s3_2_6_list {
        gap: 20px;
    }
}

@media screen and (max-width:980px) {
    .s3_2_6 .main_tit {
        padding-bottom: 40px;
    }

    .s3_2_6_list {
        gap: 50px 30px;
        justify-content: center;
        display: grid;
        grid-template-columns: auto auto;
    }

    .s3_2_6_list .img_box {
        min-height: 280px;
    }

    .s3_2_6_list h3 {
        font-size: 18px;
        letter-spacing: -0.54px;
    }

    .s3_2_6_list .img_box {
        margin: -17.5px auto 24px;
    }

    .s3_2_6_list .desc {
        font-size: 15px;
        letter-spacing: -0.6px;
    }
}

@media screen and (max-width:768px) {
    .s3_2_6_list {
        gap: 40px 30px;
        grid-template-columns: repeat(2, 1fr);
    }

    .s3_2_6_list li {
        max-width: unset;
    }
}

@media screen and (max-width:480px) {
    .s3_2_6_list {
        gap: 30px;
        max-width: 280px;
        margin: 0 auto;
        grid-template-columns: repeat(1, 1fr);
    }

    .s3_2_6_list .img_box {
        padding: 0 45px;
        width: 100%;
        max-width: unset;
    }
}


/* SUb3-3 비문증/광시증 */

.s3_3_2 .main_tit {
    padding-bottom: 40px;
}

.s3_3_2 .img_box {
    margin-bottom: 40px;
}

.s3_3_2_list {
    display: flex;
    gap: 60px;
    max-width: 860px;
    margin: 0 auto;
}

.s3_3_2_list li {
    flex: 1;
    text-align: center;
}

.s3_3_2_list .tag_tit {
    margin: 0 auto 20px;
}

@media screen and (max-width:980px) {
    .s3_3_2 .main_tit {
        padding-bottom: 30px;
    }

    .s3_3_2 .img_box {
        margin-bottom: 30px;
    }

    .s3_3_2_list {
        gap: 46px;
    }

    .s3_3_2_list .tag_tit {
        margin: 0 auto 12px;
    }
}

@media screen and (max-width:768px) {
    .s3_3_2_list {
        gap: 30px;
        flex-direction: column;
        max-width: 480px;
    }
}


.s3_3_3 .main_tit {
    padding-bottom: 35px;
}

.s3_3_3 .sub_txt {
    text-align: center;
    padding-bottom: 35px;
}

.s3_3_3_list {
    gap: 40px;
    display: flex;
}

.s3_3_3_list li {
    position: relative;
    flex: 1;
}

.s3_3_3_list .txt {
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.s3_3_3_list h3 {
    margin: 0 auto 12px;
    padding: 10px 28px;
    border-radius: 999px;
    width: fit-content;
    border: 1px solid #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 150%;
    letter-spacing: -0.8px;
}

.s3_3_3_list .desc {
    font-size: 18px;
    text-align: center;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
}


@media screen and (max-width:1350px) {
    .s3_3_3_list {
        gap: 30px;
    }

    .s3_3_3_list .txt {
        width: 89%;
    }
}

@media screen and (max-width:980px) {
    .s3_3_3 .main_tit {
        padding-bottom: 30px;
    }

    .s3_3_3 .sub_txt {
        padding-bottom: 30px;
    }

    .s3_3_3_list {
        max-width: 680px;
        margin: 0 auto;
        flex-wrap: wrap;
        justify-content: center;
    }

    .s3_3_3_list li {
        flex: unset;
        width: calc(50% - 30px);
    }

    .s3_3_3_list h3 {
        font-size: 18px;
        letter-spacing: -0.72px;
    }

    .s3_3_3_list .desc {
        font-size: 15px;
        letter-spacing: -0.6px;
    }
}

@media screen and (max-width:768px) {
    .s3_3_3_list {
        flex-direction: column;
        gap: 10px;
    }

    .s3_3_3_list li {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .s3_3_3_list .txt {
        width: 70%;
    }
}





/* SUb3-4 당뇨망막병증 */
.s3_4_2 .main_tit {
    padding-bottom: 40px;
}

.s3_4_2 .sub_txt {
    text-align: center;
    padding-bottom: 40px;
}

.s3_4_2 .sub_txt strong {
    font-weight: 600;
}

.s3_4_2 .con_area {
    position: relative;
}

.s3_4_2_list {
    display: flex;
    gap: 40px;
    justify-content: center;
}

.s3_4_2_list li {
    flex: 1;
    text-align: center;
}

.s3_4_2_list .img_box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 410px;
    border-radius: 30px;
    border: 2px solid #EEE;
}

.s3_4_2_list h3 {
    text-align: center;
    padding: 5px 30px;
    border-radius: 73px;
    max-width: fit-content;
    background: #404040;
    color: #fff;
    margin: -25px auto 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.72px;
}

.s3_4_2_list li:nth-child(2) .img_box {
    border: 5px solid #EEE;
}

.s3_4_2_list li:nth-child(2) h3 {
    background: #1E52AF;
}

.ico_blueArrow {
    position: absolute;
    width: 92px;
    border-radius: 50%;
    height: 92px;
    background: #1E52AF;
    display: flex;
    top: calc(50% - 46px);
    justify-content: center;
    align-items: center;
    left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width:980px) {
    .ico_blueArrow {
        width: 60px;
        height: 60px;
    }

    .ico_blueArrow img {
        width: 15px;
        transform: rotate(90deg);
    }
}

@media screen and (max-width:1280px) {
    .ico_blueArrow {
        width: 76px;
        height: 76px;
    }

    .s3_4_2_list img {
        padding: 0 30px;
    }
}

@media screen and (max-width:980px) {

    .s3_4_2 .tit_area,
    .s3_4_2 .con_area {
        max-width: 480px;
        margin: 0 auto;
    }

    .s3_4_2_list {
        gap: 130px;
        flex-direction: column;
    }

    .s3_4_2_list .img_box {
        padding: 23px;
        min-height: 364px;
    }

    .s3_4_2_list img {
        padding: 0;
    }

    .s3_4_2_list h3 {
        border-radius: 46px;
        margin: -16px auto 0;
        font-size: 15px;
        padding: 3px 18px;
        letter-spacing: -0.45px;
    }

    .s3_4_2 .ico_blueArrow {
        top: calc(50% - 36px);
    }
}

.s3_4_3 {
    background: url(/img/sub/s3_1_3_bg.png) center center/cover no-repeat;
}

.s3_4_3 .main_tit {
    color: #fff;
    padding-bottom: 35px;
}

.s3_4_3_list {
    display: flex;
}

.s3_4_3_list {
    display: flex;
    gap: 16px;
    text-align: center;
}

.s3_4_3_list li {
    border-radius: 16px;
    overflow: hidden;
    flex: 1;
}

.s3_4_3_list img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.s3_4_3_list h3 {
    display: flex;
    align-items: center;
    background: #fff;
    justify-content: center;
    min-height: 100px;
    padding: 0 12px;
}

@media screen and (max-width:1350px) {
    .s3_4_3_list h3 {
        min-height: 86px;
    }
}


@media screen and (max-width:1020px) {
    .s3_4_3_list h3 {
        min-height: 70px;
    }
}

@media screen and (max-width:980px) {
    .s3_4_3_list {
        gap: 16px;
        margin: 0 auto;
        max-width: 480px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .s3_4_3_list li {
        flex: unset;
        border-radius: 10px;
        width: calc(100%/2 - 16px)
    }

    .s3_4_3_list h3 {
        font-size: 14px;
    }
}

@media screen and (max-width:768px) {
    .s3_4_3_list {
        gap: 10px;
    }

    .s3_4_3_list .img_box {
        aspect-ratio: 1 / 1;
    }

    .s3_4_3_list .img_box img {
        height: 100%;
    }

    .s3_4_3_list li {
        width: calc(100%/2 - 8px)
    }

    .s3_4_3_list h3 {
        padding: 0 6px;
    }
}

.s3_4_4 .img_box {
    border: 2px solid #D4D4D4;
}

.s3_4_5 .sub_txt {
    max-width: 400px;
}

.s3_4_5 .wrap h3 {
    text-align: left;
}

.s3_4_5 .wrap p {
    text-align: left;
}

@media screen and (max-width:980px) {
    .s3_4_5 .sub_txt {
        max-width: 480px;
        margin: 0 auto;
    }
}

/* SUB3-5 그외 망막질환 */
.s3_5_2 .main_tit {
    padding-bottom: 50px;
}

.s3_5_2_list {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(6, auto);
}

.s3_5_2_list li {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 24px;
    padding: 30px 20px;
    overflow: hidden;
    border: 1px solid #D4D4D4;
}

.s3_5_2_list .img_box {
    padding-bottom: 20px;
}

.s3_5_2_list .img_box img {
    display: block;
    transition: transform 0.7s;
}

.s3_5_2_list em {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.64px;
    padding-bottom: 4px;
    display: block;
}

.s3_5_2_list h3 {
    font-family: var(--font-beaum);
    font-size: 26px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.88px;
    padding-bottom: 5px;
    letter-spacing: -1.04px;
    z-index: 2;
    position: relative;
}

.s3_5_2_list p {
    color: #737373;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
    display: flex;
    gap: 6px;
    align-items: center;
    padding: 10px 12px;
    letter-spacing: -0.32px;
    transition: padding 0.6s;
}

.s3_5_2_list li:hover .ico_more {
    animation: leftRight 1.2s infinite ease-in-out;
}

.s3_5_2_list li:hover .img_box img {
    transform: scale(1.08);
}

@keyframes leftRight {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-3px);
    }

    100% {
        transform: translateY(0px);
    }
}


@media screen and (max-width:1350px) {
    .s3_5_2_list {
        grid-template-columns: repeat(3, auto);
        justify-content: center;
    }

    .s3_5_2_list p {
        padding: 10px 6px;
    }
}

@media screen and (max-width:980px) {
    .s3_5 .img_box {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .s3_5_2_list {
        max-width: 600px;
        margin: 0 auto;
    }

    .s3_5_2_list em {
        font-size: 12px;
        letter-spacing: -0.48px;
    }

    .s3_5_2_list h3 {
        font-size: 15px;
        letter-spacing: -0.6px;
        padding-bottom: 5px;
    }

    .s3_5_2_list p {
        font-size: 12px;
        line-height: 130%;
        letter-spacing: -0.2px;
        padding: 0;
        gap: 4px;
    }

    .s3_5_2_list .ico_more {
        width: 15px;
    }
}

@media screen and (max-width:768px) {
    .s3_5_2_list {
        max-width: 480px;
        gap: 9px;
    }

    .s3_5_2_list li {
        border-radius: 12px;
        padding: 16px 10px;
    }

    .s3_5_2_list .img_box img {
        max-width: 85px;
    }
}

[class*="s3_5"].sc_halfImg h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.72px;
}

.sc_halfImg .cont1_list {
    display: flex;
    gap: 8px;
    padding-bottom: 24px;
}

.sc_halfImg .cont1_list li {
    /* flex: 1; */
    width: 25%;
    position: relative;
    width: 100%;
    max-width: 137px;
}

.sc_halfImg .cont1_list img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.sc_halfImg .cont1_list .txt_box {
    position: absolute;
    left: 50%;
    width: 100%;
    padding: 0 12px;
    color: #fff;
    top: 50%;
    transform: translate(-50%, -50%);
}

.sc_halfImg .cont1_list {
    text-align: center;
    line-height: 140%;
}

.sc_halfImg .cont1_list h4 {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: -0.64px;
    padding-bottom: 4px;
}

.sc_halfImg .cont1_list p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.56px;
}

.sc_halfImg .sub_txt {
    padding-bottom: 24px;
}

.sc_halfImg .cont2_list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.sc_halfImg .cont2_list li {
    font-size: 18px;
    color: #262626;
}

.sc_halfImg .cont2_list h4 {
    font-weight: 600;
    letter-spacing: -0.72px;
    line-height: 150%;
}

.sc_halfImg .cont2_list {
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
}

@media screen and (max-width:980px) {

    [class*="s3_5"].sc_halfImg .con_box {
        max-width: 600px;
    }

    [class*="s3_5"].sc_halfImg h3 {
        justify-content: center;
    }

    .sc_halfImg .cont1_list {
        justify-content: center;
    }

    [class*="s3_5"].sc_halfImg h3 {
        font-size: 16px;
        line-height: 140%;
        letter-spacing: -0.64px;
    }

    [class*="s3_5"].sc_halfImg h3 img {
        width: 24px;
        height: 24px;
    }

    .sc_halfImg .cont2_list li {
        font-size: 15px;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.6px;
    }
}

@media screen and (max-width:768px) {
    .sc_halfImg .cont1_list {
        flex-wrap: wrap;
        max-width: 290px;
        margin: 0 auto;
    }

    .sc_halfImg .cont1_list li {
        width: 50%;
        flex: unset;
    }
}

@media screen and (max-width:360px) {
    .sc_halfImg .cont1_list {
        max-width: unset;
    }
}

.s3_5 {
    position: relative;
}

.s3_5_tab {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 70px;
    transform: translateY(-50%);
}

.s3_5_tab_list {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.s3_5_tab_list::before {
    content: '';
    display: block;
    width: 2px;
    height: calc(100% - 10px);
    top: 50%;
    transform: translateY(-50%);
    left: 4px;
    position: absolute;
    background: rgba(255, 255, 255, 0.60);
}

.s3_5_tab_list li {
    cursor: pointer;
    display: flex;
    gap: 8px;
    align-items: center;
}

.s3_5_tab_list p {
    font-weight: 700;
    transition: 0.6s ease;
    margin-left: 20px;
    color: rgba(255, 255, 255, 0.60);
}

.s3_5_tab_list .dot {
    width: 9px;
    display: block;
    position: absolute;
    height: 9px;
    border-radius: 6.5px;
    left: 0px;
    background: #fff;
    transform-origin: center center;
    transition: 0.6s ease;
}

.s3_5_tab_list li.on p {
    color: #fff;
}

.s3_5_tab_list li.on .dot {
    width: 13px;
    height: 13px;
    left: -1.3px;
}

.s3_5_tab_list li:hover p {
    margin-left: 26px;
    color: #fff;
}

.s3_5_tab_list li:hover .dot {
    width: 13px;
    height: 13px;
    left: -1px;
}

@media screen and (max-width:980px) {
    .s3_5_tab {
        display: none;
    }
}


/* SUB3-6 유리체강내주사치료 */
.s3_6_2 .con_area {
    display: flex;
    justify-content: space-between;
    gap: 100px;
    align-items: center;
    padding-top: 64px;
}

.s3_6_2 .con_area>div {
    flex: 1;
}

.s3_6_2 .txt_box>* {
    text-align: left;
}

.s3_6_2 .main_tit {
    padding-bottom: 8px;
}

.s3_6_2 h4 {
    width: fit-content;
    background: #1E52AF;
    padding: 10px 18px;
    margin-bottom: 30px;
    border-radius: 10px;
    color: #FFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 100%;
}

.s3_6_2 p {
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.8px;
}

.s3_6_2 strong {
    font-weight: 600;
}

.s3_6_2 .img_box {
    max-width: 580px;
    aspect-ratio: 580 / 440;
    border-radius: 20px;
    border: 1px solid #D4D4D4;
    overflow: hidden;
}

.s3_6_2 .img_box img {
    height: 100%;
    object-fit: cover;
    display: block;
}

@media screen and (max-width:1350px) {
    .s3_6_2 .con_area {
        gap: 60px;
        padding-top: 0;
    }
}

@media screen and (max-width:980px) {
    .s3_6_2 .con_area {
        max-width: 480px;
        margin: 0 auto;
    }

    .s3_6_2 .txt_box>* {
        text-align: center;
    }

    .s3_6_2 h4 {
        margin: 0 auto 30px;
        font-size: 14px;
        line-height: 100%;
        padding: 10px;
    }

    .s3_6_2 .img_box {
        margin: 0 auto 30px;
    }

    .s3_6_2 p {
        font-size: 16px;
        letter-spacing: -0.64px;
    }
}

/* SUB3-6-3 망막 전문의 치료 */
.s3_6_3 .cont_list {
    display: flex;
    gap: 8px;
}

.s3_6_3 .sub_txt {
    padding-bottom: 40px;
}

.s3_6_3 h3 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.72px;
    padding-bottom: 16px;
}

.s3_6_3 .cont_list li {
    max-width: 137px;
    flex: 1;
    position: relative;
}

.s3_6_3 .cont_list .txt_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 90%;
}

@media screen and (max-width:980px) {
    .s3_6_3 .con_box {
        max-width: 480px;
    }

    .s3_6_3 .sub_txt {
        padding-bottom: 30px;
    }

    .s3_6_3 h3 {
        justify-content: center;
        font-size: 16px;
        letter-spacing: -0.64px;
    }

    .s3_6_3 h3 img {
        width: 24px;
        height: 24px;
    }

    .s3_6_3 .cont_list {
        justify-content: center;
    }

    .s3_6_3.active .img_box {
        aspect-ratio: 16 / 13;
    }
}


/* SUB3-6-4 치료가 필요한 경우 */
.s3_6_4 .main_tit {
    padding-bottom: 50px;
}

.s3_6_4 .con_area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 80px;
}

.s3_6_4 .img_box {
    border-radius: 20px;
    overflow: hidden;
    width: calc(70% - 80px);
    max-width: 705px;
    aspect-ratio: 705 / 420;
}

.s3_6_4 .check_list {
    width: 30%;
}

.s3_6_4 .check_list li {
    transition: 0.6s;
    cursor: pointer;
}

.s3_6_4 .check_list li.on {
    border: 1.4px solid #1E52AF;
}

@media screen and (max-width:1350px) {
    .s3_6_4 .con_area {
        gap: 60px;
    }

    .s3_6_4 .img_box {
        width: calc(70% - 60px);
    }
}


@media screen and (max-width:980px) {
    .s3_6_4 .main_tit {
        padding-bottom: 30px;
    }

    .s3_6_4 .con_area {
        max-width: 480px;
        flex-direction: column;
        margin: 0 auto;
        gap: 30px;
    }

    .s3_6_4 .img_box,
    .s3_6_4 .check_list {
        width: 100%;
    }

    .s3_6_4 .check_list {
        max-width: 300px;
    }
}

/* SUB3-6-5 유리체강내주사치료 주사종류 */
.s3_6_5 {
    background: #FAFAFA;
}

.s3_6_5 .main_tit {
    padding-bottom: 70px;
}

.s3_6_5_list {
    display: flex;
    gap: 100px;
    justify-content: center;
}

.s3_6_5_list li {
    display: flex;
    max-width: 460px;
    overflow: hidden;
    flex-direction: column;
    flex: 1;
}

.s3_6_5_swiper {
    position: relative;
    max-width: 460px;
}

.s3_6_5_list .swiper-navigation {
    position: absolute;
    justify-content: space-between;
    display: flex;
    width: 100%;
    padding: 0 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.s3_6_5_list .img_box {
    position: relative;
    margin-bottom: 40px;
    aspect-ratio: 460 / 300;
}

.s3_6_5_list .img_box img {
    display: block;
    object-fit: cover;
}

.s3_6_5_list .img_box p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    display: flex;
    height: 44px;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.s3_6_5_list .txt_box h3 {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 16px;
    padding: 12px 30px;
    color: #262626;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    border-radius: 999px;
    border: 1px solid #A3A3A3;
}

.s3_6_5_list .txt_box p {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
}

@media screen and (max-width:1350px) {
    .s3_6_5_list {
        gap: 60px;
    }
}

@media screen and (max-width:980px) {
    .s3_6_5 .main_tit {
        padding-bottom: 30px;
    }

    .s3_6_5_list {
        flex-direction: column;
        align-items: center;
        gap: 50px;
    }

    .s3_6_5_list .img_box {
        margin-bottom: 20px;
    }

    .s3_6_5_list .img_box p {
        font-size: 15px;
        line-height: 150%;
        letter-spacing: -0.6px;
    }

    .s3_6_5_list .txt_box h3 {
        max-width: 200px;
        padding: 10.881px 27.203px;
        margin: 0 auto 18px;
        font-size: 18px;
    }

    .s3_6_5_list .txt_box p {
        font-size: 16px;
        line-height: 140%;
    }

    .s3_6_5_list li {
        flex: unset;
        width: 100%;
    }
}


@media screen and (max-width:480px) {
    .s3_6_5 .sc_inner {
        padding: 50px 0;
    }
    .s3_6_5_list li {
        overflow: unset;
    }

    .s3_6_5_list .img_box {
        width: 100%;
    }

    .s3_6_5_list .img_box img {
        width: 100%;
    }

    .s3_6_5_list .txt_box {
        padding: 0 18px;
    }
}


/* SUB3-6-5 왜 유리체강내주사치료 */
.s3_6_6 .cont_1 .txt_box {
    padding: 50px 100px;
}

.s3_6_6 .tag_tit {
    align-self: start;
}

.s3_6_6 .cont_1 .box_txt {
    max-width: unset;
}

.s3_6_6 .link_more {
    margin-top: 16px;
    display: block;
    width: fit-content;
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    gap: 8px;
    align-items: center;
    line-height: 170%;
}

.s3_6_6 .link_more:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url(/img/sub/ico_linkMore.svg) center center/100% no-repeat;
}

.s3_6_6 .link_more:hover:after {
    animation: leftRight 1.2s infinite ease;
}


@keyframes leftRight {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@media screen and (max-width:1350px) {
    .s3_6_6 .cont_1 .txt_box {
        padding: 50px;
    }

    .s3_6_6 li>div {
        flex: unset;
    }

    .s3_6_6 .txt_box {
        width: 70%;
    }

    .s3_6_6 .img_box {
        width: 30%;
    }
}

@media screen and (max-width:980px) {
    .s3_6_6 li>div {
        flex: 1;
    }

    .s3_6_6 .txt_box,
    .s3_6_6 .img_box {
        width: unset;
    }

    .s3_6_6 .cont_1 .txt_box {
        padding: 24px 19px 40px 19px;
    }

    .s3_6_6 .tag_tit {
        align-self: center;
    }

    .s3_6_6 .tag_tit .txt1 {
        font-size: 17px;
        align-self: center;
    }

    .s3_6_6 li:last-child .tag_tit .txt2 {
        text-align: left;
        position: relative;
        padding-left: 27px;
    }

    .s3_6_6 li:last-child .tag_tit .txt2:before {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 0;
    }

    .s3_6_6 li:last-child .tag_tit .txt2 {
        padding-left: 12px;
    }

    .s3_6_6 .cont_1 .box_txt {
        font-size: 15px;
    }

    .s3_6_6 .link_more {
        margin: 16px auto 0;
        font-size: 15px;
    }
}