body main:not(.home-main) {
    width: 100%;
}

.eso-content {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: start;
    box-sizing: border-box;
}

.eso-content .center-title {
    position: relative;
    text-align: center;
    padding-top: clamp(9rem, 13.75vw, 17.6rem);
    color: #212121;
}

.eso-content .center-title h2 {
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 9.4rem;
    font-family: var(--font-ko);
}

.eso-content .center-title h2 span {
    font-weight: 700;
}

.eso-content .center-title h3 {
    font-family: var(--font-en);
    font-size: 2.8rem;
    font-weight: 300;
    line-height: 5rem;
}

.eso-content .center-title h4 {
    font-family: var(--font-ko);
    font-size: 3.6rem;
    font-weight: 300;
    margin: 10.4rem 0 9.4rem;
    letter-spacing: -4%;
}

.eso-content .center-title h4 span {
    font-weight: 600;
}

.eso-content .content-box {
    width: 920px;
    max-width: 100%;
    display: flex;
    align-items: start;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 7px;
}

.eso-content .content-box .content-box-inner {
    width: calc(33.333% - 5.33px);
    position: relative;
    display: flex;
    align-items: baseline;
    justify-content: center;
    border-radius: 8px;
    box-sizing: border-box;
    overflow: hidden;
}

.eso-content .content-box .content-box-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.60) 65%);
    filter: blur(2px);
    pointer-events: none;
    border-radius: 8px;
}

.eso-content .content-box .content-box-inner .text {
    box-sizing: border-box;
    position: absolute;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    padding: 4rem 0;
    z-index: 1;
    pointer-events: none;
    text-align: center;
    height: 100%;
}

.eso-content .content-box .content-box-inner .text .top {
    display: flex;
    align-items: center;
    justify-content:;
}

.eso-content .content-box .content-box-inner .text .top .txt1 {
    color: #fff;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: -4%;
}

.eso-content .content-box .content-box-inner .text .bottom {
}

.eso-content .content-box .content-box-inner .text .bottom .txt2 {
    color: #949494;
    font-size: 1rem;
    font-weight: 400;
    line-height: 3;
    font-family: var(--font-ko);
    letter-spacing: -3%;
}

.eso-content .content-box .content-box-inner .text .bottom .txt3 {
    color: #fff;
    margin-bottom: .8rem;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.4;
    font-family: var(--font-ko);
    letter-spacing: -4%;
}

.eso-content .content-box .content-box-inner .text .bottom .txt4 {
    color: #A8A8A8;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: -3%;
}

.eso-content .content-box .content-box-inner .img {
    position: relative;
    width: 100%;
    z-index: 0;
    border-radius: 8px;
    overflow: hidden;
}

.eso-content .content-box .content-box-inner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.eso-content .content-box .content-box-inner:nth-child(n + 4) {
    width: calc(50% - 4px);
}

.button {
    margin: 11.6rem 0 17.8rem
}

.button .esofullbannerbutton {
    transition: background 0.3s ease, color 0.3s ease;
    padding: 2.3rem 4.8rem;
    background: #EBEBEB;
    color: #000;
    border-radius: 35px;
    font-size: clamp(1.6rem, 1.8vw, 2rem);
    font-weight: 500;
    display: flex;
    align-items: center;
}

.button .esofullbannerbutton:hover {
    background: #000;
    color: #fff;
}

.eso-content.inner2 {
    align-items: center;
    overflow: clip;
}

.eso-content.inner2 .sticky-header {
    position: sticky;
    top: 0;
    z-index: 10;
    background: #fff;
    padding-top: clamp(12rem, 14vw, 17rem);
    padding-bottom: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: transform 0.4s ease;
}
.eso-content.inner2 .sticky-header.unstick {
    transform: translateY(-100%);
}

.eso-content.inner2 .sticky-header .center-title {
    padding-top: 0;
}

.eso-content.inner2 .center-title h4 {
    margin: 0 0 5rem;
}

.eso-content .tabs {
    display: flex;
    gap: clamp(0.4rem, 0.7vw, 1.2rem);
    justify-content: center;
}

.eso-content .tabs .esotab {
    color: #868686;
    font-size: 1.8rem;
    letter-spacing: -3%;
    font-family: var(--font-en);
    font-weight: 500;
    padding: 1rem 2.2rem;
    border-radius: 30px;
    background: #E8E8E8;
    border: 0;
    cursor: pointer;
    transition: background 0.3s ease, color 0.3s ease;
}

.eso-content .tabs .esotab.active {
    color: #fff;
    font-weight: 600;
    background: #000;
}

.eso-content .gallery {
    width: 920px;
    max-width: 100%;
}

.eso-content .gallery .gallery-section {
    margin-bottom: 8rem;
}

.eso-content .gallery .grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.eso-content .gallery .esocard {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0px 0px 20px rgba(94, 91, 127, 0.15);
}

.eso-content .gallery .img {
    width: 100%;
    aspect-ratio: 454 / 250;
    overflow: hidden;
}

.eso-content .gallery .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 60%;
    display: block;
}

