@charset "utf-8";

/* ============================================
   COMPANY PAGE STYLES
   ============================================ */

/* Top banner gradient background */
.company-top-bg {
    background: linear-gradient(135deg, #0a1628 0%, #17378a 50%, #1e4db5 100%);
    position: relative;
    overflow: hidden;
}

.company-top-bg::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    opacity: 0.5;
}

/* Main background for company sections */
.company-main-bg {
    background: linear-gradient(135deg, #0a1628 0%, #17378a 50%, #082882 100%);
}

/* ============================================
   COMPANY INFO SECTION
   ============================================ */
.company-info-section {
    padding: 60px 0;
}

.company-info-title {
    font-size: 28px;
    font-weight: 700;
    color: #0f1c2b;
    margin-bottom: 20px;
}

.company-info-desc {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* ============================================
   COMPANY VALUES
   ============================================ */
.company-value-item {
    text-align: center;
    padding: 30px 20px;
}

.company-value-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
}

.company-value-title {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.company-value-desc {
    font-size: 14px;
    color: #777;
    line-height: 1.6;
}

/* ============================================
   PRESENT CONDITION (현황)
   ============================================ */
.present-condition-section {
    background: #ffffff;
    padding: 50px 0;
}

.present-condition-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 40px;
    color: #0f1c2b;
}

.present-condition-item {
    text-align: center;
    padding: 20px;
}

.present-condition-number {
    font-size: 32px;
    font-weight: 700;
    color: #17378a;
}

.present-condition-label {
    font-size: 14px;
    color: #888;
    margin-top: 5px;
}

/* ============================================
   FOOTER COMPANY INFO
   ============================================ */
.footer-company-info {
    color: #999;
    font-size: 12px;
    line-height: 2;
}

.footer-company-name {
    font-size: 14px;
    font-weight: 600;
    color: #ccc;
    margin-bottom: 10px;
}

/* ============================================
   NOTICE SECTION
   ============================================ */
.notice-section {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.notice-badge {
    display: inline-block;
    background: #17378a;
    color: #fff;
    padding: 2px 8px;
    border-radius: 3px;
    font-size: 12px;
    margin-right: 8px;
}

/* ============================================
   TERMS PAGE
   ============================================ */
.term-content {
    padding: 40px 0;
    font-size: 14px;
    line-height: 1.8;
    color: #333;
}

.term-content h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0f1c2b;
    margin: 30px 0 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #17378a;
}

.term-content h4 {
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 10px;
}

.term-content p {
    margin: 10px 0;
}

.term-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 15px 0;
}

.term-content table th,
.term-content table td {
    border: 1px solid #ddd;
    padding: 8px 12px;
    text-align: left;
}

.term-content table th {
    background: #f8f9fa;
    font-weight: 600;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 767px) {
    .company-info-title {
        font-size: 22px;
    }

    .company-value-item {
        padding: 20px 10px;
    }

    .present-condition-number {
        font-size: 24px;
    }
}
