/* ==================================================
   ZGA 작은마음 행복나눔회 - 반응형 커스텀 CSS
================================================== */

/* ==================================================
   공통 기본값 - 폰트 1포인트 하향
================================================== */
html{
    scroll-behavior:smooth;
    -webkit-text-size-adjust:100%;
}

body{
    font-family:'Noto Sans KR','Overpass',Arial,sans-serif !important;
    font-size:15px;
    line-height:1.75;
    word-break:keep-all;
    overflow-x:hidden;
}

img,
.img,
.block-20,
.blog-img,
.gallery{
    max-width:100%;
}

a,
button,
.btn{
    -webkit-tap-highlight-color:transparent;
}

/* 원본 Welfare / Bootstrap 컨테이너 폭 복원 */
.container{
    width:100%;
    max-width:1140px;
    padding-right:15px;
    padding-left:15px;
    margin-right:auto;
    margin-left:auto;
}

.container-fluid{
    width:100%;
    max-width:none;
    padding-right:15px;
    padding-left:15px;
}

@media(min-width:576px){.container{max-width:540px;}}
@media(min-width:768px){.container{max-width:720px;}}
@media(min-width:992px){.container{max-width:960px;}}
@media(min-width:1200px){.container{max-width:1140px;}}

p{
    font-size:15px;
    line-height:1.75;
}


/* ==================================================
   상단 네비게이션 (최종)
================================================== */

/* 로고 */
#ftco-navbar .navbar-brand{
    font-family:"Noto Sans KR", sans-serif !important;
    font-size:20px !important;
    font-weight:800 !important;
    letter-spacing:-0.5px;
    white-space:nowrap;
}

/* 메뉴 */
#ftco-navbar .navbar-nav > .nav-item > .nav-link{
    font-family:"Noto Sans KR", sans-serif !important;
    font-size:15px !important;
    font-weight:800 !important;
    letter-spacing:-0.2px;
}

/* 현재 메뉴 */
#ftco-navbar .navbar-nav > .nav-item.active > .nav-link{
    font-weight:900 !important;
    color:#2589C9 !important;
}

/* 모바일 메뉴 버튼 */
#ftco-navbar .navbar-toggler{
    border:0 !important;
    outline:none !important;
    box-shadow:none !important;
}

/* ==================================================
   모바일 메뉴 글자색 보정
================================================== */
@media(max-width:991px){

    #ftco-navbar .navbar-collapse{
        background:#151515 !important;
        border-radius:10px;
        padding:18px 0;
    }

    #ftco-navbar .navbar-nav > .nav-item > .nav-link{
        color:#ffffff !important;
        font-weight:700 !important;
        padding:12px 18px !important;
        transition:.2s ease;
    }

    #ftco-navbar .navbar-nav > .nav-item.active > .nav-link,
    #ftco-navbar .navbar-nav > .nav-item > .nav-link:hover,
    #ftco-navbar .navbar-nav > .nav-item > .nav-link:focus{
        color:#2589C9 !important;
    }

}


/* ==================================================
   공통 섹션 / 타이틀
================================================== */
.ftco-section{
    padding:95px 0;
}

.heading-section h2,
.section-title,
.zga-declaration .declaration-title{
    font-family:'Noto Sans KR',sans-serif !important;
    font-size:47px !important;
    font-weight:700 !important;
    line-height:1.32;
    letter-spacing:-1.2px;
    color:#222;
}

.heading-section p{
    font-size:15px;
    line-height:1.75;
}

/* ==================================================
   히어로 섹션
================================================== */
.hero-wrap{
    min-height:680px;
    background-size:cover;
    background-position:center center;
    position:relative;
}

.hero-wrap .slider-text{
    min-height:680px;
}

.hero-wrap .subheading{
    font-size:17px;
    font-weight:600;
    letter-spacing:1.5px;
}

.hero-wrap h1{
    font-family:'Noto Sans KR',sans-serif !important;
    font-size:57px;
    font-weight:700;
    line-height:1.32;
    letter-spacing:-2px;
}

