/* 물품보관 서비스 페이지 전용 스타일 */

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

/* Pretendard 폰트를 storage 페이지 전체에 적용 */
.storage-apply-section,
.storage-intro-section,
.storage-guide-section,
.storage-faq-section,
.storage-security-section,
.storage-notice-section {
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', sans-serif;
}

.storage-apply-section *,
.storage-intro-section *,
.storage-guide-section *,
.storage-faq-section *,
.storage-security-section *,
.storage-notice-section * {
    font-family: inherit;
}

/* === 상단 신청 폼 === */
.storage-apply-section {
    padding: 50px 60px 60px;
    align-items: flex-start;
    gap: 80px;
}

.storage-apply-section .form-image {
    flex: 1;
    max-width: 620px;
}

.storage-apply-section .form-container {
    flex: 1;
    max-width: 620px;
    padding: 20px 0;
}

.storage-apply-section .form-title {
    font-size: 30px;
}

/* 물품보관 이미지 갤러리 */
.storage-gallery {
    width: 100%;
    max-width: 620px;
}

/* 1:1 정사각 비율 유지, 가로형 원본은 위아래 여백으로 보이게 */
.storage-gallery .gallery-slides {
    background-color: #f5f5f5;
    border-radius: 4px;
}

.storage-gallery .gallery-slide {
    object-fit: contain;
    border-radius: 4px;
}

.breadcrumb {
    font-size: 15px;
    color: #999;
    margin-bottom: 18px;
    margin-left: 2px;
}

.price-box {
    margin-bottom: 22px;
    padding-top: 8px;
}

.price-row {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding-bottom: 8px;
}

.price-row-old {
    margin-bottom: 4px;
}

.price-name {
    font-size: 14px;
    color: #999;
    min-width: 60px;
}

.price-name-bold {
    color: #1A2D4F;
    font-weight: 700;
    font-size: 15px;
}

.price-old {
    font-size: 15px;
    color: #999;
    text-decoration: line-through;
}

.price-value {
    font-size: 28px;
    font-weight: 800;
    color: #254681;
    letter-spacing: -0.5px;
}

.price-cycle {
    font-size: 13px;
    color: #999;
}

.storage-feature-list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px 0;
}

.storage-feature-list li {
    position: relative;
    padding-left: 18px;
    font-size: 15px;
    color: #1A2D4F;
    font-weight: 500;
    line-height: 2.1;
}

.storage-feature-list li::before {
    content: '';
    position: absolute;
    left: 2px;
    top: 14px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #1A2D4F;
}

.storage-apply-section .form-group label {
    font-size: 15px;
    font-weight: 700;
    color: #1A2D4F;
    display: block;
    margin-bottom: 8px;
}

.storage-apply-section .form-select,
.storage-apply-section .form-input,
.form-textarea {
    font-size: 14px;
    padding: 14px 16px;
    border: 1px solid #D5D8DE;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    color: #333;
    font-family: inherit;
}

.form-textarea {
    min-height: 90px;
    resize: vertical;
    line-height: 1.5;
}

.form-textarea::placeholder {
    color: #B0B5BC;
}

.storage-apply-section .radio-option span {
    font-size: 14px;
    color: #1A2D4F;
}

