@charset "utf-8";
/**
 * 원샷퀵서비스 브랜드 오버라이드
 */
:root {
    --primary: #1a5f8a;
    --primary-dark: #0f3d5c;
    --primary-light: #2d7ab5;
    --gold: #f05a28;
    --gold-light: #ff7a45;
    --cream: #f5f8fb;
}

.gc-hero-overlay {
    background: linear-gradient(135deg, rgba(15, 61, 92, 0.88) 0%, rgba(26, 95, 138, 0.72) 50%, rgba(240, 90, 40, 0.55) 100%) !important;
}

.gc-hero-btn,
.gc-btn-primary,
.gc-cta-btn {
    background: var(--gold) !important;
    border-color: var(--gold) !important;
}

.gc-hero-btn:hover,
.gc-btn-primary:hover,
.gc-cta-btn:hover {
    background: var(--gold-light) !important;
}

.gc-section-subtitle,
.gc-page-subtitle,
.gc-stat-number,
.gc-service-link,
.gc-nav > ul > li > a:hover {
    color: var(--gold) !important;
}

.gc-header.scrolled {
    background: rgba(15, 61, 92, 0.97) !important;
}

.gc-quick-card:hover {
    border-color: var(--gold) !important;
}

.gc-notice-list li a:hover {
    color: var(--primary-light) !important;
}

.oneshot-content img {
    max-width: 100%;
    height: auto;
}

.oneshot-content table {
    width: 100%;
    border-collapse: collapse;
}

.oneshot-employ table {
    width: 100%;
    border-top: 2px solid var(--primary);
}

.oneshot-employ th,
.oneshot-employ td {
    padding: 14px 16px;
    border-bottom: 1px solid #e8e8e8;
    text-align: left;
    vertical-align: top;
}

.oneshot-employ th {
    width: 160px;
    background: #f5f8fb;
    color: var(--primary-dark);
    font-weight: 600;
}

.oneshot-service ol {
    margin: 16px 0 32px;
    padding-left: 20px;
}

.oneshot-service li {
    margin-bottom: 8px;
    line-height: 1.7;
}

.price-table-wrap td,
.price-table-wrap th {
    font-size: 12px;
    text-align: center;
    border: 1px #cecece solid;
    color: #222;
    padding: 4px;
}

.price-table-wrap .sec_title {
    margin-top: 20px;
    color: #222;
    font-weight: bold;
    font-size: 15px;
    display: block;
}

.price-table-wrap .sec_bigo {
    color: #666;
    font-size: 12px;
}

.price-table-wrap .sec_bigo2 {
    color: #f05a28;
    font-size: 12px;
    display: block;
    margin: 8px 0 16px;
}

.price-table-wrap .pay_top {
    font-weight: bold;
    background: #408bb6;
    color: #fff;
}

.gc-notice-list li {
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.gc-header-tel {
    color: #fff;
    font-weight: 700;
    margin-right: 12px;
    white-space: nowrap;
}

.gc-header-tel:hover {
    color: var(--gold-light);
}

body.gc-main {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

/* 팝업레이어 - 메인은 default.css 미로드로 제목이 노출되는 문제 보정 */
#hd_pop {
    position: relative;
    height: 0;
    margin: 0;
    z-index: 10002;
}

#hd_pop > h2 {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

#hd_pop:not(:has(.hd_pops)) {
    display: none !important;
}

.hd_pops {
    z-index: 10003;
}

/* 메인 헤더 - 영상 위에서도 메뉴가 보이도록 */
body.gc-main .gc-header {
    background: rgba(15, 61, 92, 0.82);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.18);
}

body.gc-main .gc-header.scrolled {
    background: rgba(15, 61, 92, 0.98);
}

body.gc-main .gc-header-inner {
    position: relative;
    width: 100%;
}

body.gc-main .gc-nav {
    z-index: 2;
}

body.gc-main .gc-nav > ul > li > a {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

body.gc-main .gc-header-tel {
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.35);
}

.gc-hero-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
}

.gc-hero-actions .gc-hero-btn {
    font-size: calc(14px * 1.3);
}

.gc-hero-btn-outline {
    background: transparent !important;
    border: 2px solid #fff !important;
}

.gc-main-quick {
    padding-top: 60px;
    padding-bottom: 40px;
}

.gc-main-quick-grid {
    grid-template-columns: repeat(3, 1fr);
}

/* 법인월계약 · 라이더모집 — 2카드 중앙 정렬 */
.gc-main-links .gc-main-links-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 380px));
    justify-content: center;
    justify-items: stretch;
    gap: 30px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.gc-banner-img {
    max-width: 100%;
    border-radius: 8px;
}

.gc-quick-feature {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
}

.gc-quick-feature .gc-service-title,
.gc-quick-feature .gc-service-desc {
    text-align: center;
}

.gc-feature-banner {
    position: relative;
    display: block;
    margin-top: 8px;
    border-radius: 14px;
    overflow: hidden;
    min-height: 220px;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 10px 28px rgba(15, 61, 92, 0.18);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gc-feature-banner:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 36px rgba(15, 61, 92, 0.25);
    color: #fff;
}

.gc-feature-banner-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gc-feature-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(105deg, rgba(15, 61, 92, 0.92) 0%, rgba(26, 95, 138, 0.78) 48%, rgba(26, 95, 138, 0.35) 100%);
    z-index: 1;
}

.gc-feature-banner-body {
    position: relative;
    z-index: 2;
    padding: 22px 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 220px;
}

.gc-feature-banner-body ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.gc-feature-banner-body li {
    position: relative;
    padding: 5px 0 5px 18px;
    font-size: 13px;
    line-height: 1.45;
    color: rgba(255, 255, 255, 0.95);
}

