/*
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 6,000+ 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.12.7.1776046778
Updated: 2026-04-13 11:19:38

*/

* {
    line-height: 1.5;
    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;
}

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

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

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

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

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

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

/** 헤더 **/
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.banner-section {
    padding: 50px 20px;
}

.meso-section {
    padding: 0px 20px 100px 20px;
}

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

.ast-footer-copyright p {
    color: white;
    font-size: 14px;
}

.contact-section {
    padding: 100px 20px;
    background: linear-gradient(#FEDF22, #F08F04);
}

.contact-t {
    margin: 30px 0px;
    font-size: 2.5rem;
    color: black;
    font-weight: bold;
    text-align: center;
}

.info-box {
    max-width: 600px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    text-align: center;
}

.info-box .info a {
    font-size: 1.1rem;
    font-weight: bold;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
    border-radius: 6px;
}

.info-box .info-tel a {
    color: white;
    background-color: #0465C4;
}

.info-box .info-kakao a {
    color: #3B1F1E;
    background-color: #FAE301;
}

.info-box .info a:hover {
    color: white;
    transition: .5s;
    background-color: black;
}

.info img {
    display: inline-block;
}

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

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

.reviews-t {
    font-size: 2rem;
    color: black;
    font-weight: bold;
}

.padding {
    padding: 100px 20px;
}

.kboard-default-poweredby {
    display: none;
}

#kboard-default-document .kboard-document-action .left,
#kboard-default-document .kboard-document-action .right {
    display: none;
}

table {
    margin: 0;
}

#kboard-default-list .kboard-list-vote {
    display: none;
}

.header-grid {
    display: flex;
    gap: 10px;
}

.trade {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    border-radius: 30px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/wp-content/uploads/2026/04/trade_bg.jpg');
}

.trade-t {
    font-size: 2rem;
    color: white;
    font-weight: bold;
    margin-bottom: 30px;
}

#kboard-default-list,
#kboard-default-document,
#kboard-default-editor,
#kboard-default-latest {
    margin: 20px 0px 0px 0px !important;
}

.trade-grid .trades a {
    display: block;
    font-size: 1.1rem;
    padding: 10px 30px;
    border-radius: 30px;
    border: 1px solid white;
    color: white;
    text-decoration: none;
}

.trade-grid .trades a:hover {
    transition: .5s;
    border: 1px solid black;
    background-color: black;
}

.trade-grid {
    display: flex;
    gap: 20px;
}

.ast-logo-title-inline .site-logo-img{
    padding-right: 0;
}

@media all and (max-width:767px) {
    .meso-wrap{
        grid-template-columns: 1fr;
    }

    .meso-card-inner{
        min-height: unset;
    }

    .meso-title{
        text-align: center;
    }

    .meso-section{
        padding: 0px 20px 50px 20px;
    }

    .contact-section{
        padding: 50px 20px;
    }

    .maple-logo img{
        width: 200px;
    }

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

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

    .review-grid{
        grid-template-columns: 1fr;
    }

    .reviews-t{
        text-align: center;
    }

    .trade{
        padding: 80px 20px;
    }

    .review-section{
        padding: 50px 20px;
    }
    
    .padding{
        padding: 50px 20px;
    }
}

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

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