@charset "utf-8";

html, body {
    width: 100%;
    overflow-x: hidden; /* 가로 스크롤 숨김 */
}

body{
overflow-x: hidden;
padding:0;
letter-spacing:-1px;
background-color: #FAF8F2;
color: #1F2A1F;
overflow-x: hidden;
line-height: 1.6;
}

body.menu-open {
overflow: hidden;
}

.container {
    max-width: 1400px;
    width: 94vw;
    margin: 0 auto;
}


/* base */
#wrap {width:100%; margin:0 auto; padding:0;}
.wrap   {max-width:1600px; margin:0 auto; padding:0; position:relative;}
.wrap10 {max-width:1000px; margin:0 auto; padding:0; position:relative;}
.wrap12 {max-width:1200px; margin:0 auto; padding:0; position:relative;}
.wrap14 {max-width:1400px; margin:0 auto; padding:0; position:relative;}
.wrap16 {max-width:1600px; margin:0 auto; padding:0; position:relative;}
.wrap_100 {max-width:100%; margin:0 auto; padding:0; position:relative;}

.wrap_sub {background-color:#FAF8F2; padding:70px 0 140px;}
.wrap_bg1 {background-color:#ffffff;}
.wrap_bg2 {background-color:#fbf8f7;}

.container {
    max-width: 1400px;
    width: 94vw;
    margin: 0 auto;
}
.section-padding {
    padding: 100px 0;
}
.section-title-wrap {
    text-align: center;
    margin-bottom: 50px;
}
.section-label {
    font-size: 14px;
    font-weight: 700;
    color: #2F80ED;
    letter-spacing: 2px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 10px;
}
.section-main-title {
    font-size: 36px;
    font-weight: 700;
    color: #3F4A25;
}

/* 헤더 레이아웃 */
header {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100px;
    z-index: 1000;
    backdrop-filter: blur(12px);
    background-color: rgba(63, 74, 37, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: background-color 0.3s ease;
}
header.peace-header.is-scrolled,
body.peace-menu-open header.peace-header {
    background-color: #3F4A25;
    height: 75px;
}

header.peace-header.is-scrolled .gnb > li > a {
    font-size: 17px;
}
header.peace-header.is-scrolled .dropdown {
    top: 65px;
}
header .header-inner {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .logo a {
    font-size: 22px;
    font-weight: 900;
    color: #FFFFFF;
    letter-spacing: -0.5px;
}
header .logo span { color: #F58220; letter-spacing: 0.5px; }
header .gnb { display: flex; gap: 40px; margin:0; }
header .gnb > li { position: relative; }
header .gnb > li > a {
    color: #FFFFFF;
    font-weight: 500;
    font-size: 19px;
    padding: 10px 0;
    display: block;
    transition: color 0.3s;
}

header .dropdown {
    position: absolute;
    top: 75px;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    width: 160px;
    padding: 15px 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}
header .dropdown a {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    color: #5F6658;
    transition: background 0.2s;
}
header .dropdown a:hover {
    background-color: #EEF1E6;
    color: #4F5D2F;
}


header .header-btn .btn-header {
    background-color: #f55120;
    color: #FFFFFF;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
}

@media (min-width: 769px) {
    header.peace-header .gnb > li:hover > a,
    header.peace-header .gnb > li:focus-within > a {
        color: #F58220;
    }
    header.peace-header .gnb > li:hover > .dropdown,
    header.peace-header .gnb > li:focus-within > .dropdown {
        opacity: 1;
        visibility: visible;
        transform: translateX(-50%) translateY(0);
    }
}

@media (max-width: 1200px) {
    header .logo a { font-size: 18px; }
    header .gnb > li > a {font-size: 15px;}
    header.peace-header.is-scrolled .gnb > li > a {font-size: 15px;}
    header .header-btn .btn-header { display:none; }
}


/* 푸터 레이아웃 */
footer {
    background-color: #1F2A1F;
    color: #FAF8F2;
    padding: 60px 0;
    font-size: 14px;
}
.footer-inner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 40px;
}
.footer-info h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.footer-info p {
    color: #5F6658;
    margin-bottom: 8px;
    line-height: 1.8;
}
.footer-links {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}
.footer-links a { font-weight: 700; }
.footer-links a.privacy { color: #F58220; }
.footer-bottom {
    margin-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.05);
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    color: #5F6658;
}


/* 기본 영역 */
header.peace-header .peace-header__menu-btn {
    display: none;
    width: 42px;
    height: 42px;
    padding: 9px;
    border: 0;
    background: transparent;
    cursor: pointer;
    position: relative;
    z-index: 1003;
}
header.peace-header .peace-header__menu-btn span {
    display: block;
    width: 24px;
    height: 2px;
    margin: 5px auto;
    background: #FFFFFF;
    transition: transform 0.25s ease, opacity 0.25s ease;
}
header.peace-header .peace-header__menu-btn.active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}
header.peace-header .peace-header__menu-btn.active span:nth-child(2) {
    opacity: 0;
}
header.peace-header .peace-header__menu-btn.active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.peace-header__overlay {
    position: fixed;
    inset: 0;
    z-index: 998;
    background: rgba(0, 0, 0, 0.48);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.peace-header__overlay.active {
    opacity: 1;
    visibility: visible;
}
body.peace-menu-open {
    overflow: hidden;
}
@media (max-width: 768px) {
    header.peace-header {
        z-index: 1000;
    }
    header.peace-header .peace-header__menu-btn {
        display: block;
    }
    header.peace-header .gnb {
        display: block;
        position: fixed;
        top: 70px;
        right: 0;
        width: min(86vw, 360px);
        height: calc(100vh - 70px);
        padding: 20px 24px 40px;
        overflow-y: auto;
        background: #FFFFFF;
        transform: translateX(100%);
        visibility: hidden;
        transition: transform 0.3s ease, visibility 0.3s ease;
        box-shadow: -12px 20px 35px rgba(0, 0, 0, 0.16);
        z-index: 1002;
    }
    header.peace-header .gnb.active {
        transform: translateX(0);
        visibility: visible;
    }
    header.peace-header .gnb > li {
        border-bottom: 1px solid #EEF1E6;
    }
    header.peace-header .gnb > li > a {
        position: relative;
        padding: 18px 34px 18px 4px;
        color: #1F2A1F;
        font-size: 15px;
        font-weight: 700;
    }
    header.peace-header .gnb > li:has(.dropdown) > a::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 6px;
        width: 8px;
        height: 8px;
        border-right: 2px solid #5F6658;
        border-bottom: 2px solid #5F6658;
        transform: translateY(-70%) rotate(45deg);
        transition: transform 0.25s ease;
    }
    header.peace-header .gnb > li.open > a::after {
        transform: translateY(-25%) rotate(225deg);
    }
    header.peace-header .dropdown {
        position: static;
        width: 100%;
        max-height: 0;
        padding: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        border-radius: 0;
        box-shadow: none;
        background: #F7F8F3;
        transition: max-height 0.3s ease, padding 0.3s ease;
    }
    header.peace-header .gnb > li.open .dropdown {
        max-height: 320px;
        padding: 8px 0;
        transform: none;
    }
    header.peace-header .dropdown a {
        padding: 11px 16px;
        color: #5F6658;
    }
}

/* 메인 */
.main-hero-section {
    height: 1200px;
    min-height: 1200px;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #FFFFFF;
    padding-top: 84px;
}

.main-hero-section .main-hero-section__background {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
    pointer-events: none;
}

.main-hero-section .main-hero-section__slide {
    position: absolute;
    inset: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.05);
    transition:
        opacity 1.6s ease,
        transform 7s ease;
    pointer-events: none;
}

.main-hero-section .main-hero-section__slide::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(31, 42, 31, 0.92) 0%,
        rgba(31, 42, 31, 0.68) 12%,
        rgba(31, 42, 31, 0.28) 23%,
        rgba(31, 42, 31, 0) 36%,
        rgba(31, 42, 31, 0) 64%,
        rgba(31, 42, 31, 0.28) 77%,
        rgba(31, 42, 31, 0.68) 88%,
        rgba(31, 42, 31, 0.92) 100%
    );
    pointer-events: none;
}

.main-hero-section .main-hero-section__slide.is-active {
    opacity: 1;
    transform: scale(1);
}

.main-hero-section .bg-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.main-hero-section .bg-canvas canvas {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.main-hero-section > .container {
    position: relative;
    z-index: 3;
}

.main-hero-section .hero-content {
    position: relative;
    max-width: 800px;
    z-index: 3;
}

.main-hero-section .hero-sub {
    font-size: 18px;
    font-weight: 500;
    color: #FAF8F2;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.main-hero-section .hero-sub::before {
    content: "";
    width: 24px;
    height: 2px;
    background-color: #F58220;
}

.main-hero-section .hero-title {
    font-size: 54px;
    font-weight: 900;
    line-height: 1.25;
    margin-bottom: 25px;
    color: #FFFFFF;
    text-shadow:
        0 2px 2px rgba(0, 0, 0, 0.9),
        0 5px 14px rgba(0, 0, 0, 0.75),
        0 0 2px rgba(31, 42, 31, 1);
    -webkit-text-stroke: 1px rgba(31, 42, 31, 0.45);
    paint-order: stroke fill;
}


.main-hero-section .hero-date {
    display: inline-block;
    padding: 10px 18px;
    margin: 0 0 20px;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
    background: rgb(124 101 81 / 60%);
    border-radius: 8px;
    box-shadow:
        0 8px 20px rgba(0, 0, 0, 0.24),
        inset 0 1px 0 rgba(255, 255, 255, 0.18);
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.65);
}

.main-hero-section .hero-desc {
    max-width: 720px;
    padding: 8px 12px;
    font-size: 17px;
    color: #86ffdb;
    margin-bottom: 40px;
    font-weight: 300;
    background: rgba(20, 29, 20, 0.48);
    border-left: 1px solid #F58220;
    border-radius: 0 10px 10px 0;
    backdrop-filter: blur(4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.85),
        0 2px 5px rgba(0, 0, 0, 0.55);
}

.main-hero-section .hero-btns {
    position: relative;
    z-index: 4;
    display: flex;
    gap: 15px;
}

.main-hero-section .btn-primary {
    background-color: #F58220;
    color: #FFFFFF;
    font-weight: 700;
    padding: 16px 32px;
    border-radius: 999px;
    box-shadow: 0 12px 30px rgba(245, 130, 32, 0.35);
    transition: all 0.3s ease;
    display: inline-block;
    border: none;
    cursor: pointer;
    pointer-events: auto;
}

.main-hero-section .btn-primary:hover {
    background-color: #D96F14;
    color: #FFFFFF;
    transform: translateY(-2px);
}

.main-hero-section .btn-secondary {
    background-color: transparent;
    color: #FFFFFF;
    font-weight: 500;
    padding: 16px 32px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.3s ease;
    display: inline-block;
    cursor: pointer;
    pointer-events: auto;
}

.main-hero-section .btn-secondary:hover {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #FFFFFF;
    color: #FFFFFF;
}

.main-hero-section .weather_line {
    position: relative;
    z-index: 3;
}

.main-hero-section .hero-bottom-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background: rgba(31, 42, 31, 0.78);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    padding: 22px 0;
    font-size: 16px;
    color: #EEF1E6;
    text-align: center;
}

