@charset "UTF-8";

/* ── EN/ZH - News & Event ─────────────────────────────────── */
.news-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 60px 20px;
}
.news-wrap .news-divider {
    border: none;
    border-top: 2px solid var(--main-color1, #29b4b6);
    margin-bottom: 0;
}
.news-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.news-item {
    display: flex;
    gap: 30px;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
    align-items: flex-start;
}
.news-item .ni-img {
    flex-shrink: 0;
    width: 320px;
    height: 210px;
    background-color: #ccc;
    overflow: hidden;
}
.news-item .ni-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.news-item .ni-body {
    flex: 1;
    padding-top: 5px;
}
.news-item .ni-subject {
    font-size: 1.1rem;
    font-weight: 500;
    color: #111;
    margin-bottom: 8px;
    line-height: 1.4;
}
.news-item .ni-meta {
    font-size: 0.85rem;
    color: #888;
    margin-bottom: 14px;
}
.news-item .ni-content {
    font-size: 0.95rem;
    color: #444;
    line-height: 1.6;
}
.news-wrap .news-note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .news-item {
        flex-direction: column;
    }
    .news-item .ni-img {
        width: 100%;
        height: 200px;
    }
}
@media (max-width: 480px) {
    .news-item .ni-img {
        height: 160px;
    }
}

/********************************************************
■ DDoS 무한방어 Page
********************************************************/

.ddos-section { margin-bottom: 40px; }

.ddos-section .ddos-title {
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    padding-left: 20px;
    margin-bottom: 10px;
    line-height: 1.2;
}
.ddos-section .ddos-title::before,
.ddos-section .ddos-title::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
}
.ddos-section .ddos-title::before { background: var(--main-color1); }
.ddos-section .ddos-title::after  { left: 5px; background: var(--main-color1); }

.ddos-section p {
    font-size: 1.125rem;
    color: #333;
    line-height: 1.6;
    margin-bottom: 8px;
}

.ddos-section p a{
    color: var(--main-color1);
}

.ddos-section p img {
    width: 100%;
    border: #ddd 1px solid;
    margin-top: 15px;
}

.ddos-section p strong {
    font-weight: 500;
    color: #000;
}

.ddos-row { display: flex; align-items: center; gap: 40px; margin: 30px 0 40px 0; }
.ddos-row .ddos-img-wrap { flex: 1.1; margin: 0; }
.ddos-row .ddos-section { flex: 0.9; margin: 0; }

.ddos-img-wrap { margin: 30px 0; text-align: center; }
.ddos-img-wrap .ddos-img { width: 100%; height: auto; display: block; border-radius: 0 150px 0 0; }
.ddos-img-wrap .ddos-img--rev { border-radius: 0 0 0 150px; }

