/* ══════════ 회사소개 PAGE ══════════ */
.about-greeting {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    max-width: 900px;
    margin: 0 auto;
}

.quote-box {
    background: linear-gradient(135deg, rgba(91, 141, 238, 0.06), rgba(129, 140, 248, 0.05));
    border: 1px solid rgba(91, 141, 238, 0.16);
    border-radius: 12px;
    padding: 1.8rem;
    margin-bottom: 1.5rem;
}

.quote-label {
    font-size: 0.85rem;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #5b8dee;
    margin-bottom: 0.6rem;
}

.quote-text {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1.6;
    font-style: italic;
}

.ceo-row {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 10px;
}

.ceo-ava {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.ceo-ava svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
}

.ceo-name {
    font-size: 0.97rem;
    font-weight: 800;
}

.ceo-role {
    font-size: 0.88rem;
    color: var(--muted);
    margin-top: 1px;
}

.about-info-grid {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.info-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.2rem;
    display: flex;
    align-items: center;
    gap: 1rem;
}

.ic-icon {
    font-size: 1.3rem;
    flex-shrink: 0;
}

.ic-val {
    font-size: 1.1rem;
    font-weight: 800;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ic-lbl {
    font-size: 0.88rem;
    color: var(--muted);
    margin-top: 1px;
}

/* 비전 박스 */
.about-vision-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
    background: transparent;
    border: none;
    border-radius: 16px;
    padding: 0;
    height: 100%;
    gap: 1rem;
}
.about-vision-box > div:first-child {
    flex: 1;
    min-height: 0;
}
.about-vision-box > div:first-child img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.av-label {
    font-size: 0.88rem;
    font-weight: 800;
    letter-spacing: 2px;
    color: #5b8dee;
    text-transform: uppercase;
}

.av-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
}