.main-hero-section .hero-bottom-bar span {
    margin: 0 15px;
    opacity: 0.6;
}

@media (max-width: 1024px) {
    .main-hero-section {
        height: 900px;
        min-height: 900px;
    }

    .main-hero-section .hero-title {
        font-size: 44px;
    }
    .main-hero-section .hero-date {
        font-size: 15px;
        padding: 9px 13px;
    }
    .main-hero-section .hero-desc {
        padding: 12px 14px;
        font-size: 15px;
    }
}

@media (max-width: 768px) {
    .main-hero-section {
        height: 720px;
        min-height: 720px;
        padding: 100px 0 80px;
    }

    .main-hero-section .main-hero-section__slide {
        background-position: center center;
    }

    .main-hero-section .main-hero-section__slide::after {
        background: linear-gradient(
            90deg,
            rgba(31, 42, 31, 0.78) 0%,
            rgba(31, 42, 31, 0.42) 25%,
            rgba(31, 42, 31, 0.16) 50%,
            rgba(31, 42, 31, 0.42) 75%,
            rgba(31, 42, 31, 0.78) 100%
        );
    }

    .main-hero-section .hero-content {
        max-width: 100%;
    }

    .main-hero-section .hero-title {
        font-size: 34px;
    }

    .main-hero-section .hero-desc {
        font-size: 16px;
    }

    .main-hero-section .hero-btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .main-hero-section .hero-bottom-bar {
        display: none;
    }
}