.ddos-table { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 1rem; line-height: 1.7; }
.ddos-table th,
.ddos-table td { padding: 20px 24px; border: 1px solid #ddd; border-left: none; border-right: none; vertical-align: middle; color: #333; text-align: left; }
.ddos-table th { width: 160px; text-align: center; font-weight: 600; color: #111; background: #f8f8f8; white-space: nowrap; }
.ddos-table td { border-left: none; }
.ddos-table tr:first-child th,
.ddos-table tr:first-child td { border-top: 2px solid var(--main-color1); }

.ddos-feature-grid { display: flex; flex-direction: column; gap: 12px; margin-top: 20px; }

.dfg-row { display: flex; gap: 12px; }
.dfg-row--3 .dfg-card { flex: 1; }
.dfg-row--2 .dfg-card { flex: 0 0 calc((100% - 24px) / 3); }
.dfg-row--2 .dfg-card--wide { flex: 1; }

.dfg-card {
    background-color: var(--dfg-bg, #1a3a5c);
    border-radius: 8px;
    padding: 28px 24px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 12px;
}

.dfg-tag {
    display: inline-block;
    font-size: 1.15rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.dfg-title {
    font-size: .9rem !important;
    font-weight: 400;
    color: #333;
    line-height: 1.65;
    margin: 0;
}

.ddos-compare { width: 100%; border-collapse: collapse; margin-top: 20px; font-size: 1rem; line-height: 1.7; }
.ddos-compare thead th { padding: 18px 20px; border-bottom: 1px solid #ddd; border-top: 2px solid var(--main-color1); font-size: 1rem; font-weight: 500; color: #555; text-align: center; }
.ddos-compare thead th.dc-us { font-weight: 700; color: #111; background: #f0f6fb; }
.ddos-compare td { padding: 22px 20px; border-bottom: 1px solid #ddd; vertical-align: middle; text-align: center; line-height: 1.6; }
.ddos-compare td.dc-label { color: #555; font-size: 0.95rem; }
.ddos-compare td.dc-us { color: #111; background: #f0f6fb; }
.ddos-compare td.dc-us strong { font-weight: 700; font-size: 1.05rem; display: block; }
.ddos-compare td.dc-us span { font-size: 0.875rem; color: #555; }
.ddos-compare td.dc-them { color: #999; font-size: 0.95rem; }
.ddos-compare { table-layout: fixed; }
.ddos-compare .dc-label { width: 160px; }
.ddos-compare .dc-us,
.ddos-compare .dc-them { width: calc((100% - 160px) / 2); }
.ddos-compare th,
.ddos-compare td { border-left: none; border-right: none; }

/* 우회방어 이유 4컬럼 */
.defense-features {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #e0e0e0;
    margin-top: 30px;
}
.defense-features--2col { grid-template-columns: repeat(2, 1fr); }

.defense-feature {
    padding: 48px 32px 44px;
    text-align: center;
    border-right: 1px solid #e0e0e0;
}

.defense-feature:last-child { border-right: none; }
.defense-feature:nth-child(2),
.defense-feature:nth-child(4) { background: #fafafa; }

.defense-feature .df-icon {
    font-size: 3rem;
    color: var(--main-color1);
    margin-bottom: 24px;
    display: block;
    line-height: 1;
    position: relative;
}

.defense-feature .df-icon img {
    height: 60px;
    object-fit: contain;
}

.defense-feature .df-icon .fa-secondary {
    color: var(--main-color2);
    font-size: 1.4rem;
    position: absolute;
    bottom: -6px;
    right: calc(50% - 24px);
}

.defense-feature .df-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
    margin-bottom: 16px;
}

.defense-feature .df-desc {
    font-size: 1rem;
    color: #666;
    line-height: 1.7;
    letter-spacing: -0.03em;
    margin: 0;
    overflow-wrap: break-word;
    word-break: break-word;
}

html[lang="zh"] .defense-feature .df-desc { letter-spacing: 0; }

@media (max-width: 1024px) {
    .ddos-section .ddos-title { font-size: 1.25rem; }
    .ddos-row { gap: 24px; }
    .dfg-card { padding: 20px 18px; min-height: 180px; }
    .defense-feature { padding: 36px 20px 32px; }
    .defense-feature .df-icon { font-size: 2.4rem; }
    .defense-feature .df-title { font-size: 1.15rem; }
    .defense-feature .df-desc { font-size: 0.9rem; }
}

@media (max-width: 768px) {
    .defense-features { grid-template-columns: repeat(2, 1fr); }
    .defense-feature:nth-child(2) { border-right: none; }
    .defense-feature:nth-child(1),
    .defense-feature:nth-child(2) { border-bottom: 1px solid #e0e0e0; }
    .defense-feature:nth-child(2),
    .defense-feature:nth-child(4) { background: none; }
    .defense-feature:nth-child(2),
    .defense-feature:nth-child(3) { background: #fafafa; }
    .defense-feature .df-title { font-size: 1.25rem; }
    .defense-feature .df-desc { font-size: 1rem; }
    .defense-feature .df-icon img { height: 50px; }

    .ddos-section { margin-bottom: 28px; }
    .ddos-section .ddos-title { font-size: 1.3rem; }
    .ddos-section p { font-size: 1rem; }

    /* 이미지+텍스트 row */
    .ddos-row { flex-direction: column; gap: 16px; margin: 20px 0 28px; }
    .ddos-row .ddos-img-wrap { width: 100%; }
    .ddos-img-wrap .ddos-img { border-radius: 0 40px 0 0; }
    .ddos-img-wrap .ddos-img--rev { border-radius: 0 0 0 40px; }

    /* 공격유형 테이블 */
    .ddos-table { font-size: 0.9rem; }
    .ddos-table th { width: auto; white-space: normal; min-width: 90px; }
    .ddos-table th,
    .ddos-table td { padding: 14px 12px; }

    /* 특징 카드 */
    .dfg-row { flex-direction: column; }
    .dfg-row--2 .dfg-card { flex: unset; width: 100%; }
    .dfg-card { min-height: auto; padding: 18px 16px; }
    .dfg-tag { font-size: 1rem; }

    /* 비교표 */
    .ddos-compare-wrap { overflow-x: auto; -webkit-overflow-scrolling: touch; }
    .ddos-compare { min-width: 520px; font-size: 0.875rem; }
    .ddos-compare .dc-label { width: 90px; }
    .ddos-compare .dc-us,
    .ddos-compare .dc-them { width: calc((100% - 90px) / 2); }
    .ddos-compare thead th,
    .ddos-compare td { padding: 14px 12px; }
}

@media (max-width: 480px) {
    .ddos-section .ddos-title { font-size: 1.2rem; }
    .ddos-table { font-size: 0.85rem; }
    .ddos-table th,
    .ddos-table td { padding: 12px 10px; }

    .defense-features { grid-template-columns: 1fr; }
    .defense-feature { border-right: none; border-bottom: 1px solid #e0e0e0; }
    .defense-feature:last-child { border-bottom: none; }
    .defense-feature:nth-child(2),
    .defense-feature:nth-child(3) { background: none; }
    .defense-feature:nth-child(2),
    .defense-feature:nth-child(4) { background: #fafafa; }
    .defense-feature .df-title { font-size: 1.4rem; }
    .defense-feature .df-desc { font-size: 1.1rem; }    
}


/********************************************************
■ DDoS Server Product List
********************************************************/

.srv-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 20px 0;
}

.srv-card {
    display: flex;
    flex-direction: column;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    overflow: hidden;
    transition: box-shadow 300ms, transform 300ms, opacity var(--scr-duration, 1.3s);
    color: inherit;
    text-decoration: none;
}

.srv-card:hover {
    box-shadow: 0 6px 24px rgba(0,0,0,.1);
    transform: translateY(-4px);
}

.srv-img {
    position: relative;
}

.srv-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: var(--main-color2);
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
    padding: 4px 10px;
    border-radius: 4px;
    letter-spacing: 0.03em;
    pointer-events: none;
}

.srv-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
}

.srv-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

.srv-name {
    font-size: 1rem;
    font-weight: 600;
    color: #111;
    line-height: 1.4;
}

.srv-cpu {
    font-size: 0.875rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.srv-specs {
    list-style: none;
    padding: 0;
    margin: 4px 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.srv-specs li {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 0.9rem;
    color: #333;
}

.srv-specs li::before {
    content: '';
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    background: center / contain no-repeat;
}

.srv-specs .spec--ram::before { background-image: url('../img/main/icon_spec01.svg'); }
.srv-specs .spec--hdd::before { background-image: url('../img/main/icon_spec02.svg'); }
.srv-specs .spec--sec::before { background-image: url('../img/main/icon_spec03.svg'); }

.srv-btns {
    margin-top: auto;
    display: flex;
    gap: 8px;
}

.srv-btn {
    flex: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    border-radius: 4px;
    font-size: 0.875rem;
    font-weight: 600;
    text-decoration: none;
    transition: background 200ms, color 200ms;
}

.srv-btn--inquiry {
    border: 1px solid #ccc;
    color: #555;
    background: #fff;
}

.srv-btn--inquiry:hover {
    border-color: #888;
    color: #111;
}

.srv-btn--apply {
    background: var(--main-color1);
    color: #fff !important;
    border: 1px solid var(--main-color1);
}

.srv-btn--apply:hover {
    background: #048B9A;
    border-color: #048B9A;
}

/* 문의 모달 */
.srv-modal-bg {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.5);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.srv-modal-bg.on { display: flex; }

.srv-modal {
    position: relative;
    background: #fff;
    border-radius: 8px;
    padding: 40px 48px;
    max-width: 440px;
    width: 90%;
    text-align: center;
}

.srv-modal-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #999;
    line-height: 1;
}

.srv-modal-close:hover { color: #333; }

.srv-modal-msg {
    font-size: 1rem;
    line-height: 1.8;
    color: #333;
    margin: 0;
    white-space: pre-line;
}

.srv-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 0;
    color: #999;
}

.srv-list--3col { grid-template-columns: repeat(3, 1fr); }
.srv-list--3col .srv-img img { height: 280px; }
.byp-plan-table {
    width: 100%;
    border-collapse: collapse;
    margin: 10px 0 14px;
    font-size: 0.875rem;
}
.byp-plan-table tr { border-bottom: 1px solid #eee; }
.byp-plan-table th {
    width: 4em;
    padding: 8px 6px;
    color: #666;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
}
.byp-plan-table td {
    padding: 8px 6px;
    color: #222;
}

@media (max-width: 1024px) {
    .srv-list { grid-template-columns: repeat(3, 1fr); gap: 18px; }
}

@media (max-width: 768px) {
    .srv-list { grid-template-columns: repeat(2, 1fr); gap: 14px; }
    .srv-img img { height: 160px; }
    .srv-body { padding: 14px; }
}

@media (max-width: 480px) {
    .srv-list { grid-template-columns: 1fr; }
    .srv-img img { height: 200px; }
}



/********************************************************
■ 서버 호스팅 Page
********************************************************/
.idc-cards {
    display: flex;
    gap: 20px;
    margin: 30px 0 20px 0;
}
.idc-card {
    flex: 1;
    position: relative;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: box-shadow 0.4s ease;
    cursor: pointer;
    aspect-ratio: 4/3;
}
.idc-card.active {
    border-color: var(--main-color1);
    box-shadow: 0 0 0 3px var(--main-color1);
}
.idc-card-bg {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}
.idc-card-num {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: var(--main-color1);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
}
.idc-card:not(.active) .idc-card-num {
    background: rgba(0, 0, 0, 0.45);
}
.idc-card-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 !important;
    padding: 12px 16px;
    background: rgba(0, 0, 0, 0.55);
    color: #fff !important;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    z-index: 2;
}
@media (max-width: 768px) {
    .idc-cards { flex-direction: column; }
    .idc-card { aspect-ratio: 16/7; }
}

@media (max-width: 480px) {
    .idc-card {
        aspect-ratio: 11 / 7;
    }
}
/* Country Tab */
.country-tabs {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 28px;
}
.country-tab {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 22px;
    border: 2px solid #ddd;
    background: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: 500;
    color: #888;
    transition: border-color 0.2s, color 0.2s, box-shadow 0.2s;
    user-select: none;
}
.country-tab.active {
    border-color: var(--main-color1);
    color: var(--main-color1);
    box-shadow: 0 0 0 2px var(--main-color1);
}
.country-tab.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.country-tab .tab-flag {
    font-size: 22px;
    line-height: 1;
}
@media (max-width: 480px) {
    .country-tabs {
        flex-wrap: nowrap;
        gap: 4px;
    }
    .country-tab {
        flex: 1;
        justify-content: center;
        padding: 8px 4px;
        font-size: 12px;
        gap: 4px;
    }
    .country-tab .tab-flag {
        font-size: 18px;
    }
}

/** 코로케이션 페이지 **/
/* Case Cards */
.case-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-bottom: 40px;
}
.case-card {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0,0,0,0.10);
    background: #fff;
    display: flex;
    flex-direction: column;
}
.case-card-img {
    width: 100%;
    aspect-ratio: 4/2.5;
    overflow: hidden;
    background: #e8edf2;
    flex-shrink: 0;
}
.case-card-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.case-card-body {
    padding: 20px 22px 24px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.case-card-category {
    font-size: 1.325rem;
    font-weight: 500;
    color: var(--main-color1);
    line-height: 1.4;
}
.case-card-title {
    font-size: 1.025rem;
    font-weight: 400;
    color: #111;
    line-height: 1.55;
    margin: 0;
}
@media (max-width: 1024px) {
    .case-cards { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .case-cards { grid-template-columns: 1fr; }
}

/* Unit Cards (1U/2U/4U) */
.u-cards-wrap {
    margin-bottom: 40px;
}
.u-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-bottom: 20px;
}
.u-card {
    background: #fff;
    border-radius: 14px;
    border: #ddd 1px solid;
    padding: 20px 20px 16px;
    display: flex;
    flex-direction: column;
}
.u-card-label {
    font-size: 1.8rem;
    font-weight: 800;
    color: #1a2235;
    line-height: 1;
    margin-bottom: 16px;
    display: block;
    text-align: center;
}
.u-card-img {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 160px;
}
.u-card-img img {
    max-width: 100%;
    max-height: 180px;
    object-fit: contain;
    display: block;
}
.u-card-desc {
    text-align: center;
    font-size: 1rem;
    font-weight: 600;
    color: #333;
    margin: 16px 0 0;
    padding-top: 14px;
}
.u-cards-note {
    text-align: center;
    font-size: 1.3rem;
    color: #555;
    margin: 0;
}
@media (max-width: 768px) {
    .u-cards { grid-template-columns: 1fr; }

    .u-cards-note {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .u-cards-note {
        font-size: 1rem;
    }
}


/* Colocation Compare Table */
.colo-compare-wrap {
    overflow-x: auto;
    margin-top: 24px;
}
.colo-compare {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--main-color1);
}
.colo-compare thead th {
    background: #f5f7fa;
    font-size: 1.1rem;
    font-weight: 600;
    color: #222;
    text-align: center;
    padding: 16px 12px;
    border-bottom: 1px solid #dde2e8;
}
.colo-compare tbody td {
    text-align: center;
    padding: 15px 12px;
    font-size: 1rem;
    color: #333;
    border-bottom: 1px solid #e8ebef;
}
.colo-compare tbody td:first-child {
    background: #f5f7fa;
}
.colo-compare tbody tr:last-child td {
    border-bottom: none;
}
.colo-compare td.colo-yes {
    font-weight: 500;
    color: #111;
}
.colo-compare td.colo-no {
    color: #aaa;
}
@media (max-width: 480px) {
    .colo-compare thead th,
    .colo-compare tbody td {
        padding: 12px 8px;
        font-size: 13px;
    }
}

/* Colocation Product Cards (4-col) */
.srv-list--4col {
    grid-template-columns: repeat(4, 1fr);
}
.cp-card {
    background: #fff;
    border: 1px solid #e0e4ea;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 24px 20px 20px;
    gap: 0;
}
.cp-card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 120px;
    margin-bottom: 16px;
}
.cp-card-img img {
    max-width: 100%;
    max-height: 110px;
    object-fit: contain;
}
.cp-card-name {
    font-size: 17px;
    font-weight: 700;
    color: var(--main-color1);
    margin: 0 0 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--main-color1);
}
.cp-card-spec {
    font-size: 14px;
    color: #555;
    margin: 12px 0;
    padding-bottom: 12px;
    border-bottom: 1px solid #e8ebef;
}
.cp-card-price {
    font-size: 20px;
    font-weight: 800;
    color: #111;
    margin: 0 0 6px;
}
.cp-card-discount {
    font-size: 12px;
    color: var(--main-color1);
    margin: 0 0 16px;
}
.cp-card-btns {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: auto;
}

.cp-card-btns a {
    color: #fff;
}
.cp-btn {
    display: block;
    width: 100%;
    padding: 11px 0;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: none;
    text-decoration: none;
    transition: opacity 0.2s;
}
.cp-btn:hover { opacity: 0.85; }
.cp-btn--inquiry {
    background: #959595;
    color: #fff;
}
.cp-btn--apply {
    background: var(--main-color1);
    color: #fff;
}
@media (max-width: 1024px) {
    .srv-list--4col { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
    .srv-list--4col { grid-template-columns: 1fr; }
}

/* Info Table (2-column label + description) */
.info-table {
    width: 100%;
    border-collapse: collapse;
    border-top: 2px solid var(--main-color1);
}
.info-table tbody td {
    padding: 20px 24px;
    font-size: 1rem;
    color: #333;
    border-bottom: 1px solid #e8ebef;
    vertical-align: middle;
    line-height: 1.9;
}
.info-table tbody tr:last-child td {
    border-bottom: none;
}
.info-table td.info-label {
    width: 130px;
    text-align: center;
    background: #f5f7fa;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}
.info-table td.info-desc {
    text-align: left;
}
@media (max-width: 480px) {
    .info-table tbody { display: block; }
    .info-table tr { display: flex; flex-direction: column; border-bottom: 1px solid #e8ebef; }
    .info-table tr:last-child { border-bottom: none; }
    .info-table td { display: block; border-bottom: none !important; width: 100% !important; }
    .info-table td.info-label { text-align: left; white-space: normal; padding-bottom: 8px; }
}

.extra_tel {
    background: #e2e2e2;
    text-align: center;
}
/* Call Banner */
.call-banner-wrap {
    display: flex;
    justify-content: center;
    margin: 32px 0 40px;
}
.call-banner {
    display: inline-flex;
    align-items: center;
    gap: 0;
    background: linear-gradient(145deg, #ddd0b0, #c8b98a, #e2d4b2);
    border-radius: 20px;
    padding: 22px 40px;
    box-shadow: 4px 6px 18px rgba(180,155,90,0.35), inset 0 1px 2px rgba(255,255,255,0.45);
    text-decoration: none;
    min-width: 380px;
}
.call-banner-icon {
    font-size: 42px;
    color: #3a3020;
    flex-shrink: 0;
    line-height: 1;
    transform: scaleX(-1);
}
.call-banner-divider {
    width: 1px;
    height: 64px;
    background: rgba(58,48,32,0.3);
    margin: 0 28px;
    flex-shrink: 0;
}
.call-banner-text {
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.call-banner-label {
    font-size: 1.3rem;
    font-weight: 500;
    color: #3a3020;
    letter-spacing: -0.3px;
}
.call-banner-number {
    font-size: 3rem;
    font-weight: 800;
    color: #2a2015;
    letter-spacing: -1px;
    line-height: 1.1;
}
@media (max-width: 480px) {
    .call-banner { padding: 18px 24px; min-width: unset; }
    .call-banner-icon { font-size: 32px; }
    .call-banner-divider { height: 50px; margin: 0 18px; }
    .call-banner-label { font-size: 15px; }
    .call-banner-number { font-size: 30px; }
}
