@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-gov.min.css");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Pretendard GOV', -apple-system, BlinkMacSystemFont, system-ui, sans-serif;
    color: #333;
    line-height: 1.6;
    background-color: #fff;
}

a {
    text-decoration: none;
    color: inherit;
}

/* Exploration Page Specific Styles */
.exploration-hero {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto 150px;
    padding: 0;
}

.exploration-hero-inner {
    background-color: #ebf3fb;
    /* Default fallback */
    border-radius: 32px;
    padding: 80px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    overflow: hidden;
}

.page-exploration .exploration-hero-inner {
    background-color: #ebf3fb;
}

.page-quest .exploration-hero-inner {
    background-color: rgba(250, 231, 230, 1);
    /* Light pink for quest */
}

.page-subject .exploration-hero-inner {
    background-color: rgba(230, 250, 244, 1);
    /* Light mint for subject */
}

.page-methods .exploration-hero-inner {
    background-color: #fceaf5;
    /* Light pinkish purple for methods */
}

.hero-content-left {
    flex: 1;
    max-width: 600px;
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 46px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -0.5px;
}

.hero-subtitle {
    font-size: 18px;
    color: #333;
    line-height: 27px;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    font-weight: 600;
    word-break: keep-all;
}

.hero-info-box {
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 12px;
    margin-bottom: 80px;
    width: 100%;
    max-width: 204px;
}

.info-row {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    color: #444;
    letter-spacing: -0.5px;
}

.info-row:not(:last-child) {
    margin-bottom: 12px;
}

.info-label {
    font-weight: 500;
    flex-shrink: 0;
}

.info-value {
    font-weight: 500;
    color: #666;
}

.hero-links {
    display: flex;
    gap: 32px;
    align-items: center;
}

.preview-link {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #222;
    font-weight: 700;
    font-size: 16px;
    text-decoration: none;
    transition: opacity 0.2s;
}

.preview-link:hover {
    opacity: 0.8;
}

.link-icon {
    width: 20px;
    height: 20px;
    object-fit: contain;
}

.hero-content-right {
    position: absolute;
    right: 80px;
    /* Slight overflow at the bottom as often seen in these designs */
    width: 45%;
    max-width: 550px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 1;
}

.hero-character {
    height: auto;
    object-fit: contain;
    transform: translateY(10px);
    /* Adjust positioning to sit nicely on bottom */
}

/* Specific adjustment for the judge character which is too large at 100% */
.page-subject .hero-character {
    width: auto;
    transform: translateY(-86px);
    /* Reduce from 100% to fit better */
}

/* Responsive adjustments */
@media (max-width: 1024px) {
    .exploration-hero-inner {
        padding: 60px 40px;
        flex-direction: column;
        align-items: flex-start;
    }

    .hero-content-left {
        max-width: 100%;
        margin-bottom: 60px;
    }

    .hero-content-right {
        position: relative;
        right: 0;
        bottom: 0;
        width: 80%;
        margin: 0 auto;
        justify-content: center;
    }

    .hero-character {
        transform: none;
    }
}

