.page-main .ui-header .button-search {
    display: none;
}

.page-main .ui-header .button-mobile-search {
    display: none;
}

.title-section {
    font-size: 48px;
    font-weight: 700;
}

/* 오버레이 - 메인 비디오 */
.overlay-main-video {
    display: none;
    width: 100vw;
    height: 100vh;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10000;
}

.overlay-main-video .button-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
}

.overlay-main-video .button-close svg {
    width: 20px;
    height: 20px;
}

.overlay-main-video .block-video {
    width: 100%;
    height: 100%;
    background: url("../images/images_main_full.jpg") no-repeat center / cover;
}

/* 섹션 - 메인 비주얼 */
/*.section-container {height: 100vh;overflow-y: scroll;scroll-snap-type: y mandatory;scroll-behavior: smooth;}
.section-container > div {height: 100vh;scroll-snap-align: start;}*/
.section-main-visual {
    height: 100vh;
    position: relative;
    overflow: hidden;
    min-height: 480px;
}

.section-main-visual .background-video {
    position: absolute;
    overflow: hidden;
    inset: 0;
}
 /*20251230 수정*/
.section-main-visual .background-video iframe {
    width: 100%;
    height: 100vw;
    position: absolute;
    top: 50%;
    left: 50%;
    border: 0;
    transform: translate(-50%, -50%);
/*    min-width: 180vw;
    min-height: 100vw;*/
    pointer-events: none;
}

.section-main-visual .group-buttons {
    display: flex;
    flex-direction: column;
    position: fixed;
    right: 20px;
    bottom:150px;
    gap: 8px;z-index: 100
}

.section-main-visual .box-button {
    display: flex;
    justify-content: flex-end;
    width: 175px;
    height: 80px;
    overflow: hidden;
    border-radius: 40px;
}

.section-main-visual .box-button .button {
    position: relative;
    border-radius: 40px;
}

.section-main-visual .box-button .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    color: #fff;
    border-radius: 50%;
}

.section-main-visual .box-button svg {
    width: 30px;
    height: 30px;
}

.section-main-visual .box-button .text {
    display: flex;
    align-items: center;
    width: 175px;
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 30px;
    transform: translateX(100%);
    background: #fff;
    transition: transform 0.3s;
    border-radius: 40px;
}

.section-main-visual .box-button .button-join .icon {
    background: #1946b9;
}

.section-main-visual .box-button .button-login .icon {
    background: #16c9ab;
}

.section-main-visual .box-button .button-login svg {
    transform: rotate(90deg);
}

.section-main-visual .box-button .button:hover .text {
    transform: translateX(0);
}

/* 섹션 - 최고의 약침을 향한 우리의 여정 */
.section-special {
    position: relative;
    overflow: hidden;
    background: #f7f8fd;
}

.section-special .ui-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 1590px;
    height: 1200px;
}

.section-special .background-text {
    position: absolute;
    top: 50%;
    left: -94px;
    font-size: 148px;
    font-weight: 700;
    color: #002f87;
    line-height: 80px;
    transform: translateY(-50%);
    opacity: 0.03;
    white-space: nowrap;
}

.section-special .block-text {
    display: flex;
    flex-direction: column;
    width: 584px;
    gap: 80px;
}

.section-special .title-special {
    font-size: 72px;
    font-weight: 700;
    line-height: 88px;
}

.section-special .divider-line {
    width: 120px;
    height: 1px;
    background: #002f87;
}

.section-special .text-swiper {
    overflow: hidden;
}

.section-special .text-swiper .swiper-slide {
    opacity: 0;
    transition: opacity 0.5s ease;
}

.section-special .text-swiper .swiper-slide-active {
    opacity: 1;
}

.section-special .text-swiper .title {
    font-size: 48px;
    line-height: 46px;
}

.section-special .text-swiper .description {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin-top: 24px;
    font-size: 22px;
    color: #666;
    line-height: 32px;
    gap: 24px;
}

.section-special .text-swiper .image {
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}

.section-special .text-swiper .image img {
    height: 35px;
}