.eso-content .gallery .info {
    padding: 3.6rem 0 clamp(4.1rem, 4.5vw, 5.9rem);
    text-align: center;
    box-sizing: border-box;
}

.eso-content .gallery .info .txt1 {
    color: #000;
    font-size: clamp(2.2rem, 2.4vw, 2.4rem);
    font-weight: 600;
    line-height: 1.5;
    font-family: var(--font-ko);
    margin-bottom: 1rem;
    letter-spacing: -3%;
}

.eso-content .gallery .info .txt2 {
    color: #545454;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: var(--font-ko);
    letter-spacing: -3%;
}

.eso-content.inner3 .dot {
    margin-top: clamp(0rem, 5vw, 10rem);
    ;
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    gap: clamp(2.4rem, 3.6vw, 4.8rem);
}

.eso-content.inner3 .dot .dd {
    width: clamp(0.8rem, 1vw, 1.2rem);
    height: clamp(0.8rem, 1vw, 1.2rem);
    border-radius: 50%;
    background: #D9D9D9;
}

.eso-content.inner3 .dot .dd.dot1 {
    background: #AEAEAE;
}

.eso-content.inner3 .dot .dd.dot2 {
    background: #717171;
}

.eso-content.inner3 .txt {
    margin: clamp(5.6rem, 7vw, 10.3rem) 0 clamp(8.1rem, 13vw, 19rem);
    text-align: center;
    color: #212121;
    font-size: clamp(1.6rem, 2.1vw, 2.6rem);
    line-height: 1.4;
    font-weight: 300;
    letter-spacing: -3%;
}

.eso-content.inner3 .txt span {
    font-weight: 600;
}

.eso-content.inner4 {
    background: #000;
    padding: clamp(10.3rem, 12vw, 22.2rem) 0 clamp(6rem, 7vw, 7.4rem);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.eso-content.inner4 .txt {
    font-weight: 300;
    font-size: clamp(2.8rem, 4.2vw, 5.6rem);
    color: #fff;
    letter-spacing: -4%;
    text-align: center;
    padding: 0 2rem;
}

.eso-content.inner4 .txt span {
    font-weight: 700;
}

.eso-content.inner4 .benefit-marquee {
    margin-top: clamp(7.4rem, 9vw, 12rem);
    width: 100%;
    overflow: hidden;
}

.benefit-marquee-track {
    display: flex;
    gap: 0.5vw;
    width: max-content;
    will-change: transform;
    animation: benefit-marquee 22s linear infinite;
}

@keyframes benefit-marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}

.benefit-marquee-item {
    width: 40vw;
    flex-shrink: 0;
    aspect-ratio: 456 / 337;
}

.benefit-marquee-item img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 5px;
}

.eso-content.inner4 .txt.info {
    color: #7B7B7B;
    font-weight: 400;
    font-size: clamp(1rem, 1.2vw, 1.6rem);
    letter-spacing: -3%;
    margin: clamp(3rem, 7vw, 10rem) 0 clamp(3rem, 7vw, 10rem);
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


@media all and (max-width: 1024px) {
    .eso-content .center-title h2 {
        font-size: clamp(2.4rem, 5vw, 4.8rem);
        line-height: clamp(4.8rem, 7.34vw, 9.4rem);
    }

    .eso-content .center-title h3 {
        font-size: clamp(1.6rem, 3vw, 2.8rem);
        line-height: clamp(2.8rem, 3.91vw, 5rem);
    }

    .eso-content .center-title h4 {
        font-size: clamp(2rem, 4.5vw, 3.6rem);
        margin: clamp(5rem, 8vw, 10.4rem) 0 clamp(5rem, 7.3vw, 9.4rem);
    }

    .eso-content.inner2 .center-title h4 {
        font-size: 2.4rem
    }

    .eso-content .content-box, .eso-content .gallery .esocard {
        flex-wrap: wrap;
        width: 92%;
        margin: 0 auto;
    }

    .eso-content .content-box .content-box-inner {
        width: 100% !important;
    }

    .eso-content .content-box .content-box-inner .text .bottom .txt3 {
        font-size: 2.4rem;
    }

    .eso-content .gallery .grid {
        grid-template-columns: 1fr;
    }

    .eso-content .gallery .info .txt1 {
        font-size: 2.2rem;
    }

    .eso-content .gallery .info .txt2 {
        font-size: 1.6rem;
    }

    .eso-content .tabs .esotab {
        font-size: clamp(1.4rem, 3vw, 1.8rem);
    }

    .benefit-marquee-item {
        width: 75vw;
        aspect-ratio: 352 / 273;
    }

    .eso-content.inner4 .txt {
        font-size: clamp(2.6rem, 3.4vw, 4.8rem);
    }

    .eso-content .content-box .content-box-inner .img img {
        aspect-ratio: 1 / 1;
        object-position: top
    }

    .eso-content .gallery .img {
        aspect-ratio: 387 / 258;
    }

    .eso-content.inner4 .txt {
        font-size: clamp(2.6rem, 3.4vw, 4.8rem);
    }
}
