/* Home page */
/* Main */

.homepage:not(.header) {
    padding-top: 67.5rem;
}

.main-kv {
    position: fixed;
    top: 0px;
    width: 100vw;
    height: 67.5rem;
    min-height: 67.5rem;
    padding: 5.875rem 80px 80px;
    background-color: var(--color-orange-base);
    transition: opacity 0.2s linear;
}

.main-kv .main-kv-content {
    position: relative;
}

.main-kv-content .main-kv-top-left {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    column-gap: 2.75rem;
}

.main-kv-content .main-kv-small {
    width: 18.688rem;
    aspect-ratio: 299 / 146;
    display: flex;
    justify-content: center;
}

.main-kv-small .main-kv-small-slide {
    width: 100%;
    overflow: hidden;
    border-radius: 9999px;
    animation: maskZoomSmall 1s ease-in forwards;
}

.main-kv-content .main-kv-slide {
    width: 100%;
    aspect-ratio: 1760 / 846;
    -webkit-mask-image: url(../images/main-kv-mask.png);
    mask-image: url(../images/main-kv-mask.png);
    mask-repeat: no-repeat;
    mask-position: center;
    animation: maskZoom 1s ease-in forwards;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.slide-show {
    overflow: hidden;
    position: relative;
}

.slide-show .slide {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    transform: translateX(-0.625rem);
    opacity: 0;
    animation: smoothSlide var(--duration, 0s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.slide-show.no-fade .slide {
    transform: translateX(0);
    opacity: 0;
    animation: smoothFade var(--duration, 0s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.main-kv-lottie-1 {
    width: 7.25rem;
    height: 5.938rem;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.main-kv-text {
    position: absolute;
    top: 20rem;
    left: 5rem;
}

.main-kv-text .main-kv-title-small,
.main-kv-text .main-kv-title,
.main-kv-text .main-kv-description {
    color: white;
    text-transform: uppercase;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.main-kv-text .main-kv-title-small,
.main-kv-text .main-kv-title {
    font-family: 'D-DIN';
}

.main-kv-text .main-kv-title-small {
    font-size: 1.875rem;
    line-height: 2.5rem;
    font-weight: 700;
    margin-left: 3.75rem;
}

.main-kv-text .main-kv-title {
    margin-top: 0.313rem;
    font-size: 5.75rem;
    line-height: 6.75rem;
    font-weight: 700;
}

.main-kv-text .main-kv-title.sub {
    display: inline-block;
    margin-top: 0;
    margin-left: 8.25rem;
}

.main-kv-text .main-kv-description {
    font-family: 'Pretendard';
    margin-top: 0;
    font-size: 1.5rem;
    line-height: 3rem;
    margin-left: 11rem;
}

.main-kv-text .main-kv-description span {
    display: inline-block;
    margin-left: 2.5rem;
}

.main-kv-bottom-right {
    position: absolute;
    bottom: 0px;
    right: 0px;
    display: flex;
    align-items: flex-end;
    column-gap: 3.75rem;
}

.main-kv-copyright {
    font-family: 'NanumSquareRound';
    font-size: 0.813rem;
    line-height: 100%;
    text-transform: uppercase;
    font-weight: 700;
}

.main-kv-copyright,
.main-kv-sub-lotties,
.main-kv-slogan {
    opacity: 0;
    animation-delay: 0.5s;
    animation-duration: 1s;
    animation-timing-function: ease-in;
    animation-fill-mode: forwards;
}

.main-kv-sub-lotties {
    opacity: 1;
}

.main-kv-bottom-right-sub {
    display: flex;
    flex-direction: column;
    row-gap: 4.25rem;
    align-items: flex-end;
}

.main-kv-sub-lotties {
    display: flex;
    align-items: center;
    column-gap: 2.375rem;
}

.main-kv-lottie-2 {
    width: 5.75rem;
    height: 5.75rem;
}

.main-kv-lottie-3 {
    width: 7.125rem;
    height: 5.875rem;
}

.main-kv-slogan {
    font-family: 'D-DIN';
    color: var(--color-black);
    font-weight: 700;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    row-gap: 1.875rem;
}

.main-kv-slogan .text-slogan {
    font-size: 1.063rem;
    line-height: 1.188rem;
}

.main-kv-slogan .text-logo {
    font-size: 4.75rem;
    line-height: 100%;
}

/* Sub kv */
.sub-kv .sub-kv-inner {
    margin: 0 auto 0;
    width: 100%;
}

.sub-kv.sub-kv-1 {
    background-color: var(--color-white);
    padding-top: 28.75rem;
    padding-bottom: 22.375rem;
}

.sub-kv.sub-kv-2 {
    margin-top: -1px;
    background-image: url(../images/sub-kv-2-bg.png);
    background-color: var(--color-black);
    padding-top: 17.125rem;
    padding-bottom: 15.5rem;
}

.sub-kv.sub-kv-3 {
    margin-top: -2px;
    background-image: url(../images/sub-kv-3-bg.png);
    background-color: var(--color-orange-base);
    padding-top: 17.5rem;
    padding-bottom: 16.375rem;
}

.sub-kv.sub-kv-2,
.sub-kv.sub-kv-3 {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
}

.sub-kv-title {
    font-family: 'BebasNeue';
    font-size: 19.0625rem;
    line-height: 100%;
}

.sub-kv.sub-kv-1 .sub-kv-title {
    color: var(--color-black);
    margin-left: 14rem;
}

.sub-kv.sub-kv-2 .sub-kv-title {
    text-align: right;
    color: var(--color-white);
    margin-right: 14.25rem;
}

.sub-kv.sub-kv-3 .sub-kv-title {
    margin-left: 12.5rem;
}

.sub-kv.sub-kv-1 .sub-kv-header {
    margin-top: 15.375rem;
    margin-right: 9.25rem;
    align-items: flex-end;
}

.sub-kv.sub-kv-2 .sub-kv-header {
    margin-top: 9.25rem;
    margin-left: 12rem;
}

.sub-kv.sub-kv-3 .sub-kv-header {
    margin-top: 11.25rem;
    margin-right: 21.75rem;
}

.sub-kv-header {
    display: flex;
    flex-direction: column;
    row-gap: 4.125rem;
}

.sub-kv-header .sub-kv-header-text {
    font-family: 'Pretendard';
    font-size: 3.125rem;
    line-height: 8.313rem;
    font-weight: 700;
    letter-spacing: -0.48px;
}

.sub-kv-header .sub-kv-header-text span {
    font-size: 6.813rem;
}

.sub-kv-header .sub-kv-header-description {
    font-family: 'Pretendard';
    font-size: 2.188rem;
    line-height: 3.75rem;
    font-weight: 600;
}

.sub-kv.sub-kv-1 .sub-kv-header .sub-kv-header-text,
.sub-kv.sub-kv-1 .sub-kv-header .sub-kv-header-description,
.sub-kv.sub-kv-3 .sub-kv-header .sub-kv-header-text,
.sub-kv.sub-kv-3 .sub-kv-header .sub-kv-header-description {
    color: var(--color-black);
    text-align: right;
}

.sub-kv.sub-kv-2 .sub-kv-header .sub-kv-header-text,
.sub-kv.sub-kv-2 .sub-kv-header .sub-kv-header-description {
    color: var(--color-white);
    text-align: left;
}

/* Sub content */
.sub-kv-content {
    width: 80rem;
}

.sub-kv.sub-kv-1 .sub-kv-content {
    margin: 19.125rem auto 0;
}

.sub-kv.sub-kv-2 .sub-kv-content {
    margin: 23.375rem auto 0;
}

.sub-kv.sub-kv-3 .sub-kv-content {
    margin: 17.25rem auto 0;
}

.sub-kv-content-grid {
    display: grid;
    grid-template-columns: 37.188rem 37.188rem;
    gap: 5.625rem;
}

.sub-kv-content-grid .sub-kv-content-item {
    width: 100%;
    height: 37.188rem;
    border-radius: 18.75rem;
    overflow: hidden;
}

.sub-kv-content-grid .sub-kv-content-item.horizontal {
    grid-column: 1 / span 2;
    height: 34.5rem;
}

.sub-kv-content-grid .sub-kv-content-item.vertical {
    grid-row: 1 / span 2;
    height: 80.625rem;
}

.sub-kv-content-grid .sub-kv-content-item img,
.sub-kv-content-grid .sub-kv-content-item video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.sub-kv-content .sub-kv-content-description {
    margin-top: 9.5rem;
}

.sub-kv-content .sub-kv-content-description .lottie-animation {
    float: left;
    margin-right: 1.25rem;
    height: 15rem;
}

.sub-kv-content .sub-kv-content-description .has-dropcap {
    font-family: 'NanumSquareRound';
    font-size: 4.375rem;
    line-height: 5.625rem;
    letter-spacing: -0.32px;
    font-weight: 700;
    color: var(--color-black);
}

.has-dropcap .dropcap {
    float: left;
    font-family: 'Doto Rounded';
    font-size: 18.75rem;
    line-height: 15rem;
    font-weight: 700;
}

.sub-kv.sub-kv-1 .has-dropcap,
.sub-kv.sub-kv-3 .has-dropcap {
    color: var(--color-black);
}

.sub-kv.sub-kv-2 .has-dropcap {
    color: var(--color-white);
}

/* Sub KV Interview */
.sub-kv-interview {
    width: 80rem;
    margin: 15.375rem auto 0;
    display: flex;
    justify-content: space-between;
}

.sub-kv-interview .sub-kv-voice {
    width: 13.125rem;
}

.sub-kv-interview .sub-kv-interview-description {
    font-family: 'D-DIN';
    font-size: 1.563rem;
    line-height: 2.813rem;
    font-weight: 700;
}

.sub-kv-1 .sub-kv-interview .sub-kv-interview-description,
.sub-kv-3 .sub-kv-interview .sub-kv-interview-description {
    color: var(--color-black);
}

.sub-kv-2 .sub-kv-interview .sub-kv-interview-description {
    color: var(--color-white);
}

.sub-kv-interview .lottie-animation {
    width: 12.375rem;
    height: 6.313rem;
    margin-top: 22.75rem;
}

.interview-videos {
    flex: 1;
    display: flex;
    flex-direction: column;
    column-gap: 3.125rem;
    row-gap: 4.625rem;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 50.375rem;
    max-height: 74.875rem;
}

.interview-videos .interview-video {
    width: 23.625rem;
    height: 35.125rem;
    border-radius: 1.875rem;
    padding: 1.875rem;
    display: flex;
    flex-direction: column;
    row-gap: 1.875rem;
    position: relative;
    cursor: pointer;
}

.interview-videos .interview-video .play-icon {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    width: 3.875rem;
    height: 3.875rem;
    background-image: url(../icons/play.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 1;
}

.interview-videos .interview-video .video-mask {
    width: 100%;
    aspect-ratio: 318 / 338;
    mask-repeat: no-repeat;
    mask-position: center;
    -webkit-mask-size: contain;
    mask-size: contain;
}

.interview-videos .interview-video .video-mask video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.interview-video .video-meta {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 0.75rem;
}

.interview-video .video-meta .video-title {
    font-family: 'Pretendard';
    font-size: 1.75rem;
    line-height: 2.375rem;
    font-weight: 600;
    color: var(--color-black);
    text-align: center;
}

.interview-video .video-meta .video-subtitle {
    font-family: 'Pretendard';
    font-size: 1.125rem;
    line-height: 1.75rem;
    color: var(--color-black);
    text-align: center;
}

/* Video modal */
#video-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000e5;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#video-modal .video-modal-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.video-modal-container .close-modal {
    display: inline-block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 40px;
    right: 40px;
    cursor: pointer;
    background-image: url(../icons/close-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 2;
}

.video-modal-container .video-wrapper {
    width: 960px;
    aspect-ratio: 16 / 9;
}

.video-modal-container .video-wrapper video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

/* Brand Keywords */
.homepage-brand-keywords-infinite-carousel-group {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 50dvh;
}

.homepage-brand-keywords-infinite-carousel {
    overflow: hidden;
}

.homepage-brand-keywords-infinite-carousel .homepage-brand-keywords-carousel-inner {
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    gap: 2.5rem;
    animation: infiniteCarouselAnimation 35s linear infinite;
}

.homepage-brand-keywords-infinite-carousel .homepage-brand-keywords-carousel-inner.reverse {
    animation-direction: reverse;
}

.homepage-brand-keywords-infinite-carousel .homepage-brand-keywords-carousel-inner > div {
    display: flex;
    gap: 2.5rem;
    align-items: center;
}

.homepage-brand-keywords-carousel-text {
    font-family: 'DIN Condensed', 'D-DIN', sans-serif;
    font-size: 19.0625rem;
    font-weight: 700;
    line-height: 20rem;
    text-transform: uppercase;
    color: var(--color-black);
    display: inline-block;
    flex-shrink: 0;
}

.homepage-brand-keywords-carousel-inner .lottie-wrapper {
    border-radius: 50%;
    width: 15.3125rem;
    height: 15.3125rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-brand-keywords-carousel-inner .lottie-animation {
    height: 11.5rem;
}

.homepage-brand-keywords-carousel-image {
    height: 13.4375rem;
    border-radius: 1000px;
}

.homepage-brand-keywords-futurelab-message-section {
    margin-block: 15rem;
    display: flex;
    justify-content: center;
}

.homepage-brand-keywords-futurelab-message-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 73.375rem;
    /* 1174px/16 */
    width: 100%;
}

.homepage-brand-keywords-futurelab-message-icon .lottie-wrapper {
    width: 5.125rem;
    height: 5.125rem;
    border-radius: 50%;
    background: var(--color-black);
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-brand-keywords-futurelab-message-icon .lottie-wrapper .lottie-animation {
    width: 3.125rem;
    height: 2.625rem;
}

.homepage-brand-keywords-futurelab-message-title {
    font-family: 'D-DIN', sans-serif;
    font-size: 2.6875rem;
    /* 43px/16 */
    font-weight: 700;
    line-height: 1.674;
    letter-spacing: -0.02em;
    color: var(--color-black);
    text-align: center;
    margin-bottom: 1.25rem;
    margin-top: 1.5rem;
}

.homepage-brand-keywords-futurelab-message-body {
    font-family: 'D-DIN', sans-serif;
    font-size: 2.8125rem;
    /* 45px/16 */
    font-weight: 700;
    line-height: 4.375rem;
    letter-spacing: -0.32px;
    color: var(--color-black);
    text-align: center;
    max-width: 73.375rem;
    /* 1174px/16 */
    margin: 0;
}

/* Loop Carousel */
.homepage-loop-carousel-section {
    margin-bottom: 19.125rem;
}

.homepage-loop-carousel-infinite-carousel {
    overflow: hidden;
}

.homepage-loop-carousel-infinite-carousel .homepage-loop-carousel-carousel-inner {
    width: max-content;
    display: flex;
    flex-wrap: nowrap;
    gap: 6.25rem;
    animation: infiniteCarouselAnimation 35s linear infinite;
}

.homepage-loop-carousel-infinite-carousel .homepage-loop-carousel-carousel-inner > div {
    display: flex;
    gap: 6.25rem;
    align-items: center;
}

.homepage-loop-carousel-image {
    width: 37.3125rem;
    height: 37.3125rem;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
}

.homepage-loop-carousel-section .lottie-animation {
    height: 37.3125rem;
}

.homepage-keymessage-section {
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-keymessage-container {
    width: 100%;
    max-width: 119.625rem;
    /* 1914px/16 */
    display: flex;
    flex-direction: column;
    align-items: center;
}

.homepage-keymessage-text {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 6.25rem;
    /* 100px/16 */
    line-height: 1.5;
    color: var(--color-black);
    text-align: center;
    margin: 0;
    letter-spacing: normal;
    word-break: keep-all;
}

.homepage-sub-entry {
    margin-top: -4px;
    background-color: var(--color-white);
    background-image: url(../images/sub-page-entry-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    padding-top: 17.3125rem;
}

.homepage-sub-entry .homepage-sub-entry-content {
    max-width: 80rem;
    margin: 0 auto;
}

/* Homepage Sub Entry Styles */
.homepage-sub-entry-title-section {
    display: flex;
    justify-content: center;
    margin-bottom: 3.125rem;
}

.homepage-sub-entry-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 5rem;
    /* 80px/16 */
    line-height: 1.5;
    letter-spacing: -0.03em;
    color: var(--color-black);
    text-align: center;
    margin: 0;
}

.homepage-sub-entry-hero-section {
    position: relative;
    width: max-content;
    margin-bottom: 14.25rem;
    margin-inline: auto;
}

.homepage-sub-entry-hero-text {
    font-family: 'NanumSquareRound', sans-serif;
    font-weight: 700;
    font-size: 6rem;
    /* 96px/16 */
    line-height: 1.25;
    letter-spacing: -0.02em;
    color: var(--color-black);
    text-align: center;
    margin: 0;
}

.homepage-sub-entry-hero-quote {
    display: inline-block;
    margin-right: 0.5rem;
    font-family: 'NotoSansKR', sans-serif;
    font-weight: 700;
    font-size: 6.25rem;
    color: var(--color-black);
}

.homepage-sub-entry-hero-quote.end {
    margin-right: 0;
    margin-left: -0.5rem;
    transform: translateY(-50%) rotate(180deg);
}

.homepage-sub-entry-portrait-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5.625rem;
    margin-top: 19rem;
    margin-bottom: 8.125rem;
}

.homepage-sub-entry-portrait-container > * {
    flex: 1;
}

.homepage-sub-entry-portrait-container .homepage-sub-entry-portrait {
    overflow: hidden;
    position: relative;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
}

.homepage-sub-entry-portrait-container .homepage-sub-entry-portrait-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    animation: smoothScale var(--duration, 0s) ease-in-out infinite;
    animation-delay: var(--delay, 0s);
}

.homepage-sub-entry-card-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 2.5rem;
    max-width: 80rem;
    margin: 0 auto 12.6875rem auto;
    align-items: stretch;
    min-height: 43rem;
}

.homepage-sub-entry-card {
    border-radius: 2.5rem;
    padding: 3.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    background-color: var(--color-white);
}

.homepage-sub-entry-card-orange {
    grid-row: 1 / span 2;
    grid-column: 1 / 2;
    background-color: var(--color-orange-base);
    color: var(--color-white);
    min-height: 43rem;
    padding: 2.5rem 3.75rem 2.5rem 3.75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

.homepage-sub-entry-card-light {
    grid-column: 2 / 3;
    padding: 2.5rem 3.75rem 2.5rem 3.75rem;
    background-color: #f5f4ef;
    color: var(--color-black);
    min-height: 20rem;
}

.homepage-sub-entry-card-light:first-of-type {
    grid-row: 1 / 2;
}

.homepage-sub-entry-card-light:last-of-type {
    grid-row: 2 / 3;
}

.homepage-sub-entry-card-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.homepage-sub-entry-card-label {
    font-family: 'Pretendard', sans-serif;
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 2.934;
    text-transform: uppercase;
    color: var(--color-black);
    margin-bottom: 0.625rem;
    margin-bottom: 0;
}

.homepage-sub-entry-card-orange .homepage-sub-entry-card-label {
    color: var(--color-black);
}

.homepage-sub-entry-card-body {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.6;
    color: var(--color-black);
    margin-bottom: 2rem;
    margin-bottom: 0;
}

.homepage-sub-entry-card-orange .homepage-sub-entry-card-body {
    color: var(--color-black);
}

.homepage-sub-entry-card-title {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 1.5625rem;
    line-height: 1.4;
    letter-spacing: -0.02em;
    color: var(--color-black);
    margin-bottom: 2rem;
}

.homepage-sub-entry-card-date-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 1.25rem;
}

.homepage-sub-entry-card-date {
    font-family: 'Pretendard', sans-serif;
    font-weight: 600;
    font-size: 0.75rem;
    line-height: 2.083;
    color: var(--color-black);
    margin-top: 2.5rem;
}

.homepage-sub-entry-card-orange .homepage-sub-entry-card-date {
    color: var(--color-white);
}

.homepage-sub-entry-card-icon {
    width: 3rem;
    height: 3rem;
    color: var(--color-black);
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 2.5rem;
    bottom: 2.5rem;
}

.homepage-sub-entry-card-orange .homepage-sub-entry-card-icon {
    color: var(--color-black);
}

.homepage-sub-entry-card-lottie {
    width: 9.375rem;
    height: 9.375rem;
    position: absolute;
    top: 23rem;
    left: 23rem;
}

/* Tablet */
@media screen and (max-width: 1023px) {
    .homepage:not(.header) {
        padding-top: 64rem;
    }

    .main-kv-text .main-kv-description {
        margin: 0;
        font-size: 0.65rem;
        line-height: 1.25rem;
    }

    .main-kv {
        height: 64rem;
        min-height: 64rem;
        padding: 4.75rem 25px 25px;
    }

    .main-kv-content .main-kv-top-left {
        column-gap: 0.938rem;
    }

    .main-kv-content .main-kv-small {
        width: 9.063rem;
        aspect-ratio: 145 / 80;
    }

    .main-kv-content .main-kv-slide {
        aspect-ratio: 718 / 888;
        -webkit-mask-image: url(../images/main-kv-mask-tablet.png);
        mask-image: url(../images/main-kv-mask-tablet.png);
    }

    .main-kv-lottie-1 {
        width: 3.188rem;
        height: 2.625rem;
    }

    .main-kv-text {
        top: unset;
        bottom: 5.313rem;
        left: 2.75rem;
    }

    .main-kv-text .main-kv-title-small {
        font-family: 'BebasNeue';
        font-size: 1.75rem;
        line-height: 2.188rem;
        margin-left: 0;
    }

    .main-kv-text .main-kv-title {
        font-family: 'BebasNeue';
        margin-top: 1.875rem;
        font-size: 5.75rem;
        line-height: 5.75rem;
    }

    .main-kv-text .main-kv-title.sub {
        margin-left: 0;
    }

    .main-kv-text .main-kv-description {
        margin-top: 0.938rem;
        font-size: 0.5rem;
        line-height: 0.938rem;
        margin-left: 0;
    }

    .main-kv-text .main-kv-description span {
        margin-left: 1.25rem;
    }

    .main-kv-bottom-right-sub {
        row-gap: 2.375rem;
    }

    .main-kv-sub-lotties {
        column-gap: 1.25rem;
    }

    .main-kv-lottie-2 {
        width: 2.563rem;
        height: 2.563rem;
    }

    .main-kv-lottie-3 {
        width: 3.188rem;
        height: 2.625rem;
    }

    .main-kv-slogan .text-logo {
        font-size: 2.5rem;
    }

    /* Sub kv */
    .sub-kv.sub-kv-1 {
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .sub-kv.sub-kv-2 {
        margin-top: -2px;
        background-image: url(../images/sub-kv-2-bg.png);
        padding-top: 9rem;
        padding-bottom: 9rem;
    }

    .sub-kv.sub-kv-3 {
        background-image: url(../images/sub-kv-3-bg.png);
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .sub-kv-title {
        font-size: 8.375rem;
        line-height: 10rem;
    }

    .sub-kv.sub-kv-1 .sub-kv-title,
    .sub-kv.sub-kv-3 .sub-kv-title {
        margin-left: 8rem;
    }

    .sub-kv.sub-kv-2 .sub-kv-title {
        margin-right: 8rem;
    }

    .sub-kv.sub-kv-1 .sub-kv-header,
    .sub-kv.sub-kv-3 .sub-kv-header {
        margin-top: 5rem;
        margin-right: 8rem;
    }

    .sub-kv.sub-kv-2 .sub-kv-header {
        margin-top: 5rem;
        margin-left: 8rem;
    }

    .sub-kv-header {
        row-gap: 0.75rem;
    }

    .sub-kv-header .sub-kv-header-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .sub-kv-header .sub-kv-header-text span {
        font-size: 2.75rem;
        line-height: 3.375rem;
    }

    .sub-kv-header .sub-kv-header-description {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }

    /* Sub content */
    .sub-kv-content {
        width: 32rem;
    }

    .sub-kv.sub-kv-1 .sub-kv-content,
    .sub-kv.sub-kv-2 .sub-kv-content,
    .sub-kv.sub-kv-3 .sub-kv-content {
        margin: 5rem auto 0;
    }

    .sub-kv-content-grid {
        grid-template-columns: 14.875rem 14.875rem;
        gap: 2.25rem;
    }

    .sub-kv-content-grid .sub-kv-content-item {
        width: 100%;
        height: 14.875rem;
    }

    .sub-kv-content-grid .sub-kv-content-item.horizontal {
        height: 13.75rem;
    }

    .sub-kv-content-grid .sub-kv-content-item.vertical {
        height: 32.25rem;
    }

    .sub-kv-content .sub-kv-content-description {
        margin-top: 5rem;
    }

    .sub-kv-content .sub-kv-content-description .has-dropcap {
        font-size: 1.75rem;
        line-height: 2.25rem;
    }

    .has-dropcap .dropcap {
        font-size: 7.5rem;
        line-height: 6rem;
    }

    /* Sub KV Interview */
    .sub-kv-interview {
        width: 32rem;
        margin: 5rem auto 0;
    }

    .sub-kv-interview .sub-kv-voice {
        width: 5.125rem;
    }

    .sub-kv-interview .sub-kv-interview-description {
        font-size: 0.625rem;
        line-height: 1.125rem;
    }

    .sub-kv-interview .lottie-animation {
        width: 5.125rem;
        height: 2.813rem;
        margin-top: 9rem;
    }

    .interview-videos {
        column-gap: 1.25rem;
        row-gap: 1.875rem;
        max-width: 20.125rem;
        max-height: 29.875rem;
    }

    .interview-videos .interview-video {
        width: 9.438rem;
        height: 14rem;
        border-radius: 0.75rem;
        padding: 0.749rem;
        row-gap: 1rem;
    }

    .interview-videos .interview-video .play-icon {
        top: 0.749rem;
        right: 0.749rem;
        width: 1.548rem;
        height: 1.548rem;
    }

    .interview-videos .interview-video .video-mask {
        width: 100%;
        aspect-ratio: 127 / 135;
    }

    .interview-video .video-meta {
        row-gap: 0.25rem;
    }

    .interview-video .video-meta .video-title {
        font-size: 0.75rem;
        line-height: 1rem;
    }

    .interview-video .video-meta .video-subtitle {
        font-size: 0.5rem;
        line-height: 0.75rem;
    }

    .video-modal-container .video-wrapper {
        width: 100vw;
    }

    /* Brand Keywords */
    .homepage-brand-keywords-infinite-carousel-group {
        gap: 0.5rem;
    }

    .homepage-brand-keywords-infinite-carousel .homepage-brand-keywords-carousel-inner,
    .homepage-brand-keywords-infinite-carousel .homepage-brand-keywords-carousel-inner > div {
        gap: 1rem;
    }

    .homepage-brand-keywords-carousel-text {
        font-size: 7.625rem;
        line-height: 8rem;
    }

    .homepage-brand-keywords-carousel-inner .lottie-wrapper {
        width: 6.125rem;
        height: 6.125rem;
    }

    .homepage-brand-keywords-carousel-inner .lottie-animation {
        height: 4.115rem;
    }

    .homepage-brand-keywords-carousel-image {
        height: 5.375rem;
    }

    .homepage-brand-keywords-futurelab-message-section {
        margin-block: 9rem;
    }

    .homepage-brand-keywords-futurelab-message-container {
        max-width: 28rem;
    }

    .homepage-brand-keywords-futurelab-message-icon .lottie-wrapper {
        width: 1.875rem;
        height: 1.875rem;
    }

    .homepage-brand-keywords-futurelab-message-icon .lottie-wrapper .lottie-animation {
        width: 1.143rem;
        height: 0.961rem;
    }

    .homepage-brand-keywords-futurelab-message-title {
        font-size: 1.125rem;
        line-height: 1.875rem;
        margin-bottom: 0.375rem;
        margin-top: 0.875rem;
    }

    .homepage-brand-keywords-futurelab-message-body {
        font-size: 1.125rem;
        line-height: 1.75rem;
        max-width: 28rem;
    }

    /* Loop Carousel */
    .homepage-loop-carousel-section {
        margin-bottom: 9rem;
    }

    .homepage-loop-carousel-infinite-carousel .homepage-loop-carousel-carousel-inner,
    .homepage-loop-carousel-infinite-carousel .homepage-loop-carousel-carousel-inner > div {
        gap: 2.5rem;
    }

    .homepage-loop-carousel-image {
        width: 15rem;
        height: 15rem;
    }

    .homepage-loop-carousel-section .lottie-animation {
        height: 15rem;
    }

    .homepage-keymessage-container {
        max-width: 25.063rem;
        margin: 2rem 0;
    }

    .homepage-keymessage-text {
        font-size: 2rem;
        line-height: 2.75rem;
    }

    .homepage-sub-entry {
        margin-top: -4px;
        padding-top: 9rem;
    }

    .homepage-sub-entry .homepage-sub-entry-content {
        max-width: 32rem;
    }

    /* Homepage Sub Entry Styles */
    .homepage-sub-entry-title-section {
        margin-bottom: 5rem;
    }

    .homepage-sub-entry-title {
        font-size: 1.5rem;
        line-height: 2.25rem;
    }

    .homepage-sub-entry-hero-section {
        margin-bottom: 9rem;
    }

    .homepage-sub-entry-hero-text {
        font-size: 2rem;
        line-height: 2.75rem;
    }

    .homepage-sub-entry-hero-quote {
        font-size: 3rem;
        margin-right: 0.25rem;
        transform: translateY(25%);
    }

    .homepage-sub-entry-hero-quote.end {
        margin-right: 0;
        margin-left: -0.25rem;
    }

    .homepage-sub-entry-portrait-container {
        gap: 2.25rem;
        margin-top: 5rem;
        margin-bottom: 3.25rem;
    }

    .homepage-sub-entry-card-group {
        column-gap: 0.75rem;
        row-gap: 1.188rem;
        max-width: 32rem;
        margin: 0 auto 5rem;
        min-height: 17.188rem;
    }

    .homepage-sub-entry-card {
        border-radius: 0.75rem;
        padding: 1rem 1.5rem;
    }

    .homepage-sub-entry-card-orange {
        min-height: 17.188rem;
        padding: 1rem 1.5rem;
        border-radius: 1rem;
    }

    .homepage-sub-entry-card-light {
        padding: 1rem 1.5rem;
        min-height: 8rem;
    }

    .homepage-sub-entry-card-label {
        font-size: 0.375rem;
        line-height: 1.1rem;
        margin-bottom: 2px;
    }

    .homepage-sub-entry-card-body {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-bottom: 4.95rem;
    }

    .homepage-sub-entry-card-title {
        font-size: 0.625rem;
        line-height: 1rem;
        margin-bottom: 1.425rem;
    }

    .homepage-sub-entry-card-date-group {
        padding-top: 0;
    }

    .homepage-sub-entry-card-date {
        font-size: 0.3rem;
        line-height: 0.625rem;
        margin-top: 0;
    }

    .homepage-sub-entry-card-icon {
        width: 1.2rem;
        height: 1.2rem;
        right: 1rem;
        bottom: 1rem;
    }

    .homepage-sub-entry-card-orange .homepage-sub-entry-card-icon {
        color: var(--color-black);
    }

    .homepage-sub-entry-card-lottie {
        width: 3.75rem;
        height: 3.75rem;
        top: 9.125rem;
        left: 9.125rem;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    .homepage:not(.header) {
        padding-top: 45rem;
        display: flex;
        flex-direction: column;
    }

    .main-kv {
        height: 45rem;
        min-height: 45rem;
        padding: 4.875rem 0.625rem 4.438rem;
    }

    .main-kv-content .main-kv-top-left {
        top: 0.313rem;
        left: 0.625rem;
        column-gap: 0;
    }

    .main-kv-content .main-kv-small {
        display: none;
    }

    .main-kv-content .main-kv-slide {
        width: 100%;
        aspect-ratio: 340 / 571;
        -webkit-mask-image: url(../images/main-kv-mask-mobile.png);
        mask-image: url(../images/main-kv-mask-mobile.png);
    }

    .main-kv-lottie-1 {
        width: 4.5rem;
        height: 4.5rem;
    }

    .main-kv-text {
        position: absolute;
        top: 21.5rem;
        left: 0.938rem;
    }

    .main-kv-text .main-kv-title-small,
    .main-kv-text .main-kv-title {
        font-family: 'BebasNeue';
    }

    .main-kv-text .main-kv-title-small {
        font-size: 0.938rem;
        line-height: 100%;
        margin-left: 0;
    }

    .main-kv-text .main-kv-title {
        margin-top: 0.813rem;
        font-size: 2.688rem;
        line-height: 2.563rem;
    }

    .main-kv-text .main-kv-title.sub {
        margin-left: 0;
    }

    .main-kv-text .main-kv-description {
        display: none;
    }

    .main-kv-bottom-right {
        column-gap: 0;
        bottom: -2.563rem;
    }

    .main-kv-bottom-right-sub {
        row-gap: 2.5rem;
    }

    .main-kv-sub-lotties {
        column-gap: 0;
    }

    .main-kv-lottie-2 {
        width: 4.5rem;
        height: 4.5rem;
    }

    .main-kv-lottie-3 {
        display: none;
    }

    .main-kv-slogan .text-logo {
        font-family: 'D-DIN', sans-serif;
        font-size: 1rem;
    }

    /* Sub kv */
    .sub-kv .sub-kv-inner {
        margin: 0 auto 0;
        width: 100vw;
    }

    .sub-kv.sub-kv-1 {
        padding-top: 1.875rem;
        padding-bottom: 3.75rem;
        order: 3;
    }

    .sub-kv.sub-kv-2 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        order: 4;
    }

    .sub-kv.sub-kv-3 {
        padding-top: 3.75rem;
        padding-bottom: 3.75rem;
        order: 5;
    }

    .sub-kv-title {
        font-family: 'BebasNeue';
        font-size: 5.25rem;
        line-height: 5.75rem;
    }
    .sub-kv .sub-kv-title,
    .sub-kv .sub-kv-header {
        width: 19.5rem;
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .sub-kv.sub-kv-1 .sub-kv-title {
        margin-left: 0;
    }

    .sub-kv.sub-kv-2 .sub-kv-title {
        margin-right: 0;
    }

    .sub-kv.sub-kv-3 .sub-kv-title {
        margin-left: 0;
    }

    .sub-kv.sub-kv-1 .sub-kv-header {
        margin-top: 3.75rem;
        margin-right: 0;
        align-items: flex-end;
    }

    .sub-kv.sub-kv-2 .sub-kv-header {
        margin-top: 3.75rem;
        margin-left: 0;
    }

    .sub-kv.sub-kv-3 .sub-kv-header {
        margin-top: 3.75rem;
        margin-right: 0;
    }

    .sub-kv-header {
        row-gap: 0.75rem;
    }

    .sub-kv-header .sub-kv-header-text {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .sub-kv-header .sub-kv-header-text span {
        font-size: 2rem;
        line-height: 2.75rem;
    }

    .sub-kv-header .sub-kv-header-description {
        font-size: 0.875rem;
        line-height: 1.5rem;
    }

    /* Sub content */
    .sub-kv-content {
        width: 19.5rem;
    }

    .sub-kv.sub-kv-1 .sub-kv-content,
    .sub-kv.sub-kv-2 .sub-kv-content,
    .sub-kv.sub-kv-3 .sub-kv-content {
        margin: 1.875rem auto 0;
    }

    .sub-kv-content-grid {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 2.5rem;
    }

    .sub-kv-content-grid .sub-kv-content-item {
        width: 14.875rem;
        height: 14.875rem;
        border-radius: 50%;
    }

    .sub-kv-content-grid .sub-kv-content-item.horizontal,
    .sub-kv-content-grid .sub-kv-content-item.vertical,
    .sub-kv.sub-kv-1 .sub-kv-content-grid .sub-kv-content-item:nth-child(4),
    .sub-kv.sub-kv-2 .sub-kv-content-grid .sub-kv-content-item:nth-child(2),
    .sub-kv.sub-kv-3 .sub-kv-content-grid .sub-kv-content-item:nth-child(4) {
        display: none;
    }
    .sub-kv.sub-kv-2 .sub-kv-content-grid .sub-kv-content-item:nth-child(4) {
        order: 3;
    }
    .sub-kv.sub-kv-2 .sub-kv-content-grid .sub-kv-content-item:nth-child(5) {
        order: 2;
    }

    .sub-kv-content .sub-kv-content-description {
        margin-top: 3.75rem;
        width: 14.875rem;
        margin-left: auto;
    }
    .sub-kv-content .sub-kv-content-description .has-dropcap {
        font-size: 1.125rem;
        line-height: 1.625rem;
    }

    .has-dropcap .dropcap {
        font-size: 3.563rem;
        line-height: 3rem;
    }

    /* Sub KV Interview */
    .sub-kv-interview {
        width: 100%;
        margin: 3.75rem auto 0;
        padding-left: 1.5rem;
        flex-direction: column;
        row-gap: 5rem;
    }

    .sub-kv-interview .sub-kv-voice {
        width: 6.813rem;
        margin-left: 5rem;
    }

    .sub-kv-interview .sub-kv-interview-description {
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

    .sub-kv-interview .lottie-animation {
        width: 6.813rem;
        height: 3.75rem;
        margin-top: 5rem;
    }

    .interview-videos {
        column-gap: 1.25rem;
        overflow: auto;
        margin-left: 5rem;
        padding-right: 1.5rem;
    }
     .interview-videos::-webkit-scrollbar {
        display: none;
     }

    .interview-videos .interview-video {
        min-width: 11.563rem;
        width: 11.563rem;
        height: 17.375rem;
        border-radius: 0.938rem;
        padding: 0.938rem;
        row-gap: 0.938rem;
    }

    .interview-videos .interview-video .play-icon {
        position: absolute;
        top: 0.938rem;
        right: 0.938rem;
        width: 1.875rem;
        height: 1.875rem;
    }

    .interview-videos .interview-video .video-mask {
        aspect-ratio: 155 / 166;
    }

    .interview-video .video-meta {
        row-gap: 0.5rem;
    }

    .interview-video .video-meta .video-title {
        font-size: 0.938rem;
        line-height: 1.25rem;
    }

    .interview-video .video-meta .video-subtitle {
        font-size: 0.625rem;
        line-height: 0.813rem;
    }

    /* Video modal */
    #video-modal {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000e5;
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }

    #video-modal .video-modal-container {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .video-modal-container .close-modal {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 40px;
        right: 40px;
        cursor: pointer;
        background-image: url(../icons/close-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: 2;
    }

    .video-modal-container .video-wrapper {
        width: 960px;
        aspect-ratio: 16 / 9;
    }

    .video-modal-container .video-wrapper video {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    /* Brand Keywords */
    .homepage-brand-keywords-infinite-carousel-group {
        display: none;
    }

    .homepage-brand-keywords-futurelab-message-section {
        margin-block: 1.875em;
        order: 1;
    }

    .homepage-brand-keywords-futurelab-message-container {
        max-width: 100%;
        width: 100%;
    }

    .homepage-brand-keywords-futurelab-message-icon .lottie-wrapper {
        display: none;
    }

    .homepage-brand-keywords-futurelab-message-title {
        font-family: 'Pretendard', sans-serif;
        font-size: 0.75rem;
        line-height: 1.25rem;
        margin-top: 0;
    }

    .homepage-brand-keywords-futurelab-message-body {
        font-size: 1.125rem;
        line-height: 1.75rem;
        max-width: 19.5rem;
    }

    /* Loop Carousel */
    .homepage-loop-carousel-section {
        order: 0;
        margin-top: 5rem;
        margin-bottom: 1.875rem;
        margin-top: 50dvh;
    }

    .homepage-loop-carousel-infinite-carousel .homepage-loop-carousel-carousel-inner,
    .homepage-loop-carousel-infinite-carousel .homepage-loop-carousel-carousel-inner > div {
        gap: 2.5rem;
    }

    .homepage-loop-carousel-image {
        width: 19.375rem;
        height: 19.375rem;
    }

    .homepage-loop-carousel-section .lottie-animation {
        height: 19.375rem;
    }

    .homepage-keymessage-section {
        order: 2;
    }

    .homepage-keymessage-container {
        width: 100%;
        max-width: 100%;
    }

    .homepage-keymessage-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }

    .homepage-sub-entry {
        margin-top: -4px;
        padding-top: 7.938rem;
        order: 5;
    }

    .homepage-sub-entry .homepage-sub-entry-content {
        max-width: 19.5rem;
    }

    /* Homepage Sub Entry Styles */
    .homepage-sub-entry-title-section {
        margin-bottom: 3.75rem;
    }

    .homepage-sub-entry-title {
        font-size: 1.563rem;
        line-height: 2.188rem;
    }

    .homepage-sub-entry-hero-section {
        margin-bottom: 9.375rem;
    }

    .homepage-sub-entry-hero-text {
        font-size: 1.563rem;
        line-height: 2.188rem;
    }

    .homepage-sub-entry-hero-quote {
        margin-right: 0.25rem;
        font-size: 2rem;
    }

    .homepage-sub-entry-hero-quote.end {
        margin-left: -0.25rem;
    }

    .homepage-sub-entry-portrait-container {
        gap: 0;
        margin-top: 0;
        margin-bottom: 3.625rem;
    }

    .homepage-sub-entry-portrait-container > * {
        flex: 1;
    }
    .homepage-sub-entry-portrait-icon {
        display: none;
    }
    .homepage-sub-entry-card-group {
        display: flex;
        flex-direction: column;
        gap: 1.563rem;
        max-width: 19.5rem;
        margin: 0 auto 3.75rem auto;
        min-height: unset;
    }

    .homepage-sub-entry-card {
        border-radius: 1.25rem;
        padding: 1.563rem;
        height: 21.25rem;
    }

    .homepage-sub-entry-card-orange {
        min-height: unset;
        padding: 1.563rem;
    }

    .homepage-sub-entry-card-light {
        padding: 1.563rem;
        min-height: unset;
    }

    .homepage-sub-entry-card-label {
        font-size: 0.813rem;
        line-height: 1.25rem;
        margin-bottom: 0.938rem;
    }
    .homepage-sub-entry-card-body {
        font-weight: 800;
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: 9rem;
    }

    .homepage-sub-entry-card-title {
        font-weight: 800;
        font-size: 1.25rem;
        line-height: 1.875rem;
        margin-bottom: 9rem;
    }

    .homepage-sub-entry-card-date {
        font-size: 0.625rem;
        line-height: 100%;
        margin-top: 0;
    }

    .homepage-sub-entry-card-icon {
        width: 1.25rem;
        height: 1.25rem;
        right: 1.563rem;
        bottom: 1.563rem;
    }

    .homepage-sub-entry-card-orange .homepage-sub-entry-card-icon {
        display: none;
    }

    .homepage-sub-entry-card-lottie {
        width: 2.875rem;
        height: 2.875rem;
        right: 1.563rem;
        bottom: 1.563rem;
        top: unset;
        left: unset;
    }
}

/* Animations */
@keyframes maskZoomSmall {
    0% {
        width: 50%;
    }

    100% {
        width: 100%;
    }
}

@keyframes maskZoom {
    0% {
        -webkit-mask-size: 75% 100%;
        mask-size: 75% 100%;
    }

    100% {
        -webkit-mask-size: 100% 100%;
        mask-size: 100% 100%;
    }
}

@keyframes smoothSlide {
    0% {
        opacity: 0;
        transform: translateX(-1.875rem);
    }

    30% {
        opacity: 1;
        transform: translateX(0px);
    }

    60% {
        opacity: 0;
        transform: translateX(1.875rem);
    }

    100% {
        opacity: 0;
        transform: translateX(2.5rem);
    }
}

@keyframes smoothFade {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    60% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes infiniteCarouselAnimation {
    to {
        transform: translateX(calc(-50% - 1rem));
    }
}

@keyframes smoothScale {
    0% {
        opacity: 0;
        transform: scale(1);
    }

    5% {
        opacity: 1;
    }

    25% {
        opacity: 1;
        transform: scale(1.1);
    }

    40% {
        opacity: 0;
        transform: scale(1.15);
    }

    100% {
        opacity: 0;
        transform: scale(1.2);
    }
}
