/* ===================================
   ABOUT PAGE - about.css
   ================================== */

.about-body {
    background: #F5F0E0;
    overflow-x: hidden;
}

.about-page {
    min-height: 100vh;
    background: #F5F0E0;
    padding-top: 161px;
    padding-left: 64px;
    padding-right: 64px;
    position: relative;
    padding-bottom: 0;
}

/* About Sub Navigation */
.about-nav {
    position: absolute;
    left: 64px;
}

.about-nav-label {
    font-size: 13px;
    line-height: 18px;
    color: #000;
    margin-bottom: 70px;
}

.about-nav a {
    display: block;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-decoration: none;
    margin-bottom: 25px;
    transition: color 0.3s;
}

.about-nav a:hover {
    color: #FF7632;
}

.about-nav a.active {
    color: #000;
    font-weight: 600;
}

.about-nav a.active::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url("/resources/service-sub-memu-active.png") no-repeat left center;
    margin-left: 10px;
}

/* Hero Section */
.about-hero {
    margin-left: 256px;
    margin-bottom: 60px;
}

.hero-top-line {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 40px;
}

.hero-top-line::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
}

.hero-top-line .subtitle {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.hero-title {
    font-size: 70px;
    font-weight: 600;
    line-height: 80px;
    color: #000;
}

.title-line-wrapper {
    height: 80px;
    overflow: hidden;
    position: relative;
}

.hero-title .title-line {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
    animation: slideInUp 0.8s ease-out forwards;
    transform: translateY(100%);
}

.hero-title .title-line-1 {
    animation-delay: 0.2s;
}

.hero-title .title-line-2 {
    animation-delay: 0.4s;
}

.hero-title .title-line-3 {
    animation-delay: 0.6s;
}

@keyframes slideInUp {
    to {
        transform: translateY(0);
    }
}

.hero-title .title-icon {
    width: 66px;
    height: 66px;
}

.hero-title .hero-inline-img {
    width: 122px;
    height: 74px;
    object-fit: cover;
    border-radius: 4px;
}

/* Hero Image */
.hero-image {
    position: absolute;
    right: 0;
    top: 71px;
    width: 799px;
    height: 1009px;
    overflow: hidden;
}

.hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Description Section */
.about-description {
    margin-left: 256px;
    margin-top: 140px;
    margin-bottom: 100px;
}

.description-content {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
}

.description-content p {
    margin-bottom: 0;
}

.description-content strong {
    font-weight: 700;
}

/* Animated Banner */
.about-banner {
    background: #FF7632;
    height: 83px;
    overflow: hidden;
    position: relative;
    margin-left: -64px;
    margin-right: -64px;
    margin-bottom: 100px;
}

.about-banner .banner-track {
    display: flex;
    animation: scroll-banner 30s linear infinite;
    white-space: nowrap;
    padding: 0 20px;
}

.about-banner .banner-item {
    display: inline-flex;
    align-items: center;
    font-size: 50px;
    font-weight: 600;
    color: #FFF;
    padding: 0 30px;
}

.about-banner .banner-icon {
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
}

.about-banner .banner-icon img {
    width: 38px;
    height: 38px;
}

@keyframes scroll-banner {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

/* Experts Section */
.about-experts {
    margin-left: 256px;
    margin-bottom: 120px;
}

.experts-label-line {
    display: flex;
    align-items: center;
    gap: 40px;
    margin-bottom: 80px;
}

.experts-label-line::before {
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
}

.experts-label {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.experts-subtitle {
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.experts-content {
    position: relative;
}

.expert-point {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 15px;
}

.point-icon {
    width: 20px;
    height: 20px;
}

.expert-point p {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: #000;
    margin: 0;
}

.experts-text {
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    color: #000;
    margin: 0 0 20px 0;
}

.experts-underline {
    width: 94px;
    height: 7px;
    background: #FF7632;
    margin-left: 416px;
}

/* Service Categories */
.about-categories {
    display: flex;
    flex-direction: column;
    gap: 170px;
    margin-bottom: 260px;
}

.category-item {
    position: relative;
}

.category-item:nth-child(1) {
    margin-left: 0;
    width: 755px;
}

.category-item:nth-child(2) {
    margin-left: auto;
    width: 906px;
}

.category-item:nth-child(3) {
    margin-left: 256px;
    width: 886px;
}

.category-image {
    position: relative;
    width: 100%;
    height: auto;
}

.category-item:nth-child(1) .category-image {
    height: 480px;
}

.category-item:nth-child(2) .category-image {
    height: 560px;
}

.category-item:nth-child(3) .category-image {
    height: 563px;
}

.category-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    padding: 0 20px;
    gap: 15px;
}

.category-arrow {
    font-size: 20px;
    color: #FFF;
    transform: rotate(270deg);
    display: inline-block;
}

.category-label {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    color: #FFF;
}

/* Quote Section */
.about-quote {
    text-align: center;
    margin-bottom: 200px;
    position: relative;
}

.quote-symbol {
    margin: 0 auto 40px;
    width: 90px;
    height: 90px;
}

.quote-symbol img {
    width: 100%;
    height: 100%;
}

.quote-subtitle {
    font-size: 25px;
    font-weight: 500;
    line-height: 35px;
    color: #FF7632;
    margin-bottom: 60px;
}

.quote-text {
    position: relative;
    display: inline-block;
}

.quote-mark {
    position: absolute;
    left: -50px;
    top: 0;
    font-size: 32px;
    color: #000;
}

.quote-mark-end {
    position: absolute;
    right: -50px;
    bottom: 0;
    font-size: 32px;
    color: #000;
}

.quote-content {
    font-size: 55px;
    font-weight: 600;
    line-height: 80px;
    color: #000;
    letter-spacing: -1.1px;
}

.quote-content p {
    margin: 0;
}

/* Responsive */
@media (max-width: 1440px) {
    .hero-image {
        width: 600px;
        height: 800px;
    }

    .about-description {
        margin-top: 100px;
    }
}

@media (max-width: 1200px) {
    .about-page {
        padding-left: 48px;
        padding-right: 48px;
    }

    .about-nav {
        left: 48px;
    }

    .about-hero {
        margin-left: 200px;
    }

    .hero-title {
        font-size: 50px;
        line-height: 60px;
    }

    .hero-image {
        width: 500px;
        height: 700px;
    }

    .about-description {
        margin-left: 200px;
        margin-top: 80px;
    }

    .about-experts {
        margin-left: 200px;
    }

    .expert-point p,
    .experts-text {
        font-size: 40px;
        line-height: 52px;
    }

    .category-item:nth-child(1),
    .category-item:nth-child(2),
    .category-item:nth-child(3) {
        margin-left: 48px;
        width: calc(100% - 96px);
    }

    .quote-content {
        font-size: 45px;
        line-height: 65px;
    }
}

@media (max-width: 768px) {
    .about-page {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 120px;
    }

    .about-nav {
        position: static;
        display: flex;
        gap: 20px;
        margin-bottom: 40px;
    }

    .about-nav-label {
        margin-bottom: 0;
        margin-right: 20px;
    }

    .about-nav a {
        margin-bottom: 0;
    }

    .about-hero {
        margin-left: 0;
    }

    .hero-title {
        font-size: 36px;
        line-height: 48px;
    }

    .hero-title .title-icon {
        width: 40px;
        height: 40px;
    }

    .hero-title .hero-inline-img {
        width: 80px;
        height: 50px;
    }

    .hero-image {
        position: static;
        width: 100%;
        height: 400px;
        margin-bottom: 40px;
    }

    .about-description {
        margin-left: 0;
        margin-top: 40px;
    }

    .description-content {
        font-size: 16px;
        line-height: 24px;
    }

    .about-banner {
        height: 60px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .about-banner .banner-item {
        font-size: 32px;
    }

    .about-banner .banner-icon img {
        width: 24px;
        height: 24px;
    }

    .about-experts {
        margin-left: 0;
    }

    .expert-point p,
    .experts-text {
        font-size: 28px;
        line-height: 38px;
    }

    .experts-underline {
        margin-left: 0;
        width: 60px;
        height: 5px;
    }

    .about-categories {
        gap: 60px;
        margin-bottom: 120px;
    }

    .category-item:nth-child(1),
    .category-item:nth-child(2),
    .category-item:nth-child(3) {
        margin-left: 0;
        width: 100%;
    }

    .category-item:nth-child(1) .category-image,
    .category-item:nth-child(2) .category-image,
    .category-item:nth-child(3) .category-image {
        height: 300px;
    }

    .quote-content {
        font-size: 28px;
        line-height: 42px;
    }

    .quote-mark {
        left: -30px;
        font-size: 24px;
    }

    .quote-mark-end {
        right: -30px;
        font-size: 24px;
    }

    .about-quote {
        margin-bottom: 100px;
    }
}