.section-special .block-visual {
    width: 720px;
    height: 720px;
    position: relative;
    flex: 0 0 720px;
}

.section-special .ring {
    width: 100%;
    height: 100%;
    position: relative;
}

.section-special .ring-dots {
    position: absolute;
    inset: -40px;
}

.section-special .ring-dots .dot {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    transform: translate(-50%, -50%);
    background: #e3e3e3;
    transition: all 0.5s;
    border-radius: 50%;
}

.section-special .ring-dots .dot-large {
    width: 16px;
    height: 16px;
    background: #a3a3a3;
}

.section-special .ring-dots .dot.active {
    background: #002f87;
}

.section-special .ring-dots .dot-large.current::before {
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    top: -10px;
    left: -10px;
    border: 1px solid #002f87;
    content: "";
    border-radius: 50%;
}

.section-special .circle-mask {
    position: absolute;
    overflow: hidden;
    inset: 0;
    border-radius: 50%;
}

.section-special .image-swiper,
.section-special .image-swiper .swiper-wrapper,
.section-special .image-swiper .swiper-slide {
    height: 100%;
}

.section-special .image-swiper img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-special .group-navigation {
    display: flex;
    gap: 24px;
}

.section-special .group-navigation svg {
    width: 24px;
    height: 24px;
}

.section-special .button-prev,
.section-special .button-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 72px;
    border-radius: 50%;
    cursor: pointer;
}

.section-special .button-prev {
    border: 1px solid #cfcfcf;
    transform: scaleX(-1);
}

.section-special .button-next {
    color: #fff;
    background: #002f87;
}

/* 섹션 - 원외탕전실 시스템 */
.section-system {
    padding: 180px 0;
    background: #fff;
}

.section-system .block-title {
    display: flex;
    justify-content: space-between;
    height: 68px;
    position: relative;
}

.section-system .swiper-pagination {
    display: flex;
    width: auto;
    height: 68px;
    top: 0;
    right: 0;
    left: auto;
    padding: 8px;
    background: #f8f8f8;
    border-radius: 34px;
}

.section-system .swiper-pagination-bullet {
    width: auto;
    height: 52px;
    padding: 0 64px;
    font-size: 20px;
    color: #000;
    background: none;
    background: #f8f8f8;
    opacity: 1;
    border-radius: 26px;
}

.section-system .swiper-pagination-bullet-active {
    color: #fff;
    background: #002f87;
}

.section-system .block-swiper {
    margin-top: 40px;
}

.section-system .swiper {
    overflow: hidden;
    border-radius: 20px;
}

.section-system .swiper-slide {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 800px;
    padding: 0 100px;
    background: no-repeat center / cover;
}

.section-system .swiper-slide.slide-1 {
    background-image: url("../images/image_system_1.jpg");
}

.section-system .swiper-slide.slide-2 {
    background-image: url("../images/image_system_2.jpg");
}

.section-system .swiper-slide.slide-3 {
    background-image: url("../images/image_system_3.jpg");
}

.section-system .swiper-slide.slide-4 {
    background-image: url("../images/image_system_4.jpg");
}

.section-system .group-slide {
    position: relative;
    z-index: 1;
}

.section-system .swiper-slide .category {
    position: relative;
    z-index: 1;
    font-size: 40px;
    font-weight: 700;
    color: #80ffea;
    line-height: 28px;
}

.section-system .swiper-slide .title {
    margin-top: 30px;
    font-size: 60px;
    font-weight: 700;
    color: #fff;
    line-height: 72px;
}

.section-system .swiper-slide .text {
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}

.section-system .swiper-slide .button-more {
    display: flex;
    width: max-content;
    height: 48px;
    margin-top: 60px;
    padding: 0 28px;
    color: #fff;
    line-height: 48px;
    border: 1px solid #fff;
    border-radius: 24px;
    flex: 0 0 auto;
}

.section-system .swiper-slide .group-slide .category,
.section-system .swiper-slide .group-slide .title,
.section-system .swiper-slide .group-slide .text,
.section-system .swiper-slide .group-slide .button-more {
    transform: translateY(12px);
    opacity: 0;
    will-change: opacity, transform;
}

