/*
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: #236BE4;
    --text-color: black;
    --stext-color: #666;
    --sub-color: #253E69;
}

* {
    overflow-x: clip;
    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-container,
.ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}

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

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

.padding {
    padding: 100px 20px;
}

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

.inner {
    width: 100%;
    max-width: 1280px;
    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 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 650px;
    background-image: url('/wp-content/uploads/2025/06/index01-back1.jpg');
    text-align: right;
}

.index-t,
.index-d {
    text-align: center;
}

.index-t {
    font-size: 2rem;
    color: var(--text-color);
    font-weight: bold;
}

.index-d {
    font-size: 1.2rem;
    color: var(--stext-color);
    margin: 5px 0px 50px 0px;
}

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

.ast-mobile-popup-drawer .ast-mobile-popup-header {
    background-color: var(--primary-color);
}

.ahfb-svg-iconset svg {
    fill: white;
}

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

.index02-box .rows a {
    border-radius: 15px;
    border: 1px solid #eee;
    box-sizing: border-box;
    padding: 30px 20px;
    display: block;
    text-align: center;
}

.index02-box .rows a .index02-box-t02 {
    margin-top: 20px;
    font-size: 1.3rem;
    color: var(--text-color);
    font-weight: bold;
}

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

.index01-t01 {
    border-radius: 15px;
    padding: 5px 15px;
    display: inline-block;
    font-size: 1.5rem;
    color: white;
    background-color: var(--primary-color);
    font-weight: bold;
}

.index01-t02 {
    font-size: 2.5rem;
    color: var(--text-color);
    font-weight: bold;
    line-height: 1.3;
}

.index01-t02 {
    margin: 10px 0px 50px 0px;
}

.link a {
    display: inline-block;
    padding: 15px 30px;
    background-color: var(--primary-color);
    color: white;
    font-size: 1.2rem;
    color: white;
    border-radius: 15px;
    font-weight: bold;
}

.link a:hover {
    transition: .5s;
    background-color: black;
}

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

.index03-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.index03-box .index03-box-t02 {
    font-size: 1.2rem;
    color: var(--text-color);
    font-weight: 500;
    margin-top: 20px;
}

.index03-t01 {
    text-align: center;
    font-size: 1.5rem;
    color: var(--text-color);
    font-weight: bold;
}

.index03-t02 {
    margin-top: 5px;
    font-size: 1.2rem;
    text-align: center;
    color: var(--stext-color);
}

.index04-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

.index04-box .rows {
    border-radius: 15px;
    padding: 50px 20px;
    background-color: #F2F2F2;
}

.index04-box .rows .index04-box-t02 {
    margin: 20px 0px;
    font-size: 1.2rem;
    display: inline-block;
    color: white;
    padding: 10px 20px;
    border-radius: 15px;
    background-color: var(--sub-color);
    font-weight: bold;
}

.index04-box .rows .index04-box-t03 {
    font-size: 1.2rem;
    color: var(--stext-color);
}

.index04-box-t01 {
    text-align: center;
    font-size: 1.5rem;
    color: var(--text-color);
    margin-top: 50px;
    font-weight: bold;
}

.index04-box-t02 {
    text-align: center;
    font-size: 1.2rem;
    color: var(--stext-color);
    margin: 5px 0px 20px 0px;
}

.index04-box-t03 {
    font-size: 1.2rem;
    text-align: center;
}

.kakao-link {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kakao-link a {
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 1.2rem;
    color: #333333;
    display: inline-block;
    background-color: #FFEB3B;
    font-weight: bold;
}

.kakao-link a:hover {
    color: white;
    transition: .5s;
    background-color: black;
}

.kakao-link a img {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}

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

.index05-area .index04-box .rows {
    background-color: white;
}

.index05-area .index04-box .rows .index04-box-t02 {
    color: var(--text-color);
    background-color: unset;
    padding: 0;
}

.footer-area {
    color: white;
    font-size: .9rem;
}

.footer-area .footer .footer-t02 {
    margin: 10px 0px;
}

.footer-area .footer .footer-t03 {
    color: var(--stext-color);
}

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

.accordion-list {
    text-align: left;
    border-top: 2px solid #777;
}

.accordion-list .accordion-item {
    border-bottom: 1px solid #ddd;
}

.accordion-list .accordion-item .accordion-link {
    display: block;
    position: relative;
    padding: 25px 20px;
    transition: all 0.3s;
}

.accordion-list .accordion-item.active .accordion-link {
    background-color: #fff;
}

.accordion-list .accordion-item .accordion-link::before {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    content: "\f078";
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.accordion-list .accordion-name {
    position: relative;
    width: calc(100% - 50px);
    padding-left: 40px;
    font-weight: bold;
    color: black;
}

.accordion-list .accordion-name .icon {
    color: var(--primary-color);
    display: inline-block;
    position: absolute;
    left: 0;
    font-weight: bold;
    vertical-align: middle;
}

.accordion-list .accordion-item .accordion-desc {
    display: none;
    padding: 30px 40px;
    background-color: #f9f9f9;
    color: #777;
}

ul,
li {
    list-style-type: none;
}

.entry-content ul,
.entry-content ol {
    padding: 0;
    margin: 0;
}

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

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

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

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

.live-table thead th {
    color: white;
}

.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(--stext-color);
    white-space: nowrap;
}

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

table {
    border: 0;
}

td,
th {
    border: 0;
}

a {
    outline: 0;
}

.main-header-menu>.menu-item>.menu-link {
    outline: 0;
}

.quick {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-content: center;
    align-items: center;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
}

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

cite,
dfn,
em,
i {
    font-style: normal;
}

i {
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
}

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

.button-box a {
    width: 100%;
    max-width: 300px;
    display: inline-block;
    border-radius: 30px;
    padding: 15px 30px;
    font-size: 1.2rem;
    display: inline-block;
    font-weight: bold;
    text-align: center;
}

.button-box a:hover{
    transition: .5s;
    color: var(--text-color);
}

.button-box .rows-1 a {
    color: white;
    background-color: var(--primary-color);
}

.button-box .rows-2 a {
    background-color: #FFEB3B;
}

.button-box .rows {
    display: flex;
    justify-content: center;
    align-items: center;
}

.kakao-alert{
    margin-top: 30px;
    font-size: 1.1rem;
    text-align: center;
}

@media all and (max-width:767px) {
    .br_pc {
        display: none;
    }

    .br_m {
        display: block;
    }

    .index06-box,
    .index04-box {
        grid-template-columns: 1fr;
    }

    .index01-area {
        text-align: center;
        min-height: 350px;
        background-position: left center;
    }

    .index01-t02 {
        font-size: 2rem;
    }

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

    .index02-box-t01 img {
        width: 80px;
    }

    .padding {
        padding: 50px 20px;
    }

    .index02-box .rows a {
        padding: 20px;
    }

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

    .index-d {
        font-size: 1.1rem;
    }

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

    .index03-t01 {
        font-size: 1.2rem;
    }

    .index03-t02 {
        font-size: 1rem;
    }

    .index04-box .rows {
        padding: 20px;
    }

    .index04-box-t00 img {
        width: 100px;
    }

    .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;
    }

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

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

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

    .br_m {
        display: none;
    }
}

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

    .br_m {
        display: none;
    }
}