@charset "UTF-8";
html.intro-active {
    overflow: hidden;
    height: 100%;
}

html.intro-active body {
    overflow: hidden;
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    touch-action: none;
}

@keyframes shimmer {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0.2;
    }
    100% {
        opacity: 1;
    }
}
.nc2026-wrap .intro-wrap {
    position: fixed;
    inset: 0;
    z-index: 10000;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    min-height: 100dvh;
    background: #001027;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    transform: translateY(0);
    transition: transform 0.75s ease-out;
    will-change: transform;
}
.nc2026-wrap .intro-wrap.intro-wrap--exit {
    transform: translateY(-100%);
}
.nc2026-wrap .intro-wrap.intro-wrap--gone {
    visibility: hidden;
    pointer-events: none;
}
.nc2026-wrap .intro-wrap .intro-inner {
    position: relative;
    max-width: 720px;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.nc2026-wrap .bg-photos {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity 1.2s ease;
}
.nc2026-wrap .bg-photos.show {
    opacity: 1;
}
.nc2026-wrap .diamond {
    position: absolute;
    transform: rotate(-45deg) scale(0);
    transition: transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nc2026-wrap .diamond.show {
    transform: rotate(0deg) scale(1);
}
.nc2026-wrap .diamond.d1 {
    left: -60%;
    background: url(https://cdn.gni.kr/assets/images/gnday/int1.png) no-repeat center/cover;
    width: calc(369px + 369 * (100vw - 720px) / 720);
    height: calc(368px + 368 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .diamond.d1 {
        width: 369px;
        height: 368px;
    }
}
.nc2026-wrap .diamond.d2 {
    top: 13%;
    left: -8%;
    background: url(https://cdn.gni.kr/assets/images/gnday/int2.png) no-repeat center/cover;
    width: calc(242px + 242 * (100vw - 720px) / 720);
    height: calc(241px + 241 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .diamond.d2 {
        width: 242px;
        height: 241px;
    }
}
.nc2026-wrap .diamond.d3 {
    top: -2%;
    right: -5%;
    background: url(https://cdn.gni.kr/assets/images/gnday/int3.png) no-repeat center/cover;
    width: calc(284px + 284 * (100vw - 720px) / 720);
    height: calc(253px + 253 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .diamond.d3 {
        width: 284px;
        height: 253px;
    }
}
.nc2026-wrap .diamond.d4 {
    top: 3%;
    right: -56%;
    background: url(https://cdn.gni.kr/assets/images/gnday/int4.png) no-repeat center/cover;
    width: calc(524px + 524 * (100vw - 720px) / 720);
    height: calc(524px + 524 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .diamond.d4 {
        width: 524px;
        height: 524px;
    }
}
.nc2026-wrap .diamond.d5 {
    top: 45%;
    left: -65%;
    background: url(https://cdn.gni.kr/assets/images/gnday/int5.png) no-repeat center/cover;
    width: calc(213px + 213 * (100vw - 720px) / 720);
    height: calc(213px + 213 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .diamond.d5 {
        width: 213px;
        height: 213px;
    }
}
.nc2026-wrap .diamond.d6 {
    bottom: 8%;
    right: -8%;
    background: url(https://cdn.gni.kr/assets/images/gnday/int6.png) no-repeat center/cover;
    width: calc(242px + 242 * (100vw - 720px) / 720);
    height: calc(241px + 241 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .diamond.d6 {
        width: 242px;
        height: 241px;
    }
}
.nc2026-wrap .center-stage {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    z-index: 10;
}
.nc2026-wrap .text-el {
    position: absolute;
    color: #fff;
    font-weight: 700;
    font-size: calc(45px + 45 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .text-el {
        font-size: 45px;
    }
}
.nc2026-wrap .top-text {
    top: 41%;
    left: 50%;
    transform: translate(-50%, -20px);
}
.nc2026-wrap .bottom-text {
    top: 55%;
    left: 50%;
    transform: translateX(-50%, 20px);
}
.nc2026-wrap .top-text,
.nc2026-wrap .bottom-text {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0s linear 0.5s;
}
.nc2026-wrap .top-text.show,
.nc2026-wrap .bottom-text.show {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0);
    transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.34, 1.56, 0.64, 1), visibility 0s linear 0s;
}
.nc2026-wrap .bar-row {
    margin-left: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(12px, 3vw, 32px);
}
.nc2026-wrap .logo-right, .nc2026-wrap .logo-left {
    opacity: 0;
    transition-property: opacity, transform;
    transition-duration: 0.55s;
    transition-timing-function: cubic-bezier(0.34, 1.56, 0.64, 1);
}
.nc2026-wrap .show.logo-right, .nc2026-wrap .show.logo-left {
    opacity: 1;
    transform: translateX(0);
}
.nc2026-wrap .logo-left {
    transform: translateX(-40px);
}
.nc2026-wrap .logo-right {
    transform: translateX(40px);
}
.nc2026-wrap .goodneighbors-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    height: calc(125px + 125 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .goodneighbors-logo {
        height: 125px;
    }
}
.nc2026-wrap .dinos-logo-img {
    width: 28%;
    height: calc(131px + 131 * (100vw - 720px) / 720);
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 720px) {
    .nc2026-wrap .dinos-logo-img {
        height: 131px;
    }
}
.nc2026-wrap .bar-track {
    width: calc(250px + 250 * (100vw - 720px) / 720);
    height: calc(16px + 16 * (100vw - 720px) / 720);
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden;
    position: relative;
}
@media (min-width: 720px) {
    .nc2026-wrap .bar-track {
        width: 250px;
        height: 16px;
    }
}
.nc2026-wrap .bar-fill {
    height: 100%;
    width: 0%;
    background: linear-gradient(90deg, #8be04a, #4dd9c8);
    transition: width 1.8s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
}
.nc2026-wrap .bar-fill.running::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 20px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.7));
    animation: shimmer 0.4s ease infinite;
}
.nc2026-wrap .particle {
    position: absolute;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    pointer-events: none;
    z-index: 15;
}

* {
    color: #000000;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html {
    font-size: 10px; /* rem 단위 계산 기준을 10px로 설정 */
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-weight: 400;
}

/* 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; /* 1 */
    text-decoration: underline; /* 2 */
}

@supports (text-decoration-style: dotted) {
    abbr[title] {
        -webkit-text-decoration: underline dotted;
        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 {
    /* 1 */
    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;
}

/* Firefox의 스핀 버튼 제거 */
input[type=number] {
    -moz-appearance: textfield;
}

/* 포커스 상태 초기화 */
input[type=number]:focus {
    outline: none;
    box-shadow: none;
}

/*
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    /* 1 */
    text-transform: none;
}

/*
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/*
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/*
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/*
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/*
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/*
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/*
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
    appearance: none;
}

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/*
 * Add the correct display in IE 10.
 */
[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: "Aggravo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroL.woff") format("woff");
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Aggravo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroM.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}
@font-face {
    font-family: "Aggravo";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/SBAggroB.woff") format("woff");
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Light.otf) format("opentype");
    font-weight: 300;
}
@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Regular.otf) format("opentype");
    font-weight: 400;
}
@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Medium.otf) format("opentype");
    font-weight: 500;
}
@font-face {
    font-family: "Pretendard";
    src: url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.woff2) format("woff2"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.woff) format("woff"), url(https://cdn.gni.kr/assets/font/Pretendard/Pretendard-Bold.otf) format("opentype");
    font-weight: 600;
}
:root {
    --ug: "Aggravo";
    --pre: "Pretendard";
}

[class^=ico-] {
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nc2026-wrap {
    width: 100%;
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.nc2026-wrap div,
.nc2026-wrap span,
.nc2026-wrap p {
    font-family: var(--pre) !important;
    letter-spacing: -0.5px;
    color: #111;
}
.nc2026-wrap img {
    display: block;
    width: 100%;
}
.nc2026-wrap .inner {
    width: 100%;
    height: 100%;
    max-width: 720px;
    margin: 0 auto;
    position: relative;
}
.nc2026-wrap .h-center {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.nc2026-wrap .nc {
    color: #1e4890;
}
.nc2026-wrap .gn {
    color: #7aa429;
}
.nc2026-wrap .line-arrow {
    background: url("https://cdn.gni.kr/assets/images/gnday/line_arrow.png") no-repeat center/cover;
    width: 100%;
    height: calc(18px + 18 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .line-arrow {
        height: 18px;
    }
}
.nc2026-wrap .section {
    position: relative;
    overflow: hidden;
}
.nc2026-wrap .section::after {
    content: "";
    display: none;
}
.nc2026-wrap .section .content-area {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.nc2026-wrap .section.section1 {
    background: url("https://cdn.gni.kr/assets/images/gnday/nc_bg1.jpg") no-repeat center/cover;
    height: calc(1200px + 1200 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 {
        height: 1200px;
    }
}
.nc2026-wrap .section.section1 .inner {
    max-width: 100%;
}
.nc2026-wrap .section.section1 .top-txt {
    color: #111;
    text-align: center;
    padding: calc(20px + 20 * (100vw - 720px) / 720) 0;
    font-size: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 .top-txt {
        font-size: 20px;
        padding: 20px 0;
    }
}
.nc2026-wrap .section.section1 .main-rolling {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0;
    pointer-events: none;
}
.nc2026-wrap .section.section1 .main-rolling .swiper {
    width: 100%;
    overflow: hidden;
}
.nc2026-wrap .section.section1 .main-rolling .swiper + .swiper {
    margin-top: 0.5%;
}
.nc2026-wrap .section.section1 .main-rolling .swiper.swiper1 .swiper-wrapper, .nc2026-wrap .section.section1 .main-rolling .swiper.swiper2 .swiper-wrapper {
    transition-duration: 0ms !important;
    transition-delay: 0ms !important;
}
.nc2026-wrap .section.section1 .main-rolling .swiper.swiper1 .swiper-wrapper.marquee-running, .nc2026-wrap .section.section1 .main-rolling .swiper.swiper2 .swiper-wrapper.marquee-running {
    animation: marquee-ltr 80s linear infinite;
}
.nc2026-wrap .section.section1 .main-rolling .swiper.swiper2 .swiper-wrapper.marquee-running {
    animation-name: marquee-rtl;
}
@keyframes marquee-ltr {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(calc(-1 * var(--marquee-w)));
    }
}
@keyframes marquee-rtl {
    0% {
        transform: translateX(calc(-1 * var(--marquee-w)));
    }
    100% {
        transform: translateX(0);
    }
}
.nc2026-wrap .section.section1 .main-rolling .swiper-wrapper {
    gap: 1%;
    align-items: center;
    transition-timing-function: linear !important;
}
.nc2026-wrap .section.section1 .main-rolling .swiper-slide {
    overflow: visible !important;
    will-change: transform, opacity;
    flex-shrink: 0;
    width: calc(260px + 260 * (100vw - 720px) / 720);
    height: calc(190px + 190 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 .main-rolling .swiper-slide {
        width: 260px;
        height: 190px;
    }
}
.nc2026-wrap .section.section1 .main-rolling .swiper-slide.round {
    width: calc(190px + 190 * (100vw - 720px) / 720);
    height: calc(190px + 190 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 .main-rolling .swiper-slide.round {
        width: 190px;
        height: 190px;
    }
}
.nc2026-wrap .section.section1 .main-title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.nc2026-wrap .section.section1 .main-title p {
    line-height: 1.8;
}
.nc2026-wrap .section.section1 .main-title .base-txt {
    font-weight: 500;
    font-family: var(--ug) !important;
    font-size: calc(32px + 32 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 .main-title .base-txt {
        font-size: 32px;
    }
}
.nc2026-wrap .section.section1 .main-title .gnday {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 700;
    font-family: var(--ug) !important;
    color: #749c26;
    font-size: calc(80px + 80 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 .main-title .gnday {
        font-size: 80px;
    }
}
.nc2026-wrap .section.section1 .main-title .gnday .ball-txt {
    position: relative;
    display: flex;
    width: calc(50px + 50 * (100vw - 720px) / 720);
    height: calc(144px + 144 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 .main-title .gnday .ball-txt {
        width: 50px;
        height: 144px;
    }
}
.nc2026-wrap .section.section1 .main-title .gnday .ball-txt::before {
    content: "ㅣ";
    position: absolute;
    right: -48%;
    top: 0.6%;
    font-family: var(--ug) !important;
    color: #749c26;
    font-size: calc(80px + 80 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 .main-title .gnday .ball-txt::before {
        font-size: 80px;
    }
}
.nc2026-wrap .section.section1 .main-title .ico-ball {
    position: absolute;
    top: 7%;
    left: -105%;
    background-image: url("https://cdn.gni.kr/assets/images/gnday/main_ball.png");
    width: calc(110px + 110 * (100vw - 720px) / 720);
    height: calc(110px + 110 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section1 .main-title .ico-ball {
        width: 110px;
        height: 110px;
    }
}
.nc2026-wrap .section.section1 .main-title .ico-ball {
    opacity: 0;
    transform-origin: 50% 50%;
    transform: translate3d(-22vmin, 36vmin, 0) rotate(-210deg) scale(0.62);
    will-change: transform, opacity;
}
.nc2026-wrap .section.section2 {
    background: url("https://cdn.gni.kr/assets/images/gnday/nc_bg2.jpg") no-repeat center/cover;
}
.nc2026-wrap .section.section2 .inner {
    height: calc(2610px + 2610 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .inner {
        height: 2610px;
    }
}
.nc2026-wrap .section.section2 .sub-title {
    text-align: center;
    line-height: 1.6;
}
.nc2026-wrap .section.section2 .sub-title span {
    font-weight: 300;
    font-family: var(--ug) !important;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .sub-title span {
        font-size: 30px;
    }
}
.nc2026-wrap .section.section2 .sub-title p {
    font-weight: 700;
    font-family: var(--ug) !important;
    font-size: calc(35px + 35 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .sub-title p {
        font-size: 35px;
    }
}
.nc2026-wrap .section.section2 .sub-title p span {
    font-weight: 700;
    font-size: calc(35px + 35 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .sub-title p span {
        font-size: 35px;
    }
}
.nc2026-wrap .section.section2 .video-area {
    width: 100%;
    margin-top: 10%;
}
.nc2026-wrap .section.section2 .video-area .video-el {
    position: relative;
    overflow: hidden;
    padding-top: 56.2%;
}
.nc2026-wrap .section.section2 .video-area .video-el iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}
.nc2026-wrap .section.section2 .logo-collabo {
    background: url(https://cdn.gni.kr/assets/images/gnday/logo_line.png) no-repeat center/cover;
    width: calc(720px + 720 * (100vw - 720px) / 720);
    height: calc(83px + 83 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .logo-collabo {
        width: 720px;
        height: 83px;
    }
}
.nc2026-wrap .section.section2 .main-title {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 12%;
}
.nc2026-wrap .section.section2 .main-title .line-arrow {
    top: 3%;
}
.nc2026-wrap .section.section2 .main-title .large-t {
    font-family: var(--ug) !important;
    font-weight: 700;
    font-size: calc(60px + 60 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .main-title .large-t {
        font-size: 60px;
    }
}
.nc2026-wrap .section.section2 .main-title .large-t span {
    font-family: var(--ug) !important;
    font-weight: 700;
    font-size: calc(60px + 60 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .main-title .large-t span {
        font-size: 60px;
    }
}
.nc2026-wrap .section.section2 .main-title .txt-wrap {
    margin-top: 5%;
}
.nc2026-wrap .section.section2 .main-title .sub-t {
    line-height: 1.5;
}
.nc2026-wrap .section.section2 .main-title .sub-t p {
    font-family: var(--ug) !important;
    font-weight: 700;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .main-title .sub-t p {
        font-size: 30px;
    }
}
.nc2026-wrap .section.section2 .main-title .base-txt {
    line-height: 1.5;
    letter-spacing: 0;
    font-family: var(--pre) !important;
    font-size: calc(28px + 28 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .main-title .base-txt {
        font-size: 28px;
    }
}
.nc2026-wrap .section.section2 .main-title .base-txt + .base-txt {
    margin-top: 5%;
}
.nc2026-wrap .section.section2 .main-title .base-txt + .sub-t {
    margin-top: 5%;
}
.nc2026-wrap .section.section2 .bottom-arrow {
    margin-top: 2%;
    position: relative;
    width: calc(23px + 23 * (100vw - 720px) / 720);
    height: calc(68px + 68 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .bottom-arrow {
        width: 23px;
        height: 68px;
    }
}
.nc2026-wrap .section.section2 .bottom-arrow .ico-arrow-down {
    position: absolute;
    top: 32%;
    animation: scroll-wheel 1.8s infinite linear;
    transform-origin: center;
    background: url("https://cdn.gni.kr/assets/images/gnday/ico_down.png") no-repeat center/cover;
    box-sizing: border-box;
    width: calc(23px + 23 * (100vw - 720px) / 720);
    height: calc(68px + 68 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .bottom-arrow .ico-arrow-down {
        width: 23px;
        height: 68px;
    }
}
.nc2026-wrap .section.section2 .bottom-arrow .ico-arrow-down:nth-child(2) {
    margin-top: 1%;
}
.nc2026-wrap .section.section2 .bottom-arrow .ico-arrow-down:nth-child(3) {
    margin-top: 1%;
}
@keyframes scroll-wheel {
    0% {
        top: 4px;
        opacity: 1;
    }
    45% {
        top: 16px;
        opacity: 1;
    }
    /* 갑자기 사라지지 않도록 서서히 페이드아웃 구간 추가 */
    65% {
        top: 16px;
        opacity: 0.25;
    }
    78% {
        top: 16px;
        opacity: 0;
    }
    100% {
        top: 16px;
        opacity: 0;
    }
}
.nc2026-wrap .section.section2 .list-logo {
    margin-top: 7%;
    background: url("https://cdn.gni.kr/assets/images/gnday/line_text.png") no-repeat center/contain;
    width: 90%;
    height: calc(45px + 45 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .list-logo {
        height: 45px;
    }
}
.nc2026-wrap .section.section2 .list-area {
    position: relative;
    padding-bottom: 22%;
}
.nc2026-wrap .section.section2 .list-area .gnday-list {
    padding: 0 2%;
    margin-top: -1px;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    gap: calc(13px + 13 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .list-area .gnday-list {
        gap: 13px;
    }
}
.nc2026-wrap .section.section2 .list-area .gnday-list li:last-child {
    position: relative;
}
.nc2026-wrap .section.section2 .list-area .gnday-list li:last-child::after {
    display: none;
    /*content: "";*/
    /*position: absolute;*/
    /*right: -2%;*/
    /*top: 33%;*/
    /*background: url("https://cdn.gni.kr/assets/images/gnday/ico_dandi.png") no-repeat center/contain;*/
    /*width: calc(110px + 110 * (100vw - 720px) / 720);*/
    /*height: calc(170px + 170 * (100vw - 720px) / 720);*/
}
/*@media (min-width: 720px) {*/
/*    .nc2026-wrap .section.section2 .list-area .gnday-list li:last-child::after {*/
/*        width: 110px;*/
/*        height: 170px;*/
/*    }*/
/*}*/
.nc2026-wrap .section.section2 .list-area .gnday-list::before {
    z-index: -1;
    position: absolute;
    left: 8%;
    content: "";
    width: calc(2px + 2 * (100vw - 720px) / 720);
    height: 100%;
    background: #57473e;
}
.nc2026-wrap .section.section2 .list-area .gnday-list::after {
    z-index: -1;
    position: absolute;
    right: 8%;
    content: "";
    width: calc(2px + 2 * (100vw - 720px) / 720);
    height: 100%;
    background: #57473e;
}
.nc2026-wrap .section.section2 .list-area .help-txt {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    font-size: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section2 .list-area .help-txt {
        font-size: 20px;
    }
}
.nc2026-wrap .section.section2 .line-arrow {
    position: absolute;
    bottom: 5%;
}
.nc2026-wrap .section.section3 {
    background: url("https://cdn.gni.kr/assets/images/gnday/nc_bg3.jpg") no-repeat center/cover;
}
.nc2026-wrap .section.section3 .inner {
    height: calc(1100px + 1100 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .inner {
        height: 1100px;
    }
}
.nc2026-wrap .section.section3 .main-title {
    text-align: center;
    font-weight: 700;
    font-family: var(--ug) !important;
    font-size: calc(55px + 55 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .main-title {
        font-size: 55px;
    }
}
.nc2026-wrap .section.section3 .main-title p {
    font-family: var(--ug) !important;
    color: #002c69;
    font-weight: 700;
    font-size: calc(80px + 80 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .main-title p {
        font-size: 80px;
    }
}
.nc2026-wrap .section.section3 .swiper-area {
    margin: 8% auto 0;
    align-self: stretch;
    width: 100%;
    max-width: calc(660px + 660 * (100vw - 720px) / 720);
    box-sizing: border-box;
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .swiper-area {
        max-width: 660px;
    }
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper {
    overflow: visible;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-slide {
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 2px 4px 6px);
    cursor: pointer;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    transition: opacity 0.4s ease, transform 0.4s ease;
    width: clamp(280px, 560px + 560 * (100vw - 720px) / 720, 560px);
    height: clamp(270px, 540px + 540 * (100vw - 720px) / 720, 540px);
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-slide:not(.swiper-slide-active):not(.swiper-slide-next):not(.swiper-slide-prev) {
    opacity: 0 !important;
    pointer-events: none;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-slide-prev {
    opacity: 0.7;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .slide-inner {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    perspective: 1200px;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .flip-panel {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: inherit;
    transform-style: preserve-3d;
    transition: transform 0.55s ease;
    display: flex;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
    text-decoration: none;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .slide-inner.is-flipped .flip-panel {
    transform: rotateY(180deg);
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .img-el {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .img-el.front-img {
    background: #fff;
    border-radius: calc(10px + 10 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .swiper-area .player-swiper .img-el.front-img {
        border-radius: 10px;
    }
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .img-el.back-img {
    transform: rotateY(180deg);
    background: #fff;
    border-radius: calc(10px + 10 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .swiper-area .player-swiper .img-el.back-img {
        border-radius: 10px;
    }
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .img-el img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-user-drag: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-user-select: none;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls {
    position: relative;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls .swiper-pagination {
    position: static;
    width: 96%;
    margin: 9% auto 0;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls .swiper-pagination.swiper-pagination-progressbar {
    background: transparent;
    border-bottom: 1px solid #aac6df;
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls .swiper-pagination .swiper-pagination-progressbar-fill {
    background: #1e4890;
    height: calc(4px + 4 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls .swiper-pagination .swiper-pagination-progressbar-fill {
        height: 4px;
    }
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls .swiper-fraction {
    text-align: right;
    margin-top: -6%;
    margin-right: 5%;
    font-size: calc(24px + 24 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls .swiper-fraction {
        font-size: 24px;
    }
}
.nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls .swiper-fraction .fraction-current {
    color: #1e4890;
    font-weight: 700;
    font-size: calc(24px + 24 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section3 .swiper-area .player-swiper .swiper-controls .swiper-fraction .fraction-current {
        font-size: 24px;
    }
}
.nc2026-wrap .section.section4 {
    background: #edfbf5;
}
.nc2026-wrap .section.section4 .inner {
    padding: 5% 0;
}
.nc2026-wrap .section.section4 .main-title {
    margin-top: 4%;
    font-weight: 700;
    font-family: var(--ug) !important;
    text-align: center;
    font-size: calc(55px + 55 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .main-title {
        font-size: 55px;
    }
}
.nc2026-wrap .section.section4 .main-title .gn {
    font-weight: 700;
    font-family: var(--ug) !important;
    font-size: calc(55px + 55 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .main-title .gn {
        font-size: 55px;
    }
}
.nc2026-wrap .section.section4 .ico-label {
    background-size: contain;
    background-image: url("https://cdn.gni.kr/assets/images/gnday/label_event.png");
    width: calc(200px + 200 * (100vw - 720px) / 720);
    height: calc(62px + 62 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .ico-label {
        width: 200px;
        height: 62px;
    }
}
.nc2026-wrap .section.section4 .desc-txt {
    margin-top: 3%;
    line-height: 1.4;
    text-align: center;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .desc-txt {
        font-size: 30px;
    }
}
.nc2026-wrap .section.section4 .desc-txt span {
    font-weight: 700;
    font-family: var(--ug) !important;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .desc-txt span {
        font-size: 30px;
    }
}
.nc2026-wrap .section.section4 .insta-area {
    margin-top: 8%;
    position: relative;
    background: url("https://cdn.gni.kr/assets/images/gnday/img_insta.png") no-repeat center/cover;
    width: calc(660px + 660 * (100vw - 720px) / 720);
    height: calc(970px + 970 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .insta-area {
        width: 660px;
        height: 970px;
    }
}
.nc2026-wrap .section.section4 .insta-area .step {
    line-height: 1.3;
    position: absolute;
    left: 29%;
    font-size: calc(27px + 27 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .insta-area .step {
        font-size: 27px;
    }
}
.nc2026-wrap .section.section4 .insta-area .step .bold {
    font-weight: 700;
}
.nc2026-wrap .section.section4 .insta-area .step.step1 {
    top: 22%;
}
.nc2026-wrap .section.section4 .insta-area .step.step2 {
    top: 36%;
}
.nc2026-wrap .section.section4 .insta-area .step.step3 {
    top: 52.3%;
}
.nc2026-wrap .section.section4 .insta-area .hash {
    margin-top: 3%;
    font-weight: 700;
    color: #7aa429;
    font-style: italic;
    font-size: calc(24px + 24 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .insta-area .hash {
        font-size: 24px;
    }
}
.nc2026-wrap .section.section4 .btn-quick {
    margin-top: 7%;
    position: relative;
    display: block;
    background: url("https://cdn.gni.kr/assets/images/gnday/btn_quick1.png") no-repeat center/cover;
    width: calc(650px + 650 * (100vw - 720px) / 720);
    height: calc(110px + 110 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .btn-quick {
        width: 650px;
        height: 110px;
    }
}
.nc2026-wrap .section.section4 .btn-quick .btn-txt {
    position: absolute;
    left: 11%;
    top: 30%;
    font-family: var(--ug) !important;
    color: #fff;
    font-size: calc(42px + 42 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .btn-quick .btn-txt {
        font-size: 42px;
    }
}
.nc2026-wrap .section.section4 .ab {
    position: absolute;
}
@keyframes light-twinkle {
    0%, 100% {
        opacity: 0.35;
        transform: scale(0.9);
        filter: brightness(0.9);
    }
    45% {
        opacity: 1;
        transform: scale(1.06);
        filter: brightness(1.2);
    }
}
.nc2026-wrap .section.section4 .ico-light1 {
    left: -20%;
    background-image: url("https://cdn.gni.kr/assets/images/gnday/light1.png");
    width: calc(22px + 22 * (100vw - 720px) / 720);
    height: calc(24px + 24 * (100vw - 720px) / 720);
    animation: light-twinkle 1.8s ease-in-out infinite;
    animation-delay: 0s;
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .ico-light1 {
        width: 22px;
        height: 24px;
    }
}
.nc2026-wrap .section.section4 .ico-light2 {
    left: 120%;
    top: 25%;
    background-image: url("https://cdn.gni.kr/assets/images/gnday/light2.png");
    width: calc(70px + 70 * (100vw - 720px) / 720);
    height: calc(150px + 150 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .ico-light2 {
        width: 70px;
        height: 150px;
    }
}
.nc2026-wrap .section.section4 .ico-light3 {
    left: 142%;
    top: 52%;
    background-image: url("https://cdn.gni.kr/assets/images/gnday/light3.png");
    width: calc(35px + 35 * (100vw - 720px) / 720);
    height: calc(33px + 33 * (100vw - 720px) / 720);
    animation: light-twinkle 1.8s ease-in-out infinite;
    animation-delay: 0.7s;
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section4 .ico-light3 {
        width: 35px;
        height: 33px;
    }
}
.nc2026-wrap .section.section5 {
    background: url("https://cdn.gni.kr/assets/images/gnday/nc_bg4.jpg") no-repeat center/cover;
}
.nc2026-wrap .section.section5 .inner {
    height: calc(1110px + 1110 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .inner {
        height: 1110px;
    }
}
.nc2026-wrap .section.section5 .main-title {
    line-height: 1.3;
    text-align: center;
}
.nc2026-wrap .section.section5 .main-title .gn {
    font-weight: 700;
    font-family: var(--ug) !important;
    font-size: calc(55px + 55 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .main-title .gn {
        font-size: 55px;
    }
}
.nc2026-wrap .section.section5 .main-title p {
    font-weight: 700;
    font-family: var(--ug) !important;
    font-size: calc(80px + 80 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .main-title p {
        font-size: 80px;
    }
}
.nc2026-wrap .section.section5 .sub-title {
    margin-top: 3%;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .sub-title {
        font-size: 30px;
    }
}
.nc2026-wrap .section.section5 .sub-title span {
    display: inline-block;
    transform: translateY(-4%);
    font-family: var(--ug) !important;
    font-weight: 700;
}
.nc2026-wrap .section.section5 .preview {
    margin-top: 9%;
}
.nc2026-wrap .section.section5 .preview .preview-swiper {
    width: 74%;
}
.nc2026-wrap .section.section5 .preview .preview-swiper .preview-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: calc(124px + 124 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .preview .preview-swiper .preview-txt {
        height: 124px;
    }
}
.nc2026-wrap .section.section5 .preview .preview-swiper .preview-txt p {
    line-height: 1.4;
    font-weight: 700;
    font-family: var(--ug) !important;
    text-align: center;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .preview .preview-swiper .preview-txt p {
        font-size: 30px;
    }
}
.nc2026-wrap .section.section5 .preview .preview-swiper .preview-txt p span {
    color: #7aa429;
    font-weight: 700;
    font-family: var(--ug) !important;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .preview .preview-swiper .preview-txt p span {
        font-size: 30px;
    }
}
.nc2026-wrap .section.section5 .preview [class^=swiper-button-] {
    top: 61%;
    width: calc(23px + 23 * (100vw - 720px) / 720);
    height: calc(45px + 45 * (100vw - 720px) / 720);
    background: url("https://cdn.gni.kr/assets/images/gnday/slide_arrow.png") no-repeat center/cover;
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .preview [class^=swiper-button-] {
        width: 23px;
        height: 45px;
    }
}
.nc2026-wrap .section.section5 .preview [class^=swiper-button-]::after {
    display: none;
}
.nc2026-wrap .section.section5 .preview .swiper-button-prev {
    left: 5%;
}
.nc2026-wrap .section.section5 .preview .swiper-button-next {
    transform: rotate(180deg);
    right: 5%;
}
.nc2026-wrap .section.section5 .preview .swiper-pagination {
    position: static;
    margin-top: 5%;
}
.nc2026-wrap .section.section5 .preview .swiper-pagination .swiper-pagination-bullet {
    background: #111;
    opacity: 1;
    margin: 0 1.5%;
    width: calc(6px + 6 * (100vw - 720px) / 720);
    height: calc(6px + 6 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .preview .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
    }
}
.nc2026-wrap .section.section5 .preview .swiper-pagination .swiper-pagination-bullet-active {
    background: #111;
    opacity: 1;
    position: relative;
}
.nc2026-wrap .section.section5 .preview .swiper-pagination .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 1px solid #111;
    border-radius: 50%;
    width: calc(20px + 20 * (100vw - 720px) / 720);
    height: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .preview .swiper-pagination .swiper-pagination-bullet-active::before {
        width: 20px;
        height: 20px;
    }
}
.nc2026-wrap .section.section5 .noti {
    line-height: 1.4;
    font-weight: 300;
    position: absolute;
    bottom: 4%;
    text-align: center;
    font-family: var(--ug) !important;
    font-size: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section5 .noti {
        font-size: 20px;
    }
}
.nc2026-wrap .section.section6 {
    background: #f5f7fa;
}
.nc2026-wrap .section.section6 .inner {
    padding: 5% 0;
}
.nc2026-wrap .section.section6 .main-title {
    text-align: center;
}
.nc2026-wrap .section.section6 .main-title p {
    font-weight: 700;
    font-family: var(--ug) !important;
    font-size: calc(80px + 80 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section6 .main-title p {
        font-size: 80px;
    }
}
.nc2026-wrap .section.section6 .main-title .gn {
    font-weight: 700;
    font-family: var(--ug) !important;
    color: #7aa429;
    font-size: calc(55px + 55 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section6 .main-title .gn {
        font-size: 55px;
    }
}
.nc2026-wrap .section.section6 .accr-wrap {
    margin-top: 9%;
    width: 95%;
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item:focus {
    outline: none;
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item {
    cursor: pointer;
    background: #fff;
    padding: 5%;
    border-radius: calc(10px + 10 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section6 .accr-wrap .accr-item {
        border-radius: 10px;
    }
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item + .accr-item {
    margin-top: 2%;
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item.on .que .ico-arrow {
    transform: translateY(-50%) rotate(0);
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item .que {
    padding-left: 13%;
    position: relative;
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item .que::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    background: url("https://cdn.gni.kr/assets/images/gnday/ico_que.png") no-repeat center/cover;
    width: calc(60px + 60 * (100vw - 720px) / 720);
    height: calc(60px + 60 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section6 .accr-wrap .accr-item .que::before {
        width: 60px;
        height: 60px;
    }
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item .que .que-txt {
    line-height: 1.3;
    font-weight: 700;
    font-size: calc(30px + 30 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section6 .accr-wrap .accr-item .que .que-txt {
        font-size: 30px;
    }
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item .que .ico-arrow {
    transition: transform 0.3s ease;
    position: absolute;
    right: 0%;
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
    background-image: url("https://cdn.gni.kr/assets/images/gnday/accr_arrow.png");
    width: calc(22px + 22 * (100vw - 720px) / 720);
    height: calc(12px + 12 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section6 .accr-wrap .accr-item .que .ico-arrow {
        width: 22px;
        height: 12px;
    }
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item .ans {
    margin-top: 4%;
    padding-left: 13%;
    position: relative;
    display: none;
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item .ans::before {
    content: "";
    position: absolute;
    left: 0%;
    top: 0%;
    display: block;
    background: url("https://cdn.gni.kr/assets/images/gnday/ico_ans.png") no-repeat center/cover;
    width: calc(60px + 60 * (100vw - 720px) / 720);
    height: calc(60px + 60 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section6 .accr-wrap .accr-item .ans::before {
        width: 60px;
        height: 60px;
    }
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item .ans .ans-txt {
    color: #666666;
    line-height: 1.5;
    font-size: calc(24px + 24 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .section.section6 .accr-wrap .accr-item .ans .ans-txt {
        font-size: 24px;
    }
}
.nc2026-wrap .section.section6 .accr-wrap .accr-item .ans .ans-txt .bold {
    color: #111;
    font-weight: 700;
}
.nc2026-wrap .copyright {
    padding: calc(40px + 40 * (100vw - 720px) / 720) 0;
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    font-family: var(--ug) !important;
    font-weight: 300;
    text-align: center;
    font-size: calc(20px + 20 * (100vw - 720px) / 720);
}
@media (min-width: 720px) {
    .nc2026-wrap .copyright {
        font-size: 20px;
        padding: 40px 0;
    }
}

@keyframes ball-throw-in {
    0% {
        opacity: 0;
        transform: translate3d(-22vmin, 36vmin, 0) rotate(-210deg) scale(0.62);
    }
    10% {
        opacity: 1;
    }
    42% {
        transform: translate3d(5%, -10%, 0) rotate(42deg) scale(1.08);
    }
    68% {
        transform: translate3d(-3%, 4%, 0) rotate(-12deg) scale(1.02);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }
}
html.intro-done .nc2026-wrap .section.section1 .main-title .ico-ball {
    animation: ball-throw-in 1s cubic-bezier(0.28, 0.85, 0.35, 1.08) forwards;
}

@media (prefers-reduced-motion: reduce) {
    html.intro-done .nc2026-wrap .section.section1 .main-title .ico-ball {
        animation: none;
        opacity: 1;
        transform: none;
        will-change: auto;
    }
}/*# sourceMappingURL=index.css.map */