@charset "utf-8";

/*-------------------------------------------------
Author : WEB,Seo
Create date : 2025. 01. 17
Last update : 
-------------------------------------------------*/

@media screen and (max-width:1280px) {

    /* ==================== setting ==================== */
    html {
        font: 300 16px/1.3 'Pretendard', sans-serif;
    }

    a:hover,
    button:hover {
        opacity: 1;
    }

    /* ==================== common ==================== */
    /* 헤더 */
    #header {
        height: 80px;
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
    }

    .hn_logo {
        width: 120px;
        margin-top: 5px;
    }

    .gnb_wrap {
        display: none;
    }

    .side_menu {
        height: 19px;
        width: 28px;
    }

    .side_menu span {
        height: 2px;
    }

    .site_logo {
        width: 130px;
        padding: 30px;
    }

    .site_close {
        right: 30px;
        top: 30px;
    }

    .site_ul {
        padding: 0 30px;
    }

    /* 푸터 */
    .ft_logo {
        width: 140px;
    }

    .ft_terms a,
    .ft_info span,
    .ft_copy,
    .ft_right a {
        font-size: 14px;
    }


    /* ==================== 메인 ==================== */
    /* visual */
    .visual {
        margin-top: 80px;
    }

    .main_slide:after {
        display: none;
    }

    .main_slide li img {
        object-position: center;
    }

    .visual .txt_box {
        padding: 0 20px;
        box-sizing: border-box;
        width: 100%;
    }

    /* main_cont */
    .main_cont_ul {
        flex-wrap: wrap;
    }

    .cont_img_wrap {
        width: 150px;
        height: 150px;
    }

    .main_cont_li img {
        width: 80px;
    }

    /* ==================== page ==================== */
    .sub_visual {
        margin-top: 80px;
        height: 280px;
    }

    .sub_visual_inner {
        background: none !important;
    }

    .snb_inner {
        width: 100%;
    }

    /* brand*/
    .goal_li {
        padding: 40px 20px 30px;
        width: calc(20% - 10px);
    }

    .goal_icon {
        max-width: 120px;
        width: calc(100% - 10px);
    }

    .goal_li:after {
        width: 400px;
        height: 250px;
    }

    .ope_ul {
        flex-wrap: wrap;
        gap: 15px 0;
    }

    .ope_li {
        width: calc(50% - 10px);
        box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
        border: 1px solid #f7f7f7;
        background: white url(/resources/images/page/ope_bg.png) 50% 35% / auto 250% no-repeat;
    }

    .ope_li:nth-child(2) {
        background: white url(/resources/images/page/ope_bg2.png) 50% 35% / auto 250% no-repeat;
    }

    .ope_li:nth-child(3) {
        background: white url(/resources/images/page/ope_bg3.png) 50% 35% / auto 250% no-repeat;
    }

    .ope_li:nth-child(4) {
        background: white url(/resources/images/page/ope_bg4.png) 50% 35% / auto 250% no-repeat;
    }

    .organization img {
        width: calc(100% - 20px);
    }

    /* map */
    .map_flex {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .map_info {
        width: 100%;
    }

    .map .sub_tit {
        margin-top: 0;
        text-align: center;
    }

    .map_ul {
        display: flex;
        justify-content: space-between;
    }

    .map_li {
        margin: 0;
        width: calc(33% - 5px);
        background: #fffdf1;
        padding: 25px;
        align-items: center;
    }

    .map_li>div {
        width: 65%;
    }

    .map_li span img {
        max-width: 32px;
        max-height: 32px;
    }

    .map_li span {
        width: 70px;
        height: 70px;
    }

    .kakao_map {
        width: 100%;
    }

    .root_daum_roughmap {
        width: 100% !important;
    }

    /* monte */
    .mote_inner {
        flex-direction: column;
        gap: 30px;
    }

    .mote_inner .sub_tit {
        text-align: left;
        margin-bottom: 0;
    }

    .pur_cont {
        gap: 50px;
        flex-direction: row-reverse;
    }

    .pur_li {
        gap: 5px;
        align-items: flex-start;
    }

    li.pur_li div {
        width: 100%;
    }

    .pur_li h3 {
        padding: 15px 0 5px;
    }

    .purpose img {
        max-width: 450px;
        width: 40%;
    }

    .area_cont .img_area {
        height: 300px;
    }

    .area_cont p {
        white-space: normal;
    }

    /* community */
    .notice.view_board .cate {
        right: 0px;
        left: unset;
        top: -40px;
    }

    .gall_list {
        gap: 15px;
    }

    .gall_cont {
        width: calc(33% - 10px);
    }

    .thumb_inner {
        max-width: calc(100% - 20px);
    }

    .thumb_img {
        width: -webkit-fill-available;
    }

}

