/**
 * Created by PhpStorm.
 * Date         : 2021-11-12
 * Developer    : SeHwan Hwang
 * Description  : wp_responsive.css
 * ⓒ 2021. WebPlanet Co. All Rights Reserved.
 */

@charset "utf-8";

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/* 공통 스타일 */
/**********************************************************************************************************************/
/* font */
@font-face {
    font-family: 'Pretendard-Thin';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Light';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraLight';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Medium';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-SemiBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Bold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-ExtraBold';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Pretendard-Black';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

:root {
    --font-pre100: 'Pretendard-Thin';
    --font-pre200: 'Pretendard-Light';
    --font-pre300: 'Pretendard-ExtraLight';
    --font-pre400: 'Pretendard-Regular';
    --font-pre500: 'Pretendard-Medium';
    --font-pre600: 'Pretendard-SemiBold';
    --font-pre700: 'Pretendard-Bold';
    --font-pre800: 'Pretendard-ExtraBold';
    --font-pre900: 'Pretendard-Black';
}


/**********************************************************************************************************************/



@media (max-width: 1700px) {
    .wp_wrap .fix_banner {
        display: none;
    }
    
}


@media (max-width: 1600px) {
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
    .wp_wrap .main_visual .main_slider .slick-dots {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }
/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
    /* sub01 -01 */
    .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
        position: relative;
        border-radius: 30px 0 0 30px;
        overflow: hidden;
        width: 134%;
        height: 671px;
    }


/**********************************************************************************************************************/

}


@media (max-width: 1400px) {
/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
    /* sub01 -01 */    
    .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
        position: relative;
        border-radius: 30px 0 0 30px;
        overflow: hidden;
        width: 117%;
        height: 510px;
    }
/**********************************************************************************************************************/


}





