/*
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.9.0.1742434521
Updated: 2025-03-20 10:35:21

*/
* {
    word-break: keep-all;
    line-height: 1.4;
    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;
}

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

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

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

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

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

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

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

.padding {
    padding: 100px 20px;
}

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

.pri-color {
    color: #0482ff;
}

/** 메인페이지 **/
.index01-area {
    padding: 0 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    background-image: url('/wp-content/uploads/2025/03/index01-back.jpg');
}

.index01-area .index01 .index01-t01 {
    font-size: 1.1rem;
    color: #0482ff;
    font-weight: 500;
}

.index01-area .index01 .index01-t02 {
    margin: 10px 0px 30px 0px;
    font-size: 4rem;
    font-weight: bold;
    color: white;
    line-height: 1.1;
}

.index01-area .index01 .index01-t03 {
    font-size: 1.1rem;
    color: white;
}

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

.index02 .index02-t01 {
    color: #333;
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.index03-area {
    text-align: center;
    background-image: url('/wp-content/uploads/2025/03/index03-back.jpg');
}


.index03-area .index03 .index03-t01 {
    font-size: 2rem;
    color: white;
    font-weight: bold;
}

.index03-area .index03 .index03-t02 {
    font-size: 1.1rem;
    color: white;
    margin: 20px 0px 50px 0px;
}

.index03-area .index03 .index03-t03 a,
.index07-area .index07 .index07-t03 a {
    display: inline-block;
    padding: 15px 30px;
    color: white;
    background-color: #0482ff;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    border-radius: 30px;
}

.index03-area .index03 .index03-t03 a:hover,
.index07-area .index07 .index07-t03 a:hover {
    background-color: black;
    transition: .5s;
}

.index-title {
    font-weight: bold;
    color: #333;
    font-size: 2rem;
    text-align: center;
}

.index-descr {
    text-align: center;
    font-size: 1.1rem;
    margin: 10px 0px 50px 0px;
}

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

.index04-box .index04-box-t02 {
    color: #333;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

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

.index05-box .index05-box-t02 {
    color: #333;
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: bold;
}

.index05-box .index05-box-t03 {
    margin-top: 10px;
}

.index05-area {
    background-color: #eeeeee;
}

.index06-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.index06-box-t02 {
    margin: 20px 0px;
    color: #333;
    font-weight: bold;
    font-size: 1.2rem;
}

.index07-area {
    text-align: center;
    background-image: url('/wp-content/uploads/2025/03/index07-back.jpg');
}

.index07-area .index07 .index07-t01 {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
}

.index07-area .index07 .index07-t02 {
    font-size: 1.1rem;
    margin: 20px 0px 50px 0px;
}

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

.index08 .index08-t01 {
    font-size: 2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 30px;
}

.index08 .index08-t02 {
    font-size: 1.1rem;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row{
    min-height: unset;
}

/** 헤더 **/
.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
}

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

.ast-mobile-popup-drawer .ast-mobile-popup-header {
    background-color: #0482ff;
}

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

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

.footer-t02 {
    color: white;
    font-size: .9rem;
}

.footer img {
    max-width: 150px;
}

.service-bread {
    text-align: center;
    background-image: url('/wp-content/uploads/2025/03/service-back.jpg');
}

.bread {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    min-height: 360px;
    text-align: center;
    padding: 125px 20px;
}

.bread .bread-t01 {
    font-size: 1.2rem;
    color: #0482ff;
    font-weight: 500;
}

.bread .bread-t02 {
    margin-top: 10px;
    color: #333;
    font-size: 1.5rem;
    font-weight: bold;
}

.service01-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    text-align: center;
}

.service01-box .service01-box-t02 {
    margin: 20px 0px;
    font-size: 1.2rem;
    color: #333;
    font-weight: bold;
}

.service02-area {
    background-color: #eeeeee;
}

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

.entry-content ul,
.entry-content ol {
    padding: 0;
    margin: 0;
}

ul,
li {
    list-style-type: none;
}

.service02 {
    font-size: 1.1rem;
}

.service02 .service02-t01 {
    font-size: 2rem;
    color: #333;
    font-weight: bold;
}

.service02 .service02-t02 {
    margin: 10px 0px 30px 0px;
    font-size: 1.1rem;
}

.service02 .service02-t03 {
    font-size: 1.1rem;
    color: #0482ff;
    margin-bottom: 10px;
    font-weight: bold;
}

.margintop30 {
    margin-top: 30px;
}

.service02-t05 {
    margin-top: 30px;
    color: #333;
    font-weight: bold;
}

.floting-area {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}

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

.floting-area .floting a {
    width: 100%;
    max-width: 300px;
    text-align: center;
    border-radius: 30px 30px 0px 0px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    background-color: #0482ff;
    padding: 20px 20px 10px 20px;
    display: block;
    color: white;
    font-weight: bold;
}

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

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

.fire-bread {
    background-image: url('/wp-content/uploads/2025/03/fire-bread.jpg');
}

.black {
    color: #333 !important;
}

.prd-image {
    margin: 20px 0px;
    display: inline-block;
}

.grey-back {
    background-color: #eeeeee;
}

.factory-bread {
    background-image: url('/wp-content/uploads/2025/03/factory-brad.jpg');
}

.margintop20 {
    margin-top: 20px;
}

.check ul li::before {
    color: #0482ff;
    margin-right: 8px;
    content: '\f058';
    font-weight: 900;
    font-family: 'Font Awesome\ 5 Free';
}

.care-bread {
    background-image: url('/wp-content/uploads/2025/03/care-bread.jpg');
}

.care01-box {
    position: relative;
}

.care01-box .care01-box-image {
    position: relative;
}

.care01-box .care01-box-descr {
    padding: 50px 20px;
    text-align: center;
    width: 100%;
    max-width: 800px;
    margin: -50px auto 0px auto;
    position: relative;
    z-index: 999;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.care01-box .care01-box-descr .care01-box-descr-t01 span {
    display: inline-block;
    background-color: #0482ff;
    color: white;
    border-radius: 50%;
    padding: 10px 13px;
    font-weight: bold;
    font-size: 1.1rem;
}

.care01-box .care01-box-descr .care01-box-descr-t02 {
    margin: 20px 0px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.care01-box .care01-box-descr .care01-box-descr-t03 {
    font-size: 1.1rem;
}

.margintop50 {
    margin-top: 50px;
}

.care02-area {
    background-image: url('/wp-content/uploads/2025/03/care02-back.jpg');
}

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

.care02-area .care02 .care02-box .rows {
    padding: 50px 30px;
    background-color: white;
}

.care02-area .care02 .care02-box .rows .care02-box-t01 {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
}

.care02-area .care02 .care02-box .rows .care02-box-t02 {
    font-size: 1.1rem;
    margin: 20px 0px;
    min-height: 50px;
}

.care02-area .care02 .care02-box .rows .care02-box-t03 ul li {
    margin-bottom: 5px;
}

.care02-area .care02 .care02-box .rows .care02-box-t03 ul li:last-child {
    margin-bottom: 0px;
}

.service02-t04 ul li {
    margin-bottom: 5px;
}

.service02-t04 ul li:last-child {
    margin-bottom: 0px;
}

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

.care03 .care03-t01 {
    color: #333;
    font-size: 1.2rem;
    font-weight: bold;
}

.care03 .care03-t02 {
    font-size: 1.1rem;
    margin: 20px 0px;
}

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

.care03-t04{
    font-weight: bold;
    margin-bottom: 10px;
}

.care03-t04::before{
    display: inline-block;
    content: "|";
    margin-right: 5px;
}

.care03-t03 ul li{
    margin-bottom: 5px;
}

.care03-t03 ul li:last-child{
    margin-bottom: 0px;
}

@media all and (max-width:767px) {
    .br_pc {
        display: none;
    }

    .br_m {
        display: block;
    }

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

    .index01-area {
        text-align: center;
        padding: 125px 20px;
        min-height: unset;
    }

    .index01-area .index01 .index01-t02 {
        font-size: 2rem;
    }

    .padding {
        padding: 80px 20px;
    }

    .index02 {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .index02 .index02-t01,
    .index03-area .index03 .index03-t01 {
        font-size: 1.5rem;
    }

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

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

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

    .index06-box-t01 img {
        max-width: 120px;
    }

    .index07-area .index07 .index07-t01 {
        font-size: 1.5rem;
    }

    .index08 {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .index08 .index08-t01 {
        font-size: 1.5rem;
    }

    .bread {
        padding: 100px 20px;
    }

    .bread .bread-t02 {
        font-size: 1.5rem;
    }

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

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

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

    .service02 {
        grid-template-columns: 1fr;
    }

    .service02 .service02-t01 {
        font-size: 1.5rem;
    }

    .service03-area .service02 .rows-1 {
        order: 2;
    }

    .service03-area .service02 .rows-2 {
        order: 1;
    }

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

    .care03{
        grid-template-columns: 1fr;
    }

    .care03 .rows-2{
        order: 1;
    }

    .care03 .rows-1{
        order: 2;
    }

    .care01-box .care01-box-descr{
        margin-top: 0;
    }

    .bread{
        min-height: unset;
    }
}

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

    .br_m {
        display: block;
    }

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

    .index01-area {
        text-align: center;
        padding: 125px 20px;
        min-height: unset;
    }

    .index01-area .index01 .index01-t02 {
        font-size: 2rem;
    }

    .padding {
        padding: 80px 20px;
    }

    .index02 {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .index02 .index02-t01,
    .index03-area .index03 .index03-t01 {
        font-size: 1.5rem;
    }

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

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

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

    .index06-box-t01 img {
        max-width: 120px;
    }

    .index07-area .index07 .index07-t01 {
        font-size: 1.5rem;
    }

    .index08 {
        text-align: center;
        grid-template-columns: 1fr;
    }

    .index08 .index08-t01 {
        font-size: 1.5rem;
    }

    .bread {
        padding: 100px 20px;
    }

    .bread .bread-t02 {
        font-size: 1.5rem;
    }

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

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

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

    .service02 {
        grid-template-columns: 1fr;
    }

    .service02 .service02-t01 {
        font-size: 1.5rem;
    }

    .service03-area .service02 .rows-1 {
        order: 2;
    }

    .service03-area .service02 .rows-2 {
        order: 1;
    }

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

    .care03{
        grid-template-columns: 1fr;
    }

    .care03 .rows-2{
        order: 1;
    }

    .care03 .rows-1{
        order: 2;
    }

    .care01-box .care01-box-descr{
        margin-top: 0;
    }

    .bread{
        min-height: unset;
    }
}

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

    .br_m {
        display: none;
    }
}