.av-divider {
    width: 48px;
    height: 3px;
    background: linear-gradient(90deg, #5b8dee, #818cf8);
    border-radius: 2px;
    margin: 0.5rem 0;
}

.av-desc {
    font-size: 1.05rem;
    font-weight: 700;
    color: var(--text);
    margin: 0;
}

.av-sub {
    font-size: 0.95rem;
    color: var(--muted);
    line-height: 1.9;
    margin: 0;
}

/* 사업실적 */
.perf-summary {
    display: flex;
    align-items: center;
    gap: 2rem;
    background: linear-gradient(135deg, rgba(91, 141, 238, 0.05), rgba(129, 140, 248, 0.04));
    border: 1px solid rgba(91, 141, 238, 0.14);
    border-radius: 14px;
    padding: 1.4rem 2rem;
    margin-bottom: 1.8rem;
    flex-wrap: wrap;
}

.ps-card {
    text-align: center;
}

.ps-num {
    font-size: 2rem;
    font-weight: 900;
    line-height: 1;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.ps-plus {
    font-size: 1.1rem;
    font-weight: 700;
}

.ps-lbl {
    font-size: 0.88rem;
    color: var(--muted);
    margin-top: 3px;
    font-weight: 600;
    letter-spacing: 0.3px;
}

.ps-divider {
    width: 1px;
    height: 48px;
    background: var(--border);
    flex-shrink: 0;
}

.ps-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.pt-chip {
    padding: 4px 12px;
    border-radius: 999px;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.2px;
}

.perf-tabs-wrap {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 2rem;
}

.perf-year-divider {
    width: 2px;
    height: 28px;
    background: rgba(255,255,255,0.35);
    flex-shrink: 0;
}

#perf-year-filters {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.perf-year-select {
    padding: 0.65rem 1.6rem;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    border: 1px solid rgba(91,141,238,0.3);
    border-radius: 6px;
    background: rgba(91,141,238,0.12);
    color: #5b8dee;
    transition: all .2s;
    font-family: inherit;
}

.perf-year-select:hover {
    border-color: rgba(91,141,238,0.5);
    background: rgba(91,141,238,0.18);
    box-shadow: 0 0 12px rgba(91,141,238,0.15);
}

.perf-year-select:focus {
    outline: none;
    border-color: #5b8dee;
    box-shadow: 0 0 0 3px rgba(91,141,238,0.1);
}

.perf-year-select option {
    background: var(--bg);
    color: var(--text);
}

.perf-tabs {
    display: flex;
    gap: 0;
    border: 1px solid var(--border);
    border-radius: 8px;
    overflow: hidden;
    width: fit-content;
}

.ptab {
    padding: 0.65rem 1.6rem;
    font-size: 1.05rem;
    font-weight: 700;
    cursor: pointer;
    border: none;
    transition: all .2s;
    background: transparent;
    color: var(--muted);
}

.ptab.on {
    background: rgba(91, 141, 238, 0.12);
    color: #5b8dee;
}

.ppanel {
    display: none;
}

.ppanel.on {
    display: block;
}

.perf-subtitle {
    font-size: 1.05rem;
    color: var(--text);
    font-weight: 700;
    margin-bottom: 1.8rem;
    padding-bottom: 0.8rem;
    border-bottom: 1px solid var(--border);
}

/* 타임라인 */
.perf-timeline {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ptl-year-block {
    display: grid;
    grid-template-columns:110px 1fr;
    gap: 0 2.5rem;
    position: relative;
    padding-bottom: 0;
}

.ptl-year-block::before {
    content: '';
    position: absolute;
    left: 110px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: linear-gradient(to bottom, rgba(91, 141, 238, 0.35), rgba(91, 141, 238, 0.06));
    margin-left: calc(2.5rem / 2 - 1px);
}

.ptl-year {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 1.2rem;
    position: relative;
    flex-direction: row;
    gap: 0.8rem;
}

.ptl-year span:first-child {
    font-size: 2.5rem;
    font-weight: 900;
    color: #5b8dee;
    white-space: nowrap;
    background: var(--bg);
    padding: 2px 4px;
    position: relative;
    z-index: 1;
    text-align: right;
}

.ptl-cnt {
    font-size: 0.85rem;
    font-weight: 700;
    color: #5b8dee;
    background: rgba(91,141,238,0.12);
    border: 1px solid rgba(91,141,238,0.3);
    border-radius: 4px;
    padding: 2px 8px;
    white-space: nowrap;
    align-self: center;
}

.ptl-year::after {
    content: '';
    position: absolute;
    right: calc(-2.5rem / 2 - 5px);
    top: 1.55rem;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #5b8dee;
    border: 2px solid var(--bg);
    box-shadow: 0 0 10px rgba(91, 141, 238, 0.7);
    z-index: 2;
}

.ptl-content {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 10px;
    margin: 0.8rem 0 1.4rem 0;
    padding: 0.2rem 0;
    overflow: hidden;
}

.ptl-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.ptl-list li {
    font-size: 1.1rem;
    color: var(--muted);
    line-height: 1.6;
    padding: 0.6rem 1.2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
    display: flex;
    align-items: center;
    gap: 0.5rem;
    transition: background .15s;
    flex-wrap: nowrap;
}

.ptl-list li:last-child {
    border-bottom: none;
}

.ptl-list li:hover {
    background: rgba(91, 141, 238, 0.05);
}

.ptl-list li::before {
    content: '·';
    color: #5b8dee;
    font-size: 1.1rem;
    font-weight: 900;
    flex-shrink: 0;
    line-height: 1;
}

.ptl-list li strong {
    color: #e2eeff;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    min-width: 280px;
}

.ptl-item-desc {
    color: var(--muted);
    font-size: 1.1rem;
}

.ind-tag {
    display: inline-block;
    padding: 1px 8px;
    border-radius: 4px;
    font-size: 0.85rem;
    font-weight: 700;
    white-space: nowrap;
    flex-shrink: 0;
    line-height: 1.6;
}

/* 채용정보 */
.recruit-hero {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    background: linear-gradient(135deg, rgba(91, 141, 238, 0.07), rgba(129, 140, 248, 0.05));
    border: 1px solid rgba(91, 141, 238, 0.18);
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2.5rem;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
}

.recruit-hero-orb {
    position: absolute;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(91, 141, 238, 0.1), transparent 65%);
    top: -100px;
    right: -60px;
    pointer-events: none;
}

.recruit-section {
    margin-bottom: 2.5rem;
}

.recruit-section-title {
    font-size: 1.05rem;
    font-weight: 800;
    margin-bottom: 1.2rem;
    padding-bottom: 0.6rem;
    border-bottom: 1px solid var(--border);
}

.recruit-benefit-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 1rem;
}

