/*
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.0.1747551579
Updated: 2025-05-18 15:59:39

*/
* {
    word-break: break-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;
}

:root {
    --primary-color: #3DAD9A;
    --text-color: #333;
    --stext-color: #666;
}

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

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

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

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

.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 .entry-header {
    display: none;
}

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

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

.index01-area {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 650px;
    background-image: url('/wp-content/uploads/2025/05/index01-back.jpg');
}

.index01-area .index01 .index01-t01 {
    font-size: 1.2rem;
    font-weight: 300;
}

.index01-area .index01 .index01-t02 {
    margin: 30px 0px;
    font-size: 3rem;
    color: var(--text-color);
}

.index01-area .index01 .index01-t03 {
    font-size: 1.2rem;
    color: var(--stext-color);
}

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

.padding {
    padding: 100px 20px;
}

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

.index-d {
    font-weight: 500;
    font-size: 1.2rem;
}

.index-t {
    margin: 0px 0px 50px 0px;
    font-size: 2.2rem;
    color: var(--text-color);
}

.index02-area {
    background-color: #F6F6F6;
}

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

.index02-box a {
    min-height: 280px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: white;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
    box-sizing: border-box;
}

.index02-box a:hover {
    transition: .5s;
    background-color: var(--primary-color);
}

.index02-box a:hover .index02-box-t02,
.index02-box a:hover .index02-box-t03 {
    color: white;
}

.index02-box a:hover img {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.index02-box .index02-box-t02 {
    color: var(--stext-color);
    margin: 10px 0px;
}

.index02-box .index02-box-t03 {
    font-size: 1.8rem;
    color: var(--text-color);
    font-weight: bold;
}

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

.footer-area .footer .footer-t01 {
    font-size: 1.1rem;
    font-weight: bold;
    color: white;
    margin-bottom: 20px;
}

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

.copy {
    font-size: .9rem;
    color: #666;
}

.bread {
    color: white;
    text-align: center;
    padding: 100px 20px;
}

.bread .bread-t01 {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 5px;
}

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

.team-bread {
    background-image: url('/wp-content/uploads/2025/05/team-back.png');
}

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

.team-box .rows-1 {
    background-color: #F6F6F6;
}

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

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

.team-box-t01 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-color);
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.team-box-t01 span {
    margin-right: 10px;
    font-size: 1rem;
}

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

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

.profile-box ul li {
    margin-bottom: 3px;
}

.profile-box ul li:last-child {
    margin-bottom: 0px;
}

.main-header-menu>.menu-item>.menu-link,
#astra-footer-menu>.menu-item>.menu-link {
    outline: 0;
}

.coming {
    padding: 100px 20px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: var(--text-color);
}

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

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

.wpsisac-slick-slider .slick-arrow,
.wpsisac-slick-carousal .slick-arrow {
    background-color: var(--primary-color);
}

.wpsisac-slick-carousal.design-1 {
    margin-bottom: 0px;
}

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

.footer-box {
    display: grid;
    grid-template-columns: 160px 1fr;
    gap: 50px;
    text-align: left;
}

.bold {
    font-weight: bold;
}

.footer-box {
    font-size: .9rem;
    color: var(--stext-color);
}

.copy {
    margin-top: 10px;
}

.site-below-footer-wrap[data-section="section-below-footer-builder"].ast-footer-row-mobile-stack .site-footer-section {
    margin-bottom: 0px;
}

.info-bread {
    background-image: url('/wp-content/uploads/2025/06/info-bread.png');
}

.info-box {
    display: grid;
    grid-template-columns: 20% 80%;
    margin-bottom: 50px;
}

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

.info-box .rows-1 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--text-color)
}

.info-box .rows-1::before {
    content: "|";
    display: inline-block;
    color: var(--primary-color);
    margin-right: 10px;
}

#tablepress-1 {
    border-top: 2px solid var(--primary-color);
}

