/* POP : 상세 보기 팝업 */

/* 장비 상세 */
.pop_detail .modal_content {
    max-width: 890px;
    padding: 40px 30px;
}

.pop_detail .modal_head {
    border: 0;
}

.pop_detail .tit {
    font-size: 24px;
    color: #525252;
    font-size: 24px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.48px;
}

.pop_detail .modal_con {
    align-items: start;
    gap: 50px;
    height: auto;
}

.pop_detail .img_box {
    position: relative;
    border: 1px solid #D4D4D4;
    aspect-ratio: 1 / 1;
    max-width: 301px;
    overflow: hidden;
}

.pop_detail .img_box img:not(.logo_img) {
    display: block;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.pop_detail .logo_img {
    position: absolute;
    max-width: 80px;
    top: 0;
    left: 0;
}

.pop_detail .txt_box {
    flex: 1;
}

.pop_detail .tit1 {
    color: #333;
    font-size: 30px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -1.2px;
}

.pop_detail .txt_box .type {
    color: #3D5B90;
    border-radius: 999px;
    padding: 8px 14px;
    border: 1px solid #3D5B90;
    text-align: center;
    width: fit-content;
    display: block;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
}

.pop_detail .txt_box .tit2 {
    color: #262626;
    font-size: 16px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.32px;
    padding-bottom: 24px;
}

.pop_detail .desc {
    color: #333;
    font-size: 16px;
    font-weight: 400;
    line-height: 180%;
    letter-spacing: -0.64px;
}

@media screen and (max-width:980px) {
    .pop_detail .modal_content {
        padding: 30px 20px;
    }

    .pop_detail .modal_con {
        flex-direction: column;
        align-items: center;
    }

    .pop_detail .img_box {
        margin: 0 auto;
    }

    .modal .modal_con {
        margin-top: 20px;
        gap: 30px;
        height: calc(60vh - 120px);
    }

    .pop_detail .img_box {
        max-width: 240px;
    }


    .pop_detail .logo_img {
        max-width: 50px;
    }

    .pop_detail .tit {
        font-size: 20px;
    }

    .pop_detail .txt_box {
        text-align: center;
    }

    .pop_detail .tit1 {
        font-size: 20px;
    }

    .pop_detail .txt_box .type {
        margin: 10px auto;
        padding: 4px 6px;
        font-size: 12px;
        line-height: 1;
    }

    .pop_detail .txt_box .tit2 {
        padding-bottom: 18px;
    }

    .pop_detail .desc {
        font-size: 15px;
    }
}

/* SUB1 : 과천 스마트안과 */
.sc_inner.w100 {
    max-width: unset;
    width: 100%;
    height: 100%;
}

.sc_visual[class*="s1_"] {
    background-image: url(/img/sub/s1_visual.png);
}

@media screen and (max-width:980px) {
    .sc_visual[class*="s1_"] {
        background-image: url(/img/sub/m_s1_visual.png);
    }
}


/* SECTION 1-1 : 의료진 소개 */

.s1_1_2 {
    overflow: hidden;
    height: 100vh;
    position: relative;
    background: linear-gradient(180deg, #A5AEBF 0%, #C7CEDA 100%);
}

.s1_1_2 .sc_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.s1_1_2 .tit_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.s1_1_2 .tit_area .txt {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    padding-bottom: 8px;
}

.s1_1_2 .main_tit {
    color: #fff;
    font-size: 70px;
    font-family: "Cormorant Garamond";
    letter-spacing: -2px;
    font-weight: 400;
    padding-bottom: 70px;
}

.s1_1_2 .main_tit .big {
    position: relative;
    color: #1E52AF;
    font-family: "Cormorant Garamond";
    font-size: 70px;
    font-weight: 700;
    line-height: 100%;
}

.s1_1_2 .main_tit .big:before {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 0;
    width: 9px;
    transform: translateX(-50%);
    height: 9px;
    border-radius: 999px;
    background: #1E52AF;
}

.s1_1_2 .tit_area img {
    mix-blend-mode: multiply;
    padding-bottom: 60px;
}

.s1_1_2 .link_more {
    padding: 24px 40px;
    border-radius: 999px;
    background: linear-gradient(180deg, #396CC7 0%, #1E52AF 100%), linear-gradient(90deg, #FFF 0%, #D1D3E4 100%);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    color: #FFF;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.2px;
    width: fit-content;
}

.s1_1_2 .con_area {
    width: 100%;
    max-width: 1670px;
    position: absolute;
    bottom: -5px;
    pointer-events: none;
}

.s1_1_2 .img_group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.s1_1_2 .img_group .img_box {
    position: relative;
    max-width: 632px;
    width: 100%;
}

.s1_1_2 .img_group .img_box img {
    width: 100%;
}

.s1_1_2 .img_group .img_box h3 {
    text-align: center;
    position: absolute;
    padding: 12px 40px;
    bottom: 140px;
    width: fit-content;
    text-wrap: nowrap;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 999px;
    background: linear-gradient(90deg, #FFF 0%, #D1D3E4 100%);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.20);
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -0.96px;
    color: var(--neutral-gray-900, #171717);
}

.s1_1_2 .img_group .img_box h3 strong {
    color: var(--color-main);
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -1.2px;
    display: inline-block;
    padding-left: 10px;
}

.s1_1_2 .img_group .img_box img.bgImg {
    display: none;
}

@media screen and (max-width:1600px) {
    .s1_1_2 .tit_area img {
        width: 70%;
    }

    .s1_1_2 .img_group .img_box {
        max-width: 540px;
    }

    .s1_1_2 .img_group .img_box img {
        /* mix-blend-mode: multiply; */
        position: relative;
        height: auto;
        width: 100%;
        /* display: b
        lock; */
        overflow: hidden;
    }

    .s1_1_2 .img_group .img_box img:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 30%;
        background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
    }

    .s1_1_2 .img_group {
        /* flex-direction: column; */
        align-items: center;
    }
}




@media screen and (max-width:1350px) {
    .s1_1_2 {
        height: auto;
    }

    .s1_1_2 .img_group .img_box {
        max-width: 460px;
    }

    .s1_1_2 .tit_area .txt {
        font-size: 30px;
    }

    .s1_1_2 .link_more {
        padding: 18px 34px;
        font-size: 20px;
    }

    .s1_1_2 .img_group .img_box h3 {
        font-size: 18px;
    }

    .s1_1_2 .img_group .img_box h3 strong {
        font-size: 20px;
    }
}

@media screen and (max-width:1180px) {
    .s1_1_2 .img_group .img_box {
        max-width: 400px;
    }
}


@media screen and (max-width:980px) {
    .s1_1_2 .sc_inner {
        flex-direction: column;
        padding: 80px 0 160px;
    }

    .s1_1_2 .tit_area img {
        display: none;
    }

    .s1_1_2 .tit_area .main_tit {
        font-size: 34px;
        letter-spacing: -0.698px;
        padding-bottom: 20px;
    }

    .s1_1_2 .main_tit .big {
        font-size: 34px;
    }

    .s1_1_2 .main_tit .big:before {
        width: 4px;
        height: 4px;
    }

    .s1_1_2 .con_area {
        position: relative;
        bottom: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .s1_1_2 .img_group {
        gap: 80px;
        flex-direction: column;
        padding-bottom: 68px;
    }

    .s1_1_2 .img_group>div {
        position: relative;
    }

    .s1_1_2 .img_group .bgImg {
        mix-blend-mode: multiply;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.5;
    }

    .s1_1_2 .img_group .img_box {
        position: relative;
    }

    .s1_1_2 .img_group .img_box h3 {
        bottom: -60px;
    }

    .s1_1_2 .fade-left,
    .s1_1_2 .fade-right {
        opacity: 1;
        visibility: visible;
    }


    .box_scrDown {
        position: absolute;
        bottom: 80px;

    }
}

@media screen and (max-width:768px) {
    .s1_1_2 .sc_inner {
        padding: 50px 18px 170px;
    }

    .s1_1_2 .img_group .img_box h3 {
        font-size: 16px;
        padding: 9px 40px;
        width: 100%;
    }

    .s1_1_2 .img_group .img_box h3 strong {
        padding-left: 7px;
    }

    .s1_1_2 .link_more {
        text-align: center;
        width: 100%;
        padding: 16px 40px;
        font-size: 24px;
    }

    .s1_1_2 .img_group .img_box h3 {
        text-wrap: unset;
    }
}

@media screen and (max-width:480px) {

    .s1_1_2 .main_tit .big,
    .s1_1_2 .tit_area .main_tit {
        font-size: 30px;
    }
}

/* 원장 소개 */

.s1_1_3 {
    color: #262626;
    background: #F8F9FB;
}

.s1_1_3.w {
    color: #fff;
    background: #3D5B90;
}


.s1_1_3 .con_area {
    display: flex;
    align-items: center;
    gap: 120px;

}

.s1_1_3 .img_group {
    width: 50%;
    max-width: 540px;
    overflow: hidden;
    background: #DEE3EE;
    border-radius: 60px;
    max-height: 620px;
}

.s1_1_3 .img_group img {
    display: block;
    transform: scale(0.98);
    transition: transform 2s;
    animation: focus 2s infinite;
}

@keyframes focus {
    0% {
        transform: scale(0.98);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.98);
    }
}

.s1_1_3 .txt_group {
    width: 50%;
    max-width: 509px;
}

.s1_1_3 h2 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    padding-bottom: 6px;
}

.s1_1_3 h2 strong {
    font-family: "KOHIBaeumOTF";
    font-size: 46px;
    font-weight: 400;
    line-height: 60px;
    padding-right: 6px;
    letter-spacing: -1.84px;
}

.s1_1_3 .name {
    padding-bottom: 6px;
    color: #6F96D1;
    font-size: 50px;
    font-weight: 400;
    line-height: 60px;
}

.s1_1_3 .tag {
    display: inline-block;
    color: #171717;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.72px;
    padding: 9px 16px;
    border-radius: 6px;
    background: linear-gradient(90deg, #E9E9E9 0%, #D1D3E4 100%);
    margin-bottom: 30px;
}

.history_list {
    overflow-y: auto;
    max-height: 430px;
    scrollbar-width: 8px;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* 스크롤바 트랙 (배경) */
::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 5px;
}

/* 스크롤바 슬라이더 (손잡이) */
::-webkit-scrollbar-thumb {
    background: #3D5B90;
    border-radius: 3px;
}

.w ::-webkit-scrollbar-track {
    background: #E3E3E3;
    border-radius: 5px;
}

.w ::-webkit-scrollbar-thumb {
    background: #262626;
    border-radius: 3px;
}

.history_list h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 36px;
}

.history_list .dot {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 5px;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.history_list .dot:before {
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    margin: 12px 7px 0;
    border-radius: 50%;
    background: #262626;
}

.w .history_list .dot:before {
    background: #fff;
}


@media screen and (max-width:1350px) {
    .s1_1_3 .con_area {
        gap: 60px;
    }

    .s1_1_3 .img_group {
        width: 47%;
    }

    .s1_1_3 .txt_group {
        width: calc(53% - 60px);
    }

    ::-webkit-scrollbar {
        width: 6px;
        height: 6px;
    }
}

@media screen and (max-width:1020px) {
    .s1_1_3 .img_group {
        max-height: 580px;
    }
}

@media screen and (max-width:980px) {
    .s1_1_3 .con_area {
        flex-direction: column;
        gap: 20px;
    }

    .s1_1_3 .img_group {
        width: 100%;
    }

    .s1_1_3 .txt_group {
        width: 100%;
    }

    .s1_1_3 .img_group {
        aspect-ratio: 9 / 10;
        max-height: unset;
        border-radius: 30px;
    }

    .s1_1_3 .txt_group {
        text-align: center;
    }

    .s1_1_3 h2 {
        padding-bottom: 3px;
        font-size: 16px;
        line-height: 23px;
    }

    .s1_1_3 h2 strong {
        font-size: 30px;
        line-height: 38px;
    }

    .s1_1_3 .name {
        padding-bottom: 3px;
        font-size: 30px;
        line-height: 38.679px;
    }

    .s1_1_3 .tag {
        font-size: 14px;
        letter-spacing: -0.56px;
    }

    .history_list h3 {
        text-align: left;
        font-size: 18px;
        line-height: 36px;
    }

    .history_list .dot {
        text-align: left;
        font-size: 15px;
        line-height: 160%;
    }
}


/* 병원 논문 */
.s1_1_4 {
    background: url(/img/sub/s1_1_4_bg.png) center center/cover no-repeat;
    text-align: center;
}

.s1_1_4 .tit_area p {
    color: #525252;
    text-align: center;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.28px;
    padding-bottom: 2px;
}

.s1_1_4 h2 {
    color: #262626;
    font-family: 'KOHIBaeumOTF';
    font-size: 46px;
    font-weight: 400;
    line-height: 140%;
    padding-bottom: 60px;
}

.s1_1_4_swiper .swiper-slide {
    max-width: 240px;
    position: relative;
    flex-direction: column;
    display: flex;
    justify-content: center;
    user-select: none;
    cursor: pointer;
    padding-top: 30px;
}

.s1_1_4_swiper .img_box {
    position: relative;
    margin-bottom: 16px;
}

.s1_1_4_swiper .img_box:after {
    content: '';
    position: relative;
    display: block;
    width: 100%;
    height: 20px;
    background: var(--BG-blue, #3D5B90);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.s1_1_4_swiper img {
    transition: transform 0.6s;
    text-align: center;
    overflow: hidden;
    width: calc(100% - 40px);
    display: block;
    margin: 0 auto;
    aspect-ratio: 200 / 280;
    box-shadow: 4px 8px 4px 0px rgba(0, 0, 0, 0.15);
}

.s1_1_4_swiper p,
.s1_1_4_swiper h3 {
    color: #262626;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 160%;
}

.s1_1_4_swiper .name {
    font-weight: 600;
}

.s1_1_4_swiper .swiper-navigation {
    padding-top: 50px;
    display: flex;
    gap: 10px;
    justify-content: center;
}

.s1_1_4_swiper button {
    width: 50px;
    flex-shrink: 0;
    height: 50px;
    border: 1px solid #A3A3A3;
    background: url(/img/sub/ico_swiperArrow.svg) center center/15px 11px no-repeat;
}

.s1_1_4_swiper .swiper-navigation-prev {
    background: url(/img/sub/ico_swiperArrowPrev.svg) center center/15px 11px no-repeat;
}

/* 호버 효과 */
.s1_1_4_swiper .swiper-slide:hover .img_box img {
    transform: translateY(-20px);
}

.s1_1_4_swiper .swiper-slide .img_box:before {
    content: '+';
    display: flex;
    position: absolute;
    top: calc(50%);
    align-items: center;
    justify-content: center;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 1;
    font-weight: 800;
    width: 74px;
    height: 74px;
    z-index: 1;
    background: #3D5B90;
    opacity: 0;
    transition: all 0.6s;
    will-change: transform, opacity;
}

.s1_1_4_swiper .swiper-slide:hover .img_box:before {
    opacity: 1;
    top: calc(50% - 30px);
}

@media screen and (max-width:980px) {
    .s1_1_4_swiper .swiper-slide .img_box:before {
        width: 50px;
        height: 50px;
        font-size: 20px;
        font-weight: 700;
    }
}

/* POP : 논문 상세 팝업 */
.pop_paper .modal_con {
    align-items: center;
    max-width: 685px;
    margin: 30px auto 0;
}

.pop_paper .img_box {
    flex: 1;
    max-width: 214px;
}

.pop_paper .img_box img {
    width: 100%;
}

.pop_paper .txt_box .tit1 {
    text-align: left;
    padding-bottom: 8px;
}

.pop_paper .txt_box .type {
    margin-bottom: 24px;
}

.pop_paper .txt_box .tit2 {
    padding-bottom: 8px;
}

@media screen and (max-width:980px) {
    .s1_1_4 .tit_area p {
        font-size: 20px;
        letter-spacing: -0.8px;
        padding-bottom: 3px;
    }

    .s1_1_4 h2 {
        font-size: 30px;
        padding-bottom: 30px;
    }

    .s1_1_4_swiper .swiper-slide {
        max-width: 180px;
        /* padding: 0 12px 10px; */
    }

    .s1_1_4_swiper .swiper-slide:after {
        height: 12px;
    }

    .s1_1_4_swiper button {
        height: 40px;
        width: 40px;
    }

    .s1_1_4_swiper img {
        width: calc(100% - 20px);
    }

    .s1_1_4_swiper .img_box:after {
        height: 12px;
    }

    .s1_1_4_swiper .swiper-navigation {
        padding-top: 30px;
    }

    .pop_paper .img_box {
        max-width: 190px;
    }

    .pop_paper .txt_box .tit1 {
        text-align: center;
    }
}

@media screen and (max-width:768px) {
    .s1_1_4 .sc_inner {
        padding: 50px 0;
    }
}

@media screen and (max-width:480px) {
    .s1_1_4_swiper .swiper-slide {
        max-width: 140px;
    }
}

/* 스마트하게 관리하세요 */
.s1_1_5 .sc_inner {
    padding: 0;
    max-width: unset;
}

.s1_1_5 .con_area {
    display: flex;
    gap: 130px;
    align-items: center;
}

.s1_1_5 .tit_box {
    width: 50%;
}

.s1_1_5 .tit_box>div {
    max-width: 520px;
    margin: 0 auto;
    padding-left: 10%;
}

.s1_1_5 h2 {
    color: #404040;
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.28px;
}

.s1_1_5 h2 strong {
    color: #262626;
    font-family: "KOHIBaeumOTF";
    font-size: 42px;
    font-weight: 400;
    line-height: 140%;
    padding-top: 4px;
    letter-spacing: -1.68px;
}

.s1_1_5_txt_swiper {
    margin: 40px 0 0;
}

.s1_1_5_txt_swiper .num {
    color: #6F96D1;
    font-family: "Adobe Devanagari";
    font-size: 80px;
    font-weight: 700;
    line-height: 100%;
    letter-spacing: -3.2px;
    padding-bottom: 10px;
}

.s1_1_5_txt_swiper h3 {
    color: #262626;
    font-size: 26px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.52px;
    /* padding-bottom: 20px; */
}

.s1_1_5_txt_swiper .eng {
    color: #D4D4D4;
    font-size: 18px;
    padding-top: 30px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 9px;
    padding-bottom: 20px;
    display: block;
}

.s1_1_5_txt_swiper .desc {
    font-size: 20px;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.4px;
    padding-bottom: 40px;
}

.hidden {
    overflow: hidden;
    max-height: 100%;
}

.hidden span {
    display: block;
    overflow: hidden;
    height: 100%;
    transition: transform 1.2s;
}

/* swiper active 효과 */
.s1_1_5_txt_swiper .swiper-slide {
    opacity: 0;
    visibility: hidden;
    transition: 0;
}

.s1_1_5_txt_swiper .swiper-slide .hidden span {
    transform: translateY(100%);
}

.s1_1_5_txt_swiper .swiper-slide .desc {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.6s;
    transition-delay: 0.6s;
}

.s1_1_5_txt_swiper .swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.s1_1_5_txt_swiper .swiper-slide h3.hidden span {
    transition-delay: 0.3s;
}

.s1_1_5_txt_swiper .swiper-slide-active .hidden span,
.s1_1_5_txt_swiper .swiper-duplicate-slide-active .hidden span {
    transform: translateY(0%);
}

.s1_1_5_txt_swiper .swiper-slide-active .desc,
.s1_1_5_txt_swiper .swiper-duplicate-slide-active .desc {
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}


.s1_1_5_txt_swiper .swiper-navigation {
    display: flex;
    gap: 10px;
    justify-content: start;
    align-items: center;
    position: relative;
}

.s1_1_5_txt_swiper button {
    position: relative;
    display: block;
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    background: url(/img/sub/ico_smallArrow.svg) center center/100% 100% no-repeat;
}

.s1_1_5_txt_swiper .swiper-navigation-next {
    transform: rotate(-180deg);
}

.s1_1_5_txt_swiper .swiper-pagination {
    position: relative;
    width: auto;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.56px;
}

.s1_1_5_txt_swiper .swiper-pagination .bar {
    color: #A3A3A3;
    margin: 0 13px;
}

.s1_1_5_txt_swiper .swiper-pagination-current {
    color: #1E52AF;
}

.s1_1_5 .img_box {
    position: relative;
    width: 50%;
    height: 723px;
    overflow: hidden;
}

.s1_1_5 .img_box img {
    position: absolute;
    aspect-ratio: 950 / 723;
    object-fit: cover;
    height: 100%;
    transform-origin: right;
    width: 0;
    overflow: hidden;
    transition-delay: 1s;
    transition: width 0s ease;
    z-index: 1;
}

[data-index="0"] .img_box img:nth-child(1),
[data-index="1"] .img_box img:nth-child(2),
[data-index="2"] .img_box img:nth-child(3),
[data-index="3"] .img_box img:nth-child(4),
[data-index="4"] .img_box img:nth-child(5) {
    width: calc(100% - 120px);
    overflow: hidden;
    z-index: 2;
    transition: width 1.2s ease;
}


@media screen and (max-width:1600px) {

    [data-index="0"] .img_box img:nth-child(1),
    [data-index="1"] .img_box img:nth-child(2),
    [data-index="2"] .img_box img:nth-child(3),
    [data-index="3"] .img_box img:nth-child(4),
    [data-index="4"] .img_box img:nth-child(5) {
        width: calc(100%);
    }
}


@media screen and (max-width:1350px) {
    .s1_1_5 .img_box {
        width: 51%;
    }

    .s1_1_5 .con_area {
        gap: 50px;
    }

    .s1_1_5 .tit_box>div {
        padding-left: 0;
    }

    .s1_1_5 .img_box {
        height: 638px;
    }
}

@media screen and (max-width:980px) {
    .s1_1_5 .sc_inner {
        width: 100%;
        padding: 80px 0 0;
    }

    .s1_1_5 .con_area {
        flex-direction: column;
    }

    .s1_1_5 .tit_box {
        text-align: center;
    }

    .s1_1_5 h2 {
        font-size: 20px;
        letter-spacing: -0.8px;
    }

    .s1_1_5 h2 strong {
        font-size: 30px;
    }

    .s1_1_5_txt_swiper {
        margin-top: 36px;
    }

    .s1_1_5_txt_swiper .num {
        font-size: 50px;
        letter-spacing: -2px;
        font-weight: 400;
        line-height: 100%
    }

    .s1_1_5_txt_swiper h3 {
        font-size: 20px;
        letter-spacing: -0.4px;
    }

    .s1_1_5_txt_swiper .eng {
        font-size: 16px;
        letter-spacing: 8px;
        padding: 20px 0;
    }

    .s1_1_5_txt_swiper .desc {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .s1_1_5_txt_swiper .swiper-navigation {
        justify-content: center;
    }

    .s1_1_5 .img_box {
        width: 100%;
        height: 400px;
        aspect-ratio: 16 / 9;
    }

    .s1_1_5 .img_box img {
        aspect-ratio: 16 / 9;
    }
}


@media screen and (max-width:768px) {
    .s1_1_5 .sc_inner {
        padding: 50px 0 0;
    }

    .s1_1_5 .con_area {
        gap: 40px;
    }

    .s1_1_5 .tit_box {
        width: 100%;
        padding: 0 18px;
    }

    .s1_1_5 .tit_box>div {
        max-width: unset;
    }

    .s1_1_5_txt_swiper {
        margin-top: 26px;
    }

    .s1_1_5_txt_swiper .desc {
        padding-bottom: 10px;
    }

    .s1_1_5 .img_box {
        height: 260px;
    }
}

/* SECTION 1-2 : 과천 스마트안과 둘러보기 */
.s1_2_2 {
    text-align: center;
}

.s1_2_2 .tit_area {
    padding-bottom: 50px;
}

.s1_2_2 .con_area {
    display: flex;
    gap: 40px;
}

.s1_2_2_thumb_swiper {
    width: 120px;
    height: 600px;
    overflow: hidden;
}

.s1_2_2_thumb_swiper .swiper-slide {
    cursor: pointer;
    height: calc(100% / 7 - 7px);
}

.s1_2_2_thumb_swiper .swiper-slide {
    position: relative;
}

.s1_2_2_thumb_swiper img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.s1_2_2_thumb_swiper .swiper-slide-active:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #6F96D1;
}

.s1_2_2_main_swiper {
    width: calc(100% - 160px);
    height: 600px;
}

.s1_2_2_main_swiper .swiper-slide {
    overflow: hidden;
}

.s1_2_2_main_swiper img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.s1_2_2_main_swiper {
    position: relative;
}

.s1_2_2_main_swiper .swiper-navigation {
    position: absolute;
    background: rgba(0, 0, 0, 0.40);
    bottom: 0;
    height: 64px;
    z-index: 1;
    width: 100%;
    padding: 0 40px;
}

.s1_2_2_main_swiper .swiper-navigation {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.s1_2_2_main_swiper .tit_box {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.96px;
}

.s1_2_2_main_swiper .util_box {
    display: flex;
    gap: 10px;
    align-items: center;
}

.s1_2_2_main_swiper .swiper-pagination {
    position: relative;
    width: unset;
    left: unset;
    right: unset;
    color: #fff;
    bottom: unset;
    font-size: 14px;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: -0.56px;
}

.s1_2_2_main_swiper button {
    width: 24px;
    flex-shrink: 0;
    height: 24px;
    background: url(/img/sub/ico_arrow.svg) center center/100% 100% no-repeat;
}

.s1_2_2_main_swiper .bar {
    margin: 0 13px;
}

.s1_2_2_main_swiper .swiper-navigation-next {
    transform: rotate(-180deg);
}

@media screen and (max-width:980px) {
    .s1_2_2 .con_area {
        gap: 20px;
        flex-direction: column-reverse;
    }

    .s1_2_2_main_swiper {
        width: 100%;
        height: 54vw;
    }

    .s1_2_2_thumb_swiper {
        height: unset;
        width: 100%;
    }

    .s1_2_2_thumb_swiper .swiper-slide {
        height: auto;
    }

    .s1_2_2_main_swiper .swiper-navigation {
        justify-content: center;
        height: 40px;
    }

    .s1_2_2_main_swiper .util_box {
        display: none;
    }

    .s1_2_2_main_swiper .tit_box {
        font-size: 16px;
        letter-spacing: -0.64px;
    }
}

/* SECTION 1-3 : 검사 수술장비 */
.s1_3_2 .tit_area {
    padding-bottom: 40px;
}

.s1_3_2 .main_tit {
    text-align: left;
}

.s1_3_2 h2.main_tit {
    text-align: left;
    max-width: 800px;
}

.s1_3_2 .tab_list {
    display: flex;
    gap: 12px;
    padding-bottom: 80px;
}

.s1_3_2 .tab_list li {
    cursor: pointer;
    padding: 10px 22px;
    border-radius: 999px;
    border: 1px solid #A3A3A3;
    color: #A3A3A3;
    font-size: 16px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.32px;
    transition: all 0.6s;
}

.s1_3_2 .tab_list li.on {
    color: #000;
    border: 1px solid #000;
}

.s1_3_2 .tab_tit {
    width: 100%;
    border-bottom: 3px solid #6F96D1;
    margin-bottom: 30px;
}

.s1_3_2 .tab_tit p {
    border-radius: 20px 20px 0px 0px;
    width: 225px;
    height: 50px;
    background: #6F96D1;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 130%;
    letter-spacing: -0.4px;
}

.s1_3_2 .tab_con {
    padding-bottom: 150px;
}

.s1_3_2 .tab_con:last-child {
    padding-bottom: 0;
}

.equip_list {
    gap: 50px 20px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
    color: #404040;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.44px;
}

.equip_list li {
    cursor: pointer;
    width: calc(100% / 4 - 20px);
}

.equip_list .img_box {
    position: relative;
    border: 1px solid #d4d4d4;
    margin-bottom: 16px;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}

.equip_list .equip_logo {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 80px;
    height: auto;
}

.equip_list .img_box img:not(.equip_logo) {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 0.6s;
}

.equip_list .tit1 {
    color: #404040;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.44px;
}

.equip_list .type {
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid #3D5B90;
    color: #3D5B90;
    width: fit-content;
    margin: 6px auto;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    letter-spacing: -0.28px;
}

.equip_list .tit2 {
    color: #262626;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.32px;
}


/* 버튼 호버 이펙트 */
@media screen and (min-width:981px) {
    .s1_3_2 .tab_list li:hover {
        color: #000;
        border: 1px solid #000;
    }

    .equip_list li:hover img:not(.equip_logo) {
        transform: scale(1.1);
    }
}

@media screen and (max-width:980px) {
    .s1_3_2 .sc_inner {
        padding: 50px 18px 70px;
    }

    .s1_3_2 .tit_area {
        padding-bottom: 20px;
    }

    .s1_3_2 .tab_con {
        padding-bottom: 80px;
    }

    .s1_3_2 .tab_list {
        gap: 6px;
        flex-wrap: wrap;
        padding-bottom: 30px;
    }

    .s1_3_2 .tab_list li {
        padding: 7.5px 16.5px;
        font-size: 12px;
        letter-spacing: -0.24px;
    }

    .s1_3_2 .tab_tit {
        border-bottom: 2px solid #6F96D1;
        margin-bottom: 20px;
    }

    .s1_3_2 .tab_tit p {
        border-radius: 15px 15px 0px 0px;
        width: 168px;
        height: 36px;
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .equip_list {
        gap: 23px 16px;
        font-size: 14px;
        letter-spacing: -0.28px;
        justify-content: flex-start;
    }

    .equip_list li {
        width: calc(100% / 3 - 12px);
    }

    .equip_list .img_box {
        margin-bottom: 8px;
    }

    .equip_list .equip_logo {
        max-width: 40px;
    }


    .equip_list .tit1 {
        font-size: 14px;
        letter-spacing: -0.28px;
    }

    .equip_list .type {
        font-size: 12px;
        padding: 4px 6px;
        line-height: 1;
        letter-spacing: -0.2px;
    }

    .equip_list .tit2 {
        font-size: 12px;
        letter-spacing: -0.24px;
    }
}

@media screen and (max-width:768px) {
    .equip_list li {
        width: calc(100% / 2 - 8px);
    }
}


/* SECTION 1-5 : 사회공헌 실천 */
.s1_5_2 {}

.s1_5_2 .tit_area {
    padding-bottom: 36px;
}

.s1_5_2 .main_tit {
    text-align: left;
}

@media screen and (max-width:980px) {
    .s1_5_2 .pagination {
        margin: 50px auto 0;
    }
}


.gallery_list {
    color: #262626;
    border-top: 1px solid #000;
    display: flex;
    flex-wrap: wrap;
    gap: 60px 40px;
    padding: 36px 0 0;
}

.gallery_list li {
    text-align: center;
    width: calc(100%/3 - 27px);
}

.gallery_list .img_box {
    text-align: center;
    width: 100%;
    aspect-ratio: 400 / 246;
    padding-bottom: 16px;
}

.gallery_list .img_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.gallery_list h3 {
    display: -webkit-box;
    overflow: hidden;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -0.44px;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    margin-bottom: 6px;
}

.gallery_list p {
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.32px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
}

@media screen and (max-width:1020px) {
    .gallery_list li {
        text-align: center;
        width: calc(100% / 2 - 20px);
    }
}

@media screen and (max-width:980px) {
    .gallery_list {
        gap: 50px 36px;
    }

    .gallery_list li {
        width: calc(100% / 2 - 18px);
    }

    .gallery_list h3 {
        font-size: 18px;
    }

    .gallery_list p {
        font-size: 15px;
    }
}

@media screen and (max-width:768px) {
    .gallery_list {
        padding: 20px 0 0;
        gap: 32px;
    }

    .gallery_list li {
        width: calc(100%);
    }

    .gallery_list h3 {
        text-align: left;
    }
}

/* SECTION 1-4 : 진료시간 안내 / 오시는 길 */
.s1_4_2 {
    color: #262626;
}

.s1_4_2 .tit_area {
    padding-bottom: 50px;
}

.s1_4_2 .main_tit.serif {
    color: #6f96d1;
}

.s1_4_2 .main_tit {
    color: #404040;
    text-align: left;
}

.s1_4_2 .halfSpread {
    position: relative;
}

.s1_4_2 .halfSpread:before {
    content: '';
    position: absolute;
    top: 0;
    left: -1px;
    width: calc(50% + 2px);
    height: 100%;
    background: #fff;
    transition: 1.5s ease-in-out;
}

.s1_4_2 .halfSpread:after {
    content: "";
    position: absolute;
    top: 0;
    right: -1px;
    width: calc(50% + 2px);
    height: 100%;
    background: #fff;
    transition: 1.5s ease-in-out;
}

.s1_4_2 .halfSpread img {
    width: 100%;
}

.s1_4_2.active .halfSpread:before {
    width: 0;
}

.s1_4_2.active .halfSpread:after {
    width: 0;
}

.s1_4_2 .cont1 {
    padding: 50px 0 120px;
}

.s1_4_2 .cont1 h3 {
    padding-bottom: 40px;
}

.s1_4_2 .cont2 h3 {
    padding-bottom: 27px;
}

.s1_4_2 .txt_item {
    display: flex;
    font-size: 18px;
    align-items: center;
    font-weight: 400;
    line-height: 140%;
}

.s1_4_2 .txt_item>div {
    flex: 1;
    align-items: center;
}

.s1_4_2 .cont1 .txt_item {
    font-size: 22px;
    line-height: 150%;
}

.s1_4_2 .txt_item h4 {
    font-size: 28px;
    line-height: 130%;
    letter-spacing: -0.56px;
    font-weight: 600;
    padding-bottom: 6px;
}

.s1_4_2 .txt_item p {
    font-size: 22px;
    line-height: 150%;
}

.s1_4_2 .lt {
    display: flex;
    gap: 24px;
}

.s1_4_2 .rt {
    position: relative;
    padding-left: 33px;
}

.s1_4_2 .rt:before {
    content: '';
    position: absolute;
    width: 1px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    max-height: 80px;
    height: 100%;
    display: block;
    background: #000;
}

.s1_4_2 .rt p {
    display: flex;
    align-items: start;
    gap: 20px;
}

.s1_4_2 .rt p span {
    border-radius: 999px;
    background: #FFD064;
    color: #262626;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    display: block;
    text-align: center;
    width: 101px;
    padding: 2px 14px;
    margin: 0;
}

.s1_4_2 .rt p+p {
    padding-top: 10px;
}

.s1_4_2 .rt p:last-child span {
    color: #fff;
    background: #525252;
}

.s1_4_2 .address {
    display: flex;
    justify-content: space-between;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

.s1_4_2 .address p {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #262626;
    font-size: 30px;
    font-weight: 600;
    line-height: 150%;
    letter-spacing: -0.6px;
}

.s1_4_2 .link_wrap {
    display: flex;
    gap: 4px;
    width: 100%;
    padding-bottom: 30px;
}

.s1_4_2 .link_wrap a {
    display: flex;
    padding: 11px 22.6px;
    background: #fff;
    gap: 7px;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    line-height: 160%;
    color: #000;
    letter-spacing: -0.64px;
}

.s1_4_2 .link_wrap a {
    display: flex;
    padding: 11px 22.6px;
    background: #fff;
    gap: 7px;
    font-size: 16px;
    font-weight: 600;
    justify-content: center;
    align-items: center;
    line-height: 160%;
    color: #000;
    letter-spacing: -0.64px;
}

.s1_4_2 .link_wrap a:first-child {
    background: #06BE34;
    color: #fff;
}

.s1_4_2 .link_wrap a:nth-child(2) {
    border: 1px solid #d4d4d4;
}

.s1_4_2 .link_wrap a:last-child {
    background: #FAE200;
}

.s1_4_2 .link_wrap img {
    flex-shrink: 0;
    display: block;
}

.s1_4_2 .map_box {
    height: 100%;
    position: relative;
    width: 100%;
    height: 540px;
    margin-bottom: 50px;
}

.s1_4_2 .map_box>* {
    width: 100%;
    height: 100%;
}

.s1_4_2 .map_box .wrap_map {
    height: 508px;
}


/* .s1_4_2 .cont2 {
    display: flex;
    flex-direction: column;
} */

.s1_4_2 .circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 999px;
    margin-right: 10px;
    background: #3C76DE;
}

.s1_4_2 .txt_item_box {
    width: calc(100% - 94px);
}

.s1_4_2 .rt .circle {
    width: 16px;
    padding: 0;
    margin-right: 10px;
}

.s1_4_2 .cont2 .rt p {
    display: flex;

    font-weight: 600;
    gap: 0;
}

.s1_4_2 .cont2 .txt_item p {
    font-size: 18px;
    line-height: 140%;
}

.s1_4_2 .cont2 .rt em {
    padding-left: 16px;
    font-weight: 400;
    flex: 1;
}

.s1_4_2 .cont2 .txt_item+.txt_item {
    padding-top: 50px;
}

.s1_4_2 .cont2 .txt_item:last-child>div {
    align-self: start;
}

.s1_4_2 .cont2 .txt_item:last-child .rt:before {
    top: 40px;
}

.s1_4_2 .cont2 .circle {
    background: #84C600;
}

.s1_4_2 .cont2 p:nth-child(2) .circle {
    background: #3369E8;
}

.s1_4_2 .cont2 p:nth-child(3) .circle {
    background: #FB544E;
}

.s1_4_2 .img_box {
    overflow: hidden;
    position: relative;
    /* aspect-ratio: 563 / 340; */
}

.s1_4_2 .img_box img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    display: block;
}

.s1_4_2 .img_box p {
    height: 50px;
    width: 100%;
    justify-content: center;
    color: #fff;
    background: #404040;
}

.s1_4_2 .sub_txt {
    padding-top: 22px;
}

.s1_4_2 .sub_txt p {
    display: flex;
    gap: 20px;
    align-items: center;
}

.s1_4_2 .sub_txt span {
    border-radius: 999px;
    background: #D9D9D9;
    padding: 2px 0;
    width: 100px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
    text-align: center;
}

.s1_4_2 .sub_txt p+p {
    padding-top: 8px;
}

@media screen and (max-width:1350px) {
    .s1_4_2 .txt_item {
        gap: 27px;
    }

    .s1_4_2 .address p {
        width: 100%;
    }

    .s1_4_2 .link_wrap {
        /* margin: 20px auto 0; */
    }
}


@media screen and (max-width:980px) {
    .s1_4_2 .tit_area {
        padding-bottom: 30px;
    }

    .s1_4_2 .img_box {
        max-height: 40vw;
        aspect-ratio: unset;
    }

    .s1_4_2 .txt_item {
        flex-direction: column;
    }

    .s1_4_2 .main_tit {
        text-align: center;
    }

    .s1_4_2 .cont1 h3 {
        padding-bottom: 20px;
    }

    .s1_4_2 .cont1 .lt {
        flex-direction: column;
    }

    .s1_4_2 .cont1 .txt_item_box {
        width: 100%;
    }

    .s1_4_2 .txt_item_box {
        width: calc(100% - 60px);
    }

    .s1_4_2 .rt:before {
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 50px;
        height: 1px;
        margin-bottom: 20px;
    }

    .s1_4_2 .txt_item {
        gap: 20px;
    }

    .s1_4_2 .txt_item .ico {
        width: 50px;
        height: 50px;
    }

    .s1_4_2 .rt {
        padding-top: 20px;
        padding-left: 0;
    }

    .s1_4_2 .lt {
        gap: 11px;
    }

    .s1_4_2 .cont1 {
        padding: 50px 0 73px;
    }

    .s1_4_2 .cont1 .lt {
        text-align: center;
    }

    .s1_4_2 .txt_item h4 {
        font-size: 18px;
        padding-bottom: 6px;
        letter-spacing: -0.36px;
    }

    .s1_4_2 .txt_item p {
        font-size: 15px;
        line-height: 160%;
    }

    .s1_4_2 .rt p {
        gap: 12px;
    }

    .s1_4_2 .rt p span {
        font-size: 14px;
        width: 80px;
    }

    .s1_4_2 .address {
        padding-bottom: 20px;
    }

    .s1_4_2 .address p {
        font-size: 17px;
        letter-spacing: -0.34px;
    }

    .s1_4_2 .address img {
        width: 24px;
        height: 24px;
    }

    .s1_4_2 .link_wrap img {
        max-width: 17%;
    }

    .s1_4_2 .link_wrap a {
        padding: 10px 16px;
        font-size: 12px;
        letter-spacing: -0.48px;
    }

    .s1_4_2 .map_box {
        overflow: hidden;
        margin-bottom: 30px;
    }

    .s1_4_2 .cont2 .rt:before {
        display: none;
    }

    .s1_4_2 .cont2 .txt_item {
        gap: 0;
        align-items: start;
        padding-bottom: 30px;
    }

    .s1_4_2 .cont2 .txt_item+.txt_item {
        padding-top: 30px;
        border-top: 1px solid #000;
    }

    .s1_4_2 .cont2 .rt p {
        font-weight: 400;
    }

    .s1_4_2 .sub_txt {
        position: absolute;
        left: 0;
    }

    .s1_4_2 .img_box {
        margin-top: 90px;
    }

    .s1_4_2 .cont2 .txt_item:last-child {
        position: relative;
        flex-direction: column;
    }

    .s1_4_2 .cont2 .txt_item:last-child>div {
        width: 100%;
    }

    .s1_4_2 .img_box {
        width: 100%;
        aspect-ratio: unset;
        max-height: unset;
    }

    .s1_4_2 .cont2 .txt_item p {
        font-size: 15px;
    }

    .s1_4_2 .cont2 .txt_item span {
        font-size: 14px;
    }



}

@media screen and (max-width:768px) {
    .s1_4_2 .img_box {
        width: 100%;
        max-height: unset;
        height: auto;
        /* aspect-ratio: 1.3 / 1; */
    }

    .s1_4_2 .map_box {
        aspect-ratio: 1 / 1;
    }

    .s1_4_2 .map_box {
        height: 400px;
    }

    .s1_4_2 .map_box .wrap_map {
        height: 368px;
    }
}


@media screen and (max-width:500px) {
    .s1_4_2 .img_box {
        margin-top: 120px;
    }
}

@media screen and (max-width:480px) {
    .s1_4_2 .link_wrap a {
        max-width: unset;
    }

    .s1_4_2 .img_box {
        margin-top: unset;
    }

    .s1_4_2 .map_box {
        height: 300px;
    }

    .s1_4_2 .map_box .wrap_map {
        height: 268px;
    }

    .s1_4_2 .link_wrap {
        gap: 6px;
    }

    .s1_4_2 .link_wrap a {
        gap: 5px;
        flex: 1;
    }

}



/* SECTION 1-5 : 사회공헌 실천 상세 */

/* sub.css 에 위치 */