/*
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.1.1748774637
Updated: 2025-06-01 10:43:57

*/

:root {
    --primary-color: #FF841A;
    --text1-color: black;
    --text2-color: #666;
    --bg-color: #F2F2F2;
}

* {
    line-height: 1.4;
    word-break: keep-all;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.ast-container,
.ast-container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.ast-plain-container.ast-no-sidebar #primary {
    margin-top: 0;
    margin-bottom: 0;
}

.padding {
    padding: 100px 20px;
}

.padding2 {
    padding: 0px 20px 100px 20px;
}

.background {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

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

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

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

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

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

/** 헤더 **/
.page-id-12 [data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: white;
}

[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    fill: black;
}

.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-id-12 .ast-builder-menu-1 .menu-item>.menu-link {
    color: white;
}

.page-id-12 .sub-menu .menu-link {
    color: black !important;
}

.ast-builder-menu-1 .menu-item>.menu-link {
    outline: 0;
}

.ast-mobile-popup-drawer .ast-mobile-popup-header {
    background-color: var(--primary-color);
}

.ahfb-svg-iconset svg {
    fill: white;
}

.ast-builder-menu-mobile .main-navigation .menu-item.menu-item-has-children>.ast-menu-toggle {
    top: 0;
}

.main-header-menu .sub-menu .menu-link {
    color: black;
}

.main-header-menu .sub-menu .menu-link:hover {
    color: black;
}

/** 메인페이지 **/
.index02-box {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: center;
    align-items: stretch;
    gap: 30px;
}

.index02-box .rows {
    padding: 20px;
    border-radius: 15px;
    background-color: #272727;
}

.index02-box .rows .index02-box-t02 {
    margin-top: 10px;
    font-size: 1.2rem;
    color: white;
    font-weight: bold;
}

.index02-box .rows .index02-box-t03 {
    font-size: .9rem;
    margin: 20px 0px;
    color: white;
}

.index-t,
.index-d {
    text-align: center;
}

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

.index-d {
    margin-top: 10px;
    font-size: 1.1rem;
    color: var(--text2-color);
    margin-bottom: 50px;
}

.link a {
    width: 100%;
    max-width: 400px;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    padding: 15px 20px;
    color: var(--primary-color);
    background-color: #FFF3ED;
    border-radius: 15px;
}

.link a:hover {
    transition: .5s;
    transform: translateY(-10px);
}

.index02-star {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 16.666% 1fr 33.333%;
    gap: 30px;
    justify-content: center;
    align-items: center;
    padding: 50px;
    background-color: white;
    border: 1px solid #D9D9D9;
    border-radius: 15px;
}

.index02-star .rows-3 {
    text-align: center;
}

.index02-star-t01 {
    font-size: 1.2rem;
    color: var(--text1-color);
    font-weight: bold;
    margin-bottom: 20px;
}

.index02-star-t02 {
    margin-bottom: 10px;
}

.index03-section {
    background-color: #FEF7EA;
}

.index03-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    text-align: center;
    gap: 30px;
}

.index03-box .index03-box-t02 {
    font-size: 1.2rem;
    color: var(--primary-color);
    font-weight: bold;
    margin: 20px 0px;
}

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

.index05-section {
    text-align: center;
    background-image: url('/wp-content/uploads/2025/12/now-bg.jpg');
}

.index05-section .index-t,
.index05-section .index-d {
    color: white;
}

.index05-section .link a {
    background-color: white;
}

.small {
    font-size: .7rem;
    color: var(--text2-color);
}

.swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

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

.swiper-slide-1 {
    background-image: url('/wp-content/uploads/2025/07/slider01-back.jpg');
}

.swiper-slide-2 {
    background-image: url('/wp-content/uploads/2025/07/slider02-back.jpg');
}

.swiper-slide-3 {
    background-image: url('/wp-content/uploads/2025/07/slider03-back.jpg');
}

.swiper-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: center;
    align-items: center;
    gap: 30px;
    text-align: center;
}

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

