/*
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.10.1756432545
Updated: 2025-08-29 10:55:45

*/
* {
    line-height: 1.5;
    font-family: 'Nanum Square Neo';
}

:root {
    --primary-color: #015AFF;
    --text-color: black;
    --bg-color: #F2F2F2;
}

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

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

.ast-mobile-header-wrap .ast-primary-header-bar,
.ast-primary-header-bar .site-primary-header-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
}

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

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

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

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

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

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

.site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: none;
}

.ast-header-break-point .site-below-footer-wrap[data-section="section-below-footer-builder"] {
    display: none;
}

.padding {
    padding: 100px 20px;
}

.index01-section {
    padding: 100px 20px 0px 20px;
    background-image: url('/wp-content/uploads/2025/08/index01-back.jpg');
}

.index-s {
    font-size: 1.5rem;
    text-align: center;
    color: var(--primary-color);
}

.index-s img {
    display: inline-block;
}

.index-t {
    font-weight: bold;
    color: var(--text-color);
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 50px;
}

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

.contact-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 20px;
    border-radius: 12px;
    color: #fff;
    transition: transform 0.2s ease;
}

.contact-box:hover {
    transition: .5s;
    transform: translateY(-3px);
}

.phone {
    background: linear-gradient(135deg, #4a90e2, #357ae8);
}

.kakao {
    background: #ffe812;
    color: #000;
}

.contact-text {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: bold;
}

.contact-text img {
    display: inline-block;
}

.contact-info {
    text-align: center;
    width: 100%;
    max-width: 300px;
    font-size: 1.5rem;
    font-weight: bold;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 8px;
}

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

a:hover,
a:focus {
    transform: .5s;
    color: var(--text-color);
}

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

.indexs03-box .indexs03 {
    margin-bottom: 30px;
}

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

.index05-section {
    background-image: url('/wp-content/uploads/2025/08/index05-back.jpg');
}

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

.indexs05-box .indexs05 {
    margin-bottom: 30px;
}

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

.index06-section {
    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;
}

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

.footer {
    font-size: .9rem;
    color: white;
    color: var(--text-color);
    text-align: center;
    padding: 50px 20px;
}

.footer p {
    color: white;
}

.margintop20 {
    margin-top: 20px;
}

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

/** 한결뱅크 **/
.main01-section {
    padding: 100px 20px 0px 20px;
    background-image: url('/wp-content/uploads/2025/10/main01.jpg');
}

/* GRID 컨테이너 */
.contact-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    max-width: 1080px;
    padding: 0 12px;
}

.card {
    color: white;
    display: grid;
    grid-template-rows: auto 1fr auto;
    place-items: center;
    text-decoration: none;
    padding: 60px 20px;
    position: relative;
    box-shadow: 0 8px 20px rgba(0, 0, 0, .15);
    transition: transform .15s ease, box-shadow .15s ease;
    overflow: visible;
    border-radius: 30px;
}

.card--call {
    background-color: var(--primary-color);
}

.card--call a:hover{
    color: white;
}

.card--kakao a:hover{
    color: var(--text-color);
}

.card--kakao {
    background-color: #FFEA00;
    color: var(--text-color);
}

.badge {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    width: 52px;
    height: 52px;
    border-radius: 999px;
    background: var(--white);
    color: var(--blue);
    display: grid;
    place-items: center;
    box-shadow: 0 6px 16px rgba(0, 0, 0, .18);
    font-weight: 700;
}

.card--call .badge {
    background-color: var(--primary-color);
}

.card--kakao .badge {
    background-color: #FFEA00;
}

.badge--kakao {
    color: #3a1d1d;
}

/* 카톡 말풍선 컬러(딥브라운 계열) */
.badge__label {
    position: absolute;
    inset: 0;
    display: grid;
    place-items: center;
    font-size: .72rem;
    letter-spacing: .5px;
    color: #fff;
    mix-blend-mode: normal;
}

.badge--kakao svg {
    color: #3a1d1d;
}

.badge--kakao .badge__label {
    color: #fff;
    font-weight: 800;
}

/* 제목 */
.card__title {
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    line-height: 1.15;
    margin-top: 6px;
    margin-bottom: 22px;
    word-break: keep-all;
}

/* 하단 흰색 알약(pill) */
.pill {
    width: min(92%, 520px);
    background: var(--white);
    border-radius: 999px;
    padding: 18px 22px;
    display: grid;
    place-items: center;
    background-color: white;
}

.pill__text {
    font-size: 2rem;
    color: var(--text-color);
    letter-spacing: 1px;
    font-weight: 900;
}

.card:focus-visible {
    outline: 3px solid #111;
    outline-offset: 4px;
}

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

.gradius-box {
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    color: var(--primary-color);
    background-color: var(--bg-color);
    padding: 10px 20px;
    border-radius: 30px;
}

.radius-box {
    font-size: 1.1rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    color: var(--primary-color);
    background-color: white;
    padding: 10px 20px;
    border-radius: 30px;
}

.main-t {
    font-size: 2.5rem;
    font-weight: 900;
    color: var(--text-color);
    padding: 20px 0px 50px 0px;
    text-align: center;
}

.main03-section {
    background-color: #E6EFFF;
}

.main03-2{
    margin: 30px 0px;
}

.main05-section{
    background-image: url('/wp-content/uploads/2025/10/main05.jpg');
}

.main05-img{
    margin-bottom: 30px;
}

.main05-img img{
    box-sizing: border-box;
    border: 1px solid #eee;
    border-radius: 40px;
}

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

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

.main07-section{
    line-height: 1.5;
    padding: 50px 20px;
    color: white;
    font-size: .9rem;
    text-align: center;
    background-color: black;
}

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

    .br_m {
        display: block;
    }

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

    .index01-section {
        padding: 60px 20px 0px 20px;
    }

    .padding {
        padding: 60px 20px;
    }

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

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

    .contact-box {
        padding: 30px 20px;
    }

    .contact-text {
        font-size: 1.5rem;
    }

    .contact-text img {
        width: 40px;
    }

    /** 한결뱅크 **/
    .main01-section{
        padding: 60px 20px 0px 20px;
    }

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

    .contact-grid{
        padding: 0;
    }

    .card{
        padding: 40px 20px;
    }

    .pill__text{
        white-space: nowrap;
        text-align: center;
        font-size: 1.5rem;
    }

    .card__title{
        font-size: 1.5rem;
    }

    .gradius-box{
        font-size: .9rem;
    }

    .main05-img{
        margin-bottom: 20px;
    }
}

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

    .br_m {
        display: none;
    }
}

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

    .br_m {
        display: none;
    }
}