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

@charset "utf-8";

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

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

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

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

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

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

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

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

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

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


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



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

}


@media (max-width: 1600px) {

    /**********************************************************************************************************************/
    /* 메인 */
    /**********************************************************************************************************************/
    .wp_wrap .main_visual .main_slider .slick-dots {
        position: absolute;
        top: 50%;
        left: 5%;
        transform: translateY(-50%);
    }

    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    /* sub01 -01 */
    .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
        position: relative;
        border-radius: 30px 0 0 30px;
        overflow: hidden;
        width: 134%;
        height: 671px;
    }


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

}


@media (max-width: 1400px) {

    /**********************************************************************************************************************/
    /* 헤더 */
    /**********************************************************************************************************************/
    /* 헤더 */
    .wp_wrap header .h_inner .gnb .m_list {
        position: relative;
        text-align: center;
        font-size: 18px;
        font-family: var(--font-pre600);
        padding: 0 30px;
    }

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


    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    /* 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 footer {
        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 .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;
    }

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


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

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

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

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

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

    .wp_wrap .sub_page .sub_greeting .greeting_inner .right .img_box {
        position: relative;
        border-radius: 30px;
        overflow: hidden;
        width: 90%;
        margin: 0 auto;
        height: auto;
    }


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


    /* sub01 - 02 */

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

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

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


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


    /**********************************************************************************************************************/
    /* 커스텀 페이지 */
    /**********************************************************************************************************************/
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 서브 컨텐츠 공통 */

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 인사말 */
    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .desc>.des>br {
        display: none;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 교육과정 */
    .wp_wrap #shp_ccm .shp_ir .ccm_cont .top .txt_frm>.txt>br {
        display: none;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn>a>.txt_area .des>br {
        display: none;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .top .img_items>li {
        height: 185px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 연구분야 */
    .wp_wrap #shp_rf .rf_cont .rf_item .txt_box .tit {
        font-size: 18px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 탭모양 - (교실원 및 동문명단) */
    .wp_wrap #shp_tab .tab_cont .tab_hd .hd_list {
        padding: 20px 10px;
    }

    .wp_wrap #shp_tab .tab_cont .tab_hd .hd_list>li {
        font-size: 14px;
    }

    .wp_wrap #shp_tab .tab_cont .tab_hd .hd_list>li::after {
        display: none;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 폴드스위치모양 - (주요활동사항) */
    .wp_wrap #shp_fold_sw .fold_sw_cont .fold_bd .fold_item .item_top {
        gap: 40px;
    }

    .wp_wrap #shp_fold_sw .fold_sw_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .txt_frm {
        font-size: 15px;
        line-height: 26px;
    }

    .wp_wrap #shp_fold_sw .fold_sw_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .txt_frm>br {
        display: none;
    }



    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 리뷰 베너 - (편집후기) */
    .wp_wrap #shp_bn_rv .bn_rv_cont .txt_area .des_box .des>br {
        display: none;
    }

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



    /**********************************************************************************************************************/
    /* Part */
    /**********************************************************************************************************************/
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - book_table */
    .wp_wrap #pt_bk_table01 .tb_row .tb_col>.txt {
        font-size: 14px;
    }

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


}




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

    .wp_wrap header .mo_menu_icon {
        display: block;
        padding: 30px 5px 30px 5px;
    }


    /* 모바일 메뉴 */
    .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: block;
        width: 100%;
        padding: 15px 0;
        font-size: 17px;
    }

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



    /**********************************************************************************************************************/
    /* 푸터 */
    /**********************************************************************************************************************/
    /* 푸터 */
    .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: 34px;
        font-family: var(--font-pre300);
    }

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .mid_tit {
        font-size: 42px;
        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;
    }


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

    .wp_wrap .s_gallery .gallery_itm .txt_box .gallery_itm_name {
        /* 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;
    }


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



    /**********************************************************************************************************************/
    /* 커스텀 페이지 */
    /**********************************************************************************************************************/
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 서브 컨텐츠 공통 */


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 인사말 */
    .wp_wrap #shp_grt .shp_ir .grt_cont {
        padding: 60px 30px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box {
        gap: 20px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .hd_txt {
        font-size: 32px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .desc {
        gap: 35px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .desc>.des {
        font-size: 18px;
        line-height: 32px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .img_area .img_box .txt_frm>.txt {
        font-size: 16px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 교육과정 */
    .wp_wrap #shp_ccm .shp_ir .ccm_cont .top .txt_frm>.txt {
        font-size: 18px;
        line-height: 28px;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot {
        flex-direction: row;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn {
        width: 33%;
        border: none;
        overflow: unset;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn>a {
        flex-direction: column;
        align-items: center;
        height: 100%;
        text-align: center;
        padding: 20px 10px;
        border: 1px solid #C8C8C8;
        border-radius: 10px;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn>a>.img_area {
        max-width: 100%;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn>a>.txt_area .tit {
        font-size: 18px;
        min-height: 60px;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn>a>.txt_area .des {
        font-size: 14px;
        line-height: 20px;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn>a>.txt_area .des>br {
        display: none;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn>a>.ico_area>svg {
        width: 22px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 연구분야 */
    .wp_wrap #shp_rf .rf_cont .rf_item .txt_box .des_list>li {
        font-size: 14px;
        line-height: 22px;
    }

    .wp_wrap #shp_rf .rf_cont .rf_item .txt_box .des_list>li>.txt::before {
        min-width: 8px;
        width: 8px;
        height: 8px;
        margin-top: 8px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 탭모양 - (교실원 및 동문명단) */
    .wp_wrap #shp_tab .tab_cont .tab_hd .hd_list {
        flex-wrap: wrap;
        justify-content: space-between;
        column-gap: unset;
        row-gap: 10px;

    }

    .wp_wrap #shp_tab .tab_cont .tab_hd .hd_list>li {
        width: 33%;
        text-align: center;
    }

    .wp_wrap #shp_tab .tab_cont .tab_hd .trg {
        display: none;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 폴드스위치모양 - (주요활동사항) */
    .wp_wrap #shp_fold_sw .fold_sw_cont .fold_bd .fold_item .item_top {
        height: 230px;
        gap: 80px;
        padding: 40px 35px 80px 35px;
    }



    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 리뷰 베너 - (편집후기) */
    .wp_wrap #shp_bn_rv .bn_rv_cont {
        padding: 60px 40px 40px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .txt_area .des_box {
        gap: 25px;
        font-size: 15px;
        line-height: 22px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box .img_frm {
        width: 250px;
        height: 300px;
        border-radius: 25px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box .img_info_frm {
        padding: 0 5px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box .img_info_frm>.pst {
        font-size: 16px;
    }

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



    /**********************************************************************************************************************/
    /* Part */
    /**********************************************************************************************************************/
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - book_table */
    .wp_wrap #pt_bk_table01 .tb_row .tb_col>.txt {
        font-size: 13px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - patent_table */
    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row:first-child {
        display: none;
    }

    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row .tb_row_ir {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
        padding: 10px;
    }

    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col {
        padding: 0;
    }

    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        justify-content: flex-start;
    }

    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(4) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(5) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

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


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - patent_table02 */
    .wp_wrap #pt_ptt_table02 {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: stretch;
        gap: 50px;
    }

    .wp_wrap #pt_ptt_table02>.tit {
        color: #191919;
        font-size: 20px;
        font-family: var(--font-pre600);
        text-align: center;
    }

    .wp_wrap #pt_ptt_table02>.ptt_table {
        border-top: 1px solid #707070;
    }

    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row:first-child {
        display: none;
    }
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }

    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        padding-left: 15px;
    }
    
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:first-child {
    }
    
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(1) {
        padding: 10px 0 5px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }
    
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(2) {
        padding: 5px 0 10px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 5;
        grid-row-end: 6;
    }
    
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(3) {
        padding: 5px 0 5px;
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
    }
    
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(4) {
        padding: 5px 0 5px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(5) {
        padding: 5px 0 5px;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }
    
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(6) {
        padding: 5px 0 5px;
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 4;
        grid-row-end: 5;
    }
    
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col:nth-child(7) {
        padding: 5px 0 5px;
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 4;
        grid-row-end: 5;
    }

    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col>.txt {
        color: #3D3D3D;
        font-size: 16px;
        font-family: var(--font-pre500);
        letter-spacing: -0.5px;
    }

}




@media (max-width: 768px) {

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

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

    .wp_wrap header .mo_menu_icon {
        padding: 20px 5px 20px 5px;
    }


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

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

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

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

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

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

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




    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm .img_box {
        height: 150px;
    }



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

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



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

    .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);
        margin-right: 50px;
    }

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

    .wp_wrap .st_mnu .cm_inner {
        padding: 0;
    }
    .wp_wrap .st_mnu .inner_box {
        height: 55px;
    }
    .wp_wrap .st_mnu .inner_box .first{
        display: none;
    }
    .wp_wrap .st_mnu .inner_box .mnu_box .show {
        padding: 0 10px;
        height: 55px;
    }
    .wp_wrap .st_mnu .inner_box .mnu_box .hide {
        position: absolute;
        top: 55px;
    }
    .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: 13px 15px;
        font-size: 14px;
    }



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

    }

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

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

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

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

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

    /**********************************************************************************************************************/
    /* 커스텀 페이지 */
    /**********************************************************************************************************************/
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 서브 컨텐츠 공통 */
    .wp_wrap .shp_contain .shp_ir {
        padding: 60px 0;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 인사말 */
    .wp_wrap #shp_grt .shp_ir .grt_cont {
        flex-direction: column;
        gap: 30px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .img_area {
        order: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .img_area .img_box {
        gap: 20px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .img_area .img_box .img_frm {
        height: 300px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area {
        order: 2;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .hd_txt {
        font-size: 24px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .desc>.des {
        font-size: 16px;
        line-height: 24px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 교육과정 */
    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot {
        flex-direction: column;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn {
        width: 100%;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .bot .flag_bn>a>.img_area {
        height: auto;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 오시는길 */
    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt {
        gap: 10px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt .tit {
        font-size: 18px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt .adr {
        font-size: 16px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt>.sub_way,
    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt>a {
        font-size: 16px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt>.sub_way>img,
    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt>a>img {
        width: 10px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .rt>a {
        min-width: 80px;
        width: 80px;
        height: 80px;
        gap: 5px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .rt>a>img {
        width: 14px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .rt>a>.txt {
        font-size: 10px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 연구분야 */
    .wp_wrap #shp_rf .rf_cont {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .wp_wrap #shp_rf .rf_cont .rf_item .txt_box {
        gap: 10px;
    }

    .wp_wrap #shp_rf .rf_cont .rf_item .txt_box .des_list {
        min-height: unset;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 탭모양 - (교실원 및 동문명단) */
    .wp_wrap #shp_tab .tab_cont .tab_hd .hd_list {
        padding: 10px;
    }

    .wp_wrap #shp_tab .tab_cont .tab_hd .hd_list>li {
        width: 50%;
    }

    .wp_wrap #shp_tab .tab_cont .tab_bd_items .tab_bd_item {
        gap: 30px
    }

    .wp_wrap #shp_tab .tab_cont .tab_bd_items .tab_bd_item>.tit {
        padding-top: 15px;
        font-size: 22px;
    }



    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 폴드스위치모양 - (주요활동사항) */
    .wp_wrap #shp_fold_sw .fold_sw_cont .fold_bd .fold_item .item_top {
        flex-direction: column;
        gap: 30px;
    }





    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 리뷰 베너 - (편집후기) */
    .wp_wrap #shp_bn_rv .bn_rv_cont {
        flex-direction: column;
        gap: 40px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .txt_area {
        order: 2;
        gap: 20px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area {
        order: 1;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box {
        align-items: center;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box .img_info_frm {
        align-items: center;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .txt_area .hd_txt {
        font-size: 18px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .txt_area .des_box {
        gap: 20px;
        font-size: 14px;
        line-height: 20px;
    }

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

    /**********************************************************************************************************************/
    /* Part */
    /**********************************************************************************************************************/
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - person_table */
    .wp_wrap #pt_prs_table01 .tb_row .tb_col {
        justify-content: flex-start;
    }

    .wp_wrap #pt_prs_table01 .tb_row .tb_col>.txt {
        font-size: 13px;
    }

    .wp_wrap #pt_prs_table01 .tb_row:nth-child(1) {
        display: none !important;
    }

    .wp_wrap #pt_prs_table01 .tb_row {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding: 0 10px;
    }

    .wp_wrap #pt_prs_table01 .tb_row .tb_col:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
        padding: 10px 0 5px;
    }

    .wp_wrap #pt_prs_table01 .tb_row .tb_col:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 2;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 0;
    }

    .wp_wrap #pt_prs_table01 .tb_row .tb_col:nth-child(3) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 2;
        grid-row-end: 3;
        padding: 0;
    }

    .wp_wrap #pt_prs_table01 .tb_row .tb_col:nth-child(4) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        padding: 5px 0 10px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - general_table01 */
    .wp_wrap #pt_gnr_table01 table tr th {
        padding: 10px 0;
        font-size: 12px;
        line-height: 16px;
    }

    .wp_wrap #pt_gnr_table01 table tr td {
        font-size: 12px;
        padding: 10px 0;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - general_table02 */
    .wp_wrap #pt_gnr_table02 table tr th {
        font-size: 13px;
    }

    .wp_wrap #pt_gnr_table02 table tr td {
        font-size: 13px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - book_table */
    .wp_wrap #pt_bk_table01 .tb_row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 10px;
    }

    .wp_wrap #pt_bk_table01 .tb_row:nth-child(1) {
        display: none;
    }

    .wp_wrap #pt_bk_table01 .tb_row .tb_col {
        justify-content: flex-start;
        padding: 0;
        padding-bottom: 5px;
        border-right: unset;
    }

    .wp_wrap #pt_bk_table01 .tb_row .tb_col:nth-child(1) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .wp_wrap #pt_bk_table01 .tb_row .tb_col:nth-child(2) {
        grid-column-start: 1;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
    }

    .wp_wrap #pt_bk_table01 .tb_row .tb_col:nth-child(3) {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 2;
        grid-row-end: 3;
    }

    .wp_wrap #pt_bk_table01 .tb_row .tb_col:nth-child(4) {
        grid-column-start: 2;
        grid-column-end: 3;
        grid-row-start: 3;
        grid-row-end: 4;
        justify-content: center;
    }

    .wp_wrap #pt_bk_table01 .tb_row .tb_col:nth-child(5) {
        grid-column-start: 3;
        grid-column-end: 4;
        grid-row-start: 3;
        grid-row-end: 4;
        justify-content: center;
    }

    .wp_wrap #pt_bk_table01 .tb_row .tb_col>.txt {
        text-align: left;

    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - patent_table */
    .wp_wrap #pt_ptt_table01 {
        gap: 10px;
    }
    
    .wp_wrap #pt_ptt_table01>.tit {
        font-size: 16px;
    }
    
    .wp_wrap #pt_ptt_table01>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col>.txt {
        font-size: 14px;
    }
    
    
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - patent_table02 */
    .wp_wrap #pt_ptt_table02{
        gap:20px;
    }
    .wp_wrap #pt_ptt_table02>.tit{
        font-size: 16px;
    }
    .wp_wrap #pt_ptt_table02>.ptt_table .wp_tb_row .tb_row_ir .wp_tb_col>.txt{
        font-size: 14px;
    }

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

}