.swiper-box .swiper-box-t01 {
    font-size: 2.8rem;
    font-weight: bold;
}

.swiper-box .swiper-box-t02 {
    margin: 20px 0px;
    display: inline-block;
    padding: 10px 30px;
    font-weight: bold;
    color: white;
}

.swiper-box .swiper-box-t03 {
    white-space: nowrap;
    margin-bottom: 30px;
}

.swiper-box .swiper-box-t03 {
    font-size: 1.2rem;
    color: var(--text2-color);
}

.swiper-slide .tel-link a {
    color: var(--primary-color);
}

.swiper-slide-1 .swiper-box .swiper-box-t02 {
    background-color: #313398;
}

.swiper-slide-1 .swiper-box .swiper-box-t01 {
    color: #313398;
}

.swiper-slide-2 .swiper-box .swiper-box-t02 {
    background-color: #326CFF;
}

.swiper-slide-2 .swiper-box .swiper-box-t01 {
    color: #326CFF;
}

.swiper-slide-3 .swiper-box .swiper-box-t02 {
    background-color: var(--primary-color);
}

.swiper-slide-3 .swiper-box .swiper-box-t01 {
    color: var(--primary-color);
}

/** COMPANY **/
.company01-section {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    background-image: url('/wp-content/uploads/2025/07/company-back.jpg');
}

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

.company01-section .company01 .company01-box .company01-box-t01 {
    font-size: 2rem;
    color: white;
    font-weight: bold;
}

.company01-section .company01 .company01-box .company01-box-t02 {
    margin: 20px 0px;
    font-size: 1.1rem;
    color: white;
}

.company01-section .company01 .company01-box .company01-box-t03 {
    font-size: 1.1rem;
    color: white;
}

.company01-section .company01 .company01-box .rows-2 {
    padding: 0px 80px;
}

