#fullpage {
    height: 100%;
}

.sc_inner {
    max-width: 1364px;
    padding: 0;
}

.main_tit {
    font-size: 50px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: -2px;
}

.main_tit strong {
    font-weight: 700;
}


@media screen and (max-width:1500px) {
    .sc_inner {
        padding: 0 60px;
        max-width: unset;
    }
}

@media screen and (max-width:1350px) {
    .sc_inner {
        max-width: 100%;
        width: 90%;
        padding: 0;
    }

    .main_tit {
        font-size: 30px;
        letter-spacing: -1.2px;
    }
}

@media screen and (max-width: 1020px) {
    .sc_inner {
        padding: 80px 0;
    }
}

@media screen and (max-width:1020px) {

    .section,
    .fp-tableCell {
        height: auto !important;
    }
}

@media screen and (max-width:768px) {
    .sc_inner {
        width: 100%;
        padding: 80px 18px;
    }
}

.fp-watermark {
    display: none;
}

section.vh100 {
    height: 100vh;
    overflow: hidden;
}

/* .line {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-top: -18px;
    position: relative;
    z-index: 0;
    transition: 0.6s;
}

.line span {
    display: block;
    width: 0;
    height: 1px;
    background: #d4d4d4;
} */

.w .line span {
    background: #737373;
}

@media screen and (min-width:981px) {
    /* .line {
        margin: -18px -50px 0;
    } */
}

@media screen and (max-width:1350px) {
    /* .line {
        margin: -18px -20px 0;
    } */
}

@media screen and (max-width:980px) {
    /* .line {
        gap: 4px;
        margin: -12px 0 0;
    } */
}


/* sc1 : visaul */
.visaul {
    overflow: hidden;
    position: relative;
}

.visual .sc_inner {
    overflow: hidden;
    position: relative;
    height: 100vh;
    max-width: unset;
}

.visual .visualSwiper {
    height: 100%;
}

.visual .visualSwiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* transition: none; */
}

.visual .visualSwiper .swiper-slide-active .img_box img,
.visual .visualSwiper .swiper-slide-duplicate-active .img_box img {
    animation: image-zoom-out 6s 0s forwards;
}

.visual .visualSwiper .img_box {
    height: 100%;
    overflow: hidden;
}

