/*
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.11.1757476324
Updated: 2025-09-10 12:52:04

*/

* {
    line-height: 1.5;
    font-family: 'S-Core Dream';
    word-break: break-all;
}

:root {
    --primary-color: #007980;
    --text-color: #333;
    --grey-color: #666;
    --bg-color: #F2F2F2;
    --yellow: #FAFD12;
}

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

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

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

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

.padding {
    padding: 100px 20px;
}

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

/** 메인페이지 **/
.primary-color {
    color: var(--primary-color);
}

.index01-section .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 680px;
}

.index01-section .swiper-slide .inner {
    padding: 0 20px;
}

.index01-section .swiper-slide01 {
    background-image: url('/wp-content/uploads/2025/09/slider01.jpg');
}

.index01-section .swiper-slide02 {
    background-image: url('/wp-content/uploads/2025/09/slider02.jpg');
}

.index01-section .swiper-slide03 {
    background-image: url('/wp-content/uploads/2025/09/slider03.jpg');
}

.index01-section .swiper-slide04 {
    background-image: url('/wp-content/uploads/2025/09/slider04.jpg');
}

.index01-section .swiper-slide .sliders .sliders-t01 {
    color: var(--text-color);
    font-size: 2.5rem;
    font-weight: bold;
}

.index01-section .swiper-slide .sliders .sliders-t02 {
    font-size: 1.2rem;
    color: var(--text-color);
    margin: 20px 0px 30px 0px;
}

.index01-section .swiper-slide .sliders .sliders-t03 {
    color: var(--grey-color);
}

.index01-section .swiper-pagination-bullet-active {
    background: var(--primary-color) !important;
}

.video {
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    border: 1px solid black;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.12), 0 4px 8px rgba(15, 23, 42, 0.06);
    border-radius: 30px;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 30px;
}

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

.index-d {
    font-size: 1.2rem;
    margin: 30px 0px 50px 0px;
}

.index02-section .index02 .index02-t03 {
    text-align: center;
    display: inline-block;
    background-color: var(--primary-color);
    padding: 10px 20px;
    color: white;
    font-weight: 500;
    border-radius: 30px;
    margin-bottom: 50px;
}

.bold {
    font-weight: bold;
}

.normal {
    font-weight: normal;
}

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

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

.marginbottom30 {
    margin-bottom: 30px;
}

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

.moneys01 {
    background-image: url('/wp-content/uploads/2025/09/moneys01.jpg');
}

.moneys02 {
    background-image: url('/wp-content/uploads/2025/09/moneys02.jpg');
}

.moneys03 {
    background-image: url('/wp-content/uploads/2025/09/moneys03.jpg');
}

.moneys04 {
    background-image: url('/wp-content/uploads/2025/09/moneys04.jpg');
}

.moneys {
    padding: 50px 50px;
    border-radius: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.moneys .moneys-t01 {
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: bold;
}

.moneys .moneys-t02 {
    font-size: 1.2rem;
    padding: 5px 0px 20px 0px;
    color: var(--grey-color);
}

.moneys .moneys-t03 {
    font-size: 1.5rem;
    color: var(--text-color);
    font-weight: bold;
    margin-bottom: 30px;
}

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

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

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

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

.index05-section {
    background-color: var(--bg-color);
}

.partners-box {
    color: white;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
    border-radius: 30px;
    padding: 50px 50px;
    background-color: var(--primary-color);
}

.partners-box img {
    width: 200px;
}

.partners-box .partners-t01 {
    font-size: 1.2rem;
}

.partners-box .partners-t02 {
    font-size: 2rem;
    margin-bottom: 20px;
}

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

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

.profiles-box .profiles p {
    margin-top: 10px;
    font-size: 1.1rem;
    color: var(--text-color);
    font-weight: 500;
    text-align: center;
}

.index07-section {
    background-color: var(--bg-color);
}

.review {
    position: relative;
}

/* 리뷰 슬라이더 강제 한 장만 보이게 */
.review-swiper {
    width: 100%;
    overflow: hidden;
}

.review-swiper .swiper-wrapper {
    display: flex !important;
}

.review-swiper .swiper-slide {
    width: 100% !important;
    flex: 0 0 100% !important;
    box-sizing: border-box;
}

.review-swiper .swiper-slide {
    width: 100% !important;
    flex-shrink: 0;
    text-align: center;
}

.review-swiper .swiper-button-prev,
.review-swiper .swiper-button-next {
    color: #111;
}

.review-swiper .swiper-pagination-bullet {
    background: #666;
    opacity: 0.6;
}

.review-swiper .swiper-pagination-bullet-active {
    background: #111;
    opacity: 1;
}

.review-swiper .swiper-button-prev {
    left: -50px;
}

.review-swiper .swiper-button-next {
    right: -50px;
}

.faq {
    border-radius: 15px;
    box-shadow: 0 10px 30px #11182722;
    overflow: hidden;
}

.faq-item+.faq-item {
    border-top: 1px solid #e5e7eb;
}

.faq-q {
    appearance: none;
    width: 100%;
    text-align: left;
    background: #fff;
    border: 0;
    padding: 20px;
    cursor: pointer;
    font-size: 1rem;
    position: relative;
    display: block;
    color: var(--text-color);
    font-weight: bold;
}

.faq-q .q-prefix {
    color: var(--primary-color);
    margin-right: 10px;
}

.chevron {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 10px;
}

.chevron svg {
    transition: transform .25s ease;
}

.faq-item[aria-expanded="true"] .chevron svg {
    transform: rotate(180deg);
}

.faq-a {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows .28s ease;
}

.faq-item[aria-expanded="true"] .faq-a {
    grid-template-rows: 1fr;
}

.faq-a>div {
    overflow: hidden;
}

.faq-a .answer {
    color: var(--text-color);
    padding: 20px;
    background-color: white;
}

.faq-q:hover {
    color: var(--text-color);
    background-color: var(--bg-color);
}

.faq-q:focus {
    color: var(--text-color);
    background-color: white;
}

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

.br_m {
    display: none;
}

.m-only {
    display: none;
}

ol,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

/** 푸터 **/
.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    margin-bottom: 0;
}

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

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.footer-middle {
    color: var(--bg-color);
    font-size: .9rem;
    text-align: left;
}