@media (max-width: 768px) {
    .exploration-hero {
        padding: 0 20px;
    }

    .hero-title {
        font-size: 32px;
    }

    .hero-subtitle {
        font-size: 16px;
    }

    .hero-links {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
}

/* Problem Section Styles */
.exploration-problem {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 50px;
    text-align: center;
}

.problem-title {
    font-size: 40px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 80px;
    letter-spacing: -0.5px;
}

.problem-grid {
    display: flex;
    justify-content: center;
    gap: 205px;
}

.problem-item {
    flex: 1;
    max-width: 450px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.character-bg {
    position: relative;
    width: 320px;
    height: 510px;
    border-radius: 160px;
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
}

.student-problem .character-bg {
    background-color: #a5b5ca;
}

.teacher-problem .character-bg {
    background-color: #facccb;
}

.problem-image {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}

/* Speech Bubbles */
.bubble {
    position: absolute;
    height: 54px;
    padding: 12px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
    color: #FFF;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    z-index: 5;


    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.5px;
    text-align: center;
}

.bubble::after {
    content: '';
    position: absolute;
    bottom: -16px;
    width: 0;
    height: 0;
}

.student-problem .bubble {
    background-color: #1e2843;
}

.teacher-problem .bubble {
    background-color: #ff4d4d;
}

/* Student Bubbles Positioning */
.bubble-s1 {
    top:-5px;
    right: -50px;
}

.bubble-s1::after {
    right: 85px;
    left: auto;
    border-top: 16px solid #1e2843;
    border-right: 23px solid transparent;
    border-left: 0;
    border-bottom: 0;
}

.bubble-s2 {
    top: 70px;
    left: -125px;
}

.bubble-s2::after {
    left: 85px;
    right: auto;
    border-top: 16px solid #1e2843;
    border-left: 23px solid transparent;
    border-right: 0;
    border-bottom: 0;
}

.bubble-s3 {
    top: 145px;
    right: -120px;
}

.bubble-s3::after {
    right: 85px;
    left: auto;
    border-top: 16px solid #1e2843;
    border-right: 23px solid transparent;
    border-left: 0;
    border-bottom: 0;
}

.bubble-s4 {
    top: 220px;
    left: -80px;
}

.bubble-s4::after {
    left: 85px;
    right: auto;
    border-top: 16px solid #1e2843;
    border-left: 23px solid transparent;
    border-right: 0;
    border-bottom: 0;
}

/* Teacher Bubbles Positioning */
.bubble-t1 {
    top: -5px;
    left: -31px;
}

.bubble-t1::after {
    right: auto;
    left: 85px;
    border-top: 16px solid #ff4d4d;
    border-left: 23px solid transparent;
    border-right: 0;
    border-bottom: 0;
}

.bubble-t2 {
    top: 68px;
    right: -120px;
}

.bubble-t2::after {
    right: 70px;
    left: auto;
    border-top: 16px solid #ff4d4d;
    border-right: 23px solid transparent;
    border-left: 0;
    border-bottom: 0;
}

.bubble-t3 {
    top: 143px;
    left: -120px;
}

.bubble-t3::after {
    right: auto;
    left: 85px;
    border-top: 16px solid #ff4d4d;
    border-left: 23px solid transparent;
    border-right: 0;
    border-bottom: 0;
}

.bubble-t4 {
    top: 220px;
    right: -74px;
}

.bubble-t4::after {
    right: 85px;
    left: auto;
    border-top: 16px solid #ff4d4d;
    border-right: 23px solid transparent;
    border-left: 0;
    border-bottom: 0;
}

.problem-desc {
    font-size: 22px;
    color: #333;
    font-weight: 500;
    margin-top: 20px;
}

.problem-desc strong {
    font-weight: 800;
}

.problem-desc.highlight-red {
    color: #ff4d4d;
}

@media (max-width: 1024px) {
    .problem-grid {
        flex-direction: column;
        align-items: center;
        gap: 140px;
    }
}

@media (max-width: 768px) {
    .problem-title {
        font-size: 24px;
        margin-bottom: 60px;
    }

    .problem-desc {
        font-size: 18px;
    }

    .character-bg {
        width: 240px;
        height: 340px;
    }

    .bubble {
        font-size: 13px;
        padding: 12px 16px;
    }
}

/* Step Structure Section Styles */
.exploration-steps {
    background-color: #1e2536;
    padding: 150px 50px;
    width: 100%;
}

.steps-inner {
    max-width: 1280px;
    margin: 0 auto;
}

.steps-title {
    color: #ffffff;
    text-align: center;
    margin-bottom: 80px;

    font-family: Pretendard;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.5px;
    text-align: center;

}

.steps-title .highlight-red {
    color: #ff4d4d;
}

.steps-grid {
    display: flex;
    gap: 12px;
    justify-content: center;
}

.step-card {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    /* Gap between header and body */
}

.step-header {
    background-color: #2b3752;
    color: #a4b2d3;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 16px 0;
    border-radius: 16px;
}

.step-body {
    background-color: #272f44;
    padding: 38px 12px 14px;
    display: flex;
    flex-direction: column;
    flex: 1;
    border-radius: 16px;
    border: 2px solid transparent;
}

.step-subtitle {
    color: #ff4d4d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    padding:0 15px;
}

.step-name {
    color: #ffffff;
    font-size: 22px;
    font-weight: 700;
    padding:0 15px;
}

.step-divider {
    height: 1px;
    background-color: rgba(255, 255, 255, 0.1);
    margin:24px 18px;
}

.step-list {
    list-style: none;
    padding: 0 18px;
    margin: 0 0 28px 0;
    flex: 1;
}

.step-list li {
    color: #aab4c8;
    font-size: 14px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}

.step-list li::before {
    content: '✓';
    color: #aab4c8;
    font-size: 12px;
    margin-right: 8px;
}

.step-footer {
    background-color: #38425a;
    color: #e2e8f0;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 14px;
    border-radius: 8px;
}

/* Active Step Styles */
.active-step .step-header {
    background-color: #ff4d4d;
    color: #ffffff;
}

.active-step .step-body {
    background-color: #592d37;
    border: 2px solid #ff4d4d;
    /* Adjust padding to offset border width */
    padding: 28px 22px;
}

.active-step .step-subtitle {
    color: #e58e99;
}

.active-step .step-list li {
    color: #ffd6d6;
}

.active-step .step-list li::before {
    color: #ffd6d6;
}

.active-step .step-footer {
    background-color: #803440;
    color: #ffffff;
}

@media (max-width: 1024px) {
    .steps-grid {
        flex-wrap: wrap;
    }

    .step-card {
        min-width: 45%;
    }
}

@media (max-width: 768px) {
    .step-card {
        min-width: 100%;
    }

    .steps-title {
        font-size: 24px;
    }

    .exploration-steps {
        padding: 60px 20px;
    }
}

/* Result Section Styles */
.exploration-result {
    max-width: 1280px;
    width: 100%;
    margin: 150px auto;
    padding: 0;
    text-align: center;
}

.result-title {
    font-size: 36px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 80px;
    letter-spacing: -0.5px;
}

.result-title .highlight-red {
    color: #ff4d4d;
}

.result-card-container {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.result-card {
    background-color: #ffffff;
    border-radius: 40px;
    box-shadow: 0 12px 48px rgba(0, 0, 0, 0.06);
    display: flex;
    padding: 60px;
    gap: 60px;
    align-items: center;
    text-align: left;
}

.result-img {
    width: 48%;
    border-radius: 20px;
    object-fit: cover;
}

.result-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.result-name {
    font-size: 40px;
    font-weight: 700;
    color: rgba(29, 43, 71, 1);
    margin-bottom: 12px;
    letter-spacing: -1px;
}

.result-subtitle {
    font-size: 20px;
    font-weight: 600;
    color: rgba(132, 138, 151, 1);
    margin-bottom: 30px;
}

.result-desc {
    font-size: 16px;
    color: #000;
    line-height: 160%;
    font-weight: 500;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .result-card {
        padding: 40px;
        gap: 40px;
    }
}

@media (max-width: 768px) {
    .result-card {
        flex-direction: column;
        padding: 30px;
        gap: 30px;
        border-radius: 24px;
    }

    .result-img {
        width: 100%;
    }

    .result-title {
        font-size: 28px;
        margin-bottom: 40px;
    }

    .result-name {
        font-size: 24px;
    }

    .exploration-result {
        padding: 0 20px;
    }
}

/* Differentiation Section Styles */
.exploration-diff {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
}

.diff-title {
    font-size: 40px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 80px;
    letter-spacing: -1px;
}

.diff-grid {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.diff-card {
    flex: 1;
    background-color: #f4f6f8;
    border-radius: 24px;
    padding: 50px;
    text-align: left;
    display: flex;
    flex-direction: column;
}

.diff-badge {
    display: inline-flex;
    align-items: center;
    background-color: #ff4d4d;
    color: white;
    font-size: 16px;
    font-weight: 500;
    width: 98px;
    height: 24px;
    line-height: 24px;
    padding-left:8px;
    letter-spacing:0;
    border-radius: 20px;
    margin-bottom: 64px;
    align-self: flex-start;
}

.diff-badge img {
    width: 12px;
    height: 12px;
    margin-right: 6px;
}

.diff-icon {
    width: 60px;
    height: 60px;
    margin-bottom: 32px;
    object-fit: contain;
}

.diff-name {
    font-size: 30px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    letter-spacing: -1px;
}

.diff-desc {
    font-family: Pretendard;
    font-weight: 500;
    font-style: Medium;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.5px;

    color: rgba(0, 0, 0, 0.6);
    
}

@media (max-width: 1024px) {
    .diff-grid {
        flex-wrap: wrap;
    }

    .diff-card {
        min-width: 45%;
    }
}

@media (max-width: 768px) {
    .diff-grid {
        flex-direction: column;
    }

    .diff-card {
        padding: 30px;
    }

    .diff-title {
        font-size: 28px;
    }

    .exploration-diff {
        padding: 0 20px;
    }
}

/* Before / After Section Styles */
.exploration-before-after {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
}

.ba-title {
    font-size: 40px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 80px;
    letter-spacing: -0.5px;
}

.ba-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.ba-row {
    display: flex;
    position: relative;
    gap:40px;
    align-items: stretch;
}

.ba-box {
    flex: 1;
    border-radius: 24px;
    padding: 60px 80px 80px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}
.ba-row:first-child .ba-before {

    background-color: rgba(219, 215, 215, 1);
}
.ba-before {
    background-color: rgba(215, 219, 218, 1);
}

.ba-before .ba-header {
    color: #ffffff;
}

.ba-before .ba-sub {
    color: rgba(255, 255, 255, 0.8);
}

.ba-before .ba-list li {
    background-color: #a3a3a3;
    color: rgba(255, 255, 255, 0.5);
}

.student-after {
    background-color: rgba(253, 71, 58, 1);
}

.student-after .ba-list li {
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.5);
}

.teacher-after {
    background-color: rgba(128, 200, 179, 1);
}

.teacher-after .ba-list li {
    background-color: rgba(0, 0, 0, 0.25);
    color: rgba(255, 255, 255, 0.5);
}

.ba-header {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 30px;
    line-height: 120%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 12px;
    color: #ffffff;
}

.ba-sub {
 
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    line-height: 180%;
    letter-spacing: -0.5px;
    text-align: center;

    opacity: 0.9;
}

.ba-list {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.ba-list li {
    display: flex;
    align-items: center;
    padding: 14px 13px 14px 31px;
    border-radius: 12px;
    font-family: Pretendard;
    font-weight: 500;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: -0.5px;


}
.ba-list li strong {
    color: #FFF;
}

.ba-list li img {
    width: 16px;
    height: 16px;
    margin-right: 12px;
}

.ba-list li strong {
    font-weight: 500;
}

.ba-center-badge {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 128px;
    height: 128px;
    background-color: transparent;
}

.ba-center-badge img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .ba-box {
        padding: 40px 30px;
    }
}

@media (max-width: 768px) {
    .ba-row {
        flex-direction: column;
        gap: 20px;
    }

    .ba-center-badge {
        position: relative;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin: -10px 0;
    }

    .exploration-before-after {
        padding: 0 20px;
    }

    .ba-header {
        font-size: 26px;
    }

    .ba-title {
        font-size: 28px;
    }
}

/* Preview Section Styles */
.exploration-preview {
    max-width: 1280px;
    width: 100%;
    margin: 150px auto;
}

.preview-header {
    text-align: center;
    margin-bottom: 80px;
}

.preview-title {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    color: #1a1a1a;
    margin-bottom: 12px;
    letter-spacing: -0.5px;
}

.preview-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 24px;
}

.preview-container {
    display: flex;
    gap: 80px;
}

.preview-left {
    flex: 1;
}

.preview-img {
    width: 100%;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

.preview-right {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    min-height: 250px;
    padding-top: 60px;
}

.preview-content {
    margin-bottom: auto;
}

.preview-tag {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: rgba(132, 132, 132, 1);    
    font-style: Medium;
    line-height: 115%;
    letter-spacing: -0.5px;
    margin-bottom: 20px;

}

.preview-heading {
    font-size: 28px;
    color: #000;
    margin-bottom: 40px;
    word-break: keep-all;


    font-family: Pretendard;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 27px;
    line-height: 150%;
    letter-spacing: -0.5px;

}

.preview-btn {
    display: inline-flex;
    align-items: center;
    background-color: #ff4d4d;
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    gap: 8px;
    transition: background-color 0.2s;
}

.preview-btn:hover {
    background-color: #e63e3e;
}

.preview-btn img {
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}

.preview-pagination {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 84px;
}

.page-btn {
    width: 7px;
    height: 12px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: none;
    font-size: 0;
    color: transparent;
    cursor: pointer;
    padding: 0;
}

.page-prev {
    background-image: url("../images/icon_lt.svg");
    margin-right: 29px;
}

.page-next {
    background-image: url("../images/icon_gt.svg");
    margin-left: 29px;
}

.page-btn:hover {
    opacity: 0.6;
}

.page-current {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.page-divider {
    font-size: 16px;
    font-weight: 500;
    color: rgba(153, 153, 153, 1);
}

.page-total {
    font-size: 16px;
    font-weight: 500;
    color: #a0a0a0;
}

@media (max-width: 768px) {
    .preview-container {
        flex-direction: column;
    }

    .preview-right {
        min-height: auto;
        padding: 20px 0;
    }

    .preview-pagination {
        margin-top: 40px;
        justify-content: center;
    }

    .exploration-preview {
        padding: 0 20px;
    }
}

/* Guide Section Styles */
.exploration-guide {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 150px 0;
    text-align: center;
}

.guide-title {
    color: rgba(34, 34, 34, 1);
    margin-bottom: 80px;
    letter-spacing: -0.5px;
    text-align: center;
    font-family: Pretendard;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;


}

.guide-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    text-align: left;
}

.guide-card {
    background-color: #f8f9fc;
    border-radius: 24px;
    padding: 48px;
    display: flex;
    flex-direction: column;
}

.guide-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
    margin-bottom: 30px;
}

.guide-name {
    color: rgba(33, 33, 33, 1);
    margin-bottom: 10px;
    letter-spacing: -0.5px;


    font-family: Pretendard;
    font-weight: 700;
    font-style: Bold;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 0px;

}

.guide-desc {
    color: rgba(102, 102, 102, 1);
    word-break: keep-all;

    font-family: Pretendard;
font-weight: 400;
font-size: 17px;
line-height: 150%;
letter-spacing: -0.5px;

}

@media (max-width: 1024px) {
    .guide-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .guide-grid {
        grid-template-columns: 1fr;
    }

    .guide-card {
        padding: 30px;
    }

    .guide-title {
        font-size: 28px;
    }

    .exploration-guide {
        padding: 0 20px;
    }
}

/* Schedule Notice Section Styles */
.exploration-schedule {
    max-width: 1280px;
    width: 100%;
    margin: 150px auto;
    padding: 0;
}

.schedule-title {
    margin-bottom: 80px;
    letter-spacing: -0.5px;


    font-family: Pretendard;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.5px;
    text-align: center;

}

.schedule-box {
    background-color: rgba(245, 246, 247, 1);
    border-radius: 24px;
    padding:48px;
}

.schedule-group {
    margin-bottom: 20px;
}

.schedule-group:last-of-type {
    margin-bottom: 20px;
}

.schedule-subtitle {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.schedule-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.schedule-list li {
    color: rgba(102, 102, 102, 1);
    margin-bottom: 4px;
    padding-left: 14px;
    position: relative;
    line-height: 1.6;
    letter-spacing: -0.3px;


    font-family: Pretendard;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 150%;
    letter-spacing: -0.5px;

}

.schedule-list li::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 0;
    font-weight: bold;
    color: #666666;
}

.schedule-highlight {
    font-size: 24px;
    font-weight: 700;
    color: rgba(253, 71, 58, 1);
    margin-top: 24px;
}

@media (max-width: 768px) {
    .exploration-schedule {
        padding: 0 20px;
    }

    .schedule-box {
        padding: 40px 30px;
    }

    .schedule-title {
        font-size: 28px;
    }

    .schedule-subtitle {
        font-size: 18px;
    }

    .schedule-highlight {
        font-size: 18px;
    }
}

/* Calendar Section Styles */
.exploration-calendar {
    max-width: 1280px;
    width: 100%;
    margin: 40px auto 100px;
    padding: 0 ;
    text-align: center;
}

/* Calendar UI Styles */
.calendar-container {
    width: 100%;
    border-radius: 12px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    text-align: left;
    box-shadow: none;
}

.calendar-header {
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    align-items: center;
}

.calendar-controls {
    display: flex;
    align-items: center;
    gap: 12px;
}

.cal-today-btn {
    border: 1px solid #d0d0d0;
    background-color: #ffffff;
    padding: 6px 14px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
}

.cal-nav-btn {
    border: none;
    background: none;
    font-size: 16px;
    color: #333;
    cursor: pointer;
    padding: 4px;
}

.cal-month {
    font-size: 22px;
    font-weight: 800;
    color: #1a1a1a;
    margin: 0 0 0 8px;
}

.calendar-scroll-wrap {
    width: 100%;
    overflow-x: auto;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, minmax(120px, 1fr));
    border-bottom: 1px solid #e0e0e0;
}

.cal-head {
    padding: 12px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #f0f0f0;
}

.cal-head:last-child {
    border-right: none;
}

.cal-head.cal-sun {
    color: #ff4d4d;
}

.cal-cell {
    min-height: 120px;
    padding: 8px;
    border-bottom: 1px solid #f0f0f0;
    border-right: 1px solid #f0f0f0;
    display: flex;
    flex-direction: column;
}

.cal-cell:nth-child(7n) {
    border-right: none;
}

.cal-date {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 8px;
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
}

.cal-date.cal-sun {
    color: #ff4d4d;
}

.cal-date.cal-active {
    background-color: #1a1a1a;
    color: #ffffff;
    border-radius: 50%;
}

.cal-prev-month .cal-date,
.cal-next-month .cal-date {
    color: #b0b0b0;
}

.cal-prev-month.cal-sun .cal-date,
.cal-next-month.cal-sun .cal-date {
    color: #ffb3b3;
}

.cal-event {
    background-color: #f1f3f5;
    color: #495057;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 4px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cal-more {
    font-size: 11px;
    color: #666;
    text-align: right;
    margin-top: 2px;
    padding-right: 4px;
}

.calendar-footer {
    padding: 12px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
}

.cal-timezone {
    font-size: 12px;
    color: #888;
}

.cal-brand {
    font-size: 12px;
    font-weight: 800;
    color: #888;
}

@media (max-width: 768px) {
    .exploration-calendar {
        padding: 0 20px;
    }
}

/* Detail Section Styles */
.exploration-detail {
    max-width: 1380px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 0 50px;
    text-align: center;
}

.detail-title {
    font-size: 40px;
    font-weight: 700;
    color: rgba(34, 34, 34, 1);
    margin-bottom: 80px;
    letter-spacing: -0.5px;
}

.detail-grid {
    display: flex;
    justify-content: center;
    gap: 24px;
    flex-wrap: wrap;
}

.detail-card {
    flex: 1;
    min-width: 280px;
    max-width: 400px;
    height: 480px;
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}

.card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    /* Dark overlay */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 30px;
    text-align: center;
    color: #ffffff;
}