.main-summary-section {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 70px 0;
    background: #FAF8F2;
}
.main-summary-section .summary-panel {
    display: grid;
    grid-template-columns: 300px 1fr;
    overflow: hidden;
    background: #FFFFFF;
    border: 1px solid rgba(63, 74, 37, 0.1);
    border-radius: 28px;
    box-shadow: 0 20px 50px rgba(63, 74, 37, 0.08);
}
.main-summary-section .summary-heading {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 42px 38px;
    color: #FFFFFF;
    background: linear-gradient(145deg, #3F4A25 0%, #59683A 100%);
}
.main-summary-section .summary-heading span {
    margin-bottom: 10px;
    color: #F7A65F;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
}
.main-summary-section .summary-heading h2 {
    margin: 0 0 12px;
    font-size: 30px;
    font-weight: 800;
    line-height: 1.35;
}
.main-summary-section .summary-heading p {
    margin: 0;
    color: rgba(255,255,255,0.72);
    font-size: 14px;
    line-height: 1.7;
}
.main-summary-section .summary-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.main-summary-section .summary-card {
    position: relative;
    min-height: 150px;
    padding: 34px 36px 30px 88px;
    background: #FFFFFF;
    border-right: 1px solid #EEF1E6;
    border-bottom: 1px solid #EEF1E6;
    transition: background-color 0.3s ease;
}
.main-summary-section .summary-card:nth-child(2n) {
    border-right: 0;
}
.main-summary-section .summary-card:nth-last-child(-n+2) {
    border-bottom: 0;
}
.main-summary-section .summary-card:hover {
    background-color: #F8F9F3;
}
.main-summary-section .summary-number {
    position: absolute;
    top: 34px;
    left: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #EEF1E6;
    color: #4F5D2F;
    font-size: 13px;
    font-weight: 800;
}
.main-summary-section .summary-card:nth-child(even) .summary-number {
    background: #FFF0E3;
    color: #E57416;
}
.main-summary-section .summary-label {
    display: block;
    margin-bottom: 8px;
    color: #7A8174;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
}
.main-summary-section .summary-val {
    color: #1F2A1F;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.45;
}
.main-summary-section .summary-val span{
    font-size: 16px;
    color: #b85959;
    font-weight: 300;
}


.main-summary-section .course-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin-top:30px;
}
.main-summary-section .course-card {
    background: #FFFFFF;
    border-radius: 28px;
    padding: 40px 32px;
    box-shadow: 0 18px 45px rgba(63, 74, 37, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    transition: all 0.3s ease;
}
.main-summary-section .course-card::before {
    content: '';
    position: absolute;
    top: 0; left: 0; width: 100%; height: 6px;
}

.main-summary-section .course-card.half::before { background-color: #673d9b; }
.main-summary-section .course-card.k10::before { background-color: #4F5D2F; }
.main-summary-section .course-card.k5::before { background-color: #2F80ED; }
.main-summary-section .course-card.family::before { background-color: #F58220; }

.main-summary-section .course-card.family {
    background-color: #FAF8F2;
    border: 1px solid rgba(245, 130, 32, 0.2);
}

.main-summary-section .course-top h3 {
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 5px;
    color: #1F2A1F;
}
.main-summary-section .course-dist {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
    display: inline-block;
}
.main-summary-section .half .course-dist { color: #673d9b; }
.main-summary-section .k10 .course-dist { color: #4F5D2F; }
.main-summary-section .k5 .course-dist { color: #2F80ED; }
.main-summary-section .family .course-dist { color: #F58220; }

.main-summary-section .course-desc {
    font-size: 15px;
    color: #5F6658;
    margin-bottom: 30px;
    word-break: keep-all;
}
.main-summary-section .course-btn {
    font-size: 14px;
    font-weight: 700;
    color: #4F5D2F;
    display: flex;
    align-items: center;
    gap: 5px;
}

.main-about .about-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
}
.main-about .about-content h2 {
    font-size: 36px;
    color: #3F4A25;
    line-height: 1.4;
    margin-bottom: 30px;
}
.main-about .about-text {
    font-size: 16px;
    color: #5F6658;
    line-height: 1.8;
    margin-bottom: 20px;
    word-break: keep-all;
}
.main-about .about-graphic {
    position: relative;
    height: 400px;
    background: url('/images/common/main_about_bg.jpg') no-repeat 50% 30%;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #457c98;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}
.main-about .graphic-txt {
    text-align: center;
    z-index: 1;
    padding-bottom: 160px;
}
.main-about .graphic-txt h4 { font-size: 24px; margin-bottom: 10px; font-weight: 700;}

.main-cta {
    background: linear-gradient(135deg, #3F4A25 0%, #4F5D2F 100%);
    color: #FFFFFF;
    text-align: center;
    position: relative;
}
.main-cta .cta-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
.main-cta .cta-sub {
    font-size: 16px;
    color: #EEF1E6;
    margin-bottom: 40px;
    opacity: 0.9;
}
.main-cta .cta-btns {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}
.main-cta .cta-status {
    display: inline-block;
    background-color: #F58220;
    padding: 6px 16px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 20px;
}
.main-cta .cta-status-0 {
    background-color: #9e9e9e;
}

.main-community {
    background-color: #f3eee0;
}
.main-community .community-inner {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 50px;
}
.main-community .community-title {
    font-size: 22px;
    color: #3F4A25;
    margin-bottom: 25px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-community .more-btn { font-size: 14px; color: #5F6658; font-weight: 400;}

.main-community .notice-list li {
    border-bottom: 1px solid #EEF1E6;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-community .notice-list a {
    font-size: 16px;
    color: #1F2A1F;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75%;
}
.main-community .notice-list a:hover { color: #F58220; }
.main-community .notice-date { font-size: 14px; color: #5F6658; }

.main-community .quick-links {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}
.main-community .link-card {
    background-color: #FFFFFF;
    border: 1px solid #EEF1E6;
    border-radius: 16px;
    padding: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 130px;
    transition: all 0.3s;
}
.main-community .link-card:hover {
    border-color: #4F5D2F;
    box-shadow: 0 10px 20px rgba(63, 74, 37, 0.05);
}
.main-community .link-card h4 { font-size: 16px; color: #3F4A25; }
.main-community .link-card span { font-size: 13px; color: #5F6658; }

.main-sponsor {
    background-color: #ebe4cf;
    border-top: 1px solid #EEF1E6;
    padding: 60px 0;
}
.main-sponsor .sponsor-group {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    border-bottom: 1px dashed #EEF1E6;
    padding-bottom: 20px;
}
.main-sponsor .sponsor-group:last-child { border: none; padding: 0; margin: 0; }
.main-sponsor .sponsor-title {
    width: 120px;
    font-size: 14px;
    font-weight: 700;
    color: #5F6658;
}
.main-sponsor .sponsor-logos {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    font-weight: 500;
    color: #1F2A1F;
}
.main-sponsor .logo-item {
    padding: 8px 20px;
    background: #fff;
    border-radius: 6px;
    font-size: 15px;
}

.main-hero-section .weather_line {
    position: absolute;
    bottom: 70px;
    right: 20px;
    display: inline-flex;
    align-items: center;
    font-size: 0.9rem;
    color: #afafaf;
    z-index: 999;
}
.main-hero-section .bg-canvas {
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}
.main-hero-section .bg-canvas canvas {
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

@media (max-width: 1024px) {
    .main-summary-section .summary-panel { grid-template-columns: 1fr; }
    .main-summary-section .summary-heading { padding: 34px; }
    .main-summary-section .course-grid { grid-template-columns: repeat(2, 1fr); }
    .main-about .about-inner { grid-template-columns: 1fr; gap: 40px; }
    .main-community .community-inner { grid-template-columns: 1fr; gap: 50px; }
    .main-hero-section { height: 900px; min-height: 900px; }
    .main-hero-section .hero-title { font-size: 40px; }
}
@media (max-width: 768px) {
    header { height: 70px; }
    header.peace-header .header-btn { display: none; }
    .main-hero-section { height: 720px; min-height: 720px; padding: 110px 0 70px; }
    .main-hero-section .hero-title { font-size: 32px; }
    .main-hero-section .hero-bottom-bar { display: none; }
    .main-summary-section { padding: 40px 0; }
    .main-summary-section .summary-grid { grid-template-columns: 1fr; }
    .main-summary-section .summary-card { min-height: 145px; border-right: 0; border-bottom: 1px solid #EEF1E6; padding: 28px 24px 26px 78px; }
    .main-summary-section .summary-card:nth-last-child(-n+2) { border-bottom: 1px solid #EEF1E6; }
    .main-summary-section .summary-card:last-child { border-bottom: 0; }
    .main-summary-section .summary-number { top: 28px; left: 24px; }
    .main-summary-section .course-grid { grid-template-columns: 1fr; }
    .section-main-title { font-size: 28px; }
    .main-sponsor .sponsor-group { flex-direction: column; align-items: flex-start; gap: 10px; }
    .main-hero-section .weather_line {bottom: 5px;}
}


/* 서브 */
.event-overview-page {
    background: #FAF8F2;
}
.event-overview-page .event-overview-visual {
    min-height: 390px;
    padding: 154px 0 74px;
    color: #FFFFFF;
}
.event-overview-page .event-overview-visual._bg_01 {
    background: linear-gradient(135deg, rgba(31, 42, 31, 0.94), rgba(79, 93, 47, 0.84)), url('/images/common/main_bg_sub_01.jpg') center 42% / cover no-repeat;
}
.event-overview-page .event-overview-visual._bg_02 {
    background: linear-gradient(135deg, rgba(31, 42, 31, 0.94), rgba(79, 93, 47, 0.84)), url('/images/common/main_bg_sub_02.jpg') center 42% / cover no-repeat;
}
.event-overview-page .event-overview-visual._bg_03 {
    background: linear-gradient(135deg, rgba(31, 42, 31, 0.94), rgba(79, 93, 47, 0.84)), url('/images/common/main_bg_sub_03.jpg') center 42% / cover no-repeat;
}
.event-overview-page .event-overview-visual__eyebrow {
    display: block;
    margin-bottom: 12px;
    color: #F7B267;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.14em;
}
.event-overview-page .event-overview-visual__title {
    margin: 0 0 16px;
    font-size: 48px;
    font-weight: 900;
    letter-spacing: -0.04em;
}
.event-overview-page .event-overview-visual__text {
    max-width: 620px;
    margin: 0;
    color: rgba(255,255,255,0.82);
    font-size: 17px;
    word-break: keep-all;
}
.event-overview-page .event-overview-location {
    background: #FFFFFF;
    border-bottom: 1px solid #E8EBDD;
}
.event-overview-page .event-overview-location__inner {
    min-height: 64px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #6A7162;
    font-size: 14px;
}

/*서브 - 가로메뉴*/
.sub-visual-tab {  margin:40px 0 0 0; padding:20px 0 0 0; border-bottom: solid 2px #617d48; max-width:1400px; margin:50px auto 0; padding:0; }
.sub-visual-tab ul { display: flex; padding: 0; margin: 0; width: 100%; height: auto;}
.sub-visual-tab li { flex: 0 0 20%; width:20%; }
.sub-visual-tab a { display: flex; align-items: center; justify-content: center; position: relative; padding:5px 10px; height:50px; font-size: 1.1rem; color: #000;}
.sub-visual-tab a::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 2px;}
.sub-visual-tab li a.active { color: #fff; background-color: #617d48; border-radius:8px 8px 0 0;}

.sub-tab-list { margin-top: 0; padding-bottom: 70px;}
.sub-tab-list li { position: relative; width: auto;}
.sub-tab-list li:not(:last-child)::before { content: ''; position: absolute; top: 0; bottom: 0; right: -2px; margin: auto; width: 4px; height: 4px; background: #cccccc; border-radius: 50%; }
.sub-tab-list li a.active { color: #13998e; }
.sub-tab-list a { padding:0 20px; font-size: 20px; color: #666666; }
.sub-tab-list .sub-menu-tab { justify-content: center; }

@media screen and (max-width: 1024px) {
    .sub-visual-tab { margin-bottom: 5px; padding: 4px 0 0;  width: 100%; overflow-x: auto; overflow-y: hidden; -webkit-overflow-scrolling: touch;}
    .sub-visual-tab::-webkit-scrollbar { display: none;}
    .sub-visual-tab ul { margin: 0; padding:0; max-width: none;}
	.sub-visual-tab li { flex: 1 0 auto; width:auto;}
	.sub-visual-tab li:last-child { margin-right: 0; }
	.sub-visual-tab a { height: 40px; font-size: 16px; padding:8px 16px; }
    .sub-visual-tab li a.active {border-radius: 0;}
    #contents {
        position: relative;
        float: right;
        width: 100%;
        max-width: 100%;
        padding-bottom: 100px;
        margin-top: 10px;
    }
}

/* 타이틀 */
.wrap_sub .sec-sub-title {
    color: #399b99;
    letter-spacing: 3px;
    font-size: 0.6rem;
    font-weight: 400;
    margin-bottom: 10px;
}

.wrap_sub .sec-title {
    font-size: 2rem;
    font-weight: 500;
    color: #2c2540;
    margin-bottom: 10px;
}

.wrap_sub .sec-desc {
    color: #7b768f;
    font-size: 0.8rem;;
}

/* 서브 공통 */
.wrap_sub .event-card {
  margin: 0;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 16px rgba(0,0,0,0.05);
  padding:80px 40px;
}
@media screen and (max-width: 1024px) {
    .wrap_sub {padding:40px 0 60px;}
    .wrap_sub .event-card {margin: 20px; padding:40px 20px;}

}

.tbl_01 {width:100%; margin:auto;}
.tbl_01 th, .tbl_overview td{border-bottom:1px solid #eee;text-align:left;vertical-align:top}
.tbl_01 th{padding:15px 0 0 10px;font-size:1.0rem; font-weight:500}
.tbl_01 td{padding:15px; font-size:1.0rem;}
.tbl_01 td ul li{position:relative;padding-left:94px;}
.tbl_01 td ul li em{position:absolute;left:0;}
@media screen and (max-width: 1024px) {
    .tbl_01 th{display:block;padding:15px 10px}
    .tbl_01 td{display:block;}
}

.note_box{font-size:1rem;color:#666;line-height:1.5;}
.note_box + .note_box{margin-top:40px}
.note_box h3{text-align:left;color:#2f5a8e;}
.note_box h4{font-size:1.2rem;color:#333;}
.note_box h5{font-size:1rem;color:#0098cf;}
.note_box h3, .note_box h4, .note_box h5, .note_box p{margin-bottom:10px}
.note_box ul{}
.note_box li{position:relative;padding-left:14px;}
.note_box li:before{content:'';position:absolute;left:0;top:9px;width:4px;height:4px;background:#ddd}
.note_box .list-dot li:before{content:'';position:absolute;left:0;top:9px;width:4px;height:4px;background:#00adef}
.note_box .list-dot li:before{content:'';position:absolute;left:0;top:9px;width:4px;height:4px;background:#00adef}
.note_box .list-dot li.no-desc:before{content:'';position:absolute;left:0;top:9px;width:4px;height:4px;background:none;}
.note_box ol li{}
.note_box li + li{margin-top:8px;}
.note_box_pd p, .note_box_pd ul{padding-left:24px}
.note_box li strong{font-weight:500;color:#000}
.note_box .deco_line{text-decoration:underline;}
.note_box .deco_point{color:#00adef;}
.group_bx{padding:20px 15px;background:#f7f7f7;}
.group_bx li:before{display:none;}

.tblBox{ margin-top:30px; margin-bottom:10px;}
.tblBox .tblTit{ margin-bottom: 30px; font-size: 28px; font-weight: 400; text-align: center; }
.tblBox table{ width: 100%; border: 1px solid #ddd; }
.tblBox table tr{ border-bottom: 1px solid #ddd; }
.tblBox table th{ padding: 16px 8px; font-size: 1.1rem; text-align: center; border-bottom: 1px solid #ddd; background-color:#f7f7f7;color:#555; font-weight:500; }
.tblBox table td{ padding: 12px 10px; font-size: 1.0rem; text-align: center; border-left: 1px solid #ddd;font-weight: 300;}


.tbl_01 .sponsor-logos {
    display: flex; gap: 30px; flex-wrap: wrap; font-weight: 500; color: #1F2A1F;
}
.tbl_01 .logo-item {
    padding: 8px 20px; background: #fff; border-radius: 6px; font-size: 15px; border: solid 1px  #ccc;
}

.add-member-wrap{}
.add-member-wrap table{}
.add-member-wrap table thead{background:#f4f4f4;}
.add-member-wrap table th{padding:5px 8px;border:1px solid #ddd;text-align:left;background-color:#f5f5f5;font-weight:400;height:49px;}
.add-member-wrap table td{padding:5px 8px;border:1px solid #ddd;text-align:left;background-color:#f9f9f9;}
.add-member-wrap table label{font-weight:300;}
span.state-wait{color:#999;}
span.state-end{color:#222;}
.add-member-wrap h3 { font-size: 1.25rem;}


.headline {
    background: url('/images/common/ti_bg_icon_50x50.png?2026') no-repeat 0 10%;
    display: block;
    margin: 50px 0 15px;
    border-bottom: 1px solid #d7b8f3;
    padding: 10px 18px 12px 30px;
    font-size: 1.3rem;
}
.headline small {
    color:#b2b2b2;font-size:0.9rem;font-weight:300;padding-left:20px;
}

.con_tb td > .f-left {
    position: relative;
    display: inline-block;
    float: none;
    margin: 0 10px 10px 0;
}

.con_tb td > .f-left label {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    min-height: 58px;
    padding: 12px 22px;
    margin: 0;
    background-color: #FFFFFF;
    border: 1px solid #D9DED2;
    border-radius: 12px;
    color: #3F4A25;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    cursor: pointer;
    transition: all 0.25s ease;
}

.con_tb td > .f-left label:hover {
    background-color: #F7F8F2;
    border-color: #7A8450;
    box-shadow: 0 8px 20px rgba(63, 74, 37, 0.1);
    transform: translateY(-2px);
}

.con_tb td > .f-left input[type="radio"] {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.con_tb td > .f-left label:has(input[type="radio"]:checked) {
    background-color: #3F4A25;
    border-color: #3F4A25;
    color: #FFFFFF;
    box-shadow: 0 10px 24px rgba(63, 74, 37, 0.25);
}

.con_tb td > .f-left label:has(input[type="radio"]:focus-visible) {
    outline: 3px solid rgba(245, 130, 32, 0.35);
    outline-offset: 3px;
}

@media (max-width: 768px) {
    .con_tb td > .f-left {
        display: block;
        width: 100%;
        margin: 0 0 10px;
    }

    .con_tb td > .f-left label {
        width: 100%;
        min-width: 0;
    }
}