.rb-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.7rem;
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 10px;
    padding: 1.4rem 1rem;
    text-align: center;
    min-height: 110px;
}

.rb-icon {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #5b8dee;
}

.rb-icon svg {
    width: 2rem;
    height: 2rem;
    stroke: #5b8dee;
}

.rb-title {
    font-size: 0.9rem;
    font-weight: 700;
    margin-bottom: 3px;
}

.rb-desc {
    font-size: 0.88rem;
    color: var(--muted);
    line-height: 1.5;
}

.recruit-job-grid {
    display: grid;
    grid-template-columns:repeat(4, 1fr);
    gap: 1rem;
}

.rj-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.3rem;
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
    transition: border-color .2s, transform .2s;
}

.rj-card:hover {
    border-color: rgba(91, 141, 238, 0.3);
    transform: translateY(-2px);
}

.rj-header {
    display: flex;
    align-items: center;
    gap: 0.6rem;
}

.rj-badge {
    padding: 3px 10px;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: 800;
    white-space: nowrap;
}

.rj-title {
    font-size: 1rem;
    font-weight: 800;
}

.rj-stack {
    font-size: 0.82rem;
    color: #5b8dee;
    font-weight: 700;
    background: rgba(91, 141, 238, 0.07);
    padding: 3px 8px;
    border-radius: 4px;
    display: inline-block;
    width: fit-content;
}

.rj-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    flex: 1;
}

.rj-list li {
    font-size: 1rem;
    color: var(--muted);
    display: flex;
    align-items: flex-start;
    gap: 0.4rem;
    line-height: 1.5;
}

.rj-list li::before {
    content: '·';
    color: #5b8dee;
    font-weight: 900;
    flex-shrink: 0;
}

.rj-type {
    font-size: 0.88rem;
    font-weight: 700;
    color: var(--muted);
    border-top: 1px solid var(--border);
    padding-top: 0.5rem;
    margin-top: auto;
}

.recruit-process {
    display: flex;
    align-items: center;
    gap: 1.8rem;
    flex-wrap: wrap;
}

.rp-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
}