.hero-wrap p{
    font-family:'Noto Sans KR',sans-serif !important;
    font-size:17px;
    line-height:1.75;
}

.hero-wrap .btn{
    font-size:14px;
    font-weight:600;
    border-radius:999px;
    margin-bottom:8px;
}

/* ==================================================
   히어로 하단 인트로 카운터
================================================== */
#section-counter .color-1{background:#2589C9 !important;}
#section-counter .color-2{background:#1F7DB8 !important;}
#section-counter .color-3{background:#176FA5 !important;}

#section-counter .block-18{
    width:100%;
    min-height:220px;
}

#section-counter .block-18 .text span,
#section-counter .block-18 .text h3,
#section-counter .block-18 .text p,
#section-counter .block-18 .text strong{
    color:#fff !important;
}

#section-counter .block-18 .text h3{
    font-size:23px;
}

#section-counter .block-18 .text p{
    margin-bottom:0;
    font-size:14px;
}

#section-counter .block-18 .text h3{
    font-size:23px;
    font-weight:bold !important;
    color:#fff !important;
}

#section-counter .counter-title{
    color:#fff !important;
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
    line-height:1.4;
}

#section-counter .counter-title{
    color:#fff !important;
    font-size:24px;
    font-weight:bold;
    margin-bottom:15px;
    line-height:1.4;
}

#section-counter .block-18 .text p{
    color:#fff !important;
    margin-bottom:0;
    font-size:15px;
    line-height:1.7;
}

#section-counter .intro-icon{
    margin-bottom:15px;
}

#section-counter .intro-icon span{
    font-size:52px;
    color:#fff;
    display:inline-block;
}

#section-counter .counter-title{
    color:#fff;
    font-size:24px;
    font-weight:700;
    margin-bottom:15px;
}

/* ==================================================
   설립 목적
================================================== */
#purpose .img-about{
    min-height:460px;
    background-size:cover;
    background-position:center center;
    border-radius:18px;
}

#purpose h2{
    font-size:41px;
    font-weight:700;
    letter-spacing:-1px;
}

#purpose p{
    font-size:15px;
}

/* ==================================================
   핵심 가치 섹션
================================================== */

.zga-values-slider-wrap{
    position:relative;
    width:100%;
}

.zga-values-slider{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:30px;
    width:100%;
    overflow-x:auto !important;
    overflow-y:hidden;
    scroll-behavior:auto;
    padding-bottom:35px;
    -webkit-overflow-scrolling:touch;
    scrollbar-width:none;
    scroll-snap-type:none;
}

.zga-values-slider::-webkit-scrollbar{
    display:none;
}

.zga-values-item{
    flex:0 0 calc((100% - 60px) / 3) !important;
    max-width:calc((100% - 60px) / 3) !important;
    scroll-snap-align:none;
}

.zga-values-item .services{
    width:100%;
    height:100%;
    min-height:250px;
    padding:40px 30px;
    border-radius:18px;

    background:linear-gradient(
        180deg,
        #ffffff 0%,
        #fbfdff 100%
    );

    border:1px solid rgba(0,0,0,.04);

    box-shadow:
        0 4px 10px rgba(0,0,0,.04),
        0 15px 35px rgba(0,0,0,.08);

    transition:all .3s ease;
}

.zga-values-item .services:hover{
    transform:translateY(-8px);

    box-shadow:
        0 10px 20px rgba(0,0,0,.08),
        0 25px 50px rgba(0,0,0,.15);
}

.services .icon{
    margin-bottom:20px;
}

.services .icon i{
    font-size:64px;
    color:#2589C9;
    line-height:1;
}

.services .heading{
    font-size:21px;
    font-weight:800;
    line-height:1.35;
    color:#111;
    margin-bottom:15px;
}

.services p{
    font-size:15px;
    line-height:1.8;
    color:#666;
    margin-bottom:0;
}

.zga-values-control{
    display:flex;
    align-items:center;
    justify-content:center;
    gap:30px;
    margin-top:10px;
}