@media screen and (max-width:1024px) {

    /* ==================== common ==================== */
    /* 헤더 */
    .sitemap_inner {
        width: 100%;
    }

    .sitemap.active {
        width: 100%;
        max-width: 500px;
    }

    /* ==================== 메인 ==================== */
    /* visual */
    .vis_icon {
        position: absolute;
        left: 0;
        bottom: 105%;
        width: 140px;
        top: unset;
    }

    /* latest */
    .latest_cont {
        flex-wrap: wrap;
    }

    .lat_board {
        width: 100%;
        margin-bottom: 10px;
    }

    .gal_li p {
        height: 300px;
    }

    /* photo */
    .photo_ul {
        gap: 10px;
    }

    .photo_li {
        width: calc(33% - 5px);
    }

    .photo_li p {
        height: 250px;
    }

    /* ==================== page ==================== */
    /* brand*/
    .greet_inner {
        flex-direction: column;
        gap: 30px;
    }

    .greet_inner .sub_tit {
        text-align: left;
        margin-bottom: 0;
    }

    .greet .sub_p {
        margin-top: 0;
    }

    .goal_ul {
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
    }

    .goal_li {
        width: calc(33% - 20px);
    }

    /* map */
    .map_li {
        gap: 15px;
        padding: 25px 20px;
    }

    .map_li>div {
        width: 70%;
    }

    .map_li span img {
        max-width: 26px;
        max-height: 26px;
    }

    .map_li span {
        width: 55px;
        height: 55px;
    }

    /* edu_gall */
    .surround_ul {
        gap: 10px 0;
    }

    .surround_li {
        width: calc(50% - 10px);
    }

    /* monte */
    .mote .sub_p {
        white-space: normal;
    }

    .mote .sub_p br {
        display: block;
    }

    .pur_li p {
        white-space: normal;
    }

    /* class */
    .board_list {
        gap: 10px;
    }

    .list_cont {
        width: calc(50% - 5px);
    }

    /* gallery */
    .gall_li_thumb {
        height: 200px;
    }

}

@media screen and (max-width:850px) {

    /* ==================== page ==================== */
    /* map */
    .map_li {
        flex-direction: column;
        text-align: center;
    }

    .map_li span img {
        max-width: 23px;
        max-height: 23px;
    }

    .map_li span {
        width: 48px;
        height: 48px;
    }

    .map_li>div {
        width: 100%;
    }

    /* community */
    .gall_cont p {
        height: 150px;
    }
}