.footer-middle .f-name {
    display: inline-block;
    font-weight: bold;
    width: 110px;
}

.footer-middle ul li {
    margin-bottom: 5px;
}

.footer-middle ul li:last-child {
    margin-bottom: 0;
}

.footer-copy {
    margin-top: 20px;
    color: var(--bg-color);
    font-size: .9rem;
    text-align: left;
    padding-bottom: 86px;
}

.footer-link ul li {
    display: flex;
    gap: 5px;
}

.footer-link ul li a {
    font-size: .9rem;
    color: var(--bg-color);
}

a {
    outline: 0 !important;
}

.floting-section {
    padding: 20px;
    z-index: 999;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: var(--primary-color);
}

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

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

.forms-box .forms {
    display: grid;
    grid-template-columns: 20% 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.forms-box .forms .input-name {
    white-space: nowrap;
    color: white;
    font-weight: 500;
}

.wpcf7 .wpcf7-form-control-wrap {
    width: auto;
}

.forms-agree {
    margin-top: 10px;
    gap: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.forms-agree a,
.forms-agree label {
    font-size: .8rem;
    color: white;
    font-weight: 500;
}

.forms-agree a {
    margin-top: 3px;
}

.wpcf7-spinner {
    display: none;
}

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

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

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

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 {
    height: 46px;
}

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

.wpcf7 .wpcf7-not-valid-tip {
    display: none;
}

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

/* 접근성용 스크린리더 전용 */
.sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* 공통: 버튼 기본 */
.button-box {
    position: fixed;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 1001;
    width: 100%;
    background-color: var(--primary-color);
    overflow: hidden;
}

.floating-btn {
    display: block;
    margin: 20px auto;
    width: calc(100% - 40px);
    padding: 15px 20px;
    background: var(--yellow);
    color: var(--primary-color);
    font-weight: bold;
}

/* 공통: 슬라이드 패널 */
.floating-form {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1002;
    background-color: var(--primary-color);
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    transform: translateY(100%);
    transition: transform .35s ease;
    max-height: 85vh;
    overflow: auto;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, .2);
}

#floatingFormTitle {
    color: white;
}

.floating-form.active {
    transform: translateY(0);
}

.floating-form__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 16px;
    border-bottom: 1px solid #eee;
}

.floating-form__body {
    padding: 16px;
}

.form-close {
    border: 0;
    background: transparent;
    font-size: 1rem;
    line-height: 1;
    cursor: pointer;
    border: 1px solid white;
}

/* 공통: 딤드 */
.form-dim {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .4);
    z-index: 1000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.form-dim.active {
    opacity: 1;
    pointer-events: auto;
}


/* 모달 공통 */
.modal-dim {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .45);
    z-index: 2000;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.modal {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 2001;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease;
}

.modal__panel {
    width: min(720px, 92vw);
    max-height: 85vh;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    display: flex;
    flex-direction: column;
    overflow: hidden;
    transform: translateY(12px);
    transition: transform .2s ease;
}

.modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px;
    border-bottom: 1px solid #eee;
}