.company02-box {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.company02-box .company02-box-t02 {
    font-size: 1.2rem;
    color: var(--text1-color);
    margin: 20px 0px;
    font-weight: bold;
}

.company02-box .company02-box-t03 {
    color: var(--text2-color);
}

.company02-d {
    font-size: 1.1rem;
    color: var(--text2-color);
    text-align: center;
    margin-bottom: 50px;
}

.company02-section .index-d {
    margin-bottom: 20px;
}

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

.company02-alert {
    margin-top: 30px;
    font-weight: bold;
    color: var(--primary-color);
    text-align: center;
    padding: 15px 20px;
    background-color: white;
}

.company03-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.company03-box img {
    border-radius: 15px;
    border: 1px solid #eee;
}

.company03-box .company03-box-t02 {
    font-size: 1.1rem;
    color: var(--text1-color);
    margin-top: 10px;
}

/** SERVICE **/
.bread-section {
    text-align: center;
    padding: 60px 20px;
}

.service01-bread {
    background-color: #FFF9EE;
}

.service02-bread {
    background-color: #F6F8FF;
}

.service03-bread {
    background-color: #FCF6FF;
}

.service04-bread {
    background-color: #F2FFFF;
}

.service05-bread {
    background-color: #F4FFF3;
}

.service01-bread .bread-t01 {
    color: var(--primary-color);
}

.service02-bread .bread-t01 {
    color: #326CFF;
}

.service03-bread .bread-t01 {
    color: #313398;
}

.service04-bread .bread-t01 {
    color: #109C97;
}

.service05-bread .bread-t01 {
    color: #43C238;
}

.service02-bread .link a {
    color: white;
    background-color: #326CFF;
}

.service01-bread .link a {
    color: white;
    background-color: var(--primary-color);
}

.service03-bread .link a {
    color: white;
    background-color: #313398;
}

.service04-bread .link a {
    color: white;
    background-color: #109C97;
}

.service05-bread .link a {
    color: white;
    background-color: #43C238;
}

.bread-section .bread-t01 {
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}

.bread-section .bread-t02 {
    margin: 20px 0px 30px 0px;
    font-size: 1.1rem;
    color: var(--text2-color);
}

.service01-section .index-t {
    margin-bottom: 50px;
}

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


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

.service01-box .service01-box-t02 {
    margin: 20px 0px;
}

.service01-box p {
    font-size: .9rem;
    color: var(--text2-color);
}

.service01-box p::before {
    display: inline-block;
    content: "";
    width: 3px;
    height: 3px;
    background-color: #666;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 5px;
}

.keyword {
    text-align: center;
    border-radius: 15px;
    padding: 5px 10px;
    margin-right: 5px;
    font-weight: 500;
}

.keyword:last-child {
    margin-right: 0;
}

.orange-keyword {
    color: var(--primary-color);
    background-color: #FFE5D9;
}

.blue-keyword {
    background-color: #ECF1FF;
    color: #326CFF;
}

.purple-keyword {
    color: #F5ECFF;
    background-color: #313398;
}

.mint-keyword {
    color: #109C97;
    background-color: #F2FFFF;
}

.green-keyword {
    color: #43C238;
    background-color: #F4FFF3;
}

.service01-box a:hover {
    transition: .5s;
    transform: translateY(-10px);
}

.service01-box a {
    display: block;
}

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

.service02-box .rows {
    border-radius: 15px;
    text-align: center;
    padding: 30px 20px;
    background-color: var(--bg-color);
}

.service02-box .rows .service02-box-t02 {
    font-size: 1.2rem;
    color: var(--text1-color);
    font-weight: bold;
    margin: 20px 0px;
}

.service02-box .rows .service02-box-t03 {
    color: var(--text2-color);
}

.service02-section .index-t {
    margin-bottom: 50px;
}

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

.service03-section .index-t {
    margin-bottom: 50px;
}

.service03-box .columns {
    border-radius: 15px;
    padding: 30px 50px;
    background-color: white;
    margin-bottom: 20px;
}

.service03-box .columns .service03-box-t01 {
    font-size: 1.2rem;
    color: var(--text1-color);
    font-weight: bold;
    margin-bottom: 10px;
}

.service03-box .columns .service03-box-t02 {
    padding-left: 10px;
    color: var(--text2-color);
}

.service01-page .service04-box {
    background-color: var(--primary-color);
}

.service02-page .service04-box {
    background-color: #326CFF;
}

.service03-page .service04-box {
    background-color: #313398;
}

.service05-page .service04-box {
    background-color: #43C238;
}

.service02-page .service04-box .link a {
    background-color: white;
    color: #326CFF;
}

.service03-page .service04-box .link a {
    color: #313398;
    background-color: white;
}

.service05-page .service04-box .link a {
    color: #43C238;
    background-color: white;
}

.service04-page .service04-box {
    background-color: #109C97;
}

.service04-page .service04-box .link a {
    color: #109C97;
    background-color: white;
}

.service04-box {
    text-align: center;
    border-radius: 15px;
    padding: 50px 20px;
}

.service04-box .index-t,
.service04-box .index-d {
    color: white;
}

.service04-box .index-d {
    margin: 30px 0px;
}

/** USE **/
.use-bread {
    background-color: #F0F6FF;
}

.use-bread .bread-t01 {
    color: #072B83;
}

.use-bread .link a {
    color: white;
    background-color: #072B83;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.tab-buttons button {
    margin: 0 10px;
    flex: 1;
    padding: 10px;
    background: #eee;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.tab-buttons button.active {
    color: white;
    background-color: var(--primary-color);
    font-weight: bold;
}

.tab-content {
    border-radius: 15px;
    background: var(--bg-color);
    margin-top: 50px;
    display: none;
    padding: 50px 50px;
    border-top: none;
}

.tab-content.active {
    display: block;
}

.use01-section .index-t {
    margin-bottom: 50px;
}

.tab-container .index-t {
    margin-bottom: 0;
}

.use-box .columns {
    display: grid;
    grid-template-columns: 50px 1fr;
    gap: 30px;
    margin-bottom: 30px;
}

.use-box .columns .rows-1 {
    position: relative;
}

.use-box .columns:last-child {
    margin-bottom: 0px;
}

.unumber {
    display: block;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    background-color: var(--primary-color);
    padding: 12px 10px;
    color: white;
}

.pr-line {
    height: 100%;
    margin: 0 auto;
    background-color: #C8C8C8;
    height: 100%;
    width: 1px;
}

.use-box-title {
    font-size: 1.1rem;
    font-weight: bold;
}

.use-box-descr {
    margin-top: 5px;
    color: var(--text2-color);
    margin-bottom: 20px;
}

.use-box-process {
    color: var(--text2-color);
    padding: 20px;
    background-color: white;
    border-radius: 15px;
}

.use-box-process .bold {
    font-weight: bold;
    color: var(--text1-color);
    margin-bottom: 5px;
}

.use-alert {
    margin-left: 80px;
    margin-top: 50px;
    padding: 20px;
    background-color: #FEFCE8;
    border-radius: 15px;
}

.use-alert .use-alert-t01 {
    font-weight: bold;
    color: var(--text1-color);
    margin-bottom: 10px;
}

.use-alert p {
    color: var(--text2-color);
    margin-bottom: 5px;
}

.use-alert p:last-child {
    margin-bottom: 0;
}

.use02-section .index-t {
    margin-bottom: 50px;
}

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

.use02-box .rows {
    border-radius: 15px;
    text-align: center;
    padding: 50px 20px;
    background-color: var(--bg-color);
}

.use02-box .rows .use02-box-t02 {
    font-weight: bold;
    font-size: 1.1rem;
    color: var(--text1-color);
    margin: 15px 0px;
}

.use02-box .rows .use02-box-t03 {
    color: var(--text2-color);
}

.use03-section {
    background-color: #FEE2E2;
}

.use03-section .index-t {
    margin-bottom: 50px;
}

.use03-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    border-radius: 15px;
    background-color: white;
}

