/*
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?utm_source=theme_preview&utm_medium=author_link&utm_campaign=astra_theme
Description: The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 5,700+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
Tags: custom-menu,custom-logo,entertainment,one-column,two-columns,left-sidebar,e-commerce,right-sidebar,custom-colors,editor-style,featured-images,full-width-template,microformats,post-formats,rtl-language-support,theme-options,threaded-comments,translation-ready,blog
Version: 4.11.1.1748774637
Updated: 2025-06-01 10:43:57

*/

:root {
    --primary-color: #F2542B;
    --text-color: black;
    --stext-color: #666;
}

* {
    line-height: 1.4;
    word-break: keep-all;
    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;
}

.ast-primary-header-bar {
    display: none;
}

header.entry-header .entry-title {
    display: none;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: none;
}

.ast-header-break-point .ast-primary-header-bar {
    display: none;
}

.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: none;
}

.ast-container,
.ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
}

.padding {
    padding: 50px 20px;
}

.padding2 {
    padding: 100px 20px;
}

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

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

.page .entry-header {
    display: none;
}

.ast-single-post .entry-content a,
.ast-comment-content a:not(.ast-comment-edit-reply-wrap a) {
    text-decoration: none;
}

.index01-area {
    padding: 20px;
}

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

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

.index02-area {
    background-color: #ddd;
}

.index02-t01 img {
    margin-left: 180px;
}

.index02-box {
    margin-top: 50px;
}

.index02-box .columns:first-child {
    margin-bottom: 30px;
}

.index04-area {
    padding: 100px 20px;
    background-image: url('/wp-content/uploads/2025/06/polygon.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-position: center top;
    background-color: #ddd;
}

.index04-box {
    margin-top: 30px;
}

.index04-box .columns {
    margin-bottom: 30px;
}

.index04-box .columns:last-child {
    margin-bottom: 0;
}

#ast-scroll-top {
    display: none !important;
}

.index04-box-t01 {
    margin-top: 50px;
}

.index05-t02 {
    margin-top: 30px;
}

.index06-area {
    background-image: url('/wp-content/uploads/2025/06/index06-back.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.index06-box {
    margin-top: 50px;
}

.index06-box .columns {
    margin-bottom: 30px;
}

.index06-box .columns:last-child {
    margin-bottom: 0px;
}

.index08-area {
    background-color: #F2542B;
}

.index08-t02 {
    margin-top: 50px;
}

.index09-area {
    background-color: #3A3A3A;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-embedded-audio,
.entry-content .wp-embedded-video,
.entry-content .wp-video,
.entry-content p {
    margin-bottom: 0;
}

.footer-area {
    line-height: 1.5;
    font-size: .9rem;
    text-align: center;
    background-color: #E2E2E2;
}

.index07-box {
    width: 100%;
    max-width: 1000px;
    margin: 50px auto 0px auto;
}

td,
th {
    border: 0;
}

table {
    border: 0;
    margin: 0;
}

.index07-area {
    background-color: #F2F2F2;
}

.live-table-container {
    background: #fff;
    border-radius: 20px;
    padding: 20px;
    overflow: hidden;
    position: relative;
    height: 330px;
}

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

.live-table thead {
    background-color: white;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    overflow: hidden;
}

.live-table thead th {
    color: var(--text-color);
}

.live-table thead th:first-child {
    border-radius: 15px 0 0 15px;
}

.live-table thead th:last-child {
    border-radius: 0 15px 15px 0;
}

.live-table th {
    padding: 15px;
    text-align: center;
    font-weight: 700;
    color: var(--maincolor);
    position: relative;
    background: inherit;
}

.live-table tbody {
    position: relative;
}

.live-table tr {
    line-height: 1;
    height: 45px;
    /* 각 행의 높이 고정 */
    transition: opacity 0.3s ease;
}

.live-table td {
    padding: 10px 15px;
    text-align: center;
    color: var(--text-color1);
    white-space: nowrap;
}

.live-table .status-button {
    display: inline-block;
    background-color: var(--primary-color);
    color: #fff;
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

.index09 .index02-box {
    margin-top: 0;
}

@media all and (max-width:767px) {
    .index02-t01 img {
        margin-left: 0;
    }

    .index02-box .columns:first-child {
        margin-bottom: 20px;
    }

    .index04-area {
        background-size: 60px;
    }

    .index04-box {
        margin-top: 0;
    }

    .index04-box .columns {
        margin-bottom: 20px;
    }

    .padding2 {
        padding: 50px 20px;
    }

    .live-table-container {
        padding: 10px;
        margin: 0 -10px;
        border-radius: 10px;
        height: 280px;
        /* 모바일에서 6행이 보이도록 설정 */
    }

    .live-table th,
    .live-table td {
        padding: 10px 5px;
        font-size: 14px;
    }

    .live-table .status-button {
        padding: 4px 12px;
        font-size: 12px;
    }

    /* 모바일에서 소요시간 컬럼 숨기기 */
    .live-table th:nth-child(4),
    .live-table td:nth-child(4) {
        display: none;
    }
}

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

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