/* CONBASE compact surface system: template 1000002 and shared share block */
.cb-template-1000002,
.cb-share-section {
    --cbt-accent: var(--siteColor, #019894);
    --cbt-accent-hover: var(--siteNavHoverColor, var(--siteColor, #017d79));
    --cbt-on-accent: #fff;
    --cbt-line: #dfe5ec;
    --cbt-line-strong: #cbd5e1;
    --cbt-surface: #fff;
    --cbt-surface-soft: #f7f9fc;
    --cbt-text: #182235;
    --cbt-muted: #667085;
}

body[template-theme='white'] .cb-template-1000002,
body[template-theme='white'] .cb-share-section,
body[template-theme='yellow'] .cb-template-1000002,
body[template-theme='yellow'] .cb-share-section {
    --cbt-accent: #344054;
    --cbt-accent-hover: #1d2939;
    --cbt-on-accent: #fff;
}

.cb-template-1000002 {
    background: #f3f6fa !important;
}

.cb-template-1000002 .cb-wrap {
    max-width: 1380px;
}

.cb-template-1000002 .cb-hero-card,
.cb-template-1000002 .neo-card.cb-hero-card {
    overflow: hidden;
    padding: 0 !important;
    border: 1px solid var(--cbt-line);
    border-radius: 14px;
    background: var(--cbt-surface);
    box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.cb-template-1000002 .cb-maincut,
.cb-template-1000002 .cb-maincut-dummy {
    border-radius: 0;
}

.cb-template-1000002 .section2 > .row {
    --bs-gutter-y: 1rem;
}

.cb-template-1000002 .cb-neo-panel {
    overflow: hidden;
    border: 1px solid var(--cbt-line);
    border-radius: 12px;
    background: var(--cbt-surface);
    box-shadow: 0 5px 18px rgba(15, 23, 42, .055);
}

.cb-template-1000002 .cb-neo-panel::before,
.cb-template-1000002 .cb-neo-panel::after {
    display: none;
}

.cb-template-1000002 .cb-contact-panel,
.cb-template-1000002 .cb-quick-panel,
.cb-template-1000002 .cb-notice-panel {
    padding: 1.25rem 1.35rem;
}

.cb-template-1000002 .cb-section-eyebrow {
    gap: .38rem;
    margin-bottom: .35rem;
    color: var(--cbt-accent);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .04em;
}

.cb-template-1000002 .cb-section-title {
    color: var(--cbt-text);
    font-size: 1.08rem;
    letter-spacing: -.025em;
}

.cb-template-1000002 .cb-section-desc {
    margin-top: .3rem;
    color: var(--cbt-muted);
    font-size: .84rem;
    line-height: 1.55;
}

.cb-template-1000002 .cb-contact-list {
    gap: .25rem !important;
    margin-top: 1rem;
}

.cb-template-1000002 .cb-contact-item {
    display: grid !important;
    grid-template-columns: 30px minmax(0, 1fr);
    align-items: center !important;
    gap: .65rem !important;
    min-height: 42px;
    padding: .45rem 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.cb-template-1000002 .cb-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 8px;
    background: color-mix(in srgb, var(--cbt-accent) 10%, #fff);
    color: var(--cbt-accent);
    box-shadow: none;
}

.cb-template-1000002 .cb-contact-label {
    margin-bottom: .1rem;
    color: var(--cbt-muted);
    font-size: .7rem;
    font-weight: 700;
}

.cb-template-1000002 .cb-contact-value {
    margin: 0;
    color: var(--cbt-text);
    font-size: .88rem;
    line-height: 1.4;
    overflow-wrap: anywhere;
}

.cb-template-1000002 .cb-quick-balanced {
    grid-template-columns: minmax(180px, .7fr) minmax(0, 1.7fr);
    gap: 1.25rem;
}

.cb-template-1000002 .cb-quick-grid {
    gap: .65rem;
}

.cb-template-1000002 .cb-quick-text-btn {
    isolation: auto;
    justify-content: flex-start;
    min-height: 58px;
    padding: .75rem 2.5rem .75rem 1rem;
    border: 1px solid color-mix(in srgb, var(--cbt-accent) 28%, var(--cbt-line));
    border-radius: 10px;
    background: linear-gradient(135deg, color-mix(in srgb, var(--cbt-accent) 8%, #fff), #fff 68%);
    color: var(--cbt-text);
    text-align: left;
    font-size: .92rem;
    font-weight: 800;
    box-shadow: none;
    transition: border-color .16s ease, background .16s ease, color .16s ease, transform .16s ease;
}

.cb-template-1000002 .cb-quick-text-btn::before {
    content: "";
    position: absolute;
    inset: 0 auto 0 0;
    width: 4px;
    background: var(--cbt-accent);
    filter: none;
    opacity: 1;
    transform: none;
}

.cb-template-1000002 .cb-quick-text-btn::after {
    content: "\2192";
    position: absolute;
    right: 1rem;
    display: block;
    color: var(--cbt-accent);
    font-size: 1rem;
    transition: transform .16s ease;
}

.cb-template-1000002 .cb-quick-text-btn:hover {
    border-color: var(--cbt-accent);
    background: var(--cbt-accent);
    color: var(--cbt-on-accent);
    box-shadow: 0 7px 16px color-mix(in srgb, var(--cbt-accent) 20%, transparent);
    transform: translateY(-1px);
}

.cb-template-1000002 .cb-quick-text-btn:hover::after {
    color: inherit;
    transform: translateX(3px);
}

.cb-template-1000002 .cb-quick-text-btn:hover span {
    text-shadow: none;
}

.cb-template-1000002 .cb-quick-text-btn.is-disabled {
    border-style: dashed;
    background: var(--cbt-surface-soft);
    color: var(--cbt-muted);
    opacity: 1;
    pointer-events: none;
}

.cb-template-1000002 .cb-quick-text-btn.is-disabled::before {
    background: var(--cbt-line-strong);
}

.cb-template-1000002 .cb-quick-text-btn.is-disabled::after {
    content: "준비중";
    color: var(--cbt-muted);
    font-size: .7rem;
    font-weight: 700;
}

.cb-template-1000002 .cb-quick-empty {
    display: flex;
    align-items: center;
    gap: .75rem;
    min-height: 78px;
    padding: 1rem;
    border: 1px dashed var(--cbt-line-strong);
    border-radius: 10px;
    background: var(--cbt-surface-soft);
    color: var(--cbt-muted);
    font-size: .84rem;
    line-height: 1.5;
}

.cb-template-1000002 .cb-quick-empty i {
    flex: 0 0 auto;
    color: var(--cbt-accent);
    font-size: 1.15rem;
}

.cb-template-1000002 .cb-notice-item,
.cb-template-1000002 .cb-file-link {
    border: 1px solid var(--cbt-line);
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
}

.cb-template-1000002 .cb-notice-item:hover,
.cb-template-1000002 .cb-file-link:hover {
    border-color: var(--cbt-accent);
    background: color-mix(in srgb, var(--cbt-accent) 4%, #fff);
    transform: none;
}

/* Shared share block */
.cb-share-section .cb-share-panel {
    overflow: hidden;
    border: 1px solid var(--cbt-line);
    border-radius: 12px;
    background: var(--cbt-surface);
    box-shadow: 0 5px 18px rgba(15, 23, 42, .055);
}

.cb-share-section .cb-share-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.35rem;
}

.cb-share-section .cb-share-copy {
    min-width: 0;
}

.cb-share-section .cb-section-eyebrow {
    margin-bottom: .25rem;
    color: var(--cbt-accent);
}

.cb-share-section .cb-section-title {
    font-size: 1.05rem;
}

.cb-share-section .cb-section-desc {
    margin-top: .2rem;
    font-size: .82rem;
}

.cb-share-section .cb-share-actions {
    display: flex;
    flex: 0 0 auto;
    gap: .5rem;
}

.cb-share-section .cb-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    min-height: 40px;
    padding: .55rem .85rem;
    border: 1px solid var(--cbt-accent);
    border-radius: 8px;
    font-size: .82rem;
    font-weight: 800;
    box-shadow: none;
    transition: background .16s ease, color .16s ease, border-color .16s ease;
}

.cb-share-section .cb-share-icon {
    display: inline-flex;
    font-size: .95rem;
}

.cb-share-section .cb-share-btn-primary {
    background: var(--cbt-accent);
    color: var(--cbt-on-accent);
}

.cb-share-section .cb-share-btn-outline {
    background: #fff;
    color: var(--cbt-accent);
}

.cb-share-section .cb-share-btn:hover {
    border-color: var(--cbt-accent-hover);
    background: var(--cbt-accent-hover);
    color: var(--cbt-on-accent);
}

.cb-template-1000002 a:focus-visible,
.cb-share-section button:focus-visible {
    outline: 3px solid color-mix(in srgb, var(--cbt-accent) 32%, transparent);
    outline-offset: 2px;
}

@media (max-width: 991.98px) {
    .cb-template-1000002 .cb-quick-balanced {
        grid-template-columns: 1fr;
        gap: .9rem;
    }
}

@media (max-width: 575.98px) {
    .cb-template-1000002 .cb-wrap {
        padding-right: .75rem;
        padding-left: .75rem;
    }

    .cb-template-1000002 .section1,
    .cb-template-1000002 .section2 {
        margin-top: .75rem !important;
    }

    .cb-template-1000002 .section2 > .row {
        --bs-gutter-y: .75rem;
    }

    .cb-template-1000002 .cb-hero-card,
    .cb-template-1000002 .neo-card.cb-hero-card,
    .cb-template-1000002 .cb-neo-panel,
    .cb-share-section .cb-share-panel {
        border-radius: 10px;
    }

    .cb-template-1000002 .cb-contact-panel,
    .cb-template-1000002 .cb-quick-panel,
    .cb-template-1000002 .cb-notice-panel {
        padding: 1rem;
    }

    .cb-template-1000002 .cb-quick-grid {
        grid-template-columns: 1fr;
        gap: .5rem;
    }

    .cb-template-1000002 .cb-quick-text-btn {
        min-height: 48px;
        padding: .65rem 2.35rem .65rem .9rem;
        border-radius: 8px;
        font-size: .88rem;
    }

    .cb-share-section {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important;
    }

    .cb-share-section .cb-share-inner {
        align-items: stretch;
        flex-direction: column;
        padding: 1rem;
    }

    .cb-share-section .cb-share-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .cb-share-section .cb-share-btn {
        min-width: 0;
        padding-right: .6rem;
        padding-left: .6rem;
    }
}

@media (prefers-reduced-motion: reduce) {
    .cb-template-1000002 .cb-quick-text-btn,
    .cb-share-section .cb-share-btn {
        transition: none;
    }
}