.use03-box .use03-box-title {
    color: red;
    margin-bottom: 10px;
    font-weight: bold;
}

.use03-box p {
    margin-bottom: 5px;
    color: var(--text2-color);
}

.use03-box p:last-child {
    margin-bottom: 0;
}

.use04-box {
    padding: 50px 20px;
    border-radius: 15px;
    background-color: #072B83;
}

.use04-box .index-t,
.use04-box .index-d {
    color: white;
}

.link-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tel-link a {
    width: 150px;
    max-width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 15px;
    color: #072B83;
    background-color: white;
}

.fnq-link a {
    width: 150px;
    max-width: 100%;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 10px 20px;
    border-radius: 15px;
    color: #391B1B;
    background-color: #FFEB3B;
}

.tel-link a:hover,
.fnq-link a:hover {
    transition: .5s;
    transform: translateY(-10px);
}

.card-b {
    background-color: #FCF6FF;
}

.ticket-b {
    background-color: #F2FFFF;
}

.service05-section .index-t {
    margin-bottom: 50px;
}

.service05-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.service04-page .service05-box {
    grid-template-columns: repeat(3, 1fr);
}

.service04-page .service05-box img {
    border: 1px solid #eee;
    border-radius: 15px;
}

.service05 p {
    margin-top: 50px;
    text-align: center;
    font-size: 1.1rem;
    color: var(--text1-color);
}

.check-list-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.check-item {
    display: flex;
    align-items: center;
    background: #f9f9f9;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px 30px;
    width: 100%;
    max-width: 1000px;
    font-size: 16px;
    font-weight: 500;
    justify-content: center;
    gap: 10px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.check-item i {
    color: #00c07b;
    font-size: 18px;
}

.check-section {
    background-color: #F4FFF3;
}

.check-section .index-t {
    margin-bottom: 50px;
}

/** REVIEW **/
.review-bread {
    background-color: #FFF9EE;
}

.review-bread .bread-t02 {
    margin: 20px 0px 0px 0px;
}

.review01-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    text-align: center;
}