@media screen and (max-width:768px) {

    /* ==================== setting ==================== */
    html {
        font: 300 13px/1.3 'Pretendard', sans-serif;
    }

    /* ==================== common ==================== */
    /* 헤더 */
    #header {
        height: 70px;
    }

    .side_menu {
        height: 18px;
        width: 25px;
    }

    .site_close {
        right: 20px;
        top: 20px;
    }

    .site_logo {
        width: 110px;
        padding: 20px;
    }

    .site_ul {
        padding: 0 20px;
    }

    .site_li>a {
        padding: 15px 5px 10px;
    }

    /* 푸터 */
    #footer {
        padding: 30px 0;
    }

    .ft_logo {
        width: 130px;
    }

    .ft_inner {
        flex-direction: column-reverse;
    }

    .ft_info {
        margin-bottom: 10px;
    }

    .ft_right {
        align-items: flex-start;
        gap: 10px;
        margin-bottom: 10px;
    }

    /* ==================== 메인 ==================== */
    /* visual */
    .visual {
        margin-top: 70px;
    }

    .vis_icon {
        width: 120px;
    }

    .vis_tit {
        margin: 0;
        font-size: 3.84615em;
    }

    /* main_cont */
    .main_cont_ul {
        justify-content: center;
        gap: 20px 0;
    }

    .main_cont_li {
        width: 33%;
    }

    .cont_img_wrap {
        width: 180px;
        height: 180px;
    }

    .main_cont_li span {
        margin-top: 10px;
    }

    /* latest */
    .latest {
        padding: 70px 0 60px;
    }

    .lat_board {
        padding: 40px;
        border-radius: 20px;
    }

    .gal_li {
        width: calc(50% - 5px);
    }

    .gal_li p {
        height: 200px;
    }

    /* photo */
    .photo_ul {
        flex-wrap: wrap;
        gap: 10px 0;
    }

    .photo_li {
        width: 100%;
    }

    .photo_li p {
        height: 300px;
    }

    /* ==================== page ==================== */
    .sub_visual {
        margin-top: 60px;
        height: 250px;
    }

    .snb {
        height: 61px;
    }

    .snb li a {
        height: 60px;
    }

    /* brand*/
    .greet {
        padding: 70px 0;
    }

    .goal,
    .operate,
    .organization,
    .purpose,
    .monte_area,
    .view_board {
        padding: 100px 0;
    }

    .goal_li {
        width: calc(50% - 10px);
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }

    .goal_li>div {
        width: 49%;
    }

    .goal_li h3 {
        font-size: 16px;
    }

    .goal_icon {
        margin-top: 0;
        width: 45%;
    }

    .goal_li:after {
        left: -40%;
        top: 50%;
        transform: translate(0, -50%);
        width: 100%;
    }

    .goal_li p {
        min-height: unset;
    }

    .ope_li {
        padding: 30px;
    }

    /* day */
    .day_cal {
        padding: 0;
    }

    .day_cont:after {
        left: 50%;
        transform: translateX(-50%);
    }

    .day_cal_inner {
        margin: 0;
        width: 100%;
    }

    .day_cont {
        box-shadow: unset;
        border-radius: 0;
    }

    .day_cont:before {
        display: none;
    }

    .day_cont table {
        width: calc(100% - 20px);
    }

    /* edu_gall */
    .surround_ul {
        gap: 5px 0;
    }

    .surround_li {
        width: calc(50% - 5px);
    }

    .sur_name {
        padding: 15px 20px 18px;
        border-radius: 20px 0 0 0;
    }

    .surround_li .img_wrap img {
        border-radius: 20px;
    }

    /* monte */
    .pur_cont {
        flex-direction: column;
        gap: 20px;
    }

    .pur_ul {
        max-width: 600px;
    }

    .purpose img {
        max-width: 200px;
        width: calc(100% - 100px);
    }

    .area_cont,
    .area_cont:nth-child(odd) {
        flex-direction: column;
    }

    .area_cont .img_area,
    .area_cont .txt_area {
        width: 100%;
    }

    .area_cont .txt_area {
        padding: 25px 0px;
    }

    /* gallery */
    .gall_li_thumb {
        height: 200px;
    }

    .gallery .list_cont .subject {
        padding: 3px 20px 15px;
    }

    .gallery .list_cont p {
        padding: 15px;
    }

    .list_cont .number {
        padding: 5px 10px;
        width: 80px;
    }

    /* community */
    .gall_cont {
        border-radius: 15px;
    }

    .gall_cont p {
        height: 120px;
        padding: 0;
    }

    .gall_cont p img {
        border-radius: 0;
    }

    .gall_cont h3 {
        padding: 12px 12px 10px;
    }
}