.modal__body {
    padding: 16px 18px;
    overflow: auto;
    color: var(--text-color);
}

.modal__footer {
    padding: 12px 18px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.modal__close {
    border: 0;
    background: transparent;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: var(--text-color);
}

.btn-primary {
    padding: 10px 16px;
    border-radius: 10px;
    border: 0;
    background: var(--primary-color);
    color: #fff;
    font-weight: 700;
    cursor: pointer;
}

/* 열린 상태 */
.modal.is-open,
.modal-dim.is-open {
    opacity: 1;
    pointer-events: auto;
}

.modal.is-open .modal__panel {
    transform: translateY(0);
}

/* 바디 스크롤 잠금 */
body.modal-lock {
    overflow: hidden;
}

.pr {
    text-align: center;
}

.review-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 24px;
    background-color: #f9fafa;
}

.review-card {
    text-align: left;
    background: #e8f1ef;
    border-radius: 12px;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: transform .2s ease, box-shadow .2s ease;
}

.review-card h3 {
    font-size: 1.1rem;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
}

.review-card p {
    font-size: .95rem;
    color: #333;
    line-height: 1.5;
    margin-bottom: 20px;
}

.review-info {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 12px;
    font-size: .9rem;
    color: #444;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.review-info .name {
    font-weight: 500;
    color: #333;
}

.review-info .amount {
    color: #007980;
    font-weight: 600;
}

.review-info .amount b {
    font-weight: 700;
    color: #007980;
}

/* 모바일 타이포 보조 */
@media (max-width: 767px) {
    .modal__body {
        font-size: .95rem;
    }
}

/* 모바일 전용 커스터마이즈 */
@media all and (max-width:767px) {

    /* 기존 하단 고정 바는 숨김(배경/패딩 리셋) */
    .floting-section {
        background: transparent;
        padding: 0;
    }

    .floting.inner {
        display: none;
    }

}

/* 데스크톱 유지: 버튼/슬라이드는 숨김 */
@media all and (min-width:768px) {

    .floating-btn,
    .floating-form,
    .form-dim {
        display: none !important;
    }
}


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

    .br_pc {
        display: none;
    }

    .br_m {
        display: block;
    }

    .m-only {
        display: block;
    }

    .pc-only {
        display: none;
    }

    .review-swiper .swiper-button-prev {
        display: none;
    }

    .review-swiper .swiper-button-next {
        display: none;
    }

    .index01-section .swiper-slide {
        text-align: center;
        height: 500px;
        background-position: right center;
    }

    .index01-section .swiper-slide .sliders .sliders-t01 {
        font-size: 2rem;
    }

    .index01-section .swiper-slide01 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
            url('/wp-content/uploads/2025/09/slider01.jpg');
    }

    .index01-section .swiper-slide02 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
            url('/wp-content/uploads/2025/09/slider02.jpg');
    }

    .index01-section .swiper-slide03 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
            url('/wp-content/uploads/2025/09/slider03.jpg');
    }

    .index01-section .swiper-slide04 {
        background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5)),
            url('/wp-content/uploads/2025/09/slider04.jpg');
    }

    .padding {
        padding: 60px 20px;
    }

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

    .index-d {
        font-size: 1rem;
        text-align: center;
    }

    .index02-section .index02 .index02-t03 {
        display: block;
    }

    .numbers-box {
        gap: 10px;
    }

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

    .moneys {
        text-align: center;
        padding: 30px;
    }

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

    .partners-box {
        padding: 50px 20px;
        text-align: center;
        grid-template-columns: 1fr;
    }

    .partners-box .partners-t02 {
        margin: 20px;
        font-size: 2rem;
    }

    .partners-box img {
        width: 80px;
    }

    .faq-q {
        font-size: .9rem;
    }

    .footer-middle .f-name {
        display: block;
        margin-bottom: 5px;
    }

    .footer-middle ul li {
        margin-bottom: 10px;
    }

    .footer-link ul {
        margin-top: 20px;
    }

    .footer-link ul li {
        flex-wrap: wrap;
    }

    .footer-top {
        display: grid;
        grid-template-columns: 1fr;
    }

    .footer-logo {
        text-align: left;
    }

    .footer-logo img {
        display: inline-block;
    }

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

    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 {
        height: 40px;
    }

    .faq-a .answer {
        font-size: .9rem;
    }

    .footer-copy {
        padding-bottom: 50px;
    }

    .forms-agree {
        justify-content: flex-start;
    }

    .forms-agree a {
        margin-top: 1px;
    }

    .review-card:nth-child(5),
    .review-card:nth-child(6) {
        display: none;
    }

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

    .partners-t03 {
        font-size: 1.2rem;
    }

}

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

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