/*
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.12.0.1767925818
Updated: 2026-01-09 02:30:18

*/

* {
    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 {
    --priarmy: #24592B;
    --black: black;
    --grey: #666;
    --bg: #F5F5F5;
}

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

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

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

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

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

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

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

.padding {
    padding: 125px 20px;
}

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

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

.entry-content .wp-audio-shortcode,
.entry-content .wp-embedded-audio,
.entry-content .wp-embedded-video,
.entry-content .wp-video,
.entry-content p {
    display: none;
}

a{
    outline: 0 !important;
}

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

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

/** 메인페이지 **/
.mentoring-section {
    padding: 150px 20px;
    text-align: center;
    background-image: url('/wp-content/uploads/2026/01/mentoring-bg.jpg');
}

.mentoring-d {
    font-size: 1.2rem;
    color: var(--priarmy);
    font-weight: bold;
}

.mentoring-t {
    padding: 30px 0px 50px 0px;
    font-size: 2.5rem;
}

.bold {
    font-weight: bold;
}

.btn-warp a {
    display: inline-block;
    font-weight: 500;
    color: var(--black);
    padding: 10px 30px;
    border: 1px solid var(--black);
}

.btn-warp a:hover {
    color: white;
    background-color: var(--priarmy);
    border: 1px solid var(--priarmy);
}

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

.stats-card {
    background-color: var(--bg);
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.stats-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.stats-label {
    font-size: 1.2rem;
    font-weight: bold;
    color: var(--black);
}

.stats-value {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.stats-value .js-count {
    font-size: 3rem;
    font-weight: bold;
    color: var(--priarmy);
}

.stats-unit {
    color: var(--black);
}

.stats-icon {
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.title {
    font-size: 2rem;
    color: var(--black);
    font-weight: bold;
    text-align: center;
}

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

.with-name {
    text-align: center;
    font-size: 1.2rem;
    color: var(--black);
    padding-top: 20px;
}

.with-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
    text-align: center;
    font-weight: bold;
}

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

.cate-section {
    background-image: url('/wp-content/uploads/2026/01/cate-bg.jpg');
}

.cate-section .title,
.cate-section .descr {
    color: white;
}

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

.cate-grid .cate-items {
    background-color: white;
}

.cate-img img {
    width: 100%;
    object-fit: cover;
}

.cate-info {
    text-align: center;
    padding: 30px 20px;
}

.cate-t {
    font-size: 1.5rem;
    color: var(--black);
    font-weight: bold;
}

.cate-d {
    padding: 20px 0px;
    font-size: 1.1rem;
    color: var(--grey);
}

.cate-info .btn-warp a {
    color: white;
    background-color: var(--priarmy);
}

.cate-info .btn-warp a:hover {
    transition: .5s;
    background-color: black;
}

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

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

.step-items {
    text-align: center;
    padding: 50px 20px;
    background-color: white;
}

.step-t{
    padding-top: 20px;
    font-size: 1.2rem;
    color: var(--black);
    font-weight: bold;
}

.step-s{
    padding: 0px 0px 20px 0px;
    font-size: .9rem;
    color: var(--grey);
}

.step-number{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--priarmy);
    color: white;
}

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

.step-d{
    letter-spacing: -.5px;
}

/** 서브페이지 **/
.bread-section{
    text-align: center;
    padding: 100px 20px;
}

.bank-bread{
    background-image: url('/wp-content/uploads/2026/01/bank-bg.jpg');
}

.bread-t{
    font-size: 2.5rem;
    font-weight: bold;
    color: black;
}

.bread-s{
    font-size: 1.1rem;
    color: var(--grey);
    padding-bottom: 10px;
}

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

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

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

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

/** 퀵 메뉴 **/
.quick {
    z-index: 999;
    position: fixed;
    right: 30px;
    bottom: 30px;
}

/** 푸터 **/
.footer-seciton {
    color: white;
    font-size: .9rem;
    text-align: left;
}

.footer-t01 {
    font-size: 1.2rem;
    font-weight: bold;
}

.footer-t02 {
    padding-top: 15px;
}

.footer-t03 {
    padding-bottom: 15px;
}

.footer-t04 {
    opacity: 0.5;
}