/*
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 6,000+ 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.13.3.1779777515
Updated: 2026-05-26 06:38:35

*/

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

:root {
    --big: 2.5rem;
    --banner-text: 2rem;
    --midium: 1.5rem;
    --small: 1.2rem;
    --text: 1.1rem;
    --main: #10275B;
    --sub: #83A8FF;
    --grey: #666;
    --black: black;
}

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

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

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

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

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

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

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

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

.entry-content :where(h1, h2, h3, h4, h5, h6) {
    margin-bottom: 0;
}

.br_m{
    display: none;
}

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

.ast-theme-transparent-header #ast-desktop-header>.ast-main-header-wrap>.main-header-bar,
.ast-theme-transparent-header.ast-header-break-point #ast-mobile-header>.ast-main-header-wrap>.main-header-bar {
    border-bottom-width: 1px;
}

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

.main-header-menu .sub-menu .current_page_item .menu-link {
    color: var(--black);
}

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

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

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

.ast-builder-menu-1 .menu-item.current-menu-item > .menu-link, .ast-builder-menu-1 .inline-on-mobile .menu-item.current-menu-item > .ast-menu-toggle, .ast-builder-menu-1 .current-menu-ancestor > .menu-link{
    outline: 0;
}

#primary-site-navigation-desktop .ast-icon.icon-arrow svg{
    display: none;
}

/** 메인페이지 **/
.hero-section {
    padding: 250px 20px;
    background-image: url('/wp-content/uploads/2026/05/hero_bg.jpg');
}

.hero-t {
    line-height: 1;
    font-size: 3rem;
    color: white;
}

.hero-d {
    margin: 20px 0px 50px 0px;
    font-size: var(--text);
    color: white;
}

.button-box a {
    font-weight: bold;
    font-size: var(--text);
    padding: 10px 30px;
    display: inline-block;
    background-color: white;
    color: var(--main);
}

.button-box a:hover{
    color: white;
    transition: .5s;
    background-color: black;
}

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

.bold {
    font-weight: bold;
}

.padding {
    padding: 100px 20px;
}

.title {
    color: white;
    font-size: var(--big);
}

.with-section {
    background-image: url('/wp-content/uploads/2026/05/with_bg.jpg');
}

.with-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    margin-top: 50px;
}

.with-card {
    background-color: white;
}

.with-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
    padding: 20px;
}

.with-title::before {
    display: inline-block;
    content: "|";
    vertical-align: middle;
    padding-right: 10px;
}

.with-descr {
    padding: 0 20px 20px 20px;
    color: var(--grey);
    font-size: var(--text);
    font-weight: 500;
}

.with-img img {
    width: 100%;
    object-fit: fill;
}

