@charset "utf-8";
.environment-top-nav {
    position: relative;
}

.environment-section {
    padding-top: 200px;
    padding-bottom: 200px;
}

.environment-copy {
    margin-bottom: 2.75rem;
}

.environment-copy-line {
    display: block;
    width: 58px;
    height: 2px;
    background: #212121;
    margin-bottom: 20px;
}

.environment-copy-text {
    font-size: 34px;
    line-height: 1.38;
    color: #212121;
    font-weight: 300;
    letter-spacing: -0.02em;
}

.environment-figure {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    overflow: hidden;
    background: #f3f3f3;
    padding: 176px 0 120px;
}

.environment-hint-badge {
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0.45rem 1.15rem;
    border-radius: 999px;
    background: rgba(141, 117, 98, 0.9);
    color: #fff;
    font-family: "NanumSquareNeo", sans-serif;
    font-size: 17px;
    line-height: 1.2;
    white-space: nowrap;
}

.environment-image {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    margin: 0 auto;
    max-width: 1200px;
}

.environment-zoom-btn {
    position: absolute;
    right: 120px;
    top: 176px;
    width: 58px;
    height: 58px;
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.environment-zoom-icon {
    width: 100%;
    height: 100%;
    display: block;
}

@media (max-width: 1279px) {
    .environment-section {
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .environment-copy-text {
        font-size: 30px;
    }

    .environment-figure {
        padding: 140px 0 96px;
    }

    .environment-hint-badge {
        top: 58px;
        font-size: 15px;
    }

    .environment-image {
        max-width: calc(100% - 120px);
    }

    .environment-zoom-btn {
        right: 60px;
        top: 140px;
    }
}

@media (max-width: 1023px) {
    .environment-section {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .environment-copy {
        margin-bottom: 1.5rem;
    }

    .environment-copy-line {
        width: 44px;
        height: 2px;
        margin-bottom: 14px;
    }

    .environment-copy-text {
        font-size: 24px;
        line-height: 1.4;
    }

    .environment-figure {
        padding: 88px 0 56px;
    }

    .environment-hint-badge {
        top: 30px;
        min-height: 32px;
        padding: 0.35rem 0.9rem;
        font-size: 14px;
    }

    .environment-image {
        width: 100%;
        max-width: calc(100% - 64px);
    }

    .environment-zoom-btn {
        width: 44px;
        height: 44px;
        right: 32px;
        top: 88px;
    }
}

@media (max-width: 767px) {
    .environment-section {
        padding-top: 48px;
        padding-bottom: 56px;
    }

    .environment-copy {
        margin-bottom: 1.25rem;
    }

    .environment-copy-line {
        width: 34px;
        height: 1px;
        margin-bottom: 10px;
    }

    .environment-copy-text {
        font-size: 20px;
        line-height: 1.45;
        word-break: keep-all;
        letter-spacing: -0.05em;
    }

    .environment-figure {
        padding: 48px 0 32px;
        border-radius: 8px;
        box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    }

    .environment-hint-badge {
        top: 14px;
        min-height: 26px;
        padding: 0.35rem 0.8rem;
        font-size: 12px;
    }

    .environment-image {
        max-width: 100%;
        border-radius: 4px;
    }

    .environment-zoom-btn {
        width: 32px;
        height: 32px;
        right: 12px;
        top: 48px;
    }
}