@charset "utf-8";

/* container */
.inner { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

#info-page .sub-visual { background-color: #f8faf7; padding: 50px 0; text-align: center; }

#info-page .sub-visual .main-title { font-size: 42px; color: #2d4a22; font-weight: 800; line-height: 1.3; margin-bottom: 12px; letter-spacing: -1.5px; }

#info-page .sub-visual .sub-text { font-size: 20px; color: #666; font-weight: 400; }

/* section */
.info-content { padding: 80px 0 100px; }

.title-area { text-align: center; margin-bottom: 70px; }
.title-area .category { color: #a3895d; font-size: 16px; font-weight: 700; letter-spacing: 3px; display: block; margin-bottom: 10px; }
.title-area h3 { font-size: 38px; color: #222; font-weight: 500; letter-spacing: -1px; }
.title-area h3 strong { color: #2d4a22; font-weight: 800; }

/* grid */
.content-wrapper { display: flex; justify-content: space-between; align-items: flex-start; gap: 80px; }

.left-box { flex: 0 0 45%; border-left: 10px solid #2d4a22; padding: 10px 0 10px 40px; }

.left-box p { font-size: 30px; line-height: 1.5; color: #333; font-weight: 500; word-break: keep-all; }

.left-box p strong { color: #2d4a22; font-weight: 800; }

.right-box { flex: 0 0 50%; }

.right-box .item { margin-bottom: 50px; }

.right-box h4 { font-size: 24px; color: #111; font-weight: 800; margin-bottom: 15px; position: relative; }

.right-box p { font-size: 20px; line-height: 1.8; color: #555; font-weight: 400; word-break: keep-all; }

.right-box p strong { color: #222; font-weight: 700; }

/* 반응형 웹 */
@media (max-width: 1024px) {
    .content-wrapper { flex-direction: column !important; align-items: center !important; gap: 50px !important; padding: 0 40px !important; }
    .left-box, .right-box { width: 100% !important; }

    .title-area h3 { font-size: 30px !important; line-height: 1.4 !important; word-break: keep-all !important; }
    
    .left-box p { font-size: 24px !important; line-height: 1.5 !important; letter-spacing: -0.5px !important; white-space: nowrap !important; }

    .right-box h4 { font-size: 22px !important; white-space: nowrap !important; letter-spacing: -0.5px !important; }
}

@media (max-width: 768px) {
    #info-page .sub-visual .main-title { font-size: 24px !important; line-height: 1.4 !important; letter-spacing: -1px !important; }
    #info-page .sub-visual .sub-text { font-size: 15px !important; line-height: 1.6 !important; letter-spacing: 0.5px !important; max-width: 100% !important; padding: 0 20px !important; word-break: keep-all !important; }

    .info-content { padding: 40px 20px !important; }
    .title-area h3 { font-size: 20px !important; line-height: 1.35 !important; letter-spacing: -1.2px !important; word-break: keep-all !important; }
    .title-area h3 strong { display: block; font-size: 26px !important; margin-top: 5px; }

    .left-box { border-left: 5px solid #2d4a22 !important; padding: 5px 0 5px 15px !important; margin-bottom: 40px !important; }
    .left-box p { font-size: 17.5px !important; line-height: 1.5 !important; letter-spacing: -1.2px !important; white-space: nowrap !important; }

    .right-box .item { text-align: left !important; margin-bottom: 35px !important; }
    .right-box h4 { font-size: 18.5px !important; letter-spacing: -1.2px !important; white-space: nowrap !important; }
    .right-box p { font-size: 15px !important; line-height: 1.7 !important; word-break: keep-all !important; }
}
