﻿/* COMMON */
.heading {line-height: 2rem; font-size: 1.1rem; color: #000; font-weight: 600; white-space: nowrap;}
.btn_more_01 {display: inline-flex; align-items: center; font-weight: 500; position: absolute; right: 0; top: 0;}
.btn_more_01 .cross {margin-left: 0.55rem; display: block; width: 2rem; height: 2rem; border-radius: 50%; background: #0cf; position: relative; transition: 0.15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.btn_more_01 .cross:before {content: ""; display: block; width: 0.1rem; height: 1rem; background: #fff; position: absolute; left: 50%; margin-left: -0.05rem; top: 50%; margin-top: -0.5rem;}
.btn_more_01 .cross:after {content: ""; display: block; width: 1rem; height: 0.1rem; background: #fff; position: absolute; left: 50%; margin-left: -0.5rem; top: 50%; margin-top: -0.05rem;}
.btn_more_02 {display: inline-flex; justify-content: center; align-items: center; width: 2.2rem; height: 2.2rem; border-radius: 50%; background: #fff; box-shadow: 0 0 0.35rem rgba(0,0,0,.28); font-size: 1.2rem;}
.no_data {display: flex; justify-content: center; align-items: center; width: 100%; height: 100%;}
/* COMMON : active */
.btn_more_01:hover .cross,
.btn_more_01:focus .cross {transform: rotate(90deg);}

/* 메인비주얼 */
.MVisual0030 {height: 100%; overflow: hidden;}
.MVisual0030 .slider {position: relative; z-index: 0;}
.MVisual0030 .slider div {height: 100%;}
.MVisual0030 .slider .item {height: 100%; font-size: 0; line-height: 0; overflow: hidden;}
.MVisual0030 .slider .item img {width: 100%; height: 100%; object-fit: cover;}
.MVisual0030 .control {position: absolute; right: 50%; bottom: 2rem; margin-right: -28rem; z-index: 1;}
.MVisual0030 .control > a {display: inline-block; width: 2rem; line-height: 2rem; border-radius: 50%; background: rgb(5,164,176,0.4); color: #fff; text-align: center;}
.MVisual0030 .control > a.play {display: none;}
/* 메인비주얼 : active */
.MVisual0030 .control > a {transition: 0.15s;}
.MVisual0030 .control > a:hover,
.MVisual0030 .control > a:focus {background:rgb(5,164,176,0.9);}

/* 게시판 */
.notice0030 {position: relative;}
.notice0030 .titTab {padding-right: 5rem; overflow: hidden;}
.notice0030 .titTab ul {display: flex; max-width: calc(100% + 1.6rem); margin-left: -1.6rem;}
.notice0030 .titTab ul li {max-width: calc(100% / 3); padding-left: 1.6rem; position: relative;}
.notice0030 .titTab ul li:before {content: ""; display: block; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #dadada; position: absolute; left: 0.65rem; top: calc(50% - 0.15rem);}
.notice0030 .titTab ul li a {display: block; line-height: 2rem; position: relative;}
.notice0030 .titTab ul li a::before {content: ""; display: block; width: 100%; height: 0.65rem; border-radius: 0.65rem; background: #ffeec6; position: absolute; left: 0; bottom: 0; z-index: -1; transform: scaleX(0); transform-origin: right center;}
.notice0030 .titTab ul li a span {display: block; font-size: 1.1rem; color: #8e8e8e; font-weight: 500; white-space: nowrap; overflow: hidden;}
.notice0030 .tabWrap {margin-top: 1rem;}
.notice0030 .tabWrap .list_box {display: none;}
.notice0030 .tabWrap .list_box .topList {display: block;}
.notice0030 .tabWrap .list_box .topList dl {background: #f6f6f6; padding: 1.5rem; padding-left: 5.75rem; position: relative;}
.notice0030 .tabWrap .list_box .topList dl:before {content: ""; display: block; width: 3.55rem; height: 2.9rem; background: url('/images/schl/template/T0030/main/0030_notice_ico.png') center/contain no-repeat; position: absolute; left: 1.1rem; top: 1.25rem;}
.notice0030 .tabWrap .list_box .topList dl dt {font-size: 0.95rem; color: #000; font-weight: 500; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice0030 .tabWrap .list_box .topList dl dd {margin-top: 0.4rem; color: #666;}
.notice0030 .tabWrap .list_box .topList dl dd p {white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice0030 .tabWrap .list_box .topList dl dd .date {display: inline-block; margin-top: 0.5rem; font-size: 0.75rem;}
.notice0030 .tabWrap .list_box ul {margin-top: 1rem;}
.notice0030 .tabWrap .list_box ul li + li {margin-top: 0.7rem;}
.notice0030 .tabWrap .list_box ul li:nth-child(n + 5) {display: none;}
.notice0030 .tabWrap .list_box ul li a {display: block; padding-left: 0.7rem; position: relative;}
.notice0030 .tabWrap .list_box ul li a:before {content: ""; display: block; width: 0.25rem; height: 0.2rem; background: #ff794c; position: absolute; left: 0; top: 50%; margin-top: -0.1rem;}
.notice0030 .tabWrap .list_box ul li a p {font-size: 0.85rem; color: #000; padding-right: 5rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.notice0030 .tabWrap .list_box ul li a span {font-size: 0.75rem; color: #858383; position: absolute; right: 0; top: 50%; transform: translateY(-50%);}
.notice0030 .tabWrap .list_box .btn_more_01 .cross {background: #f35723;}
/* 게시판 : active */
.notice0030 .titTab ul li a {transition: 0.3s;}
.notice0030 .titTab ul li a::before {transition: transform 0.3s;}
.notice0030 .titTab ul li a span {transition: color 0.15s;}
.notice0030 .titTab ul li a.current {padding: 0 0.25rem;}
.notice0030 .titTab ul li a.current::before {transform: scaleX(1); transform-origin: left center;}
.notice0030 .titTab ul li a:hover span,
.notice0030 .titTab ul li a:focus span,
.notice0030 .titTab ul li a.current span {color: #f35723; font-weight: 600;}
.notice0030 .tabWrap .list_box.on {display: block;}
.notice0030 .tabWrap .list_box .topList:hover dl dt,
.notice0030 .tabWrap .list_box .topList:focus dl dt,
.notice0030 .tabWrap .list_box ul li a:hover p,
.notice0030 .tabWrap .list_box ul li a:focus p {text-decoration: underline;}
/* 게시판 : new */
.notice0030 .tabWrap .list_box .topList dl.new dt {padding-left: 1.75rem; position: relative;}
.notice0030 .tabWrap .list_box .topList dl.new dt:before {content: "N"; display: inline-flex; justify-content: center; align-items: center; width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #ff9c27; font-size: 0.7rem; color: #fff; font-weight: 700; position: absolute; left: 0; top: calc((100% - 1.25rem) / 2);}
.notice0030 .tabWrap .list_box ul li a.new {padding-left: 1.45rem;}
.notice0030 .tabWrap .list_box ul li a.new:before {content: "N"; display: inline-flex; justify-content: center; align-items: center; width: 1rem; height: 1rem; border-radius: 50%; background: #ff9c27; font-size: 0.6rem; color: #fff; font-weight: 700; margin-top: -0.5rem;}
/* 게시판 : no_data */
.notice0030 .tabWrap .list_box .topList dl.no_data {display: block;}

/* 팝업존 */
.pop0030 {padding: 1.65rem 2.25rem 0; background: #05a4ae; position: relative;}
.pop0030 .heading {max-width: calc(100% - 9.45rem); line-height: 1.9rem; color: #fff;}
.pop0030 .pop_img {margin-top: 1.05rem; width: 100%; height: 11.25rem; background: #f1f1f1; overflow: hidden;}
.pop0030 .pop_img .item a {display: block; height: 11.25rem; font-size: 0; line-height: 0; overflow: hidden; position: relative;}
.pop0030 .pop_img .item a img {width: auto; height: 100%; position: relative; left: 50%; transform: translateX(-50%);}
.pop0030 .control {display: flex; align-items: center; position: absolute; right: 2.25rem; top: 1.65rem;}
.pop0030 .control .page {display: flex;}
.pop0030 .control .page strong {display: block; color: #fff799; font-weight: 600;}
.pop0030 .control .page span {display: block; margin-left: 0.8rem; color: #fff; position: relative;}
.pop0030 .control .page span:before {content: ""; display: block; width: 0.1rem; height: 0.35rem; background: #fff; position: absolute; left: -0.4rem; top: 50%; margin-top: -0.175rem; transform: rotate(45deg);}
.pop0030 .control .btn_box {display: flex; margin-left: 0.25rem;}
.pop0030 .control .btn_box a {margin-left: 0.25rem; display: inline-flex; justify-content: center; align-items: center; width: 1.9rem; height: 1.9rem; border-radius: 50%; border: 1px solid #fff; background: #fff; font-size: 0.8rem; transition: .15s; -webkit-transition: 0.15s; -ms-transition: 0.15s;}
.pop0030 .control .btn_box a.stop,
.pop0030 .control .btn_box a.play {font-size: 1rem;}
.pop0030 .control .btn_box a.play {display: none;}
/* 팝업존 : active */
.pop0030 .control .btn_box a:hover,
.pop0030 .control .btn_box a:focus {background: none; color: #fff;}

/* 식단 */
.meal_menu0030 {padding: 1.75rem 2.25rem 3rem; background: #197bc0; position: relative;}
.meal_menu0030 .heading {max-width: 8rem; color: #fff; position: absolute; left: 2.25rem; top: 1.75rem;}
.meal_menu0030 .inner {position: relative;}
.meal_menu0030 .inner ul {height: 7.35rem; overflow-y: auto;}
.meal_menu0030 .inner ul li {padding-left: 8rem; color: #fff;}
.meal_menu0030 .inner ul li + li {margin-top: 2rem;}
.meal_menu0030 .inner ul li dl {text-align: right;}
.meal_menu0030 .inner ul li dl .kcal {display: inline-block; padding: 0.425rem 1.1rem; border-radius: 1rem; background: #148bcd; font-size: 0.9rem; font-weight: 500;}
.meal_menu0030 .inner ul li dl .meal_list {margin-top: 1.8rem; text-align: left; word-break: keep-all;}
.meal_menu0030 .img {display: flex; justify-content: center; align-items: center; width: 5.6rem; height: 5.6rem; border-radius: 50%; background: #4394cb; position: absolute; left: 2.5rem; bottom: 1.8rem;}
.meal_menu0030 .img img {max-width: 3.95rem; max-height: 3.95rem;}

/* 갤러리 */
.gallery0030 .tit_wrap {padding-right: 5.8rem; position: relative;}
.gallery0030 .tit_wrap .heading {max-width: 100%; white-space: nowrap; overflow: hidden;}
.gallery0030 .tit_wrap .btn_more_01 .cross {background: #2290dd;}
.gallery0030 .list_box {margin-top: 1.5rem;}
.gallery0030 .list_box ul {display: flex; justify-content: center;}
.gallery0030 .list_box ul li {width: calc((100% - 3.9rem) / 4);}
.gallery0030 .list_box ul li + li {margin-left: 1.3rem;}
.gallery0030 .list_box ul li:nth-child(n + 5) {display: none;}
.gallery0030 .list_box ul li a {display: block;}
.gallery0030 .list_box ul li a .img {font-size: 0; line-height: 0; overflow: hidden; position: relative;}
.gallery0030 .list_box ul li a .img img {width: 100%; max-height: 12.25rem; object-fit: cover; transition: 0.2s;}
.gallery0030 .list_box ul li a strong {display: block; margin-top: 0.9rem; font-size: 0.9rem; color: #000; text-align: center; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
/* 갤러리 : active */
.gallery0030 .list_box ul li a:hover .img img,
.gallery0030 .list_box ul li a:focus .img img {transform: scale(1.1);}
/* 갤러리 : no_data */
.gallery0030 .list_box ul li.no_data {height: 12.25rem;}

/* 캘린더 */
.pop_schedule0030 .tit_wrap {padding-right: 13.1rem; position: relative;}
.pop_schedule0030 .tit_wrap .heading {max-width: 100%; line-height: 2.2rem; white-space: nowrap; overflow: hidden;}
.pop_schedule0030 .tit_wrap .btn_more_02 {position: absolute; right: 9.9rem; top: calc(50% - 1.1rem);}
.pop_schedule0030 .sche_wrap {margin-top: 1.5rem; display: flex; justify-content: space-between; align-items: flex-start;}
.pop_schedule0030 .sche_wrap .sche_list {width: 50%;}
.pop_schedule0030 .sche_wrap .sche_list .month {position: relative;}
.pop_schedule0030 .sche_wrap .sche_list .month a {display: block; width: 2.65rem; height: 1.75rem; position: absolute; top: 50%; margin-top: -0.875rem;}
.pop_schedule0030 .sche_wrap .sche_list .month a:before {content: ""; display: block; width: 1.75rem; height: 1.75rem; border-radius: 50%; background: #d6edee; position: absolute; top: 0; transition: 0.2s;}
.pop_schedule0030 .sche_wrap .sche_list .month a:after {content: ""; display: block; width: 1.95rem; height: 0.5rem; position: absolute; top: .5rem;}
.pop_schedule0030 .sche_wrap .sche_list .month a.prev {left: 0;}
.pop_schedule0030 .sche_wrap .sche_list .month a.prev:before {left: 0;}
.pop_schedule0030 .sche_wrap .sche_list .month a.prev:after {background: url('/images/schl/template/T0030/main/0030_sche_arr_prv.png') left bottom/contain no-repeat; left: 0.7rem;}
.pop_schedule0030 .sche_wrap .sche_list .month a.next {right: 0;}
.pop_schedule0030 .sche_wrap .sche_list .month a.next:before {right: 0;}
.pop_schedule0030 .sche_wrap .sche_list .month a.next:after {background: url('/images/schl/template/T0030/main/0030_sche_arr_nxt.png') right bottom/contain no-repeat; right: 0.7rem;}
.pop_schedule0030 .sche_wrap .sche_list .month > span {display: flex; justify-content: center; align-items: center; font-size: .9rem; color: #000; font-weight: 500;}
.pop_schedule0030 .sche_wrap .sche_list .month > span em {margin-left: 0.25rem; display: inline-flex; justify-content: center; align-items: center; width: 2.75rem; height: 2.75rem; border-radius: 50%; background: #0490a1; font-size: 1.25rem; color: #fff; font-weight: 800;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table {margin-top: 1.5rem;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table table {border-collapse: collapse;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table thead {border-bottom: 2px solid #ccdded;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table th {font-size: 0.9rem; color: #000; font-weight: 500; padding-bottom: .5rem;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table th.sun {color: #f47a41;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table th.sat {color: #1e65a7;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table td {padding-top: 0.3rem; text-align: center;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table td span,
.pop_schedule0030 .sche_wrap .sche_list .sche_table td a {display: inline-flex; justify-content: center; align-items: center; width: 1.7rem; height: 1.7rem; border-radius: 50%; font-size: 0.75rem; font-weight: 500;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table td .event {background: #d7d7d7;}
.pop_schedule0030 .sche_wrap .sche_list .sche_table td .today {background: #02a4b8; color: #fff;}
.pop_schedule0030 .sche_wrap .lst {width: calc(50% - 2.5rem); background: #0da1b3; padding: 1.9rem 1.5rem;}
.pop_schedule0030 .sche_wrap .lst ul {height: 12.25rem; overflow-y: auto;}
.pop_schedule0030 .sche_wrap .lst ul li {padding: 0.25rem 0;}
.pop_schedule0030 .sche_wrap .lst ul li a {display: flex; align-items: center; color: #fff;}
.pop_schedule0030 .sche_wrap .lst ul li a .dt {display: inline-flex; justify-content: center; align-items: center; width: 1.95rem; height: 1.95rem; border-radius: 50%; background: #fff; font-size: 0.9rem; color: #04717e; font-weight: 600; margin-right: 0.7rem;}
.pop_schedule0030 .sche_wrap .lst ul li a .dsc {display: inline-block; max-width: calc(100% - 2.65rem); font-size: 0.85rem; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
/* 캘린더 : active */
.pop_schedule0030 .sche_wrap .sche_list .sche_table td a:hover,
.pop_schedule0030 .sche_wrap .sche_list .sche_table td a:focus{text-decoration: underline;}
.pop_schedule0030 .sche_wrap .sche_list .month a:hover:before,
.pop_schedule0030 .sche_wrap .sche_list .month a:focus:before {background: #fff; transform: scale(1.3);}
/* 캘린더 : no_data */
.pop_schedule0030 .sche_wrap .lst ul li.no_data {color: #fff;}

/* 바로가기1 */
.M_link0030 ul {display: flex; flex-wrap: wrap;}
.M_link0030 ul li {margin-top: 2rem; width: calc((100% - 2.5rem) / 3); position: relative;}
.M_link0030 ul li:nth-child(1),
.M_link0030 ul li:nth-child(2),
.M_link0030 ul li:nth-child(3) {margin-top: 0;}
.M_link0030 ul li + li {margin-left: 1.25rem;}
.M_link0030 ul li + li:before {content: ""; display: block; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #ccc; position: absolute; left: -0.875rem; top: 2.875rem; opacity: 1; transition: 0.15s;}
.M_link0030 ul li:nth-child(3n + 1) {margin-left: 0;}
.M_link0030 ul li:nth-child(3n + 1):before {display: none;}
.M_link0030 ul li a {display: block; width: 100%; text-align: center;}
.M_link0030 ul li a .img {display: inline-flex; justify-content: center; align-items: center; width: 100%; height: 6.25rem; border: 2px solid transparent; transition: 0.15s;}
.M_link0030 ul li a .txt {margin-top: 1rem; display: inline-block; max-width: 100%; max-height: 2.65rem; font-size: 0.9rem; color: #000; font-weight: 500; position: relative; overflow-y: hidden;}
/* 바로가기1 : active */
.M_link0030 ul li:hover:before,
.M_link0030 ul li:focus:before,
.M_link0030 ul li:hover + li:before,
.M_link0030 ul li:focus + li:before {opacity: 0;}
.M_link0030 ul li:hover a .img,
.M_link0030 ul li:focus a .img {border-color: #ff936f; box-shadow: 0 0 0.35rem rgba(0,0,0,.17);}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.8rem; font-weight: 500; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.3rem; overflow: hidden; border-left:1px solid #ccc;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; border:1px solid #ccc; border-left:0;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap { width: calc(100% - 10rem); float:left; padding-top: 0.75rem; padding-left:1.5rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}



@media (max-width: 1240px){
    
    /* 메인비주얼 */
    .MVisual0030 .slider .item img {width: 115%; height: auto; object-fit: unset; position: relative; left: -7.5%;}
    .MVisual0030 .control {right: 1.5rem; margin-right: 0; bottom: 1.5rem;}
    
    /* 갤러리 */
    .gallery0030 .list_box ul li {width: calc((100% - 2.6rem) / 3);}
    .gallery0030 .list_box ul li:nth-child(4) {display: none;}
    
    /* 캘린더 */
    .pop_schedule0030 .sche_wrap .lst {width: calc(50% - 2rem); padding: 1.9rem 1rem;}
    .pop_schedule0030 .sche_wrap .lst ul li a .dt {margin-right: 0.6rem;}
    .pop_schedule0030 .sche_wrap .lst ul li a .dsc {width: calc(100% - 2.55rem); font-size: 0.8rem;}
    
    /* 바로가기1 */
    .M_link0030 ul li {margin-top: 0 !important; width: calc((100% - 3.25rem) / 2);}
    .M_link0030 ul li + li {margin-left: 3.25rem;}
    .M_link0030 ul li + li:before {left: -1.875rem;}
    .M_link0030 ul li:nth-child(3n + 1) {margin-left: 3.25rem;}
    .M_link0030 ul li:nth-child(2n + 1) {margin-left: 0;}
    .M_link0030 ul li:nth-child(3n + 1):before {display: block;}
    .M_link0030 ul li:nth-child(2n + 1):before {display: none;}
    .M_link0030 ul li a .img {width: 5.5rem; height: 5.5rem;}
    .M_link0030 ul li a .img img {transform: scale(0.9);}
    .M_link0030 ul li a .txt {margin-top: 0.5rem; max-height: 2.45rem; font-size: 0.8rem;}
}



@media (max-width: 1240px) and (min-width: 1025px) {
    
    /* 메인비주얼 */
    .MVisual0030 .control {right: auto; left: 1.5rem;}
}



@media (max-width: 1024px){
    
    /* 팝업존 */
    .pop0030 {padding: 1.75rem 1rem 1rem;}
    .pop0030 .control {right: 1rem;}
    
    /* 식단 */
    .meal_menu0030 {height: 100%; padding: 2rem 1rem 1rem;}
    .meal_menu0030 .heading {left: 1rem;}
    .meal_menu0030 .inner ul {height: 13.95rem; overflow-y: auto;}
    .meal_menu0030 .inner ul li dl .meal_list {text-align: right;}
    .meal_menu0030 .img {left: 1.5rem;}
    
    /* 캘린더 */
    .pop_schedule0030 .tit_wrap {padding-right: 4.2rem;}
    .pop_schedule0030 .tit_wrap .btn_more_02 {right: 1rem;}
    .pop_schedule0030 .sche_wrap {align-items: center;}
    .pop_schedule0030 .sche_wrap .lst ul {height: 17.15rem;}
    
    /* 바로가기1 */
    .M_link0030 ul li {margin-top: 1rem !important; width: calc((100% - 2.5rem) / 3);}
    .M_link0030 ul li + li {margin-left: 1.25rem;}
    .M_link0030 ul li + li:before {display: none !important;}
    .M_link0030 ul li:nth-child(3) {margin-top: 0;}
    .M_link0030 ul li:nth-child(2n + 1) {margin-left: 1.25rem;}
    .M_link0030 ul li:nth-child(3n + 1) {margin-left: 0;}
    .M_link0030 ul li a {display: flex; flex-direction: column; align-items: center;}
}



@media (max-width: 860px){
    
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}



@media (max-width: 768px){
    
    /* 팝업존 */
    .pop0030 {padding-bottom: 0;}
    
    /* 식단 */
    .meal_menu0030 {padding-bottom: 2rem;}
    .meal_menu0030 .inner ul {height: 7.35rem;}
    .meal_menu0030 .inner ul li {padding-left: 6.5rem;}
    .meal_menu0030 .img {width: 4.5rem; height: 4.5rem; bottom: 1.5rem;}
    .meal_menu0030 .img img {transform: scale(.7);}
    
    /* 갤러리 */
    .gallery0030 .list_box ul {justify-content: space-between;}
    .gallery0030 .list_box ul li {width: calc(50% - 0.65rem);}
    .gallery0030 .list_box ul li:nth-child(3) {display: none;}
}



@media (max-width: 560px){
    
    /* 메인비주얼 */
    .MVisual0030 .control {right: 1rem; bottom: 1rem;}
    .MVisual0030 .control > a {width: 1.65rem; height: 1.65rem; line-height: 1.65rem;}
    
    /* 캘린더 */
    .pop_schedule0030 .tit_wrap {padding-left: 1rem;}
    .pop_schedule0030 .sche_wrap {flex-direction: column;}
    .pop_schedule0030 .sche_wrap .sche_list {width: 100%; padding: 0 1rem 1rem;}
    .pop_schedule0030 .sche_wrap .lst {width: 100%;}
    .pop_schedule0030 .sche_wrap .lst ul {height: 12.25rem;}
}



@media (max-width: 480px){

    /* COMMON */
    .heading {font-size: 1.05rem;}
    
    /* 게시판 */
    .notice0030 .titTab {padding-right: 5.5rem;}
    .notice0030 .titTab ul {flex-wrap: wrap;}
    .notice0030 .titTab ul li {max-width: 100%;}
    
    /* 팝업존 */
    .pop0030 {padding-top: 1.25rem;}
    .pop0030 .control {top: 1.25rem;}
    .pop0030 .pop_img {height: auto; margin-top: 0.75rem;}
    .pop0030 .pop_img .item a {height: auto;}
    .pop0030 .pop_img .item a img {width: 100%; height: auto;}

    /* 식단 */
    .meal_menu0030 {padding: 1.25rem 1rem;}
    .meal_menu0030 .heading {top: 1rem;}
    .meal_menu0030 .inner ul li dl .meal_list {text-align: left;}
    .meal_menu0030 .img {width: 4.35rem; height: 4.35rem; left: 1.5rem; bottom: 1.25rem;}
    
    /* 갤러리 */
    .gallery0030 .list_box {margin-top: 0.75rem;}
    .gallery0030 .list_box ul {flex-direction: column;}
    .gallery0030 .list_box ul li {width: 100%;}
    .gallery0030 .list_box ul li + li {margin-left: 0; margin-top: 1.25rem;}
    /* 갤러리 : active */
    .gallery0030 .list_box ul li a:hover .img img,
    .gallery0030 .list_box ul li a:focus .img img {transform: none;}

    /* 캘린더 */
    .pop_schedule0030 .sche_wrap .lst {padding: 1rem;}
    
    /* 바로가기1 */
    .M_link0030 ul li a .img img {transform: scale(0.8);}
}



@media (max-width: 380px){
    
    /* COMMON */
    .heading {line-height: 1.75rem; font-size: 1rem;}
    .btn_more_01 {font-size: 0;}
    .btn_more_01 .cross {width: 1.75rem; height: 1.75rem; margin-left: 0;}
    .btn_more_02 {width: 1.75rem; height: 1.75rem;}
    
    /* 게시판 */
    .notice0030 .titTab {padding-right: 2.25rem;}
    .notice0030 .titTab ul {max-width: calc(100% + 1rem); margin-left: -1rem;}
    .notice0030 .titTab ul li {padding-left: 1rem;}
    .notice0030 .titTab ul li:before {width: 0.2rem; height: 0.2rem; left: 0.4rem; top: calc(50% - 0.1rem);}
    .notice0030 .titTab ul li a {line-height: 1.75rem;}
    .notice0030 .titTab ul li a::before {bottom: 0.25rem;}
    .notice0030 .titTab ul li a span {font-size: 0.95rem;}
    .notice0030 .tabWrap {margin-top: 0.5rem;}
    .notice0030 .tabWrap .list_box .topList dl {padding: 1rem 0.75rem;}
    .notice0030 .tabWrap .list_box .topList dl:before {display: none;}
    .notice0030 .tabWrap .list_box .topList dl dt {font-size: 0.85rem;}
    .notice0030 .tabWrap .list_box .topList dl dd p {font-size: 0.75rem;}
    .notice0030 .tabWrap .list_box .topList dl dd .date {font-size: 0.7rem;}
    .notice0030 .tabWrap .list_box ul li a p {font-size: 0.8rem;}
    .notice0030 .tabWrap .list_box ul li a span {font-size: 0.7rem;}
    /* 게시판 : new */
    .notice0030 .tabWrap .list_box .topList dl.new dt {padding-left: 1.45rem;}
    .notice0030 .tabWrap .list_box .topList dl.new dt:before {width: 1rem; height: 1rem; top: calc(50% - 0.5rem); font-size: 0.5rem;}
    .notice0030 .tabWrap .list_box ul li a.new:before {font-size: 0.5rem;}

    /* 팝업존 */
    .pop0030 {padding: 1rem 0.75rem 0;}
    .pop0030 .control {top: 1rem;}
    .pop0030 .control .btn_box a {width: 1.75rem; height: 1.75rem;}
    
    /* 식단 */
    .meal_menu0030 {padding: 1rem 0.75rem 1.25rem;}
    .meal_menu0030 .heading {max-width: 100%; position: static;}
    .meal_menu0030 .inner {margin-top: 0.75rem;}
    .meal_menu0030 .inner ul {height: 6.35rem;}
    .meal_menu0030 .inner ul li {padding-left: 0;}
    .meal_menu0030 .inner ul li + li {margin-top: 1rem;}
    .meal_menu0030 .inner ul li dl {text-align: left;}
    .meal_menu0030 .inner ul li dl .meal_list {margin-top: 0.8rem;}
    .meal_menu0030 .img {display: none;}

    /* 갤러리 */
    .gallery0030 .tit_wrap {padding-right: 2.25rem;}
    .gallery0030 .list_box ul li + li {margin-top: 0.75rem;}
    .gallery0030 .list_box ul li a strong {font-size: 0.85rem; margin-top: 0.5rem;}
    
    /* 캘린더 */
    .pop_schedule0030 .tit_wrap {padding-right: 2.25rem;}
    .pop_schedule0030 .tit_wrap .heading {line-height: 1.75rem;}
    .pop_schedule0030 .tit_wrap .btn_more_02 {right: 0.75rem; top: calc((100% - 1.75rem) / 2);}
    .pop_schedule0030 .sche_wrap {margin-top: 0.75rem;}
    .pop_schedule0030 .sche_wrap .sche_list {padding: 0 0.75rem 0.75rem;}
    .pop_schedule0030 .sche_wrap .sche_list .month > span em {width: 2.25rem; height: 2.25rem; font-size: 1.15rem;}
    .pop_schedule0030 .sche_wrap .lst {padding: 0.75rem;}
    .pop_schedule0030 .sche_wrap .lst ul {height: 11.25rem;}
    .pop_schedule0030 .sche_wrap .lst ul li a .dt {width: 1.75rem; height: 1.75rem; font-size: 0.8rem;}
    /* 캘린더 : active */
    .pop_schedule0030 .sche_wrap .sche_list .month a:hover:before,
    .pop_schedule0030 .sche_wrap .sche_list .month a:focus:before {transform: scale(1.1);}
    
    /* 바로가기1 */
    .M_link0030 ul li {width: calc((100% - 2rem) / 3);}
    .M_link0030 ul li:nth-child(2n + 1) {margin-left: 1rem;}
    .M_link0030 ul li + li {margin-left: 1rem;}
    .M_link0030 ul li:nth-child(1),
    .M_link0030 ul li:nth-child(2),
    .M_link0030 ul li:nth-child(3) {margin-top: 0 !important;}
    .M_link0030 ul li:nth-child(3n + 1) {margin-left: 0;}
    .M_link0030 ul li a .img {width: 4.5rem; height: 4.5rem;}
    .M_link0030 ul li a .img img {transform: scale(.65);}
}