.review01-box .rows {
    padding: 50px 20px;
    border-radius: 15px;
}

.review01-box .rows-1 {
    background-color: #DBEAFE;
}

.review01-box .rows-2 {
    background-color: #FEFCE8;
}

.review01-box .rows-3 {
    background-color: #F0FDF4;
}

.review01-box .rows-4 {
    background-color: #FAF5FF;
}

.review01-box .rows-1 .review01-box-t01 {
    color: #326CFF;
}

.review01-box .rows-2 .review01-box-t01 {
    color: #FF580B;
}

.review01-box .rows-3 .review01-box-t01 {
    color: #109C97;
}

.review01-box .rows-4 .review01-box-t01 {
    color: #AF0FCB;
}

.review01-box .review01-box-t01 {
    font-size: 2.5rem;
    font-weight: bold;
}

.review01-box .review01-box-t02 {
    margin-top: 10px;
    color: var(--text2-color);
}

.review02-section .index-t {
    margin-bottom: 50px;
}

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

.review03-box {
    padding: 50px 20px;
    border-radius: 15px;
    background-color: var(--primary-color);
}

.review03-box .index-t,
.review03-box .index-d {
    color: white;
}

.review03-box .link a {
    background-color: white;
    width: 200px;
    max-width: 100%;
}

/** FNQ **/
.fnq-bread {
    background-color: #F6F8FF;
}

.fnq-page .tab-content {
    padding: 0;
    background-color: unset;
}

.accordion {
    width: 100%;
}

.accordion-item {
    border-radius: 15px;
    border: 1px solid #eee;
    margin-bottom: 10px;
}

.accordion-title {
    padding: 16px 20px;
    font-weight: 500;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.accordion-content {
    display: none;
    padding: 16px 20px;
    border-top: 1px solid #eee;
    font-size: .9rem;
    color: white;
    background-color: #333;
    border-radius: 0px 0px 15px 15px;
}

.accordion-title .icon {
    transition: transform 0.3s ease;
}

.accordion-title.active .icon {
    transform: rotate(180deg);
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
}

.fnq-page .tab-buttons button.active {
    background-color: #326CFF;
}

.fnq02-box {
    border-radius: 15px;
    padding: 50px 20px;
    background-color: #326CFF;
}

.fnq02-box .index-t,
.fnq02-box .index-d {
    color: white;
}

.fnq01-section .index-t {
    margin-bottom: 30px;
}

.index02-box-t01 img {
    width: 150px;
}

.floting-section {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.floting-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.floting-items a {
    padding: 15px 20px;
    display: block;
    text-align: center;
    font-weight: bold;
    font-size: 1.1rem;
}

.f-tel {
    color: white;
    background-color: #006AD4;
}

.f-tel:hover {
    color: white;
}

.f-kakao {
    color: #3B1F1E;
    background-color: #FAE301;
}

.f-kakao:hover {
    color: #3B1F1E;
}

/** 푸터 **/
.footer-section {
    color: white;
    font-size: .9rem;
}

.footer-section .footer .footer-t01 {
    margin-bottom: 10px;
}

@media all and (max-width:767px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .br_pc {
        display: none;
    }

    .br_m {
        display: block;
    }

    .padding {
        padding: 60px 20px;
    }

    .padding2 {
        padding: 0px 20px 60px 20px;
    }

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

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

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

    .index03-box {
        grid-template-columns: repeat(2, 1fr);
    }

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

    .index03-box-t01 img {
        width: 100px;
    }

    .swiper-box {
        overflow: hidden;
        padding: 60px 20px 0px 20px;
        grid-template-columns: 1fr;
    }

    .link-box {
        flex-wrap: wrap;
    }

    .swiper-slide .inner {
        padding: 0;
    }

    .swiper-box .rows-2 img {
        max-height: 200px;
    }

    .swiper-box .swiper-box-t01 {
        font-size: 2rem;
    }

    .swiper-box .swiper-box-t03 {
        font-size: 1rem;
    }

    .index02-star {
        padding: 20px;
        text-align: center;
        grid-template-columns: 1fr;
    }

    .index02-star img {
        width: 100px;
    }

    .index02-box-t01 img {
        width: 100px;
    }

    .company01-section {
        background-position: right center;
        min-height: 300px;
    }

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

    .company01-section .company01 .company01-box .rows-2 {
        text-align: center;
        padding: 0 20px;
    }

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

    .company02-box {
        grid-template-columns: repeat(2, 1fr);
    }

    .company02-box-t01 img {
        width: 80px;
    }

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

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

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

    .service02-box-t01 img {
        width: 50px;
    }

    .service03-box .columns {
        text-align: center;
        padding: 20px;
    }

    .bread-section .bread-t01 {
        font-size: 1.5rem;
    }

    .tab-content {
        padding: 20px;
    }

    .use-box .columns {
        gap: 20px;
    }

    .use-alert {
        margin-left: 0;
    }

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

    .use02-box .rows {
        padding: 30px 20px;
    }

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

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

    .review01-box .rows {
        padding: 30px 20px;
    }

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

    .tab-buttons {
        display: grid;
        gap: 10px;
        grid-template-columns: repeat(3, 1fr);
    }

    .tab-buttons button {
        width: 100%;
        margin: 0;
    }

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

    .service04-page .service05-box {
        grid-template-columns: 1fr;
    }

    .check-item {
        justify-content: left;
    }

    .service02-box .rows .service02-box-t02 {
        font-size: 1rem;
    }

}

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

    .br_m {
        display: block;
    }
}

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

    .br_m {
        display: none;
    }
}