.info-grid {
    display: grid;
    grid-template-columns: 66.666% 1fr;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.info-left {
    font-size: var(--big);
    font-weight: bold;
    color: black;
}

.info-right {
    color: var(--grey);
    font-size: var(--text);
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.service-card:nth-child(1),
.service-card:nth-child(3),
.service-card:nth-child(5) {
    background-color: #F4F3EE;
}

.service-card:nth-child(2),
.service-card:nth-child(4) {
    background-color: #ECEAE2;
}

.service-card {
    border-radius: 30px;
    padding: 40px 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #eee;
}

.service-title {
    color: black;
    font-weight: bold;
    font-size: var(--midium);
    margin: 20px 0px 10px 0px;
}

.service-more {
    margin-top: 20px;
}

.service-more a {
    display: block;
    text-align: right;
}

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

.choice-section {
    background-color: #F4F3EE;
}

.choice-grid {
    display: grid;
    grid-template-columns: 33.333% 1fr;
    gap: 30px;
}

.choice-s {
    font-size: var(--text);
    font-weight: 500;
}

.choice-t {
    color: var(--black);
    margin: 20px 0px;
    font-size: var(--big);
    font-weight: bold;
    line-height: 1.2;
}

.choice-d {
    color: var(--grey);
    font-size: var(--text);
}

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

.choice-card {
    padding: 50px 20px;
    background-color: white;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.choice-card .choice-card-t {
    font-size: var(--midium);
    font-weight: bold;
    color: var(--main);
}

.choice-card .choice-card-d {
    margin: 20px 0px;
    padding: 20px 0px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    color: var(--black);
}

.choice-card .choice-card-n {
    font-weight: 500;
    text-align: right;
    color: var(--grey);
}

.partner-section {
    background-image: url('/wp-content/uploads/2026/05/partner_bg.jpg');
}

.partner-left {
    font-size: var(--big);
    color: white;
    font-weight: bold;
    line-height: 1.4;
}

#wpforms-247{
    margin: 0;
    padding: 40px 30px;
    background-color: rgba(255, 255, 255, 0.7);
}

div.wpforms-container-full button[type=submit]{
    width: 100%;
}

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

/** 서브페이지 **/
.banner-section {
    padding: 200px 20px 150px 20px;
}

.banner-section h2 {
    color: white;
    font-size: var(--big);
    font-weight: 400;
    text-align: center;
}

.introduce-banner {
    background-image: url('/wp-content/uploads/2026/05/introduce_bg-1.jpg');
}

.hospital-banner {
    background-image: url('/wp-content/uploads/2026/05/hos_bg.jpg');
}

.corporate-banner {
    background-image: url('/wp-content/uploads/2026/05/nnk.jpg');
}

.individual-banner {
    background-image: url('/wp-content/uploads/2026/05/individual_bg.jpg');
}

.investigation-banner {
    background-image: url('/wp-content/uploads/2026/05/individual_bg-1.jpg');
}

.claim-banner {
    background-image: url('/wp-content/uploads/2026/05/claim_bg.jpg');
}

.greeting-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
}

.greeting-d {
    margin: 20px 0px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    color: var(--grey);
}

.greeting-t {
    font-size: var(--midium);
    font-weight: bold;
    color: var(--black);
}

.greeting-s {
    text-align: right;
    font-weight: bold;
}

.standards-section {
    background-color: #F5F3EE;
}


.standards-section .title,
.chart-section .title {
    text-align: center;
    font-weight: bold;
    color: var(--black);
}

.descr {
    text-align: center;
    color: var(--grey);
    font-size: var(--text);
    margin-top: 10px;
    margin-bottom: 50px;
}

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

.standards-card {
    padding: 50px 20px;
    text-align: center;
    border-right: 1px solid #9D9D9D;
}

.standards-card:last-child {
    border-right: 0;
}

.standards-title {
    color: var(--main);
    font-weight: bold;
    font-size: var(--small);
    margin: 20px 0px 10px 0px;
}

.standards-descr {
    font-size: .9rem;
    line-height: 1.7;
}

.place-section {
    background-color: black;
}

.place-section .title {
    text-align: center;
    font-weight: bold;
}

.place-descr {
    font-size: var(--text);
    color: white;
    margin-top: 30px;
    text-align: center;
}

.tax-t {
    color: var(--black);
    font-size: var(--midium);
    text-align: center;
    font-weight: bold;
    padding-bottom: 50px;
    border-bottom: 1px solid #eee;
    line-height: 1.7;
}

.process-box {
    margin-top: 80px;
}

.process-t {
    font-size: var(--big);
    font-weight: bold;
    color: var(--black);
    text-align: center;
}

.process-d {
    margin: 10px 0px 50px 0px;
    font-size: var(--text);
    color: var(--grey);
    text-align: center;
}

.process-step {
    margin: 50px 0px;
}

.process-name {
    font-size: var(--midium);
    color: var(--main);
    font-weight: bold;
}

.process-caption {
    font-size: var(--midium);
    color: var(--black);
    text-align: center;
}

.process-name {
    margin-bottom: 30px;
}

.process-m {
    display: none;
}

.process-m .img {
    margin-bottom: 10px;
}

.process-m .img:last-child {
    margin-bottom: 0;
}

.investigation-box {
    margin-top: 50px;
}

.change-section {
    background-image: url('/wp-content/uploads/2026/05/change_bg.jpg');
}

.change-section .title {
    text-align: center;
    font-weight: bold;
}

.change-section .descr {
    color: white;
    text-align: center;
}

.change-caption {
    margin-top: 50px;
    color: white;
    font-size: var(--midium);
    text-align: center;
}

.inprocess-box {
    padding: 50px 0px;
    border-bottom: 1px solid #eee;
}

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

.inprocess-t {
    font-size: var(--big);
    font-weight: bold;
    color: var(--black);
}

.inprocess-d {
    color: var(--grey);
    margin-top: 10px;
    font-size: var(--small);
}

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

.tagr-t{
    color: var(--main);
    font-size: var(--midium);
    font-weight: bold;
    margin-bottom: 20px;
}

.tagr-d{
    color: var(--black);
    font-size: var(--small);
}

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

.why-section{
    background-image: url('/wp-content/uploads/2026/05/why_bg.jpg');
}

.why-section .title{
    color: white;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

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

.why-caption{
    margin-top: 50px;
    color: white;
    font-size: var(--midium);
    text-align: center;
}

.coming{
    color: white;
    padding: 200px 20px;
    font-size: 2.5rem;
    text-align: center;
    font-weight: bold;
    background-color: black;
}

/** 푸터 **/
ul,
ol,
li {
    list-style-type: none;
    ;
}

ol,
ul {
    margin: 0;
    padding: 0;
}

.footer-grid {
    color: #B8B8B8;
    text-align: left;
    display: grid;
    grid-template-columns: 33.333% 1fr;
    justify-content: center;
    align-items: center;
}

.footer-left {
    line-height: 1.6;
}

.ast-footer-copyright p {
    display: none;
}

.footer-right {
    display: flex;
    justify-content: flex-end;
    gap: 50px;
}

.footer-list-t {
    font-weight: bold;
    margin-bottom: 10px;
}

.footer-right ul li a {
    color: #B8B8B8;
}

.footer-right ul li {
    margin-bottom: 8px;
}

.footer-right ul li:last-child {
    margin-bottom: 0;
}

.footer-copy {
    margin-top: 30px;
    color: #B8B8B8;
    font-size: .9rem;
    text-align: left;
}

@media all and (max-width:767px) {
    :root{
        --big:2rem;
    }

    .br_m{
        display: block;
    }

    .br_pc{
        display: none;
    }

    .process-pc {
        display: none;
    }

    .process-m {
        display: block;
    }

    .hero-section{
        padding: 150px 20px;
    }

    .hero-t{
        font-size: 2rem;
    }

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

    .padding{
        padding: 60px 20px;
    }

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

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

    .service-icon img{
        width: 50px;
    }

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

    .choice-right{
        grid-template-columns: 1fr;
    }

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

    .banner-section{
        padding: 150px 20px 125px 20px;
    }

    .greeting-grid{
        gap: 30px;
        grid-template-columns: 1fr;
    }

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

    .tax-t{
        line-height: 1.7;
    }

    .standards-card{
        padding: 20px;
        border-right: 0;
    }

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

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

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

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

    .footer-right{
        display: none;
    }
}

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

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