.storage-apply-section .submit-btn {
    font-size: 16px;
    font-weight: 700;
    padding: 16px;
    background-color: #254681;
    color: #ffffff;
    border: none;
    border-radius: 4px;
    width: 100%;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.storage-apply-section .submit-btn:hover {
    background-color: #1A2D4F;
}

.form-divider {
    border: none;
    border-top: 1px solid #C8D4E8;
    margin: 22px 0 26px;
}

.form-bottom-notice {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 18px;
}

/* === POSROOM 물품 보관 서비스 인트로 === */
.storage-intro-section {
    text-align: center;
    padding: 80px 0 0;
    max-width: none;
    margin: 0;
}

.storage-intro-header {
    padding: 0 40px 60px;
}

.storage-intro-title {
    font-size: 44px;
    font-weight: 900;
    color: #1A2D4F;
    letter-spacing: -1px;
    margin-bottom: 8px;
}

.storage-intro-subtitle {
    font-size: 22px;
    font-weight: 700;
    color: #1A2D4F;
    margin-bottom: 22px;
}

.storage-intro-desc {
    font-size: 17px;
    color: #555;
    line-height: 1.85;
    margin-bottom: 0;
}

.storage-intro-image {
    width: 100%;
    margin: 0;
}

.storage-intro-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

/* === POSROOM GUIDE === */
.storage-guide-section {
    text-align: center;
    padding: 100px 40px 80px;
    max-width: 1400px;
    margin: 0 auto;
}

.storage-guide-badge {
    display: inline-block;
    background-color: #254681;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.5px;
    padding: 8px 22px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.storage-guide-title {
    font-size: 36px;
    font-weight: 800;
    color: #254681;
    margin-bottom: 24px;
}

.storage-guide-desc {
    font-size: 22px;
    color: #1A2D4F;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 56px;
}

.guide-card-wrapper {
    max-width: 800px;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(26, 45, 79, 0.06);
}

.guide-banner {
    background-color: #1A2D4F;
    color: #ffffff;
    font-size: 17px;
    font-weight: 700;
    padding: 16px;
    text-align: center;
    border-radius: 0;
    max-width: none;
    margin: 0;
}

.guide-cards {
    display: flex;
    flex-direction: column;
    gap: 0;
    max-width: none;
    margin: 0;
    padding: 12px 0;
}

.guide-card {
    display: flex;
    align-items: center;
    gap: 32px;
    background-color: transparent;
    border-radius: 0;
    padding: 26px 36px;
    text-align: left;
    border-bottom: 1px solid #E5E8EE;
}

.guide-card:last-child {
    border-bottom: none;
}

.guide-card-icon {
    width: 90px;
    height: 90px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border-radius: 0;
}

.guide-card-icon img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.guide-card-text {
    font-size: 16px;
    color: #1A2D4F;
    line-height: 1.85;
    margin: 0;
}

.guide-card-text .highlight {
    color: #254681;
    font-weight: 700;
}

/* === FAQ === */
.storage-faq-section {
    background-color: rgba(37, 70, 129, 0.03);
    padding: 100px 40px;
}

.storage-faq-inner {
    max-width: 1000px;
    margin: 0 auto;
}

.storage-faq-header {
    text-align: center;
    margin-bottom: 60px;
}

.storage-faq-title {
    font-size: 36px;
    font-weight: 800;
    color: #1A2D4F;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
}

.storage-faq-subtitle {
    font-size: 15px;
    color: #1A2D4F;
}

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

.storage-faq-item {
    padding: 28px 8px;
    border-bottom: 1px solid #000;
}

.storage-faq-item:last-child {
    border-bottom: none;
}

.storage-faq-q {
    display: flex;
    gap: 12px;
    cursor: default;
    align-items: flex-start;
    font-size: 17px;
    color: #1A2D4F;
    font-weight: 700;
    margin-bottom: 18px;
}

.q-mark {
    color: #1A2D4F;
    font-weight: 700;
    flex-shrink: 0;
}

.q-text {
    flex: 1;
}

.storage-faq-a {
    display: block;
    list-style: none;
    padding: 0 0 0 32px;
    margin: 0;
    background-color: transparent;
    border-top: none;
}

.storage-faq-item.open .storage-faq-a {
    display: block;
}

.storage-faq-a li {
    position: relative;
    padding-left: 14px;
    font-size: 15px;
    color: #1A2D4F;
    line-height: 1.85;
    margin-bottom: 4px;
}

.storage-faq-a li::before {
    content: '·';
    position: absolute;
    left: 0;
    color: #1A2D4F;
    font-weight: 700;
}

/* === 보안 시스템 === */
.storage-security-section {
    text-align: center;
    padding: 100px 0 0;
    max-width: none;
    margin: 0;
}

.storage-security-header {
    padding: 0 40px 70px;
}

.storage-security-header .security-icon-img {
    width: 50px;
    height: 50px;
    margin-bottom: 22px;
}

.storage-security-header .security-subtitle {
    font-size: 26px;
    color: #254681;
    margin-bottom: 8px;
    font-weight: 800;
}

.storage-security-header .section-title-center {
    font-size: 32px;
    font-weight: 800;
    color: #254681;
    margin-bottom: 28px;
}

.storage-security-tagline {
    font-size: 18px;
    color: #1A2D4F;
    font-weight: 700;
    margin-bottom: 0;
}

.storage-security-image {
    width: 100%;
    margin: 0;
}

.storage-security-image .security-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 0;
}

/* === 유의사항 === */
.storage-notice-section {
    background-color: #F0F1F4;
    padding: 80px 40px 100px;
}

.storage-notice-inner {
    max-width: 1100px;
    margin: 0 auto;
}

.storage-notice-title {
    font-size: 32px;
    font-weight: 800;
    color: #1A2D4F;
    margin-bottom: 4px;
}

.storage-notice-subtitle {
    font-size: 32px;
    font-weight: 800;
    color: #254681;
    margin-bottom: 22px;
}

.storage-notice-desc {
    font-size: 16px;
    color: #333;
    line-height: 1.85;
    margin-bottom: 0;
}

.storage-notice-divider {
    border: none;
    border-top: 3px solid #254681;
    margin: 32px 0 36px;
}

.storage-warning {
    margin-bottom: 28px;
}

.warning-header {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.warning-icon {
    color: #254681;
    font-size: 18px;
    font-weight: 700;
}

.warning-title {
    font-size: 18px;
    font-weight: 700;
    color: #254681;
}

.warning-desc {
    font-size: 16px;
    color: #1A2D4F;
    font-weight: 700;
    line-height: 1.85;
    margin: 0;
}

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

.storage-notice-list li {
    position: relative;
    padding-left: 14px;
    font-size: 16px;
    color: #1A2D4F;
    line-height: 2;
}

.storage-notice-list li strong {
    color: #1A2D4F;
    font-weight: 700;
}

.storage-notice-list li::before {
    content: '·';
    position: absolute;
    left: 0;
    font-weight: 700;
    color: #1A2D4F;
}

/* === 반응형 === */
@media (max-width: 768px) {
    .storage-apply-section {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
        gap: 24px;
    }

    .storage-apply-section .form-image {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .storage-apply-section .form-container {
        max-width: 100%;
        width: 100%;
        padding: 30px 20px;
    }

    .storage-apply-section .form-title {
        font-size: 24px;
    }

    .price-value {
        font-size: 24px;
    }

    .storage-feature-list li,
    .storage-apply-section .form-group label,
    .storage-apply-section .form-select,
    .storage-apply-section .form-input,
    .storage-apply-section .radio-option span {
        font-size: 14px;
    }

    .storage-guide-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .storage-intro-section {
        padding: 60px 0 0;
    }

    .storage-intro-header {
        padding: 0 20px 40px;
    }

    .storage-security-section {
        padding-left: 0;
        padding-right: 0;
    }

    .storage-faq-section,
    .storage-notice-section {
        padding-left: 20px;
        padding-right: 20px;
    }

    .guide-card {
        flex-direction: column;
        text-align: center;
        gap: 14px;
        padding: 24px 22px;
    }

    .guide-card-icon,
    .guide-card-icon img {
        width: 70px;
        height: 70px;
    }

    .guide-card-text {
        font-size: 14px;
    }

    .guide-banner {
        font-size: 15px;
        padding: 14px;
    }

    .storage-intro-title {
        font-size: 32px;
    }

    .storage-intro-subtitle {
        font-size: 18px;
    }

    .storage-intro-desc,
    .storage-guide-desc {
        font-size: 14px;
    }

    .storage-guide-title {
        font-size: 26px;
    }

    .storage-guide-desc {
        font-size: 17px;
    }

    .guide-banner {
        font-size: 16px;
    }

    .storage-faq-section {
        padding: 60px 20px;
    }

    .storage-faq-title {
        font-size: 28px;
    }

    .storage-faq-item {
        padding: 22px 4px;
    }

    .storage-faq-q {
        font-size: 15px;
        margin-bottom: 14px;
    }

    .storage-faq-a {
        padding-left: 22px;
    }

    .storage-faq-a li {
        font-size: 13px;
    }

    .storage-security-section {
        padding: 60px 0 0;
    }

    .storage-security-header {
        padding: 0 20px 50px;
    }

    .storage-security-header .security-subtitle {
        font-size: 22px;
    }

    .storage-security-header .section-title-center {
        font-size: 26px;
    }

    .storage-security-tagline {
        font-size: 15px;
    }

    .storage-notice-section {
        padding: 60px 20px 80px;
    }

    .storage-notice-title {
        font-size: 24px;
    }

    .storage-notice-subtitle {
        font-size: 24px;
    }

    .storage-notice-desc,
    .warning-desc,
    .storage-notice-list li {
        font-size: 14px;
    }

    .warning-title,
    .warning-icon {
        font-size: 16px;
    }

    .storage-notice-divider {
        margin: 24px 0 28px;
    }
}

/* 초소형 모바일 (Z폴드 외부 화면) */
@media (max-width: 400px) {
    .storage-apply-section {
        padding: 30px 10px;
        gap: 20px;
    }

    .storage-apply-section .form-container {
        padding: 20px 10px;
    }

    .storage-apply-section .form-title {
        font-size: 22px;
    }

    .breadcrumb {
        font-size: 13px;
    }

    .price-value {
        font-size: 22px;
    }

    .price-name,
    .price-name-bold,
    .price-old {
        font-size: 13px;
    }

    .price-cycle {
        font-size: 12px;
    }

    .storage-feature-list li {
        font-size: 13px;
        line-height: 2;
    }

    .storage-apply-section .form-group label {
        font-size: 13px;
    }

    .storage-apply-section .form-select,
    .storage-apply-section .form-input,
    .form-textarea {
        padding: 10px 12px;
        font-size: 13px;
    }

    .storage-apply-section .radio-option span {
        font-size: 13px;
    }

    .storage-apply-section .submit-btn {
        font-size: 14px;
        padding: 12px;
    }

    .form-bottom-notice {
        font-size: 12px;
    }

    /* 인트로 */
    .storage-intro-section {
        padding: 40px 0 0;
    }

    .storage-intro-header {
        padding: 0 10px 30px;
    }

    .storage-intro-title {
        font-size: 26px;
    }

    .storage-intro-subtitle {
        font-size: 16px;
    }

    .storage-intro-desc {
        font-size: 13px;
    }

    /* 가이드 */
    .storage-guide-section {
        padding: 40px 10px;
    }

    .storage-guide-badge {
        font-size: 12px;
        padding: 6px 16px;
    }

    .storage-guide-title {
        font-size: 22px;
    }

    .storage-guide-desc {
        font-size: 14px;
    }

    .guide-card {
        padding: 20px 14px;
    }

    .guide-card-icon,
    .guide-card-icon img {
        width: 60px;
        height: 60px;
    }

    .guide-card-text {
        font-size: 13px;
        line-height: 1.75;
    }

    .guide-banner {
        font-size: 14px;
        padding: 12px;
    }

    /* FAQ */
    .storage-faq-section {
        padding: 40px 10px;
    }

    .storage-faq-title {
        font-size: 24px;
    }

    .storage-faq-subtitle {
        font-size: 13px;
    }

    .storage-faq-item {
        padding: 18px 2px;
    }

    .storage-faq-q {
        font-size: 14px;
    }

    .storage-faq-a {
        padding-left: 18px;
    }

    .storage-faq-a li {
        font-size: 12px;
    }

    /* 보안 */
    .storage-security-section {
        padding: 40px 0 0;
    }

    .storage-security-header {
        padding: 0 10px 36px;
    }

    .storage-security-header .security-icon-img {
        width: 40px;
        height: 40px;
        margin-bottom: 16px;
    }

    .storage-security-header .security-subtitle {
        font-size: 18px;
    }

    .storage-security-header .section-title-center {
        font-size: 22px;
    }

    .storage-security-tagline {
        font-size: 13px;
    }

    /* 유의사항 */
    .storage-notice-section {
        padding: 40px 10px 60px;
    }

    .storage-notice-title,
    .storage-notice-subtitle {
        font-size: 20px;
    }

    .storage-notice-desc,
    .warning-desc,
    .storage-notice-list li {
        font-size: 13px;
        line-height: 1.8;
    }

    .warning-title,
    .warning-icon {
        font-size: 14px;
    }

    .storage-notice-divider {
        margin: 20px 0 24px;
    }
}
