/**
 * Theme Name: astra-wpdesign
 * 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-wpdesign
 * Template: astra
 */

/* ROOT START */
.root-width {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 12px !important;
    box-sizing: border-box;
}

main {
    width: 100%;
}

.mySwiper_main {
    position: relative;
    z-index: 1;
}

.wrap-band-img-in {
    max-width: 1140px !important;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 10px 45px;
}

.band-img-in {
    position: absolute !important;
    width: 170px !important;
    right: 10px !important;
    top: 0 !important;
}

.card-body {
    padding: 15px 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.08);
    transition: border-color 0.2s ease, box-shadow 0.35s ease;
    border-radius: 4px !important;
}

.card-body:hover {
    border-color: rgba(0, 0, 0, 0.38);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
}

.qa-main .elementor-accordion {
    gap: 10px;
    display: flex;
    text-align: start;
    flex-direction: column;
}

.card-body-foot img {
    max-height: 120px;
    width: auto !important;
}

.ast-logo-title-inline .ast-site-identity {
    gap: 5px;
}
.ast-logo-title-inline .ast-site-identity .site-title a{
    font-weight:600;
}
.ast-logo-title-inline .site-logo-img {
    padding: 0 !important;
}

.ast-logo-title-inline .ast-site-title-wrap {
    letter-spacing: .08em;
}

.portfolio-main .uael-grid-img .uael-grid-img-thumbnail {
    border: 1px solid #e2e2e2;
    border-radius: 7px;
}
.review_list{
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e2e2e2;
    border-radius: 7px;
    box-sizing: border-box;
    width:80% !important;
}

.wrap_review_list .review_list:nth-child(2){
    margin-left: 5%;
}
.wrap_review_list .review_list:nth-child(3){
    margin-left: 15%;
}
.wrap_review_list .review_list:nth-child(4){
    margin-left: 2%;
}
.wrap_review_list .review_list:nth-child(5){
    margin-left: 17%;
}
.wrap_review_list .review_list:nth-child(6){
    margin-left:9%;
}
.tab_main .uael-post__terms{
    border-radius: 3px;
}
.category-header-banner > div{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.category-header-text{
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0 25px;
}
.category-header-text h3{
    color:#fff;
}
.category-header-text p{
    margin:0;
}
.category-title {
    display: flex;
    gap: 2px; /* 글자 사이 간격 */
    font-size: 2rem;
    font-weight: bold;
}

/* 1. 글자 개별 설정 */
.category-title span {
    display: inline-block;
    /* 전체 사이클을 5초로 설정, 튀는 느낌을 위해 cubic-bezier 추가 */
    animation: pop-up 4s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    animation-delay: calc(0.20s * var(--i)); /* 글자 간격 살짝 좁힘 */
}
/* 1. 글자 개별 설정 */
.site-title a span {
    display: inline-block;
    /* 전체 사이클을 5초로 설정, 튀는 느낌을 위해 cubic-bezier 추가 */
    animation: pop-up2 3s cubic-bezier(0.175, 0.885, 0.32, 1.275) infinite;
    animation-delay: calc(0.30s * var(--i)); /* 글자 간격 살짝 좁힘 */
}
/* 2. 톡톡 튀고 쉬는 애니메이션 정의 */
@keyframes pop-up {
    /* 0% ~ 10% 구간: 톡 튀어오름 (5초 중 약 0.5초 동안만 움직임) */
    0% {
        transform: translateY(0) scale(1);
    }
    5% {
        transform: translateY(-18px) scale(1.1); /* 더 높고 크게 톡! */
        color: var(--ast-global-color-1);
    }
    10% {
        transform: translateY(0) scale(1);
    }
    /* 10% ~ 100% 구간: 아무 움직임 없이 대기 (나머지 약 4.5초 동안 쉼) */
    100% {
        transform: translateY(0) scale(1);
    }
}
@keyframes pop-up2 {
    /* 0% ~ 10% 구간: 톡 튀어오름 (5초 중 약 0.5초 동안만 움직임) */
    0% {
        transform: translateY(0) scale(1);
    }
    5% {
        transform: translateY(-2px) scale(1.1); /* 더 높고 크게 톡! */
        color: #000;
    }
    10% {
        transform: translateY(0) scale(1);
    }
    /* 10% ~ 100% 구간: 아무 움직임 없이 대기 (나머지 약 4.5초 동안 쉼) */
    100% {
        transform: translateY(0) scale(1);
    }
}
.ast-single-post .entry-title{
    font-size:28px;
    font-weight:600;
}
.ast-blog-layout-4-grid .ast-article-inner, .ast-blog-layout-5-grid .ast-article-inner, .ast-blog-layout-6-grid .ast-article-inner {
    box-shadow: 0px 6px 15px -2px rgba(0, 0, 0, 0.0);
}
.ast-article-inner{
    padding:1.5rem 5px !important;
}
.tab_main .uael-post__thumbnail{
    border-radius: 7px;
    overflow: hidden;
}
.post-thumb-img-content.post-thumb > a{
    display:inline-block;
    border-radius: 7px;
    overflow: hidden;
}
.ast-article-inner:hover{
    box-shadow: 0px 6px 15px -2px rgba(0, 0, 0, 0.0);
}
.my-custom-link a{
    color:#111 !important;
    text-decoration: underline !important;
}
.custom_description{
    padding: 15px;
    margin-top: 5px !important;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
}
header.entry-header:not(.related-entry-header){
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2em;
 }
 .single .entry-header .entry-meta{
    font-size:14px;
 }
 @media (min-width: 922px) {
    .ast-separate-container .comment-respond {
        padding: 4em 1em !important;
    }
}
@media (min-width: 768px) {
    .pc-none {
        display: none;
    }
}

@media (max-width: 768px) {
    .mo-none {
        display: none;
    }

    .wrap-band-img-in {
        padding: 10px 30px;
    }

    .band-img-in {
        position: relative !important;
        width: 100% !important;
        right: auto !important;
        top: 0 !important;
        text-align: center;
    }

    .band-img-in img {
        max-width: 180px !important;
    }
    .ast-article-inner {
        padding: 1.5rem 10px !important;
    }
    .single .entry-header{
        border-bottom: 1px solid #e4e4e4;
        padding-bottom: 1em;
     }
}