/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard-dynamic-subset.min.css");
:root {
    --main-color-1: var(--e-global-color-accent);
}

body,
button,
input,
select,
textarea,
.ast-button,
.ast-custom-button {
    font-family: "Pretendard", -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-weight: 400;
    font-size: 16px;
    font-size: 1rem;
    line-height: var(--ast-body-line-height, 1.65);
}

.ast-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
}

a:focus,
a:hover,
button:focus,
.menu-toggle:hover,
button:hover,
.ast-button:hover,
.ast-custom-button:hover .button:hover,
.ast-custom-button:hover,
input[type=reset]:hover,
input[type=reset]:focus,
input#submit:hover,
input#submit:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:hover,
form[CLASS*="wp-block-search__"].wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button:focus,
body .wp-block-file .wp-block-file__button:hover,
body .wp-block-file .wp-block-file__button:focus,
.woocommerce-js a.button:hover,
.woocommerce button.button:hover,
.woocommerce .woocommerce-message a.button:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce button.button.alt.disabled:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
[CLASS*="wc-block"] button:hover,
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons .button:not(.checkout):not(.ast-continue-shopping):hover,
.woocommerce-js .astra-cart-drawer .astra-cart-drawer-content .woocommerce-mini-cart__buttons a.checkout:hover,
.woocommerce button.button.alt.disabled.wc-variation-selection-needed:hover,
[CLASS*="wc-block"] .wc-block-components-button:hover,
[CLASS*="wc-block"] .wc-block-components-button:focus {
    /* 모든 호버/포커스 효과 제거 */
    background-color: inherit;
    color: inherit !important;
    border-color: inherit !important;
    text-decoration: none !important;
    box-shadow: none !important;
}

.fc-1 {
    color: var(--e-global-color-accent) !important;
}

.toggle-menu {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

.menu-item {}

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 10px;
    cursor: pointer;
    font-size: 18px;
    color: #000;
}

.toggle-menu a {
    color: #000;
}

.toggle-icon {
    transition: transform 0.3s ease;
    font-weight: 300;
}

.menu-header.active .toggle-icon {
    transform: rotate(45deg);
}

.submenu {
    display: none;
    padding-left: 20px;
}

.submenu.active {
    display: block;
}

.submenu .menu-header {
    font-size: 16px;
    padding: 10px;
}

.parent-menu>.menu-header {
    border-top: 1px solid #E0E0E0;
}

#main_menu .sub-arrow,
#main_menu .sub-menu {
    display: none !important;
}

.post-cate-wrap {
    display: flex;
    gap: 7px;
    margin: -15px 0 10px;
    position: relative;
}

.post-cate-wrap a {
    padding: 6px 14px;
    border-radius: 30px;
    color: #434343;
    font-size: 15px;
    font-weight: 700;
}

#post_comment #respond {
    padding: 0;
}

#post_comment #respond input#submit {
    float: right;
    background-color: var(--e-global-color-accent);
    color: white;
    padding: 12px 25px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    float: right;
}

#post_comment #respond .comment-form {
    margin-bottom: 10px;
}

#post_comment h3.comments-title {
    display: none;
}

#post_comment .ast-comment-list {
    margin-bottom: 30px;
}

.thumbnail {
    position: relative;
}

.wishlist-btn {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: none;
    border: none;
    padding: 8px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.2s ease;
    box-shadow: none;
}

.wishlist-btn .heart-img {
    transition: all 0.2s ease;
}

.wishlist-btn .heart-on {
    display: none;
}


/* 찜 선택된 버튼의 스타일 */

.wishlist-btn.wishlisted .heart-off {
    display: none;
}

.wishlist-btn.wishlisted .heart-on {
    display: block;
}

.header-cart-icon,
.header-wishlist-icon {
    position: relative;
    cursor: pointer;
    margin-left: 15px;
    display: inline-block;
}

.cart-count,
.wishlist-count {
    color: white;
    border-radius: 50%;
    font-size: 15px;
    margin-left: 4px;
    font-weight: 300;
}

.header-icons .popup-content {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: white;
    border: 1px solid #878787;
    padding: 15px;
    min-width: 300px;
    z-index: 1000;
    border-radius: 5px;
}