.gc-feature-banner-body li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 11px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #f05a28;
    box-shadow: 0 0 0 2px rgba(240, 90, 40, 0.25);
}

.gc-feature-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    align-self: flex-start;
    margin-top: 14px;
    padding: 10px 16px;
    border-radius: 999px;
    background: #f05a28;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    box-shadow: 0 6px 16px rgba(240, 90, 40, 0.35);
}

.gc-feature-banner:hover .gc-feature-cta {
    background: #ff7a45;
}

.gc-main-notice .notice.ft_cnt {
    border: 0;
    padding: 0 !important;
    margin: 0;
    background: transparent;
}

.gc-main-notice .notice.ft_cnt h2,
.gc-main-notice .lat_title {
    display: none !important;
}

.gc-main-notice .notice.ft_cnt ul,
.gc-notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
}

.gc-main-notice .notice.ft_cnt li,
.gc-notice-list li {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 10px 0 !important;
    border-bottom: 1px solid #eee !important;
    font-size: 14px;
    line-height: 1.5;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: clip !important;
}

.gc-main-notice .notice.ft_cnt li a {
    display: block !important;
    flex: 1;
    min-width: 0;
    color: #333 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 !important;
}

.gc-main-notice .notice.ft_cnt li a:hover {
    color: var(--primary-light) !important;
}

.gc-main-notice .notice.ft_cnt .lt_date {
    display: inline-block !important;
    flex-shrink: 0;
    margin-left: 8px;
    font-size: 12px;
    line-height: 1.4;
    color: #8896a3 !important;
    font-variant-numeric: tabular-nums;
    white-space: nowrap;
}

.gc-main-notice .notice.ft_cnt li.empty_li {
    display: block !important;
    color: #999 !important;
}

.gc-main-links {
    background: var(--cream);
}

.gc-link-card {
    text-align: center;
    display: block;
}

.gc-link-card-photo {
    padding: 0 0 24px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

.gc-link-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8f1f7;
    margin-bottom: 18px;
}

.gc-link-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gc-link-card-photo:hover .gc-link-thumb img {
    transform: scale(1.05);
}

.gc-link-card-photo .gc-service-title {
    margin-bottom: 8px;
    padding: 0 16px;
}

.gc-link-more {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: var(--gold);
}

/* 주요 고객사 롤링 */
.gc-clients {
    background: #fff;
    padding-top: 80px;
    padding-bottom: 90px;
}

.gc-clients .gc-section-header {
    margin-bottom: 40px;
}

.gc-clients-marquee {
    position: relative;
    overflow: hidden;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 16px 0;
    mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
    -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent);
}

.gc-clients-track {
    display: flex;
    width: max-content;
    align-items: center;
    gap: 18px;
    animation: gc-clients-scroll 55s linear infinite;
}

.gc-client-logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 200px;
    min-height: 118px;
    padding: 14px 14px 10px;
    background: #fff;
    border: 1px solid #e8eef3;
    border-radius: 12px;
    box-sizing: border-box;
    gap: 8px;
    text-align: center;
}

.gc-client-logo img {
    height: 64px;
    width: 100%;
    max-width: 168px;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: 0 auto;
    filter: grayscale(0.1);
    opacity: 0.95;
}

.gc-client-name {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: #445262;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.gc-clients-marquee:hover .gc-clients-track {
    animation-play-state: paused;
}

@keyframes gc-clients-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@media (max-width: 768px) {
    .gc-client-logo {
        width: 156px;
        min-height: 96px;
        padding: 10px 8px 8px;
        gap: 6px;
    }
    .gc-client-logo img {
        height: 48px;
        max-width: 132px;
    }
    .gc-client-name {
        font-size: 11px;
    }
    .gc-clients-track {
        gap: 12px;
        animation-duration: 42s;
    }
}

/* 메인 히어로 YouTube 배경 */
.gc-hero-bg-video .gc-hero-video-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 177.78vh;
    min-height: 100vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: 1;
}

.gc-hero-bg-video .gc-hero-video-wrap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.gc-hero-bg-video .gc-hero-fallback {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

@media (max-width: 991px) {
    .gc-header-tel { display: none; }
    .gc-main-quick-grid {
        grid-template-columns: 1fr;
    }
    .gc-main-links .gc-main-links-grid {
        grid-template-columns: minmax(0, 420px);
        justify-content: center;
    }
}

/* 메인 서비스 안내 — 3카드 가운데 정렬 + 이미지 */
.gc-services .gc-services-grid-3 {
    grid-template-columns: repeat(3, 1fr);
    max-width: 1080px;
    margin: 0 auto;
    justify-content: center;
}

.gc-service-card-photo {
    padding: 0 0 28px;
    overflow: hidden;
    text-align: center;
}

.gc-service-thumb {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    background: #e8f1f7;
    margin-bottom: 22px;
}

.gc-service-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}

.gc-service-card-photo:hover .gc-service-thumb img {
    transform: scale(1.05);
}

.gc-service-card-photo .gc-service-title,
.gc-service-card-photo .gc-service-desc,
.gc-service-card-photo .gc-service-link {
    padding-left: 24px;
    padding-right: 24px;
}

@media (max-width: 1200px) {
    .gc-services .gc-services-grid-3 {
        grid-template-columns: repeat(3, 1fr);
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    .gc-services .gc-services-grid-3 {
        grid-template-columns: 1fr;
        max-width: 420px;
    }
}

@media (min-width: 1201px) {
    body.gc-main .gc-mobile-menu {
        display: none !important;
    }
}

/* 푸터 주소 — 가급적 한 줄 표시 */
.gc-footer-addr {
    white-space: nowrap;
}

@media (max-width: 480px) {
    .gc-footer-addr {
        white-space: normal;
    }
}