@media screen and (max-width:600px) {

    /* visual */
    .visual .txt_box_inner {
        text-align: center;
    }

    .main_slide li:nth-child(1) img {
        object-position: center bottom;
    }

    /* main_cont */
    .cont_img_wrap {
        width: 160px;
        height: 160px;
    }

    .vis_icon {
        left: 50%;
        transform: translateX(-50%);
    }

    /* ==================== page ==================== */
    /* brand */
    .ope_ul {
        gap: 10px 0;
    }

    .ope_li {
        width: 100%;
    }

    /* map */
    .map_flex {
        gap: 10px;
    }

    /* day */
    .day_cont:after {
        bottom: -80px;
        width: 120%;
    }

    /* class */
    .list_cont p {
        padding: 15px 20px 13px 15px;
    }

    .list_cont .subject {
        padding: 0px 20px 13px;
    }

    /* gallery */
    .gall_li_thumb {
        height: 150px;
    }

    /* community */
    .gall_list {
        gap: 10px;
    }

    .gall_cont {
        width: calc(50% - 5px);
    }

    .gall_cont p {
        height: 150px;
    }

    /* community */
    .community .list_cont .subject {
        padding: 16px 25px 17px;
    }
}

@media screen and (max-width:540px) {

    /* ==================== setting ==================== */
    html {
        font: 300 12px/1.3 'Pretendard', sans-serif;
    }

    /* ==================== common ==================== */
    .snb {
        height: 55px;
    }

    .snb li a {
        height: 54px;
    }

    /* ==================== 메인 ==================== */
    /* visual */
    .visual .txt_box {
        padding: 0;
    }

    .vis_tit {
        font-size: 4em;
    }

    /* main_cont */
    .main_cont {
        padding: 100px 0 50px;
    }

    .main_cont_ul {
        justify-content: center;
        gap: 10px 0;
    }

    .main_contents {
        padding: 30px 0 50px;
    }


    .cont_img_wrap {
        width: 145px;
        height: 145px;
    }

    /* latest */
    .main_p {
        margin-top: 5px;
    }

    .lat_tit,
    .main_p,
    .photo_tit,
    .ope_li p,
    .list_cont .subject,
    .thumb_header h3,
    .gall_cont h3,
    .sub_vis_p,
    .edu .snb li a,
    .site_2ul a {
        font-size: 14px;
    }

    .lat_date,
    .photo_date,
    .see_more,
    .ft_terms a,
    .ft_info span,
    .ft_copy,
    .ft_right a,
    .goal_li p,
    .list_cont p,
    .view_board .date,
    .back_btn,
    .day_cont tbody td,
    .board_total,
    .snb li a {
        font-size: 13px;
    }

    .lat_board {
        padding: 30px;
    }

    .not_li a {
        padding: 5px 0;
    }

    .back_btn2 {
        gap: 5px;
    }

    .back_btn2 i {
        padding: 5px;
    }

    /* photo */
    .photo_li p {
        height: 250px;
    }

    .photo .main_header {
        margin-bottom: 30px;
    }

    .photo_date {
        padding: 5px 20px 15px;
    }

    .photo_tit {
        padding: 18px 20px 0;
    }

    /* ==================== page ==================== */
    .sub_tit {
        margin-bottom: 30px;
    }

    /* brand */
    .goal,
    .operate,
    .organization,
    .map,
    .surround,
    .mote,
    .purpose,
    .monte_area,
    .class_board,
    .view_board,
    .diet_board {
        padding: 70px 0;
    }

    .greet .sub_p {
        white-space: normal;
    }

    .greet .sub_p br {
        display: block;
    }

    .goal_ul {
        gap: 10px;
    }

    .goal_li {
        width: 100%;
    }

    .goal_li:after {
        height: 350px;
    }

    /* map */
    .map_li {
        padding: 20px 10px;
    }

    /* day */
    .day_cont {
        padding: 70px 0 250px;
    }

    .day_cont:after {
        bottom: -50px;
    }

    /* edu_gall */
    .surround_li {
        width: 100%;
    }

    /* class */
    .list_cont {
        width: 100%;
    }

    .class .snb_inner {
        overflow-x: auto;
    }

    .class .snb_ul {
        min-width: 540px;
    }

    .class .guide {
        display: flex;
    }

    /* community */
    .thumb_img_wrap {
        padding: 5px 5px 0px;
    }

}

