.prodSwiper .swiper-slide img {
    max-height: 500px;
    object-fit: contain;
}

.prodSwiper {
    overflow: hidden;
}

.woocommerce-message {
    border-color: #000;
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.5rem;
    padding: 1.5rem;
}

.woocommerce-message:before {
    display: none;
}

.woocommerce .woocommerce-message a.button {
    background: transparent;
    color: #555;
    padding: 0;
    font-size: 1.4rem;
    display: inline-block;
}

#prod_content img {
    width: 100%;
}

.woocommerce.single-product button.button.alt.disabled {
    font-family: "Noto Sans KR", Sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    border-style: none;
    border-radius: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    color: #FFFFFF;
    background-color: #000000;
}

#cart_container * {
    font-family: "Noto Sans KR", sans-serif;
}

#cart_container table.shop_table th {
    border-width: 1px 0 1px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    text-align: center;
}

#cart_container table.cart td.product-thumbnail img {
    margin: 0 auto;
}

#cart_container table.cart td.product-remove a:before {
    width: 25px;
    height: 25px;
    left: -1px;
    top: -1px;
    border-color: #9e9e9e;
}

#cart_container table.cart td.product-name a {
    font-size: 15px;
    color: #000;
}

#cart_container table.cart td {
    padding: 10px;
}

#cart_container .elementor-widget-woocommerce-cart .e-cart-section {
    border: 0;
    padding: 0;
}

#cart_container table.shop_table tr td:before,
#cart_container table.shop_table tr td * {
    font-size: 15px;
    color: #000 !important;
}

#cart_container a.checkout-button {
    background: transparent;
    color: #000;
    border: 1px solid #000;
    border-radius: 0;
    padding: 10px;
}

.woocommerce-cart {
    font-family: "Noto Sans KR", sans-serif;
}

.woocommerce-cart h1.entry-title {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem;
}

.woocommerce-cart .cart-empty.woocommerce-info {
    border-color: #000;
    font-size: 1.5rem;
    padding: 1.5rem;
}

.woocommerce-cart .cart-empty.woocommerce-info:before {
    display: none;
}

.woocommerce-cart a.button.wc-backward {
    background: #000;
    font-size: 1.5rem;
}

@media screen and (max-width:767px) {
    #cart_container table.shop_table tr.woocommerce-cart-form__cart-item.cart_item {
        padding: 0 0 16px 0;
    }
    #cart_container table.shop_table tr.woocommerce-cart-form__cart-item.cart_item td {
        padding: 10px 0;
    }
}

.woocommerce-checkout #main {
    font-family: "Noto Sans KR", sans-serif;
    font-size: 1.5rem;
}

.woocommerce-checkout #main h1.entry-title {
    font-size: 3rem;
    margin-bottom: 3rem;
}

.woocommerce-checkout #main .woocommerce-info {
    border-color: #000;
}

.woocommerce-checkout #main .woocommerce-info {
    border-color: #000;
    padding: 1.5rem;
    line-height: 1.5em;
    font-size: 1.4rem;
}

.woocommerce-checkout #main .woocommerce-info:before {
    display: none;
}

.woocommerce-checkout #main form.checkout_coupon.woocommerce-form-coupon input {
    font-size: 1.4rem;
}

.woocommerce-checkout #main form.checkout_coupon.woocommerce-form-coupon button.button {
    padding: 1rem;
    margin: 0;
    line-height: 1;
    font-size: 1.4rem;
    background: #000;
}

.woocommerce-checkout #main form.checkout.woocommerce-checkout h3 {
    font-size: 1.6rem;
}

.woocommerce-checkout #main form.checkout.woocommerce-checkout label {
    font-size: 1.4rem;
    margin-bottom: .5rem;
}

.woocommerce-checkout #main form .form-row textarea,
.woocommerce-checkout #main input[type=email],
.woocommerce-checkout #main input[type=number],
.woocommerce-checkout #main input[type=password],
.woocommerce-checkout #main input[type=reset],
.woocommerce-checkout #main input[type=search],
.woocommerce-checkout #main input[type=tel],
.woocommerce-checkout #main input[type=text],
.woocommerce-checkout #main input[type=url],
.woocommerce-checkout #main textarea {
    font-size: 1.4rem;
    border-color: #ccc;
}

