/*
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.4.1782364459
Updated: 2026-06-25 14:14:19

*/

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

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

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

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

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

.padding {
    padding: 120px 20px;
}

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

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

.hero-section h1 {
    color: white;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-align: center;
}

.hero-section .descr {
    margin: 30px 0px;
    color: white;
}

p,
.entry-content p {
    margin-bottom: auto;
}

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

.hero-location {
    font-weight: 500;
    color: white;
    border-radius: 8px;
    padding: 10px 30px;
    display: inline-block;
    background-color: var(--ast-global-color-0);
}

.sub {
    text-align: center;
    color: var(--ast-global-color-0);
    font-weight: 500;
}

.descr {
    text-align: center;
}

.title {
    margin: 15px 0px;
    text-align: center;
}

.business-section {
    padding: 120px 0px 0px 0px;
}

/* 카드 */
.business-box {
    margin-top: 80px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.business-card {
    height: 600px;
    flex: 1;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    transition: flex .8s cubic-bezier(.23, 1, .32, 1), background-size .8s ease;
}

/* Hover 시 해당 카드 확대 */
.business-section:hover .business-card {
    flex: .9;
}

.business-section .business-card:hover {
    flex: 1.45;
    background-size: 110%;
}

/* 검정 오버레이 */
.business-card::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
    transition: .6s;
    z-index: 1;
}

.business-card:hover::before {
    background: rgba(0, 0, 0, .28);
}

/* 보라색 그라데이션 */
.gradient {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(to top,
            rgba(27, 96, 237, .95) 0%,
            rgba(27, 96, 237, .65) 45%,
            rgba(27, 96, 237, 0) 100%);
    transition: .75s cubic-bezier(.23, 1, .32, 1);
    z-index: 2;
}

.business-card:hover .gradient {
    height: 100%;
}

/* 내용 */
.content {
    position: relative;
    z-index: 5;
    color: white;
    text-align: center;
    transition: .6s;
}

/* 버튼 */
.cate {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 48px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .8);
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 30px;
    letter-spacing: 1px;
    transition: .4s;
}

.business-card:hover .cate {
    background: #fff;
    color: var(--ast-global-color-0);
    border-color: #fff;
}

/* 제목 */
.content h2 {
    color: white;
    transition: .4s;
}

.business-card:hover h2 {
    transform: translateY(-10px);
    letter-spacing: 1px;
}

/* 설명 */
.content p {
    opacity: .8;
    transform: translateY(30px);
    transition: .5s;
}

.business-card:hover p {
    opacity: 1;
    transform: translateY(0);
}

/* 왼쪽에서 빛이 스쳐가는 효과 */
.business-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: -120%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0),
            rgba(255, 255, 255, .18),
            rgba(255, 255, 255, 0));
    transform: skewX(-25deg);
    transition: 1s;
    z-index: 4;
}

.business-card:hover::after {
    left: 170%;
}

.service-wrap {
    margin-top: 80px;
}

.service-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    margin-bottom: 60px;

}

.service-card {
    position: relative;
    background: #fff;
    border-radius: 30px;
    padding: 55px;
    min-height: 310px;
    transition: .4s;
    overflow: hidden;
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: #1b60ed;
    transition: .45s;

}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 50px rgba(0, 0, 0, .12);

}

.service-card:hover::before {
    width: 100%;
}

.number {
    color: #1b60ed;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 30px;
}

.icon {

    position: absolute;

    right: 55px;
    top: 55px;

    width: 80px;
    height: 80px;

    border-radius: 18px;

    background: #1b60ed;

    display: flex;
    justify-content: center;
    align-items: center;

    transition: .4s;

}

.icon img {

    width: 42px;

}

.service-card:hover .icon {

    transform: rotate(10deg) scale(1.1);

}

.service-card h3 {

    font-size: 48px;

    margin-bottom: 25px;

    color: #333;

}

.service-card p {

    font-size: 23px;

    color: #555;

    line-height: 1.8;

}

.service-info {

    background: #233f78;

    border-radius: 30px;

    padding: 45px 60px;

    display: grid;

    grid-template-columns: repeat(4, 1fr);

    color: #fff;

}

.info-item span {

    display: block;

    color: #cbd7ef;

    margin-bottom: 18px;

    font-size: 18px;

}

.info-item h3 {

    font-size: 52px;

    font-weight: 700;

}