.section-system .swiper-slide.is-anim .group-slide .category {
    animation: sys-fade-up 0.45s cubic-bezier(0.2, 0.6, 0.2, 1) 0.3s forwards;
}

.section-system .swiper-slide.is-anim .group-slide .title {
    animation: sys-fade-up 0.5s cubic-bezier(0.2, 0.6, 0.2, 1) 0.6s forwards;
}

/* .section-system .swiper-slide.is-anim .group-slide .text { animation: sys-fade-up .50s cubic-bezier(.2,.6,.2,1) .90s forwards; } */
.section-system .swiper-slide.is-anim .group-slide .button-more {
    animation: sys-fade-up 0.45s cubic-bezier(0.2, 0.6, 0.2, 1) 0.9s forwards;
}

@keyframes sys-fade-up {
    from {
        transform: translateY(12px);
        opacity: 0;
    }

    to {
        transform: none;
        opacity: 1;
    }
}

@keyframes sys-slide-in {
    to {
        transform: none;
        opacity: 1;
    }
}

/* 섹션 - 약침소개 */
.section-pharma {
    position: relative;
    padding: 180px 0;
    background: url("../images/image_pharma_background.jpg") no-repeat center / cover;
}

.section-pharma::after {
    display: flex;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
    background: linear-gradient(0deg, rgba(89, 82, 185, 0.8), rgba(89, 82, 185, 0.8)),
        linear-gradient(103.98deg, rgba(74, 77, 223, 0.1) 47.3%, rgba(181, 146, 223, 0.2) 77.19%);
    content: "";
    inset: 0;
}

.section-pharma .ui-inner {
    position: relative;
    z-index: 1;
}

.section-pharma .title-section {
    color: #fff;
    line-height: 67px;
}

.section-pharma .block-swiper {
    position: relative;
    margin-top: 40px;
}

.section-pharma .swiper-slide {
    width: 344px;
    height: 438px;
    padding: 40px 40px 0;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(20px);
    border-radius: 20px;
}

.section-pharma .swiper-slide .image {
    width: 264px;
    height: 264px;
  background:#fff;
}

.section-pharma .swiper-slide .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-pharma .swiper-slide .title {
    margin-top: 30px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4;
}

.section-pharma .swiper-slide .text {
    display: -webkit-box;
    overflow: hidden;
    margin-top: 10px;
    font-size: 20px;font-weight: 400;
    color: #fff;
}

.section-pharma .swiper-slide-active {
    background: #fff;
}

.section-pharma .swiper-slide-active .title {
    color: #000;
}

.section-pharma .swiper-slide-active .text {
    font-weight:400;
    color: #000;
}

.section-pharma .group-pagination {
    margin-top: 93px;
}

.section-pharma .swiper-scrollbar {
    width: calc(100% - 98px);
    position: static;
    background: rgba(255, 255, 255, 0.2);
    inset: 0;
}

.section-pharma .swiper-scrollbar-drag {
    background: #fff;
}

.section-pharma .swiper-pagination {
    width: auto;
    top: auto;
    right: 0;
    bottom: -8px;
    left: auto;
    font-size: 20px;
    color: #fff;
}

.section-pharma .swiper-button-next,
.section-pharma .swiper-button-prev {
    width: 48px;
    height: 48px;
    right: auto;
    left: auto;
    background: rgba(0, 0, 0, 0.2)
        url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
        no-repeat center;
    border-radius: 50%;
}

.section-pharma .swiper-button-next::after,
.section-pharma .swiper-button-prev::after {
    display: none;
}

.section-pharma .swiper-button-next {
    right: -24px;
}

.section-pharma .swiper-button-prev {
    left: -24px;
    transform: rotate(180deg);
}

/* 섹션 - 링크 모음 */
.section-links {
    padding: 180px 0 120px;
}

.section-links .block-title {
    display: flex;
    justify-content: space-between;
    height: 148px;
}

