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

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

    .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
        height: 500px;
    }


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

}


@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 .cm_inner {
        padding: 0 15px;
    }

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



    /**********************************************************************************************************************/
    /* 헤더 */
    /**********************************************************************************************************************/
    .wp_wrap header .h_inner .h_logo {
        min-width: 245px;
        width: 245px;
    }

    .wp_wrap header .h_inner .gnb .m_list {
        width: 120px;
    }

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



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




    /* section03 */
    .wp_wrap .s_shop .shop_items {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .wp_wrap .s_shop .shop_items .shop_itm {
        width: 32%;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .img_box {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_desc br {
        display: none;
    }






    /* 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 {
        height: 300px;
    }

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


    /* section 05 */
    .wp_wrap .s_gallery .gallery_items {
        align-items: flex-start;
    }

    .wp_wrap .s_gallery .gallery_items .gallery_itm {
        width: 32%;
    }

    .wp_wrap .s_gallery .gallery_itm .img_box {
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 20px;
        width: auto;
        /* height: auto; */
    }

    .wp_wrap .s_gallery .gallery_itm .txt_box .gallery_itm_desc br {
        display: none;
    }

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


    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    .wp_wrap .st_mnu .cm_inner {
        padding: 0;
    }

    /* 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: 98%;
        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>br {
        display: none;
    }

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

    /* organization */
    .wp_wrap #organization .bot {
        width: 72%;
    }

    .wp_wrap #organization .middle .mid_list {
        width: 72%;
    }

    .wp_wrap #organization .middle_bar {
        width: 53%;
    }

    /* process */
    .wp_wrap #process .progress {
        width: 100%;
        overflow: hidden;
    }

    .wp_wrap #process .progress .progress_list {
        padding-left: 0;
    }

    .wp_wrap #process .process_map .fir {
        padding-left: 0;
    }

    .wp_wrap #process .process_map .sec {
        padding-left: 0;
    }

    .wp_wrap #process .process_map .thi {
        padding-left: 0;
    }

    /* sponsor */
    .wp_wrap #sponsor .top .beige_box .b_top {
        gap: 65px;
    }

    /* volunteer */
    .wp_wrap #volunteer .step .step_list {
        padding-left: 0;
    }

    .wp_wrap #volunteer .step .gray_box {
        margin-left: 0;
        width: 95%;
        margin: 0 auto;
    }





    .wp_wrap #profit .haccp .img_slide .slick-list,
    .wp_wrap .programSec .slide_area .act_slider .slick-list {
        margin: 0 -10px;
    }

    .wp_wrap #profit .haccp .img_slide .slick-slide {
        margin: 0 10px;
        width: 100%;
    }

    .wp_wrap .programSec .slide_area .act_slider .slick-slide {
        margin: 0 10px;
    }

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



}




@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 .gnb {
        display: none;
    }

    .wp_wrap header .mo_menu_icon {
        display: block;
    }


    /* 모바일 메뉴 */
    .wp_wrap header .mo_menu {
        display: block;
        position: fixed;
        top: 0;
        left: -100%;
        width: calc(100% - 90px);
        height: 100vh;
        background: #fff;
        padding: 100px 15px 0 15px;
        transition: 0.5s;
        border-right: 1px solid #ddd;
        margin-right: auto;
        z-index: 1000;
    }

    .wp_wrap header .mo_menu.on {
        left: 0;
    }


    .wp_wrap header .mo_menu .mo_gnb {
        display: flex;
        flex-direction: column;
        width: auto;
        margin: 0 auto;
    }

    .wp_wrap header .mo_menu .mo_gnb>li {
        text-align: center;
        position: relative;
        flex: 1;
        border-bottom: 1px solid #ddd;
    }

    .wp_wrap header .mo_menu .mo_gnb>li:first-child {
        border-top: 1px solid #ddd;
    }

    .wp_wrap header .mo_menu .mo_gnb>li>a {
        display: block;
        width: 100%;
        padding: 18px 0;
        color: #000;
        position: relative;
        top: 0;
        background: #fff;
        font-size: 18px;
        font-family: var(--font-pre600);
    }

    .wp_wrap header .mo_menu .mo_gnb .mo_sub_mnu {
        position: relative;
        top: 0;
        padding: 0;
        background: #f8f8f8;
        display: none;
    }

    .wp_wrap header .mo_menu .mo_gnb .mo_sub_mnu>li {
        text-align: center;
        background: #f8f8f8;
    }

    .wp_wrap header .mo_menu .mo_gnb .mo_sub_mnu>li:last-child {
        border-bottom: none;
    }

    .wp_wrap header .mo_menu .mo_gnb .mo_sub_mnu>li>a {
        display: inline-block;
        padding: 15px 0;
        font-size: 17px;
    }

    .wp_wrap header .mo_menu .mo_gnb .mo_sub_mnu>li>.mo_third_mnu {}

    .wp_wrap header .mo_menu .mo_gnb .mo_sub_mnu>li>.mo_third_mnu>li {
        padding: 5px 0;
    }

    .wp_wrap header .mo_menu .mo_gnb .mo_sub_mnu>li>.mo_third_mnu>li:last-child {
        padding-bottom: 15px;
    }

    .wp_wrap header .mo_menu .mo_gnb .mo_sub_mnu>li>.mo_third_mnu>li>a {
        font-size: 14px;
    }

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



    /**********************************************************************************************************************/
    /* 푸터 */
    /**********************************************************************************************************************/
    /* 푸터 */
    .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 .main_visual .main_slider .slick-dots {
        display: none !important;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box {
        width: 95%;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .top_tit {
        font-size: 50px;
        font-family: var(--font-pre300);
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .mid_tit {
        font-size: 50px;
        font-family: var(--font-pre700);
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .bot_tit {
        font-size: 20px;
        font-family: var(--font-pre200);
    }

    /* 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 .shop_itm .img_box {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_name {
        font-size: 23px;
        font-family: var(--font-pre600);
        margin-bottom: 10px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_desc {
        font-size: 15px;
    }

    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click {
        width: 250px;
    }


    /* section 05 */
    .wp_wrap .s_gallery .gallery_itm .img_box {
        border-radius: 20px;
        overflow: hidden;
        margin-bottom: 10px;
        width: auto;
        /* height: auto; */
    }

    .wp_wrap .s_gallery .gallery_itm .txt_box .gallery_itm_name {
        height: 55px;
        font-size: 23px;
        margin-bottom: 10px;
        font-family: var(--font-pre600);
    }

    .wp_wrap .s_gallery .gallery_itm .txt_box .gallery_itm_desc {
        font-size: 15px;
    }

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



    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    /* fix_menu */
    /* .wp_wrap .sub_page .fix_menu .menu_inner .first i{
        font-size: 14px;
        border-right: 1px solid #DFDFDF;
        padding: 0 20px 0 10px;
    }  */

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


    /* history */
    .wp_wrap #history .his_top {
        gap: 100px;
    }

    .wp_wrap #history .his_top .top_left .number {
        font-size: 45px
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_left .b_year {
        height: 10%;
        font-size: 25px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_left .year {
        font-size: 25px;
        height: 14.5%;
        padding: 7px 22px;
    }

    .wp_wrap #history .his_top .top_right>ul .list:nth-child(3) .inner_left .year {
        height: 17.2%;
    }

    .wp_wrap #history .his_top .top_right>ul .list:nth-child(4) .inner_left .year {
        height: 39.2%;
    }

    .wp_wrap #history .his_top .top_right>ul .list:nth-child(5) .inner_left .b_year {
        height: 17.3%;
    }

    .wp_wrap #history .his_bot .bot_left .number {
        font-size: 45px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_left .year {
        font-size: 25px;
        height: 21.2%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_left .b_year {
        font-size: 25px;
        height: 50%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list:nth-child(4) .inner_left .b_year {
        height: 32.2%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list:nth-child(5) .inner_left .year {
        height: 39%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list:nth-child(6) .inner_left .b_year {
        height: 24%;
    }

    /* vision */
    .wp_wrap #vision .bot .bot_list>li .bot_box .t_txt .ex {
        font-size: 15px;
    }

    /* organization */
    .wp_wrap #organization .middle .mid_list {
        width: 88%;
    }

    .wp_wrap #organization .bot {
        width: 88%;
    }

    .wp_wrap #organization .middle_bar {
        width: 65%;
    }

    .wp_wrap #organization .middle_bar>span {
        width: 627px;
    }

    /* process */
    .wp_wrap #process .people .ex {
        padding-left: 0;
    }

    .wp_wrap #process .progress .progress_list {
        grid-template-columns: repeat(4, 1fr);
    }

    .wp_wrap #process .process_map .fir {
        gap: 50px;
    }

    .wp_wrap #process .process_map .fir .left {
        gap: 50px;
    }

    .wp_wrap #process .process_map .fir .right {
        gap: 50px;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li .box>p {
        font-size: 14px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li .l_box>p {
        font-size: 14px;
    }

    .wp_wrap #process .process_map .fir .right .r_right>ul>li .r_box>p {
        font-size: 14px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li:nth-child(4):before {
        width: 21px;
        left: -21px;
    }

    .wp_wrap #process .process_map .fir .right .r_right>ul>li::before {
        width: 51px;
        left: -51px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li .box>p {
        font-size: 14px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li .l_box>p {
        font-size: 14px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li .r_box>p {
        font-size: 14px;
    }

    .wp_wrap #process .process_map .sec .left {
        gap: 50px;
    }

    .wp_wrap #process .process_map .sec {
        gap: 50px;
    }

    .wp_wrap #process .process_map .sec .right {
        gap: 50px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li:nth-child(2):before {
        width: 21px;
        left: -21px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li:nth-child(3):before {
        width: 21px;
        right: -21px;
    }

    .wp_wrap #process .process_map .thi {
        gap: 300px;
    }

    .wp_wrap #process .process_map .thi .right .r_left>ul>li .l_box>p {
        font-size: 14px;
    }

    .wp_wrap #profit .people .ex {
        padding-left: 0;
    }

    .wp_wrap #profit .certi .certi_list {
        padding-left: 0px;
    }

    .wp_wrap #profit .haccp .img_slide {
        margin: 0;
        width: 100%;
    }

    .wp_wrap #profit .haccp .arrow .prev_arrow {
        margin-left: 0;
    }

    .wp_wrap #profit .haccp .arrow .next_arrow {
        margin-right: 0;
    }

    /* .wp_wrap #profit .haccp .arrow {
        display: none;
    } */






    /* program */
    .wp_wrap #program .program_list>li .p_box .txt_box .ex>br {
        display: none;
    }

    /* sponsor */
    .wp_wrap #sponsor .top .beige_box .b_top .txt_box {
        width: 60%;
    }

    .wp_wrap #sponsor .top .beige_box .b_top .txt_box .b {
        font-size: 41px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .txt_box>p {
        font-size: 25px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .txt_box>p {
        font-size: 25px;
    }

    .wp_wrap .programSec .card_itms>li {
        width: calc((100% - 15px) / 2);
    }

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


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



}








