/**
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%;
}
.ast-theme-transparent-header #masthead{
    background: linear-gradient(to bottom, 
    rgba(0, 0, 0, 0.7) 0%, 
    rgba(0, 0, 0, 0.2) 60%, 
    rgba(0, 0, 0, 0) 100%);
}
.ast-below-sticky-header-active .ast-header-sticked{
    background: rgb(0 0 0 / 90%);
}
.div.nsl-container.nsl-container-block .nsl-container-buttons{
    width:100%;
}
.mySwiper_main{
    position: relative;
    z-index:1;
}
.page header.entry-header .entry-title {display:none;}
.band-img-in{
    position: absolute !important;
    width:170px !important;
    right:10px !important;
    top:0 !important;
}
.wrap-band-img-in{
    max-width:1140px !important;
    margin:0 auto;
    box-sizing: border-box;
    padding: 10px 45px;
}
.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;
}
@media (min-width: 768px) {
    .pc-none{
        display:none;
    }
}
@media (max-width: 768px) {
    .mo-none{
        display:none;
    }
  }

/* 카테고리 헤더 배경 이미지 스타일 */
.category-header-banner {
    position: relative;
    width: 100%;
    height: 360px;
    overflow: hidden;
    margin-bottom: 30px;
}

.category-header-banner-pc,
.category-header-banner-mobile {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* 모바일에서 높이 조정 */
@media (max-width: 768px) {
    .category-header-banner {
        height: 240px;
    }
}

/* 카테고리 헤더 오버레이 효과 */
.category-header-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom,
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.2) 100%
    );
    z-index: 1;
}

/* 카테고리 제목 오버레이 */
.category-header-banner .category-header-text {
   display:flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   height: 100%;
   width: 100%;
   z-index: 2;
   position: relative;
   color:#fff;
}
.category-title{
    color:#fff;
}

/* 기존 Astra 테마의 카테고리 설명 숨기기 */
.ast-archive-description {
    display: none !important;
}

.sidebar-main figure.wp-block-gallery.has-nested-images{
    gap:12px;
}
.ast-separate-container.ast-two-container #secondary .widget,
.sidebar-main .widget {
    margin-bottom: 12px;
}
.category-header-banner p{
    margin:0;
    text-align: center;
}
@media (max-width: 768px) {
    .category-header-banner .category-title {
        font-size: 1.8rem;
        bottom: 15px;
    }

    .publuuflip{
        max-height:120vw !important;
    }
}