.visual .visualSwiper .img_box img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.visual .visualSwiper .txt_box {
    z-index: 10;
    /* max-width: 840px; */
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 0;
    padding-left: 106px;
    color: var(--dark-blue-gray-00-white, #FFF);
}

.visualSwiper .bullet_wrap {
    cursor: pointer;
}

.visual .visual_txt1 {
    color: var(--neutral-gray-00-white, #FFF);
    font-size: 32px;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -1.28px;
    padding-bottom: 4px;
}

.visual .visual_txt2 {
    font-family: 'KOHIBaeumOTF';
    font-size: 58px;
    line-height: 120%;
    letter-spacing: -2.32px;
    padding-bottom: 30px;
}

.visual .visual_txt3 {
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.48px;
}

.visual .progress_box {
    position: absolute;
    bottom: 100px;
    left: 0;
}

.visualSwiper .swiper-slide-active .visual_txt1,
.visualSwiper .swiper-slide-active .visual_txt2,
.visualSwiper .swiper-slide-active .visual_txt3 {
    animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.swiper-slide-duplicate-active .visual_txt1,
.swiper-slide-duplicate-active .visual_txt2,
.swiper-slide-duplicate-active .visual_txt3 {
    animation: text-active-animation 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.visualSwiper .swiper-slide-active .visual_txt1 {
    animation-delay: 0.1s;
}

.visualSwiper .swiper-slide-active .visual_txt2 {
    animation-delay: 0.3s;
}

.visualSwiper .swiper-slide-active .visual_txt3 {
    animation-delay: 0.5s;
}


.visualSwiper .swiper-slide-duplicate-active .visual_txt1 {
    animation-delay: 0.1s;
}

.visualSwiper .swiper-slide-duplicate-active .visual_txt2 {
    animation-delay: 0.3s;
}

.visualSwiper .swiper-slide-duplicate-active .visual_txt3 {
    animation-delay: 0.5s;
}

.visualSwiper .bullet_wrap {
    cursor: pointer;
}

@keyframes image-zoom-out {
    from {
        transform: scale(1.1, 1.1)
    }

    to {
        transform: scale(1.0, 1.0)
    }
}

@keyframes text-active-animation {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    to {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes text-active-animation02 {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    to {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes text-fade-out {
    from {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }

    to {
        opacity: 0;
        filter: Alpha(opacity=0);
    }
}

@keyframes image-zoom-out {
    from {
        transform: scale(1.1, 1.1)
    }

    to {
        transform: scale(1.0, 1.0)
    }
}

@keyframes text-active-animation {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    to {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes text-active-animation02 {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(80px);
        transform: translateY(80px);
    }

    to {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes text-fade-out {
    from {
        opacity: 1.0;
        filter: Alpha(opacity=100);
    }

    to {
        opacity: 0;
        filter: Alpha(opacity=0);
    }
}

.visual .swiper-horizontal .swiper-pagination-bullets {
    /* width: auto; */
    display: flex;
    margin: 0 auto;
    bottom: 190px;
    left: 106px;
}

.visual .swiper-horizontal .swiper-pagination-bullet {
    width: 58px;
    position: relative;
    height: 3px;
    border-radius: 0;
    position: relative;
    margin: 0;
    margin-right: 6px;
    overflow: hidden;
}

.visual .swiper-horizontal .swiper-pagination-bullet:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.visual .swiper-pagination-bullet {
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
}

.visual .swiper-pagination-bullets .num {
    width: auto;
    color: var(--neutral-gray-00-white, #FFF);
    font-feature-settings: 'liga' off, 'clig' off;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 16px;
    text-align: left;
}

.visual .swiper-horizontal .swiper-pagination-bullet-active {
    background: rgba(255, 255, 255, 0.5);
    width: 100px;

}

.visual .swiper-horizontal .swiper-pagination-bullet-active:before {
    background: rgba(255, 255, 255, 1);
    animation: slide-progress 7s cubic-bezier(.3, 0, .3, 1) forwards;
}


.visual .swiper-horizontal .swiper-pagination-bullet-active:before .swiper-paused {
    animation-play-state: paused;
}


/* 20241227 비주얼 내 이미지 추가 */
/* MOBILE FIRST */
.visual .img_wrap {
    display: flex;
}

.visual .img_wrap.img2 {
    padding-bottom: 40px;
}

.visual .img_wrap.img2 img {
    max-width: 62px;
}


.visual .img_wrap.img3 {
    gap: 8px;
    align-items: end;
    justify-content: start;
    width: calc(100% - 32px);
}

.visual .img_wrap.img3 {
    padding-bottom: 40px;
}

.visual .img_wrap.img3 img:nth-child(1) {
    max-width: 90px;
}

.visual .img_wrap.img3 img {
    flex: 1;
}

.visual .img_wrap.img3 img:nth-child(2) {
    max-width: 146px;
    margin-left: -4%;
}

.visual .img_wrap.img3 img:nth-child(3) {
    max-width: 126px;
    margin-left: -8%;
}

/*animation*/
.visualSwiper .swiper-slide-active .img_wrap img {
    animation: 1s fadeRight ease both;
}

.swiper-slide-duplicate-active .img_wrap img {
    animation: 1s fadeRight ease both;
}

.visualSwiper .swiper-slide-active .img_wrap img:nth-child(1),
.visualSwiper .swiper-slide-duplicate-active .img_wrap img:nth-child(1) {
    animation-delay: 0.1s;
}

.visualSwiper .swiper-slide-active .img_wrap img:nth-child(2),
.visualSwiper .swiper-slide-duplicate-active .img_wrap img:nth-child(2) {
    animation-delay: 0.3s;
}

.visualSwiper .swiper-slide-active .img_wrap img:nth-child(3),
.visualSwiper .swiper-slide-duplicate-active .img_wrap img:nth-child(3) {
    animation-delay: 0.4s;
}

.visualSwiper .swiper-slide-active .img_wrap img:nth-child(4),
.visualSwiper .swiper-slide-duplicate-active .img_wrap img:nth-child(4) {
    animation-delay: 0.5s;
}


@keyframes fadeRight {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateX(30px);
        transform: translateX(30px);
    }

    to {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@media screen and (min-width:1501px) {
    .visual .txt_box .img_wrap {
        display: none;
    }

    .visual .img_wrap {
        right: 20%;
    }
}

@media screen and (max-width:1350px) {
    .visual .img_wrap.img2 {
        gap: 10px;
    }
}

@media screen and (min-width:1021px) {
    .visual .txt_box .img_wrap {
        display: none;
    }

    .visual .img_wrap {
        position: absolute;
        right: 8%;
        bottom: 140px;
    }

    .visual .img_wrap.img2 {
        padding-bottom: unset;
    }

    .visual .img_wrap.img2 img {
        max-width: unset;
    }

    .visual .img_wrap.img3 {}

    .visual .img_wrap.img3 {
        justify-content: end;
        padding-bottom: unset;
    }

    .visual .img_wrap.img3 img {
        flex: unset;
    }

    .visual .img_wrap.img3 img:nth-child(1) {
        max-width: 18%;
        width: 14%;
    }

    .visual .img_wrap.img3 img:nth-child(2) {
        margin-left: -4%;
    }

    .visual .img_wrap.img3 img:nth-child(3) {
        margin-left: -4%;
    }

    .visual .img_wrap.img3 img:nth-child(2),
    .visual .img_wrap.img3 img:nth-child(3) {
        max-width: 30%;
        width: 24%;
    }
}

@media screen and (min-width:1351px) {
    .visual .img_wrap.img3 img:nth-child(1) {
        max-width: 12%;
    }

    .visual .img_wrap.img3 img:nth-child(2) {
        max-width: 20%;
        margin-left: -2%;
    }

    .visual .img_wrap.img3 img:nth-child(3) {
        max-width: 16%;
    }
}

@media screen and (min-width:1601px) {

    .visual .img_wrap.img3 img:nth-child(1),
    .visual .img_wrap.img3 img:nth-child(2),
    .visual .img_wrap.img3 img:nth-child(3) {
        margin-left: -2%;
        width: unset;
        max-width: unset;
    }

    .visual .img_wrap.img3 img:nth-child(2) {
        margin-left: unset;
    }

    .visual .img_wrap.img2 {
        right: 16%;
    }

    .visual .img_wrap.img3 {
        justify-content: end;
    }
}




@keyframes slide-progress {
    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(0);
    }
}

@media screen and (max-width:1600px) {
    .visual .visualSwiper .txt_box {
        padding-left: 60px;
    }

    .visual .swiper-horizontal .swiper-pagination-bullets {
        left: 60px;
    }
}

@media screen and (max-width:1500px) {
    .visual .sc_inner {
        padding: 0;
    }

}

@media screen and (max-width:1350px) {
    .visual .sc_inner {
        width: 100%;
    }

    .visual .visualSwiper .txt_box {
        padding-left: 0;
        padding: 0 5%;
    }

    .visual .visual_txt1 {
        font-size: 18px;
        letter-spacing: -0.72px;
    }

    .visual .visual_txt2 {
        font-size: 30px;
        letter-spacing: -1.2px;
    }

    .visual .visual_txt3 {
        font-size: 16px;
        letter-spacing: -0.32px;
    }

    .visual .swiper-horizontal .swiper-pagination-bullets {
        left: 0;
        padding: 0 5%;
    }
}


@media screen and (max-width:1020px) {
    .visual .sc_inner {
        padding: 0 !important;
    }

    .visual .swiper-pagination-bullets .num {
        font-size: 16px;
        line-height: 16px;
    }
}

@media screen and (max-width:768px) {

    .visual .visualSwiper .txt_box {
        padding: 0 18px;
    }

    .visual .swiper-horizontal .swiper-pagination-bullets {
        bottom: 70px;
        padding: 0 18px;
    }
}


@media screen and (max-width:480px) {
    .visual .visualSwiper .txt_box {
        transform: translateY(-62%);
        top: 62%;
    }

    .visual .swiper-pagination {
        position: relative;
        bottom: unset;
        left: unset;
    }
}

/* SECTION 2 : 전문 안과 진료 */
.sc2 {
    background: url(/img/main/sc2_bg.png) center center/cover no-repeat;
}

.sc2 .sc_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.sc2 .tit_area {
    width: 50%;
    max-width: 700px;
}

.sc2 .main_tit {
    color: #fff;
    padding-bottom: 30px;
    font-size: 54px;
    letter-spacing: -2.4px;
}

.sc2 .tit_area .txt {
    color: #FFF;
    font-size: 20px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.8px;
}

.sc2 .con_area {
    display: flex;
    gap: 46px;
    width: 50%;
    position: absolute;
    right: 0;
}

.sc2 .sc2_list:nth-child(1) {
    padding-top: 62px;
    transition: padding 0.6s;
}

.sc2 .sc2_list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    flex: 1;
    width: 50%;
}

.sc2 .sc2_list li {
    width: 100%;
}

.sc2 .sc2_list a {
    overflow: hidden;
    width: 100%;
    padding: 30px 42px;
    position: relative;
    /* color: #FFF; */
    color: #676767;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    border-radius: 30px;
    transition: all 0.6s;
    background: linear-gradient(180deg, #F2F2F2 0%, #CBCBCB 100%);
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.10) 100%); */
}

.sc2 .sc2_list a:after {
    display: block;
    position: absolute;
    content: "";
    top: 0;
    opacity: 0;
    z-index: -1;
    left: 0;
    transition: .45s opacity;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #6CB9E7 0%, #5988FF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 100%);
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 100%); */
}

.sc2 .sc2_list em {
    position: absolute;
    left: 42px;
    top: 30px;
    color: #676767;
    font-family: "Advent Pro";
    font-size: 40px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.6px;
    /* transition: 0.4s; */
}

.sc2 .sc2_list .ico {
    width: 120px;
    height: 120px;
    align-self: center;
}

.sc2 .sc2_list:nth-child(1) li:nth-child(1) .ico {
    background-image: url(/img/main/sc2_ico1.svg);
}

.sc2 .sc2_list:nth-child(1) li:nth-child(2) .ico {
    background-image: url(/img/main/sc2_ico2.svg);
}

.sc2 .sc2_list:nth-child(1) li:nth-child(3) .ico {
    background-image: url(/img/main/sc2_ico3.svg);
}

.sc2 .sc2_list:nth-child(2) li:nth-child(1) .ico {
    background-image: url(/img/main/sc2_ico4.svg);
}

.sc2 .sc2_list:nth-child(2) li:nth-child(2) .ico {
    background-image: url(/img/main/sc2_ico5.svg);
}

.sc2 .sc2_list:nth-child(2) li:nth-child(3) .ico {
    background-image: url(/img/main/sc2_ico6.svg);
}

.sc2 .sc2_list h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.2px;
    /* transition: 0.6s; */
}


/*  SECTION 2 :: HOVER */
.sc2 .sc2_list a:hover:after {
    opacity: 1;
}

.sc2 .sc2_list a:hover em {
    color: #fff;
    /* font-size: 50px; */
    letter-spacing: -2px;
}

.sc2 .sc2_list:nth-child(1) li:nth-child(1) a:hover .ico {
    background-image: url(/img/main/sc2_ico1_on.svg?ver=1);
}

.sc2 .sc2_list:nth-child(1) li:nth-child(2) a:hover .ico {
    background-image: url(/img/main/sc2_ico2_on.svg?ver=1);
}

.sc2 .sc2_list:nth-child(1) li:nth-child(3) a:hover .ico {
    background-image: url(/img/main/sc2_ico3_on.svg?ver=1);
}

.sc2 .sc2_list:nth-child(2) li:nth-child(1) a:hover .ico {
    background-image: url(/img/main/sc2_ico4_on.svg?ver=1);
}

.sc2 .sc2_list:nth-child(2) li:nth-child(2) a:hover .ico {
    background-image: url(/img/main/sc2_ico5_on.svg?ver=1);
}

.sc2 .sc2_list:nth-child(2) li:nth-child(3) a:hover .ico {
    background-image: url(/img/main/sc2_ico6_on.svg?ver=1);
}

.sc2 .sc2_list a:hover h3 {
    color: #fff;
    /* font-size: 36px; */
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.44px;
}

.sc2 .sc2_list a:hover {
    box-shadow: 0px 0px 11px 0px rgba(255, 255, 255, 0.25);
}

@media screen and (min-width:1351px) {
    .sc2 .sc2_list .ico {
        transition: 0.6s;
    }

    .sc2 .sc2_list a:hover {
        transform: scale(1.05);
    }


    .sc2 .sc2_list em {
        transition: 0.4s;
    }


    .sc2 .sc2_list:nth-child(1):hover {
        padding-top: 32px;
    }
}

@media screen and (max-width:1350px) {
    .sc2 .sc2_list a:hover {
        background: linear-gradient(180deg, #6CB9E7 0%, #5988FF 100%), linear-gradient(180deg, rgba(255, 255, 255, 0.80) 0%, rgba(255, 255, 255, 0.40) 100%);
    }
}

@media screen and (max-width:1350px) {
    .sc2 .sc_inner {
        gap: 30px;
    }

    .sc2 .tit_area {
        width: calc(50% - 30px);
    }

    .sc2 .main_tit {
        font-size: 30px;
        letter-spacing: -1.2px;
    }

    .sc2 .con_area {
        width: 54%;
    }

    .sc2 .sc2_list .ico {
        width: 100px;
        height: 100px;
    }

    .sc2 .sc2_list em {
        font-size: 24px;
    }

    .sc2 .sc2_list h3 {
        font-size: 20px;
    }
}

@media screen and (max-width:1020px) {
    .sc2 {
        background: url(/img/main/m_sc2_bg.png) center center / cover no-repeat;
    }

    .sc2 .sc_inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .sc2 .tit_area {
        width: 100%;
    }

    .sc2 .con_area {
        position: relative;
        width: 100%;
        gap: 22px;
    }

    .sc2 .sc2_list:nth-child(1) {
        padding-top: 0;
    }

    .sc2 .sc2_list:nth-child(2) {
        padding-top: 10px;
    }
}

@media screen and (max-width:768px) {

    .sc2 .sc2_list a {
        border-radius: 14px;
        padding: 14px 20px;
    }

    .sc2 .sc2_list em {
        left: 20px;
        top: 14px;
        font-size: 18px;
    }

    .sc2 .sc2_list h3 {
        font-size: 16px;
    }

    .sc2 .sc2_list .ico {
        width: 56px;
        height: 56px;
        margin-bottom: 10px;
    }

    .sc2 .con_area {
        gap: 8px;
    }

    .sc2 .sc2_list {
        gap: 8px;
    }
}

/* SECTION 3 : 의료진 소개 */

.sc3 {
    position: relative;
    background: linear-gradient(180deg, #A5AEBF 0%, #C7CEDA 100%);
}

.sc3 .sc_inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sc3 .tit_area {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sc3 .tit_area .txt {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 3px;
    padding-bottom: 8px;
}

.sc3 .tit_area .main_tit {
    color: #3C3E5F;
    letter-spacing: -2px;
    font-weight: 700;
    padding-bottom: 70px;
}

.sc3 .tit_area img {
    mix-blend-mode: multiply;
    padding-bottom: 60px;
}

.sc3 .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;
}

.sc3 .con_area {
    width: 100%;
    max-width: 1670px;
    position: absolute;
    bottom: -5px;
    pointer-events: none;
}

.sc3 .img_group {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.sc3 .img_group .img_box {
    position: relative;
    max-width: 632px;
    width: 100%;
}

.sc3 .img_group .img_box img {
    width: 100%;
}

.sc3 .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);
}

.sc3 .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;
}

.sc3 .img_group .img_box img.bgImg {
    display: none;
}

@media screen and (max-width:1600px) {
    .sc3 .tit_area img {
        width: 70%;
    }

    .sc3 .img_group .img_box {
        max-width: 540px;
    }

    .sc3 .img_group .img_box img {
        /* mix-blend-mode: multiply; */
        position: relative;
        height: auto;
        width: 100%;
        /* display: b
        lock; */
        overflow: hidden;
    }

    .sc3 .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));
    }

    .sc3 .img_group {
        /* flex-direction: column; */
        align-items: center;
    }
}


@media screen and (max-width:1350px) {
    .sc3 .img_group .img_box {
        max-width: 460px;
    }

    .sc3 .tit_area .txt {
        font-size: 30px;
    }

    .sc3 .link_more {
        padding: 18px 34px;
        font-size: 20px;
    }

    .sc3 .img_group .img_box h3 {
        font-size: 18px;
    }

    .sc3 .img_group .img_box h3 strong {
        font-size: 20px;
    }
}

@media screen and (max-width:1180px) {
    .sc3 .img_group .img_box {
        max-width: 400px;
    }
}


@media screen and (max-width:1020px) {
    .sc3 .sc_inner {
        flex-direction: column;
    }

    .sc3 .tit_area img {
        display: none;
    }

    .sc3 .tit_area .main_tit {
        padding-bottom: 40px;
    }

    .sc3 .tit_area .txt {
        font-size: 18px;
        letter-spacing: 1.8px;
    }

    .sc3 .con_area {
        position: relative;
        bottom: unset;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        pointer-events: unset;
    }

    .sc3 .img_group {
        gap: 80px;
        flex-direction: column;
        padding-bottom: 68px;
    }

    .sc3 .img_group>div {
        position: relative;
    }

    .sc3 .img_group .bgImg {
        mix-blend-mode: multiply;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        opacity: 0.5;
    }

    .sc3 .img_group .img_box {
        position: relative;
    }

    .sc3 .img_group .img_box h3 {
        bottom: -60px;
    }

    .sc3 .fade-left,
    .sc3 .fade-right {
        opacity: 1;
        visibility: visible;
    }
}

@media screen and (max-width:768px) {
    .sc3 .sc_inner {
        padding: 50px 18px;
    }

    .sc3 .img_group .img_box h3 {
        font-size: 16px;
        padding: 9px 40px;
        width: 100%;
    }

    .sc3 .img_group .img_box h3 strong {
        padding-left: 7px;
    }

    .sc3 .link_more {
        text-align: center;
        width: fit-content;
        padding: 16px 40px;
        font-size: 24px;
    }
}


/* SECTION 4 : 과천 스마트안과 첨단 장비 */
.sc4 {
    background: url(/img/main/sc4_bg.png) center center/cover no-repeat;
}

.sc4 .sc_inner {
    display: flex;
    align-items: center;
    gap: 83px;
    /* max-width: 1364px; */
    /* padding: 0; */
}

.sc4 .tit_area {
    width: 50%;
    max-width: 484px;
}

.sc4 .main_tit {
    padding-bottom: 40px;
}

.sc4 .link_more {
    border-radius: 99px;
    border: 1px solid var(--neutral-gray-900, #171717);
    padding: 10px 40px;
    color: var(--neutral-gray-900, #171717);
    font-size: 20px;
    font-weight: 400;
    letter-spacing: -0.8px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.sc4 .link_more .ico {
    width: 24px;
    height: 24px;
    background-image: url(/img/ico_next.svg);
}

.sc4 .con_area {
    flex: 1;
}

.sc4 .link_list {
    display: flex;
    gap: 37px;
}

.sc4 .link_list li {
    max-width: 380px;
    flex: 1;
}

.sc4 .img_box {
    position: relative;
    padding-top: 100%;
    width: 100%;
    overflow: hidden;
    background:#f6f6f6;

}

.sc4 .img_box img {
    transition: all 0.3s;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: block;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0; 
    visibility: hidden;
}

.sc4 .link_list h3 {
    color: #333;
    font-size: 24px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: -0.96px;
    padding: 20px 0 14px;
}

.sc4 .link_list p {
    color: #666;
    font-size: 18px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.72px;
}

.sc4 .link_list li a:hover .img_box img {
    transform: scale(1.1);
}

@media screen and (min-width:1351px) {}

@media screen and (max-width:1350px) {
    .sc4 .tit_area {
        max-width: 320px;
    }
}

@media screen and (max-width:1020px) {
    .sc4 .sc_inner {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .sc4 .tit_area {
        width: 100%;
        max-width: unset;
    }

    .sc4 .main_tit {
        padding-bottom: 20px;
    }

    .sc4 .link_more {
        font-size: 16px;
    }

    .sc4 .link_list h3 {
        font-size: 20px;
    }

    .sc4 .link_list p {
        font-size: 16px;
    }
}

@media screen and (max-width:768px) {
    .sc4 .tit_area {
        max-width: 480px;
    }

    .sc4 .sc_inner {
        margin: 0 auto;
        align-items: center;
    }

    .sc4 .link_list {
        flex-direction: column;
        margin: 0 auto;
    }
}


/* SECTION 5 : 과천 스마트안과의 다양한 컨텐츠 */
.sc5 {
    background: url(/img/main/sc5_bg.png) center center/cover no-repeat;
}

.sc5 .sc_inner {}

.sc5 .tit_area {
    text-align: left;
    color: #3C3E5F;
    padding-bottom: 40px;
    border-bottom: 3px solid #3C3E5F;
}

.sc5 .main_tit {
    font-size: 50px;
    letter-spacing: -2px;
    font-weight: 700;
    padding-bottom: 16px;
}

.sc5 .sub_tit {
    font-size: 20px;
    letter-spacing: -0.8px;
}

.sc5 .con_area {
    display: flex;
    gap: 32px;
    height: 487px;
    padding-top: 30px;
    justify-content: space-between;
}


.sc5 .tab_group {
    width: 100%;
    max-width: 730px;
    /* flex-shrink: 0; */
}

.sc5 .tab_btn_wrap {
    display: flex;
    gap: 12px;
    padding-bottom: 24px;
    padding-left: 110px;
}

.sc5 .tab_btn_wrap .tab_btn {
    flex: 1;
}

.sc5 .tab_btn a {
    text-align: center;
    display: flex;
    justify-content: center;
    padding: 19px 0px;
    align-items: center;
    gap: 10px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 2px 8px 0px rgba(124, 129, 185, 0.25);
}

.sc5 .tab_btn a:before {
    flex-shrink: 0;
    content: '';
    position: relative;
    width: 24px;
    height: 24px;
    display: block;
    transition: 0.6s;
}

.sc5 .tab_btn:nth-child(1) a:before {
    background: url(/img/ico_community.svg) center center/100% auto no-repeat;
}

.sc5 .tab_btn:nth-child(2) a:before {
    background: url(/img/ico_notice.svg) center center/100% auto no-repeat;
}

.sc5 .tab_btn:nth-child(3) a:before {
    background: url(/img/ico_event.svg) center center/100% auto no-repeat;
}

.sc5 .tab_btn a p {
    color: #66699F;
    text-align: center;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.9px;
    transition: color 0.6s;
}

.sc5 .tab_btn.on a {
    background: linear-gradient(180deg, #396CC7 0%, #1E52AF 100%);
    box-shadow: 0px 2px 8px 0px rgba(124, 129, 185, 0.25);
}

.sc5 .tab_btn.on:nth-child(1) a:before {
    background: url(/img/ico_community_w.svg) center center/24px no-repeat;
}

.sc5 .tab_btn.on:nth-child(2) a:before {
    background: url(/img/ico_notice_w.svg) center center/24px no-repeat;
}

.sc5 .tab_btn.on:nth-child(3) a:before {
    background: url(/img/ico_event_w.svg) center center/24px no-repeat;
}

.sc5 .tab_btn.on a p {
    color: #fff;
}

.sc5 .tab_con_wrap {
    margin-bottom: -10px;
}

.sc5 .tab_inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
    /* padding-top: 30px; */
}

.sc5 .con_area .swiper {
    /* flex: 1; */
    height: 100%;
    width: 100%;
    flex-shrink: 0;
}

.sc5 .con_area .swiper .swiper-slide {
    width: 100%;
    max-width: 302px;
}

.btn_group[class*="swiper"] {
    display: flex;
    gap: 17px;
    justify-content: center;
    /* margin-bottom: 0; */
}

/* .btn_group .swiper-button-prev {
    margin-bottom: 17px;
}

.btn_group .swiper-button-next {
    margin-bottom: 10px;
} */

.btn_group .swiper-button-next,
.btn_group .swiper-button-prev {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    right: unset;
    width: 60px;
    height: 60px;
    border: 1px solid #E1E1E1;
    background: #fff;
    border-radius: 50%;
}


.btn_group .swiper-button-next.swiper-button-disabled,
.btn_group .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    content: '';
    width: 24px;
    height: 24px;
    background: url(/img/ico_swiperNavi.svg) center center/100% 100% no-repeat;
}

.swiper-button-next:after {
    transform: rotate(-180deg)
}

.sc5 .swiper {
    padding: 0 6px 10px;
}

.sc5 .swiper-slide {
    position: relative;
}

.sc5 .swiper-slide a {
    position: relative;
    border-radius: 16px;
    display: block;
}

.sc5 .swiper-slide a:before {
    content: '';
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    display: block;
    border-radius: 16px;
    box-shadow: 0px 2px 8px 0px rgba(124, 129, 185, 0.25);
}

.sc5 .swiper-slide .img_box {
    position: relative;
    padding-top: 79%;
    overflow: hidden;
    border-radius: 16px 16px 0 0;
}

.sc5 .swiper-slide .img_box img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    padding-top: 0;
    object-fit: cover;
}

.sc5 .swiper-slide .tit_box {
    background: #fff;
    padding: 30px 20px 60px;
    overflow: hidden;
    border-radius: 0 0 16px 16px;
    min-height: 186px;
}

.sc5 .tit_box .txt1 {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 120%;
    letter-spacing: -0.8px;
    padding-bottom: 10px;
}

.sc5 .tit_box .txt2 {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    line-height: 140%;
    letter-spacing: -0.64px;
}
.sc5 .tit_box .txt2 div,
.sc5 .tit_box .txt2 p {
    text-align: left !important;
}

.sc5 .tit_box .txt2 ol,
.sc5 .tit_box .txt2 ul {
    display: none;
}

.sc5 .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.sc5 .swiper-slide a:hover img {
    transform: scale(1.1);
}

.sc5 .swiper-slide .txt2 img{
    display: none;
}

.sc5 .tab_con {
    display: block;
}

.sc5 .form_group {
    width: calc(100% - 760px);
    padding: 30px 40px;
    background: #fff;
    box-shadow: 0px 2px 8px 0px rgba(124, 129, 185, 0.25);
    border-radius: 16px;
}

.sc5 .form_group h3 {
    color: #3C3E5F;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 1.1px;
    padding-bottom: 20px;
}

.sc5 .form_group h3 span {
    color: #A9A9A9;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.7px;
    display: inline-block;
    padding-left: 10px;
}

.sc5 .form_wrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.sc5 .input_group label {
    display: block;
    padding-bottom: 6px;
    color: #444;
    font-size: 15px;
    font-weight: 400;
    line-height: 140%;
}

.sc5 .input_group input[type="text"],
.sc5 .input_group select,
.sc5 .input_group textarea {
    position: relative;
    transition: outline 0.6s;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 14px;
    border-radius: 6px;
    border: 1px solid var(--border1, #E1E1E1);
    outline: 2px solid transparent;
    background: #FFF;
    min-height: 38px;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.sc5 .input_group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background: #FFF url(/img/ico_defaultSelect.svg) 96% center / 24px 24px no-repeat;
}

.sc5 .input_group select option {
    padding: 6px 14px;
}

.sc5 .input_group .input_tell {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sc5 .input_group .input_tell input {
    flex: 1;
}

.sc5 .input_group input[type="text"]:focus,
.sc5 .input_group select:focus-visible,
.sc5 .input_group textarea:focus,
.sc5 .input_group textarea:focus-visible {
    transition: 0.6s;
    border-radius: 6px;
    background: #FFF;
    border: 1px solid transparent;
    outline: 2px solid #1E52AF;
}

.sc5 .input_group.chk {
    display: flex;
    align-items: center;
    gap: 6px;
}

.sc5 .input_group.chk label {
    padding-bottom: 0;
    color: var(--neutral-gray-900, #171717);
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.28px;
}

.sc5 .submit_box {
    display: flex;
    justify-content: space-between;
}

.sc5 .input_group.chk label a {
    display: inline-block;
    padding-left: 4px;
    color: var(--neutral-gray-60001, #525252);
}

.sc5 .submit_box .btn_submit {
    padding: 12px 24px;
    border-radius: 9999px;
    background: linear-gradient(180deg, #396CC7 0%, #1E52AF 100%);
    box-shadow: 0px 2px 8px 0px rgba(124, 129, 185, 0.25);
}

.sc5 .submit_box .btn_submit p {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.72px;
}

.sc5 .submit_box .btn_submit p:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    /* filter: invert(1); */
    background: url(/img/ico_next_w.svg) center center/24px 24px no-repeat;
}

@media screen and (max-width:1500px) {

    .sc5 .tab_btn_wrap {
        padding-left: 90px;
    }

    .btn_group .swiper-button-next,
    .btn_group .swiper-button-prev {
        width: 50px;
        height: 50px;
    }

}

@media screen and (max-width:1350px) {
    .sc5 .con_area {
        height: auto;
    }

    .sc5 .tab_btn_wrap {
        padding-left: 70px;
    }

    .sc5 .tab_group {
        width: calc(60% - 32px);
    }

    .sc5 .tab_inner {
        /* gap: 14px; */
    }

    .sc5 .swiper-slide .img_box {
        padding-top: 88%;
    }

    .sc5 .form_group {
        width: 40%;
    }

    .sc5 .con_area .swiper {
        /* width: calc(100% - 58px); */
    }

    .sc5 .tab_btn a p {
        font-size: 14px;
        letter-spacing: 0.7px;
    }

    .sc5 .tab_btn a:before {
        width: 18px;
        height: 18px;
    }

    .sc5 .input_group.chk {
        align-items: baseline;
    }

    .sc5 .input_group.chk label a {
        display: flex;
    }

    .sc5 .submit_box .btn_submit {
        padding: 10px 20px;
    }

    .sc5 .submit_box .btn_submit p {
        font-size: 16px;
        letter-spacing: -0.72px;
    }
}

@media screen and (max-width:1100px) {
    .sc5 .swiper-slide .img_box {
        padding-top: 100%;
    }

    .sc5 .input_group.chk {
        align-items: center;
    }

    .sc5 .submit_box {
        flex-direction: column;
        gap: 8px;
        align-items: center;
    }

    .sc5 .input_group.chk label a {
        display: inline-block;
    }

    .sc5 .submit_box .btn_submit {
        width: fit-content;
    }
}

@media screen and (max-width:1020px) {
    .sc5 .main_tit {
        font-size: 30px;
        text-align: center;
        padding-bottom: 12px;
    }

    .sc5 .sub_tit {
        text-align: center;
        font-size: 16px;
    }

    .sc5 .con_area {
        flex-direction: column;
    }

    .sc5 .tab_group {
        width: 100%;
        max-width: 100%;
    }

    .btn_group[class*="swiper"] {
        display: none;
    }

    .sc5 .tab_btn_wrap {
        padding-left: 0;
        padding-bottom: 24px;
    }

    .sc5 .con_area .swiper {
        width: 100%;

    }

    .sc5 .con_area .swiper .swiper-slide {
        width: 100%;
        max-width: unset;
    }

    .sc5 .form_group {
        width: 100%;
    }
}


@media screen and (max-width:768px) {
    .sc5 .sc_inner {
        overflow: hidden;
    }

    .sc5 .tab_inner {
        margin-right: -10%;
    }

    .sc5 .tab_btn a {
        border-radius: 10px;
        padding: 10px;
        gap: 6px;
    }

    .sc5 .tab_btn a p {
        line-height: normal;
    }

    .sc5 .swiper-slide .img_box {
        padding-top: 70%;
    }

    .sc5 .swiper-slide .tit_box {
        min-height: 20vh;
        padding: 30px 20px;
    }

    .sc5 .tit_box .txt1 {
        font-size: 18px;
    }

    .sc5 .tit_box .txt2 {
        font-size: 14px;
    }

    .sc5 .form_group {
        padding: 30px 16px;
    }

    .sc5 .submit_box .btn_submit {
        padding: 12px 24px;
    }

    .sc5 .submit_box .btn_submit p {
        font-size: 18px;
    }
}