.zga-values-progress{
    width:55%;
    max-width:520px;
    height:4px;
    background:#e5e5e5;
    border-radius:10px;
    overflow:hidden;
}

.zga-values-progress-bar{
    width:20%;
    height:100%;
    background:#2589C9;
    border-radius:10px;
    transition:.35s ease;
}

.zga-values-arrows{
    display:flex;
    gap:18px;
}

.zga-values-arrows button{
    width:56px;
    height:56px;
    border:0;
    border-radius:50%;
    background:#fff;
    color:#111;
    font-size:28px;
    line-height:56px;
    box-shadow:0 8px 25px rgba(0,0,0,.15);
    cursor:pointer;
    transition:.3s ease;
}

.zga-values-arrows button:hover{
    background:#2589C9;
    color:#fff;
    transform:translateY(-2px);
}

@media(max-width:991px){

    .zga-values-item{
        flex:0 0 calc((100% - 30px) / 2) !important;
        max-width:calc((100% - 30px) / 2) !important;
    }

}

@media(max-width:767px){

    .zga-values-item{
        flex:0 0 85% !important;
        max-width:85% !important;
    }

    .zga-values-item .services{
        min-height:220px;
        padding:30px 25px;
    }

    .services .icon i{
        font-size:54px;
    }

    .services .heading{
        font-size:19px;
    }

    .services p{
        font-size:14px;
        line-height:1.7;
    }

    .zga-values-control{
        gap:12px;
    }

    .zga-values-progress{
        width:55%;
    }

    .zga-values-arrows{
        display:flex;
        gap:10px;
    }

    .zga-values-arrows button{
        width:42px;
        height:42px;
        line-height:42px;
        font-size:20px;
    }

}
/* ==================================================
   주요 사업 섹션
================================================== */
section#business{
    background:#E2F0F6 !important;
    padding:105px 0 119px !important;
}

section#business.bg-light{
    background:#E2F0F6 !important;
}

section#business .container-fluid,
section#business .row,
section#business .col-md-12,
section#business .carousel-cause,
section#business .owl-stage-outer,
section#business .owl-stage,
section#business .owl-item,
section#business .item{
    background:transparent !important;
}

section#business .cause-entry{
    background:#fff !important;
    height:100%;
    border-radius:18px;
    overflow:hidden;
}

section#business .cause-entry .img{
    min-height:230px;
    background-size:cover;
    background-position:center center;
}

section#business .cause-entry h3{
    font-size:20px;
    font-weight:700;
    line-height:1.4;
}

section#business .cause-entry ul{
    margin:0;
    padding-left:20px;
}

section#business .cause-entry ul li{
    margin-bottom:8px;
    line-height:1.65;
    font-size:14px;
}

/* ==================================================
   주요 사업 모바일 보정
================================================== */

@media(max-width:767px){

    section#business{
        padding:60px 0 70px !important;
    }

    section#business .carousel-cause,
    section#business .owl-stage-outer,
    section#business .owl-stage{
        overscroll-behavior-x:contain;
    }

    section#business .cause-entry .img{
        min-height:210px;
    }

    section#business .cause-entry h3{
        font-size:18px;
    }

    section#business .cause-entry ul li{
        font-size:13px;
        line-height:1.55;
    }

}

/* ==================================================
   갤러리 섹션
================================================== */

.ftco-gallery .gallery{
    min-height:260px;
    background-size:cover;
    background-position:center center;
}

.zga-gallery-track{
    display:flex;
    flex-wrap:wrap;
}

.zga-gallery-track .gallery{
    flex:0 0 25%;
    max-width:25%;
}

/* ==================================================
   모바일 갤러리 스와이프
================================================== */