@media (max-width: 768px) {

    /**********************************************************************************************************************/
    /* 공통 */
    /**********************************************************************************************************************/
    /* 공통 */
    .wp_wrap .cm_sec {
        padding: 60px 0;
    }

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




    /**********************************************************************************************************************/
    /* 메인 */
    /**********************************************************************************************************************/
    /* 메인 슬라이드 */
    .wp_wrap .main_visual .main_slider .slide {
        height: 70vh
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box {
        width: 97%;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .top_tit {
        font-size: 30px;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .mid_tit {
        font-size: 40px;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .bot_tit {
        font-size: 18px;
    }

    /* sec01 - s_ma_bsns */
    .wp_wrap .s_ma_bsns .bsns_itms {
        flex-direction: column;
    }

    .wp_wrap .s_ma_bsns .bsns_itms .itm_li {
        width: 85%;
        margin: 0 auto 40px auto;
    }

    .wp_wrap .s_ma_bsns .bsns_itms .itm_li .img_box {
        width: 100%;
        height: auto;
    }

    .wp_wrap .s_ma_bsns .sec_tit02 {
        font-size: 35px;
    }

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



    /* section 03  */
    .wp_wrap .s_shop .sec_tit01 {
        font-size: 35px;
    }

    .wp_wrap .s_shop .shop_items {
        margin-bottom: 50px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .img_box {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .wp_wrap .s_shop .shop_items {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-direction: column;
    }

    .wp_wrap .s_shop .shop_items .shop_itm {
        width: 80%;
        margin: 0 auto 40px auto;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .txt_box {
        text-align: center;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_name {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .img_box {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }


    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click {
        width: 300px;
    }

    .wp_wrap .s_notice .notice_inner .left .sec_tit01 {
        font-size: 35px;
    }



    /* section 05 */
    .wp_wrap .s_gallery .sec_tit01 {
        font-size: 35px;
    }

    .sec_tit01 span {
        font-size: 35px;
    }

    .wp_wrap .s_gallery .gallery_items {
        flex-direction: column;
        margin-bottom: 50px;
    }

    .wp_wrap .s_gallery .gallery_items .gallery_itm {
        width: 80%;
        margin: 0 auto 40px auto;
    }

    .wp_wrap .s_gallery .gallery_items .gallery_itm .txt_box {
        text-align: center;
    }

    .wp_wrap .s_gallery .gallery_items .gallery_itm .txt_box .gallery_itm_name {
        margin-bottom: 10px;
        font-size: 20px;
    }

    .wp_wrap .s_gallery .gallery_itm .img_box {
        width: 100%;
        height: auto;
        margin-bottom: 15px;
    }

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



    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    /* sub_menu */
    .wp_wrap .sub_main {
        width: 100%;
        height: 300px;
        background: url(../img/sub/subMain.jpg) no-repeat center center / cover;
    }

    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
        font-size: 45px;
        color: #fff;
    }

    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_des {
        font-size: 18px;
        color: #fff;
    }

    /* fix_menu */
    /* .wp_wrap .sub_page .fix_menu .menu_inner>div{
        padding: 20px 0; 
    }
    .wp_wrap .sub_page .fix_menu .menu_inner .first i{
        font-size: 14px;
        border-right: 1px solid #DFDFDF;
        padding: 0 20px 0 10px;
    }
    .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top,
    .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top{
        padding: 0 20px;
        border-right: 1px solid #DFDFDF;
        display: flex;
        align-items: center;
        cursor: pointer;
    }

    .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top p,
    .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top p{
        font-size: 16px;
        font-family: var(--font-pre500);
    }

    .wp_wrap .sub_page .fix_menu .menu_inner .second .second_menu,
    .wp_wrap .sub_page .fix_menu .menu_inner .third .third_menu{
        position: absolute;
        top: 60px;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 15px 30px;
        font-size: 16px;
        line-height: 40px;
        border-left:1px solid #DFDFDF;
        border-right:1px solid #DFDFDF;
        border-bottom:1px solid #DFDFDF;
        display: none;
    }     */





    /* 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: 30px;
        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 .shop_main .sub_main_inner .txt_box .sm_tit {
        font-size: 45px;
    }


    /* history */
    .wp_wrap #history .tit .title {
        font-size: 45px;
    }

    .wp_wrap #history .his_top {
        display: block;
    }

    .wp_wrap #history .his_top .top_left {
        margin-bottom: 30px;
    }

    .wp_wrap #history .his_bot {
        display: block;
    }

    .wp_wrap #history .his_bot .bot_left {
        margin-bottom: 30px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_left .b_year {
        height: 10.5%;
    }

    .wp_wrap #history .his_top .top_right>ul .list:nth-child(5) .inner_left .b_year {
        height: 18.9%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_left .year {
        height: 24%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list:nth-child(5) .inner_left .year {
        height: 39.2%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list:nth-child(6) .inner_left .b_year {
        height: 27.6%;
    }

    /* vision */
    .wp_wrap #vision .tit .title {
        font-size: 45px;
    }

    .wp_wrap #vision .top:before {
        left: 22%;
    }

    .wp_wrap #vision .top:after {
        right: 22%;
    }

    .wp_wrap #vision .middle .txt_box {
        width: 80%;
    }

    .wp_wrap #vision .middle .txt_box .t_middle>p {
        font-size: 25px;
    }

    .wp_wrap #vision .middle .txt_box .t_middle {
        width: 30%;
    }

    .wp_wrap #vision .middle .txt_box .ex>br {
        display: none;
    }

    .wp_wrap #vision .bot .t_bot {
        width: 25%;
    }

    .wp_wrap #vision .bot .t_bot>p {
        font-size: 25px;
    }

    .wp_wrap #vision .bot .bot_list>li .bot_box .t_box {
        padding: 25px;
    }

    .wp_wrap #vision .bot .bot_list>li .bot_box .t_txt .ex>br {
        display: none;
    }


    /* organization */
    .wp_wrap #organization .tit .title {
        font-size: 45px;
    }

    .wp_wrap #organization .top:before {
        left: 30%;
    }

    .wp_wrap #organization .top:after {
        right: 30%;
    }

    .wp_wrap #organization .middle .mid_list {
        width: 100%;
    }

    .wp_wrap #organization .bot {
        width: 100%;
    }

    .wp_wrap #organization .middle .mid_list>li .box>p {
        font-size: 18px;
    }

    .wp_wrap #organization .middle .mid_list>li:nth-child(3) .y_box {
        padding-top: 14px;
    }

    .wp_wrap #organization .middle .mid_list>li .y_box>p {
        font-size: 18px;
    }

    .wp_wrap #organization .middle .mid_list::before {
        width: 47px;
        left: 29%;
    }

    .wp_wrap #organization .middle .mid_list::after {
        width: 47px;
        right: 29%;
    }

    .wp_wrap #organization .bot>li .one .b_tit>p {
        font-size: 18px;
    }

    .wp_wrap #organization .middle_bar {
        width: 70%;
    }

    .wp_wrap #organization .middle_bar>span {
        width: 517px;
    }

    .wp_wrap #organization .bot>li .one .b_list>li {
        font-size: 17px;
    }

    /* map */
    .wp_wrap #map .tit .title {
        font-size: 45px;
    }

    /* process */
    .wp_wrap .business_main .sub_main_inner .txt_box .sm_tit {
        font-size: 45px;
    }

    .wp_wrap #process .tit .title {
        font-size: 45px;
    }

    .wp_wrap #process .about {
        display: block;
    }

    .wp_wrap #process .about .img_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .wp_wrap #process .about .img_box>img {
        width: 100%;
    }

    .wp_wrap #process .about .txt_box .t_tit {
        font-size: 25px;
    }

    .wp_wrap #process .about .txt_box .ex {
        font-size: 18px;
    }

    .wp_wrap #process .about .txt_box .ex>br {
        display: none;
    }

    .wp_wrap #process .people .ex {
        font-size: 18px;
    }

    .wp_wrap #process .progress .progress_list {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 69px;
    }

    .wp_wrap #process .progress .progress_list>li::after {
        right: -45px
    }

    .wp_wrap #process .progress .progress_list>li:nth-child(3):after {
        display: none;
    }

    .wp_wrap #process .progress .progress_list>li:nth-child(5):after {
        display: block;
    }

    .wp_wrap #process .progress .progress_list>li:nth-child(6):after {
        display: none;
    }

    .wp_wrap #process .process_map .fir {
        height: 500px;
    }

    .wp_wrap #process .process_map .fir .left {
        display: block;
    }

    .wp_wrap #process .process_map .fir .left .l_left {
        height: 15%;
        padding: 9px 0;
        margin-bottom: 20px;
    }

    .wp_wrap #process .process_map .fir .left .l_left>p {
        font-size: 18px;
    }

    .wp_wrap #process .process_map .fir .right .r_left {
        padding-top: 50px;
    }

    .wp_wrap #process .process_map .fir .right .r_left {
        padding-top: 95px;
    }

    .wp_wrap #process .process_map .fir .right .r_right {
        padding-top: 275px;
    }

    .wp_wrap #process .process_map .sec {
        height: 400px;
    }

    .wp_wrap #process .process_map .sec .left {
        display: block;
    }

    .wp_wrap #process .process_map .sec .left .l_left {
        height: 19%;
        padding: 9px 0;
        margin-bottom: 20px;
    }

    .wp_wrap #process .process_map .sec .left .l_left>p {
        font-size: 18px;
    }

    .wp_wrap #process .process_map .sec .right .r_left {
        padding-top: 95px;
    }

    .wp_wrap #process .process_map .sec .right .r_right {
        padding-top: 235px;
    }

    .wp_wrap #process .process_map .thi .left .l_left {
        height: 44%;
        padding: 9px 0;
    }

    .wp_wrap #process .process_map .thi .left .l_left>p {
        font-size: 18px;
    }

    .wp_wrap #process .process_map .thi {
        gap: 50px;
    }

    /* profit */
    .wp_wrap #profit .tit .title {
        font-size: 45px;
    }

    .wp_wrap #profit .about {
        display: block;
    }

    .wp_wrap #profit .about .img_box {
        width: 100%;
        margin-bottom: 20px;
    }

    .wp_wrap #profit .about .img_box>img {
        width: 100%;
    }

    .wp_wrap #profit .about .txt_box .t_tit {
        font-size: 25px;
    }

    .wp_wrap #profit .about .txt_box .ex {
        font-size: 18px;
    }

    .wp_wrap #profit .about .txt_box .ex>br {
        display: none;
    }

    /* .wp_wrap #profit .certi .certi_list>li:nth-child(3) .certi_box {
    padding-top: 58px;
} */
    .wp_wrap #profit .certi .certi_list>li .certi_box>p {
        font-size: 18px;
    }

    .wp_wrap #profit .people .ex {
        font-size: 18px;
    }

    .wp_wrap #program .program_list>li {
        height: 360px;
    }

    .wp_wrap #program .program_list>li .p_box .txt_box .t_tit {
        font-size: 22px
    }

    .wp_wrap #program .program_list>li .p_box .txt_box .ex {
        font-size: 15px;
    }

    /* program */
    .wp_wrap #program .tit {
        margin-bottom: 40px;
    }

    .wp_wrap #program .tit .title {
        font-size: 45px;
    }

    .wp_wrap #program .tit .title span {
        font-size: 25px;
    }

    .wp_wrap .programSec .card_itms>li .front .name {
        font-size: 25px;
    }

    .wp_wrap .programSec .card_itms>li .back {
        padding: 35px 25px;
    }

    .wp_wrap .programSec .card_itms>li .back .txt_box .txt1 {
        font-size: 23px;
    }

    .wp_wrap .programSec .card_itms>li {
        min-height: 200px;
    }

    .wp_wrap .programSec .card_itms>li,
    .wp_wrap .programSec .card_itms>li .front,
    .wp_wrap .programSec .card_itms>li .back {
        border-radius: 15px;
    }

    .wp_wrap .programSec .slide_area .act_slider {
        padding-right: 0;
    }



    /* sponsor */
    .wp_wrap #sponsor .tit .title {
        font-size: 45px;
    }

    .wp_wrap #sponsor .top .beige_box .b_top {
        width: 100%;
    }

    .wp_wrap #sponsor .top .beige_box .b_top .txt_box .t {
        font-size: 27px;
    }

    .wp_wrap #sponsor .top .beige_box .b_top .txt_box .b {
        font-size: 33px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box {
        padding: 40px 15px;
        padding-right: 55px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .m_txt_box>p {
        font-size: 18px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .m_txt_box>p {
        font-size: 18px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .txt_box>p {
        font-size: 22px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .txt_box {
        height: 45px;
        padding-top: 8px;
        top: -20px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .txt_box>p {
        font-size: 22px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .txt_box {
        height: 45px;
        padding-top: 8px;
        top: -20px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box {
        padding: 40px 4px;
        padding-right: 4px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left .m_txt_box>p {
        font-size: 17px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right .m_txt_box>p {
        font-size: 17px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left {
        width: 45%;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right {
        width: 45%;
    }

    .wp_wrap #sponsor .top .beige_box .bottom_ex {
        font-size: 18px
    }

    .wp_wrap #sponsor .bot .bot_list {
        column-gap: 45px;
    }

    /* volunteer */
    .wp_wrap #volunteer .tit .title {
        font-size: 45px;
    }

    .wp_wrap #volunteer .step .step_list {
        grid-template-columns: repeat(3, 1fr);
        row-gap: 30px;
    }

    .wp_wrap #volunteer .step .info .right>p {
        font-size: 18px;
    }

    .wp_wrap #volunteer .step .info .left>p {
        font-size: 18px;
    }

    .wp_wrap #volunteer .step .gray_box>p {
        font-size: 18px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(3):after {
        display: none;
    }

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


    /**********************************************************************************************************************/
    /* 모달 */
    /**********************************************************************************************************************/
    /* haccp_md */
    .wp_wrap .haccp_md .md_inner .md_wrap {
        border-radius: 15px;
        padding: 25px 15px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .clsBtn {
        top: 10px;
        right: 10px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .top .desc {
        font-size: 17px;
        line-height: 1.4;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .top .desc,
    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot {
        padding-left: 0;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic .txt1 {
        font-size: 40px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic .txt2 {
        font-size: 18px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic1 {
        border: 6px solid #14BF41;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic2 {
        border: 6px solid #144DBF;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic .txt3 br {
        display: none;
    }

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


    /**********************************************************************************************************************/
    /* 이용약관, 개인정보 페이지 추가 2025.05.22 */
    /**********************************************************************************************************************/
    .wp_wrap #pt_pvc_area {}

    .wp_wrap #pt_pvc_area>.desc {}

    .wp_wrap #pt_pvc_area>.desc>.des {
        font-size: 18px;
        line-height: 30px;
    }

    .wp_wrap #pt_pvc_area>.desc>.des>.des_hd_tit {
        font-size: 22px;
    }
    .wp_wrap #pt_pvc_area >.desc>.des .des_pd_bx{
    display: block;
    padding-left:unset;
}

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

}


@media (max-width: 576px) {

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

    .sec_tit01 span {
        font-size: 35px;
        font-family: var(--font-pre200);
    }

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

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

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





    /**********************************************************************************************************************/
    /* 푸터 */
    /**********************************************************************************************************************/
    /* 푸터 */
    .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 {
        position: relative;
        width: 100%;
        height: 520px;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box {
        width: 98%;
        position: relative;
        top: 150px;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .top_tit {
        font-size: 25px;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .mid_tit {
        font-size: 35px;
    }

    /* 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_notice .notice_inner .right .notice_slider .slide .notice_itm_click {
        width: 480px;
    }

    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    /* sub_menu */
    .wp_wrap .sub_main {
        width: 100%;
        height: 220px;
        background: url(../img/sub/subMain.jpg) no-repeat center center / cover;
    }


    /* fix_menu */
    /* .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top p,
    .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top p{
        font-size: 14px;
        font-family: var(--font-pre500);
    }

    .wp_wrap .sub_page .fix_menu .menu_inner .second .second_menu,
    .wp_wrap .sub_page .fix_menu .menu_inner .third .third_menu{
        position: absolute;
        top: 59px;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 15px 16px;
        font-size: 15px;
        line-height: 40px;
        border-left: 1px solid #DFDFDF;
        border-right: 1px solid #DFDFDF;
        border-bottom: 1px solid #DFDFDF;
        display: none;
    } */


    .wp_wrap .st_mnu .inner_box .first {
        display: none;
    }

    .wp_wrap .st_mnu .inner_box .mnu_box .show {
        padding: 0 10px;
    }

    .wp_wrap .st_mnu .inner_box .second,
    .wp_wrap .st_mnu .inner_box .third {
        min-width: calc((100% - 65px) / 2);
        min-width: 50%;
    }

    .wp_wrap .st_mnu .inner_box .third::after {
        display: none;
    }

    .wp_wrap .st_mnu .inner_box .mnu_box .show>p {
        font-size: 14px;
    }

    .wp_wrap .st_mnu .inner_box .mnu_box .hide>li>a {
        padding: 10px;
        font-size: 14px;
    }

    .wp_wrap .st_mnu .inner_box {
        height: 60px;
    }

    .wp_wrap .st_mnu .inner_box .mnu_box .show {
        height: 60px;
    }

    .wp_wrap .st_mnu .inner_box .mnu_box .hide {
        top: 60px;
    }



    /* 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 .sub_page .sub_greeting .greeting_inner .left .txt_box .main_tit {
        font-size: 25px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        font-size: 16px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .ceo_name {
        font-size: 18px;
    }

    /* history */
    .wp_wrap #history .his_top .top_right>ul .list {
        display: block;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_left {
        margin-bottom: 20px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list {
        display: block;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_left {
        margin-bottom: 20px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list:nth-child(2) .inner_right>ul>li .right_list .month {
        width: 4%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list:nth-child(3) .inner_right>ul>li .right_list .month {
        width: 4%;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list:nth-child(4) .inner_right>ul>li .right_list .month {
        width: 5%;
    }

    /* vision */
    .wp_wrap #vision .tit .title {
        font-size: 40px;
    }

    .wp_wrap #vision .top .circle .ex {
        font-size: 17px;
    }

    .wp_wrap #vision .top .circle .txt {
        font-size: 27px;
    }

    .wp_wrap #vision .top .circle {
        width: 330px;
        height: 330px;
        padding-top: 90px;
    }

    .wp_wrap #vision .top:after {
        width: 80px;
        height: 80px;
    }

    .wp_wrap #vision .middle .txt_box .t_middle>p {
        font-size: 22px;
    }

    .wp_wrap #vision .middle .txt_box .t_middle {
        width: 29%;
        padding: 5px 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .wp_wrap #vision .middle .txt_box {
        width: 85%;
    }

    .wp_wrap #vision .middle .txt_box .ex {
        font-size: 17px;
    }

    .wp_wrap #vision .middle .txt_box .t_middle>p {
        font-size: 20px;
    }

    .wp_wrap #vision .bot .t_bot {
        width: 24.5%;
        padding: 5px 20px;
        margin-bottom: 20px;
        border-radius: 20px;
    }

    .wp_wrap #vision .bot .t_bot>p {
        font-size: 20px;
    }

    .wp_wrap #vision .bot .bot_list {
        grid-template-columns: repeat(3, 1fr);
    }

    .wp_wrap #vision .bot .bot_list>li .bot_box .t_txt .m_tit {
        font-size: 20px;
    }

    /* organization */
    .wp_wrap #organization .tit .title {
        font-size: 40px;
    }

    .wp_wrap #organization .top .circle .txt {
        font-size: 17px;
    }

    .wp_wrap #organization .top .circle .ex {
        font-size: 29px;
    }

    .wp_wrap #organization .top .circle {
        width: 250px;
        height: 250px;
        padding-top: 100px;
    }

    .wp_wrap #organization .top:before {
        left: 25%;
    }

    .wp_wrap #organization .top:after {
        right: 25%;
    }

    .wp_wrap #organization .middle .mid_list>li .y_box {
        width: 150px;
    }

    .wp_wrap #organization .middle .mid_list>li .box {
        width: 150px;
    }

    .wp_wrap #organization .bot>li .one .b_tit {
        width: 150px;
    }

    .wp_wrap #organization .bot>li .one .b_list {
        width: 150px;
        height: 190px;
    }

    .wp_wrap #organization .middle_bar {
        width: 73%;
    }

    .wp_wrap #organization .middle_bar>span {
        width: 397px;
    }

    .wp_wrap #organization .middle .mid_list::after {
        width: 52px;
        right: 27%;
    }

    .wp_wrap #organization .middle .mid_list::before {
        width: 51px;
        left: 27%;
    }

    .wp_wrap #organization .middle .mid_list>li .y_box>p {
        font-size: 17px;
    }

    .wp_wrap #organization .middle .mid_list>li .box>p {
        font-size: 17px;
    }

    .wp_wrap #organization .bot>li .one .b_tit>p {
        font-size: 17px;
    }

    .wp_wrap #organization .bot>li .one .b_list>li {
        font-size: 16px;
    }

    .wp_wrap #organization .tabsec .table_inner {
        overflow-x: scroll;
    }

    /* map */
    .wp_wrap #map .tit .title {
        font-size: 40px;
    }

    .wp_wrap #map .info>li .inner_info>p {
        font-size: 18px;
    }

    .wp_wrap #map .info>li .number .left>p {
        font-size: 18px;
    }

    .wp_wrap #map .info>li .number .right>p {
        font-size: 18px;
    }

    .wp_wrap #map .car .c_tit {
        width: 175px;
    }

    .wp_wrap #map .car .c_tit>p {
        font-size: 18px;
    }

    .wp_wrap #map .car .ex {
        font-size: 18px;
    }

    .wp_wrap #map .bus .b_tit {
        width: 160px;
    }

    .wp_wrap #map .bus .b_tit>p {
        font-size: 18px;
    }

    .wp_wrap #map .bus .ex {
        font-size: 18px;
    }

    /* process */
    .wp_wrap #process .tit .title {
        font-size: 40px;
    }

    .wp_wrap #process .progress .progress_list {
        grid-template-columns: repeat(2, 1fr);
        justify-items: center;
    }

    .wp_wrap #process .progress .progress_list>li::after {
        right: -49px;
        font-size: 30px;
    }

    .wp_wrap #process .progress .progress_list>li:nth-child(2):after {
        display: none;
    }

    .wp_wrap #process .progress .progress_list>li:nth-child(3):after {
        display: block;
    }

    .wp_wrap #process .progress .progress_list>li:nth-child(4):after {
        display: none;
    }

    .wp_wrap #process .progress .progress_list>li:nth-child(8):after {
        display: none;
    }

    .wp_wrap #process .process_map .fir {
        gap: 0px;
    }

    .wp_wrap #process .process_map .fir .left .l_left .grade {
        width: 31%;
    }

    .wp_wrap #process .process_map .sec .left .l_left .grade {
        width: 31%;
    }

    .wp_wrap #process .process_map .thi .left .l_left .grade {
        width: 31%;
    }

    .wp_wrap #process .process_map .fir .right {
        width: 62%;
    }

    .wp_wrap #process .process_map .fir .left {
        width: 44%;
    }

    .wp_wrap #process .process_map .fir .left .l_left {
        width: 74%;
    }

    .wp_wrap #process .process_map .fir .left .l_right {
        width: 74%;
    }

    .wp_wrap #process .process_map .sec .right {
        width: 62%;
    }

    .wp_wrap #process .process_map .sec .left {
        width: 44%;
    }

    .wp_wrap #process .process_map .sec .left .l_left {
        width: 74%;
    }

    .wp_wrap #process .process_map .sec .left .l_right {
        width: 74%;
    }

    .wp_wrap #process .process_map .sec {
        gap: 0px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li .box {
        padding-top: 19px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li:nth-child(2) .box {
        padding-top: 14px;
    }

    .wp_wrap #process .process_map .thi .right {
        width: 62%;
    }

    .wp_wrap #process .process_map .thi .left {
        width: 44%;
    }

    .wp_wrap #process .process_map .thi .left .l_left {
        width: 81%;
    }

    .wp_wrap #process .process_map .thi .left .l_right {
        width: 74%;
    }

    .wp_wrap #process .process_map .thi {
        gap: 0px;
    }

    .wp_wrap #process .process_map .thi .right .r_left {
        width: 50%;
    }

    .wp_wrap #process .process_map .thi .right .r_left>ul {
        width: 84%;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li:nth-child(4):before {
        width: 29px;
        left: -29px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li:nth-child(2):before {
        width: 29px;
        left: -29px;
    }

    /* profit */
    .wp_wrap #profit .tit .title {
        font-size: 40px;
    }

    .wp_wrap #profit .certi .certi_list>li .certi_box>p {
        font-size: 15px;
    }

    .wp_wrap #profit .certi .certi_list>li .certi_box .img_box {
        /* width: 70%; */
        height: 70px;
    }

    /*   .wp_wrap #profit .certi .certi_list>li:nth-child(3) .certi_box {
        padding-top: 83px;
    } */
    /*  .wp_wrap #profit .haccp .img_slide {
        width: 700px;
    } */
    .wp_wrap #profit .certi .certi_list>li .certi_box>p>br {
        display: block;
    }

    /* program */
    .wp_wrap #program .tit .title {
        font-size: 40px;
    }

    .wp_wrap #program .program_list {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 15px;
    }

    /* sponsor */
    .wp_wrap #sponsor .tit .title {
        font-size: 40px;
    }

    .wp_wrap #sponsor .top .beige_box .b_top {
        display: block;
    }

    .wp_wrap #sponsor .top .beige_box .b_top .txt_box {
        width: 100%;
        margin-top: 20px;
    }

    .wp_wrap #sponsor .top .beige_box .b_top .img_box>img {
        margin: 0 auto;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .circle {
        width: 150px;
        height: 150px;
        padding-top: 7px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .m_txt_box>p {
        font-size: 16px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .m_txt_box>p>br {
        display: none;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .circle {
        width: 150px;
        height: 150px;
        padding-top: 7px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .m_txt_box>p {
        font-size: 16px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .m_txt_box>p>br {
        display: none;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box {
        padding: 40px 2px;
        padding-right: 8px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle {
        height: 290px;
        margin-bottom: 30px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .txt_box>p {
        font-size: 20px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .circle>p {
        font-size: 18px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .circle>p {
        font-size: 18px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .txt_box {
        width: 200px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .txt_box>p {
        font-size: 20px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .txt_box {
        width: 200px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left .circle {
        width: 150px;
        height: 150px;
        padding-top: 7px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left .circle>p {
        font-size: 18px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right .circle {
        width: 150px;
        height: 150px;
        padding-top: 7px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right .circle>p {
        font-size: 18px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right .m_txt_box>p {
        font-size: 14px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right .m_txt_box>p>br {
        display: none;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left .m_txt_box>p {
        font-size: 14px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left .m_txt_box>p>br {
        display: none;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot {
        height: 290px;
    }

    .wp_wrap #sponsor .top .beige_box {
        padding: 50px 10px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left {
        width: 45%;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right {
        width: 45%;
    }

    .wp_wrap #sponsor .top .beige_box .bottom_ex {
        font-size: 14px;
    }

    .wp_wrap #sponsor .bot .bot_list>li>p {
        font-size: 17px;
    }

    .wp_wrap #sponsor .bot .bot_list {
        column-gap: 10px;
    }

    .wp_wrap #sponsor .bot .bot_list>li .bot_tit>p {
        font-size: 17px;
    }

    .wp_wrap #sponsor .bot .bot_list>li:nth-child(3) .bot_tit {
        width: 200px;
    }

    .wp_wrap #sponsor .bot .bot_list>li .bot_tit {
        width: 120px;
    }

    .wp_wrap #sponsor .bot .bot_list>li .orange {
        width: 170px;
    }

    .wp_wrap #sponsor .bot .bot_list>li>p>br {
        display: none;
    }

    .wp_wrap #sponsor .bot .bot_list>li .yellow::before {
        width: 120px;
    }

    /* volunteer */
    .wp_wrap #volunteer .tit .title {
        font-size: 40px;
    }

    .wp_wrap #volunteer .step .s_top {
        width: 150px;
    }

    .wp_wrap #volunteer .step .s_top>p {
        font-size: 18px;
    }

    .wp_wrap #volunteer .step .info .left .l_top>p {
        font-size: 18px;
    }

    .wp_wrap #volunteer .step .info .right .r_top>p {
        font-size: 18px;
    }

    .wp_wrap #volunteer .step .info .right>p {
        font-size: 15px;
    }

    .wp_wrap #volunteer .step .info .left>p {
        font-size: 15px;
    }

    .wp_wrap #volunteer .step .gray_box>p {
        font-size: 15px;
    }



    .wp_wrap .programSec .card_itms {
        gap: 15px;
    }

    .wp_wrap .programSec .card_itms>li .front {
        gap: 10px;
    }

    .wp_wrap .programSec .card_itms>li .front .name {
        font-size: 20px;
    }

    .wp_wrap .programSec .card_itms>li .front .showBtn {
        font-size: 17px;
    }

    .wp_wrap .programSec .card_itms>li .back {
        padding: 25px 15px;
    }

    .wp_wrap .programSec .card_itms>li .back .txt_box .txt1 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .wp_wrap .programSec .card_itms>li .back .txt_box .txt2 {
        font-size: 16px;
    }

    /* media */
    .wp_wrap #media,
    .wp_wrap #inquiry {}

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

    /**********************************************************************************************************************/
    /* 모달 */
    /**********************************************************************************************************************/
    /* haccp_md */
    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul {
        gap: 10px;
        flex-direction: column;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .icon {
        min-width: unset;
        width: 18px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic {
        width: 100%;
        aspect-ratio: unset;
        padding: 15px 5px;
        border-radius: 15px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .top {
        margin-bottom: 20px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .top .tit {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .top .desc {
        font-size: 15px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic1 {
        border: 4px solid #14BF41;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic2 {
        border: 4px solid #144DBF;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic .txt1 {
        font-size: 27px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic .txt3 {
        font-size: 15px;
        line-height: 1.3;
    }

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


    /**********************************************************************************************************************/
    /* 이용약관, 개인정보 페이지 추가 2025.05.22 */
    /**********************************************************************************************************************/

    .wp_wrap #pt_pvc_area {}

    .wp_wrap #pt_pvc_area>.desc {}

    .wp_wrap #pt_pvc_area>.desc>.des {
        font-size: 16px;
        line-height: 26px;
    }

    .wp_wrap #pt_pvc_area>.desc>.des>.des_hd_tit {
        font-size: 20px;
    }

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


}

@media (max-width: 416px) {

    /**********************************************************************************************************************/
    /* 공통 */
    /**********************************************************************************************************************/
    .wp_wrap .cm_sec {
        padding: 80px 0;
    }

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


    /**********************************************************************************************************************/
    /* 푸터 */
    /**********************************************************************************************************************/
    .wp_wrap footer .f_inner .f_logo {
        width: 65%;
    }

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


    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    .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 .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: 30px;
    }

    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click {
        width: 330px;
    }

    .wp_wrap .s_ma_bsns .sec_tit02 {
        font-size: 30px;
    }

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

    .wp_wrap .s_ma_bsns .bsns_itms .itm_li .txt_box .itm_name {
        font-size: 18px;
    }

    .wp_wrap .s_shop .sec_tit01 {
        font-size: 30px;
    }

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

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_name {
        font-size: 18px;
    }

    .wp_wrap .s_notice .notice_inner .left .sec_tit01 {
        font-size: 30px;
    }

    .wp_wrap .s_notice .notice_inner .left .notice_desc {
        font-size: 15px;
    }

    .wp_wrap .s_gallery .sec_tit01 {
        font-size: 30px;
    }

    .sec_tit01 span {
        font-size: 30px;
    }

    .wp_wrap .s_gallery .gallery_items .gallery_itm .txt_box .gallery_itm_name {
        font-size: 18px;
    }

    /* 서브 */
    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
        font-size: 35px;
    }

    .wp_wrap .business_main .sub_main_inner .txt_box .sm_tit {
        font-size: 35px;
    }

    .wp_wrap .sponsor_main .sub_main_inner .txt_box .sm_tit {
        font-size: 35px;
    }

    .wp_wrap .notice_main .sub_main_inner .txt_box .sm_tit {
        font-size: 35px;
    }

    .wp_wrap .sub_main {
        background: url(../img/sub/m_subMain.jpg);
    }

    .wp_wrap .business_main {
        background: url(../img/sub/m_businessMain.jpg);
    }

    .wp_wrap .sponsor_main {
        background: url(../img/sub/m_sponsorMain.jpg);
    }

    .wp_wrap .notice_main {
        background: url(../img/sub/m_noticeMain.jpg);
        height: 220px;
    }

    .wp_wrap .shop_main {
        background: url(../img/sub/m_shopMain.jpg);
        height: 220px;
    }

    .wp_wrap .shop_main .sub_main_inner .txt_box .sm_tit {
        font-size: 35px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .main_tit {
        font-size: 22px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        font-size: 15px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .ceo_name {
        font-size: 16px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
        border-radius: 15px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box img {
        border-radius: 15px;
    }

    /* history */
    .wp_wrap #history {
        padding: 80px 0;
    }

    .wp_wrap #history .tit .title {
        font-size: 40px;
    }

    .wp_wrap #history .his_top .top_left .number {
        font-size: 40px;
    }

    .wp_wrap #history .his_bot .bot_left .number {
        font-size: 40px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_left .b_year {
        font-size: 22px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_right>ul>li .right_list .list_ex>p {
        font-size: 16px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_left .year {
        font-size: 22px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_left .year {
        font-size: 22px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_left .b_year {
        font-size: 22px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_right>ul>li .right_list .list_ex>p {
        font-size: 16px;
    }

    /* vision */
    .wp_wrap #vision .tit .title {
        font-size: 35px;
    }

    .wp_wrap #vision .top .circle {
        border-radius: 25%;
        width: 300px;
        height: 300px;
    }

    .wp_wrap #vision .top:before {
        z-index: 10;
        left: 3%;
    }

    .wp_wrap #vision .top:after {
        right: 3%;
    }

    .wp_wrap #vision .top .circle .txt {
        font-size: 23px;
    }

    .wp_wrap #vision .top .circle .ex {
        font-size: 15px;
    }

    .wp_wrap #vision .middle .txt_box .t_middle>p {
        font-size: 18px;
    }

    .wp_wrap #vision .middle .txt_box .t_middle {
        width: 38%;
    }

    .wp_wrap #vision .middle .txt_box .ex {
        font-size: 15px;
    }

    .wp_wrap #vision .middle .img_box {
        display: none;
    }

    .wp_wrap #vision .middle .txt_box {
        position: inherit;
        top: 0;
        transform: translate(-50%, 0);
    }

    .wp_wrap #vision .bot .t_bot>p {
        font-size: 18px;
    }

    .wp_wrap #vision .bot .t_bot {
        width: 32.1%;
    }

    .wp_wrap #vision .bot .bot_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .wp_wrap #vision .middle .txt_box {
        width: 100%;
    }

    /* organization */
    .wp_wrap #organization .tit .title {
        font-size: 35px;
    }

    .wp_wrap #organization .top:after {
        width: 65px;
        height: 65px;
        right: 20%;
    }

    .wp_wrap #organization .top:before {
        left: 20%;
    }

    .wp_wrap #organization .middle .mid_list>li .y_box>p {
        font-size: 15px;
    }

    .wp_wrap #organization .middle .mid_list>li .box>p {
        font-size: 15px;
    }

    .wp_wrap #organization .middle .mid_list>li .box {
        width: 100px;
        height: 55px;
        padding-top: 17px;
        border-radius: 10px;
    }

    .wp_wrap #organization .middle .mid_list>li .y_box {
        width: 100px;
        height: 55px;
        padding-top: 17px;
        border-radius: 10px;
    }

    .wp_wrap #organization .middle .mid_list>li:nth-child(3) .y_box {
        padding-top: 11px;
    }

    .wp_wrap #organization .middle .mid_list::before {
        width: 44px;
        left: 26%;
    }

    .wp_wrap #organization .middle .mid_list::after {
        width: 44px;
        right: 26%;
    }

    .wp_wrap #organization .bot>li .one .b_tit>p {
        font-size: 15px;
    }

    .wp_wrap #organization .bot>li .one .b_tit {
        width: 100px;
        height: 55px;
        border-radius: 10px;
        padding-top: 18px;
    }

    .wp_wrap #organization .bot>li .one .b_list {
        width: 100px;
        height: 155px;
        border-radius: 10px;
    }

    .wp_wrap #organization .bot>li .one .b_list>li {
        font-size: 13px;
    }

    .wp_wrap #organization .middle_bar {
        width: 74%;
    }

    .wp_wrap #organization .middle_bar>span {
        width: 286px;
    }

    .wp_wrap #organization .top .circle {
        width: 200px;
        height: 200px;
        padding-top: 72px;
    }

    /* map */
    .wp_wrap #map {
        padding: 80px 0;
    }

    .wp_wrap #map .tit .title {
        font-size: 35px;
    }

    .wp_wrap #map .info>li .inner_info>p {
        font-size: 16px;
    }

    .wp_wrap #map .info>li .number .right>p {
        font-size: 16px;
    }

    .wp_wrap #map .info>li .number .left>p {
        font-size: 16px;
    }

    .wp_wrap #map .car .c_tit {
        width: 165px;
    }

    .wp_wrap #map .car .c_tit>p {
        font-size: 16px;
    }

    .wp_wrap #map .car .ex {
        font-size: 16px;
    }

    .wp_wrap #map .bus .b_tit {
        width: 150px;
    }

    .wp_wrap #map .bus .b_tit>p {
        font-size: 16px;
    }

    .wp_wrap #map .bus .ex {
        font-size: 16px;
    }

    /* process */
    .wp_wrap .business_main {
        height: 220px;
    }

    .wp_wrap #process {
        padding: 80px 0;
    }

    .wp_wrap #process .progress {
        overflow: hidden;
        width: 100%;
    }

    .wp_wrap #process .tit {
        margin-bottom: 40px;
    }

    .wp_wrap #process .tit .title {
        font-size: 30px;
    }

    .wp_wrap #process .about .txt_box .t_tit {
        font-size: 22px;
    }

    .wp_wrap #process .about .txt_box .ex {
        font-size: 16px;
    }

    .wp_wrap #process .people .p_top>p {
        font-size: 17px;
    }

    .wp_wrap #process .people .p_top {
        width: 100px;
        padding: 8px 35px;
    }

    .wp_wrap #process .people .ex {
        font-size: 15px;
    }

    .wp_wrap #process .progress .p_top {
        width: 100px;
        padding: 8px 20px;
    }

    .wp_wrap #process .progress .p_top>p {
        font-size: 17px;
    }

    .wp_wrap #process .progress .progress_list>li .p_box {
        padding-top: 11px;
    }

    .wp_wrap #process .progress .progress_list>li .p_box .txt_box>p {
        font-size: 14px;
    }

    .wp_wrap #process .progress .progress_list>li::after {
        right: -50px;
        font-size: 25px;
    }

    .wp_wrap #process .process_map .pm_top {
        width: 370px;
        padding: 8px 28px;
    }

    .wp_wrap #process .process_map .pm_top>p {
        font-size: 17px;
    }

    .wp_wrap #process .process_map .fir .left .l_left>p {
        font-size: 15px;
    }

    .wp_wrap #process .process_map .fir .left .l_left .grade {
        font-size: 13px;
    }

    .wp_wrap #process .process_map .fir .left .l_left .grade {
        width: 38%;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li .box {
        padding-top: 16px;
        height: 50px;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li .box>p {
        font-size: 13px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li .l_box>p {
        font-size: 13px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li .l_box {
        padding-top: 16px;
        height: 50px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li::after {
        font-size: 15px;
        bottom: -24px;
    }

    .wp_wrap #process .process_map .fir .right .r_left {
        padding-top: 95px;
    }

    .wp_wrap #process .process_map .fir .right .r_right>ul>li .r_box {
        padding-top: 9px;
        height: 50px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li:nth-child(4):before {
        width: 11px;
        left: -11px;
        top: 40%;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li:first-child:after {
        top: 40%;
    }

    .wp_wrap #process .process_map .fir .right .r_right>ul>li::before {
        width: 26px;
        left: -26px;
        top: 40%;
    }

    .wp_wrap #process .process_map .sec .left .l_left {
        height: 18%;
    }

    .wp_wrap #process .process_map .sec .left .l_left>p {
        font-size: 15px;
    }

    .wp_wrap #process .process_map .sec .left .l_left .grade {
        font-size: 13px;
        width: 40%;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li .box>p {
        font-size: 13px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li .l_box>p {
        font-size: 13px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li .r_box>p {
        font-size: 13px;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li:first-child {
        margin-bottom: 165px;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li:nth-child(3):before {
        height: 81px;
        top: -50px;
    }

    .wp_wrap #process .process_map .fir .right .r_right>ul>li .r_box>p {
        font-size: 13px;
    }

    .wp_wrap #process .process_map .fir .right .r_right {
        padding-top: 275px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li {
        height: 50px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li .box {
        padding-top: 10px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li:nth-child(2) .box {
        padding-top: 10px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li {
        height: 50px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li .l_box {
        padding-top: 16px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li::after {
        font-size: 15px;
        bottom: -24px;
    }

    .wp_wrap #process .process_map .sec .right {
        gap: 25px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li:nth-child(2):before {
        height: 71px;
        top: -46px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li:nth-child(2):before {
        width: 11px;
        left: -11px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li::before {
        width: 15px;
        left: -15px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li {
        height: 50px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li .r_box {
        padding-top: 16px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li:nth-child(2):after {
        height: 70px;
        top: -45px;
        left: -15px;
    }

    .wp_wrap #process .process_map .sec .right .r_right {
        padding-top: 220px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li:nth-child(3):before {
        width: 11px;
        right: -11px;
    }

    .wp_wrap #process .process_map .thi .left .l_left {
        height: 42.5%;
        width: 74%;
    }

    .wp_wrap #process .process_map .thi .right .r_left>ul {
        width: 89%;
    }

    .wp_wrap #process .process_map .thi .left .l_left .grade {
        font-size: 13px;
        width: 40%;
    }

    .wp_wrap #process .process_map .thi .left .l_left>p {
        font-size: 15px;
    }

    .wp_wrap #process .process_map .thi .right .r_left>ul>li {}

    .wp_wrap #process .process_map .thi .right .r_left>ul>li:nth-child(1):after {
        font-size: 15px;
        bottom: -24px;
    }

    .wp_wrap #process .process_map .thi .right .r_left>ul>li {
        height: 50px;
    }

    .wp_wrap #process .process_map .thi .right .r_left>ul>li .l_box {
        padding-top: 16px;
    }

    .wp_wrap #process .progress .progress_list {
        row-gap: 50px;
    }

    .wp_wrap #process .progress .progress_list>li {
        height: 150px;
    }

    .wp_wrap #process .progress .progress_list>li .p_box {
        height: 100%;
    }

    .wp_wrap #process .process_map .fir .right {
        gap: 25px;
    }

    /* profit */
    .wp_wrap #profit {
        padding: 80px 0;
    }

    .wp_wrap #profit .tit .title {
        font-size: 35px;
    }

    .wp_wrap #profit .about .txt_box .t_tit {
        font-size: 22px;
    }

    .wp_wrap #profit .about .txt_box .ex {
        font-size: 16px;
    }

    .wp_wrap #profit .about .txt_box .ex>br {
        display: none;
    }

    .wp_wrap #profit .people .p_top {
        width: 100px;
        padding: 8px 20px;
    }

    .wp_wrap #profit .people .p_top>p {
        font-size: 17px;
    }

    .wp_wrap #profit .people .ex {
        font-size: 15px;
    }

    .wp_wrap #profit .certi .c_top {
        width: 100px;
        padding: 8px 35px;
    }

    .wp_wrap #profit .certi .c_top>p {
        font-size: 17px;
    }

    /* .wp_wrap #profit .certi .certi_list>li:nth-child(3) .certi_box {
        padding-top: 70px;
    } */
    .wp_wrap #profit .haccp .h_top {
        width: 160px;
        padding: 8px 21px;
    }

    .wp_wrap #profit .haccp .h_top>p {
        font-size: 17px;
    }

    .wp_wrap #profit .tit {
        margin-bottom: 40px;
    }

    .wp_wrap #profit .haccp .img_slide .slick-slide {
        height: 360px;
    }

    .wp_wrap #profit .certi .certi_list>li {
        height: 175px;
    }

    /* program */
    .wp_wrap #program {
        padding: 80px 0;
    }

    .wp_wrap #program .tit .title {
        font-size: 35px;
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }

    .wp_wrap #program .tit .title span {
        font-size: 17px;
        margin-left: 0;
    }

    .wp_wrap #program .program_list {
        grid-template-columns: repeat(1, 1fr);
    }

    .wp_wrap #program .program_list>li {
        height: 405px;
        width: 100%;
    }

    .wp_wrap #program .program_list>li .p_box .txt_box {
        padding-left: 10px;
    }

    .wp_wrap .programSec .card_itms>li {
        width: 100%;
    }



    /* sponsor */
    .wp_wrap #sponsor .tit {
        margin-bottom: 40px;
    }

    .wp_wrap .sponsor_main {
        height: 220px;
    }

    .wp_wrap #sponsor {
        padding: 80px 0;
    }

    .wp_wrap #sponsor .tit .title {
        font-size: 35px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot {
        height: 320px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .txt_box>p {
        font-size: 17px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .txt_box {
        width: 155px;
        height: 40px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box {
        display: block;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .circle {
        display: flex;
        align-items: center;
        border-radius: 10px;
        width: 95%;
        height: 60px;
        margin: 0 auto;
        border: none;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .m_txt_box {
        margin-top: 15px;
        text-align: start;
        padding-left: 10px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right {
        width: 100%;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .circle {
        display: flex;
        align-items: center;
        border-radius: 10px;
        width: 95%;
        height: 60px;
        margin: 0 auto;
        border: none;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .m_txt_box {
        text-align: start;
        margin-top: 15px;
        padding-left: 10px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .m_txt_box>p {
        font-size: 14px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .m_txt_box>p {
        font-size: 14px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .txt_box>p {
        font-size: 17px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .txt_box {
        width: 155px;
        height: 40px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box {
        display: block;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left {
        width: 100%;
        margin-bottom: 20px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left .m_txt_box {
        text-align: start;
        margin-top: 15px;
        padding-left: 10px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .left .circle {
        display: flex;
        align-items: center;
        border-radius: 10px;
        width: 95%;
        height: 60px;
        margin: 0 auto;
        border: none;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right {
        width: 100%;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right .circle {
        display: flex;
        align-items: center;
        border-radius: 10px;
        width: 95%;
        height: 60px;
        margin: 0 auto;
        border: none;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box .right .m_txt_box {
        text-align: start;
        margin-top: 15px;
        padding-left: 10px;
    }

    .wp_wrap #sponsor .bot .bot_list {
        display: block;
    }

    .wp_wrap #sponsor .bot .bot_list>li {
        margin-bottom: 25px;
    }

    .wp_wrap #sponsor .bot .bot_list>li:nth-child(3) {
        margin-bottom: 0;
    }

    /* volunteer */
    .wp_wrap #volunteer {
        padding: 80px 0;
    }

    .wp_wrap #volunteer .tit .title {
        font-size: 35px;
    }

    .wp_wrap #volunteer .step .s_top>p {
        font-size: 17px;
    }

    .wp_wrap #volunteer .step .s_top {
        width: 130px;
    }

    .wp_wrap #volunteer .step .step_list {
        grid-template-columns: repeat(2, 1fr);
    }

    .wp_wrap #volunteer .step .info .right .r_top>p {
        font-size: 17px;
    }

    .wp_wrap #volunteer .step .info .left .l_top>p {
        font-size: 17px;
    }

    .wp_wrap #volunteer .step .gray_box {
        height: 70px;
        padding-top: 20px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(2):after {
        display: none;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(4):after {
        display: none;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(3):after {
        display: block;
    }

    .wp_wrap #volunteer .step .info {
        display: block;
        text-align: center;
    }

    .wp_wrap #volunteer .step .info .left {
        width: 100%;
        margin-bottom: 25px;
    }

    .wp_wrap #volunteer .step .info .right {
        width: 100%;
    }

    /* fix_menu */
    /* 
    .wp_wrap .sub_page .fix_menu .menu_inner {
        width: 100%;
    }
    .wp_wrap .sub_page .fix_menu .menu_inner .third {
        width: 55%;
    }
    .wp_wrap .sub_page .fix_menu .menu_inner .second {
        width: 35%;
    }
    .wp_wrap .sub_page .fix_menu .menu_inner .first {
        width: 10%;
    }
    .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top p, .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top p {
        font-size: 13px;
    } */
    /**********************************************************************************************************************/



    /**********************************************************************************************************************/
    /* 이용약관, 개인정보 페이지 추가 2025.05.22 */
    /**********************************************************************************************************************/

    .wp_wrap #pt_pvc_area {}

    .wp_wrap #pt_pvc_area>.desc {}

    .wp_wrap #pt_pvc_area>.desc>.des {
        font-size: 14px;
        line-height: 22px;
    }

    .wp_wrap #pt_pvc_area>.desc>.des>.des_hd_tit {
        font-size: 18px;
    }

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

}






@media (max-width: 375px) {

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

    .sec_tit01 span {
        font-size: 35px;
        font-family: var(--font-pre200);
    }

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

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

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



    /**********************************************************************************************************************/
    /* 로고 */
    /**********************************************************************************************************************/
    /**********************************************************************************************************************/



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






    /* sec01 - ma_bsns */
    .wp_wrap .s_ma_bsns .bsns_itms .itm_li {
        width: 90%;
        margin: 0 auto 35px auto;
    }

    .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 */
    .wp_wrap .s_shop .shop_items .shop_itm {
        width: 90%;
        margin: 0 auto 35px auto;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .img_box {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

    .wp_wrap .s_shop .shop_items .shop_itm .shop_itm_name {
        font-size: 20px;
        font-family: var(--font-pre600);
        margin-bottom: 5px;
    }

    .wp_wrap .s_shop .shop_items {
        margin-bottom: 50px;
    }




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

    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click {
        width: 290px;
    }



    /* section 05 */
    .wp_wrap .s_gallery .gallery_items {
        margin-bottom: 50px;
    }

    .wp_wrap .s_gallery .gallery_items .gallery_itm {
        width: 90%;
        margin: 0 auto 35px auto;
    }

    .wp_wrap .s_gallery .gallery_items .gallery_itm .txt_box .gallery_itm_name {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .wp_wrap .s_gallery .gallery_itm .img_box {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }

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


    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    /* sub_menu */
    .wp_wrap .sub_main {
        width: 100%;
        height: 200px;
        background: url(../img/sub/subMain.jpg) no-repeat center center / cover;
    }

    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
        font-size: 35px;
        color: #fff;
    }

    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_des {
        font-size: 16px;
        color: #fff;
    }

    /* fix_menu  */
    /* .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top,
    .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top{
        padding: 0 10px;
        border-right: 1px solid #DFDFDF;
        display: flex;
        align-items: center;
        cursor: pointer;
    }  
    
    .wp_wrap .sub_page .fix_menu .menu_inner>div{
        padding: 15px 0; 
    }

    .wp_wrap .sub_page .fix_menu .menu_inner .second .m_top p,
    .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top p{
        font-size: 13px;
        font-family: var(--font-pre500);
    }

    .wp_wrap .sub_page .fix_menu .menu_inner .second .second_menu,
    .wp_wrap .sub_page .fix_menu .menu_inner .third .third_menu{
        position: absolute;
        top: 58px;
        left: 0;
        background: #fff;
        width: 100%;
        padding: 12px 10px;
        font-size: 14px;
        line-height: 35px;
        border-left:1px solid #DFDFDF;
        border-right:1px solid #DFDFDF;
        border-bottom:1px solid #DFDFDF;
        display: none;
        margin-top: -9px;
    } */

    /* sub01 - 01 */
    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .main_tit {
        font-size: 20px;
        margin-bottom: 25px;
        font-family: var(--font-pre200);
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        font-size: 14px;
        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 .ceo_name {
        font-size: 15px;
    }

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

    /* history */
    .wp_wrap #history {
        padding: 60px 0;
    }

    .wp_wrap #history .tit .title {
        font-size: 40px;
    }

    /* vision */
    .wp_wrap #vision .middle .txt_box .t_middle {
        width: 44%;
    }

    .wp_wrap #vision .bot .t_bot {
        width: 37.5%;
        padding: 5px 21px;
    }

    /* organization */
    .wp_wrap #organization .middle .mid_list::after {
        width: 23px;
        right: 29%;
    }

    .wp_wrap #organization .middle .mid_list::before {
        width: 23px;
        left: 29%;
    }

    .wp_wrap #organization .middle_bar {
        width: 71%;
    }

    .wp_wrap #organization .middle_bar>span {
        width: 246px;
    }

    .wp_wrap #map .bus .ex {
        font-size: 14px;
    }

    .wp_wrap #map .bus .b_tit>p {
        font-size: 14px;
    }

    .wp_wrap #map .bus .b_tit {
        width: 140px;
    }

    .wp_wrap #map .car .ex {
        font-size: 14px;
    }

    .wp_wrap #map .car .c_tit {
        width: 155px;
    }

    .wp_wrap #map .car .c_tit>p {
        font-size: 14px;
    }

    .wp_wrap #map .info>li .inner_info>p {
        font-size: 14px;
    }

    .wp_wrap #map .info>li .number .right>p {
        font-size: 14px;
    }

    .wp_wrap #map .info>li .number .left>p {
        font-size: 14px;
    }

    /* process */
    .wp_wrap #process .about .txt_box .t_tit {
        font-size: 20px;
    }

    .wp_wrap #process .about .txt_box .ex {
        font-size: 14px;
    }

    .wp_wrap #process .progress .progress_list {
        column-gap: 44px;
    }

    .wp_wrap #process .progress .progress_list>li::after {
        right: -35px;
        top: 40%;
    }

    .wp_wrap #process .process_map .pm_top>p {
        font-size: 16px;
    }

    .wp_wrap #process .process_map .pm_top {
        width: 351px;
    }

    .wp_wrap #process .process_map .fir {
        gap: 0px;
    }

    .wp_wrap #process .process_map .fir .right {
        gap: 30px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li:nth-child(4):before {
        width: 8px;
        left: -8px;
    }

    .wp_wrap #process .process_map .fir .right .r_right>ul>li::before {
        width: 30px;
        left: -30px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li:nth-child(2) .box {
        padding-top: 2px;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li:nth-child(2):before {
        width: 8px;
        left: -8px;
    }

    /* profit */
    .wp_wrap #profit .tit .title {
        font-size: 30px;
    }

    .wp_wrap #profit .about .txt_box .t_tit {
        font-size: 20px;
    }

    .wp_wrap #profit .about .txt_box .ex {
        font-size: 14px;
    }

    /* program */
    .wp_wrap #program .tit .title {
        font-size: 30px;
    }

    .wp_wrap #program .tit .title span {
        font-size: 18px;
        margin-left: 5px;
    }

    /* sponsor */
    .wp_wrap #sponsor .tit .title {
        font-size: 30px;
    }

    .wp_wrap #sponsor .bot .bot_list>li>p {
        font-size: 16px;
    }

    .wp_wrap #sponsor .bot .bot_list>li .yellow::before {
        width: 115px;
    }



    /* volunteer */
    .wp_wrap #volunteer .tit .title {
        font-size: 30px;
    }

    .wp_wrap #volunteer .step .step_list>li .step_box {
        height: 100%;
    }

    .wp_wrap #volunteer .step .step_list>li {
        height: 150px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(1) .step_box {
        padding-top: 20px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(2) .step_box {
        padding-top: 30px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(3) .step_box {
        padding-top: 30px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(4) .step_box {
        padding-top: 28px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(5) .step_box {
        padding-top: 24px;
    }

    .wp_wrap #volunteer .step .step_list {
        row-gap: 30px;
    }

    .wp_wrap #volunteer .step .step_list>li::after {
        top: 50%;
    }

    .wp_wrap #volunteer .step .gray_box {
        width: 100%;
    }

    /* fix_menu */
    /* .wp_wrap .sub_page .fix_menu .menu_inner .first i {
        padding-right: 10px;
    } */
    /**********************************************************************************************************************/

    /**********************************************************************************************************************/
    /* 모달 */
    /**********************************************************************************************************************/
    /* haccp_md */
    .wp_wrap .haccp_md .md_inner .md_wrap .txt_box .bot>ul .cic {
        padding: 5px;
    }

    .wp_wrap .haccp_md .md_inner .md_wrap .clsBtn button i {
        font-size: 14px;
        width: 24px;
        height: 24px;
        line-height: 24px;
    }

    /**********************************************************************************************************************/
}





