@charset "utf-8";

/* ========================================
   회사소개 페이지 스타일
   ======================================== */

/* 섹션 공통 스타일 */
#board-container .company-section {
    background: #ffffff;
    border-radius: 12px;
    padding: 60px;
    margin-bottom: 40px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.company-section:last-child {
    margin-bottom: 0;
}

.company-section-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #6699cc;
}

.company-section-title {
    font-size: 32px;
    font-weight: 700;
    color: #1f2937;
    margin: 0;
}

.company-section-content {
    color: #374151;
    line-height: 1.8;
}

/* 회사소개 내용 섹션 */
.company-intro-text {
    font-size: 18px;
    line-height: 2;
    color: #374151;
    margin: 0 0 24px 0;
    word-break: keep-all;
    word-wrap: break-word;
}

.company-intro-text:last-child {
    margin-bottom: 0;
}

/* CI 소개 섹션 */
.company-ci-box {
    background: #f9fafb;
    padding: 40px;
    border-radius: 8px;
    text-align: center;
}

.company-ci-image {
    margin-bottom: 30px;
}

.company-ci-image img {
    max-width: 300px;
    width: 100%;
    height: auto;
}

.company-ci-title {
    font-size: 24px;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 20px 0;
}

.company-ci-desc {
    font-size: 16px;
    line-height: 1.8;
    color: #6b7280;
    margin: 0;
}

/* 오시는 길 섹션 */
.company-location-info {
    margin-bottom: 30px;
}

.company-address {
    font-size: 18px;
    color: #374151;
    margin: 0;
}

.company-address strong {
    color: #1f2937;
    font-weight: 600;
}

.company-map {
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.company-map > div,
.company-map .root_daum_roughmap {
    width: 100% !important;
}

.company-map-placeholder {
    width: 100%;
    height: 100%;
    background: #f3f4f6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border: 2px dashed #d1d5db;
}

.company-map-placeholder p {
    font-size: 16px;
    color: #6b7280;
    margin: 0 0 8px 0;
}

.company-map-notice {
    font-size: 14px !important;
    color: #9ca3af !important;
}

/* 반응형 - 태블릿 */
@media (max-width: 1024px) {
    #board-container .company-section {
        padding: 40px;
    }

    .company-section-title {
        font-size: 28px;
    }

    .company-intro-text {
        font-size: 16px;
    }
}

/* 반응형 - 모바일 */
@media (max-width: 768px) {
    #board-container .company-section {
        padding: 30px 20px;
        margin-bottom: 30px;
    }

    .company-section-header {
        margin-bottom: 30px;
        padding-bottom: 15px;
    }

    .company-section-title {
        font-size: 24px;
    }

    .company-intro-text {
        font-size: 15px;
        line-height: 1.8;
    }

    .company-ci-box {
        padding: 30px 20px;
    }

    .company-ci-title {
        font-size: 20px;
    }

    .company-ci-desc {
        font-size: 14px;
    }

    .company-address {
        font-size: 15px;
    }

.company-map {
        height: 350px;
    }
}

/* 반응형 - 작은 모바일 */
@media (max-width: 480px) {
    #board-container .company-section {
        padding: 20px 15px;
    }

    .company-section-title {
        font-size: 20px;
    }

    .company-intro-text {
        font-size: 14px;
    }

    .company-ci-title {
        font-size: 18px;
    }

    .company-map {
        height: 250px;
    }
}
