/* ========================================
   Company Page Styles
   Extracted from company.html inline styles
   ======================================== */

.company-hero {
    background-image: url('../../images/company_images/image 15.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    min-height: fit-content;
}

.hero-container {
    min-height: 264px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 40px;
}

.hero-content {
    display: inline-flex;
    justify-content: center;
    align-items: flex-start;
    gap: 4%;

    width: 100%;
    padding: 0 20px;
    text-align: left;
}

.page-hero.company-hero .company-hero-title,
.company-hero-title {
    display: flex;
    justify-content: flex-start;
    color: #000 !important;
    font-family: "Noto Sans KR";
    font-size: 88px !important;
    font-style: normal;
    font-weight: 900;

    letter-spacing: -4px;
    line-height: 90%;
    margin: 0;
}

.hero-spacer {
    width: 0px;
    flex-shrink: 0;
}

.page-hero.company-hero .company-hero-description,
.company-hero-description {
    color: #000 !important;
    font-family: "Noto Sans KR";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.88px;
    margin: 0;
    max-width: 562px;
    text-align: left;
}

.company-hero-description .emphasis-hero {
    font-weight: 700 !important;
    font-size: 24px !important;
}

.mobile-br {
    display: none;
}

@media (max-width: 768px) {
    .company-hero-description .emphasis-hero {
        font-weight: 400 !important;
        font-size: 16px !important;
    }
    .mobile-br {
        display: block;
    }

    .company-hero {
        background-image: none !important;
        padding: 0;

    }

    .hero-container {
        padding: 0;
        height: 100%;
    }

    .hero-content {
        display: block;
        gap: 40px;
        align-items: flex-start;
        text-align: left;
    }

    .hero-spacer {
        display: none;
    }

    .company-hero-title {
        color: var(--Foundation-black, #000);
        font-family: "Noto Sans KR";
        font-size: 28px !important;
        font-style: normal;
        font-weight: 900;
        line-height: normal;
        letter-spacing: -0.56px;
        text-align: left;
        padding-bottom: 20px;
    }

    .company-hero-description {
        color: #5A5A5A !important;
        opacity: 1 !important;
        font-family: "Noto Sans KR";
        font-size: 16px !important;
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
        letter-spacing: -0.64px;
        text-align: left;
    }
    .mobile-hide {
        display: none !important;
    }

    .new-container {
        margin: 40px 20px !important;
        padding-bottom: 120px !important;
    }

    .brand-title {
        color: #000 !important;
        font-family: "Noto Sans KR" !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        letter-spacing: -0.48px !important;
        margin: 0 0 20px 0 !important;
    }

    .brand-description {
        color: var(--Foundation-Grey-G200, #5A5A5A) !important;
        font-family: "Noto Sans KR" !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        letter-spacing: -0.64px !important;
        margin: 0 !important;
    }

    .brand-logo {
        display: block !important;
        text-align: center;
        margin: 24px 0 14px 0;
    }

    .brand-logo img {
        width: 100%;
        max-width: 300px;
        height: auto;
    }

    .brand-container {
        display: none !important;
    }

    .symbol-container {
        margin-top: 40px !important;
    }

    .symbol-title {
        color: #000 !important;
        font-family: "Noto Sans KR" !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        letter-spacing: -0.48px !important;
    }

    .symbol-description {
        color: var(--Foundation-Grey-G200, #5A5A5A) !important;
        font-family: "Noto Sans KR" !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        letter-spacing: -0.64px !important;
    }

    .symbol-logos-mobile {
        display: flex !important;
        justify-content: space-between;
        align-items: start;
        height: 160px;
        margin: 20px 0;
    }

    .symbol-logo-item {
        flex: 1;
        display: flex;
        align-items: start;
        justify-content: start;
        height: 100%;
    }

    .symbol-logo-item img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }

    .logos-container {
        display: none !important;

    }

    .color-container {
        margin-top: 40px !important;
        display: flex;
        flex-direction: column;
        gap: 20px;

    }

    .color-title {
        order: 1;
        color: #000 !important;
        font-family: "Noto Sans KR" !important;
        font-size: 24px !important;
        font-style: normal !important;
        font-weight: 700 !important;
        line-height: normal !important;
        letter-spacing: -0.48px !important;
    }

    .color-description {
        order: 3;
        margin-top: 0 !important;
        color: var(--Foundation-Grey-G200, #5A5A5A) !important;
        font-family: "Noto Sans KR" !important;
        font-size: 16px !important;
        font-style: normal !important;
        font-weight: 400 !important;
        line-height: 150% !important;
        letter-spacing: -0.64px !important;
    }
    .color-image {
        order: 2;
        text-align: left;

    }

    .color-image img {
        height: auto !important;
        width: 100% !important;
        max-height: 306px;
    }
}

.new-content-section {
    padding: 0;
    margin-top: 100px;
}

.new-container {
    margin: 0 auto;

    max-width: 1291px;

    padding-bottom: 346px;
    box-sizing: border-box;

}

.brand-title {
    color: var(--Foundation-black, #000);
    font-family: "Noto Sans KR";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    margin: 0 0 24px 0;
}

.brand-logo {
    display: none;
}

.brand-description {
    color: var(--Foundation-Grey-G200, #5A5A5A);
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.8px;
    margin: 0 0 80px 0;
}

.brand-container {
    display: flex;
    align-items: flex-start;
    gap: 40px;
    width: 100%;
    height: 358px;
    box-sizing: border-box;
}

.brand-logo-left,
.brand-logo-right {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.brand-logo-left img,
.brand-logo-right img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.symbol-container {
    margin-top: 150px;
    text-align: left;
    box-sizing: border-box;
}

.symbol-logos-mobile {
    display: none;
}

.symbol-title {
    color: var(--Foundation-black, #000);
    font-family: "Noto Sans KR";
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: uppercase;

}

.symbol-description {
    color: var(--Foundation-Grey-G200, #5A5A5A);
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.8px;
    margin-top: 24px;

}

.logos-container {
    height: 280px;
    display: flex;
    align-items: center;

    margin-top: 40px;
    padding: 0;
    box-sizing: border-box;
}

.logo-item {

    display: flex;
    margin-right: 45px;
    padding: 0px;
    align-items: center;
    justify-content: center;
    height: 100%;

}

.logo-item img {
    max-width: 294px;
    max-height: 294px;
    object-fit: contain;
}

/* 심볼 이미지 호버 애니메이션 제거 */
.logos-container .logo-item:hover {
    opacity: 1 !important;
}

.color-container {
    margin-top: 80px;
    text-align: left;
    box-sizing: border-box;
}

.color-title {
    color: var(--Foundation-black, #000);
    font-family: "Noto Sans KR";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 45px */
    text-transform: uppercase;
}

.color-description {
    color: var(--Foundation-Grey-G200, #5A5A5A);
    font-family: "Noto Sans KR";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    letter-spacing: -0.8px;
    margin: 24px 0 40px 0;
}

.color-image {
    text-align: left;
}

.color-image img {
    height: 306px;
    width: auto;
}

/* 회사 소개 히어로 텍스트 애니메이션 */
.company-hero-animated {
    overflow: hidden;
}

/* 기본 상태: 보이게 설정 (JavaScript 애니메이션 전) */
.company-hero-animated .slide-line {
    display: inline-block;
    will-change: transform, opacity;
    opacity: 1 !important;
    transform: translateX(0) !important;
}