@media (max-width: 1200px) {

/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .h_rt .gnb .m_list>a {
    font-size: 17px;
}
.wp_wrap header .h_inner .h_rt .gnb .m_list {
    min-width: 120px;
}
.wp_wrap header .h_inner .h_rt {
    gap: 10px;
}
.wp_wrap header .h_inner .h_rt .gnb .m_list .sub_mnu .sub_m_list>a {
    font-size: 16px;
}

.wp_wrap header .h_bg{
    height: 245px;
}
/**********************************************************************************************************************/









/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
    /* 푸터 */
    .wp_wrap footer {
        background: #333333;
        padding: 30px 0;
    }
    .wp_wrap footer .f_inner .f_info>ul{
        display: flex;
        margin-bottom: 20px;
        flex-direction: column;
    }
    .wp_wrap footer .f_inner .f_info>ul>li{
        margin-right: 0px;
        margin-bottom: 5px;
        font-family: var(--font-pre200);
    }

/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
    /* section01 */
    .wp_wrap .s_introduce .intro_items {
        display: flex;
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .wp_wrap .s_introduce .intro_items .intro_itm {
        width: 23%;
        height: 365px;
        overflow: hidden;
        border-radius: 20px;
    }





    /* section02 */
    .sec_tit03 {
        font-size: 30px;
        font-family: var(--font-pre700);
        text-align: left;
    }
    .wp_wrap .s_announce .announce_inner .right .em_guide .guide_box {
        background: #fff;
        border-radius: 20px;
        padding: 40px 25px 40px 35px;
    }
    .wp_wrap .s_announce .announce_inner .right .em_guide .guide_box .guide_li>a>p {
        font-size: 17px;
    }
    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm  .txt_box .news_tit{
        font-size: 18px;
        font-family: var(--font-pre600);
        margin-bottom: 17px;
        height: 40px;
    }
    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm  .txt_box .news_desc{
        font-size: 15px;
        color: #5d5d5d;
    }
    .wp_wrap .s_mission .mission_inner {
        display: flex;
        gap: 0;
        align-items: center;
        justify-content: space-between;
    }
    .wp_wrap .s_mission .mission_inner .mission_txt {
        width: 30%;
    }
    .wp_wrap .s_mission .mission_inner .mission_img{
        width: 60%;
    }
    .wp_wrap .s_mission .mission_inner .mission_img .img_box{
        width: 100%;
        height: auto;
    }







    

    /* section04 */
    .wp_wrap .s_notice .notice_inner {
        flex-direction: column;
    }

    .wp_wrap .notice_inner .left{
        width: 100%
    }    
    .wp_wrap .notice_inner .right{
        width: 100%;
    }
    .wp_wrap .s_notice .notice_inner .right .notice_slider {
        position: unset;
        width: 100%;
    }
    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click {
        /* width: 300px; */
        height: auto;
        padding: 40px 30px;
    }
    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide.on{
        background: #fff;
    }
    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide.on .notice_itm_click .slide_inner .no_tit{
        color: #000;
    }
    
    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide.on .notice_itm_click .slide_inner .no_des{
        color: #5D5D5D;
    } 
    
    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide.on .notice_itm_click .slide_inner .no_date{
        color: #bbb;
    }



/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
    /* sub01 -01 */    
    .wp_wrap .sub_page .sub_greeting .greeting_inner{
        flex-direction: column;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left {
        width: 100%;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left {
        width: 90%;
        margin: 0 auto;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner {
        display: flex;
        align-items: center;
        gap: 60px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        font-size: 20px;
        margin-bottom: 20px;
        font-family: var(--font-pre200);
        line-height: 1.4;
        color: #2E2E2E;
    }
    .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
        position: relative;
        border-radius: 30px;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }


    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc.mb9 {
        margin-bottom: 55px;
    }


    /* sub01 - 02 */

    .wp_wrap .sub_page .sub_value .sub_sec_tit{
        padding: 0 10px;
    }

    .wp_wrap .sub_page .sub_value .value_inner .item:nth-child(odd) {
        padding-top: 0px;
    }
    
    .wp_wrap .sub_page .sub_value .value_inner .item:nth-child(even) {
        padding-bottom: 0px;
    }
    
















    .wp_wrap .sub_main .sub_main_inner {
        left: 0;
        width: 100%;
        padding: 0 15px;
    }



    .wp_wrap .s_operating1 .cont_box .contents, 
    .wp_wrap .s_faciliy1 .cont_box .contents, 
    .wp_wrap .s_revenue1 .cont_box .contents, 
    .wp_wrap .s_use_info1 .cont_box .contents {
        padding: 0 10px;
    }


    .wp_wrap .s_greeting1 .inner_box {
        flex-direction: column;
    }
    .wp_wrap .s_greeting1 .img_area,
    .wp_wrap .s_greeting1 .txt_area {
        width: 100%;
    }
    .wp_wrap .s_greeting1 .img_area .img_box {
        width: 100%;
        height: auto;
    }



    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm {
        gap: 40px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li {
        align-items: flex-start;
        flex-direction: column;
        gap: 30px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .li_itms .his_li {
        gap: 10px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .li_itms .his_li .month p {
        font-size: 20px;
        text-align: left;
        min-width: unset;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .li_itms {
        margin-left: 50px;
        gap: 25px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .year p {
        font-size: 40px;
        padding-left: 50px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .year p::before {
        width: 23px;
        height: 23px;
        border: 3px solid #B2CFCB;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .year p::after {
        width: 15px;
        height: 15px;
        left: 7px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .li_itms .his_li .txt p {
        font-size: 18px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm::before {
        top: 20px;
        left: 13px;
        height: 75%;
    }
    .wp_wrap .s_boost1 .cont_box .contents {
        padding: 0 0 0 10px;
    }



    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box {
        top: 60px;
        left: 5%;
    }
    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box p {
        font-size: 2.3vw;
    }




/**********************************************************************************************************************/



}




@media (max-width: 992px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
    /* 공통 */  

    .wp_wrap .cm_sec{
        padding: 80px 0;
    }


    .sec_tit01{
        font-size: 45px;
        font-family: var(--font-pre700);
        text-align: left;
    }
    .sec_tit01 span{
        font-size: 45px;
        font-family: var(--font-pre200);
    }

    .sec_tit02{
        font-size: 45px;
        font-family: var(--font-pre600);
        text-align: left;
    }

    .sec_tit02 span{
        font-size: 45px;
        font-family: var(--font-pre200);
    }
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
    /* 헤더 */        
    .wp_wrap header .h_inner {
        height: 80px;
    }



    .wp_wrap header .h_inner .h_rt .gnb{
        display: none;
    }
    .wp_wrap header .h_inner .h_rt .h_login {
        display: none;
    }
    .wp_wrap header .h_inner .h_rt .mopen {
        display: block;
    }
    .wp_wrap header .h_inner .h_rt .mopen .icon_box{
        display: flex;
        flex-direction: column;
        gap: 7px;
    
    }
    .wp_wrap header .h_inner .h_rt .mopen .icon_box span{
        display: inline-block;
        width: 30px;
        height: 3px;
        border-radius: 10px;
        background: #fff;
    }


    /* 모바일 메뉴 */
    .wp_wrap .mo_mnu{
        display: block;
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        height: 100dvh;
        background: #fff;
        z-index: 1003;
        transition: 0.5s;
    }
    .wp_wrap .mo_mnu.on{
        right: 0;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner{
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_hd{
        padding: 0 15px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_hd .mo_mnu_cls_btn{
        background: transparent;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_hd .mo_mnu_cls_btn i{
        font-size: 32px;
        color: #333;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd{
        height: 100%;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_h_login{
        display: flex;
        align-items: center;
        gap: 15px;
        padding: 15px ;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_h_login li{}
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_h_login li a{
        font-size: 14px;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb{}
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li{
        border-bottom: 1px solid #ddd;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li:nth-child(1){
        border-top: 1px solid #ddd;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li>p{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 20px;
        font-size: 17px;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li.on>p{
        background: #00937F;
        color: #fff;
        transition: 0.3s;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li>p i{
        font-size: 15px;
        color: #707070;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li.on>p i{
        color: #fff;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li .mo_sub_mnu{
        display: none;
        background: #f5f5f5;
        padding: 15px 30px;
    }
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li .mo_sub_mnu>li{}
    .wp_wrap .mo_mnu .mo_mnu_inner .mo_mnu_bd .mo_gnb>li .mo_sub_mnu>li>a{
        display: block;
        font-size: 15px;
        padding: 7px 0;
        color: #444;
    }
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
    /* 푸터 */
    .wp_wrap footer .f_inner {
        display: flex;
        gap: 20px;
        flex-direction: column;
    }

    .wp_wrap footer .f_inner .f_info>ul>li,
    .wp_wrap .f_info p{
        text-align: center;
    }

    .wp_wrap footer .f_inner .f_info .priv {
        justify-content: center;
    }
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
    /* 메인 슬라이드 */
    .wp_wrap .main_visual .main_slider .slick-dots{
        display: none !important;
    }
    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .top_tit {
        font-size: 35px;
    }
    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .mid_tit {
        font-size: 60px;
    }
    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .bot_tit {
        font-size: 22px;
    }



    /* section01 */
    .wp_wrap .s_ma_bsns .bsns_itms .itm_li .txt_box .itm_desc {
        font-size: 15px;
        color: #5D5D5D;
    }
    .wp_wrap .s_ma_bsns .bsns_itms .itm_li .txt_box .itm_desc br{
        display: none;
    }

    
    /* section02 */
    .wp_wrap .s_announce .announce_inner {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        gap: 80px;
    }
    .wp_wrap .s_announce .announce_inner .left, 
    .wp_wrap .s_announce .announce_inner .right {
        width: 100%;
    }

    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm  .txt_box .news_tit{
        font-size: 18px;
        font-family: var(--font-pre600);
        margin-bottom: 10px;
        height: 20px;
    }


    /* section 03  */
    .wp_wrap .s_shop .shop_items,
    .wp_wrap .s_gallery .gallery_items {
        gap: 15px;
    }
    .wp_wrap .s_shop .shop_items .shop_itm .img_box,    
    .wp_wrap .s_gallery .gallery_itm .img_box {
        height: 200px;
        border-radius: 15px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_name,    
    .wp_wrap .s_gallery .gallery_itm .txt_box .gallery_itm_name  {
        font-size: 22px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_desc,    
    .wp_wrap .s_gallery .gallery_itm .txt_box .gallery_itm_desc  {
        font-size: 16px;
    }


/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/


    /* sub01 -01 */    
    .wp_wrap .sub_page .sub_greeting .sub_sec_tit{
        margin-bottom: 50px;
    }

    .wp_wrap .sub_page .sub_value .sub_sec_tit{
        margin-bottom: 50px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left {
        width: 100%;
        margin: 0 auto;
    }




    .wp_wrap #mid_mnu .menu_inner {
        height: 60px;
    }
    .wp_wrap #mid_mnu .menu_inner .first a {
        min-width: 60px;
    }
    .wp_wrap #mid_mnu .menu_inner .mnu_box .m_top{
        height: 60px;
    }
    .wp_wrap #mid_mnu .menu_inner .mnu_box .sub_mmnu {
        top: 60px;
    }



    .wp_wrap .stit_box .tit {
        font-size: 35px;
    }
    .wp_wrap .sstit_box .tit {
        font-size: 25px;
    }
    .wp_wrap .s_operating1 .cont_box .contents ul li .ques, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul li .ques, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul li .ques, 
    .wp_wrap .s_boost1 .cont_box .contents ul li .ques, 
    .wp_wrap .s_volunteer1 .cont_box .contents ul li .ques {
        font-size: 17px;
        width: 100px;
        min-width: 100px
    }
    .wp_wrap .s_operating1 .cont_box .contents ul li,
    .wp_wrap .s_faciliy1 .cont_box .contents ul li, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul li,
    .wp_wrap .s_boost1 .cont_box .contents ul li,
    .wp_wrap .s_volunteer1 .cont_box .contents ul li {
        gap: 10px;
    }
    .wp_wrap .s_operating1 .cont_box .contents ul li .answ, 
    .wp_wrap .s_operating1 .cont_box .contents ul li .answ a, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul li .answ, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul li .answ a, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul li .answ,
    .wp_wrap .s_boost1 .cont_box .contents ul li .answ,
    .wp_wrap .s_volunteer1 .cont_box .contents ul li .answ {
        font-size: 18px;
    }
    .wp_wrap .s_operating1 .cont_box .destination p {
        font-size: 17px;
    }
    .wp_wrap .s_operating1 .cont_box .destination {
        padding: 30px 20px;
    }
    .wp_wrap .s_operating1 .cont_box .contents ul, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul {
        grid-template-columns: repeat(1, 1fr);
    }

    .wp_wrap .s_greeting1 .txt_area .txt_box .desc_box>p {
        font-size: 18px;
    }
    .wp_wrap .s_greeting1 .txt_area .txt_box .tit {
        font-size: 30px;
    }
    .wp_wrap .s_greeting1 .txt_area .txt_box .txt {
        font-size: 23px;
    }
    .wp_wrap .s_greeting1 .inner_box {
        gap: 40px;
    }

    .wp_wrap .s_faciliy1 .cont_box .contents .work_place_itms .work_place_li .txt_box p {
        font-size: 17px;
        padding: 0 15px;
    }
    .wp_wrap .s_faciliy1 .cont_box .contents .work_place_itms .work_place_li .txt_box {
        height: 45px;
    }


    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .txt_box {
        gap: 45px;
    }
    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .txt_box li .desc_box p {
        font-size: 18px;
    }

    .wp_wrap .s_location1 .cont_box .adrs{
        font-size: 18px;
    }

    .wp_wrap .s_job_rhbt1 .cont_box ul li .txt_box .tit {
        font-size: 21px;
    }
    .wp_wrap .s_job_rhbt1 .cont_box ul li .txt_box .desc {
        font-size: 18px;
    }
    .wp_wrap .s_job_rhbt1 .cont_box ul li .cic_box {
        width: 150px;
        height: 150px;
    }
    .wp_wrap .s_job_rhbt1 .cont_box ul li .cic_box img {
        width: 60px;
    }
    .wp_wrap .s_revenue1 .cont_box .contents .desc_box>p,
    .wp_wrap .s_revenue1 .cont_box .contents .detail_box p{
        font-size: 18px;
    }
    .wp_wrap .s_revenue1 .cont_box .contents .img_itms {
        gap: 15px;
    }
    .wp_wrap .s_use_info1 .contents .desc_box {
        padding: 30px 20px;
    }
    .wp_wrap .s_use_info1 .contents .desc_box ul li{
        font-size: 18px;
    }
    .wp_wrap .s_use_info1 .contents .step_box, 
    .wp_wrap .s_volunteer1 .contents .step_box {
        gap: 20px !important;
    }
    .wp_wrap .s_use_info1 .contents .step_box li .cic_box, 
    .wp_wrap .s_volunteer1 .contents .step_box li .cic_box {
        width: 185px;
        height: 185px;
    }

    .wp_wrap .s_use_info1 .contents .step_box li .cic_box .time,
    .wp_wrap .s_use_info1 .contents .step_box li>p, 
    .wp_wrap .s_volunteer1 .contents .step_box li>p,
    .wp_wrap .s_use_info1 .contents .course_box li .txt_box p,
    .wp_wrap .s_boost1 .contents .lt .txt, 
    .wp_wrap .s_volunteer1 .contents .lt .txt {
        font-size: 18px;
    }




    .wp_wrap .s_boost1 .contents, .wp_wrap .s_volunteer1 .contents {
        flex-direction: column;
        gap: 30px;
    }   

    .wp_wrap .s_boost1 .contents .lt, 
    .wp_wrap .s_volunteer1 .contents .lt,
    .wp_wrap .s_boost1 .contents .rt, 
    .wp_wrap .s_volunteer1 .contents .rt {
        width: 100%;
    }
    .wp_wrap .s_boost1 .contents .rt .img_box, .wp_wrap .s_volunteer1 .contents .rt .img_box {
        max-width: 100%;
        width: 100%;
    }
    .wp_wrap .s_boost1 .contents .lt .txt br{
        display: none;
    }



    .wp_wrap .s_group1 .cont_box .form_in {
        flex-direction: column;
    }
    .wp_wrap .s_group1 .cont_box .form_in .ip_area {
        order: 2
    }
    .wp_wrap .s_group1 .cont_box .form_in .ip_area, 
    .wp_wrap .s_group1 .cont_box .form_in .img_area {
        width: 100%;
    }
    .wp_wrap .s_group1 .cont_box .form_in {
        padding: 50px 30px;
    }
    .wp_wrap .s_group1 .cont_box .form_in .ip_area .sbm_btn button {
        font-size: 19px
    }
    /* .wp_wrap .s_group1 .cont_box .form_in .img_area .img_box img{
        width: 50%;
        margin: 0 auto;
    }
    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box {
        top: 50px;
        left: 28%;
    } */
    .wp_wrap .s_group1 .cont_box .form_in .img_area .img_box{
        display: none;
    }
    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box {
        position: relative;
        top: 0;
        left: 0;
    }
    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box p{
        font-size: 26px;
    }
    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box p br{
        display: none;
    }
/**********************************************************************************************************************/



}








@media (max-width: 768px) {
    
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
    /* 공통 */
    .wp_wrap .cm_sec{
        padding: 60px 0;
    }
    .wp_wrap .cm_sec02 {
        padding: 120px 0;
    }
    .wp_wrap .s_shop .more a ,
    .wp_wrap .s_gallery .more a,
    .wp_wrap .s_notice .notice_inner .left .more>a{
        font-size: 15px;
    }
/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
    /* 헤더 */
    .wp_wrap header .h_inner .h_lt .h_logo{
        width: 230px;
        min-width: unset;
    }



/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
    /* 메인 슬라이드 */
    .wp_wrap .main_visual .main_slider .slide {
        position: relative;
        width: 100%;
        height: 600px;
    }  

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .top_tit {
        font-size: 25px;
        text-align: center;
    }
    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .mid_tit {
        font-size: 50px;
        text-align: center;
    }
    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .bot_tit {
        font-size: 20px;
        text-align: center;
    }


    /* sec01 - s_ma_bsns */
    .wp_wrap .s_ma_bsns .sec_tit02 {
        margin-bottom: 40px;
    }
    .wp_wrap .s_ma_bsns .bsns_itms .itm_li .img_box {
        border-radius: 15px;
        height: 200px;
    }



    
    /* section 03  */



    /* section 05 */
    .wp_wrap .s_shop .shop_items,
    .wp_wrap .s_gallery .gallery_items {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px;
    }
    .wp_wrap .s_shop .shop_items .shop_itm .img_box,    
    .wp_wrap .s_gallery .gallery_itm .img_box {
        height: 300px;
    }
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
    /* sub_menu */   
    .wp_wrap .sub_main {
        height: 300px;
    } 










    /* sub01 -01 */    
    .wp_wrap .sub_page .sub_greeting .sub_sec_tit{
        margin-bottom: 40px;

    }

    .wp_wrap .sub_page .sub_value .sub_sec_tit{
        margin-bottom: 40px;
    }
    
    .wp_wrap .sub_page .sub_sec_tit{
        font-size: 40px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .main_tit {
        font-size: 35px;
        margin-bottom: 35px;
        font-family: var(--font-pre200);
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        font-size: 18px;
        margin-bottom: 20px;
        font-family: var(--font-pre200);
        line-height: 1.4;
        color: #2E2E2E;
    }








    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_des {
        font-size: 45px;
    }
    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
        font-size: 25px;
        margin-bottom: 3px;
    }


    .wp_wrap .s_faciliy1 .cont_box .contents .work_place_itms {
        grid-template-columns: repeat(1, 1fr);
    }




    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .img_box {
        min-width: 200px;
    }
    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .txt_box {
        gap: 40px;
    }
    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .txt_box li .tit {
        font-size: 25px;
    }
    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .txt_box li .tit span {
        font-size: 17px;
        margin-left: 5px;
    }
    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents {
        gap: 40px;
    }
    
    .wp_wrap .s_location1 .cont_box .map_box {
        height: 350px;
    }


    .wp_wrap .s_operating1 .cont_box, 
    .wp_wrap .s_revenue1 .cont_box, 
    .wp_wrap .s_use_info1 .cont_box, 
    .wp_wrap .s_volunteer1 .cont_box {
        gap: 60px;
    }
    .wp_wrap .s_job_rhbt1 .cont_box ul {
        grid-template-columns: repeat(2, 1fr);
        gap: 60px 10px;
    }
    .wp_wrap .s_revenue1 .cont_box .contents .img_itms {
        grid-template-columns: repeat(1, 1fr);
        gap: 20px;
    }
    .wp_wrap .s_revenue1 .cont_box .contents .desc_box {
        margin-bottom: 30px;
    }
    .wp_wrap .s_revenue1 .cont_box .contents .detail_box {
        padding: 30px 15px;
        margin-bottom: 20px;
    }


    .wp_wrap .s_use_info1 .contents .step_box li .cic_box{}
    .wp_wrap .s_use_info1 .contents .step_box li .cic_box .icon_box{}
    .wp_wrap .s_use_info1 .contents .step_box li .cic_box .icon_box img{
        width: 80px;
        margin: 0 auto;
    }
    .wp_wrap .s_use_info1 .contents .step_box li .cic_box, 
    .wp_wrap .s_volunteer1 .contents .step_box li .cic_box {
        width: 140px;
        height: 140px;
        gap: 5px;
    }

    .wp_wrap .s_use_info1 .contents .step_box li.step_arr, 
    .wp_wrap .s_volunteer1 .contents .step_box li.step_arr {
        top: 77px;
        position: relative;
    }

    .wp_wrap .s_use_info1 .contents .step_box li.step_arr img, 
    .wp_wrap .s_volunteer1 .contents .step_box li.step_arr img{
        width: 25px;
        min-width: 25px;
    }

    .wp_wrap .s_use_info1 .contents .step_box li.step_arr, 
    .wp_wrap .s_volunteer1 .contents .step_box li.step_arr {
        top: 65px;
    }
    .wp_wrap .s_use_info1 .contents .step_box li .cic_box .time {
        font-size: 15px;
    }
    .wp_wrap .s_use_info1 .contents .step_box, 
    .wp_wrap .s_volunteer1 .contents .step_box {
        gap: 14px !important;
    }



    .wp_wrap .s_use_info1 .contents .course_box li.step_arr img {
        width: 25px;
    }
    .wp_wrap .s_use_info1 .contents .course_box li .cic_box {
        width: 100px;
        height: 100px;
    }
    .wp_wrap .s_use_info1 .contents .course_box {
        gap: 14px !important;
    }
    .wp_wrap .s_use_info1 .contents .course_box li .cic_box img{
        width: 45px;
    }

    .wp_wrap .s_operating1 .cont_box .contents ul li, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul li, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul li{
        align-items: center;
    }
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 개인정보보호 */
/**********************************************************************************************************************/
.wp_wrap .com_md .md_outer .width_inner .md_inner p {
    font-size: 28px;
}
/**********************************************************************************************************************/


    

}


@media (max-width: 576px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
    /* 공통 */  
    .sec_tit01{
        font-size: 40px;
        text-align: left;
        margin-bottom: 10px;
    }
    .sec_tit01 span{
        font-size: 40px;
    }

    .sec_tit02{
        font-size: 40px;
        text-align: left;
    }

    .sec_tit02 span{
        font-size: 40px;
    }


    
    .wp_wrap .s_shop .shop_desc {
        font-size: 15px;
    }
/**********************************************************************************************************************/





/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
    /* 푸터 */
    .wp_wrap footer .f_inner .f_info>ul {
        display: flex;
        margin-bottom: 15px;
    }



/**********************************************************************************************************************/





/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
    /* 메인 슬라이드 */
    .wp_wrap .main_visual .scr {
        display: none;
    }




    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .top_tit {
        font-size: 20px;
    }
    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .mid_tit {
        font-size: 32px;
    }
    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .bot_tit {
        font-size: 17px;
    }






    /* section01 */
    .wp_wrap .s_ma_bsns .bsns_itms .itm_li .txt_box .itm_name {
        font-size: 20px;
        color: #1D1D1D;
        margin-bottom: 10px;
        font-family: var(--font-pre500);
    }
    

    .wp_wrap .s_ma_bsns .bsns_itms{        
        flex-direction: column;
    }
    .wp_wrap .s_ma_bsns .bsns_itms .itm_li{
        width: 100%;
    }
    .wp_wrap .s_ma_bsns .bsns_itms .itm_li .txt_box .itm_name {
        font-size: 18px;
    }


/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
    /* sub_menu */   
    .wp_wrap .sub_main {
        height: 220px;
    } 



    /* sub01 -01 */    
    .wp_wrap .sub_page .sub_greeting .sub_sec_tit {
        margin-bottom: 31px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        font-size: 20px;
        margin-bottom: 20px;
        font-family: var(--font-pre200);
        line-height: 1.4;
        color: #2E2E2E;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc.mb9 {
        margin-bottom: 35px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner {
        display: flex;
        align-items: center;
        gap: 40px;
    }



    

    .wp_wrap #mid_mnu .menu_inner .first{
        display: none;
    }
    .wp_wrap #mid_mnu .menu_inner .mnu_box .m_top i {
        font-size: 13px;
    }
    .wp_wrap #mid_mnu .menu_inner .mnu_box .m_top {
        padding: 0 10px
    }
    .wp_wrap #mid_mnu .menu_inner .mnu_box .m_top p {
        font-size: 15px;
    }
    .wp_wrap #mid_mnu .menu_inner .mnu_box.third .m_top{
        border-right: none;
    }
    .wp_wrap #mid_mnu .menu_inner .second,
    .wp_wrap #mid_mnu .menu_inner .third  {
        min-width: 50%;
        max-width: 50%;
    }
    .wp_wrap #mid_mnu .menu_inner .mnu_box .sub_mmnu>li>a {
        padding: 10px;
        font-size: 14px;
    }
    .wp_wrap #mid_mnu .menu_inner>div.third::after {
        display: none;
    }




    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
        font-size: 20px;
    }
    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_des {
        font-size: 34px;
    }


    .wp_wrap .s_greeting1 .txt_area .txt_box .tit br{
        display: none;
    }
    .wp_wrap .s_greeting1 .txt_area .txt_box .desc_box>p {
        font-size: 17px;
    }


    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents {
        flex-direction: column;
        gap: 30px;
    }
    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .img_box {
        min-width: unset;
        max-width: 200px;       
        order: 2;
    }
    .wp_wrap .s_use_info1 .contents .step_box, 
    .wp_wrap .s_volunteer1 .contents .step_box {
        flex-direction: column;
    }


    .wp_wrap .s_use_info1 .contents .step_box, .wp_wrap .s_volunteer1 .contents .step_box {
        align-items: center;
    }   
    .wp_wrap .s_use_info1 .contents .step_box li.step_arr,
    .wp_wrap .s_volunteer1 .contents .step_box li.step_arr {
        top: 0;
    }

    .wp_wrap .s_use_info1 .contents .step_box, 
    .wp_wrap .s_volunteer1 .contents .step_box {
        gap: 30px !important;
    }
    .wp_wrap .s_volunteer1 .contents .step_box {
        margin: 0 auto;
    }
    .wp_wrap .s_use_info1 .contents .step_box li.step_arr img, 
    .wp_wrap .s_volunteer1 .contents .step_box li.step_arr img {
        width: 30px;
        min-width: 30px;
        transform-origin: 50% 50%;
        transform: rotate(90deg);
    }

    .wp_wrap .s_use_info1 .contents .step_box li .cic_box .time {
        font-size: 18px;
    }
    .wp_wrap .s_use_info1 .contents .step_box li .cic_box, .wp_wrap .s_volunteer1 .contents .step_box li .cic_box {
        width: 185px;
        height: 185px;
        gap: 15px;
    }
    .wp_wrap .s_use_info1 .contents .course_box {
        display: grid !important;
        grid-template-columns: repeat(6, 1fr) !important;
        /* gap: 10px !important; */
    }
    .wp_wrap .s_use_info1 .contents .course_box li .txt_box p {
        font-size: 15px;
    }
    .wp_wrap .s_use_info1 .contents .course_box li .txt_box p br{
        display: none;
    }
    .wp_wrap .s_use_info1 .contents .course_box li .cic_box {
        width: 85px;
        height: 85px;
    }
    .wp_wrap .s_use_info1 .contents .course_box li.step_arr {
        top: 30px;
    }

    .wp_wrap .s_group1 .cont_box .form_in {
        padding: 40px 15px;
    }
    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box p br {
        display: block;
    }
    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box p {
        font-size: 24px;
        line-height: 1.25;
    }
    .wp_wrap .s_group1 .cont_box .form_in .ip_area .ip_box .answ input,
    .wp_wrap .s_group1 .cont_box .form_in .ip_area .ip_box .answ textarea {
        font-size: 15px;
        padding: 10px;
    }
/**********************************************************************************************************************/





/**********************************************************************************************************************/
/* 개인정보보호 */
/**********************************************************************************************************************/
.wp_wrap .com_md .md_outer .width_inner {
    padding: 25px 15px 35px 15px;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner p {
    font-size: 23px;
}
.wp_wrap .com_md .md_outer .width_inner .icon_box {
    top: 13px;
    right: 13px;
}
.wp_wrap .com_md .md_outer .width_inner .icon_box i {
    padding: 5px;
    font-size: 17px;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner {
    gap: 10px;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box .txt_body pre {
    font-size: 15px;
}
.wp_wrap .com_md .md_outer .width_inner .md_inner .txt_box .txt_body pre .cicnum {
    top: -2px;
    font-size: 12px;
}
/**********************************************************************************************************************/



}

@media (max-width: 430px) {


    
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
    /* 공통 */  
    .sec_tit01{
        font-size: 30px;
        font-family: var(--font-pre700);
        text-align: left;
    }
    .sec_tit01 span{
        font-size: 30px;
        font-family: var(--font-pre200);
    }

    .sec_tit02{
        font-size: 30px;
        font-family: var(--font-pre600);
        text-align: left;
    }

    .sec_tit02 span{
        font-size: 30px;
        font-family: var(--font-pre200);
    }
/**********************************************************************************************************************/





    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm  .txt_box .news_tit{
        font-size: 18px;
        font-family: var(--font-pre600);
        height: 22px;
    }
    .wp_wrap .s_announce .announce_inner .right .em_guide .guide_box .guide_li>a span {
        display: block;
        font-size: 13px;
        font-family: var(--font-pre200);
        color: #949494;
    }
    .wp_wrap .s_announce .announce_inner .right .em_guide .guide_box .guide_li>a>p {
        font-size: 15px;
    }
    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm .txt_box {
        padding: 20px 10px;
    }
    .wp_wrap .s_announce .announce_inner .right .em_guide .guide_box .guide_li {
        position: relative;
        margin-bottom: 10px;
    }
    .wp_wrap .s_announce .announce_inner .right .em_guide .guide_box {
        background: #fff;
        border-radius: 20px;
        padding: 35px 20px 35px 30px;
    }
    .wp_wrap .s_ma_bsns .sec_tit02 {
        text-align: center;
        margin-bottom: 40px;
    }











    .wp_wrap .s_operating1 .cont_box .contents, 
    .wp_wrap .s_faciliy1 .cont_box .contents, 
    .wp_wrap .s_revenue1 .cont_box .contents, 
    .wp_wrap .s_use_info1 .cont_box .contents {
        padding: 0;
    }

    .wp_wrap .s_operating1 .cont_box .contents ul li .ques,     
    .wp_wrap .s_faciliy1 .cont_box .contents ul li .ques, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul li .ques, 
    .wp_wrap .s_boost1 .cont_box .contents ul li .ques, 
    .wp_wrap .s_volunteer1 .cont_box .contents ul li .ques {
        font-size: 15px;
        width: 90px;
        min-width: 90px;
        height: 35px;
    }
    .wp_wrap .s_operating1 .cont_box .contents ul li .answ, 
    .wp_wrap .s_operating1 .cont_box .contents ul li .answ a, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul li .answ, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul li .answ a, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul li .answ, 
    .wp_wrap .s_boost1 .cont_box .contents ul li .answ, 
    .wp_wrap .s_volunteer1 .cont_box .contents ul li .answ {
        font-size: 16px;
    }
    .wp_wrap .s_operating1 .cont_box .contents ul li .answ, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul li .answ, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul li .answ, 
    .wp_wrap .s_boost1 .cont_box .contents ul li .answ, 
    .wp_wrap .s_volunteer1 .cont_box .contents ul li .answ {
        padding-top: 7px;
    }
    .wp_wrap .s_operating1 .cont_box .destination p {
        font-size: 16px;
    }
    .wp_wrap .s_operating1 .stit_box,
    .wp_wrap .s_organ1 .stit_box,
    .wp_wrap .s_location1 .stit_box,
    .wp_wrap .s_faciliy1 .stit_box,
    .wp_wrap .s_faciliy2 .stit_box,
    .wp_wrap .s_faciliy3 .stit_box,
    .wp_wrap .s_revenue1 .stit_box,
    .wp_wrap .s_use_info1 .stit_box,
    .wp_wrap .s_boost1 .stit_box,
    .wp_wrap .s_volunteer1 .stit_box,
    .wp_wrap .s_notice1 .stit_box,
    .wp_wrap .s_recruit1 .stit_box,
    .wp_wrap .s_activity1 .stit_box,
    .wp_wrap .s_homemade1 .stit_box,
    .wp_wrap .s_salvation1 .stit_box,
    .wp_wrap .s_group1 .stit_box,
    .wp_wrap .s_member .stit_box,
    .wp_wrap .s_shop .stit_box{
        margin-bottom: 30px;
    }
    .wp_wrap .stit_box .tit {
        font-size: 30px;
    }
    .wp_wrap .sstit_box .tit {
        font-size: 22px;
    }



    .wp_wrap .s_greeting1 .txt_area .txt_box .tit {
        font-size: 24px;
    }
    .wp_wrap .s_greeting1 .txt_area .txt_box .desc_box>p {
        font-size: 16px;
    }
    .wp_wrap .s_greeting1 .txt_area .txt_box .txt {
        font-size: 19px;
    }
    .wp_wrap .s_faciliy1 .cont_box .contents>ul {
        margin-bottom: 30px;
    }
    .wp_wrap .s_operating1 .cont_box .contents ul, 
    .wp_wrap .s_faciliy1 .cont_box .contents ul, 
    .wp_wrap .s_use_info1 .cont_box .contents>ul {
        gap: 10px 40px;
    }
    .wp_wrap .s_faciliy1 .cont_box .contents .work_place_itms .work_place_li {
        height: 170px;
    }
    .wp_wrap .s_faciliy1 .cont_box .contents .work_place_itms .work_place_li .txt_box {
        height: 40px;
    }
    .wp_wrap .s_faciliy1 .cont_box .contents .work_place_itms .work_place_li .txt_box p {
        font-size: 16px;
        padding: 0px 10px;
    }

    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .txt_box li .desc_box p {
        font-size: 16px;
        text-indent: -10px;
        margin-left: 10px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .year p {
        font-size: 35px;
        padding-left: 40px;
    }
    .wp_wrap .s_faciliy3 .cont_box .cont_li .contents .txt_box {
        gap: 30px;
    }

    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .li_itms .his_li {
        gap: 5px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .li_itms .his_li .month p {
        font-size: 18px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .li_itms .his_li .txt p {
        font-size: 16px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .year p::after {
        width: 10px;
        height: 10px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .year p::before {
        width: 17px;
        height: 17px;
        border: 2px solid #B2CFCB;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .year p::after {
        width: 9px;
        height: 9px;
        left: 6px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm::before {
        left: 9px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .year p {
        font-size: 30px;
        padding-left: 35px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li {
        gap: 20px;
    }
    .wp_wrap .s_faciliy2 .cont_box .contents .history_box .his_itm .his_li .li_itms {
        margin-left: 35px;
    }





    .wp_wrap .s_location1 .cont_box .adrs i {
        font-size: 20px;
    }
    .wp_wrap .s_location1 .cont_box .adrs {
        font-size: 16px;
        gap: 5px;
    }
    .wp_wrap .s_location1 .cont_box .map_box {
        height: 250px;
    }


    .wp_wrap .s_job_rhbt1 .cont_box ul {
        grid-template-columns: repeat(1, 1fr);
        gap: 40px 10px;
    }
    .wp_wrap .s_job_rhbt1 .cont_box ul li .txt_box .tit {
        font-size: 19px;
    }
    .wp_wrap .s_job_rhbt1 .cont_box ul li .txt_box .desc {
        font-size: 16px;
    }
    .wp_wrap .s_revenue1 .cont_box .contents .desc_box>p, 
    .wp_wrap .s_revenue1 .cont_box .contents .detail_box p {
        font-size: 16px;
    }
    .wp_wrap .s_revenue1 .cont_box .contents .img_itms .img_box {
        height: 170px;
    }
    .wp_wrap .s_revenue1 .cont_box .contents .detail_box p i {
        font-size: 15px;
        margin-right: 3px;
    }





    .wp_wrap .s_use_info1 .contents .course_box {
        grid-template-columns: repeat(1, 1fr) !important;
    }
    .wp_wrap .s_use_info1 .contents .course_box li.step_arr {
        top: 0;
    }



    .wp_wrap .s_use_info1 .contents .course_box li .cic_box {
        width: 130px;
        height: 130px;
    }
    .wp_wrap .s_use_info1 .contents .course_box li .txt_box p {
        font-size: 18px;
    }
    .wp_wrap .s_use_info1 .contents .course_box li .cic_box img {
        width: unset;
    }
    .wp_wrap .s_use_info1 .contents .course_box {
        gap: 30px !important;
    }
    .wp_wrap .s_use_info1 .contents .course_box li.step_arr img {
        width: 30px;
        transform: rotate(90deg);
    }
    .wp_wrap .s_use_info1 .contents .course_box li .txt_box p br{
        display: block;
    }

    .wp_wrap .s_use_info1 .contents .desc_box ul li {
        font-size: 16px;
    }


    .wp_wrap .s_boost1 .cont_box .contents {
        padding: 0;
    }
    .wp_wrap .s_boost1 .contents .lt .txt, 
    .wp_wrap .s_volunteer1 .contents .lt .txt {
        font-size: 16px;
    }

    .wp_wrap .s_boost1 .contents .lt .tel a .img_box, .wp_wrap .s_volunteer1 .contents .lt .tel a .img_box {
        margin-right: 5px;
    }
    .wp_wrap .s_boost1 .contents .lt .tel a, .wp_wrap .s_volunteer1 .contents .lt .tel a {
        font-size: 16px;
    }
    .wp_wrap .s_boost1 .contents .lt .tel a, 
    .wp_wrap .s_volunteer1 .contents .lt .tel a {
        padding: 10px;
        gap: 10px;
    }

    .wp_wrap .s_boost1 .contents .lt .tel a span, 
    .wp_wrap .s_volunteer1 .contents .lt .tel a span {
        font-size: 15px;
    }




    .wp_wrap .s_boost1 .contents .rt .img_box, 
    .wp_wrap .s_volunteer1 .contents .rt .img_box {
        height: 230px;
    }

    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
        font-size: 18px;
    }
    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_des {
        font-size: 27px;
    }


    .wp_wrap .s_group1 .cont_box .form_in .img_area .txt_box p {
        font-size: 21px;
    }
    .wp_wrap .s_group1 .cont_box .form_in {
        gap: 30px;
    }
    .wp_wrap .s_group1 .cont_box .form_in .ip_area .sbm_btn button {
        width: 150px;
        font-size: 18px;
    }
    .wp_wrap .s_shop .shop_items .shop_itm .img_box, .wp_wrap .s_gallery .gallery_itm .img_box {
        height: 250px;
    }


/**********************************************************************************************************************/

}






@media (max-width: 375px) {
/**********************************************************************************************************************/
/* 공통 */
/**********************************************************************************************************************/
    /* 공통 */  
    .sec_tit01{
        font-size: 30px;
        text-align: left;
    }
    .sec_tit01 span{
        font-size: 30px;
    }

    .sec_tit02{
        font-size: 30px;
    }

    .sec_tit02 span{
        font-size: 30px;
    }
/**********************************************************************************************************************/



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
.wp_wrap header .h_inner .h_lt .h_logo{
    width: 200px;
}
/**********************************************************************************************************************/




/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
    





    /* sec01 - ma_bsns */

    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm  .txt_box .news_tit{
        font-size: 18px;
        font-family: var(--font-pre600);
        height: 22px;
        margin-bottom: 8px;
    }

    /* sec02 - announce */
    .wp_wrap .s_announce .announce_inner .right .em_guide .guide_box .guide_li>a>p {
        font-size: 13px;
    }
    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm .txt_box {
        padding: 20px 10px;
    }



    /* section03 */    


    /* section04 */
    .wp_wrap .s_notice .notice_inner {
        display: flex;
        gap: 40px;
    }



    /* section 05 */
    .wp_wrap .s_shop .shop_items,
    .wp_wrap .s_gallery .gallery_items {  
        margin-bottom: 70px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_name,    
    .wp_wrap .s_gallery .gallery_itm .txt_box .gallery_itm_name  {  
        font-size: 20px;  
        margin-bottom: 5px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .img_box,    
    .wp_wrap .s_gallery .gallery_itm .img_box {
        height: 200px;
        margin-bottom: 10px;
    }
/**********************************************************************************************************************/


/**********************************************************************************************************************/
/* 서브 */
/**********************************************************************************************************************/
    /* sub_menu */   


    /* sub01 - 01 */
    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .main_tit {
        font-size: 30px;
        margin-bottom: 25px;
        font-family: var(--font-pre200);
    }
    
    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        font-size: 16px;
        margin-bottom: 20px;
        font-family: var(--font-pre200);
        line-height: 1.4;
        color: #2E2E2E;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc.mb9 {
        margin-bottom: 20px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .ceo_name {
        font-size: 16px;
        font-family: var(--font-pre200);
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner {
        display: flex;
        align-items: center;
        gap: 20px;
    }


/**********************************************************************************************************************/




}





@media (max-width: 320px) {



/**********************************************************************************************************************/
/* 헤더 */
/**********************************************************************************************************************/
    /* 헤더 */



/**********************************************************************************************************************/
/* 푸터 */
/**********************************************************************************************************************/
    /* 푸터 */
    .wp_wrap footer .f_inner {
        display: flex;
        gap: 15px;
    }

    .wp_wrap .f_info ul li,
    .wp_wrap .f_info p {
        font-size: 13px;
        font-weight: 200;
        color: #DDDDDD;
    }

    .wp_wrap footer .f_inner .f_info .priv .priv_li button {
        font-size: 15px;
    }
/**********************************************************************************************************************/
/* 메인 */
/**********************************************************************************************************************/
    /* 메인 슬라이드 */
  



    /* section 01*/
    .wp_wrap .s_introduce .intro_items .intro_itm {
        width: 46%;
        height: 185px;
        overflow: hidden;
        border-radius: 20px;
    }
    .wp_wrap .s_introduce .intro_items .intro_itm .txt_box {
        position: absolute;
        top: 80%;
        right: 0;
        width: 100%;
        height: 100%;
        background: rgb(153, 197, 110, 0.9);
        color: #fff;
    }
    .wp_wrap .s_introduce .intro_items .intro_itm .txt_box .intro_name {
        text-align: right;
        font-size: 14px;
        padding: 10px 15px;
    }




    /* section02 */
    .wp_wrap .s_mission .mission_inner .mission_txt .sec_tit01 {
        margin-bottom: 10px;
    }
    .wp_wrap .s_mission .mission_inner .mission_txt .mission_desc {
        font-size: 17px;
        margin-bottom: 20px;
    }
    .wp_wrap .s_mission .mission_inner {
        flex-direction: column;
        gap: 35px;
    }




    /* section03 */

    /* section05 */


}


















