@media(max-width:767px){

    .zga-gallery-swipe{
        overflow:hidden;
        padding:0 0 20px;
    }

    .zga-gallery-track{
        display:flex !important;
        flex-wrap:nowrap !important;
        gap:14px;
        overflow-x:auto;
        overflow-y:hidden;
        padding:0 15px 15px;

        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .zga-gallery-track::-webkit-scrollbar{
        display:none;
    }

    .zga-gallery-track .gallery{
        flex:0 0 78% !important;
        max-width:78% !important;
        min-height:230px;
        border-radius:16px;
        overflow:hidden;
        box-shadow:0 8px 25px rgba(0,0,0,.15);
    }

}

/* ==================================================
   향후 비전 섹션
================================================== */

#vision{
    scroll-margin-top:90px;
}

#vision .blog-entry{
    width:100%;
}

#vision .block-20{
    height:240px;
    background-size:cover;
    background-position:center;
}

#vision .blog-entry .text{
    background:#fff;
}

#vision .heading-section h2{
    font-family:"Noto Sans KR", sans-serif !important;
    font-size:42px;
    font-weight:800 !important;
    color:#000;
    letter-spacing:-0.5px;
}

#vision .heading{
    font-family:"Noto Sans KR", sans-serif !important;
    font-size:22px;
    font-weight:700 !important;
    line-height:1.5;
    color:#000;
}

#vision .meta{
    background:#2589C9 !important;
    color:#fff !important;

    display:flex;
    justify-content:center;
    align-items:center;
    gap:15px;

    padding:10px 15px;
    margin-bottom:18px;

    border-radius:10px;

    font-size:16px;
    font-weight:700;
    line-height:1.2;
}

#vision .meta div{
    color:#fff !important;
    margin:0;
}

#vision ul{
    margin:0;
    padding-left:18px;
}

#vision ul li{
    font-size:14px;
    line-height:1.6;
    margin-bottom:4px;
}

/* ==================================================
   향후 비전 반응형
================================================== */

@media(max-width:991px){

    #vision .block-20{
        height:220px;
    }

    #vision .heading-section h2{
        font-size:36px;
    }

    #vision .heading{
        font-size:20px;
    }

}

@media(max-width:767px){

    #vision .block-20{
        height:210px;
    }

    #vision .heading-section h2{
        font-size:32px;
    }

    #vision .meta{
        font-size:14px;
        gap:10px;
        padding:9px 12px;
    }

    #vision .heading{
        font-size:19px;
    }

    #vision ul li{
        font-size:13.5px;
        line-height:1.55;
    }

}

/* ==================================================
   향후 비전 모바일 단계 배경 강제 적용
================================================== */

@media(max-width:767px){

    #vision .blog-entry .text .meta,
    #vision .blog-entry .text .meta.mb-3{
        background:#2589C9 !important;
        color:#fff !important;

        display:flex !important;
        justify-content:center !important;
        align-items:center !important;
        gap:10px;

        padding:9px 12px !important;
        margin-bottom:18px !important;

        border-radius:10px;
        font-size:14px;
        font-weight:700;
        line-height:1.2;
    }

    #vision .blog-entry .text .meta div{
        color:#fff !important;
    }

}

/* ==================================================
   비전 선언문
================================================== */
.zga-declaration{
    padding:99px 0;
    background:#fff;
    overflow:hidden;
}

.zga-declaration .declaration-wrap{
    background:#43add8;
    margin-left:35%;
    padding:69px 0;
    position:relative;
}

.zga-declaration .declaration-wrap:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:249px;
    height:249px;
    background:rgba(255,255,255,.18);
    border-radius:0 0 249px 0;
}

.zga-declaration .declaration-box{
    display:flex;
    align-items:center;
}

.zga-declaration .declaration-image{
    width:549px;
    min-width:549px;
    height:299px;
    margin-left:-300px;
    background:url("../images/bg_4.jpg") center center no-repeat;
    background-size:cover;
    border-radius:0 0 0 35px;
    position:relative;
    z-index:2;
}

.zga-declaration .declaration-content{
    padding-left:59px;
    color:#fff;
    position:relative;
    z-index:2;
}

