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

:root {
    --bg: #F5F5F5;
    --sbg: #F2F6FF;
}

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

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

a:focus {
    outline: 0;
}

.br_m {
    display: none;
}

button:focus {
    outline: 0;
}

ol, ul{
    margin: 0;
}

ul, li, ol{
    list-style-type: 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-scroll-top {
    display: none !important;
}

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

.ast-close-svg {
    fill: white;
}

/** 메인페이지 **/
.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: 50px;
    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;
}

/* 검정 오버레이 */
.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: 50px;
}

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

}

.service-card {
    position: relative;
    background-color: var(--bg);
    border-radius: 20px;
    padding: 50px;
    transition: .4s;
    overflow: hidden;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #eee;
    box-sizing: border-box;
}

.service-card:hover {
    transform: translateY(-10px);
}

.service-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 5px;
    background: var(--ast-global-color-0);
    transition: .45s;
}

.number {
    font-size: 1.5rem;
    color: var(--ast-global-color-0);
    font-weight: bold;
    margin-bottom: 20px;
}

.icon {
    position: absolute;
    right: 55px;
    top: 55px;
    width: 80px;
    height: 80px;
    border-radius: 18px;
    background: var(--ast-global-color-0);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .4s;
}

.icon img {
    width: 42px;
}

.service-card h2 {
    text-align: left;
    margin-bottom: 20px;
}

.service-info {
    background: #233f78;
    border-radius: 30px;
    padding: 45px 60px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    color: #fff;
}

.info-item p {
    color: white;
    text-align: center;
    font-weight: 500;
    margin-bottom: 10px;
}

.info-item h2 {
    color: white;
}

.banner-section {
    background-image: url('/wp-content/uploads/2026/06/banner_bg.jpg');
}

.banner-section h2,
.banner-section p {
    color: white;
}

.banner-section h2 {
    margin: 0px 0px 20px 0px;
}

.wbutton {
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wbutton a {
    border-radius: 8px;
    font-weight: bold;
    color: var(--ast-global-color-0);
    text-align: center;
    display: inline-block;
    background-color: white;
    padding: 10px 30px;
}

.wbutton a:hover {
    color: white;
    transition: .5s;
    background-color: var(--ast-global-color-0);
}

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

.prcoess-grid .process-card {
    text-align: center;
    padding: 50px 20px;
    border-radius: 20px;
    border: 1px solid #eee;
}

.prcoess-grid .process-s {
    font-size: .9rem;
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block;
    margin: 20px 0px;
    border-radius: 30px;
    color: white;
    text-align: center;
    background-color: var(--ast-global-color-0);
}

.process-t {
    color: black;
    font-weight: bold;
}

.construction-section .title {
    margin: 10px 0 0 0;
}

.construction-section .descr {
    margin: 10px 0px 50px 0px;
}

.more-btn {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.more-btn a {
    font-size: 1rem;
    border-radius: 8px;
    color: #666;
    display: inline-block;
    text-align: center;
    padding: 10px 30px;
    border: 1px solid #eee;
}

.more-btn a:hover {
    transition: .5s;
    color: white;
    background-color: var(--ast-global-color-0);
}

/** 서브페이지 **/
.bread-section {
    padding: 125px 20px;
}

.bread-section .title,
.bread-section .descr {
    color: white;
    text-align: center;
}

.bread-section .title {
    margin: 0px 0px 20px 0px;
}

.setting-bread {
    background-image: url('/wp-content/uploads/2026/06/set_bg.jpg');
}

.portfolio-bread {
    background-image: url('/wp-content/uploads/2026/07/por_bg.jpg');
}

.setting-section .title {
    margin: 0px 0px 15px 0px;
}

.setting-section .check-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
    margin-top: 50px;
}

.check-card .check-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 30px;
}

.check-d {
    padding: 0 20px;
    margin: 20px 0px;
    font-size: 1.2rem;
    font-weight: bold;
    color: black;
}

