@charset "utf-8";

/* 로고색상 */
.navArea .logo a {color: #fff;}
.navArea .logo a i {color: #fff;}

/* 서브비주얼 - 텍스트 */
.sub-visualArea .contentBox {margin-top:50px; margin-right:40%; width:600px;}

/* 섹션1 */
.content1 .contentArea {gap:20px;}
.content1 .contentBox {text-align: center;}
.content1 .contentBox .title {font-size: 1.8rem; color: #1e293b; line-height: 1.3; animation: fadeInUp 0.8s ease-out;}
.content1 .contentBox .textBox {margin:40px 0;}
.content1 .contentBox .textBox .text {font-size: 1.2rem; line-height: 1.8; color: #475569; animation: fadeInUp 0.8s ease-out 0.2s both;}
.content1 .contentBox .textBox .textBold {margin-top: 20px; font-size: 1.2rem; font-weight: 700; color: #3b82f6; animation: fadeInUp 0.8s ease-out 0.4s both;}
.content1 .imageBox {text-align: center;}
.content1 .imageBox img {width: 80%; max-width: 350px; height: auto; border-radius: 20px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); animation: fadeIn 0.8s ease-out 0.8s both;}

/* 섹션2 */
.content2 {background: linear-gradient(135deg, #fcf8f8 0%, #ffe0e0 100%);}
.content2 .contentBox {padding:0 30px; text-align: center;}
.content2 .contentBox .title {font-size: 1.8rem; color: #1e293b; line-height: 1.3;}
.content2 .contentBox .textBox {margin-top:40px;}
.content2 .contentBox .textBox .text {font-size: 1.3rem; line-height: 1.9; color: #475569;}
.content2 .contentBox .textBox .text strong {color:#3b82f6;}


.section-title,.survey-title {font-size: 1.7rem;}
.survey-stats {grid-template-columns: 1fr;gap: 20px;}
.stat-number {font-size: 2.8rem;}
.main-stat-number {font-size: 3.2rem;}
.survey-reasons {grid-template-columns: 1fr;gap: 16px;}
.reason-percent {font-size: 2.2rem;}
.message-title {font-size: 1.8rem;}
.message-text {font-size: 1.05rem;}
.message-strong {font-size: 1.2rem;}
.message-images {grid-template-columns: 1fr;gap: 16px;}
.message-images img {height: 200px;}



/*
.content1 {padding: 80px 0;}
.content1 .contentArea {display: flex; gap: 60px; align-items: center;}
.content1 .contentBox {flex: 1;}
.content1 .contentBox .title {margin-bottom: 40px; font-size: 2.4rem; font-weight: 800; color: #1e293b; line-height: 1.3; animation: fadeInUp 0.8s ease-out;}
.content1 .contentBox .textBox {display: flex; flex-direction: column; gap: 24px;}
.content1 .contentBox .textBox .text {font-size: 1.3rem; line-height: 1.8; color: #475569; animation: fadeInUp 0.8s ease-out 0.2s both;}
.content1 .contentBox .textBox .textBold {margin-top: 12px; font-size: 1.5rem; font-weight: 700; color: #3b82f6; animation: fadeInUp 0.8s ease-out 0.4s both;}
.content1 .imageBox {flex: 1; text-align: center;}
.content1 .imageBox img {width: 100%; max-width: 500px; height: auto; border-radius: 20px; box-shadow: 0 20px 60px rgba(0, 0, 0, 0.1); animation: fadeIn 1s ease-out 0.3s both;}
*/





.campaign-problem-inner {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

.section-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 30px;
}

.problem-intro {
    font-size: 1.2rem;
    line-height: 1.9;
    color: #475569;
    margin-bottom: 20px;
}

.problem-reason {
    font-size: 1.3rem;
    line-height: 1.8;
    color: #334155;
}

.problem-reason strong {
    color: #3b82f6;
    font-weight: 700;
}

/* 조사 결과 섹션 */
.content3,
.content4 {
    padding: 80px 0;
    position: relative;
}

.content3 {
    background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 100%);
}

.content4 {
    background: linear-gradient(135deg, #f0fdf4 0%, #dcfce7 100%);
}

.survey-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
}

.survey-header {
    text-align: center;
    margin-bottom: 50px;
}

.survey-title {
    font-size: 2.2rem;
    font-weight: 800;
    color: #1e293b;
    margin-bottom: 20px;
}

.survey-title sup {
    font-size: 0.7em;
    color: #64748b;
    font-weight: 500;
}

.survey-subtitle {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #475569;
}

.survey-stats {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 40px;
}

.stat-item {
    background: #ffffff;
    padding: 40px 30px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}

.stat-number {
    font-size: 4rem;
    font-weight: 800;
    color: #3b82f6;
    margin-bottom: 15px;
    line-height: 1;
}

.stat-text {
    font-size: 1.1rem;
    color: #475569;
    line-height: 1.6;
}

.survey-main-stat {
    background: #ffffff;
    padding: 50px 40px;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    margin-bottom: 40px;
}

.main-stat-number {
    font-size: 5rem;
    font-weight: 800;
    color: #10b981;
    margin-bottom: 20px;
    line-height: 1;
}

.main-stat-text {
    font-size: 1.2rem;
    color: #475569;
    line-height: 1.7;
}

.survey-reasons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.reason-item {
    background: #ffffff;
    padding: 35px 25px;
    border-radius: 16px;
    text-align: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
}

.reason-percent {
    font-size: 3rem;
    font-weight: 800;
    color: #10b981;
    margin-bottom: 12px;
    line-height: 1;
}

.reason-text {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
}

.survey-conclusion {
    font-size: 1.15rem;
    line-height: 1.8;
    color: #334155;
    text-align: center;
    margin-bottom: 40px;
    padding: 0 20px;
}

.survey-image {
    text-align: center;
    margin-top: 40px;
}

.survey-image img {
    width: 100%;
    max-width: 600px;
    height: auto;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* 핵심 메시지 섹션 */
.content5 {
    padding: 100px 0;
    background: linear-gradient(135deg, #1e293b 0%, #334155 100%);
    color: #ffffff;
}

.message-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.message-box {
    text-align: center;
    margin-bottom: 60px;
}

.message-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 40px;
    color: #ffffff;
}

.message-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.message-text {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #e2e8f0;
}

.message-strong {
    font-size: 1.8rem;
    font-weight: 700;
    color: #60a5fa;
    line-height: 1.6;
}

.message-images {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    max-width: 900px;
    margin: 0 auto;
}

.message-images img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease;
}

.message-images img:hover {
    transform: scale(1.05);
}

/* 애니메이션 */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

/* 스크롤 애니메이션을 위한 클래스 */
.stat-item,
.survey-main-stat,
.reason-item,
.message-images img,
.problem-content {
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
}

.stat-item.visible,
.survey-main-stat.visible,
.reason-item.visible,
.message-images img.visible,
.problem-content.visible {
    opacity: 1;
    transform: translateY(0);
}


/* 반응형 스타일 */
@media (max-width: 500px) {


}

@media (min-width: 501px) and (max-width: 1349px) {

    .content1 .contentArea {
        gap: 48px;
    }

    .content1 .contentBox .title {
        font-size: 2.2rem;
    }

    .survey-stats {
        gap: 32px;
    }

    .survey-reasons {
        gap: 24px;
    }
    
}

@media (min-width: 1350px) {

    .content1 .contentArea {
        gap: 80px;
    }

    .content1 .contentBox .title {
        font-size: 2.8rem;
    }

    .content1 .contentBox .textBox .text {
        font-size: 1.35rem;
    }

    .content1 .contentBox .textBox .textBold {
        font-size: 1.6rem;
    }

    .content1 .imageBox img {
        max-width: 560px;
    }

    .survey-stats {
        gap: 50px;
    }

    .stat-number {
        font-size: 4.4rem;
    }

    .main-stat-number {
        font-size: 5.4rem;
    }

    .message-images {
        gap: 40px;
    }
}
