/*
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.11.14.1762826710
Updated: 2025-11-11 11:05:10

*/

* {
    word-break: keep-all;
    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: #5500C4;
    --black: black;
    --grey: #666;
}

header.entry-header .entry-title {
    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
}

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

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

.padding {
    padding: 100px 20px;
}

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

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

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

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

/** 메인페이지 **/
.trade--section {
    background-color: #F9F4FF;
}

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

.trade-box .trades-title {
    font-size: 2rem;
    font-weight: bold;
}

.trades-descr {
    padding: 20px 0px 30px 0px;
    font-size: 1.1rem;
    color: var(--grey);
}

.trades-btn a {
    display: inline-block;
    border-radius: 30px;
    padding: 10px 30px;
    color: white;
    font-weight: bold;
    background-color: var(--primary-color);
}

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

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

.gift--section .gift .gifts-box {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

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

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

.notice-box {
    background-color: white;
    border-radius: 30px;
    padding: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

.notice-title {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 10px;
}

.notice-title span {
    color: var(--primary-color);
}

.notice-sub {
    font-size: 1rem;
    color: var(--grey);
    margin-bottom: 1.5rem;
}

.notice-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.notice-list li {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    border-bottom: 1px solid #eee;
}

.notice-list li:last-child {
    border-bottom: none;
}

.notice-list .num {
    min-width: 2.2rem;
    height: 2.2rem;
    background: #F5F5F5;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    font-size: 0.9rem;
    font-weight: 500;
}

.cusomter--section {
    background-image: url('/wp-content/uploads/2025/11/customer-back.jpg');
}

.cusomters-s {
    margin-left: 1px;
    font-size: 1.1rem;
    color: var(--primary-color);
    font-weight: 500;
}

.cusomters-t {
    font-size: 2rem;
    color: var(--black);
    font-weight: bold;
    padding: 5px 0px 20px 0px;
}

.cusomters-d {
    font-size: 1.1rem;
    color: var(--grey);
}

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

.infos-box {
    display: flex;
    justify-self: center;
    align-items: center;
    gap: 10px;
}

.form--section {
    background-color: #F5F5F5;
}

.form-action {
    padding: 50px;
    background-color: white;
    border-radius: 30px;
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.08);
}

.form-t {
    font-size: 1.2rem;
    color: var(--black);
    font-weight: bold;
}

.form-d {
    padding: 5px 0px 10px 0px;
    color: var(--grey);
}

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

.form-input {
    margin-bottom: 10px;
}

.form-input:last-child {
    margin-bottom: 0px;
}

.form-agree{
    margin-top: 20px;
}

.wpcf7-list-item {
    margin: 0;
}

label,
legend {
    font-size: .9rem;
    color: var(--grey);
}

.wpcf7-spinner {
    display: none;
}

.form-submit {
    margin-top: 20px;
}

input[type="submit"] {
    width: 100%;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    display: none;
}

::placeholder {
    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-footer-copyright p{
    display: none;
}

.wpcf7 form.sent .wpcf7-response-output{
    display: none;
}

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

.footer--section .footer .footer-t01 {
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
    padding-bottom: 10px;
}

.footer--section .footer .footer-t02,
.footer--section .footer .footer-t03 {
    color: var(--grey);
}

@media all and (max-width:767px) {
    .site-logo-img img{
        width: 100px;
    }

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

    .padding{
        padding: 60px 20px;
    }

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

    .trade-box .trades-title{
        font-size: 1.8rem;
    }

    .trades-2{
        order: 1;
    }

    .trades-2 img{
        width: 250px;
    }

    .trades-1{
        order: 2;
    }

    .gift--section .gift .gifts-box{
        grid-template-columns: repeat(2, 1fr);
    }

    .form-action{
        padding: 30px;
    }

    .notice--section{
        padding: 60px 20px;
    }

    .cusomters-t{
        font-size: 1.8rem;
    }

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

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

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