/*
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.1748489431
Updated: 2025-05-29 03:30:31

*/

* {
    min-height: 0;
    min-width: 0;
    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 {
    --primary-color: #15AAF4;
    --text-color: black;
    --stext-color: #666;
}

.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: 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-mobile-popup-drawer .ast-mobile-popup-header {
    background-color: var(--primary-color);
}

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

.index01-area {
    padding: 100px 20px 0px 20px;
    background-color: var(--primary-color);
}

.entry-content ul,
.entry-content ol {
    padding: 0;
    margin: 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;
}

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

.index01-area {
    background-image: url('/files/index01-backb.jpg');
}

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

.index01-area .index01-box .index01-box-t01 {
    display: inline-block;
    border: 1px solid var(--stext-color);
    padding: 10px 20px;
    border-radius: 30px;
    font-size: 1.2rem;
    color: var(--stext-color);
}

.index01-area .index01-box .index01-box-t02 {
    margin: 30px 0px 50px 0px;
    font-size: 2.5rem;
    color: var(--text-color);
    font-weight: bold;
}

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

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

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

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

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

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

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

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

.service-box .rows a {
    padding: 30px 50px;
    border-radius: 30px;
    display: grid;
    grid-template-columns: 66.666% 33.333%;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.service-box .rows a:hover {
    transition: .5s;
    transform: translateY(-10px);
}

.service-box-t01 {
    font-size: 1.2rem;
    margin-bottom: 5px;
}

.service-box-t02 {
    font-size: 1.5rem;
    font-weight: bold;
}

.service-box .rows-1 a .service-box-t01,
.service-box .rows-1 a .service-box-t02 {
    color: white;
}

.service-box .rows-2 a .service-box-t01,
.service-box .rows-2 a .service-box-t02 {
    color: var(--text-color);
}

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

.service-box .rows-2 a {
    background-color: #CDEEFF;
}

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

.card-box {
    margin-top: 20px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.card-box .rows a {
    color: var(--text-color);
    font-size: 1.2em;
    line-height: 1.5;
    font-weight: bold;
    min-height: 180px;
    display: block;
    padding: 30px;
    border-radius: 30px;
    background-color: white;
    background-position: right 30px bottom 30px;
    background-repeat: no-repeat;
}

.card-box .rows a:hover {
    transition: .5s;
    transform: translateY(-10px);
}

.card-box .rows-1 a {
    background-image: url('/files/card01.svg');
}

.card-box .rows-2 a {
    background-image: url('/files/card02.svg');
}

.card-box .rows-3 a {
    background-image: url('/files/card03.svg');
}

.card-box .rows-4 a {
    background-image: url('/files/card04.svg');
}

.card-box .rows-5 a {
    background-image: url('/files/card05.svg');
}

.card-box .rows-6 a {
    background-image: url('/files/card06.svg');
}

.card-box .rows-7 a {
    background-image: url('/files/card07.svg');
}

.card-box .rows-8 a {
    background-image: url('/files/card08.svg');
}

.index03-area {
    color: white;
    text-align: right;
    background-image: url('/files/index03-back.jpg');
}

.index03-area .index03 .index03-t01 {
    display: inline-block;
    font-size: 1.2rem;
    border-radius: 30px;
    padding: 10px 20px;
    border: 1px solid white;
}

.index03-area .index03 .index03-t02 {
    margin: 30px 0px;
    font-size: 2rem;
}

.link-box {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 30px;
}

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

.link-box a img {
    display: inline-block;
}

.link-box .rows a:hover {
    transition: .5s;
    transform: translateY(-10px);
}

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

.link-box .rows-2 a {
    color: var(--text-color);
    background-color: #FFEB3B;
}

.bold {
    font-weight: bold;
}

.ast-builder-menu-1 .menu-item>.menu-link {
    outline: 0;
}

.bread {
    font-weight: bold;
    color: white;
    font-size: 2rem;
    text-align: center;
    padding: 100px 20px;
}

.about-bread {
    background-image: url('/files/about-bread.jpg');
}

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

.about01-box .columns .about01-box-t01 {
    margin-left: 6px;
    font-size: 1.2rem;
    color: var(--primary-color);
    font-weight: bold;
}

.about01-box .columns-2 .about01-box-t01 {
    margin-right: 6px;
    margin-left: 0;
}

.about01-box .columns .about01-box-t02 {
    display: inline-block;
    font-size: 1.2rem;
    padding: 10px 20px;
    border-radius: 30px;
    background-color: #F2F2F2;
    margin: 20px 0px 30px 0px;
}

.about01-box .columns .about01-box-t03 {
    font-size: 1.1rem;
    color: var(--stext-color);
}

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

.about01-box .columns-2 {
    text-align: right;
}

.about02-area {
    background-color: var(--primary-color);
}

.about02-area .index-t,
.about02-area .index-d {
    color: white;
}

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

.about02-alert {
    font-weight: bold;
    margin-top: 30px;
    border-radius: 15px;
    padding: 30px 20px;
    font-size: 1.2rem;
    color: var(--text-color);
    background-color: white;
}

.about02-alert ul {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: center;
    text-align: center;
}

.about02-alert img {
    display: inline-block;
}

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

.about03-area {
    background-image: url('/files/about03-backb.jpg');
}

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

.about03-area {
    padding: 50px 20px;
}

.about03-box-t01 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.about03-box-t02 {
    font-size: 1.2rem;
    color: var(--stext-color);
}

.about04-area{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url('/files/cer-back.jpg');
}

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

.about04-box .about04-box-t02 {
    font-size: 1.2rem;
    margin-top: 20px;
}

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

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

.product-bread {
    background-image: url('/files/product-bread.jpg');
}

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

.product01-box .rows {
    text-align: center;
    padding: 50px 20px;
    border-radius: 15px;
    border: 1px solid #D9D9D9;
}

.product01-box .rows .product01-box-t01 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-color);
}

.product01-box .rows .product01-box-t02 {
    margin: 30px 0px;
}

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

.product02-area {
    background-color: #F0F7FF;
}

.product02-box {
    display: grid;
    justify-content: center;
    align-items: stretch;
    gap: 20px;
    grid-template-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
}

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

.product02-box .rows {
    border-radius: 30px;
    color: white;
    text-align: center;
}

.product02-box .rows-1 {
    padding: 50px 20px;
    background-color: var(--primary-color);
}

.product02-box .rows-2 {
    padding: 50px 20px;
    background-color: #236BE4;
}

.product02-box-t02 {
    margin: 20px 0px 10px 0px;
    font-size: 1.2rem;
    font-weight: bold;
}

.product-page .link-box {
    justify-content: center;
    align-items: center;
}

.product03-area {
    background-image: url('/files/proudct03-back.jpg');
}

.line {
    text-decoration: underline;
    font-size: 1.2rem;
    color: var(--primary-color);
    text-align: center;
    display: inline-block;
    margin-bottom: 50px;
}

.product03-area .index-d {
    margin-bottom: 20px;
}

.product04-area .index-t,
.product04-area .index-d {
    color: white;
}

.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: #DCDCDC;
    position: relative;
    z-index: 2;
    border-radius: 15px;
    overflow: hidden;
    color: var(--stext-color);
}

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

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