@media (max-width: 576px) {

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

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

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

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



    /* 탑버튼  */
    .wp_wrap #wp_btn_top {
        display: none;
        position: fixed;
        right: 20px;
        bottom: 50px;
        z-index: 999;
        display: flex;
        justify-content: center;
        align-items: center;
        min-width: 40px;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
    }

    .wp_wrap #wp_btn_top>i {
        font-size: 18px;
        font-weight: bold;
    }

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





    /**********************************************************************************************************************/
    /* 헤더영역 */
    /**********************************************************************************************************************/
    .wp_wrap header .h_inner .h_logo {
        width: 130px;
    }

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



    /**********************************************************************************************************************/
    /* 푸터 */
    /**********************************************************************************************************************/
    /* 푸터 */


    .wp_wrap footer .f_inner .f_logo {
        display: flex;
        justify-content: center;
        align-content: center;
    }

    .wp_wrap footer .f_inner .f_logo>img {
        max-width: 180px;
    }

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

    .wp_wrap footer .f_inner .f_info>ul>li {
        justify-content: center;
        flex-wrap: wrap;
    }

    .wp_wrap footer .f_inner .f_info>ul>li>.txt {
        font-size: 11px;
    }


    .wp_wrap .f_info p {
        font-size: 10px;
    }

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





    /**********************************************************************************************************************/
    /* 메인 */
    /**********************************************************************************************************************/
    /* 메인 슬라이드 */
    .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: 22px;
        font-family: var(--font-pre300);
    }

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

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




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



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


    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm .img_box .img_ovly>.num {
        font-size: 42px;
    }

    .wp_wrap .s_announce .announce_inner .left .press .press_slider .slide_inner .news_itm .img_box .img_ovly>.num .num_txt {
        right: -22px;
        bottom: -5px;
        font-size: 12px;
    }


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

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


    .wp_wrap .s_cmp_sd .cmp_sd_cont .logo_sd li {
        margin: 0;
    }

    .wp_wrap .s_announce .announce_inner .left .tit_box .tit_frame .des {
        font-size: 14px;
    }


    .wp_wrap .s_announce .announce_inner .right .em_guide .guide_box>ul {
        gap: 5px;
    }

    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide {
        border-radius: 10px;
    }

    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click {
        padding: 20px 15px;
    }

    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click .slide_inner .no_tit {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click .slide_inner .no_des {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .wp_wrap .s_notice .notice_inner .right .notice_slider .slide .notice_itm_click .slide_inner .no_date {
        font-size: 14px;
    }

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





    /**********************************************************************************************************************/
    /* 서브 */
    /**********************************************************************************************************************/
    /* 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);
        margin-right: 20px;
    }

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


    /* 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 .shp_contain .shp_ir {
        gap: 30px;
    }

    .wp_wrap .shp_contain .shp_tit_box>.tit {
        font-size: 26px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 인사말 */
    .wp_wrap #shp_grt .shp_ir .grt_cont {
        padding: 30px 20px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .img_area .img_box .txt_frm>.txt {
        font-size: 13px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box {
        gap: 15px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .hd_txt {
        font-size: 20px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .desc {
        gap: 15px;
    }

    .wp_wrap #shp_grt .shp_ir .grt_cont .txt_area .txt_box .desc>.des {
        font-size: 14px;
        line-height: 22px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 교육과정 */
    .wp_wrap #shp_ccm .shp_ir .ccm_cont .top .img_items>li {
        height: auto;
    }

    .wp_wrap #shp_ccm .shp_ir .ccm_cont .top .txt_frm>.txt {
        font-size: 14px;
        line-height: 22px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 오시는길 */
    .wp_wrap #shp_way .way_cont {
        gap: 20px;
    }

    .wp_wrap #shp_way .way_cont .map_area .map_box {
        height: 260px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area {
        padding: 0 10px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box {
        flex-direction: column;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .rt {
        justify-content: flex-end;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt {
        gap: 5px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt .tit {
        font-size: 16px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt .adr {
        font-size: 14px;
    }

    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt>.sub_way,
    .wp_wrap #shp_way .way_cont .map_info_area .info_box .lt>a {
        font-size: 14px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 폴드스위치모양 - (주요활동사항) */
    .wp_wrap #shp_fold_sw .fold_sw_cont .fold_bd .fold_item .item_top {
        height: 150px;
        gap: 15px;
        padding: 30px 20px 40px 20px;
    }

    .wp_wrap #shp_fold_sw .fold_sw_cont .fold_bd .fold_item .item_top .num_area>.num_box>.num {
        font-size: 30px;
    }

    .wp_wrap #shp_fold_sw .fold_sw_cont .fold_bd .fold_item .item_top .txt_area>.txt_box .txt_frm {
        font-size: 14px;
        line-height: 22px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 탭모양 - (교실원 및 동문명단) */
    .wp_wrap #shp_tab .tab_cont .tab_bd_items .tab_bd_item {
        gap: 20px
    }

    .wp_wrap #shp_tab .tab_cont .tab_bd_items .tab_bd_item>.tit {
        padding-top: 10px;
        font-size: 16px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 리뷰 베너 - (편집후기) */
    .wp_wrap #shp_bn_rv .bn_rv_cont {
        border-radius: 20px;
        padding: 30px 20px 25px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box .img_frm {
        max-width: 250px;
        width: 100%;
        height: 280px;
        border-radius: 20px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box .img_info_frm {
        padding: 0;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box .img_info_frm>.pst {
        font-size: 14px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .img_area .img_box .img_info_frm>.nm {
        font-size: 16px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .txt_area .hd_txt {
        font-size: 16px;
    }

    .wp_wrap #shp_bn_rv .bn_rv_cont .txt_area .des_box {
        gap: 15px;
        font-size: 12px;
        line-height: 18px;
    }

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


    /**********************************************************************************************************************/
    /* Part */
    /**********************************************************************************************************************/
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - person_table */

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - general_table01 */
    .wp_wrap #pt_gnr_table01 table tr th {
        padding: 3px 0;
        font-size: 10px;
        line-height: 14px;
    }

    .wp_wrap #pt_gnr_table01 table tr td {
        font-size: 10px;
        padding: 3px 0;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - general_table02 */
    .wp_wrap #pt_gnr_table02 table tr th {
        font-size: 11px;
    }

    .wp_wrap #pt_gnr_table02 table tr td {
        font-size: 11px;
    }

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* part - book_table */

    .wp_wrap #pt_bk_table01 .tb_row .tb_col>.txt {
        font-size: 11px;
    }

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



}

@media (max-width: 416px) {
    .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 {
        min-width: 75px;
        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: 20px 10px 20px 25px;
    }





}

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

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



    /**********************************************************************************************************************/
    /* 로고 */
    /**********************************************************************************************************************/
    /* 로고 */
    .wp_wrap header .h_inner .h_logo {
        width: 150px;
    }

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



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






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

    .wp_wrap .s_ma_bsns .bsns_itms .itm_li .img_box {
        height: 150px;
    }

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



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

    .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: 16px;
        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;
        justify-content: space-between;
        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: 14px;
        font-family: var(--font-pre500);
        margin-right: 15px;
    }

    .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: 30px;
        margin-bottom: 25px;
        font-family: var(--font-pre200);
    }

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

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

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

    .wp_wrap .sub_page .sub_greeting .greeting_inner {
        display: flex;
        align-items: center;
        gap: 20px;
    }
/*     .wp_wrap .sub_page .fix_menu .menu_inner .third .m_top {
        min-width: 100px;
    } */
    /**********************************************************************************************************************/



    /**********************************************************************************************************************/
    /* 커스텀 페이지 */
    /**********************************************************************************************************************/
    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 서브 컨텐츠 공통 */

    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 인사말 */
    .wp_wrap #shp_grt .shp_ir .grt_cont .img_area .img_box .img_frm {
        height: 250px;
    }


    /*--------------------------------------------------------------------------------------------------------------------*/
    /* 연구분야 */
    .wp_wrap #shp_rf .rf_cont .rf_item .img_box {
        height: 200px;
    }


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



}





@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 header .h_inner .h_logo {
        width: 130px;
    }



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

    .wp_wrap .f_info ul li {
        font-size: 13px;
        font-weight: 200;
    }


    /**********************************************************************************************************************/
    /* 메인 */
    /**********************************************************************************************************************/
    /* 메인 슬라이드 */
    /* .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: 16px;
        font-family: var(--font-pre300);
    }

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

    .wp_wrap .main_visual .main_slider .slide .slide_inner .txt_box .bot_tit {
        font-size: 16px;
        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;
    }




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





}