@media screen and (max-width:480px) {

    /* ==================== common ==================== */
    .hn_logo {
        width: 110px;
    }

    .ft_logo {
        width: 120px;
        margin-bottom: 10px;
    }

    .site_2ul {
        padding: 12px 20px;
    }

    .sub_visual {
        height: 200px;
    }

    /* ==================== main ==================== */
    /* main_cont */
    .cont_img_wrap {
        width: 125px;
        height: 125px;
    }

    .main_cont_li img {
        width: 70px;
    }

    /* latest */
    .gal_li p {
        height: 140px;
    }

    .latest_header {
        margin-bottom: 15px;
    }

    .photo .see_more {
        right: 0;
        bottom: unset;
        top: 120%;
    }

    /* ==================== page ==================== */
    /* brand */
    .ope_li {
        background: white url(/resources/images/page/ope_bg.png) 50% 40% / auto 200% no-repeat;
    }

    .ope_li:nth-child(2) {
        background: white url(/resources/images/page/ope_bg2.png) 50% 40% / auto 200% no-repeat;
    }

    .ope_li:nth-child(3) {
        background: white url(/resources/images/page/ope_bg3.png) 50% 40% / auto 200% no-repeat;
    }

    .ope_li:nth-child(4) {
        background: white url(/resources/images/page/ope_bg4.png) 50% 40% / auto 200% no-repeat;
    }

    /* map */
    .map_ul {
        gap: 10px;
        flex-wrap: wrap;
    }

    .map_li {
        width: 100%;
        flex-direction: row;
        padding: 20px;
    }

    .map_li>div {
        width: 80%;
        text-align: left;
    }

    .root_daum_roughmap .wrap_map {
        height: 400px !important;
    }

    /* day */
    .day_cont {
        padding: 70px 0 200px;
    }

    .day_cont tbody td {
        padding: 10px 5px;
    }

    .day_cont tbody td:first-child {
        padding: 10px 5px;
        letter-spacing: -0.5px;
    }

    /* monte */
    .area_cont .img_area {
        height: 250px;
    }

    .area_cont .txt_area {
        padding: 20px 0 25px;
    }

    /* class */
    .list_cont {
        border-radius: 15px;
    }

    .list_cont .number {
        padding: 7px;
        width: 85px;
    }

    .list_cont p {
        padding: 15px 15px 10px 15px;
    }

    .list_cont .subject {
        padding: 3px 15px 12px;
    }

    /* gallery */
    .gallery .list_cont p {
        padding: 15px 20px 10px 15px;
    }

    /* community */
    .gall_cont p {
        height: 120px;
    }

    .community .list_cont .subject {
        padding: 14px 20px 12px;
    }
}

@media screen and (max-width:420px) {

    /* ==================== main ==================== */
    /* main_cont */
    .main_cont_li {
        width: 50%;
    }

    .cont_img_wrap {
        width: 150px;
        height: 150px;
    }

    /* latest */
    .notice .lat_tit {
        width: 60%;
    }

    /* photo */
    .photo_li p {
        height: 200px;
    }


    /* ==================== page ==================== */
    /* brand */
    .ope_li {
        text-align: center;
    }

    .ope_li h3:before {
        margin: 20px auto 40px;
    }

    /* class */
    .paging {
        gap: 3px;
        margin-top: 40px;
    }

    .paging li a {
        width: 29px;
        height: 29px;
        line-height: 30px;
    }

    .paging li i {
        font-size: 16px;
    }

    .double_prev i {
        transform: rotate(-180deg) translateY(0px);
    }

    .view_board .view_tit {
        padding: 15px;
        text-align: left;
    }

    .view_board .view_info {
        padding: 13px 15px;
    }

    .view_cont {
        padding: 0 0 20px;
    }

    .gall_cont h3 {
        padding: 12px 7px 8px;
    }

    .gall_cont {
        width: 100%;
    }

    .gall_cont p {
        height: 200px;
    }

    /* community */
    .notice .cate {
        padding: 7px 0 6px;
    }
}

@media screen and (max-width:350px) {

    /* ==================== common ==================== */
    .ft_info br {
        display: none;
    }

    /* main_cont */
    .cont_img_wrap {
        width: 130px;
        height: 130px;
    }

    .main_cont_li img {
        width: 70px;
    }

    /* monte */
    .pur_li span {
        font-size: 3em;
        width: 40px;
    }

    .pur_li h3 {
        padding: 10px 0 5px;
    }

    /* community */
    .gall_cont {
        border-radius: 10px;
    }

    .gall_cont p {
        height: 170px;
    }

}