.zga-declaration .declaration-content h3,
.campaign-text h3{
    color:#fff;
    font-size:31px;
    font-weight:700;
    line-height:1.58;
    margin-bottom:24px;
    letter-spacing:-1px;
}

.zga-declaration .declaration-content p,
.campaign-text p{
    color:#fff;
    font-size:17px;
    line-height:1.85;
    margin:0;
}

.campaign-box{
    display:flex;
    align-items:center;
    gap:40px;
}

.campaign-img,
.campaign-text{
    flex:1 1 0;
}

.campaign-img img{
    width:100%;
    height:auto;
    display:block;
    border-radius:18px;
}

.campaign-text{
    background:#43add8;
    padding:45px;
    border-radius:18px;
}

.zga-declaration .declaration-title{
    text-align:left;
    font-weight:700;
    margin-bottom:0;
}





/* CTA 버튼 */
.zga-cta-primary{
    color:#ffffff !important;
    font-weight:700 !important;
}

/* Hover */
.zga-cta-primary:hover,
.zga-cta-primary:focus,
.zga-cta-primary:active{
    color:#ffffff !important;
    background:#1f7db8 !important;
    border-color:#ffffff !important;
    text-decoration:none !important;
}

/* Bootstrap 강제 덮어쓰기 */
.zga-final-cta .btn:hover,
.zga-final-cta .btn:focus,
.zga-final-cta .btn:active{
    color:#ffffff !important;
}


/* ==================================================
   푸터
================================================== */
.ftco-footer{
    font-size:14px;
}

.ftco-footer .ftco-heading-2{
    font-family:"Noto Sans KR", sans-serif !important;
    font-size:20px !important;
    font-weight:800 !important;
    color:#fff !important;
    letter-spacing:-0.3px;
}

/* 나눔 이야기 제목 */
.ftco-footer .block-21 .heading a{
    font-family:"Noto Sans KR", sans-serif !important;
    font-size:15px !important;
    font-weight:700 !important;
    color:#fff !important;
    line-height:1.5;
}

/* 링크 */
.ftco-footer .list-unstyled li a{
    font-weight:600 !important;
}

/* 연락처 */
.ftco-footer .block-23 ul li,
.ftco-footer .block-23 ul li a{
    font-weight:600 !important;
}

.ftco-footer p,
.ftco-footer a,
.ftco-footer .text{
    font-size:14px;
    line-height:1.7;
}

/* ==================================================
   태블릿 반응형
================================================== */
@media(max-width:991.98px){
    body{
        font-size:14px;
        line-height:1.7;
    }

    .ftco-section{
        padding:75px 0;
    }

    #ftco-navbar .navbar-brand{
        font-size:18px;
        max-width:calc(100vw - 95px);
        overflow:hidden;
        text-overflow:ellipsis;
    }

    #ftco-navbar .navbar-collapse{
        padding:15px 0 10px;
    }

    #ftco-navbar .nav-link{
        font-size:15px;
        padding:10px 0 !important;
    }

    .heading-section h2,
    .section-title,
    .zga-declaration .declaration-title{
        font-size:37px !important;
        line-height:1.32;
    }

    .hero-wrap,
    .hero-wrap .slider-text{
        min-height:600px;
    }

    .hero-wrap h1{
        font-size:43px;
        line-height:1.35;
    }

    .hero-wrap p{
        font-size:16px;
    }

    #purpose .img-about{
        min-height:360px;
        margin-bottom:30px;
    }

    section#business{
        padding:75px 0 85px !important;
    }

    .zga-declaration{
        padding:75px 0;
    }

    .zga-declaration .declaration-wrap{
        margin-left:0;
        padding:45px 0;
    }

    .zga-declaration .declaration-box{
        display:block;
    }

    .zga-declaration .declaration-image{
        width:100%;
        min-width:auto;
        height:280px;
        margin-left:0;
        border-radius:18px 18px 0 0;
    }

    .zga-declaration .declaration-content{
        padding:35px 30px 0;
    }

    .zga-declaration .declaration-content h3,
    .campaign-text h3{
        font-size:25px;
    }

    .zga-declaration .declaration-content p,
    .campaign-text p{
        font-size:15px;
    }

    .campaign-box{
        display:block;
    }

    .campaign-img{
        margin-bottom:25px;
    }
}

