/*
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.10.1756003601
Updated: 2025-08-24 11:46:41

*/

* {
    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 {
    --t-color: #333;
    --s-color: #666;
    --bg-color: #1c1c1c;
    --sg-color: #F2F2F2;
}

.content-view{
    line-height: 1;
}

pre{
    background-color: unset;
}


/** 초기화 **/
a {
    outline: 0;
}

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

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

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

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

.padding {
    padding: 100px 20px;
}

.padding2 {
    padding: 0px 20px 100px 20px;
}

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

/** 헤더 **/
.ast-mobile-popup-drawer .ast-mobile-popup-header{
    background-color: black;
}

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

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: white;
}

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

.site-logo-img img {
    width: 140px;
}

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

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

/** 메인페이지 **/
.index01-section {
    background-color: var(--bg-color);
}

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

.trusts-box .trusts .trusts-t01 {
    font-size: 1.1rem;
}

.trusts-box .trusts .trusts-t02 {
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: bold;
    margin: 20px 0px 30px 0px;
}

.trusts-box .trusts .trusts-t03 a {
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    background-color: white;
    border-radius: 30px;
    padding: 10px 20px;
    text-align: center;
    color: var(--t-color);
}

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

i {
    font-style: normal;
}

.fa-arrow-right:before,
.fa-phone:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

#ast-scroll-top {
    background-color: black;
}

.index-t {
    font-size: 2rem;
    color: var(--t-color);
    text-align: center;
    margin-bottom: 50px;
    font-weight: bold;
}

#kboard-card-gallery-list .kboard-list-item .kboard-list-user {
    padding: 0 5px 10px 5px;
}

.index03-section {
    background-color: var(--sg-color);
}

.index-page .contact01-section {
    background-color: var(--sg-color);
}

/** 서브 페이지 **/
.bread {
    padding: 100px 20px;
    text-align: center;
    color: white;
}

.bread .bread-t01 {
    font-size: 1.1rem;
}

.bread .bread-t02 {
    margin-top: 5px;
    font-size: 2rem;
    font-weight: bold;
}

.gr-bread {
    background-image: url('/wp-content/uploads/2025/08/gr-bread.jpg');
}

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

.greeting01-section .greeting01 {
    text-align: center;
}

.greeting01-section .greeting01 .greeting01-t01 {
    font-size: 1.5rem;
    color: var(--t-color);
    font-weight: bold;
}

.greeting01-section .greeting01 .greeting01-t02 {
    margin: 20px 0px;
    font-size: 1.1rem;
    color: var(--s-color);
}

.greeting01-section .greeting01 .greeting01-t03 {
    font-size: 0.9rem;
    color: var(--s-color);
    margin-bottom: 30px;
}

.margintop30 {
    margin-top: 30px;
}

.line {
    display: inline-block;
    background-color: black;
    margin: 0 auto;
    width: 20px;
    height: 1px;
}

