.main-visual {
    position: relative;
    min-height: 700px;
    height: 950px;
    background-color: #020910;
    background-image: url("../img/main_img_01.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.hero-content {
    position: absolute;
    top: 50%;
    left: 50%;
    width: min(var(--container-2xl), calc(100% - (var(--page-gutter) * 2)));
    color: #ffffff;
    transform: translate(-50%, -48%);
}

.hero-content h1 {
    margin: 0;
    font-size: 75px;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0px;
}

.hero-content h1 strong {
    font-weight: 700;
}

.hero-content p {
    margin: 30px 0 0;
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

.main-tail {
    min-height: 130px;
    background: #ffffff;
}

.data-story {
    min-height: 820px;
    padding: 135px 0 120px;
    color: #2c2c2c;
    background: #ffffff;
}

.story-heading h2,
.platform-heading h2,
.hit-play-copy h2,
.download-content h2 {
    margin: 0;
    font-size: 40px;
    line-height: 1.35;
    letter-spacing: 0px;
}

.story-heading h2 {
    color: #333333;
    font-weight: 700;
}

.story-heading h2 strong {
    color: #19a806;
    font-weight: 700;
}

.story-heading p {
    margin: 22px 0 0;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0px;
}

.data-steps {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 74px;
    margin-top: 95px;
    text-align: center;
}

.data-steps::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 94px;
    right: 16.66%;
    left: 16.66%;
    height: 1px;
    background: #c4ffc9;
}

.data-step {
    position: relative;
    z-index: 1;
}

.data-step img {
    width: 188px;
    height: 188px;
    margin: 0 auto 25px;
    object-fit: contain;
}

.data-step h3 {
    margin: 0;
    color: #333333;
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: center;
}

.data-step p {
    margin: 13px 0 0;
    color: #707070;
    font-family: "Pretendard", "Noto Sans KR", "Malgun Gothic", Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0px;
    text-align: center;
}

.platform-section {
    min-height: 956px;
    padding: 105px 0 80px;
    color: #ffffff;
    background: #192528;
    text-align: center;
    overflow: hidden;
}

.platform-heading {
    text-align: left;
}

.section-label {
    margin: 0 0 14px;
    color: #19a806;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
}

.platform-heading h2 {
    font-size: 40px;
    font-weight: 700;
}

.platform-heading > p:last-child {
    margin: 22px 0 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0px;
}

.platform-diagram {
    display: block;
    width: min(1144px, 92%);
    margin: 58px auto 22px;
}

.locale-en .platform-diagram--en {
    position: relative;
    display: grid;
    box-sizing: border-box;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: center;
    gap: clamp(28px, 7.7%, 89px);
    aspect-ratio: 1144 / 369;
    padding: 36px 42px;
    border: 1px solid #00c5de;
    border-radius: 999px;
    list-style: none;
}

.locale-en .platform-diagram--en::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 50%;
    right: 16.5%;
    left: 16.5%;
    height: 1px;
    background: rgba(112, 112, 112, 0.5);
    transform: translateY(-50%);
}

.locale-en .platform-diagram__service {
    position: relative;
    z-index: 1;
    display: flex;
    width: 100%;
    max-width: 294px;
    aspect-ratio: 1;
    box-sizing: border-box;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    justify-self: center;
    border: 1px solid #bafefb;
    border-radius: 50%;
    color: #ffffff;
    background: rgba(5, 167, 157, 0.2);
    text-align: center;
}

.locale-en .platform-diagram__service strong,
.locale-en .platform-diagram__service span {
    display: block;
    letter-spacing: 0;
    white-space: nowrap;
}

.locale-en .platform-diagram__service strong {
    color: #00c5de;
    font-size: clamp(14px, 2vw, 25px);
    font-weight: 700;
    line-height: 1.2;
}

.locale-en .platform-diagram__service span {
    margin-top: 7px;
    font-size: clamp(12px, 1.55vw, 20px);
    font-weight: 500;
    line-height: 1.25;
}

.platform-message {
    margin: 0 0 38px;
    color: #00c5de;
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    letter-spacing: 0px;
}

.outline-button {
    display: inline-flex;
    box-sizing: border-box;
    width: 180px;
    height: 60px;
    min-width: 180px;
    min-height: 60px;
    align-items: center;
    justify-content: center;
    padding: 0 28px;
    border: 2px solid currentColor;
    border-radius: 999px;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    transition: color 180ms ease, background-color 180ms ease, transform 180ms ease;
}

.outline-button:hover,
.outline-button:focus-visible {
    transform: translateY(-2px);
}

.outline-button.light {
    color: #ffffff;
}

.outline-button.light:hover,
.outline-button.light:focus-visible {
    color: #192528;
    background: #ffffff;
}

.locale-en .download-section .outline-button {
    padding-right: 10px;
    padding-left: 10px;
    white-space: nowrap;
}

.outline-button.green {
    box-sizing: border-box;
    width: 180px;
    height: 60px;
    min-width: 0;
    min-height: 0;
    padding: 0;
    border: 3px solid #19a806;
    border-radius: 30px;
    color: #19a806;
}

.outline-button.green:hover,
.outline-button.green:focus-visible {
    color: #ffffff;
    background: #19a806;
}

