@charset "UTF-8";
/* Common Styles */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable.css");
* {
    color: #000000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 10px; /* rem 단위 계산 기준을 10px로 설정 */
    text-size-adjust: 100%;
    font-weight: 400;
}

@media (max-width: 374px) {
    html {
        font-size: calc(10px - 4px + 8 * (100vw - 375px) / 375);
    }
}
@media (min-width: 375px) and (max-width: 500px) {
    html {
        font-size: calc(10px - 4px + 8 * (100vw - 375px) / 500);
    }
}
@media (min-width: 501px) {
    html {
        font-size: calc(10px - 2px + 5 * (100vw - 500px) / 720);
    }
}
@media (min-width: 720px) {
    html {
        font-size: 10px;
    }
}
/* common.css reset */
body {
    min-width: auto;
}

div,
p,
span {
    letter-spacing: -0.5px;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
}

img {
    border: 0;
    border-style: none;
}

button {
    border: 0;
    background: none;
    padding: 0;
    cursor: pointer;
}

button,
input,
select,
optgroup,
textarea {
    margin: 0;
    font-size: 100%;
    font-family: inherit;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset {
    border: 0;
}

legend {
    color: #000000;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

caption,
hr,
legend {
    width: 0;
    height: 0;
    font-size: 1px;
    text-indent: -9999em;
    line-height: 0;
}

a {
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

a:visited span {
    border: inherit;
}

main {
    display: block;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
}

@supports (text-decoration-style: dotted) {
    abbr[title] {
        text-decoration: underline dotted;
    }
}
small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

button,
input {
    overflow: visible;
}

input[type=number] {
    -webkit-appearance: none;
    -moz-appearance: textfield;
    appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]:focus {
    outline: none;
    box-shadow: none;
}

button,
select {
    text-transform: none;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    appearance: none;
}

details {
    display: block;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

.hide-txt {
    overflow: hidden;
    position: absolute;
    width: 1px;
    height: 1px;
    font-size: 1px;
    line-height: 0;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    margin: -1px;
    padding: 0;
    border: 0;
}

@font-face {
    font-family: "Esamanru";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicLight.woff") format("woff");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Esamanru";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff") format("woff");
    font-weight: normal;
    font-display: swap;
}
@font-face {
    font-family: "Esamanru";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicBold.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Mulmaru";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-4@1.1/Mulmaru.woff2") format("woff2");
    font-weight: normal;
    font-display: swap;
}
:root {
    --max-width: 720px;
    --max-pc: 1300px;
    --isa: "Esamanru";
    --mul: "Mulmaru";
    --pre: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    --bg-s1: #cce9f7;
    --bg-s2: #1347a8;
    --bg-s3: #edf6ff;
    --bg-s4: #d4e9f8;
    --bg-s5: #f4fdf8;
    --bg-s6: #d8efd9;
    --bg-footer: #e9f5eb;
    --c-dark: #111111;
    --c-white: #ffffff;
    --c-blue: #1347a8;
    --c-green: #2db84b;
}

body,
body * {
    font-family: "Esamanru" !important;
}

.font-isa {
    font-family: var(--isa);
}

.font-mul {
    font-family: var(--mul) !important;
}

.font-pre {
    font-family: var(--pre);
}

.font-gulim {
    font-family: "굴림", Gulim, sans-serif !important;
}

.font-bld {
    font-weight: 700;
}

.font-semi-bld {
    font-weight: 600;
}

.txt-sh {
    text-shadow: 3px 3px 0 #000;
}

.txt-stroke {
    color: #fff;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, -1px 0 0 black, 1px 0 0 black, 0 -1px 0 black, 0 1px 0 black, -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black, -2px 0 0 black, 2px 0 0 black, 0 -2px 0 black, 0 2px 0 black, -1px -2px 0 black, 1px -2px 0 black, -1px 2px 0 black, 1px 2px 0 black, -2px -1px 0 black, 2px -1px 0 black, -2px 1px 0 black, 2px 1px 0 black;
}

.txt-stroke-sh {
    color: #fff;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, -1px 0 0 black, 1px 0 0 black, 0 -1px 0 black, 0 1px 0 black, -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black, -2px 0 0 black, 2px 0 0 black, 0 -2px 0 black, 0 2px 0 black, -1px -2px 0 black, 1px -2px 0 black, -1px 2px 0 black, 1px 2px 0 black, -2px -1px 0 black, 2px -1px 0 black, -2px 1px 0 black, 2px 1px 0 black, 5px 5px 0 black;
}

.motion-fade-up {
    opacity: 0;
    transform: translateY(40px);
    will-change: opacity, transform;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1) var(--motion-delay, 0s), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) var(--motion-delay, 0s);
}

.motion-scale-up {
    opacity: 0;
    transform: scale(0.6);
    will-change: opacity, transform;
    transition: opacity 0.7s cubic-bezier(0.4, 0, 0.2, 1) var(--motion-delay, 0s), transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) var(--motion-delay, 0s);
}

.motion-text-wrap {
    overflow: hidden;
    display: block;
}

.motion-text-reveal {
    display: block;
    line-height: 1;
}
.motion-text-reveal span {
    transform: translateY(100%);
    will-change: transform;
    transition: transform 0.7s cubic-bezier(0.4, 0, 0.2, 1) var(--motion-delay, 0s);
}

.motion-fade-up.motion-play {
    opacity: 1;
    transform: translateY(0);
}

.motion-scale-up.motion-play {
    opacity: 1;
    transform: scale(1);
}

.motion-text-reveal.motion-play span {
    transform: translateY(0);
}

