@charset "UTF-8";

@font-face {
    font-family: "SUIT Variable";
    font-weight: 100 900;
    src: local("SUIT Variable");
    src:
        url("../fonts/SUIT-Variable.woff2") format("woff2-variations"),
        url("../fonts/SUIT-Variable.ttf") format("ttf");
}
body {
    font-family: "SUIT Variable", sans-serif;
    font-style: normal;
    font-weight: normal;
}
.swiper {
    width: 100%;
    height: 100vh;
}
.swiper-slide {
    color: #fff;
}
.slide-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    margin: 0 auto;
}
.slide2,
.slide4,
.slide6 {
    background: #f7f8fa;
}
.slide2 .slide-inner {
    max-width: 1500px;
    padding: 0 40px;
}
.slide3 .slide-inner,
.slide4 .slide-inner,
.slide6 .slide-inner {
    max-width: 1500px;
    padding: 0 40px;
}
.slide4 .slide-inner {
    padding-bottom: 40px;
}
.slide6 .slide-inner {
    justify-content: center;
}
.slide6 .slide-inner .text-area {
    margin-top: -120px;
}
.slide5 {
    padding: 0 40px;
}
.slide6 {
    background-image: url("../img/20260122_last_bg.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: contain;
}
.text-area h1 {
    font-size: 48px;
    margin-bottom: 20px;
}
.text-area p {
    font-size: 18px;
    line-height: 1.6;
    opacity: 0.9;
}
.image-area {
    text-align: right;
}
.image-area img {
    max-width: 100%;
}
.btn {
    margin-top: 30px;
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: #000;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
}
.show-info .swiper-pagination {
    right: 52px !important;
}
.show-info .swiper-pagination-bullet {
    background: #dfe1e5;
    opacity: 1;
}
.show-info .swiper-pagination-bullet-active {
    background: #da4634;
    transform: scale(1.3);
}
.scroll-info:before {
    position: absolute;
    left: 50%;
}
.scroll-info {
    position: fixed;
    left: 50%;
    width: 31px;
    height: 53px;
    margin-left: -20px;
    bottom: 26px;
    margin-top: -35px;
    box-shadow: inset 0 0 0 1px #474747;
    border-radius: 25px;
    z-index: 1;
    transition: all 0.6s;
    opacity: 1;
}
.scroll-info:before {
    content: "";
    width: 8px;
    height: 8px;
    background: #474747;
    margin-left: -4px;
    top: 8px;
    border-radius: 4px;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll;
}
.scroll-info.hide {
    opacity: 0;
}
.scroll-info span {
    position: absolute;
    bottom: calc(100% + 6px);
    left: 50%;
    transform: translateX(-50%);
    color: #303030;
    font-size: 14px;
    letter-spacing: -0.56px;
}
.show-info .swiper-pagination-clickable .swiper-pagination-bullet {
    transition: all 1s;
    margin: 10px 0 !important;
    width: 12px;
    height: 12px;
    transform: none;
}
.show-info .swiper-pagination-bullet-active {
    background: #da4634;
    height: 32px !important;
    border-radius: 12px;
}
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 20px 44px;
    box-sizing: border-box;
}
.header-inner {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}
.menu {
    position: relative;
}
.menu-btn {
    background: #303030;
    border: none;
    color: #fff;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.56px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 11px;
}
.menu-btn-mobile {
    display: none;
}
.dropdown {
    position: absolute;
    top: calc(100% + 8px);
    left: 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    margin: 0;
    padding: 0;
    transition: all 0.3s ease;
    width: 100%;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
}
.dropdown li a {
    padding: 8px 11px 8px 12px;
    color: #6f6f6f;
    text-decoration: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    letter-spacing: -0.56px;
}
.dropdown li a:hover {
    background: rgba(48, 48, 48, 0.05);
    color: #303030;
    font-weight: 500;
}
.menu.open .dropdown {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.menu .menu-btn img {
    transition: transform 0.3s ease;
    transform: rotate(180deg);
}
.menu.open .menu-btn img {
    transform: rotate(0deg);
}
.dropdown-mo {
    position: fixed;
    top: 12px;
    right: 12px;
    background: #fff;
    border-radius: 8px;
    z-index: 2;
    min-width: 144px;
    display: none;
}
.dropdown-mo li a {
    padding: 8px 11px 8px 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #303030;
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: -0.56px;
}
.dropdown-mo.open {
    display: block;
}
.slide1 {
    background: radial-gradient(69.34% 69.34% at 50% 50%, #fff 65.87%, #f0f0f0 100%), #fff;
}
.slide1 .content-wrap {
    position: relative;
    max-width: 1662px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slide1 .content-center {
    width: 666px;
    min-width: 666px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.slide1 .content-side {
    height: 540px;
    width: clamp(0px, calc(50vw - 317px - 30px), 592px);
}
.slide1 .content-side img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slide1 .content-side.left {
    left: 0;
}
.slide1 .content-side.right {
    right: 0;
}
.slide1 .content-center .sub-title {
    color: #303030;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: -0.8px;
}
.slide1 .content-center .logo-box {
    margin-top: 12px;
    width: 340px;
}
.slide1 .content-center .title {
    margin-top: 24px;
    color: #303030;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
}
.slide1 .content-center .sub-txt {
    margin-top: 32px;
    color: #303030;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.96px;
    text-align: center;
}
.slide1 .content-center .btn-area,
.slide6 .btn-area {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin-top: 66px;
}
.slide1 .content-center .btn-area a,
.slide6 .btn-area a {
    border-radius: 12px;
    border: 1px solid var(--gray, #dfe1e5);
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 16px 8px;
    font-size: 18px;
    color: #303030;
    letter-spacing: -0.72px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    min-width: 214px;
    font-weight: 600;
}
.slide2 .title h3,
.slide3 .title h3,
.slide4 .title h3 {
    color: #303030;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
}
.slide4 .title h3 {
    line-height: 1.4;
}
.slide2 .title h3 span,
.slide3 .title h3 span,
.slide4 .title h3 span {
    color: #da4634;
}
.slide2 .title p,
.slide3 .title p,
.slide4 .title p {
    margin-top: 24px;
    color: #303030;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.96px;
}
.slide4 .title p {
    margin-top: 48px;
}
.slide4 .title p:last-child {
    margin-top: 20px;
}
.slide2 .list-style,
.slide3 .list-style {
    margin-top: 108px;
}
.slide2 .list-style li,
.slide3 .list-style li {
    margin-top: 48px;
}
.slide2 .list-style li:first-child,
.slide3 .list-style li:first-child {
    margin-top: 0;
}
.slide2 .list-style h4,
.slide3 .list-style h4 {
    position: relative;
    padding-left: 18px;
    color: #303030;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: -0.96px;
}
.slide2 .list-style h4::before,
.slide3 .list-style h4::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 6px;
    height: 24px;
    background: #da4634;
    border-radius: 8px;
}
.slide2 .list-style p {
    margin-top: 16px;
    color: #6f6f6f;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.8px;
}
.slide2 .text-area,
.slide3 .text-area {
    min-width: 581px;
}
.slide4 .text-area {
    min-width: 540px;
}
.slide2 .image-area {
    position: relative;
    margin-top: 76px;
}
.slide2 .image-area img {
    max-width: unset;
}
.slide2 .image-area .cash-icon-ani {
    position: absolute;
    left: 41%;
    top: 20%;
    width: 19%;
    animation: cashUpDown 2.8s ease-in-out infinite;
}
.slide3 .cultureplus-logo img {
    width: 237px;
    margin-bottom: 20px;
}
.slide4 .link-box {
    margin-top: 62px;
}
.slide4 .link-box a {
    padding: 16px 8px;
    border-radius: 12px;
    background: #da4634;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.96px;
    width: 214px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.slide5 .slide-inner-center {
    height: 100%;
    max-width: 1050px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.slide5 .slide-inner-center .top-area h2 {
    color: #303030;
    font-size: 50px;
    font-weight: 700;
    letter-spacing: -2px;
}
.slide5 .slide-inner-center .top-area h2 span {
    color: #da4634;
}
.slide5 .slide-inner-center .top-area h2 br {
    display: none;
}
.slide5 .slide-inner-center .top-area p {
    margin-top: 24px;
    color: #303030;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.96px;
}
.slide5 .img-box {
    margin-top: 106px;
}
.slide5 .img-box .type2 {
    display: none;
}
.slide5 .bottom-sub-txt {
    margin-top: 58px;
    color: #303030;
    text-align: center;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: -0.96px;
}
.slide5 .bottom-sub-txt br {
    display: none;
}
.slide6 .text-area .title {
    color: #303030;
    text-align: center;
    font-size: 50px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: -2px;
}
.slide6 .text-area .title span {
    color: #da4634;
}
.slide6 .text-area .btn-area {
    margin-top: 64px;
}
.slide6 .footer {
    position: absolute;
    left: 50%;
    bottom: 52px;
    transform: translateX(-50%);
    border-top: 1px solid #dfe1e5;
    max-width: 1500px;
    width: 100%;
    text-align: center;
}
.slide6 .footer .logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 48px;
}
.slide6 .footer .link-box {
    margin-top: 32px;
    color: #303030;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.5;
    letter-spacing: -0.72px;
}
.slide6 .footer .link-box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}
.slide6 .footer .copy-box {
    margin-top: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    color: #6f6f6f;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.64px;
    flex-wrap: wrap;
}
.slide6 .footer .copy-box.mo {
    display: none;
}
.slide1 .content-center .title br {
    display: none;
}
.mo-dim {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: none;
}
.mo-dim.on {
    display: block;
}
.slide3 .list-style li br {
    display: none;
}
.slide4 .title p br.type2 {
    display: none;
}

@media (max-width: 1024px) {
    :root {
        --safe-top: env(safe-area-inset-top);
    }

    body {
        background: #fff;
    }

    .site-header {
        padding-top: var(--safe-top);
    }
    .site-header.is-scrolled {
        background: #fff;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    }
    .swiper.show-info {
        overflow: unset;
        height: auto;
    }
    .swiper.show-info .swiper-wrapper {
        display: block;
    }
    .menu-btn-mobile {
        display: block;
        padding: 0;
        width: 20px;
    }
    .menu-btn {
        display: none;
    }
    .scroll-info {
        display: none;
    }
    .swiper-slide {
        padding: 60px 0;
        min-height: 742px;
    }
    .site-header {
        padding: 14.5px 16px;
    }
    .slide-inner {
        flex-direction: column;
        text-align: center;
        justify-content: center;
    }
    .logo {
        width: 140px;
    }

    .text-area,
    .image-area {
        width: 100%;
    }

    .image-area {
        margin-top: 30px;
        text-align: center;
    }
    .slide1 .content-wrap {
        align-items: flex-start;
        margin-top: 85px;
    }
    .slide1 .content-center {
        min-width: 230px;
        width: 230px;
    }
    .slide1 .content-center .logo-box {
        width: auto;
    }
    .slide1 .content-center .sub-title {
        font-size: 12px;
        letter-spacing: -0.48px;
    }
    .slide1 .content-center .title {
        margin-top: 8px;
        font-size: 22px;
        line-height: normal;
        letter-spacing: -0.88px;
    }
    .slide1 .content-center .title br {
        display: block;
    }
    .slide1 .content-center .sub-txt {
        margin-top: 44px;
        font-size: 15px;
        letter-spacing: -0.6px;
    }
    .slide1 .content-center .btn-area {
        flex-direction: column;
        gap: 16px;
    }
    .slide1 .content-center .btn-area a {
        min-width: 240px;
        padding: 14.5px 0;
        font-size: 15px;
        letter-spacing: -0.6px;
    }
    .slide1 .content-side {
        width: min(34vw, 300px);
        height: min(74vw, 450px);
        position: absolute;
        top: clamp(-220px, -16vw, -80px);
    }
    .show-info .swiper-pagination {
        display: none;
    }
    .slide2,
    .slide3 {
        padding-bottom: 0;
    }
    .slide2 .slide-inner {
        padding: 0;
    }
    .slide2 .text-area,
    .slide3 .text-area {
        min-width: unset;
    }
    .slide2 .title h3,
    .slide3 .title h3,
    .slide4 .title h3 {
        font-size: 22px;
        letter-spacing: -0.88px;
    }
    .slide2 .title p,
    .slide3 .title p,
    .slide4 .title p {
        margin-top: 20px;
        font-size: 15px;
    }
    .slide2 .list-style {
        margin-top: 28px;
    }
    .slide3 .list-style {
        margin-top: 35px;
    }
    .slide2 .list-style h4,
    .slide3 .list-style h4 {
        font-size: 15px;
        letter-spacing: -0.6px;
        padding-left: 0;
    }
    .slide2 .list-style h4::before,
    .slide3 .list-style h4::before {
        top: unset;
        bottom: calc(100% + 4px);
        left: 50%;
        transform: translateX(-50%);
        width: 20px;
        height: 4px;
    }
    .slide2 .list-style p {
        margin-top: 8px;
        font-size: 12px;
        letter-spacing: -0.48px;
    }
    .slide2 .list-style li,
    .slide3 .list-style li {
        margin-top: 28px;
    }
    /* .slide2 .image-area img {
        max-width: 110%;
        margin-left: -5%;
    } */
    .slide2 .image-area .cash-icon-ani {
        left: 41%;
        top: 19%;
    }
    .slide3 .cultureplus-logo {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .slide3 .cultureplus-logo img {
        width: 142px;
        margin-bottom: 6px;
    }
    .slide3 .list-style ul {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 30px;
    }
    .slide3 .list-style li {
        margin-top: 0;
    }
    .slide3 .list-style li br {
        display: block;
    }
    .slide3 .image-area {
        margin-top: 41px;
        margin-left: -30px;
    }
    .slide4 .text-area {
        min-width: unset;
    }
    .slide4 .title p {
        margin-top: 16px;
    }
    .slide4 .title p:last-child {
        margin-top: 8px;
    }
    .slide4 .title p br.type2 {
        display: block;
    }
    .slide4 .title p br.type1 {
        display: none;
    }
    .slide4 .link-box {
        margin-top: 24px;
        display: flex;
        justify-content: center;
    }
    .slide4 .link-box a {
        font-size: 15px;
        width: 160px;
    }
    .slide4 .image-area {
        margin-bottom: -29px;
    }
    .slide5 {
        padding: 80px 13px 60px;
        min-height: 742px;
    }
    .slide5 .slide-inner-center {
        justify-content: center;
    }
    .slide5 .slide-inner-center .top-area h2 {
        font-size: 22px;
        letter-spacing: -0.88px;
        text-align: center;
        line-height: normal;
    }
    .slide5 .slide-inner-center .top-area h2 br {
        display: block;
    }
    .slide5 .slide-inner-center .top-area p {
        margin-top: 20px;
        font-size: 15px;
        letter-spacing: -0.6px;
    }
    .slide5 .img-box {
        margin-top: 60px;
    }
    .slide5 .img-box .type1 {
        display: none;
    }
    .slide5 .img-box .type2 {
        display: block;
    }
    .slide5 .bottom-sub-txt {
        margin-top: 50px;
        font-size: 15px;
        letter-spacing: -0.6px;
    }
    .slide5 .bottom-sub-txt br {
        display: block;
    }
    /* .slide6 {
        padding-bottom: calc(var(--vh, 1vh) * 10);
    } */
    .slide6 {
        background-image: url("../img/20260122_last_bg_mo.png");
        background-repeat: no-repeat;
        background-size: cover;
        min-height: 600px;
        padding-top: 90px;
    }
    .slide6 .slide-inner {
        justify-content: center;
    }
    .slide6 .text-area .title {
        font-size: 22px;
        letter-spacing: -0.88px;
    }
    .slide6 .text-area .btn-area {
        margin: 44px 0 7px;
        flex-direction: column;
        gap: 16px;
    }
    .slide6 .btn-area a {
        min-width: 240px;
        padding: 14.5px 0;
        font-size: 15px;
        letter-spacing: -0.6px;
    }
    .slide6 .footer {
        position: relative;
        bottom: -27px;
        padding: 0 20px;
        border: none;
    }
    .slide6 .footer .logo-box {
        border-top: 1px solid #dfe1e5;
        padding-top: 19px;
    }
    .slide6 .footer .logo-box img {
        width: 109px;
    }
    .slide6 .footer .link-box {
        margin-top: 12px;
        font-size: 11px;
        letter-spacing: -0.44px;
    }
    .slide6 .footer .link-box ul {
        gap: 6px;
    }
    .slide6 .footer .copy-box {
        margin-top: 6px;
        font-size: 10px;
        letter-spacing: -0.4px;
        gap: 4px;
    }
    .slide6 .footer .copy-box.pc {
        display: none;
    }
    .slide6 .footer .copy-box.mo {
        display: block;
    }
    .slide6 .footer .copy-box.mo > div {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 4px;
    }
    .slide6 .slide-inner .text-area {
        margin-top: 0px;
    }
    .slide2 .image-area {
        margin-top: 10px;
    }
    .slide2 .image-area img {
        width: 100%;
    }
}

@media (min-width: 600px) and (max-width: 1024px) {
    .slide2 .image-area img {
        width: 80%;
        margin: 0 auto;
    }
    .slide3 .image-area img,
    .slide4 .image-area img,
    .slide5 .img-box .type2 {
        width: 60%;
        margin: 0 auto;
    }
    .slide2 .image-area .cash-icon-ani {
        left: 45%;
        top: 24%;
        width: 13%;
    }
    .swiper-slide.slide1 {
        min-height: 800px;
    }
    .slide1 .content-wrap {
        margin-top: 150px;
    }
}

@media (min-width: 1024px) and (max-width: 2000px) {
    .image-area img {
        width: 80%;
    }
    .slide2 .image-area img {
        width: 100%;
    }
    .slide5 .type1 {
        width: 75%;
        margin: 0 auto;
    }
    .slide2 .image-area .cash-icon-ani {
        left: 42%;
        top: 21%;
        width: 19%;
    }
    .slide5 .img-box {
        margin-top: 70px;
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        transform: translateY(30px);
    }
}

@keyframes cashUpDown {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(0);
    }
}