#tablepress-1 th,
#tablepress-1 td {
    text-align: center;
}

.tablepress>:where(thead, tfoot)>tr>* {
    background-color: #F2F2F2;
}

#tablepress-1 .row-4 td {
    color: var(--primary-color);
    font-weight: bold;
}

.info-box ul li {
    font-size: 1.1rem;
    color: var(--text-color);
    margin-bottom: 10px;
}

.info-box ul .circle::before {
    content: "";
    height: 5px;
    width: 5px;
    border-radius: 50%;
    background-color: var(--primary-color);
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.info-box ul li:last-child {
    margin-bottom: 0px;
}

.pading-r {
    padding-left: 15px;
}

.kidney-bread {
    background-image: url('/wp-content/uploads/2025/06/kidney-bread.png');
}

.kidney-box {
    position: relative;
}

.kidney-box-t02 {
    position: relative;
    z-index: 999;
    width: 100%;
    max-width: 1000px;
    margin: -100px auto 0px auto;
    padding: 50px 20px;
    font-size: 1.1rem;
    color: white;
    text-align: center;
    background-color: var(--primary-color);
}

.kidney01-area {
    background-color: #F2F2F2;
}

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

.kidney01-box-t01 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 20px;
    color: var(--text-color);
}

.kidney01-box-t01::before {
    content: "|";
    display: inline-block;
    margin-right: 10px;
    color: var(--primary-color);
}

.kidney01-box-t02 {
    font-size: 1.1rem;
}

.view-bread {
    background-image: url('/wp-content/uploads/2025/06/view-bread.png');
}

.location-bread {
    background-image: url('/wp-content/uploads/2025/06/location-bread.png');
}

.location-info {
    padding: 30px 20px;
    border-top: 1px solid var(--primary-color);
    margin-top: 50px;
}

.location-info .columns {
    display: grid;
    grid-template-columns: 20% 80%;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.location-info .columns:last-child{
    margin-bottom: 0;
}

i {
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    /* Fix version 5.0.9 */
}

.location-info .columns i{
    color: var(--primary-color);
    margin-right: 5px;
}

.location-info .columns .rows-1{
    font-size: 1.2rem;
    color: var(--text-color);
    font-weight: bold;
}

.location-info .columns p{
    color: var(--text-color);
    font-size: 1.1rem;
    margin-bottom: 5px;
}

.location-info .columns p:last-child{
    margin-bottom: 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;
}

.board-bread{
    background-image: url('/wp-content/uploads/2025/06/board-bread.png');
}

.kboard-default-poweredby{
    display: none;
}

#kboard-default-list .kboard-list table td.kboard-list-vote{
    display: none;
}

#kboard-default-document .kboard-document-action{
    display: none;
}

.wpsisac-slick-slider .slick-arrow, .wpsisac-slick-carousal .slick-arrow{
    background-color: unset;
}

.wpsisac-slick-slider .slick-arrow svg, .wpsisac-slick-carousal .slick-arrow svg{
    fill: black;
}

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

    .br_m {
        display: block;
    }

    .padding {
        padding: 80px 20px;
    }

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

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

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

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

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

    .index02-box a {
        padding: 0 20px;
        min-height: 180px;
    }

    .index02-box-t01 img {
        height: 50px;
    }

    .bread {
        padding: 80px 20px;
    }

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

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

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

    .index02-box .index02-box-t03 {
        font-size: 1.5rem;
    }

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

    .footer-box img {
        display: inline-block;
    }

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

    .kidney-box-t02{
        margin: 0;
    }

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

    .location-info .columns{
        gap: 20px;
        grid-template-columns: 1fr;
    }

}

/* 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;
    }

    .wpsisac-slick-carousal.design-1 .slick-next {
        right: -50px !important;
    }

    .wpsisac-slick-carousal.design-1 .slick-prev {
        left: -50px !important;
    }
}