/* About Section */
.about {
    background: url('../../images/main/section_01_bg.jpg') center center / cover no-repeat;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.about .container {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 60px;
}

.about .container {
    gap: 40px;
}

.about .section-nav {
    flex: 0 0 150px;
    width: 150px;
}

.about .about-left,
.about .about-right {
    flex: 1;
}

.about-right {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
}

.about-right-image-pc {
    width: 120%;
    height: auto;
    display: block;
    position: relative;
    z-index: 1;
}

.about-right-image-mobile {
    display: none;
}

.about-subtitle {
    color: rgba(255, 255, 255, 0.50);
    font-family: 'Sumana', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 12px;
}

.about-title {
    color: #FFF;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 0;
}

.about-description {
    color: rgba(255, 255, 255, 0.80);
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 0;
}

.about-quote-top {
    margin-bottom: 20px;
}

.about-quote-top svg {
    display: block;
}

.about-message {
    color: #FFF;
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 24px;
}

.about-position {
    color: rgba(255, 255, 255, 0.60);
    font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    margin-bottom: 8px;
}

.about-signature {
    color: rgba(255, 255, 255, 0.80);
    font-family: "Kyobo Handwriting 2020", cursive;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    margin-bottom: 20px;
}

.about-quote-bottom {
    display: flex;
    justify-content: flex-end;
}

.about-quote-bottom svg {
    display: block;
}

/* Mobile Styles */
@media (max-width: 768px) {
    .about {
        overflow: hidden !important;
    }

    .about-left {
        text-align: center;
    }

    .about-subtitle {
        color: #FFF;
        font-family: 'Sumana', serif;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 120%;
    }

    .about-title {
        color: #FFF;
        text-align: center;
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 700;
        line-height: 130%;
    }

    .about-description {
        color: rgba(255, 255, 255, 0.80);
        font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, system-ui, Roboto, sans-serif;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 130%;
    }

    .about-right {
        position: relative;
        width: 100%;
        max-width: 100%;
        display: block;
    }

    .about-right-image-pc {
        display: none;
    }

    .about-right-image-mobile {
        display: block;
        width: 100%;
        height: auto;
    }
}
