* {
    line-height: 1.4;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

:root {
    --priamry: #F6D317;
    --kakao: #FAE301;
    --bg: #F5F5F5;
    --sub: #F3F3F3;
}

a {
    text-decoration: none;
}

.inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
}

a img {
    display: inline-block;
    vertical-align: middle;
}

.background {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/** 헤더 **/
.header-section {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    transition: background-color 0.3s ease;
    margin: 0 auto;
}

.header-section.scrolled {
    background-color: rgba(0, 0, 0, 0.7);
}

.header-grid {
    padding: 15px 0px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.tel-contact,
.kakao-contact {
    display: block;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    padding: 15px 20px;
    font-weight: bold;
    border-radius: 15px;
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tel-contact {
    color: white;
    background-color: black;
}

.kakao-contact {
    color: #3B1F1E;
    background-color: var(--kakao);
}

.main-section {
    padding: 150px 20px 150px 20px;
    background-image: url('../images/main-bg.jpg');
}

.padding {
    padding: 100px 20px;
}

.primary {
    color: var(--priamry);
}

.main-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.main-s {
    font-size: 1.2rem;
    color: white;
}

.main-t {
    padding-top: 20px;
    line-height: 1.2;
    font-size: 3rem;
    color: white;
    font-weight: bold;
}

.best-logo {
    margin-bottom: 20px;
}

.best-logo img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.title {
    font-size: 2rem;
    color: black;
    font-weight: bold;
    text-align: center;
}

.descr {
    text-align: center;
    color: #666;
    font-size: 1.1rem;
    text-align: center;
    margin: 10px 0px 50px 0px;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.contact-grid .contact-items a {
    padding: 20px;
    text-align: center;
    display: block;
    border-radius: 15px;
    font-weight: bold;
    font-size: 1.1rem;
}

.contact-grid .contact-items a:hover {
    color: white;
    transition: .5s;
    background-color: black;
}

.contact-tel a {
    color: white;
    background-color: black;
}

.contact-kakao a {
    color: #3B1F1E;
    text-align: center;
    background-color: var(--kakao);
}

.product-section {
    background-color: var(--bg);
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.guide-section {
    background-image: url('../images/guide-bg.jpg');
}

.guide-section .title,
.guide-section .descr {
    color: white;
}

.guide-grid {
    display: grid;
    grid-template-columns: 1fr 100px 1fr 100px 1fr;
    justify-content: center;
    align-items: center;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.guide-thumb img {
    width: 100%;
    object-fit: cover;
}

.guide-items:nth-child(1),
.guide-items:nth-child(3),
.guide-items:nth-child(5) {
    background-color: white;
    padding: 30px 20px;
    text-align: center;
    border-radius: 20px
}

.guide-items:nth-child(2),
.guide-items:nth-child(4) {
    display: flex;
    justify-content: center;
    align-items: center;
}

.guide-title {
    font-weight: bold;
    font-size: 1.2rem;
    color: var(--priamry);
    padding: 10px 0px;
}

.guide-descr {
    color: #666;
}

.marginbottom20 {
    margin-bottom: 20px;
}

.business-section {
    background-color: var(--sub);
}

.business-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.business-s {
    font-size: 1.1rem;
    color: #666;
}

.business-t {
    font-size: 2rem;
    padding: 10px 0px 30px 0px;
    font-weight: bold;
}

.speed-img {
    margin-bottom: 50px;
}

.footer-section {
    color: white;
    font-size: .9rem;
    text-align: center;
    padding: 50px 20px;
    background-color: #353535;
}

.speed-section {
    background-color: var(--bg);
}

.business-logo img {
    display: inline-block;
}

.process-section {
    background-color: var(--priamry);
}

.process-section .title,
.process-section .descr {
    color: white;
}


.br_m {
    display: none;
}

.live-table-wrap {
    margin-top: 24px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
    padding: 20px 24px;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.live-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 14px;
    color: #333;
}

.live-table thead {
    position: relative;
    z-index: 2;
    background-color: var(--priamry);
}

.live-table thead th {
    color: white;
    padding: 10px 8px;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid #eee;
}

.live-table tbody {
    position: relative;
}

.live-table tbody td {
    padding: 9px 8px;
    text-align: center;
    border-bottom: 1px solid #f5f5f5;
}

.live-table tbody tr:nth-child(odd) {
    background-color: #fafafa;
}

.status-button {
    display: inline-block;
    padding: 3px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}

.status-done {
    background-color: var(--priamry);
}

.status-ing {
    color: #666;
    border: 1px solid #666;
}

.live-table-wrap {
    max-height: 360px;
}

/* 반응형 간단 조정 */
@media (max-width: 768px) {
    .live-table-wrap {
        padding: 16px 12px;
    }

    .live-table thead th,
    .live-table tbody td {
        font-size: 12px;
        padding: 6px 4px;
    }

    .status-button {
        font-size: 11px;
    }

    .live-table thead th:nth-child(3) {
        display: none;
    }

    .live-table tbody tr td:nth-child(3) {
        display: none;
    }
}


@media all and (max-width:767px) {
    .header-grid {
        gap: 10px;
        grid-template-columns: 33.333% 1fr;
        padding: 20px;
    }

    .flex img {
        display: none;
    }

    .logo img {
        height: 40px;
    }

    .tel-contact,
    .kakao-contact {
        font-size: .9rem;
        padding: 10px;
    }

    .br_pc {
        display: none;
    }

    .br_m {
        display: block;
    }

    .main-section {
        padding: 100px 20px 100px 20px;
    }

    .main-grid {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .main-t {
        font-size: 2rem;
    }

    .main-items img {
        margin: 0 auto;
        width: 200px;
    }

    .padding {
        padding: 60px 20px;
    }

    .title {
        font-size: 1.5rem;
    }

    .contact-grid {
        gap: 10px;
        grid-template-columns: 1fr;
    }

    .product-grid {
        gap: 10px;
        grid-template-columns: repeat(2, 1fr);
    }

    .guide-items:nth-child(2),
    .guide-items:nth-child(4) {
        display: none;
    }

    .guide-grid {
        text-align: center;
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .guide-title {
        padding: 20px 0px;
    }

    .business-grid {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .business-t {
        font-size: 1.5rem;
    }
}

/* Tablet (가로폭 768px 이상, 1023px 이하) */
@media all and (min-width:768px) and (max-width:1023px) {}

/* PC Desktop (가로폭 1024 이상) */
@media all and (min-width:1024px) {}