@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-1Thin.woff2")
        format("woff2");
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-2ExtraLight.woff2")
        format("woff2");
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-3Light.woff2")
        format("woff2");
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-4Regular.woff2")
        format("woff2");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-5Medium.woff2")
        format("woff2");
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-6SemiBold.woff2")
        format("woff2");
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-7Bold.woff2")
        format("woff2");
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-8ExtraBold.woff2")
        format("woff2");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "A2z";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2601-6@1.0/에이투지체-9Black.woff2")
        format("woff2");
    font-weight: 900;
    font-display: swap;
}

body {
    font-family: "A2z", sans-serif;
    background-color: #f6f7f8;
    color: #0f172a;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

h2.maintitle {
    margin-block: 20px;
    font-weight: 700;
    font-size: 70px;
    color: #000000;
    word-break: keep-all;
    font-size: clamp(3.3rem, 4.8vw, 3.8rem);
}

.font-black {
    font-weight: 900;
}

.txt_golden {
    color: #dd0384;
    font-weight: 700;
    font-size: 50px;
    line-height: 1.15;
    word-break: keep-all;
}

.txt_yellow {
    color: #ffee00;
}

.txt_red {
    color: #dd0384;
    font-weight: 500;
}

.txt_green {
    background: #ffd5e5;
    color: #000;
    padding: 4px 10px;
    border-radius: 6px;
}

.appeal {
    font-weight: 600;
    font-size: 18px;
    color: #dd0384;
}

.stat-status {
    font-size: 14px;
    color: #98adc9;
    margin-top: 8px;
}

.stat-card {
    border-radius: 0.75rem;
    padding: 2rem;
    border: 1px solid rgba(43, 140, 238, 0.2);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}

.stat-card.bg1 {
    background: url(img/bg_stat_1.jpg) no-repeat center center;
    background-size: cover;
}

.stat-card.bg2 {
    background: url(img/bg_stat_2.jpg) no-repeat center center;
    background-size: cover;
}

.stat-card.bg3 {
    background: url(img/bg_stat_3.jpg) no-repeat center center;
    background-size: cover;
}

.stat-card .stat-num {
    font-size: clamp(3rem, 4rem, 7.5rem);
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: -0.04em;
    color: #ffff00 !important;
}

.stat-card .stat-num.neutral {
    color: #0f172a;
}

.stat-title {
    font-size: 16px;
    color: #e2e8f0;
    font-weight: 600;
    text-transform: uppercase;
}

.hero-section {
    min-height: 480px;
    border-radius: 1rem;
    background-image:
        linear-gradient(rgba(15, 23, 42, 0.7) 0%, rgba(15, 23, 42, 0.9) 100%),
        url("img/bgtitle.jpg");
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    padding: 2rem;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}

.hero-section h1 {
    font-weight: 900;
    letter-spacing: -0.033em;
    line-height: 1.1;
}

.hero-section h2 {
    font-size: clamp(1.2rem, 2vw, 1.2rem);
    font-weight: 400;
    line-height: 1.6;
    color: #e2e8f0;
    word-break: keep-all;
    text-wrap-style: balance;
}

.btn-hero {
    min-width: 200px;
    height: 56px;
    padding: 0 2rem;
    background-color: #2b8cee;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 700;
    border: none;
    border-radius: 9999px;
    box-shadow: 0 8px 24px rgba(43, 140, 238, 0.35);
    transition:
        background-color 0.2s,
        transform 0.15s;
    cursor: pointer;
}

.btn-hero:hover {
    background-color: #1a7de0;
    transform: translateY(-2px);
}

.card-news-img {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: cover;
    display: block;
    border-radius: 1rem;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
}

.sign-section {
    background-color: #2b8cee0d;
    border: 1px solid #b5daff;
    border-radius: 1.5rem;
    padding: 2rem;
    position: relative;
}

.sign-form-card {
    background: #cfe8f7;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #f1f5f9;
}

.progress {
    height: 12px;
    border-radius: 9999px;
    background-color: #f1f5f9;
}

.progress-bar {
    background-color: #3bc70e;
    border-radius: 9999px;
}

.form-control,
.form-check-input {
    border-color: #e2e8f0;
    border-radius: 0.5rem;
}

.form-control:focus {
    border-color: #2b8cee;
    box-shadow: 0 0 0 0.2rem rgba(43, 140, 238, 0.2);
}

.form-control-lg {
    height: 3rem;
}

.btn-sign {
    width: 100%;
    height: 56px;
    background-color: #2b8cee;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    border-radius: 0.75rem;
    box-shadow: 0 4px 16px rgba(43, 140, 238, 0.3);
    transition: background-color 0.2s;
    cursor: pointer;
}

.btn-sign:hover {
    background-color: #1a7de0;
}

.h1_emphasize {
    font-size: clamp(3rem, 10vw, 7.5rem);
    color: #ffee00;
    margin-bottom: 30px;
}

.section {
    padding: 100px 24px;
}

.section-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.sec-tag {
    font-size: 11px;
    color: #333;
    font-weight: 700;
    letter-spacing: 4px;
    margin-bottom: 16px;
}

.sec-title {
    font-size: clamp(26px, 4vw, 44px);
    font-weight: 900;
    line-height: 1.3;
    margin-bottom: 12px;
    word-break: keep-all;
}

.sec-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin-bottom: 60px;
    word-break: keep-all;
}