.section-links .title-section {
    line-height: 64px;
}

.section-links .block-title .text {
    width: 1080px;
    padding-top: 40px;
    font-size: 24px;
    color: #666;
    line-height: 36px;
    border-top: 1px solid #000;
}

.section-links .block-step {
    margin-top: 40px;
}

.section-links .list-step {
    display: flex;
    gap: 20px;
}

.section-links .list-step li {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 298px;
    padding: 48px;
    font-size: 24px;
    line-height: 36px;
    background: #fff;
    border-radius: 20px;
    flex: 1;
}

.section-links .list-step .icon svg {
    --c1: #333333;
    --c2: #002f87;
    width: 72px;
    height: 72px;
}

.section-links .list-step .number {
    font-weight: 700;
    color: #002f87;
}

.section-links .list-step li.is-active {
    background: #16c9ab;
}

.section-links .list-step li.is-active .icon svg {
    --c1: #fff;
    --c2: #fff;
}

.section-links .list-step li.is-active .number {
    color: #fff;
}

.section-links .list-step li.is-active .text {
    color: #fff;
}

.section-links .group-row {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    gap: 20px;
}

.section-links .block-start {
    display: flex;
    flex-direction: column;
    width: 1072px;
    height: 400px;
    padding: 80px 60px;
    color: #fff;
    background: url("../images/image_start_background.jpg") no-repeat center / 100%;
    transition: background-size 0.4s;
    border-radius: 20px;
    flex: 0 0 1072px;
}

.section-links .block-start .title {
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
}

.section-links .block-start .text {
    margin-top: 12px;
    font-size: 24px;
    line-height: 36px;
}

.section-links .block-start:hover {
    background-size: 105%;
}

.section-links .group-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 44px;
}

.section-links .box-buttons {
    display: flex;
    gap: 20px;
}

.section-links .box-buttons a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 175px;
    height: 52px;
    padding: 0 28px;
    font-size: 18px;
    font-weight: 700;
    border: 1px solid #fff;
    border-radius: 10px;
}

.section-links .box-buttons a svg {
    width: 24px;
    height: 24px;
    transform: rotate(-45deg);
}

.section-links .box-buttons a:hover {
    color: #000;
    background: #fff;
}

.section-links .group-buttons .description {
    text-align: right;
    color: #fff;
    line-height: 24px;
}

.section-links .block-tour {
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 55px 100px 0;
    padding: 80px 60px;
    color: #fff;
    background: url("../images/image_tour_background.jpg") no-repeat center / 100%;
    transition: background-size 0.4s;
    transition: background-size 0.4s;
    border-radius: 20px;
    flex: 1;
    gap: 20px;
}

.section-links .block-tour .title {
    display: flex;
    align-items: center;
    font-size: 40px;
    font-weight: 700;
    line-height: 56px;
    gap: 8px;
}

.section-links .block-tour .title svg {
    width: 32px;
    height: 32px;
}

.section-links .block-tour .text {
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
}

.section-links .block-tour:hover {
    background-size: 105%;
}