.woocommerce-checkout #main h3#order_review_heading {
    font-size: 1.6rem;
    border-color: #ccc;
    border-width: 1px 1px 0 1px;
    padding: 1.5rem;
}

.woocommerce-checkout #main form #order_review {
    padding: 0 2rem;
    border-width: 0 1px 1px;
    border-style: solid;
    border-color: #ccc;
    line-height: 1.5em;
}

.woocommerce-checkout #main form td:last-child,
.woocommerce-checkout #main form th:last-child {
    text-align: right;
    width: 11rem;
}

.woocommerce-checkout #main form #place_order {
    background: #000;
    font-size: 1.6rem;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details {
    margin: 0;
    padding: 0;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details li {
    font-size: 1.4rem;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details li strong {
    font-size: 1.5rem;
    margin-top: 0.5rem;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
    border-color: #ccc;
    font-size: 1.6rem;
    padding: 1.5rem;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
    border-color: #ccc;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td,
.woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th {
    padding: 1rem 1.5rem;
    font-size: 1.5rem;
    color: #000;
    border-color: #ccc;
}

.ast-single-post .entry-content .woocommerce .pafw-payment-details-section a {
    font-size: 1.3rem;
    background: #000;
    padding: 1rem;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order .order-again {
    display: none;
}

.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title {
    font-size: 1.6rem;
    border-color: #ccc;
    padding: 1.5rem;
}

.woocommerce-page.woocommerce-checkout .woocommerce-customer-details address,
.woocommerce.woocommerce-checkout .woocommerce-customer-details address {
    border-color: #ccc;
    line-height: 1.5em;
    color: #000;
}

.woocommerce td.product-name .wc-item-meta p,
.woocommerce td.product-name .wc-item-meta:last-child,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation:last-child {
    padding: 0 0 0 1rem;
}

#prod_archive .elementor-widget-theme-post-featured-image img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#prod_archive .elementor-widget-theme-post-featured-image {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

p.one_time_price {
    color: #111111;
    font-family: "Pretendard", Sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
}

form.woocommerce-form.woocommerce-form-track-order.track_order {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    padding: 150px 100px;
    box-shadow: 0px 6px 19px 0px rgba(0, 0, 0, 0.2);
    margin: 2rem auto 15rem;
    max-width: 50rem;
    padding: 3rem;
    font-size: 1.5rem;
    width: 45rem;
}

form.woocommerce-form.woocommerce-form-track-order.track_order .form-row {
    width: 100%;
    padding: 0;
    margin: 7px 0;
}

form.woocommerce-form.woocommerce-form-track-order.track_order .form-row input {
    font-size: 1.4rem;
    border: 1px solid #ddd;
    padding: 1rem;
}

form.woocommerce-form.woocommerce-form-track-order.track_order .form-row label {
    font-weight: 500;
}

.woocommerce-error {
    font-size: 1.5rem;
}

.woocommerce.single-product #reviews #comments ol.msreview-list.commentlist {
    font-size: 1.6rem;
}

.woocommerce.single-product #reviews #comments ol.msreview-list.commentlist.type-b li .comment-text .comment-col2-set .col-1 .review-rating-wrap {
    margin: 15px 0 10px;
}

.woocommerce.single-product #reviews #comments ol.msreview-list.commentlist.type-b li .comment-text .comment-col2-set .col-1 .review-rating-wrap .star-rating {
    font-size: 16px;
    height: 16px;
    margin: 0;
}

table.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-subscriptions.woocommerce-orders-table--subscriptions,
table.shop_table.my_account_orders.woocommerce-orders-table.woocommerce-MyAccount-orders.woocommerce-orders-table--orders,
table.shop_table.subscription_details,
table.shop_table.order_details,
.woocommerce-MyAccount-content-wrapper .review-tabs {
    background-color: var(--sections-background-color, #fff);
    padding: var(--sections-padding, 16px 30px 3px 30px);
    border-left: var(--sections-border-left-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-bottom: var(--sections-border-bottom-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-right: var(--sections-border-right-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-top: var(--sections-border-top-width, 1px) var(--sections-border-type, solid) var(--sections-border-color, #d5d8dc);
    border-radius: var(--sections-border-radius, 3px);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    font-family: "Pretendard", Sans-serif;
    color: #000;
}

.woocommerce-MyAccount-content-wrapper .review-tabs {
    font-size: 16px;
}

.woocommerce-MyAccount-content-wrapper .review-tabs .content-wrapper .tab-content .msreview-list .msreview-item .eval-wrap p.eval-item.star-rating {
    width: 6em;
}

.woocommerce-MyAccount-content-wrapper .review-tabs .tab-wrapper .tabs .tab-link.active {
    color: #000 !important;
    border-color: #000 !important;
}

@media screen and (max-width:767px) {
    .woocommerce-checkout #main h1.entry-title {
        font-size: 2rem;
        line-height: 1.5em;
        text-align: center;
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-order ul.order_details li {
        margin-bottom: 1rem;
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
        font-size: 1.4rem;
        padding: 1rem;
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table td,
    .woocommerce-page.woocommerce-checkout .woocommerce-order table.shop_table th,
    .woocommerce.woocommerce-checkout .woocommerce-order table.shop_table td,
    .woocommerce.woocommerce-checkout .woocommerce-order table.shop_table th {
        padding: 1rem;
        font-size: 1.3rem;
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-column__title {
        font-size: 1.4rem;
        padding: 1rem;
    }
    .woocommerce-page.woocommerce-checkout .woocommerce-customer-details address,
    .woocommerce.woocommerce-checkout .woocommerce-customer-details address {
        line-height: 1.5em;
        padding: 1rem;
        font-size: 1.3rem;
    }
    form.woocommerce-form.woocommerce-form-track-order.track_order {
        width: 100%;
    }
}

.woocommerce-account #myaccount_container {
    font-family: "Noto Sans KR", sans-serif;
}

.woocommerce-account #myaccount_container header.entry-header .entry-title {
    font-weight: 600;
    font-size: 3rem;
    margin-bottom: 3rem;
}

.woocommerce-account #myaccount_container .woocommerce-MyAccount-navigation>ul {
    margin: 0;
    padding: 0;
}

.woocommerce-account #myaccount_container nav.woocommerce-MyAccount-navigation>ul li {
    border-color: #ccc;
}

.woocommerce-account #myaccount_container nav.woocommerce-MyAccount-navigation>ul li.is-active a {
    color: #000;
    font-weight: 600;
}

.woocommerce-account #myaccount_container nav.woocommerce-MyAccount-navigation>ul li a {
    font-size: 1.6rem;
    padding: 1.2rem 1.5rem;
    color: #6e6e6e;
}

.woocommerce-account #myaccount_container .woocommerce-MyAccount-navigation {
    width: 25%;
}

.woocommerce-account #myaccount_container .woocommerce-MyAccount-content {
    width: 73%;
    padding: 0;
    font-size: 1.5rem;
}