.section.cards-sec {
    background: #d3d3d3;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.section.cards-sec .section-inner {
    padding-left: 24px;
    padding-right: 24px;
}

.cards-pin {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cards-stack {
    position: relative;
    width: min(1100px, calc(100vw - 48px));
    height: 540px;
    perspective: 1200px;
}

.slide {
    position: absolute;
    inset: 0;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 40px;
    overflow: hidden;
    transform-origin: 50% 100%;
    will-change: transform;
    border-radius: 8px;
    border: 8px solid #3384f0;
    background: #fff;
}

.slide-visual {
    width: 460px;
    height: 460px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    border-radius: 4px;
}

.slide-text {
    flex: 1;
}

.slide-num {
    font-size: 13px;
    color: #fff;
    background: #303aaf;
    font-weight: 600;
    width: fit-content;
    padding: 4px 10px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.slide-heading {
    font-size: clamp(22px, 3vw, 34px);
    font-weight: 900;
    line-height: 1.4;
    color: #3c5fe5;
    margin-bottom: 20px;
    word-break: keep-all;
}

.slide-body {
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1.8;
    word-break: keep-all;
}

.slidebg1 {
    background: url(img/slidebg1.jpg) no-repeat center center;
    background-size: cover;
}

.slidebg2 {
    background: url(img/slidebg2.jpg) no-repeat center center;
    background-size: cover;
}

.slidebg3 {
    background: url(img/slidebg3.jpg) no-repeat center center;
    background-size: cover;
}

.slidebg4 {
    background: url(img/slidebg4.jpg) no-repeat center center;
    background-size: cover;
}

.slidebg5 {
    background: url(img/slidebg5.jpg) no-repeat center center;
    background-size: cover;
}

.slidebg6 {
    background: url(img/slidebg6.jpg) no-repeat center center;
    background-size: cover;
}

.slide-visual th {
    background: #3c5fe5 !important;
    color: #ffffff !important;
}

.bg7 {
    background: url(img/together.jpg) no-repeat center center;
    background-size: cover;
}

div#cardflip {
    background: url(img/bgsign.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    position: relative;
}

div#cardflip:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000c0;
}

.avt {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #ddd;
    object-fit: cover;
    margin: 1.2rem auto 0;
}

img.speak {
    width: 17%;
    position: absolute;
    bottom: 0;
    right: 50%;
    z-index: 0;
    opacity: 1;
}

.cheermsg {
    font-size: 15px;
    word-break: keep-all;
    text-wrap-style: balance;
}

p.txtpoint {
    background: #ed2478;
    width: fit-content;
    margin: 0 auto 20px;
    padding: 4px 20px;
    border-radius: 10px;
    font-weight: 300;
    font-size: 14px;
}

.weare {
    font-size: clamp(1rem, 1.3vw, 2.25rem);
    color: #555;
    font-weight: 400;
    margin: 0 auto;
}

.voicetitle {
    font-weight: 800;
    text-align: center;
    margin-top: 60px;
    font-size: clamp(1rem, 3vw, 2.5rem);
}

.voicedesc {
    font-weight: 400;
    text-align: center;
    margin-top: 10px;
    color: #666;
    font-size: clamp(1rem, 1.4vw, 1.5rem);
}

.gt-char-wrap {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    line-height: 1.15;
}

.gt-char {
    display: inline-block;
}

.btn.share-btns {
    padding-left: 0;
    text-align: left;
}

@media (max-width: 768px) {
    .slide-visual {
        display: none;
    }

    .slide-body {
        line-height: 1.6;
    }

    img.speak {
        width: 20%;
        right: 5%;
    }
}