/* 미디어 쿼리 */
@media (max-width: 1023px) {
    .ui-inner {
        padding: 0 20px;
    }

    .title-section {
        font-size: 28px;
        line-height: 36px;
    }

    .section-main-visual {
        height: 720px;
        min-width: 375px;
    }

    .section-main-visual .background-video iframe {width:100vw;height:180vw;min-height: 720px;}

    .section-main-visual .group-buttons {position: fixed;
        bottom: auto;top:50%;transform: translateY(-50%);z-index: 10
    }

    .section-main-visual .box-button {
        height: 60px;
        border-radius: 30px;
    }

    .section-main-visual .box-button .icon {
        width: 60px;
        height: 60px;
        border-radius: 30px;
    }

    .section-main-visual .box-button .text {
        height: 60px;
        border-radius: 30px;
    }

    .section-special .ui-inner {
        flex-direction: column;
        width: 100%;
        height: auto;
        padding: 80px 20px;
        text-align: center;
        gap: 28px;
    }

    .section-special .block-text {
        display: contents;
    }

    .section-special .title-special {
        font-size: 28px;
        line-height: 36px;
        order: 1;
    }

    .section-special .divider-line {
        display: none;
    }

    .section-special .block-visual {
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 27px;
        order: 2;
        aspect-ratio: 1 / 1;
        flex: 0 0 auto;
    }

    .section-special .ring-dots {
        inset: -24px;
    }

    .section-special .ring-dots .dot {
        width: 4px !important;
        height: 4px !important;
    }

    .section-special .ring-dots .dot-large {
        width: 8px !important;
        height: 8px !important;
    }

    .section-special .ring-dots .dot-large.current::before {
        width: 16px;
        height: 16px;
        top: -4px;
        left: -4px;
    }

    .section-special .group-text {
        width: 100%;
        order: 3;
    }

    .section-special .text-swiper .title {
        font-size: 24px;
        font-weight: 700;
        color: #002f87;
        line-height: 36px;
    }

    .section-special .text-swiper .description {
        margin: 12px auto 0;
        font-size: 16px;
        line-height: 24px;
        gap: 12px;
    }

    .section-special .text-swiper .image {
        justify-content: center;
    }

    .section-special .group-navigation {
        display: none;
    }

    .section-system {
        padding: 80px 0;
    }

    .section-system .block-title {
        flex-direction: column;
        height: auto;
    }

    .section-system .group-pagination {
        position: relative;
        margin-top: 28px;
        overflow-x: scroll;
    }

    .section-system .swiper-pagination {
        width: max-content;
        height: auto;
        position: relative;
        padding: 0;
        background: none;
    }

    .section-system .swiper-pagination-bullet {
        height: 48px;
        padding: 0 20px;
        font-size: 16px;
        border-radius: 24px;
    }

    .section-system .block-swiper {
        margin-top: 28px;
    }

    .section-system .swiper-slide {
        justify-content: normal;
        height: 560px;
        padding: 60px 28px 0;
    }

    .section-system .swiper-slide .category {
        font-size: 22px;
    }

    .section-system .swiper-slide .title {
        margin-top: 12px;
        font-size: 26px;
        line-height: 36px;
    }

    .section-system .swiper-slide .text {
        font-size: 16px;
        line-height: 24px;
    }

    .section-system .swiper-slide .button-more {
        height: 36px;
        margin-top: 24px;
        margin-top: 20px;
        padding: 0 20px;
        line-height: 34px;
        border-radius: 18px;
    }

    .section-system .swiper-slide.slide-1 {
        background-image: url("../images/image_system_1_m.jpg");
    }

    .section-system .swiper-slide.slide-2 {
        background-image: url("../images/image_system_2_m.jpg");
    }

    .section-system .swiper-slide.slide-3 {
        background-image: url("../images/image_system_3_m.jpg");
    }

    .section-system .swiper-slide.slide-4 {
        background-image: url("../images/image_system_4_m.jpg");
    }

    .section-pharma {
        padding: 80px 0;
    }

    .section-pharma .ui-inner {
        padding: 0;
    }

    .section-pharma .title-section {
        padding: 0 20px;
        line-height: 36px;
    }

    .section-pharma .block-swiper {
        margin-top: 28px;padding: 0 20px;
    }

    .section-pharma .swiper-slide {
        width: auto;
        height: auto;
        padding: 28px;background:#fff;
    }

    .section-pharma .swiper-slide .image {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .section-pharma .swiper-slide .title {
        margin-top: 20px;
        font-size: 18px;
        line-height: 28px;color:#000;
    }

    .section-pharma .swiper-slide .text {
        margin-top: 4px;
        font-size: 22px;
        font-weight: normal;
        line-height: 24px;color:#000
    }

    .section-pharma .swiper-button-next,
    .section-pharma .swiper-button-prev {
        width: 40px;
        height: 40px;
        background-size: 20px;
    }

    .section-pharma .swiper-button-next {
        right: 4px;
    }

    .section-pharma .swiper-button-prev {
        left: 4px;
    }

    .section-pharma .group-pagination {
        margin-top: 39px;
        padding: 0 20px;
    }

    .section-pharma .swiper-scrollbar {
        width: calc(100% - 68px);
        height: 2px;
    }

    .section-pharma .swiper-pagination {
        right: 20px;
        font-size: 16px;
    }

    .section-links {
        padding: 80px 0 20px;
    }

    .section-links .block-title {
        flex-direction: column;
        height: auto;
        gap: 12px;
    }

    .section-links .title-section {
        line-height: 36px;
    }

    .section-links .block-title .text {
        width: auto;
        padding: 0;
        font-size: 16px;
        line-height: 24px;
        border: none;
    }

    .section-links .block-title .text span {
        display: block;
    }

    .section-links .block-step {
        margin-top: 28px;
    }

    .section-links .list-step {
        flex-direction: column;
        gap: 4px;
    }

    .section-links .list-step li {
        align-items: center;
        flex-direction: row;
        height: 96px;
        padding: 0 28px;
        font-size: 18px;
        border-radius: 12px;
        flex: auto;
    }

    .section-links .list-step li .number {
        order: 0;
    }

    .section-links .list-step li .text {
        margin-right: auto;
        margin-left: 8px;
        order: 1;
    }

    .section-links .list-step li .icon {
        order: 2;
    }

    .section-links .list-step .icon svg {
        width: 40px;
        height: 40px;
    }

    .section-links .group-row {
        flex-direction: column;
        margin-top: 28px;
        gap: 8px;
    }

    .section-links .block-start {
        justify-content: normal;
        width: 100%;
        height: 350px;
        padding: 40px 28px;
        background-size: cover;
        border-radius: 12px;
        flex: none;
    }

    .section-links .group-buttons {
        flex-direction: column;
        margin-top: 28px;
        flex: 1 1 0%;
    }

    .section-links .block-start .title {
        font-size: 24px;
        line-height: 36px;
    }

    .section-links .block-start .text {
        margin-top: 12px;
        margin-bottom: 0;
        font-size: 16px;
        line-height: 24px;
    }

    .section-links .block-start:hover {
        background-size: cover;
    }

    .section-links .box-buttons {
        gap: 8px;
    }

    .section-links .box-buttons a {
        width: 100%;
        height: 44px;
        padding: 0 20px;
        font-size: 14px;
    }

    .section-links .box-buttons a svg {
        width: 15px;
        height: 15px;
    }

    .section-links .group-buttons .description {
        font-size: 12px;
        text-align: left;
        line-height: 20px;
    }

    .section-links .block-tour {
        height: 200px;
        padding: 40px 28px;
        background-size: cover;
        border-radius: 12px;
    }

    .section-links .block-tour .title {
        font-size: 24px;
        line-height: 36px;
    }

    .section-links .block-tour .title svg {
        width: 28px;
        height: 28px;
    }

    .section-links .block-tour .text {
        margin-top: 12px;
        font-size: 16px;
        line-height: 24px;
    }

    .section-links .block-tour .text span {
        display: block;
    }

    .section-links .block-tour:hover {
        background-size: cover;
    }
}

/*20260110 추가*/
@media screen and (max-width:1023px){
  .section-system .swiper-slide.is-anim .group-slide .title {word-break: keep-all}
  .section-system .swiper-slide.is-anim .group-slide .title br {display: none;}
  
  .section-system .group-pagination {overflow: hidden; overflow-x: auto;-webkit-overflow-scrolling: touch;scrollbar-width: none;touch-action: pan-x;}
  .section-system .group-pagination .swiper-pagination {display: flex;width: max-content;transition: transform 0.4s ease;will-change: transform;}
  .section-system .group-pagination .swiper-pagination-bullet {white-space: nowrap;cursor: pointer;}
}
@media screen and (max-width:768px){
 .section-main-visual .background-video iframe {width:180vw;height:180vw;}
}
@media screen and (max-width:480px){
 .section-main-visual .background-video iframe {width:120vw;height:120vw;}
}