.hit-play-section {
    min-height: 900px;
    padding: 110px 0 70px;
    color: #333333;
    background: #ffffff;
    overflow: hidden;
}

.hit-play-grid {
    display: grid;
    grid-template-columns: 1fr 0.9fr;
    align-items: center;
    gap: 70px;
}

.hit-play-copy h2 {
    color: #333333;
    font-size: 40px;
    font-weight: 700;
}

.hit-play-intro {
    margin: 25px 0 45px;
    color: #707070;
    font-size: 18px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 0px;
}

.hit-play-copy h3 {
    margin: 0 0 25px;
    color: #19a806;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
}

.benefit-list {
    margin: 0 0 38px;
    padding: 0;
    list-style: none;
}

.benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    margin: 0 0 18px;
}

.benefit-list img {
    width: 31px;
    height: 31px;
}

.benefit-list strong,
.benefit-list span {
    display: block;
}

.benefit-list strong {
    margin-bottom: 2px;
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.benefit-list span {
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}

.hit-play-visual {
    display: flex;
    justify-content: center;
}

.hit-play-visual img {
    display: block;
    width: min(608px, 100%);
}

.download-section {
    position: relative;
    height: 542px;
    display: grid;
    place-items: center;
    color: #ffffff;
    background: #020910 url("../img/main_img_05.png") center / cover no-repeat;
    text-align: center;
}

.download-content h2 {
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
}

.download-content h2 strong {
    font-weight: 800;
}

.download-content p strong {
    font-weight: 700;
}

.download-content p {
    margin: 14px 0 42px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0px;
}

@media (max-width: 1020px) {
    .main-visual {
        height: 100svh;
        min-height: 680px;
        background-position: 58% center;
    }

    .hero-content {
        transform: translate(-50%, -38%);
    }

    .hero-content h1 {
        font-size: clamp(43px, 7vw, 60px);
    }

    .main-tail {
        display: none;
    }
}

@media (max-width: 600px) {
    .main-visual {
        min-height: 620px;
        background-position: 65% center;
    }

    .hero-content {
        top: auto;
        bottom: 19%;
        transform: translateX(-50%);
    }

    .hero-content h1 {
        font-size: clamp(36px, 10vw, 48px);
        line-height: 1.25;
    }

    .hero-content p {
        max-width: 340px;
        margin-top: 22px;
        font-size: 16px;
        line-height: 1.7;
    }
}

@media (max-width: 1020px) {
    .data-story,
    .platform-section,
    .hit-play-section {
        min-height: auto;
        padding: 90px 0;
    }

    .story-heading h2,
    .platform-heading h2,
    .hit-play-copy h2,
    .download-content h2 {
        font-size: 34px;
    }

    .data-steps {
        gap: 25px;
        margin-top: 70px;
    }

    .data-step img {
        width: 150px;
        height: 150px;
    }

    .data-steps::before {
        top: 75px;
    }

    .platform-diagram {
        width: 100%;
    }

    .hit-play-grid {
        grid-template-columns: 1fr 0.85fr;
        gap: 35px;
    }

    .download-content {
        padding: 0 28px;
    }

    .download-content p {
        font-size: 22px;
    }
}

@media (max-width: 700px) {
    .data-story,
    .platform-section,
    .hit-play-section {
        padding: 72px 0;
    }

    .story-heading h2,
    .platform-heading h2,
    .hit-play-copy h2,
    .download-content h2 {
        font-size: 29px;
    }

    .story-heading p br,
    .platform-heading > p:last-child br,
    .hit-play-intro br {
        display: none;
    }

    .data-steps {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .data-steps::before {
        display: none;
    }

    .data-step img {
        width: 170px;
        height: 170px;
    }

    .section-label {
        font-size: 18px;
    }

    .locale-en .platform-diagram--en {
        grid-template-columns: 1fr;
        gap: 34px;
        width: min(320px, 92%);
        aspect-ratio: auto;
        padding: 34px;
        border-radius: 180px;
    }

    .locale-en .platform-diagram--en::before {
        top: 16.5%;
        right: auto;
        bottom: 16.5%;
        left: 50%;
        width: 1px;
        height: auto;
        transform: translateX(-50%);
    }

    .locale-en .platform-diagram__service {
        max-width: 220px;
    }

    .locale-en .platform-diagram__service strong {
        font-size: 18px;
    }

    .locale-en .platform-diagram__service span {
        font-size: 15px;
    }

    .platform-message {
        font-size: 21px;
    }

    .hit-play-grid {
        grid-template-columns: 1fr;
    }

    .hit-play-visual {
        order: -1;
    }

    .hit-play-visual img {
        width: min(430px, 100%);
    }

    .download-section {
        height: 470px;
    }

    .download-content p {
        font-size: 19px;
        line-height: 1.6;
    }

}
/* 관리자 콘텐츠에서 입력한 줄바꿈을 홈페이지에 그대로 반영합니다. */
.hero-content h1,
.hero-content p,
.story-heading h2,
.story-heading p,
.data-step p,
.platform-heading h2,
.platform-heading > p:not(.section-label),
.platform-message,
.hit-play-copy h2,
.hit-play-copy h3,
.hit-play-intro,
.download-content h2,
.download-content p {
    white-space: pre-line;
}