.greeting01-section .greeting01 .greeting01-t04 {
    font-size: 1.3rem;
    color: var(--t-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.greeting01-section .greeting01 .greeting01-t05 {
    color: var(--s-color);
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.greeting01-section .greeting01 .greeting01-t05:last-child {
    margin-bottom: 0;
}

.pr-bread {
    background-image: url('/wp-content/uploads/2025/08/pr-bread.jpg');
}

.kboard-card-gallery-poweredby {
    display: none;
}

#kboard-card-gallery-document .detail-name img {
    width: 15px;
}

.field-image1,
.field-file1 {
    display: none;
}

.re-bread {
    background-image: url('/wp-content/uploads/2025/08/re-bread.jpg');
}

.no-bread {
    background-image: url('/wp-content/uploads/2025/08/no-bread.jpg');
}

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

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

#kboard-default-document .kboard-button-like,
#kboard-default-document .kboard-button-unlike {
    display: none;
}

.co-bread {
    background-image: url('/wp-content/uploads/2025/08/co-bread.jpg');
}

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

.contacts-box .contacts01 {
    box-sizing: border-box;
    border: 1px solid #ddd;
    padding: 65px 50px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/wp-content/uploads/2025/08/contacts01.jpg');
}

.contacts-box .contacts01 .contacts-t01 {
    font-size: 1.1rem;
    color: var(--t-color);
}

.contacts-box .contacts01 .contacts-t02 {
    font-size: 2rem;
    color: var(--t-color);
    font-weight: bold;
    margin: 5px 0px 20px 0px;
}

.contacts-box .contacts01 .contacts-t03 {
    font-size: 1.1rem;
    color: var(--s-color);
}

.black {
    color: var(--t-color);
}

.bold {
    font-weight: bold;
}

.policy-box {
    max-height: 80px;
    overflow: auto;
    border: 1px solid var(--sg-color);
    padding: 10px 20px;
    scrollbar-width: thin;
    background-color: var(--sg-color);
    margin-bottom: 10px;
}

.policy-box::-webkit-scrollbar-thumb {
    border-radius: 10px
}

.policy-box::-webkit-scrollbar-track {
    background: transparent
}

.policy-content {
    line-height: 1.7;
    font-size: 12px;
}

.inputs-sec .inputs-box .inputs .inputs-name {
    color: var(--t-color);
    font-weight: 600;
    margin-bottom: 5px;
}

.inputs-sec .inputs-box .inputs {
    margin-bottom: 10px;
}

input[type="date"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=reset],
input[type=tel],
input[type=date],
select {
    background-color: var(--sg-color);
    border-radius: 0;
}

.index-page input[type="date"],
input[type="text"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type=reset],
input[type=tel],
input[type=date],
select {
    background-color: white;
}

.index-page textarea,
.index-page .policy-box {
    background-color: white;
}

.inputs-tels-box {
    display: flex;
    gap: 5px;
    align-items: center;
}

textarea {
    height: 100px;
    background-color: var(--sg-color);
    border-radius: 0;
}

.wpcf7 form>div,
.wpcf7 form>p {
    margin-bottom: 0;
}

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

.red {
    color: red;
    font-weight: bold;
}

.inputs06 span {
    font-size: 12px;
}

.wpcf7-spinner {
    display: none;
}

input[type="submit"] {
    width: 100%;
    background-color: var(--bg-color);
}

input[type="submit"]:hover {
    transition: .5s;
    background-color: gray;
}

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

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

.cosmosfarm-members-form .profile-header .avatar-img {
    display: none;
}

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

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


.actions-box .actions a {
    display: grid;
    grid-template-columns: 60px 1fr 1fr;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 20px 20px;
}

.actions-box .actions a p:first-child {
    font-size: 1.1rem;
    font-weight: 500;
}

.actions-box .actions a p.ac {
    line-height: 1;
    font-size: 1.5rem;
    font-weight: bold;
}

.actions-box .actions01 a {
    color: white;
    background-color: black;
}

.actions-box .actions02 a {
    color: #47330E;
    background-color: #FFE812;
}

.k-button {
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    background-color: white;
    border-radius: 30px;
}

/** 푸터 **/
.footer-section {
    text-align: left;
    font-size: .9rem;
    color: white;
}

.logos-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.f-logo img{
    margin-left: -18px
}

.ast-footer-copyright p{
    display: none;
}

.sns ul{
    display: flex;
    gap: 10px;
}

ol, ul, li{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footer-section .footer .footer-logo img {
    width: 140px;
    margin-left: -15px;
}

.footer-section .footer .footer-info {
    margin: 10px 0px;
}

.footer-section .footer .footer-copy {
    color: var(--s-color);
}

/** 반응형 **/
@media all and (max-width:767px) {
    .br_pc {
        display: none;
    }

    .br_m {
        display: block;
    }

    .padding {
        padding: 60px 20px;
    }

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

    .trusts-box img {
        width: 180px;
    }

    .trusts-box .trusts .trusts-t02 {
        font-size: 2.2rem;
    }

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

    .actions-box .actions a {
        gap: 10px;
        text-align: center;
        grid-template-columns: 1fr;
    }

    .actions-box .actions a img {
        width: 50px;
    }

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

    .contacts-box .contacts01 {
        padding: 30px 20px;
        text-align: center;
    }

    .contacts-box .contacts01 .contacts-t02{
        font-size: 1.5rem;
    }

    .bread{
        padding: 60px 20px;
    }

    .logos-box{
        display: block;
    }

    .f-logo img{
        margin-left: -10px;
        width: 130px;
    }
}

/* 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;
    }
}