/** 머니온트 **/
.main-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 100px 20px;
    background-image: url('/wp-content/uploads/2025/12/main-bg-1.jpg');
}

.main-section .index-t {
    color: white;
}

.main-section .index-d {
    color: white;
}

.index02 {
    padding-top: 100px;
}

.main-img {
    margin: 50px 0px;
}

.contact-grid {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.main-t {
    color: var(--primary-color);
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
}

.main-d {
    color: white;
    font-size: 3rem;
    text-align: center;
    font-weight: bold;
}

.alert {
    margin-top: 30px;
    font-size: 1.2rem;
    color: red;
    text-align: center;
    font-weight: bold;
}

.index02-box-t04 {
    display: none;
}

.footer-info {
    padding: 10px 0px;
}

.footer-copy {
    padding-top: 20px;
}

.fade {
    animation: fade 0.6s ease-in-out infinite alternate;
}

@keyframes fade {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* ===== 리뷰 섹션 기본 ===== */
.review-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 32px;
}

/* ===== 슬라이더 래퍼 ===== */
.review-slider {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    padding: 32px 32px 56px;
    box-sizing: border-box;
}

.review-slider::after {
    content: "❤";
    position: absolute;
    left: 50%;
    bottom: 18px;
    transform: translateX(-50%);
    font-size: 18px;
    color: #ff6b81;
    opacity: 0;
    animation: heartUp 2.2s ease-in-out infinite;
    z-index: 2;
}

@keyframes heartUp {
    0% {
        transform: translate(-50%, 14px) scale(0.85);
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    60% {
        transform: translate(-50%, -4px) scale(1.05);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -10px) scale(1.1);
        opacity: 0;
    }
}

/* ===== 트랙 & 카드 ===== */
.review-track {
    display: flex;
    align-items: stretch;
    gap: 32px;
    transition: transform 0.6s ease;
    will-change: transform;
    box-sizing: border-box;
}

/* PC 기본: 3개 노출 */
.review-card {
    flex: calc(100% / 3);
    background-color: var(--bg-color);
    border-radius: 16px;
    padding: 50px 20px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    opacity: 0;
    animation: cardFade 0.8s ease forwards;
}

@keyframes cardFade {
    0% {
        opacity: 0.2;
        transform: translateY(8px);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.review-card h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #222;
}

.stars {
    color: #ffb400;
    font-size: 14px;
    margin-bottom: 10px;
}

.stars span {
    color: #555;
    margin-left: 4px;
}

.review-card p {
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

/* ===== 화살표 버튼 ===== */
.arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.18);
    border: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    font-size: 22px;
    color: #fff;
    cursor: pointer;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow:hover {
    background: rgba(0, 0, 0, 0.3);
}

.prev {
    left: 12px;
}

.next {
    right: 12px;
}

/* ===== 반응형 ===== */
/* 모바일 */
@media all and (max-width: 767px) {
    .review-slider {
        padding: 24px 16px 48px;
    }

    .review-slider::before {
        left: 16px;
        right: 16px;
        bottom: 24px;
    }

    .review-card {
        flex: 0 0 100%;
    }

    .arrow {
        display: none;
        /* 모바일에서는 자동 슬라이드만 쓰고 싶을 때 */
    }
}

/* 태블릿 */
@media all and (min-width: 768px) and (max-width: 1023px) {
    .review-card {
        flex: 0 0 calc((100% - 24px) / 2);
        /* 두 개 노출 */
    }
}

/* PC */
@media all and (min-width: 1024px) {
    .review-card {
        flex: 0 0 calc((100% - 48px) / 3);
    }
}

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

.product-grid {
    margin-top: 50px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
}

.best-d {
    display: inline-block;
    border-radius: 30px;
    color: white;
    padding: 10px 20px;
    text-align: center;
    background-color: var(--primary-color);
}

.flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.best-grid {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

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

.best-t {
    text-align: center;
    font-size: 2rem;
    color: black;
    font-weight: bold;
    margin: 30px 0px 50px 0px;
}

/* Mobile */
@media all and (max-width:767px) {
    .main-section {
        padding: 100px 20px 50px 20px;
        height: auto;
    }

    .site-logo-img img {
        width: 100px;
    }

    .main-t {
        font-size: 3rem;
    }

    .main-d {
        font-size: 2rem;
    }

    .main-img img {
        width: 200px;
    }

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

    .best-t {
        font-size: 1.5rem;
    }

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

/* Tablet */
@media all and (max-width:1023px) and (min-width:768px) {}

.kakao-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;
}

.kakao-modal.is-open {
    display: block;
}

.kakao-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .45);
}

.kakao-modal__dialog {
    position: relative;
    width: min(360px, calc(100% - 32px));
    margin: 8vh auto 0;
    background: #fff;
    border-radius: 18px;
    padding: 50px 20px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    outline: none;
}

.kakao-modal__close {
    position: absolute;
    top: 10px;
    right: 12px;
    width: 32px;
    height: 32px;
    border: 0;
    background: transparent;
    font-size: 26px;
    line-height: 1;
    cursor: pointer;
    opacity: .65;
}

.kakao-modal__close:hover {
    opacity: 1;
}

.kakao-modal__header {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 4px;
}

.kakao-modal__title {
    display: none;
}

.kakao-modal__title {
    margin: 0;
    font-size: 22px;
    font-weight: 800;
}

.kakao-modal__qr {
    display: grid;
    place-items: center;
    margin: 14px 0 10px;
}

.kakao-modal__qr img {
    width: 210px;
    height: 210px;
    object-fit: contain;
}

.kakao-modal__text {
    font-size: 1.2rem;
    text-align: center;
    margin: 0 0 10px;
    font-weight: 700;
    color: #111;
    line-height: 1.45;
}

.kakao-modal__subtext {
    text-align: center;
    margin: 0 0 12px;
    color: #666;
}

.kakao-modal__btn {
    display: block;
    text-decoration: none;
    text-align: center;
    background: #FEE500;
    color: #111;
    font-weight: 800;
    padding: 12px 14px;
    border-radius: 12px;
}

.kakao-modal__btn:hover {
    filter: brightness(0.98);
}

.ast-button,
.button,
button,
input[type=button],
input[type=reset],
input[type=submit] {
    padding: 0;
}