.header-icons .popup-item {
    justify-content: space-between;
    display: flex;
    align-items: flex-start;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.header-icons .popup-item img {
    width: 45px;
    height: 45px;
    margin-right: 0;
}

.header-icons .item-details {
    flex: 1;
}

.header-icons>div>img {
    max-height: 23px;
}

.header-icons>div.header-cart-icon>img {
    max-height: none;
    max-width: 22px;
    margin-top: -3px;
}

.header-icons>div.header-wishlist-icon>img {
    max-height: none;
    max-width: 26px;
    margin-right: -3px;
    margin-top: -5px;
}

.header-icons .popup-item a.item-link {
    display: flex;
    gap: 10px;
}

.header-icons .item-details h4 {
    font-size: 14px;
}

.header-icons .item-details>p {
    font-size: 12px;
    margin: 0;
    color: #555;
}

.header-icons .popup-item i {
    font-size: 14px;
    color: #777;
}

.header-icons .popup-content a.goto-cart {
    display: flex;
    width: 100%;
    height: 33px;
    justify-content: center;
    align-items: center;
    background: #1a1a1a;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}

.lp-archive-courses .lp-entry-content .entry-content-left {
    width: calc(100% - 300px);
    max-width: 100%;
    margin: 0;
    padding-right: 40px;
    padding-top: 20px;
}

.learn-press-nav-tabs li.active label,
.learn-press-nav-tabs li:hover label {
    color: #fff !important;
    background: #1a1a1a !important;
}

.single-lp_course .learn-press-nav-tabs li label {
    display: block;
    margin: 0;
    padding: 12px 16px;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    cursor: pointer;
    color: #333;
    text-decoration: none;
    border: 0;
    border-radius: 30px;
    background: #eee;
}

.wrapper-course-nav-tabs.TabsDragScroll {
    border: 0;
    margin-top: 15px;
}

.learn-press-nav-tabs li.active::after,
.learn-press-nav-tabs li:hover::after {
    display: none;
}

.TabsDragScroll ul {
    gap: 10px;
}

.woocommerce-page.woocommerce-checkout form #order_review table tr.total,
.woocommerce-cart .cart-collaterals .cart_totals .shop_table tr.total {
    display: none !important;
}

.return-to-shop {
    display: none !important;
}

.wishlist-count-wrapper {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 14px;
    color: #878787;
    margin-top: 5px;
}

.wishlist-count-wrapper img {
    max-width: 20px;
}

.wishlist-count-wrapper span {
    color: #878787;
    font-weight: 500;
}

.button.back-to-list {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f8f8f8;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    border: 1px solid #ddd;
    font-size: 14px;
    transition: all 0.3s ease;
}

@media screen and (max-width:768px) {
    .header-icons {
        display: flex;
        gap: 7px;
        display: none;
    }
    .header-icons>div.header-cart-icon>img {
        max-width: 20px;
    }
    .header-icons>div.header-wishlist-icon>img {
        max-width: 22px;
    }
    .header-icons .cart-count,
    .header-icons .wishlist-count {
        font-size: 13px;
    }
    .header-cart-icon,
    .header-wishlist-icon {
        margin-left: 0px;
        position: unset;
    }
}

/* ===================
   회원가입 폼 소셜 로그인 섹션
   =================== */
.cosmosfarm-members-form.signup-form .login-container {
    margin: 0 auto 10px;
    text-align: center;
    gap: 0;
}

.cosmosfarm-members-form.signup-form .social-login-section {
    margin-top: 16px;
}

.signup-form-divider {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0px auto 0;
    color: #aaa;
    font-size: 13px;
}

.signup-form-divider::before,
.signup-form-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e0e0e0;
}

.signup-fields-container {
    max-width: 400px;
    margin: 0 auto;
}

/* 회원가입 폼 내 소셜 섹션 - 로고·이메일 버튼 숨김 */
.cosmosfarm-members-form.signup-form .login-container .login-header,
.cosmosfarm-members-form.signup-form .social-login-section .email-login-link {
    display: none !important;
}