.btn_close {
    display: inline-block;
    width: 147px;
    height: 55px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/btn_close.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_warning01 {
    display: inline-block;
    width: 50px;
    height: 42px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_warning01.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_warning02 {
    display: inline-block;
    width: 113px;
    height: 97px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_warning02.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_bug01 {
    display: inline-block;
    width: 48px;
    height: 42px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_bug01.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_bug02 {
    display: inline-block;
    width: 44px;
    height: 40px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_bug02.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_bug03 {
    display: inline-block;
    width: 84px;
    height: 23px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_bug03.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_emoji01 {
    display: inline-block;
    width: 48px;
    height: 45px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_emoji01.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_emoji02 {
    display: inline-block;
    width: 48px;
    height: 45px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_emoji02.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_emoji03 {
    display: inline-block;
    width: 48px;
    height: 45px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_emoji03.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_emoji04 {
    display: inline-block;
    width: 100px;
    height: 103px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_emoji04.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_emoji05 {
    display: inline-block;
    width: 85px;
    height: 80px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_emoji05.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_emoji06 {
    display: inline-block;
    width: 110px;
    height: 113px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_emoji06.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_x {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_x.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_step_arrow {
    display: inline-block;
    width: 61px;
    height: 13px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_step_arrow.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_step_arrow2 {
    display: inline-block;
    width: 26px;
    height: 13px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_step_arrow2.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_heart {
    display: inline-block;
    width: 19px;
    height: 17px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_heart.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_siren {
    display: inline-block;
    width: 153px;
    height: 159px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_siren.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_cloud {
    display: inline-block;
    width: 146px;
    height: 73px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_cloud.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_arrow {
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_arrow.png") no-repeat center/contain;
    vertical-align: middle;
}
.ico_arrow--right {
    transform: rotate(-90deg);
}

.ico_wifi {
    display: inline-block;
    width: 122px;
    height: 101px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_wifi.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_drop {
    display: inline-block;
    width: 18px;
    height: 27px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_drop.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_stick {
    display: inline-block;
    width: 315px;
    height: 278px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_stick.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_heart_file {
    display: inline-block;
    width: 102px;
    height: 84px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_heart_file.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_siren_light {
    display: inline-block;
    width: 664px;
    height: 228px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/siren_light.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_twinkle_ligjt {
    display: inline-block;
    width: 28px;
    height: 34px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_twinkle_ligjt.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_twinkle_ligjt_s {
    display: inline-block;
    width: 22px;
    height: 28px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_twinkle_ligjt_s.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_twinkle_ligjt_xs {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_twinkle_ligjt_xs.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_loading_bar {
    display: inline-block;
    width: 377px;
    height: 32px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/loading_bar.png") no-repeat center/contain;
    vertical-align: middle;
}

.ico_arrow_right {
    display: inline-block;
    width: 23px;
    height: 22px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_arrow_right.png") no-repeat center/contain;
    vertical-align: middle;
}

@keyframes arrow-f1 {
    0% {
        opacity: 0;
    }
    4% {
        opacity: 1;
    }
    62% {
        opacity: 1;
    }
    67% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes arrow-f2 {
    0%, 10% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    72% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes arrow-f3 {
    0%, 21% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    72% {
        opacity: 1;
    }
    77% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes arrow-f4 {
    0%, 31% {
        opacity: 0;
    }
    35% {
        opacity: 1;
    }
    77% {
        opacity: 1;
    }
    82% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.visually-hidden,
.hide-txt {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.skip-link {
    position: absolute;
    top: -100%;
    left: 0;
    padding: 8px 16px;
    background: var(--c-blue);
    color: #fff;
    font-size: 14px;
    font-family: var(--pre);
    z-index: 9999;
    text-decoration: none;
}
.skip-link:focus {
    top: 0;
}

.childmind-wrap {
    width: 100%;
    min-width: 1400px;
    max-width: 1920px;
    margin: auto;
    position: relative;
    overflow: clip;
}

.inner {
    max-width: var(--max-pc);
    margin: 0 auto;
    position: relative;
}

.section {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.os-window {
    background: #fff;
    border: 1.5px solid #111;
    border-radius: 6px;
}

.os-window__bar {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 50px;
    padding: 0 14px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1.5px solid #111;
}

.os-window__title {
    flex: 1;
    font-family: var(--pre);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.os-window__btns {
    width: 50px;
    height: 14px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/pc/section03_ico02.png") no-repeat center/contain;
    flex-shrink: 0;
}

.os-window__close {
    margin-left: auto;
    background: none;
    border: none;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    padding: 2px 6px;
}

.arrow-seq__item {
    opacity: 0;
    animation-duration: 2.4s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}
.arrow-seq__item:nth-child(1) {
    animation-name: arrow-f1;
}
.arrow-seq__item:nth-child(2) {
    animation-name: arrow-f2;
}
.arrow-seq__item:nth-child(3) {
    animation-name: arrow-f3;
}
.arrow-seq__item:nth-child(4) {
    animation-name: arrow-f4;
}

.arrow-seq--h {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
.arrow-seq--h .arrow-seq__item {
    transform: rotate(-90deg);
}

.arrow-seq--v {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
}

[class*=img-box--] {
    display: block;
}
[class*=img-box--] > img {
    display: block;
    width: 100%;
    height: auto;
}

.section1-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px;
    width: 100%;
    position: absolute;
    z-index: 10;
}
.section1-header__brand .img-box--logo-campaign {
    width: auto;
    height: 72px;
}
.section1-header__logo .img-box--logo-gn {
    width: auto;
    height: 52px;
}
.section1-header__brand img, .section1-header__logo img {
    width: auto;
    height: 100%;
}

.img-box--logo-campaign {
    width: 165px;
    height: 96px;
}

.img-box--logo-gn {
    width: 182px;
    height: 61px;
}

.img-box--error-win-blue {
    width: 372px;
    height: 262px;
}

.img-box--error-win-green {
    width: 262px;
    height: 222px;
}

.img-box--error-win-violet {
    width: 442px;
    height: 322px;
}

.img-box--error-win-main {
    width: 857px;
    height: 557px;
}

.img-box--section01-title {
    width: 758px;
    height: 115px;
}

.section1 .ico_warning02 {
    width: 70px;
    height: 60px;
}
.section1 {
    min-height: 960px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/pc/bg_section01.png") no-repeat center/cover;
    display: flex;
    flex-direction: column;
    padding-top: 147px;
    padding-bottom: 103px;
}
.section1 .section1-stage {
    position: relative;
    width: 949px;
    margin: 0 auto;
}
@keyframes spin-y {
    from {
        transform: translateX(-50%) rotateY(0deg);
    }
    to {
        transform: translateX(-50%) rotateY(360deg);
    }
}
.section1 .section1-siren-grp {
    position: absolute;
    z-index: 1;
    left: -140px;
    bottom: 60px;
}
.section1 .section1-siren {
    display: block;
    position: relative;
    z-index: 2;
}
.section1 .section1-siren-light {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    animation: spin-y 3s linear infinite;
}
.section1 .section1-win {
    position: absolute;
    z-index: 1;
}
.section1 .section1-win [class*=img-box--] {
    max-width: 100%;
    position: relative;
}
.section1 .section1-win--alarm {
    left: -268px;
    top: -55px;
}
.section1 .section1-win--warning {
    right: -260px;
    top: -45px;
}
.section1 .section1-win--error {
    right: -325px;
    bottom: 20px;
}
.section1 .section1-win__title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 26px;
    display: flex;
    align-items: center;
    padding: 0 28px;
    font-family: var(--mul) !important;
    font-size: 10px;
    font-weight: 200;
    color: #fff;
    pointer-events: none;
    z-index: 2;
}
.section1 .section1-win__title--alarm {
    top: 35px;
    left: 90px;
    font-size: 18px;
}
.section1 .section1-win__title--warning {
    top: 29px;
    left: 70px;
    font-size: 14px;
}
.section1 .section1-win__title--error {
    top: 35px;
    left: 90px;
    font-size: 20px;
}
.section1 .section1-win__body {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 30px;
    pointer-events: none;
}
.section1 .section1-win__text {
    font-family: var(--mul) !important;
    font-weight: 400;
    letter-spacing: 0.2em;
    color: #111;
}
.section1 .section1-win__text--alarm {
    font-size: 22px;
}
.section1 .section1-win__text--warning {
    font-size: 19px;
}
.section1 .section1-win__text--error {
    font-size: 30px;
}
@keyframes emoji-f1 {
    0% {
        opacity: 1;
    }
    8% {
        opacity: 0.1;
    }
    16% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes emoji-f2 {
    0%, 33% {
        opacity: 1;
    }
    41% {
        opacity: 0.1;
    }
    49% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
@keyframes emoji-f3 {
    0%, 66% {
        opacity: 1;
    }
    74% {
        opacity: 0.1;
    }
    82% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.section1 .section1-win__icons {
    display: flex;
    gap: 6px;
    align-items: center;
}
.section1 .section1-win__icons .ico_emoji01 {
    animation: emoji-f1 2.4s linear infinite;
}
.section1 .section1-win__icons .ico_emoji02 {
    animation: emoji-f2 2.4s linear infinite;
}
.section1 .section1-win__icons .ico_emoji03 {
    animation: emoji-f3 2.4s linear infinite;
}
.section1 .section1-win-main {
    position: relative;
    z-index: 2;
    width: 949px;
    height: 669px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/pc/error_window_main.png") no-repeat center/cover;
    border: none;
    border-radius: 6px;
}
.section1 .section1-win-main .os-window__body {
    position: relative;
    z-index: 1;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 200px;
}
.section1 .section1-win-main__title {
    position: absolute;
    top: 54px;
    left: 192px;
    right: 0;
    height: 40px;
    display: block;
    font-family: var(--mul) !important;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    pointer-events: none;
    z-index: 2;
}
.section1 .section1-wifi {
    position: absolute;
    top: -95px;
    right: 95px;
}
.section1 .section1-title {
    text-align: center;
}
.section1 .section1-title h1 {
    font-size: 72px;
    font-weight: 700;
    color: var(--c-dark);
    line-height: 1.1;
    letter-spacing: -1px;
}
.section1 .section1-title h1 strong {
    color: var(--c-blue);
    position: relative;
}
.section1 .section1-title h1 strong::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(19, 71, 168, 0.08);
    border-radius: 4px;
}
@keyframes s1-g1-f1 {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    69% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes s1-g1-f2 {
    0%, 6% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    69% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes s1-g1-f3 {
    0%, 11% {
        opacity: 0;
    }
    13% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    69% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes s1-g1-f4 {
    0%, 16% {
        opacity: 0;
    }
    18% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    69% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes s1-g2-f1 {
    0%, 26% {
        opacity: 0;
    }
    28% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    69% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes s1-g2-f2 {
    0%, 31% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    69% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes s1-g2-f3 {
    0%, 36% {
        opacity: 0;
    }
    38% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    69% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
@keyframes s1-g2-f4 {
    0%, 41% {
        opacity: 0;
    }
    43% {
        opacity: 1;
    }
    67% {
        opacity: 1;
    }
    69% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.section1 .section1-envelope-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-top: 30px;
}
.section1 .section1-envelope-row .arrow-seq:first-of-type .arrow-seq__item {
    animation-duration: 2s;
}
.section1 .section1-envelope-row .arrow-seq:first-of-type .arrow-seq__item:nth-child(1) {
    animation-name: s1-g1-f1;
}
.section1 .section1-envelope-row .arrow-seq:first-of-type .arrow-seq__item:nth-child(2) {
    animation-name: s1-g1-f2;
}
.section1 .section1-envelope-row .arrow-seq:first-of-type .arrow-seq__item:nth-child(3) {
    animation-name: s1-g1-f3;
}
.section1 .section1-envelope-row .arrow-seq:first-of-type .arrow-seq__item:nth-child(4) {
    animation-name: s1-g1-f4;
}
.section1 .section1-envelope-row .arrow-seq:last-of-type .arrow-seq__item {
    animation-duration: 2s;
}
.section1 .section1-envelope-row .arrow-seq:last-of-type .arrow-seq__item:nth-child(1) {
    animation-name: s1-g2-f1;
}
.section1 .section1-envelope-row .arrow-seq:last-of-type .arrow-seq__item:nth-child(2) {
    animation-name: s1-g2-f2;
}
.section1 .section1-envelope-row .arrow-seq:last-of-type .arrow-seq__item:nth-child(3) {
    animation-name: s1-g2-f3;
}
.section1 .section1-envelope-row .arrow-seq:last-of-type .arrow-seq__item:nth-child(4) {
    animation-name: s1-g2-f4;
}
.section1 .section1-signal-txt {
    font-size: 34px;
    font-weight: 700;
    color: #222;
    letter-spacing: -0.3px;
    text-align: center;
    margin-top: 45px;
}
@keyframes heart-f1 {
    0% {
        opacity: 0;
    }
    2% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f2 {
    0%, 6% {
        opacity: 0;
    }
    8% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f3 {
    0%, 13% {
        opacity: 0;
    }
    15% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f4 {
    0%, 19% {
        opacity: 0;
    }
    21% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f5 {
    0%, 25% {
        opacity: 0;
    }
    27% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f6 {
    0%, 31% {
        opacity: 0;
    }
    33% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f7 {
    0%, 37% {
        opacity: 0;
    }
    39% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f8 {
    0%, 43% {
        opacity: 0;
    }
    45% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f9 {
    0%, 49% {
        opacity: 0;
    }
    51% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes heart-f10 {
    0%, 55% {
        opacity: 0;
    }
    57% {
        opacity: 1;
    }
    62% {
        opacity: 0;
    }
    67% {
        opacity: 1;
    }
    72% {
        opacity: 0;
    }
    77% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes dot-f1 {
    0% {
        opacity: 0;
    }
    5% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes dot-f2 {
    0%, 19% {
        opacity: 0;
    }
    24% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes dot-f3 {
    0%, 39% {
        opacity: 0;
    }
    44% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.section1 .section1-loading {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
.section1 .section1-loading__bar {
    width: 377px;
    height: 32px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/loading_bar.png") no-repeat center/contain;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    padding: 0 20px;
}
.section1 .section1-loading__label {
    font-family: var(--mul) !important;
    font-size: 26px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #111;
}
.section1 .section1-loading__label .loading-dot {
    opacity: 0;
    margin-left: 3px;
}
.section1 .section1-loading .ico_heart {
    opacity: 0;
}
.section1 .section1-loading.onStart .loading-dot:nth-child(1) {
    animation: dot-f1 1.5s infinite;
}
.section1 .section1-loading.onStart .loading-dot:nth-child(2) {
    animation: dot-f2 1.5s infinite;
}
.section1 .section1-loading.onStart .loading-dot:nth-child(3) {
    animation: dot-f3 1.5s infinite;
}
.section1 .section1-loading.onStart .ico_heart {
    opacity: 1;
}
.section1 .section1-loading.onStart .heart-f1 {
    animation: heart-f1 4s infinite;
}
.section1 .section1-loading.onStart .heart-f2 {
    animation: heart-f2 4s infinite;
}
.section1 .section1-loading.onStart .heart-f3 {
    animation: heart-f3 4s infinite;
}
.section1 .section1-loading.onStart .heart-f4 {
    animation: heart-f4 4s infinite;
}
.section1 .section1-loading.onStart .heart-f5 {
    animation: heart-f5 4s infinite;
}
.section1 .section1-loading.onStart .heart-f6 {
    animation: heart-f6 4s infinite;
}
.section1 .section1-loading.onStart .heart-f7 {
    animation: heart-f7 4s infinite;
}
.section1 .section1-loading.onStart .heart-f8 {
    animation: heart-f8 4s infinite;
}
.section1 .section1-loading.onStart .heart-f9 {
    animation: heart-f9 4s infinite;
}
.section1 .section1-loading.onStart .heart-f10 {
    animation: heart-f10 4s infinite;
}
@keyframes twinkle {
    0% {
        transform: scale(0.7);
        opacity: 0;
    }
    50% {
        transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}
.section1 .section1-twinkles {
    position: absolute;
    left: -190px;
    bottom: 254px;
    width: 100px;
    height: 110px;
    pointer-events: none;
    z-index: 1;
}
.section1 .section1-twinkles [class*=ico_twinkle] {
    position: absolute;
    animation: twinkle 1.8s ease-in-out infinite;
}
.section1 .section1-twinkles .ico_twinkle_ligjt {
    bottom: 30px;
    left: 0;
    animation-delay: 0s;
}
.section1 .section1-twinkles .ico_twinkle_ligjt_s {
    bottom: 0;
    right: 0;
    animation-delay: 0.5s;
}
.section1 .section1-twinkles .ico_twinkle_ligjt_xs {
    top: 0;
    right: 20px;
    animation-delay: 1s;
}
.section1 .section1-deco {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.section1 .section1-deco--star1 {
    width: 10px;
    height: 10px;
    top: 15%;
    left: 28%;
    background: #fff;
}
.section1 .section1-deco--star2 {
    width: 6px;
    height: 6px;
    top: 30%;
    right: 38%;
    background: #fff;
}
.section1 .section1-deco--star3 {
    width: 8px;
    height: 8px;
    bottom: 25%;
    left: 38%;
    background: #ffd166;
}

.img-box--monitor {
    width: 1102px;
    height: 829px;
}

.img-box--dot-box {
    width: 145px;
    height: 55px;
}

.img-box--btn-close {
    width: 147px;
    height: 55px;
}

.img-box--section02-tooltip {
    width: 396px;
    height: 84px;
}

.section2 {
    background: #207bec;
    padding: 90px 0;
}
.section2 .inner {
    position: relative;
}
.section2 .section2-title {
    text-align: center;
    margin-bottom: 30px;
}
.section2 .section2-title h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    color: #fff;
}
.section2 .section2-title h2 strong {
    color: #ff5460;
    font-size: 55px;
    line-height: 55px;
    font-weight: 700;
    opacity: 0;
}
.section2 .section2-title h2 strong.active {
    animation: warn-blink 1.2s ease-in-out forwards;
}
@keyframes warn-blink {
    0% {
        opacity: 0;
    }
    20% {
        opacity: 1;
    }
    35% {
        opacity: 0.2;
    }
    50% {
        opacity: 1;
    }
    65% {
        opacity: 0.3;
    }
    80% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}
.section2 .section2-stage {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    gap: 40px;
    position: relative;
}
.section2 .section2-monitor {
    position: relative;
    z-index: 1;
}
.section2 .section2-monitor__wrap {
    position: relative;
    display: inline-block;
}
.section2 .section2-monitor__img {
    height: auto;
}
.section2 .section2-alert__win-title {
    position: absolute;
    top: 24px;
    left: 152px;
    right: 0;
    height: 40px;
    display: block;
    font-family: var(--mul) !important;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #fff;
    pointer-events: none;
    z-index: 2;
}
.section2 .section2-alert {
    position: absolute;
    top: 56px;
    left: 50%;
    transform: translateX(-50%);
    width: 863px;
    height: 563px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/pc/error_window_main2.png") no-repeat center/cover;
    border: none;
    border-radius: 6px;
}
.section2 .section2-alert.is-open .section2-alert__txt--desc strong::before,
.section2 .section2-alert.is-open .section2-alert__txt--warn::before {
    width: 100%;
    right: 0;
}
.section2 .section2-alert .os-window__body {
    padding: 120px 28px 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.section2 .section2-alert__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.section2 .section2-alert__error {
    font-family: var(--mul) !important;
    font-size: 85px;
    font-weight: 700;
    line-height: 85px;
    margin-top: 5px;
    letter-spacing: 0.2em;
}
.section2 .section2-alert__txt {
    font-size: 28px;
    line-height: 28px;
}
.section2 .section2-alert__txt--warn {
    position: relative;
    color: #ff404d;
    font-weight: 700;
    display: inline-block;
    margin-top: 16px;
}
.section2 .section2-alert__txt--warn::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    transition: width 1s ease 1s;
    height: 1px;
    background-color: #ff404d;
}
.section2 .section2-alert__txt--desc {
    color: #111;
    font-weight: 300;
    margin-top: 8px;
}
.section2 .section2-alert__txt--desc strong {
    position: relative;
    font-weight: 700;
    line-height: 28px;
    display: inline-block;
}
.section2 .section2-alert__txt--desc strong::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    transition: width 1s ease 1s;
    height: 1px;
    background-color: #111;
}
.section2 .section2-alert__btns {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin-top: 28px;
    padding: 0 28px;
}
.section2 .section2-alert__tooltip {
    position: absolute;
    bottom: 70px;
    right: -300px;
    width: 396px;
    height: 84px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/pc/section02_tooltip.png") no-repeat center/contain;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    font-size: 21px;
    line-height: 45px;
    color: #555;
    padding-bottom: 16px;
}
.section2 .section2-alert__tooltip .arrow {
    color: #ff404d;
}
.section2 .section2-btn {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.section2 .section2-btn img {
    display: block;
}
.section2 .section2-btn span {
    position: absolute;
    font-size: 26px;
    color: #fff;
    pointer-events: none;
}
.section2 .section2-btn--disabled span {
    color: #ced5e4;
}
.section2 .section2-joystick {
    width: 200px;
    align-self: flex-end;
}
.section2 .section2-joystick [class*=img-box--] {
    width: 100%;
    height: auto;
}
.section2 .section2-deco {
    position: absolute;
    pointer-events: none;
    z-index: 1;
}
.section2 .section2-deco--bug1 {
    top: -100px;
    right: -157px;
}
.section2 .section2-deco--bug2 {
    bottom: 350px;
    left: -127px;
}
.section2 .section2-deco--bug3 {
    top: -70px;
    left: -34px;
}
.section2 .section2-deco--bug4 {
    top: 260px;
    right: -31px;
}
.section2 .section2-deco--stick {
    bottom: -20px;
    right: -155px;
}
.section2 .section2-deco--bug1 {
    animation: bug-jitter-1 2s steps(1) infinite;
}
.section2 .section2-deco--bug2 {
    animation: bug-jitter-2 2.6s steps(1) infinite;
}
.section2 .section2-deco--bug3 {
    animation: bug-jitter-3 1.7s steps(1) infinite;
}
.section2 .section2-deco--bug4 {
    animation: bug-jitter-4 1.5s steps(1) infinite;
}
@keyframes bug-jitter-1 {
    0% {
        transform: translate(0, 0);
    }
    15% {
        transform: translate(-2px, 2px);
    }
    35% {
        transform: translate(2px, 0);
    }
    55% {
        transform: translate(0, -2px);
    }
    75% {
        transform: translate(-2px, -2px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes bug-jitter-2 {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(2px, 2px);
    }
    40% {
        transform: translate(-2px, 0);
    }
    65% {
        transform: translate(2px, -2px);
    }
    85% {
        transform: translate(0, 2px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes bug-jitter-3 {
    0% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(0, -2px);
    }
    30% {
        transform: translate(2px, 2px);
    }
    50% {
        transform: translate(-2px, 0);
    }
    70% {
        transform: translate(0, 2px);
    }
    90% {
        transform: translate(2px, -2px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes bug-jitter-4 {
    0% {
        transform: translate(0, 0);
    }
    25% {
        transform: translate(-2px, -2px);
    }
    45% {
        transform: translate(0, 2px);
    }
    60% {
        transform: translate(2px, 0);
    }
    80% {
        transform: translate(-2px, 2px);
    }
    100% {
        transform: translate(0, 0);
    }
}

.img-box--section3-char01,
.img-box--section3-char02,
.img-box--section3-char03 {
    position: absolute;
    bottom: 9px;
    width: 100%;
    height: calc(100% + 45px);
    z-index: 4;
    overflow: hidden;
    transition: bottom 0.4s ease;
}

.img-box--section3-char01 img {
    transform: translateY(200px);
}

.img-box--section3-char02 img {
    transform: translateY(205px);
}

.img-box--section3-char03 img {
    transform: translateY(220px);
}

.img-box--section03-bg01 {
    width: 337px;
    height: 457px;
}

.img-box--section03-bg02 {
    width: 337px;
    height: 457px;
}

.img-box--section03-bg03 {
    width: 343px;
    height: 463px;
}

.section3 {
    background: #f3f8fd;
    padding: 220px 0 40px;
    cursor: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_cursor.png"), auto;
}
.section3 .arrow-seq--v {
    width: 100%;
}
.section3 .section3-title {
    position: relative;
    text-align: center;
    margin-bottom: 90px;
}
.section3 .section3-title h2 {
    margin-bottom: 6px;
}
.section3 .section3-title__pretxt {
    display: block;
    font-size: 50px;
    font-weight: 500;
    color: #111;
}
.section3 .section3-title__sub {
    display: flex;
    justify-content: center;
    gap: 6px;
    font-size: 65px;
    line-height: 65px;
    font-weight: 700;
    margin-bottom: 40px;
    margin-top: 18px;
}
.section3 .section3-title__sub strong {
    font-weight: 700;
}
.section3 .section3-title__sub .sub--01 {
    color: #ffce1c;
}
.section3 .section3-title__sub .sub--01 .txt-stroke-sh {
    color: #ffce1c;
}
.section3 .section3-title__sub .sub--03 {
    color: #fe7a51;
}
.section3 .section3-title__sub .sub--03 .txt-stroke-sh {
    color: #fe7a51;
}
.section3 .section3-title__desc {
    font-size: 26px;
    line-height: 26px;
    color: #111;
    margin-bottom: 20px;
    font-weight: lighter;
}
.section3 .section3-deco {
    position: absolute;
    pointer-events: none;
}
.section3 .section3-deco--emoji6-l {
    left: -240px;
    top: 40px;
    animation: bug-jitter-1 2.2s steps(1) infinite;
}
.section3 .section3-deco--emoji5-tr {
    top: -100px;
    right: 190px;
    animation: bug-jitter-2 2s steps(1) infinite;
}
.section3 .section3-deco--emoji6-br {
    bottom: -30px;
    right: -290px;
    animation: bug-jitter-3 1.8s steps(1) infinite;
}
.section3 .section3-deco--x-tl {
    left: 190px;
    top: -90px;
    animation: bug-jitter-1 2s steps(1) infinite;
}
.section3 .section3-deco--x-rm {
    right: 110px;
    top: 10px;
    animation: bug-jitter-3 2s steps(1) infinite;
}
@keyframes bug-jitter-1 {
    0% {
        transform: translate(0, 0);
    }
    15% {
        transform: translate(-2px, 2px);
    }
    35% {
        transform: translate(2px, 0);
    }
    55% {
        transform: translate(0, -2px);
    }
    75% {
        transform: translate(-2px, -2px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes bug-jitter-2 {
    0% {
        transform: translate(0, 0);
    }
    20% {
        transform: translate(2px, 2px);
    }
    40% {
        transform: translate(-2px, 0);
    }
    65% {
        transform: translate(2px, -2px);
    }
    85% {
        transform: translate(0, 2px);
    }
    100% {
        transform: translate(0, 0);
    }
}
@keyframes bug-jitter-3 {
    0% {
        transform: translate(0, 0);
    }
    10% {
        transform: translate(0, -2px);
    }
    30% {
        transform: translate(2px, 2px);
    }
    50% {
        transform: translate(-2px, 0);
    }
    70% {
        transform: translate(0, 2px);
    }
    90% {
        transform: translate(2px, -2px);
    }
    100% {
        transform: translate(0, 0);
    }
}
.section3 .section3-cards {
    display: flex;
    gap: 80px;
    justify-content: center;
    position: relative;
    margin-top: 124px;
}
.section3 .section3-card .card {
    width: 343px;
    height: 463px;
    position: relative;
    perspective: 2500px;
}
.section3 .section3-card .wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
}
.section3 .section3-card .cover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    transition: opacity 0.4s ease;
}
.section3 .section3-card .hover-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    z-index: 2;
    transition: opacity 0.4s ease;
}
.section3 .section3-card .character {
    width: 100%;
    height: auto;
    opacity: 1;
    transition: transform 0.5s ease;
}
.section3 .section3-card__txt {
    position: absolute;
    z-index: 3;
    top: 50px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3;
    padding: 0 20px;
    pointer-events: none;
}
.section3 .section3-card__txt strong,
.section3 .section3-card__txt em {
    font-weight: 700;
}
.section3 .section3-card[data-card="1"] .section3-card__txt-em {
    color: #84f8bd;
}
.section3 .section3-card[data-card="2"] .section3-card__txt-em {
    color: #ffdc5c;
}
.section3 .section3-card[data-card="3"] .section3-card__txt-em {
    color: #9cd4ff;
}
.section3 .section3-card:hover .wrapper, .section3 .section3-card.is-active .wrapper {
    transform: perspective(900px) rotateX(25deg);
}
.section3 .section3-card:hover .hover-bg, .section3 .section3-card.is-active .hover-bg {
    opacity: 1;
}
.section3 .section3-card:hover [class*=img-box--section], .section3 .section3-card.is-active [class*=img-box--section] {
    bottom: -4px;
}
.section3 .section3-card:hover .character, .section3 .section3-card.is-active .character {
    transform: translateY(30px);
}
.section3 .section3-card__popup {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    width: 1143px;
    height: 594px;
    z-index: 100;
    background: none;
    border: none;
    border-radius: 0;
    left: 0;
    right: 0;
    left: 50%;
    transform: translateX(-50%);
}
.section3 .section3-card[data-card="1"] .section3-card__popup {
    background-image: url("https://cdn.gni.kr/assets/images/childmind2026/pc/section03_tooltip_bg01.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section3 .section3-card[data-card="2"] .section3-card__popup {
    background-image: url("https://cdn.gni.kr/assets/images/childmind2026/pc/section03_tooltip_bg02.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section3 .section3-card[data-card="3"] .section3-card__popup {
    background-image: url("https://cdn.gni.kr/assets/images/childmind2026/pc/section03_tooltip_bg03.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.section3 .section3-card[data-card="1"] .section3-card__popup .os-window__body {
    text-align: center;
    margin-top: 90px;
}
.section3 .section3-card[data-card="1"] .title-em {
    color: #84f8bd;
}
.section3 .section3-card[data-card="2"] .title-em {
    color: #ffdc5c;
}
.section3 .section3-card[data-card="3"] .title-em {
    color: #9cd4ff;
}
.section3 .section3-card[data-card="2"] .section3-popup__lead {
    text-align: center;
}
.section3 .section3-card[data-card="2"] .section3-popup__lead .lead-em {
    color: #fe7a51;
    border-bottom: none;
}
.section3 .section3-card[data-card="2"] .section3-popup__lead .lead-em::before {
    display: none;
}
.section3 .section3-card__close {
    position: absolute;
    top: 3px;
    right: 10px;
    width: 80px;
    height: 80px;
    background: none;
    border: none;
    cursor: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_cursor.png"), auto;
    z-index: 10;
}
.section3 .section3-card.is-open .section3-card__popup {
    display: block;
}
.section3 .section3-card.is-active .section3-popup__stat-em::before,
.section3 .section3-card.is-active .section3-popup__lead .lead-em:before {
    width: 100%;
    right: 0;
}
.section3 .section3-popup__bar {
    display: flex;
    align-items: center;
    height: 80px;
    padding: 10px 36px 0;
}
.section3 .section3-popup__title {
    font-size: 40px;
    line-height: 40px;
    font-weight: 700;
    padding: 10px 20px;
}
.section3 .section3-popup__title em {
    font-weight: 700;
}
.section3 .section3-popup__lead--01 {
    margin-top: 24px;
}
.section3 .section3-popup__lead--02 {
    margin-top: 60px;
}
.section3 .section3-popup__lead--02 .lead-em {
    font-weight: 700;
}
.section3 .section3-popup__lead {
    font-size: 38px;
    line-height: 38px;
    font-weight: 700;
}
.section3 .section3-popup__lead .lead-em {
    position: relative;
    display: inline-block;
    color: #04b079;
}
.section3 .section3-popup__lead .lead-em::before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    left: 0;
    width: 0;
    background-color: #04b079;
    transition: width 1s ease 0.5s;
}
.section3 .section3-popup__source {
    font-size: 19px;
    line-height: 19px;
    color: #8c95a7;
    margin-top: 25px;
    text-align: center;
}
.section3 .section3-popup__list {
    list-style: none;
    padding: 0;
}
.section3 .section3-popup__list li {
    padding: 0;
    font-size: 30px;
    font-weight: 300;
    line-height: 55px;
}
.section3 .section3-popup__item {
    padding: 0;
    font-size: 30px;
    line-height: 55px;
}
.section3 .section3-popup__stats {
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 910px;
    margin: 40px auto 0;
}
.section3 .section3-popup__stats li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 70px;
    padding: 0 48px;
    font-size: 28px;
    font-weight: 300;
    background-color: #f2f5fc;
    border-radius: 8px;
}
.section3 .section3-popup__stats li span {
    flex: 0 0 75%;
}
.section3 .section3-popup__stats li > i {
    flex: 0 0 auto;
}
.section3 .section3-popup__stat-em {
    position: relative;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
}
.section3 .section3-popup__stat-em::before {
    content: "";
    position: absolute;
    bottom: -2px;
    height: 1px;
    left: 0;
    width: 0;
    background-color: currentColor;
    transition: width 1s ease 0.5s;
}
.section3 .section3-popup__stat-num {
    font-size: 28px;
    font-weight: 700;
    color: #fe7a51;
    flex: 1 0 80px;
    text-align: right;
}
.section3 .section3-popup__stat-num span {
    font-weight: 300;
    color: #fe7a51;
}
.section3 .section3-popup__cols {
    display: flex;
    gap: 0;
    padding: 40px;
}
.section3 .section3-popup__cols p {
    font-size: 28px;
    line-height: 55px;
    font-weight: 300;
}
.section3 .section3-popup__cols p strong {
    font-weight: 700;
    font-size: 30px;
}
.section3 .section3-popup__col {
    text-align: center;
    flex: 1;
    padding: 16px 32px;
}
.section3 .section3-popup__col + .section3-popup__col {
    border-left: 1px solid #c8cfdd;
}
.section3 .section3-popup__col .section3-popup__source {
    font-size: 18px;
    line-height: 24px;
    color: #8c95a7;
    margin-top: 36px;
}

.section4 [class*=img-box--news-popup] {
    position: relative;
}
.section4 .img-box--news-popup-01 {
    width: 531px;
    height: 191px;
    margin-left: 170px;
    margin-top: -40px;
}
.section4 .img-box--news-popup-01 .section4-news__body {
    transform: rotate(-3deg);
}
.section4 .img-box--news-popup-02 {
    width: 675px;
    height: 231px;
    margin-left: -380px;
    margin-top: -130px;
}
.section4 .img-box--news-popup-02 .section4-news__body {
    transform: rotate(5.8deg);
}
.section4 .img-box--news-popup-03 {
    width: 533px;
    height: 199px;
    margin-left: 510px;
    margin-top: -44px;
}
.section4 .img-box--news-popup-03 .section4-news__body {
    transform: rotate(-3.7deg);
}
.section4 .img-box--news-popup-04 {
    width: 667px;
    height: 163px;
    margin-left: -210px;
}
.section4 .arrow-seq--v {
    width: 100%;
}
.section4 .img-box--section4-girl {
    width: 160px;
    height: 238px;
}
.section4 {
    background: #e1effd;
    padding: 130px 0 140px;
}
.section4 .section4-title {
    text-align: center;
    margin-bottom: 60px;
}
.section4 .section4-title h2 {
    font-size: 45px;
    line-height: 45px;
    font-weight: 400;
}
.section4 .section4-title__em {
    display: block;
    font-size: 65px;
    line-height: 65px;
    font-weight: 700;
    color: #ff755e;
    margin-top: 30px;
}
.section4 .section4-title__em .section4-title__em {
    margin-top: 0;
}
.section4 .section4-news {
    position: relative;
    margin-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section4 .section4-news__item [class*=img-box--] {
    position: relative;
}
.section4 .section4-news__item--1 {
    top: 0;
    left: 5%;
    z-index: 1;
}
.section4 .section4-news__item--2 {
    top: 50px;
    left: 12%;
    z-index: 2;
}
.section4 .section4-news__item--3 {
    top: 110px;
    left: 20%;
    z-index: 1;
}
.section4 .section4-news__item--4 {
    top: 170px;
    left: 28%;
    z-index: 2;
}
.section4 .section4-news__body {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    padding-left: 30px;
    padding-top: 48px;
    gap: 16px;
}
.section4 .section4-news__body .ico_warning02 {
    width: 50px;
    height: 44px;
    flex-shrink: 0;
}
.section4 .section4-news__txt {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.4;
    color: #111;
}
.section4 .section4-news__txt strong {
    font-weight: 700;
}
.section4 .section4-arrow {
    display: block;
    margin: 0 auto 60px;
    transform: rotate(90deg);
    width: 14px;
}
.section4 .section4-charts {
    display: flex;
    gap: 40px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}
.section4 .section4-chart__title,
.section4 .section4-chart > figcaption {
    text-align: center;
    margin-bottom: 28px;
}
.section4 .section4-chart__title p,
.section4 .section4-chart > figcaption p {
    font-size: 30px;
    font-weight: 700;
    line-height: 30px;
}
.section4 .section4-chart__title h3,
.section4 .section4-chart > figcaption h3 {
    font-size: 45px;
    line-height: 1.2;
    font-weight: 900;
    margin-top: 12px;
}
.section4 .section4-chart__title .chart-em--sm,
.section4 .section4-chart > figcaption .chart-em--sm {
    font-size: 35px;
    color: #fff;
}
.section4 .section4-chart--bar .chart-em {
    color: #fe7a51;
    font-weight: 900;
}
.section4 .section4-chart--pie .chart-em {
    color: #5bf5b7;
    font-weight: 900;
}
.section4 .section4-chart__graph {
    background: #fff;
    border: 2px solid #111;
    box-shadow: 3px 3px 0 0 #111;
    border-radius: 8px;
    padding: 24px 24px 60px;
    width: 610px;
    height: 430px;
    position: relative;
}
.section4 .section4-chart--bar .section4 .section4-chart__graph {
    padding: 77px 60px 60px 50px;
}
.section4 .section4-chart__source {
    font-size: 18px;
    line-height: 18px;
    font-weight: lighter;
    color: #8c95a7;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.section4 .section4-bar-chart {
    position: relative;
}
.section4 .section4-bar-chart__bars {
    display: flex;
    align-items: flex-end;
    gap: 30px;
    width: 500px;
    height: 257px;
    margin: 40px auto;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/pc/section4_chart_type01.png") right center/470px 242px no-repeat;
}
.section4 .section4-bar-chart__yaxis {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
    align-self: stretch;
    height: calc(100% + 10px);
    margin-top: -5px;
}
.section4 .section4-bar-chart__yaxis span {
    font-size: 20px;
    color: #b8becb;
    font-weight: lighter;
}
.section4 .section4-bar {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    margin-bottom: -28px;
}
.section4 .section4-bar__val {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    margin-bottom: 15px;
}
.section4 .section4-bar.on .section4-bar__fill--r {
    height: 239px;
}
.section4 .section4-bar__fill {
    width: 75px;
    height: 0;
    height: var(--h, 0px);
    transition: height 1.2s ease-in-out;
}
.section4 .section4-bar__fill--y {
    background: #ffa939;
}
.section4 .section4-bar__fill--o {
    background: #ffa939;
}
.section4 .section4-bar__fill--r {
    background: #fe7a51;
    height: 0;
}
.section4 .section4-bar:last-child .section4-bar__val {
    font-size: 30px;
    color: #fe7a51;
}
.section4 .section4-bar:last-child .section4-bar__year {
    font-weight: 700;
}
.section4 .section4-bar:last-child .section4-bar__fill {
    box-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black, -1px 0 0 black, 1px 0 0 black, 0 -1px 0 black, 0 1px 0 black, -2px -2px 0 black, 2px -2px 0 black, -2px 2px 0 black, 2px 2px 0 black, -2px 0 0 black, 2px 0 0 black, 0 -2px 0 black, 0 2px 0 black, -1px -2px 0 black, 1px -2px 0 black, -1px 2px 0 black, 1px 2px 0 black, -2px -1px 0 black, 2px -1px 0 black, -2px 1px 0 black, 2px 1px 0 black, 5px 2px 0 black;
}
.section4 .section4-bar__year {
    font-size: 20px;
    color: #111;
    margin-top: 14px;
}
.section4 .section4-pie-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/pc/section4_chart_type02.png") left 40px top 30px/455px 282px no-repeat;
}
.section4 .section4-pie {
    position: absolute;
    left: 250px;
    top: 105px;
}
.section4 .section4-pie__label {
    font-size: 35px;
    font-weight: 700;
}
.section4 .section4-pie__desc {
    position: absolute;
    top: 20px;
    left: 50px;
    font-size: 22px;
    line-height: 34px;
    font-weight: lighter;
    color: #333;
}
.section4 .section4-pie__desc strong {
    display: block;
    font-size: 26px;
    line-height: 34px;
    font-weight: 500;
}
.section4 .section4-pie__desc .pie-em {
    font-size: 26px;
    font-weight: 700;
    color: #04b079;
}
.section4 .section4-sad {
    position: absolute;
    right: -260px;
    bottom: -40px;
}
.section4 .section4-sad__girl {
    width: 160px;
}
.section4 .section4-sad__cloud {
    position: absolute;
    top: -126px;
    z-index: 1;
}
.section4 .section4-sad__drop {
    position: absolute;
}
.section4 .section4-sad__drop--1 {
    left: 30px;
    scale: 0.8;
    top: -30px;
    animation: dropFall 2.5s cubic-bezier(0.4, 0, 1, 1) 0.5s infinite;
}
.section4 .section4-sad__drop--2 {
    left: 60px;
    scale: 0.6;
    top: -20px;
    animation: dropFall 2.5s cubic-bezier(0.4, 0, 1, 1) 0s infinite;
}
.section4 .section4-sad__drop--3 {
    left: 90px;
    top: -35px;
    animation: dropFall 2.5s cubic-bezier(0.4, 0, 1, 1) 0.3s infinite;
}

@keyframes dropFall {
    0% {
        transform: translateY(-50px);
        opacity: 1;
    }
    70% {
        transform: translateY(-30px);
        opacity: 0.5;
    }
    100% {
        transform: translateY(0);
        opacity: 0;
    }
}
.img-box--section5-icon {
    width: 247px;
    height: 247px;
}

.section5 {
    background: #f1fffe;
    padding: 0 0 160px;
    overflow: visible;
}
.section5 .section5-title {
    text-align: center;
    margin-bottom: 70px;
}
.section5 .section5-title h2 {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section5 .section5-title__pre {
    display: block;
    line-height: 50px;
}
.section5 .section5-title__light {
    font-size: 45px;
    font-weight: 300;
    line-height: 50px;
}
.section5 .section5-title h2 strong {
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
    color: #5bf5b7;
}
.section5 .section5-title__em {
    display: block;
    font-size: 65px;
    font-weight: 700;
    color: #fff;
    line-height: 65px;
    margin-top: 24px;
}
.section5 .section5-scroll-wrap {
    height: 200vh;
    position: relative;
}
.section5 .section5-sticky {
    position: sticky;
    top: -200px;
    padding-top: 130px;
}
.section5 .section5-policies {
    display: flex;
    flex-direction: column;
    gap: 28px;
    margin-bottom: 80px;
}
.section5 .section5-policy {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
}
.section5 .section5-policy.on .img-box--section5-icon img[src*=_on] {
    opacity: 1;
    z-index: 2;
}
.section5 .section5-policy.on .section5-policy__title strong::before {
    width: 100%;
    right: 0;
}
.section5 .section5-policy.on .section5-policy__text {
    background-color: #E5FFF2;
}
.section5 .section5-policy__icon {
    flex-shrink: 0;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.section5 .section5-policy__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: absolute;
    transition: opacity 0.5s ease;
    top: 0;
    left: 0;
}
.section5 .section5-policy__icon img[src*=_on] {
    opacity: 0;
    z-index: 2;
}
.section5 .section5-policy__text {
    margin-left: 26px;
    height: 240px;
    border-radius: 240px;
    box-shadow: 3px 3px 0 0 #111;
    background-color: #fff;
    border: 2px solid #111;
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 0 0 990px;
    padding-left: 100px;
    position: relative;
    transition: background-color 0.5s ease;
}
.section5 .section5-policy__indicator {
    position: absolute;
    left: 54px;
    top: 105px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}
.section5 .section5-policy__dot {
    display: block;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 5px solid #b1b8c9;
    transition: border-color 0.3s ease;
    flex-shrink: 0;
}
.section5 .section5-policy__dot.on {
    border: 5px solid #04b079;
}
.section5 .section5-policy__lines {
    position: relative;
}
.section5 .section5-policy__lines img {
    display: block;
}
.section5 .section5-policy__line-solid {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 3px;
    height: 0;
}
.section5 .section5-policy__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 28px;
    margin: 0 0 20px;
    letter-spacing: -0.03em;
}
.section5 .section5-policy__title strong {
    font-weight: 700;
    color: #04b079;
    display: inline-block;
    position: relative;
}
.section5 .section5-policy__title strong::before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #04b079;
    transition: width 1s ease;
}
.section5 .section5-policy__list {
    list-style: none;
    padding: 0;
}
.section5 .section5-policy__list li {
    font-size: 22px;
    font-weight: 300;
    line-height: 36px;
    padding-left: 24px;
    position: relative;
    letter-spacing: -0.03em;
}
.section5 .section5-policy__list li .font-pre {
    font-family: var(--pre) !important;
    font-weight: bold;
}
.section5 .section5-policy__list li::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_arrow.png") no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 13px;
    transform: rotate(-90deg);
}
.section5 .section5-divider {
    text-align: center;
}
.section5 .section5-divider .arrow-seq--v {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 45px;
}
.section5 .section5-petition {
    margin: 0 auto;
    position: relative;
}
.section5 .section5-petition__title {
    text-align: center;
    margin-bottom: 70px;
}
.section5 .section5-petition__title p {
    font-size: 40px;
    line-height: 40px;
}
.section5 .section5-petition__title-em {
    font-size: 45px;
    line-height: 45px;
    font-weight: 700;
    margin-top: 25px;
    display: block;
}
.section5 .section5-form__fields {
    display: flex;
    gap: 84px;
    margin-bottom: 80px;
    justify-content: center;
}
.section5 .section5-form__field {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 30px;
    flex: 0 0 auto;
}
.section5 .section5-form__label {
    font-size: 28px;
    font-weight: 700;
    line-height: 28px;
    color: #333;
    flex-shrink: 0;
}
.section5 .section5-form__input {
    height: 70px;
    padding: 0 16px;
    border: 2px solid #111;
    border-radius: 0;
    box-shadow: 3px 3px 0 0 #111;
    font-size: 20px;
    font-weight: 500;
    color: #333;
    outline: none;
    transition: border-color 0.2s;
}
.section5 .section5-form__input[type=text] {
    width: 280px;
}
.section5 .section5-form__input[type=email] {
    width: 400px;
}
.section5 .section5-privacy {
    width: 1200px;
    min-height: 480px;
    border: 2px solid #111;
    box-shadow: 3px 3px 0 0 #111;
    margin: 0 auto 70px;
    border-radius: 10px;
    padding: 55px 90px;
    background: #fff;
}
.section5 .section5-privacy__top {
    display: block;
    font-size: 27px;
    font-weight: 700;
    line-height: 27px;
    color: #111;
    margin-bottom: 30px;
    text-align: center;
}
.section5 .section5-privacy__agree {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 34px;
    flex-wrap: wrap;
}
.section5 .section5-privacy__agree p {
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    color: #111;
    flex: 1;
}
.section5 .section5-privacy__agree p strong {
    font-weight: 700;
}
.section5 .section5-privacy__radios {
    display: flex;
    gap: 24px;
    flex-shrink: 0;
}
.section5 .section5-privacy__radios label {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 22px;
    line-height: 22px;
    font-weight: 300;
    color: #111;
    cursor: pointer;
}
.section5 .section5-privacy__radios input[type=radio] {
    appearance: none;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 2px solid #111;
    cursor: pointer;
    flex-shrink: 0;
}
.section5 .section5-privacy__radios input[type=radio]:focus {
    outline: none;
    border: 5px solid #04b079 !important;
}
.section5 .section5-privacy__radios input[type=radio]:checked {
    border: 5px solid #04b079;
}
.section5 .section5-privacy__radios input[type=radio]:focus:checked {
    border: 5px solid #04b079;
    outline: none;
}
.section5 .section5-privacy__table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.section5 .section5-privacy__table th, .section5 .section5-privacy__table td {
    padding: 14px 16px;
    text-align: center;
    border-top: 1px solid #111;
    border-bottom: 1px solid #111;
    border-right: 1px solid #111;
}
.section5 .section5-privacy__table th:last-child, .section5 .section5-privacy__table td:last-child {
    border-right: none;
}
.section5 .section5-privacy__table th > div, .section5 .section5-privacy__table td > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5 .section5-privacy__table th {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    background: #f0fdfc;
    color: #111;
}
.section5 .section5-privacy__table td {
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #333;
    text-align: center;
    vertical-align: middle;
}
.section5 .section5-privacy__notes {
    list-style: none;
    padding: 0;
}
.section5 .section5-privacy__notes li {
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
    color: #8c95a7;
}
.section5 .section5-submit {
    display: block;
    margin: 0 auto;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}
.section5 .section5-submit img {
    display: block;
}
.section5 .section5-cta-wrap {
    position: relative;
    display: flex;
    justify-content: center;
}
.section5 .section5-complete-popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 551px;
    height: 231px;
    padding: 4px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/pc/signature_submitted_popup.png") no-repeat center/100% 100%;
    z-index: 10;
}
.section5 .section5-complete-popup[hidden] {
    display: none;
}
.section5 .section5-complete-popup__bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    padding-top: 4px;
    height: 60px;
}
.section5 .section5-complete-popup__title {
    font-size: 22px;
    font-weight: 700;
    color: #111;
    letter-spacing: 0.08em;
    color: #fff;
}
.section5 .section5-complete-popup__close {
    width: 32px;
    height: 32px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    position: relative;
}
.section5 .section5-complete-popup__body {
    text-align: center;
    height: calc(100% - 60px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.section5 .section5-complete-popup__body p {
    font-size: 35px;
    font-weight: 700;
    line-height: 35px;
}
.section5 .section5-complete-popup__body p strong {
    color: #04b079;
    font-weight: 700;
}

.img-box--section6-person01 {
    width: 154px;
    height: 192px;
}

.img-box--section6-person02 {
    width: 202px;
    height: 187px;
}

.img-box--section6-person03 {
    width: 252px;
    height: 182px;
}

.img-box--section6-person04 {
    width: 215px;
    height: 201px;
}

.section6 {
    background: #e7fbe1;
    padding: 100px 0 120px;
}
.section6 .section6-title {
    text-align: center;
    margin-bottom: 60px;
}
.section6 .section6-title h2 {
    font-size: 40px;
    font-weight: 300;
    line-height: 65px;
}
.section6 .section6-title h2 strong {
    font-size: 45px;
    font-weight: 700;
}
.section6 .section6-programs {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 0 30px;
}
.section6 .section6-group {
    flex: 1;
    text-align: center;
}
.section6 .section6-group__title {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 90px;
    padding: 0 52px;
    background-color: #c8f697;
    border: 2px solid #111;
    border-radius: 8px;
    box-shadow: 3px 3px 0 0 #111;
    margin-bottom: 32px;
}
.section6 .section6-group__title h3 {
    font-size: 30px;
    font-weight: 700;
}
.section6 .section6-group__bar {
    display: none;
}
.section6 .section6-cards {
    display: flex;
    gap: 20px;
}
.section6 .section6-cards > li {
    position: relative;
    --line-h: 0px;
    --line-top: -29px;
    height: 462px;
}
.section6 .section6-cards > li:nth-child(1)::before {
    content: "";
    width: 4px;
    height: var(--line-h);
    background-color: #111;
    position: absolute;
    top: var(--line-top);
    right: 84px;
}
.section6 .section6-cards > li:nth-child(2)::before {
    content: "";
    width: 4px;
    height: var(--line-h);
    background-color: #111;
    position: absolute;
    top: var(--line-top);
    left: 84px;
}
.section6 .section6-card {
    width: 297px;
    height: 0;
    padding: 0 15px;
    overflow: hidden;
    background-image: url("https://cdn.gni.kr/assets/images/childmind2026/pc/section06_card.png");
    background-size: cover;
    position: relative;
}
.section6 .section6-card__img {
    width: 260px;
    height: 225px;
    margin-top: 15px;
    position: relative;
    overflow: hidden;
}
.section6 .section6-card__img > div {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section6 .section6-card__img-bg {
    width: 100%;
    height: 100%;
    border-radius: 130px 130px 0 0;
    overflow: hidden;
    background: #ecf7e8;
    position: absolute;
    z-index: 1;
    transform: translateY(100%);
}
.section6 .section6-card [class*=img-box--section6-person] {
    z-index: 2;
    transform: translateY(100%);
}
.section6 .section6-card__tit {
    font-size: 25px;
    font-weight: 700;
    color: #8fb54c;
    line-height: 32px;
    margin-top: 22px;
}
.section6 .section6-card__tit strong {
    color: #111;
    font-weight: 700;
}
.section6 .section6-card__list {
    list-style: none;
    padding: 0;
    margin-top: 20px;
    text-align: left;
    padding-left: 20px;
}
.section6 .section6-card__list li {
    font-size: 18px;
    line-height: 28px;
    padding-left: 15px;
    text-indent: -15px;
}

.footer {
    background: #fcfdff;
    height: 100px;
    align-items: center;
    display: flex;
}
.footer .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    width: 1300px;
}
.footer .footer__text {
    font-size: 23px;
    line-height: 23px;
    font-weight: 300;
    color: #111;
    letter-spacing: -0.02em;
}
.footer .footer__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 220px;
    height: 60px;
    background: none;
    border: 1px solid #aeaeae;
    color: #111;
    font-size: 21px;
    line-height: 21px;
    font-weight: 300;
    text-decoration: none;
    white-space: nowrap;
    flex-shrink: 0;
    padding-top: 2px;
}
.footer .footer__btn .ico-arrow-green {
    display: block;
    width: 8px;
    height: 10px;
    background: url("https://cdn.gni.kr/assets/images/childmind2026/icon/ico_arrow_green.png") no-repeat center/contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
}

/*# sourceMappingURL=index.css.map */