.rp-num {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    font-weight: 800;
    color: #fff;
}
.rp-step:nth-child(1) .rp-num { background: linear-gradient(135deg, #93b4f5, #7da8f0); }
.rp-step:nth-child(3) .rp-num { background: linear-gradient(135deg, #5b8dee, #818cf8); }
.rp-step:nth-child(5) .rp-num { background: linear-gradient(135deg, #4a7be8, #6366f1); }
.rp-step:nth-child(7) .rp-num { background: linear-gradient(135deg, #3461c1, #4338ca); }

.rp-label {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--muted);
    white-space: nowrap;
}

.rp-arrow {
    font-size: 2.2rem;
    font-weight: 900;
    color: var(--muted);
    padding: 0 0.2rem;
}

/* 오시는 길 */
.location-wrap {
    display: grid;
    grid-template-columns:2fr 1fr;
    gap: 3rem;
    align-items: stretch;
}

.map-placeholder {
    background: var(--bg2);
    border: 1px solid var(--border);
    border-radius: 14px;
    height: 100%;
    min-height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 0.8rem;
    color: var(--muted);
    font-size: 0.85rem;
}

.contact-info-card {
    background: var(--card);
    border: 1px solid var(--border);
    border-radius: 12px;
    padding: 1.8rem;
}

.ci-row {
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
    padding: 0.7rem 0;
    border-bottom: 1px solid var(--border);
}

.ci-row:last-child {
    border-bottom: none;
}

.ci-icon {
    flex-shrink: 0;
    margin-top: 2px;
    display: flex;
    align-items: flex-start;
}

.ci-icon svg {
    width: 1.1rem;
    height: 1.1rem;
    stroke: #5b8dee;
}

.ci-key {
    font-size: 0.88rem;
    color: var(--muted);
    margin-bottom: 2px;
}

.ci-val {
    font-size: 0.92rem;
    font-weight: 600;
}

.rb-title-only {
    font-size: 0.95rem;
    font-weight: 700;
    color: var(--text);
    text-align: center;
    line-height: 1.4;
}

/* 비전 + 행동강령 */
.recruit-vision-wrap {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 2.5rem;
    background: linear-gradient(135deg, rgba(91,141,238,0.06), rgba(129,140,248,0.05));
    border: 1px solid rgba(91,141,238,0.18);
    border-radius: 16px;
    padding: 2.5rem;
    align-items: center;
}
.recruit-vision-left {
    border-right: 1px solid var(--border);
    padding-right: 2.5rem;
}
.recruit-vision-title {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    font-weight: 900;
    letter-spacing: -1px;
    background: linear-gradient(135deg, #5b8dee, #818cf8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1.1;
    margin-bottom: 0.3rem;
}
.recruit-vision-sub {
    font-size: 1.2rem;
    font-weight: 800;
    color: var(--text);
    margin-bottom: 1rem;
    letter-spacing: -0.3px;
}
.recruit-vision-desc {
    font-size: 0.92rem;
    color: var(--muted);
    line-height: 1.8;
    margin: 0;
}
.recruit-conduct-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
}
.recruit-conduct-card {
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.3);
    border-radius: 14px;
    padding: 1.6rem 1.2rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.7rem;
    transition: transform .25s, border-color .25s, box-shadow .25s;
    box-shadow: 0 4px 24px rgba(0,0,0,0.15);
}
.recruit-conduct-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 32px rgba(0,0,0,0.2);
}
.recruit-conduct-card .rcc-title { color: var(--text); }
.recruit-conduct-card .rcc-desc { color: var(--muted); }
.recruit-conduct-card:nth-child(1) .rcc-icon { color: #5b8dee; }
.recruit-conduct-card:nth-child(2) .rcc-icon { color: #818cf8; }
.recruit-conduct-card:nth-child(3) .rcc-icon { color: #10b981; }
.rcc-icon svg { display: block; }

/* 전구 - 크게 흔들 */
.rcc-bulb svg {
    animation: smileWiggle 3.0s ease-in-out infinite;
    transform-origin: center center;
}

/* 다같이 - 크게 흔들 */
.rcc-together svg {
    animation: togetherWiggle 3.0s ease-in-out infinite;
    transform-origin: center center;
}
@keyframes togetherWiggle {
    0%   { transform: rotate(0deg) translateY(0); }
    10%  { transform: rotate(-10deg) translateY(-3px); }
    20%  { transform: rotate(10deg) translateY(-1px); }
    30%  { transform: rotate(-6deg) translateY(-2px); }
    40%  { transform: rotate(6deg) translateY(0); }
    50%  { transform: rotate(0deg) translateY(0); }
    100% { transform: rotate(0deg) translateY(0); }
}

/* 신나게 - 크게 흔들 */
.rcc-smile svg {
    animation: smileWiggle 3.0s ease-in-out infinite;
    transform-origin: center center;
}
@keyframes smileWiggle {
    0%   { transform: rotate(0deg) translateY(0); }
    10%  { transform: rotate(-12deg) translateY(-3px); }
    20%  { transform: rotate(12deg) translateY(-1px); }
    30%  { transform: rotate(-8deg) translateY(-2px); }
    40%  { transform: rotate(8deg) translateY(0); }
    50%  { transform: rotate(0deg) translateY(0); }
    100% { transform: rotate(0deg) translateY(0); }
}
.rcc-title {
    font-size: 1.8rem;
    font-weight: 900;
    color: var(--text);
    letter-spacing: 0.3em;
    margin-bottom: 0.4rem;
}
.rcc-desc {
    font-size: 1.2rem;
    color: var(--muted);
    line-height: 1.6;
}
.recruit-conduct-card {
    text-align: left;
}

