:root {
    --green-dark: #1f7c27;
    --green-main: #64ca00;
    --green-light: #c4e6c3;
}
@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2') format('woff2');
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2') format('woff2');
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2') format('woff2');
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2') format('woff2');
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: 'Paperozi';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2') format('woff2');
    font-weight: 900;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Paperozi';
    color: #333;
}

.container {
    max-width: 1200px;
    margin: auto;
    padding: 0 20px;
}

/* ===== HEADER ===== */
.header {
    position: sticky;
    top: 0;
    background: #fff;
    border-bottom: 1px solid #ddd;
    z-index: 100;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 80px;
}

.logo {
    width:200px;
    font-weight: 800;
    color: var(--green-dark);
}

.nav ul {
    display: flex;
    list-style: none;
    gap: 20px;
}

.nav a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
}

.menu-btn {
    display: none;
    font-size: 24px;
    background: none;
    border: none;
}

/* ===== COMMON SECTION ===== */
.section {
    padding: 80px 0;
}

/* ===== HERO ===== */
.hero {
    /* background: linear-gradient(135deg, var(--green-dark), var(--green-main)); */
    background:#000;
    color: #fff;
    text-align: center;
    overflow:hidden;
    position:relative;
    height: 800px;
}
.hero-bg{
    background:url(../image/land1.png) no-repeat;
    position:absolute;
    width: 100%;
    height: 100%;
    z-index:0;
    top:0;
    background-size: cover;
    background-position: center;
    opacity:0.2;
}
.hero .container{
    position:relative;
    height:100%;
    align-content:center;
}
.hero .container h1{
    font-size: 50px;
}
.btn-primary {
    display: inline-block;
    margin-top: 20px;
    padding: 12px 30px;
    background: #fff;
    color: var(--green-dark);
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
}

/* ===== JOIN CODE ===== */
.join-code {
    background: #f5f5f5;
    text-align: center;
}

.code-box {
    margin-top: 20px;
    font-size: 28px;
    font-weight: bold;
    color: var(--green-dark);
}

/* ===== GRID ===== */
.grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

/* ===== BENEFITS ===== */
.benefit-card {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    text-align: center;
}
.benefit-card > div{
    overflow:hidden;
    width: 200px;
    height:200px;
    margin:0 auto;
    margin-bottom: 50px;
    border-radius: 20px;
}
.benefits h3{
    font-size: 30px;
}
.benefits p{
    font-size: 20px;
    margin-top: 10px;
}
/* ===== SERVICE ===== */
.service {
    text-align: center;
}

/* ===== EVENT ===== */
.event-box {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.05);
    padding: 30px;
    border-radius: 12px;
}
.benefit-card i {
    font-size: 110px;
    color: var(--green-main);
    margin-bottom: 15px;
}
/* ===== FOOTER ===== */
.footer {
    text-align: center;
    padding: 30px;
    background: #161616;
}
.image-section {
    background: #fff;
}
.footer p{
    color:#fff;
}
.image-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: center;
}

.image-text h2 {
    margin-bottom: 15px;
    font-size: 40px;
}
.image-text p{
    font-size: 21px;
    color:#666;
    line-height: 30px;
}
.image-box img {
    width: 100%;
    border-radius: 16px;
}

/* ëª¨ë°”ì¼ */
@media (max-width: 768px) {
    .image-grid {
        grid-template-columns: 1fr;
        text-align: center;
    }
}
/* ===== RESPONSIVE ===== */
@media (max-width: 768px) {
    .nav ul {
        position: fixed;
        top: 80px;
        right: -100%;
        background: #fff;
        flex-direction: column;
        width:100%;
        display: none;
        height:100%;
        padding: 30px;
        box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
        transition:all 0.3s ease;
    }
    .benefit-card i{
        font-size:70px;
    }
    .nav ul.open {
        display: flex;
        right: 0%;
    }

    .menu-btn {
        display: block;
    }

    .grid-3,
    .grid-2 {
        grid-template-columns: 1fr;
    }
}





/* ===== REVIEWS ===== */
.reviews {
    background: linear-gradient(to bottom, #f0f5f4, #fff)
}

.review-sub {
    margin-bottom: 40px;
    color: #666;
    font-size: 15px;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.review-card {
    background: #fff;
    box-shadow: 0px 0px 40px rgba(0,0,0,0.1);
    padding: 30px;
    border-radius: 16px;
    text-align: center;
    transition: transform 0.3s ease;
}
.reviews h2{
    font-size:50px;
}
.review-card:hover {
    transform: translateY(-6px);
}

.review-card img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin-bottom: 15px;
}

.review-card h4 {
    margin-bottom: 5px;
    font-weight: bold;
    font-size: 24px;
}

.rating {
    color: #f5b301;
    margin-bottom: 10px;
}

.review-text {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* 모바일 */
@media (max-width: 768px) {
    .review-grid {
        grid-template-columns: 1fr;
    }
    .image-text h2{
        font-size: 30px;
    }
    .image-text p{
        font-size:16px;
        line-height:24px;
    }
    .hero .container h1,
    .reviews h2,
    .faq h2{
        font-size: 36px !important;
    }
    .faq-question{
        font-size: 18px !important;
    }
    .reviews h2{
        margin-bottom: 20px;
    }
    .image-section.reverse .image-text {
        order: 1;
    }
    
    .image-section.reverse .image-box {
        order: 2;
    }
}



.faq {
    background: url(../image/texture1.jpg) no-repeat;
    background-position:center;
    background-size:cover;
}
.faq h2{
    font-size: 50px;
    color:#fff;
}
.center {
    text-align: center;
    margin-bottom: 40px;
}

.faq-item {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.faq-question {
    width: 100%;
    padding: 20px;
    background: #fff;
    border: none;
    text-align: left;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    font-family: 'Paperozi';
}
/* ✅ PC에서만 순서 반전 */
@media (min-width: 769px) {
    .image-section.reverse .image-text {
        order: 2;
    }

    .image-section.reverse .image-box {
        order: 1;
    }
}
.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: 0.3s;
    padding: 0 20px;
}

.faq-answer p {
    padding: 15px 0;
}

.faq-question .icon {
    font-size: 20px;
    transition: transform 0.3s ease;
}

/* ì—´ë ¸ì„ ë•Œ íšŒì „ */
.faq-item.active .faq-question .icon {
    transform: rotate(315deg);
}