/* ==================================================
   모바일 반응형
================================================== */
@media(max-width:767.98px){
    body{
        font-size:14px;
        line-height:1.68;
    }

    p,
    .heading-section p{
        font-size:14px;
        line-height:1.7;
    }

    .container{
        padding-left:20px;
        padding-right:20px;
    }

    .ftco-section{
        padding:60px 0;
    }

    .heading-section h2,
    .section-title,
    .zga-declaration .declaration-title{
        font-size:32px !important;
        letter-spacing:-.8px;
    }

    .hero-wrap,
    .hero-wrap .slider-text{
        min-height:560px;
    }

    .hero-wrap{
        background-position:center top;
    }

    .hero-wrap .subheading{
        font-size:14px;
        letter-spacing:1px;
    }

    .hero-wrap h1{
        font-size:33px;
        line-height:1.38;
        letter-spacing:-1px;
    }

    .hero-wrap p{
        font-size:14px;
        line-height:1.7;
    }

    .hero-wrap .btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        min-width:135px;
        padding:12px 18px !important;
        margin:4px 3px 8px;
        font-size:13px;
    }

    .hero-wrap .btn.ml-2{
        margin-left:3px !important;
    }

    #section-counter .block-18{
        min-height:auto;
        padding:28px 20px;
    }

    #section-counter .block-18 .text h3{
        font-size:20px;
        margin-bottom:12px !important;
    }

    #purpose .img-about{
        min-height:300px;
        border-radius:15px;
    }

    #purpose h2{
        font-size:31px;
    }

    .services{
        margin-bottom:18px;
        padding:22px 16px !important;
    }

    .services .icon i{
        font-size:48px;
    }

    .services .heading{
        font-size:18px;
    }

    section#business{
        padding:60px 0 70px !important;
    }

    section#business .row.justify-content-center{
        margin-bottom:20px !important;
    }

    section#business .cause-entry .img{
        min-height:215px;
    }

    section#business .cause-entry h3{
        font-size:18px;
    }

    .ftco-gallery .d-md-flex{
        display:grid !important;
        grid-template-columns:1fr 1fr;
    }

    .ftco-gallery .gallery{
        min-height:170px;
        width:100% !important;
    }

    .zga-declaration{
        padding:60px 0;
    }

    .zga-declaration .declaration-wrap{
        padding:0 0 35px;
    }

    .zga-declaration .declaration-image{
        height:220px;
        border-radius:0;
    }

    .zga-declaration .declaration-content{
        padding:28px 22px 0;
    }

    .zga-declaration .declaration-content h3,
    .campaign-text h3{
        font-size:21px;
        line-height:1.55;
        margin-bottom:18px;
    }

    .zga-declaration .declaration-content p,
    .campaign-text p{
        font-size:14px;
        line-height:1.75;
    }

    .campaign-text{
        padding:28px 22px;
    }

    .ftco-footer{
        padding:55px 0 30px;
    }
}