.check-list {
    padding: 0 20px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.check-list p::before,
.rental-o p::before {
    vertical-align: middle;
    display: inline-block;
    content: "";
    background-image: url('/wp-content/uploads/2026/06/check.png');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    margin-right: 5px;
}

.check-list p {
    font-size: .9rem;
}

.check-list p:last-child {
    margin-bottom: 0;
}

.check-arrow {
    margin: 25px 0px;
}

.check-arrow img {
    display: block;
    margin: 0 auto;
}

.check-caption {
    padding: 50px 20px;
    font-weight: 500;
    font-size: 1.2rem;
    color: white;
    border-radius: 20px;
    text-align: center;
    background-color: var(--ast-global-color-0);
}

.hidden {
    visibility: hidden;
}

.price-section {
    border-top: 1px solid #eee;
}

.price-section h3 {
    text-align: left;
    margin-bottom: 20px;
}

.price-card {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    border-radius: 12px;
    background-color: var(--bg);
    margin-bottom: 20px;
    font-weight: 500;
}

.price-card:last-child {
    margin-bottom: 0;
}

.price-card .price-left {
    color: black;
}

.price-card .price-right {
    color: red;
}

.setcard-section {
    background-color: var(--sbg);
}

.setcard-section .title {
    margin: 0 0 50px 0px;
}

.setcards-grid {
    text-align: center;
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 30px;
}

.setcards-t {
    margin: 20px 0px;
    font-size: 1.2rem;
    color: black;
    font-weight: bold;
}

.design-section h3 {
    text-align: left;
    margin-bottom: 20px;
}

.design-section h3::before {
    content: "|";
    color: var(--ast-global-color-0);
    margin-right: 5px;
}

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

.design-box {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border-radius: 30px;
}

.design-i {
    margin-bottom: 20px;
}

.design-price {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
}

.design-price:last-child {
    margin-bottom: 0;
}

.design-price-left {
    color: black;
}

.design-price-right {
    color: red;
}

.design-caption {
    margin-top: 48px;
    text-align: center;
    font-weight: 500;
}

.rental-bread {
    background-image: url('/wp-content/uploads/2026/06/rental_bg.jpg');
}

.rental-page .setcard-section {
    background-color: white;
}

.rental-page .setcard-section .title {
    margin: 0 0 15px 0px;
}

.rental-page .setcards-t {
    margin: 15px 0 0 0;
}

.rental-section {
    border-top: 1px solid #eee;
}

.rental-section .title {
    margin: 0;
}

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

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

.rental-t {
    margin: 20px 0px;
    font-size: 1.2rem;
    color: black;
    font-weight: bold;
}

.rental-o p {
    font-size: .9rem;
    margin-bottom: 5px;
}

.rental-o p:last-child {
    margin-bottom: 0;
}

.rental-btn {
    margin-top: 20px;
}

.rental-btn a {
    border-radius: 12px;
    padding: 15px 20px;
    font-weight: 500;
    color: white;
    text-align: center;
    display: block;
    background-color: var(--ast-global-color-0);
}

.rental-btn a:hover {
    transition: .5s;
    background-color: black;
}

.rental-price {
    background-color: var(--sbg);
}

.rental-price .title {
    margin: 0 0 50px 0px;
}

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

.prental-grid h3,
.allprd h3 {
    text-align: left;
    margin-bottom: 20px;
}

.prental-grid h3::before,
.allprd h3::before {
    content: "|";
    color: var(--ast-global-color-0);
    margin-right: 5px;
}

.prental-grid img {
    border-radius: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.allprd {
    margin-top: 30px;
}

.renprocess-section .title {
    margin: 0;
}

.renprocess-grid {
    margin-top: 50px;
    display: grid;
    grid-template-columns: 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr 20px 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
}

.renprocess-d {
    margin-top: 20px;
    font-size: 1rem;
    color: black;
    text-align: center;
    font-weight: bold;
}

.renprocess-grid img {
    display: block;
    margin: 0 auto;
}

.studio-bread {
    background-image: url('/wp-content/uploads/2026/06/stuido_bg.jpg');
}

.studio-page .setcard-section {
    background-color: white;
}

.studio-page .setcard .title {
    margin: 0;
}

.studio-page .setcard .descr {
    margin: 10px 0px 50px 0px;
}

.stucase-section {
    border-top: 1px solid #eee;
}

.stucase-section .title {
    margin: 0 0 50px 0px;
}

.case-section .title {
    margin: 0 0 50px 0px;
}

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

.stucase-grid .stucase-card {
    border-radius: 30px;
    text-align: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.stucase-t {
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    color: black;
    font-weight: bold;
}

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

.build-section {
    background-color: var(--sbg);
}

.build-section .title {
    margin: 0 0 50px 0px;
}

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

.build-grid .build-card {
    border-radius: 8px;
    padding: 15px 30px;
    color: var(--ast-global-color-0);
    text-align: center;
    background-color: white;
    font-weight: bold;
}

.stup-section .title {
    margin: 0 0 50px 0px;
}

.stup-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.stup-grid img {
    display: block;
    margin: 0 auto;
}

.stup-t {
    margin-top: 20px;
    font-size: 1.2rem;
    color: black;
    text-align: center;
    font-weight: bold;
}

.live-bread {
    background-image: url('/wp-content/uploads/2026/06/live_bg.jpg');
}

.live-page .stucase-section .title {
    margin: 0;
}

.live-page .stucase-section .descr {
    margin: 10px 0px 50px 0px;
}

.live-page .stucase-section .stucase-grid {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 30px;
}

.live-page .stucase-section .stucase-grid .stucase-t {
    padding: 20px 0 0 0;
}

.live-page .stucase-section .stucase-grid .stucase-d {
    font-size: 1rem;
    padding: 0px 20px 20px 20px;
    text-align: center;
    margin-top: 5px;
}

.ltype-section {
    background-color: var(--sbg);
}

.ltype-section .title {
    margin: 0;
}

.ltype-section .descr {
    margin: 10px 0px 50px 0px;
}

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

.ltype-grid .ltype-card {
    padding: 40px 20px;
    text-align: center;
    border-radius: 20px;
    background-color: white;
}

.ltype-t {
    margin: 30px 0px 10px 0px;
    color: black;
    font-weight: bold;
}

.gear-section .title {
    margin: 0 0 50px 0px;
}

.gear-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border: 1px solid #eee;
}

.gear-grid img {
    display: block;
    margin: 0 auto;
}

.gear-card {
    padding: 50px 20px;
    border-left: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.gear-t {
    margin-top: 20px;
    font-weight: bold;
    color: black;
    font-size: 1.2rem;
    text-align: center;
}

.live-page .stup-section {
    background-color: var(--sbg);
}

.form-bread {
    background-image: url('/wp-content/uploads/2026/07/form_bg.jpg');
}

.form-section .title {
    margin: 0;
}

.form-section .descr {
    margin: 10px 0px 50px 0px;
}

.form-box {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

.form-page button[type="submit"] {
    width: 100%;
}

/** Kbaord **/
.kboard-card-gallery-poweredby {
    display: none;
}

.kboard-document-action .left {
    display: none;
}

#kboard-card-gallery-list .kboard-list-item .kboard-list-catetory {
    display: none;
}

#kboard-card-gallery-list .kboard-list-item .kboard-list-summary {
    display: none;
}

#kboard-category-form-1 {
    margin-bottom: 20px;
}

/** 플로팅 **/
.floting-section {
    z-index: 999;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 30px;
}

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

.floting-grid a {
    padding: 15px 30px;
    border-radius: 12px;
    display: block;
    text-align: center;
    font-weight: bold;
}

.floting-grid .floting-left a {
    color: white;
    background-color: var(--ast-global-color-0);
}

.floting-grid .floting-right a {
    color: #3E2723;
    background-color: #FFE609;
}

.floting-grid a:hover {
    transition: .5s;
    transform: translateY(-5px);
}

/** 푸터 **/
.follow{
    color: white;
    font-weight: 500;
    margin-bottom: 10px;
    letter-spacing: 2px;
    opacity: .8;
    font-size: 1.2rem;
}

.footer-section {
    text-align: left;
}

.footer-section p {
    color: white;
    opacity: .8;
    font-size: .9rem;
}

.footer-logo {
    margin-bottom: 30px;
}

.footer-logo img {
    filter: brightness(30);
    max-width: 150px;
}

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

.footer-right {
    text-align: right;
}

.footer-sns{
    margin-bottom: 30px;
}

.footer-sns img{
    filter: invert(1);
    width: 30px;
}

.footer-sns ul{
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}


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

    .br_m {
        display: block;
    }

    header .custom-logo-link img,
    .footer-logo img {
        width: 100px;
        max-width: 100px;
    }

    .padding {
        padding: 80px 20px;
    }

    .mhideen {
        display: none;
    }

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

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

    .business-section .descr {
        padding: 0 20px;
    }

    .business-box {
        padding: 0 20px;
        grid-template-columns: 1fr;
    }

    .business-card {
        padding: 80px 20px;
        height: auto;
        margin-bottom: 20px;
    }

    .business-card:last-child {
        margin-bottom: 0;
    }

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

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

    .icon {
        top: unset;
        right: 30px;
        bottom: 30px;
    }

    .footer-sns ul{
        justify-content: flex-start;
    }

    .service-info {
        padding: 50px 60px;
        gap: 20px;
        grid-template-columns: 1fr;
    }

    .info-item {
        padding-bottom: 20px;
        border-bottom: 1px solid #eee;
    }

    .bread-section {
        padding: 80px 20px;
    }

    .setting-section .check-grid {
        gap: 30px;
        grid-template-columns: 1fr;
    }

    .check-d,
    .check-list {
        padding: 0px;
    }

    .check-list {
        grid-template-columns: 1fr;
    }

    .check-caption {
        padding: 30px 20px;
    }

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

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

    .renprocess-grid {
        gap: 20px;
    }

    .renprocess-grid img,
    .stup-grid img,
    .setcards-i img {
        max-width: 100px;
    }

    .icon {
        width: 60px;
        height: 60px;
    }

    .icon img {
        width: 32px;
    }

    .stup-t {
        font-size: 1rem;
    }

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

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

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

    .arrow {
        display: none;
    }

    .setcards-t {
        font-size: 1rem;
    }

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

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

    .stup-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        align-items: flex-start;
        gap: 30px;
    }

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

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

    .gear-grid img {
        max-height: 100px;
    }

    .floting-section {
        padding: 0 20px;
        bottom: 20px;
    }

    .floting-grid {
        gap: 10px;
    }

    .floting-grid a {
        white-space: nowrap;
        font-size: .9rem;
    }

    .floting-grid a img {
        display: none;
    }

    .site-below-footer-wrap[data-section="section-below-footer-builder"]{
        padding-bottom: 100px;
    }

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

    .footer-right {
        display: block;
        text-align: left;
    }
}

/* Tablet (가로폭 768px 이상, 1023px 이하) */
@media all and (min-width:768px) and (max-width:1023px) {
    .ast-primary-header-bar .site-primary-header-wrap{
        padding: 0 20px;
    }

}

/* PC Desktop (가로폭 1024 이상) */
@media all and (min-width:1024px) {
    .site-below-footer-wrap[data-section="section-below-footer-builder"]{
        padding-bottom: 124px;
    }
}