.woocommerce-account #myaccount_container table th,
.woocommerce-account #myaccount_container table td {
    font-size: 1.5rem;
    text-align: center;
}

.woocommerce-account #myaccount_container a.woocommerce-button,
.woocommerce-account #myaccount_container a.button.cancel {
    font-size: 1.4rem;
    padding: 0.7rem 1rem;
    background: #000;
}

.woocommerce-account #myaccount_container .woocommerce-MyAccount-content .woocommerce-info {
    border-color: #000;
}

.woocommerce-account #myaccount_container .woocommerce-MyAccount-content .woocommerce-info {
    border-color: #000;
    padding: 1.5rem;
    line-height: 1.5em;
    font-size: 1.4rem;
}

.woocommerce-account #myaccount_container .woocommerce-MyAccount-content .woocommerce-info:before {
    display: none;
}

.woocommerce-account #myaccount_container .woocommerce-MyAccount-content .woocommerce-info a.button .woocommerce-account #myaccount_container .woocommerce-EditAccountForm .woocommerce-Button {
    padding: 1rem;
    margin: 0;
    line-height: 1;
    font-size: 1.4rem;
    background: #000;
}

.woocommerce #reviews #comments ol.commentlist {
    margin: 0;
    padding: 0;
}

.inspired-cart-wrapper .inspired-cart .ast-mini-cart-empty {
    display: none !important;
}