@media (max-width: 320px) {

    /**********************************************************************************************************************/
    /* 공통 */
    /**********************************************************************************************************************/
    /* 공통 */
    .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 footer .f_inner {
        display: flex;
        gap: 15px;
    }

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

    .wp_wrap .f_info .f_copy a {
        font-size: 13px;
        color: #838383;
    }

    .wp_wrap .f_info .f_copy a:hover {
        color: #838383;
    }

    .wp_wrap footer .fot_top .left>a {
        font-size: 13px;
    }

    .wp_wrap footer .fot_top .right>a {
        font-size: 13px;
    }


    /**********************************************************************************************************************/
    /* 메인 */
    /**********************************************************************************************************************/
    /* 메인 슬라이드 */
    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box {
        width: 100%;
        position: relative;
        top: 180px;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .top_tit {
        font-size: 20px;
        font-family: var(--font-pre300);
        margin-bottom: 10px;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .mid_tit {
        font-size: 25px;
        font-family: var(--font-pre700);
        margin-bottom: 5px;
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .bot_tit {
        font-size: 17px;
        font-family: var(--font-pre200);
    }




    /* 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_shop .shop_desc {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .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 */
    .wp_wrap .s_shop .shop_items .shop_itm {
        width: 100%;
        margin: 0 auto 15px auto;
    }


    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click {
        width: 230px;
    }


    /* section05 */
    .wp_wrap .s_gallery .gallery_items .gallery_itm {
        width: 100%;
        margin: 0 auto 15px auto;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        line-height: 1.5;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .main_tit {
        line-height: 1.4;
        font-size: 16px;
    }

    .wp_wrap .sub_main .sub_main_inner .txt_box .sm_tit {
        font-size: 25px;
    }

    .wp_wrap .business_main .sub_main_inner .txt_box .sm_tit {
        font-size: 25px;
    }

    .wp_wrap .sponsor_main .sub_main_inner .txt_box .sm_tit {
        font-size: 25px;
    }

    .wp_wrap .notice_main .sub_main_inner .txt_box .sm_tit {
        font-size: 25px;
    }

    .wp_wrap .shop_main .sub_main_inner .txt_box .sm_tit {
        font-size: 25px;
    }

    .wp_wrap .sub_main {
        height: 140px;
    }

    .wp_wrap .business_main {
        height: 140px;
    }

    .wp_wrap .sponsor_main {
        height: 140px;
    }

    .wp_wrap .notice_main {
        height: 140px;
    }

    .wp_wrap .shop_main {
        height: 140px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .desc {
        font-size: 12px;
    }

    .wp_wrap .sub_page .sub_greeting .greeting_inner .left .txt_box .ceo_name {
        font-size: 14px;
    }


    /* history */
    .wp_wrap #history .tit .title {
        font-size: 35px;
    }

    .wp_wrap #history .his_top .top_left .number {
        font-size: 35px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_left .b_year {
        font-size: 20px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_left .year {
        font-size: 20px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_right>ul>li .right_list .list_ex>p {
        font-size: 14px;
    }

    .wp_wrap #history .his_bot .bot_left .number {
        font-size: 35px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_left .year {
        font-size: 20px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_right>ul>li .right_list .list_ex>p {
        font-size: 14px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_left .b_year {
        font-size: 20px;
    }

    .wp_wrap #history .his_top .top_right>ul .list .inner_right>ul>li .right_list .month {
        font-size: 16px;
    }

    .wp_wrap #history .his_bot .bot_right>ul .list .inner_right>ul>li .right_list .month {
        font-size: 16px;
    }

    /* vision */
    .wp_wrap #vision .top:after {
        display: none;
    }

    .wp_wrap #vision .top:before {
        display: none;
    }

    .wp_wrap #vision .middle .txt_box {
        width: 100%;
    }

    .wp_wrap #vision .bot .t_bot {
        width: 44%;
        padding: 6px 21px;
    }

    /* organization */
    .wp_wrap #organization .tit .title {
        font-size: 30px;
    }

    .wp_wrap #organization .top:after {
        width: 55px;
        height: 55px;
    }

    .wp_wrap #organization .top:before {
        width: 35px;
        height: 35px;
    }

    .wp_wrap #organization .top .circle {
        width: 170px;
        height: 170px;
        padding-top: 65px;
    }

    .wp_wrap #organization .top .circle .ex {
        font-size: 23px;
    }

    .wp_wrap #organization .top .circle .txt {
        font-size: 13px;
    }

    .wp_wrap #organization .middle .mid_list>li .y_box>p {
        font-size: 13px;
    }

    .wp_wrap #organization .middle .mid_list>li .box>p {
        font-size: 13px;
    }

    .wp_wrap #organization .middle .mid_list>li .y_box {
        width: 85px;
    }

    .wp_wrap #organization .middle .mid_list>li .box {
        width: 85px;
    }

    .wp_wrap #organization .middle .mid_list::after {
        width: 19px;
    }

    .wp_wrap #organization .middle .mid_list::before {
        width: 19px;
    }

    .wp_wrap #organization .bot>li .one .b_tit {
        width: 85px;
        height: 50px;
    }

    .wp_wrap #organization .bot>li .one .b_tit>p {
        font-size: 13px;
    }

    .wp_wrap #organization .bot>li .one .b_list>li {
        font-size: 11px;
    }

    .wp_wrap #organization .bot>li .one .b_list {
        width: 85px;
    }

    .wp_wrap #organization .middle_bar>span {
        width: 207px;
    }

    /* map */
    .wp_wrap #map .tit .title {
        font-size: 30px;
    }

    .wp_wrap #map .bus .ex {
        font-size: 11px;
    }

    .wp_wrap #map .car .ex {
        font-size: 12px;
    }

    .wp_wrap #map .car .c_tit {
        width: 145px;
    }

    .wp_wrap #map .car .c_tit>p {
        font-size: 12px;
    }

    .wp_wrap #map .bus .b_tit {
        width: 130px;
    }

    .wp_wrap #map .bus .b_tit>p {
        font-size: 12px;
    }

    .wp_wrap #map .info>li .number .right>p {
        font-size: 12px;
    }

    .wp_wrap #map .info>li .number .left>p {
        font-size: 12px;
    }

    .wp_wrap #map .info>li .inner_info>p {
        font-size: 12px;
    }

    .wp_wrap #map .car {
        margin-bottom: 20px;
    }

    /* proecess */
    .wp_wrap #process .tit .title {
        font-size: 25px;
    }

    .wp_wrap #process .people .ex {
        font-size: 14px;
    }

    .wp_wrap #process .people .p_top>p {
        font-size: 16px;
    }

    .wp_wrap #process .people .p_top {
        width: 80px;
        padding: 11px 26px;
    }

    .wp_wrap #process .progress .p_top>p {
        font-size: 16px;
    }

    .wp_wrap #process .progress .p_top {
        width: 80px;
        padding: 11px 11px;
    }

    .wp_wrap #process .process_map .pm_top>p {
        font-size: 14px;
    }

    .wp_wrap #process .process_map .pm_top {
        width: 285px;
        padding: 11px 13px;
    }

    .wp_wrap #process .process_map .fir .right {
        gap: 15px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li .l_box>p {
        font-size: 11px;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li .box>p {
        font-size: 11px;
    }

    .wp_wrap #process .process_map .fir .right .r_right>ul>li .r_box>p {
        font-size: 11px;
    }

    .wp_wrap #process .progress .progress_list {
        row-gap: 35px;
    }

    .wp_wrap #process .progress .progress_list>li {
        height: 125px;
    }

    .wp_wrap #process .progress .progress_list>li .p_box {
        padding-top: 4px;
    }

    .wp_wrap #process .progress .progress_list>li .p_box .img_box {
        margin-bottom: 8px;
    }

    .wp_wrap #process .progress .progress_list>li::after {
        top: 50%;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li::after {
        width: 18px;
        right: -18px;
    }

    .wp_wrap #process .process_map .fir .left .l_right>ul>li:nth-child(3):before {
        right: -18px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li:nth-child(4):before {
        width: 13px;
        left: -13px;
    }

    .wp_wrap #process .process_map .fir .right .r_right>ul>li::before {
        width: 15px;
        left: -15px;
    }

    .wp_wrap #process .process_map .fir .right .r_left>ul>li::after {
        bottom: -18px;
    }

    .wp_wrap #process .process_map .fir .left .l_left .grade {
        width: 42%;
    }

    .wp_wrap #process .process_map .sec .left .l_left .grade {
        width: 42%;
    }

    .wp_wrap #process .process_map .thi .left .l_left .grade {
        width: 42%;
    }

    .wp_wrap #process .process_map .sec .right .r_left>ul>li .l_box>p {
        font-size: 11px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li .box>p {
        font-size: 11px;
    }

    .wp_wrap #process .process_map .sec .right {
        gap: 15px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li .r_box>p {
        font-size: 11px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li:nth-child(2):before {
        right: -24px;
    }

    .wp_wrap #process .process_map .sec .left .l_right>ul>li::after {
        width: 23px;
        right: -23px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li:nth-child(2):after {
        left: -5px;
    }

    .wp_wrap #process .process_map .sec .right .r_right>ul>li::before {
        width: 5px;
        left: -5px;
    }

    .wp_wrap #process .process_map .thi .right .r_left>ul>li .l_box>p {
        font-size: 11px;
    }

    .wp_wrap #process .process_map .fir .left .l_left {
        display: none;
    }

    .wp_wrap #process .process_map .sec .left .l_left {
        display: none;
    }

    .wp_wrap #process .process_map .thi .left .l_left {
        display: none;
    }

    .wp_wrap #process .process_map .fir .right .r_left {
        padding-top: 0px;
    }

    .wp_wrap #process .process_map .fir .right .r_right {
        padding-top: 181px;
    }

    .wp_wrap #process .process_map .fir {
        height: 365px;
        margin-bottom: 0;
    }

    .wp_wrap #process .process_map .sec {
        height: 250px;
        margin-bottom: 0;
    }

    .wp_wrap #process .process_map .sec .left .l_right {
        padding-top: 45px;
    }

    .wp_wrap #process .process_map .sec .right .r_left {
        padding-top: 0px;
    }

    .wp_wrap #process .process_map .sec .right .r_right {
        padding-top: 125px;
    }

    .wp_wrap #process .process_map .thi .right .r_left>ul {
        width: 91%;
    }

    .wp_wrap #process .progress .progress_list>li .p_box .txt_box>p {
        font-size: 12px;
    }

    /* profit */
    .wp_wrap #profit .tit .title {
        font-size: 25px;
    }

    .wp_wrap #profit .certi .certi_list>li {
        height: 135px;
    }

    .wp_wrap #profit .certi .certi_list>li .certi_box {
        gap: 10px;
    }

    .wp_wrap #profit .certi .certi_list>li .certi_box>p {
        font-size: 11px;
    }

    /* .wp_wrap #profit .certi .certi_list>li .certi_box {
    padding-top: 20px;
} */
    /* .wp_wrap #profit .certi .certi_list>li:nth-child(3) .certi_box {
    padding-top: 43px;
} */
    /* .wp_wrap #profit .haccp .img_slide {
    width: 580px;
} */
    .wp_wrap #profit .people .ex {
        font-size: 14px;
    }

    /* program */
    .wp_wrap #program .tit .title {
        font-size: 25px;
    }

    .wp_wrap #program .program_list>li .p_box .txt_box .t_tit {
        font-size: 20px;
    }

    .wp_wrap #program .program_list>li {
        height: 380px;
    }

    /* sponsor */
    .wp_wrap #sponsor .top {
        height: 1215px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot {
        height: 355px;
    }

    .wp_wrap #sponsor .top .beige_box .b_top .txt_box .t {
        font-size: 20px;
    }

    .wp_wrap #sponsor .top .beige_box .b_top .txt_box .b {
        font-size: 25px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .circle>p {
        font-size: 16px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .circle>p {
        font-size: 16px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .left .circle {
        height: 55px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box .right .circle {
        height: 55px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle {
        height: 315px;
    }

    .wp_wrap #sponsor .top .beige_box .b_middle .white_box {
        border-radius: 15px;
    }

    .wp_wrap #sponsor .top .beige_box .b_bot .white_box {
        border-radius: 15px;
    }

    /* volunteer */
    .wp_wrap #volunteer .step .step_list>li .step_box>p {
        font-size: 14px;
    }

    .wp_wrap #volunteer .step .gray_box>p {
        font-size: 14px;
    }

    .wp_wrap #volunteer .step .step_list>li {
        height: 125px;
    }

    .wp_wrap #volunteer .step .step_list>li .step_box .img_box {
        margin-bottom: 15px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(2) .step_box .img_box {
        margin-bottom: 15px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(2) .step_box {
        padding-top: 23px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(3) .step_box .img_box {
        margin-bottom: 15px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(3) .step_box {
        padding-top: 22px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(4) .step_box .img_box {
        margin-bottom: 15px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(4) .step_box {
        padding-top: 17px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(5) .step_box .img_box {
        margin-bottom: 15px;
    }

    .wp_wrap #volunteer .step .step_list>li:nth-child(5) .step_box {
        padding-top: 13px;
    }

    /* fix_menu */
    /* .wp_wrap .sub_page .fix_menu>.cm_inner {
    padding: 0 5px;
}
.wp_wrap .sub_page .fix_menu .menu_inner .second .m_top p, .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top p{
    font-size: 12px;
    font-family: var(--font-pre500);
} */
}