.live-table .end {
    display: inline-block;
    color: var(--primary-color);
    padding: 6px 16px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    border: 1px solid var(--primary-color);
}

table {
    border: 0;
}

td,
th {
    border: 0;
}

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

.product04-box .rows-2 {
    min-height: 330px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;
    background-color: #F0F7FF;
}

.wpsisac-slick-carousal.design-1 {
    margin-bottom: 0;
}

.slick-box {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}

.wpsisac-slick-carousal.design-1 .slick-prev {
    left: -50px !important;
}

.wpsisac-slick-carousal.design-1 .slick-next {
    right: -50px !important;
}

.wpsisac-slick-slider .slick-arrow,
.wpsisac-slick-carousal .slick-arrow {
    width: 20px;
    height: 40px;
    background-color: unset;
}

.wpsisac-slick-slider .slick-arrow svg,
.wpsisac-slick-carousal .slick-arrow svg {
    fill: var(--text-color);
}

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

.product04-area{
    position: relative;
}

.bg-video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.bg-video__content {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/** 푸터 **/
.footer-area {
    font-size: .9rem;
}

.copy {
    margin-top: 10px;
}

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

    .br_m {
        display: block;
    }

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

    .padding {
        padding: 50px 20px;
    }

    .index01-area {
        padding: 50px 20px 0px 20px;
    }

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

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

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

    .index01-area .index01-box .index01-box-t02 {
        font-size: 1.5rem;
    }

    .index01-area .index01-box .index01-box-t01 {
        font-size: 1rem;
    }

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

    .service-box .rows a {
        padding: 30px;
    }

    .service-box img {
        width: 60px;
    }

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

    .card-box .rows a {
        min-height: 150px;
        background-size: 60px;
    }

    .index03-area {
        text-align: center;
    }

    .index03-area .index03 .index03-t02 {
        font-size: 1.5rem;
    }

    .index03-area .index03 .index03-t01 {
        font-size: 1.1rem;
    }

    .link-box {
        gap: 10px;
        flex-direction: column;
    }

    .link-box .rows {
        width: 100%;
    }

    .link-box a {
        display: block;
        width: 100%;
    }

    .bread {
        font-size: 1.5rem;
        padding: 50px 20px;
    }

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

    .about01-box .columns-2 .rows-2 {
        order: 2;
    }

    .about01-box .columns-2 .rows-1 {
        order: 1;
    }

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

    .about02-alert {
        text-align: left;
        font-size: 1rem;
    }

    .about02-alert ul {
        gap: 20px;
        grid-template-columns: 1fr;
    }

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

    .about03-box img {
        width: 150px;
    }

    .about03-box-t01 {
        font-size: 1.5rem;
    }

    .about03-box-t02 {
        font-size: 1.1rem;
    }

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

    .about04-box .about04-box-t02 {
        font-size: 1.1rem;
    }

    .product01-box {
        grid-template-columns: 1fr;
    }

    .product01-box-t02 img {
        width: 80px;
    }

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

    .product02-box {
        grid-template-columns: 1fr;
    }

    .product02-box-t01 img {
        width: 60px;
    }

    .product02-box .rows-1,
    .product02-box .rows-2 {
        padding: 20px;
    }

    .arrow img {
        transform: rotate(90deg);
    }

    .product04-box {
        grid-template-columns: 1fr;
    }

    .product04-box .rows-2 {
        min-height: unset;
        padding: 50px 20px;
    }

    .slick-box {
        width: 200px;
    }
}

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

    .br_m {
        display: block;
    }
}

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

    .br_m {
        display: none;
    }
}

.more-section {
    background-image: url(/files/more02.jpg);
}

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

.more-section .more .more-box .mores-t01 {
    font-size: 2rem;
    color: white;
    font-weight: bold;
    margin-bottom: 10px
}

.more-section .more .more-box .mores-t02 {
    font-size: 1.1rem;
    color: white;
}

.more-section .more .more-box .mores-link {
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.more-section .more .more-box .mores-link a:hover {
    color: white;
    transition: .5s;
    background-color: black;
}