#checkout {
    font-size: 1.5rem;
}

#checkout h3 {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
}

#checkout .woocommerce-shipping-fields h3 {
    font-size: 1.6rem;
}

#checkout input,
#checkout textarea {
    font-size: 1.5rem;
    padding: 1rem;
    border-radius: 0;
}

#checkout #payment #place_order {
    float: right;
    background: #000;
    font-weight: 500;
    padding: 1rem 2rem;
}

#checkout .pafw-card-info .pafw-card-field-wrap .card-number-wrapper input.card-number {
    padding-right: 48px;
}

#checkout .pafw-card-info .pafw-card-field-wrap input,
#checkout .pafw-card-info .pafw-card-field-wrap input.card-number,
#checkout .pafw-card-info .pafw-card-field-wrap input.cvc,
#checkout .pafw-card-info .pafw-card-field-wrap input.name {
    padding-left: 38px;
    width: 100%;
}

.woocommerce form .form-row label {
    line-height: 2;
    font-size: 1.6rem;
}

.woocommerce table.shop_table th {
    font-size: 1.5rem;
    color: #444;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
    font-weight: 600;
    color: #000;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
    background-color: #fff;
    color: #333;
}

#add_payment_method #payment div.payment_box::before,
.woocommerce-cart #payment div.payment_box::before,
.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #fff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

#checkout .pafw-card-info .pafw-card-field-wrap input::placeholder {
    color: #707070;
}

.pafw-card-info .card_type .item input[type=radio]:checked~label {
    background-color: #0064FF;
}

.woocommerce #review_form #respond * {
    color: #000 !important;
}

.woocommerce #review_form #respond {
    margin-top: 1rem;
    background: #fdfdfd;
    padding: 1rem;
    color: #000;
}

.woocommerce-account #myaccount_container .woocommerce-MyAccount-content {
    background: #fff;
    padding: 2rem;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 10%);
}

@media screen and (max-width:1024px) {
    .woocommerce-account #myaccount_container .woocommerce-MyAccount-navigation {
        width: 100%;
        margin-bottom: 2rem;
    }
    .woocommerce-account #myaccount_container .woocommerce-MyAccount-navigation ul {
        display: flex;
        width: max-content;
        gap: 0.5rem;
    }
    .woocommerce-account #myaccount_container .woocommerce-MyAccount-navigation {
        overflow-x: auto;
    }
    .woocommerce-account #myaccount_container nav.woocommerce-MyAccount-navigation>ul li {
        border-color: #ccc;
        border: 1px solid #ccc;
        font-size: 1.4rem;
        border-radius: 3rem;
    }
    .woocommerce-account #myaccount_container nav.woocommerce-MyAccount-navigation>ul li a {
        font-size: 1.4rem;
        padding: 1rem;
    }
    .woocommerce-account #myaccount_container .woocommerce-MyAccount-content {
        width: 100%;
    }
    .woocommerce-account #myaccount_container nav.woocommerce-MyAccount-navigation {
        box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.1);
    }
    .woocommerce-account #myaccount_container .woocommerce-MyAccount-content {
        border: 0;
    }
    .woocommerce-account #myaccount_container nav.woocommerce-MyAccount-navigation {
        box-shadow: none !important;
    }
    .woocommerce-account #myaccount_container .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li {
        width: auto;
        padding: 0;
        margin: 0;
        line-height: 1;
    }
    .woocommerce-account #myaccount_container .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a {
        font-size: 14px !important;
        background: transparent !important;
    }
    .woocommerce-account #myaccount_container .elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li:after {
        display: none !important;
    }
    .woocommerce-account #myaccount_container .elementor-947 .elementor-element.elementor-element-40da882 .woocommerce-MyAccount-content {
        border: 0;
        padding: 0;
    }
    .woocommerce-account #myaccount_container .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table tr {
        border-bottom: 1px solid #ddd;
    }
    .woocommerce-account #myaccount_container .elementor-widget-woocommerce-my-account .e-my-account-tab:not(.e-my-account-tab__dashboard--custom) .woocommerce .shop_table td {
        border: 0;
    }
}

@media screen and (max-width:512px) {
    .inspired-cart-wrapper {
        width: 85%;
    }
}