/* ==================================================
   소형 모바일 반응형
================================================== */
@media(max-width:479.98px){
    .container{
        padding-left:16px;
        padding-right:16px;
    }

    .heading-section h2,
    .section-title,
    .zga-declaration .declaration-title{
        font-size:28px !important;
    }

    .hero-wrap,
    .hero-wrap .slider-text{
        min-height:520px;
    }

    .hero-wrap h1{
        font-size:29px;
    }

    .hero-wrap .btn{
        width:100%;
        max-width:260px;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .ftco-gallery .d-md-flex{
        grid-template-columns:1fr;
    }

    .ftco-gallery .gallery{
        min-height:210px;
    }
}


/* ==================================================
   인라인 배경 이미지 정리
================================================== */

.zga-bg-bg-7-1{background-image:url('../images/bg_7.jpg');}

.zga-bg-bg-3-2{background-image:url('../images/bg_3.jpg');width:100%;}

.zga-bg-cause-1-3{background-image:url('../images/cause-1.jpg');}

.zga-bg-cause-2-4{background-image:url('../images/cause-2.jpg');}

.zga-bg-cause-3-5{background-image:url('../images/cause-3.jpg');}

.zga-bg-cause-4-6{background-image:url('../images/cause-4.jpg');}

.zga-bg-cause-2-7{background-image:url('../images/cause-2.jpg');}

.zga-bg-cause-3-8{background-image:url('../images/cause-3.jpg');}

.zga-bg-cause-4-9{background-image:url('../images/cause-4.jpg');}

.zga-bg-cause-5-10{background-image:url('../images/cause-5.jpg');}

.zga-bg-cause-6-11{background-image:url('../images/cause-6.jpg');}

.zga-bg-image-3-12{background-image:url('../images/image_3.jpg');}

.zga-bg-image-1-13{background-image:url('../images/image_1.jpg');}

.zga-bg-image-2-14{background-image:url('../images/image_2.jpg');}

.zga-bg-image-1-15{background-image:url('../images/image_1.jpg');}

.zga-bg-image-2-16{background-image:url('../images/image_2.jpg');}

.zga-bg-image-3-17{background-image:url('../images/image_3.jpg');}

.zga-bg-image-1-18{background-image:url('../images/image_1.jpg');}

.zga-bg-image-2-19{background-image:url('../images/image_2.jpg');}


/* ==================================================
   최종 검수 보완 - 모바일 메뉴 / 폰트 / 여백 / CTA / 푸터 / 접근성
================================================== */
html{
    scroll-padding-top:82px;
}

body,
button,
input,
textarea,
select{
    font-family:"Noto Sans KR","Overpass",Arial,sans-serif !important;
}

h1,h2,h3,h4,h5,h6,
.navbar-brand,
.nav-link,
.btn,
.ftco-heading-2{
    font-family:"Noto Sans KR",Arial,sans-serif !important;
    word-break:keep-all;
}

.ftco-section{
    padding:90px 0;
}

#purpose,
#values,
#business,
#vision,
#declaration,
#contact{
    scroll-margin-top:86px;
}

#ftco-navbar .navbar-brand{
    font-weight:900 !important;
}

#ftco-navbar .navbar-nav > .nav-item > .nav-link{
    font-weight:800 !important;
}

.hero-wrap .btn,
.zga-final-cta .btn{
    min-width:170px;
    border-radius:999px !important;
    font-weight:800 !important;
    letter-spacing:-0.2px;
    box-shadow:0 12px 25px rgba(0,0,0,.16);
    transition:all .22s ease;
}

.hero-wrap .btn:hover,
.zga-final-cta .btn:hover{
    transform:translateY(-2px);
    box-shadow:0 16px 32px rgba(0,0,0,.22);
}

.hero-wrap .zga-cta-primary{
    background:#2589C9 !important;
    border-color:#2589C9 !important;
    color:#fff !important;
}

.hero-wrap .zga-cta-secondary{
    background:#fff !important;
    border-color:#fff !important;
    color:#2589C9 !important;
}

#section-counter .counter-title,
#section-counter .block-18 .text h3{
    font-weight:800 !important;
}

.services,
section#business .cause-entry,
#vision .blog-entry{
    box-shadow:0 8px 28px rgba(0,0,0,.06);
}

.services:hover,
section#business .cause-entry:hover,
#vision .blog-entry:hover{
    transform:translateY(-4px);
}

