/**
 * Sub0201 - LCL 트로리바 제품 상세 페이지 스타일
 * Product.css 공통 스타일을 사용하며, 페이지별 고유 스타일만 정의
 */

/* ==========================================================================
   1. Contact Section Background
   ========================================================================== */
/* Contact Section 컴포넌트는 components.css에 정의되어 있습니다 */
/* 페이지별 배경 이미지만 오버라이드 */
.contact-bg {
    background-image: url('/assets/img/sub0201/contact-bg.jpg');
}

/* ==========================================================================
   2. ACL Product Section (Aluminum Type)
   ========================================================================== */
.acl-product-section {
    padding: 60px 0 80px;
    background-color: #FCFEFF;
}

.acl-product-inner {
    display: flex;
    gap: 40px;
    justify-content: space-between;
}

/* ACL Product Info Column */
.acl-info-col {
    display: flex;
    flex-direction: column;
    gap: 60px;
    max-width: 700px;
}

.acl-header {
    border-bottom: 1px solid #2D333C;
    padding-bottom: 60px;
}

.acl-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 1.4;
    color: #0068B7;
    margin: 0;
}

.acl-subtitle {
    font-family: 'Pretendard', sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.6;
    color: #848D9A;
    margin: 0;
}

.acl-description {
    padding-bottom: 50px;
}

.acl-description .description-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.6;
    color: #1B1B1B;
    margin: 0 0 6px;
}

.acl-description .description-text {
    font-family: 'Pretendard', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    color: #2D333C;
    margin: 0 0 6px;
}

.acl-description .description-note {
    font-family: 'Pretendard', sans-serif;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.6;
    color: #0068B7;
    margin: 0;
}

.acl-actions {
    display: flex;
    gap: 16px;
    align-items: center;
}

.btn-catalog {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 18px 30px;
    font-family: 'Pretendard', sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6;
    color: #0068B7;
    background-color: transparent;
    border: 1px solid #0068B7;
    border-radius: 300px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-catalog:hover {
    background-color: #0068B7;
    color: #ffffff;
}

.btn-catalog svg {
    width: 15px;
    height: 14px;
}

/* ACL Product Image Column */
.acl-image-col {
    flex-shrink: 0;
}

.acl-main-image {
    width: 700px;
    height: 505px;
    border: 1px solid #E2E8F0;
    border-radius: 10px;
    overflow: hidden;
    background-color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acl-main-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ==========================================================================
   3. ACL Product Images Section
   ========================================================================== */
.acl-images-section {
    padding: 60px 0 80px;
    background-color: #ffffff;
}

.acl-images-section .section-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: #24292F;
    margin: 0 0 30px;
}

.acl-diagram-box {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #CBD4E1;
    border-radius: 10px;
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.acl-diagram-box img {
    max-width: calc(100% - 60px);
    height: auto;
    display: block;
}

/* ==========================================================================
   4. ACL Parts Section
   ========================================================================== */
.acl-parts-section {
    padding: 60px 0 120px;
    background-color: #ffffff;
}

.acl-parts-section .section-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
    color: #24292F;
    margin: 0 0 30px;
}

/* ACL Parts Grid */
.acl-parts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.acl-part-item {
    width: calc(50% - 20px);
    display: flex;
    flex-direction: column;
    gap: 9px;
}

.acl-part-number {
    width: 46px;
    height: 46px;
    background-color: #F1F4F9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Pretendard', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #5A626E;
}

.acl-part-title {
    font-family: 'Pretendard', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.6;
    color: #24292F;
    margin: 0;
}

.acl-part-order {
    display: flex;
    gap: 6px;
    align-items: center;
    padding-top: 10px;
}

.acl-part-order .order-label {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    color: #848D9A;
}

.acl-part-order .order-value {
    font-family: 'Pretendard', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #848D9A;
}

/* ==========================================================================
   5. Responsive - ACL Section
   ========================================================================== */
/* 1440px 이하 */
@media (max-width: 1440px) {
    .acl-product-inner {
        gap: 40px;
    }

    .acl-main-image {
        width: 600px;
        height: 430px;
    }

    .acl-title {
        font-size: 38px;
    }

    .acl-images-section .section-title,
    .acl-parts-section .section-title {
        font-size: 28px;
    }
}

/* 1200px 이하 */
@media (max-width: 1200px) {
    .acl-product-inner {
        flex-direction: column;
        gap: 60px;
    }

    .acl-info-col {
        max-width: 100%;
    }

    .acl-main-image {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }

    .acl-title {
        font-size: 34px;
    }

    .acl-images-section .section-title,
    .acl-parts-section .section-title {
        font-size: 26px;
    }
}

/* 1024px 이하 */
@media (max-width: 1024px) {
    .acl-product-section {
        padding: 50px 0 60px;
    }

    .acl-title {
        font-size: 30px;
    }

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

    .acl-description .description-text,
    .acl-description .description-note {
        font-size: 16px;
    }

    .acl-images-section,
    .acl-parts-section {
        padding: 50px 0 60px;
    }

    .acl-part-item {
        width: 100%;
    }

    .acl-part-title {
        font-size: 22px;
    }
}

/* 768px 이하 */
@media (max-width: 768px) {
    .acl-product-section {
        padding: 40px 0 50px;
    }

    .acl-info-col {
        gap: 40px;
    }

    .acl-header {
        padding-bottom: 40px;
    }

    .acl-title {
        font-size: 26px;
    }

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

    .acl-description .description-title {
        font-size: 16px;
    }

    .acl-description .description-text,
    .acl-description .description-note {
        font-size: 15px;
    }

    .acl-main-image {
        height: 350px;
    }

    .btn-catalog {
        padding: 14px 24px;
        font-size: 15px;
        gap: 16px;
    }

    .acl-images-section,
    .acl-parts-section {
        padding: 40px 0 50px;
    }

    .acl-images-section .section-title,
    .acl-parts-section .section-title {
        font-size: 24px;
        margin-bottom: 24px;
    }

    .acl-parts-grid {
        gap: 32px;
    }

    .acl-part-number {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .acl-part-title {
        font-size: 20px;
    }
}

/* 480px 이하 */
@media (max-width: 480px) {
    .acl-product-section {
        padding: 30px 0 40px;
    }

    .acl-title {
        font-size: 22px;
    }

    .acl-description .description-text,
    .acl-description .description-note {
        font-size: 14px;
    }

    .acl-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-catalog {
        width: 100%;
        justify-content: center;
    }

    .acl-main-image {
        height: 280px;
    }

    .acl-images-section,
    .acl-parts-section {
        padding: 24px 0 40px;
    }

    .acl-images-section .section-title,
    .acl-parts-section .section-title {
        font-size: 20px;
    }

    .acl-parts-grid {
        gap: 28px;
    }

    .acl-part-number {
        width: 36px;
        height: 36px;
        font-size: 15px;
    }

    .acl-part-title {
        font-size: 18px;
    }

    .acl-part-order .order-label,
    .acl-part-order .order-value {
        font-size: 13px;
    }
}