.card-badge {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 32px;
    letter-spacing: -0.5px;
}

.card-text {
    font-size: 24px;
    font-weight: 700;
    line-height: 150%;
    margin: 0;
    word-break: keep-all;
}

@media (max-width: 1024px) {
    .detail-grid {
        flex-direction: column;
        align-items: center;
    }

    .detail-card {
        width: 100%;
        max-width: 500px;
        height: 320px;
    }
}

@media (max-width: 768px) {
    .detail-title {
        font-size: 24px;
        margin-bottom: 40px;
    }

    .exploration-detail {
        padding: 0 20px;
    }
}

/* Camp Review Section */
.exploration-review {
    max-width: 1280px;
    width: 100%;
    margin: 100px auto;
    padding: 0;
}

.exploration-review-title {
    color: rgba(34, 34, 34, 1);
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: -0.5px;
    word-break: keep-all;

    font-family: Pretendard;
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 50px;
    letter-spacing: -0.5px;

}

.exploration-review .review-grid {
    gap: 20px;
}

.exploration-review .review-card-center .card-content {
    align-items: center;
    text-align: center;
}

.exploration-review .card-review-text {
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    line-height: 1.7;
    letter-spacing: -0.3px;
    margin: 0;
    word-break: keep-all;
    text-align: left;
}

@media (max-width: 768px) {
    .exploration-review {
        padding: 0 20px;
        margin: 60px auto;
    }

    .exploration-review-title {
        font-size: 24px;
        margin-bottom: 40px;
    }
}