.zga-final-cta{
    background:linear-gradient(135deg,#2589C9 0%,#176FA5 100%);
    padding:62px 0;
    color:#fff;
}

.zga-final-cta h2{
    color:#fff;
    font-size:34px;
    font-weight:900;
    line-height:1.35;
    letter-spacing:-1px;
    margin-bottom:12px;
}

.zga-final-cta p{
    color:rgba(255,255,255,.92);
    font-size:16px;
    line-height:1.75;
    margin-bottom:0;
}

.zga-final-cta .zga-cta-primary{
    background:#fff !important;
    border-color:#fff !important;
    color:#176FA5 !important;
    padding:14px 24px !important;
    margin-right:8px;
}

.zga-final-cta .zga-cta-mail{
    border:2px solid rgba(255,255,255,.85) !important;
    color:#fff !important;
    padding:12px 22px !important;
}

.ftco-footer{
    position:relative;
    background:#111923 !important;
    padding:80px 0 35px;
}

.ftco-footer .overlay{
    background:rgba(5,12,18,.86) !important;
}

.ftco-footer .ftco-heading-2{
    font-size:20px !important;
    font-weight:900 !important;
    letter-spacing:-0.4px;
    margin-bottom:22px;
}

.ftco-footer p,
.ftco-footer a,
.ftco-footer .text{
    color:rgba(255,255,255,.78) !important;
}

.ftco-footer a:hover{
    color:#78d5ef !important;
}

.ftco-footer .ftco-footer-social li a{
    background:rgba(255,255,255,.12) !important;
}

.ftco-footer .block-21 .blog-img{
    border-radius:8px;
    overflow:hidden;
}

.ftco-footer .block-21 .heading a{
    color:#fff !important;
    font-weight:800 !important;
}

.ftco-footer .block-23 ul li .icon,
.ftco-footer .block-23 ul li a .icon{
    color:#78d5ef !important;
}

@media(max-width:991.98px){
    html{scroll-padding-top:70px;}

    .ftco-section{
        padding:72px 0;
    }

    #ftco-navbar .navbar-collapse.show{
        background:rgba(0,0,0,.92);
        margin-top:12px;
        padding:14px 18px;
        border-radius:12px;
    }

    #ftco-navbar .navbar-nav > .nav-item > .nav-link{
        font-size:15px !important;
        padding:11px 0 !important;
    }

    .zga-final-cta{
        text-align:center;
        padding:52px 0;
    }

    .zga-final-cta h2{
        font-size:28px;
    }

    .zga-final-cta .zga-cta-primary,
    .zga-final-cta .zga-cta-mail{
        display:inline-flex;
        justify-content:center;
        align-items:center;
        margin:5px;
    }
}

@media(max-width:767.98px){
    .ftco-section{
        padding:56px 0;
    }

    .hero-wrap .btn{
        width:100%;
        max-width:260px;
        margin-left:auto !important;
        margin-right:auto !important;
    }

    .hero-wrap .zga-cta-secondary{
        margin-top:8px !important;
    }

    .zga-final-cta h2{
        font-size:25px;
    }

    .zga-final-cta p{
        font-size:14px;
    }

    .zga-final-cta .btn{
        width:100%;
        max-width:260px;
    }

    .ftco-footer{
        padding:58px 0 30px;
    }
}


/* ==================================================
   최종 보완 패치
================================================== */

@media(max-width:767.98px){

    .zga-values-item .services{
        padding:30px 25px !important;
    }

    .zga-values-progress-bar{
        min-width:20%;
    }

    .zga-gallery-track{
        display:flex !important;
        flex-wrap:nowrap !important;
        gap:14px;
        overflow-x:auto !important;
        overflow-y:hidden !important;
        padding:0 15px 15px !important;
        -webkit-overflow-scrolling:touch;
        scrollbar-width:none;
    }

    .zga-gallery-track::-webkit-scrollbar{
        display:none;
    }

    .zga-gallery-track .gallery{
        flex:0 0 78% !important;
        max-width:78% !important;
        width:auto !important;
        min-height:230px !important;
        border-radius:16px;
        overflow:hidden;
        box-shadow:0 8px 25px rgba(0,0,0,.15);
    }

}

@media(max-width:479.98px){

    .zga-gallery-track .gallery{
        flex:0 0 82% !important;
        max-width:82% !important;
        width:auto !important;
        min-height:220px !important;
    }

}
