﻿/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; font-size: 1.2rem; color: #000; width:2rem; height:2rem; line-height:2rem; border-radius:50%; text-align:center; } 
/* btn_more : active */
.btn_more:hover,
.btn_more:focus { color: #fff;}
.btn_more:hover i,
.btn_more:focus i { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.btn_more,
.btn_more i { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 메인비주얼 */
.MVisual0013 { position: relative; height: 100%; overflow:hidden;}
.MVisual0013 .item{overflow:hidden; line-height:0;}
.MVisual0013 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0013 .control{position:absolute; left:50%; bottom:7rem; z-index:1; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.MVisual0013 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(17, 50, 30, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0013 .control > a.play{display:none;}
.MVisual0013 .control > a:hover,
.MVisual0013 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 바로가기1 */
.M_link0013 { position:relative; height:100%; padding:1.4rem 2.2rem 0; }
.M_link0013 ul{ display:table; width:100%; max-width:60rem; table-layout: fixed; margin:0 auto;}
.M_link0013 li { display: table-cell; vertical-align: top; padding:0 .25rem;}
.M_link0013 li a {position:relative; display:block; font-size:0;}
.M_link0013 li a p {display:inline-block; width:4.25rem; height:4.25rem; line-height:4.25rem; text-align:center; vertical-align: middle; background:#f1f4f6; border-radius:50%;}
.M_link0013 li a img {width: 2.5rem; height: 2.5rem; vertical-align: middle;}
.M_link0013 li a span{display:inline-block; width:calc(100% - 4.25rem); max-height: 2rem; padding-left:.5rem; font-size:.9rem; line-height:1rem; font-weight: 600; color:#000; overflow:hidden; vertical-align: middle;}
/** 바로가기1 : active **/
.M_link0013 li a:hover img,
.M_link0013 li a:focus img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg);}
.M_link0013 li a:hover p,
.M_link0013 li a:focus p { background: #d7ceff; }
.M_link0013 li a:hover span,
.M_link0013 li a:focus span{color:#55479c;}
.M_link0013 p ,
.M_link0013 img { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0013 { position:relative; height:100%; font-size:0; text-align:center; }
.notice0013 .titTab {width: 100%; border-bottom: 2px solid #ffb33f;}
.notice0013 .titTab ul { position:relative; display:inline-block; background:#f1f4f6; border-radius: 1rem 1rem 0 0; text-align:center; } 
.notice0013 .titTab li { position:relative; display:inline-block; max-width: 100%; font-size:1rem; font-weight: 600; vertical-align: top; line-height: 2.75rem; }
.notice0013 .titTab li:first-child{border-radius:1rem 0 0 0;}
.notice0013 .titTab li:last-child{border-radius:0 1rem 0 0;}
.notice0013 .titTab li ~ li::before { position: absolute; top: 50%; left: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); width: 4px; height: 4px; border-radius: 50%; background: #c0cad0; content: ""; z-index: 0; } 
.notice0013 .titTab li a { display:block; position:relative; color:#333; padding: 0 1rem; font-weight: 400; margin: 0; z-index: 1; }
.notice0013 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0013 .tabWrap { height: 10.5rem; overflow: hidden; padding: 1.75rem 0 2rem; border-bottom: 1px solid #ccc;}
.notice0013 .list_box { display:none; }
.notice0013 .list_box ul {height: auto; overflow: hidden; }
.notice0013 .list_box li { position: relative; width: 23.5%; float:left; text-align: left; font-size:.85rem; }
.notice0013 .list_box li ~ li { margin-left: 2%;}
.notice0013 .list_box li:nth-of-type(n+5) {display: none;}
.notice0013 .list_box li a{ position: relative; display:block; }
.notice0013 .list_box li strong{ position: relative; display:block; font-size:0.9rem; font-weight: 600; color:#111; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; }
.notice0013 .list_box li.new strong { padding-left: 1.5rem; }
.notice0013 .list_box li.new strong::before { position: absolute; top: 0; left: 0; width: 1.3rem; height: 1.3rem; line-height: 1.3rem; text-align: center; color: #fff; border-radius: 50%; content: "N"; font-weight: 700; font-size: 0.8rem; background: #ffb33f; }
.notice0013 .list_box li.new::before strong { position: absolute; top: -0.9rem; right: 1.2rem; width: 1.7rem; height: 1.7rem; line-height: 1.7rem; border-radius: 50%; background: #ff8a00; color: #fff; text-align: center; content: "N"; font-size: 0.8rem; font-weight: 900; }
.notice0013 .list_box li p{ height:2.3rem; line-height:1.2rem; overflow:hidden; font-size: 0.8rem; color: #555; margin:1rem 0 1.5rem; }
.notice0013 .list_box li span { display: block; font-size:.75rem; color:#999; font-weight: 400; text-align: right; }
.notice0013 .list_box li span i { margin-right: 5px; }
.notice0013 .btn_more { top: 8px; width: 3.15rem; height: 1.6rem; line-height: 1.6rem; font-size: 0.7rem; z-index: 1; text-transform: uppercase; text-align: left; }
.notice0013 .btn_more::before { position: absolute; top: 7px; right: 0; width: 19px; height: 18px; background: url('/images/template/T0013/main/0013_btn_more.png') no-repeat center / cover; content: "";  }
.notice0013 .btn_more::after { position: absolute; top: 0; left: -0.5rem; width: 1.6rem; height: 1.6rem; background: #e7edf3; border-radius: 50%; content: ""; z-index: -1; }
/* 게시판 : 데이터 없음 */
.notice0013 .list_box li.no_data{width: 100%; text-align:center; color: #111; line-height:7rem;}
/* 게시판 : active */
.notice0013 .titTab li a:hover,
.notice0013 .titTab li a:focus,
.notice0013 .titTab li a.current { color:#fff; background: #ffb33f; border-radius:1rem 1rem 0 0; font-weight: 700; }
.notice0013 .titTab li a:hover::before,
.notice0013 .titTab li a:focus::before,
.notice0013 .titTab li a.current::before{position: absolute; top: -0.3rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); width: 0.7rem; height: 0.7rem; border-radius: 50%; border: 3px solid #fff; background: #ffb33f; content: ""; }
.notice0013 .list_box.on { display: block; }
.notice0013 .list_box li a:hover strong,
.notice0013 .list_box li a:focus strong{ color:#55479c;}
.notice0013 .list_box li a:hover p,
.notice0013 .list_box li a:focus p{text-decoration: underline;}
.notice0013 .btn_more:hover,
.notice0013 .btn_more:focus{ color: #ffb33f; }
.notice0013 .btn_more:hover::before,
.notice0013 .btn_more:focus::before { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.notice0013 a, 
.notice0013 strong,
.notice0013 :before{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0013 { position:relative; width:100%; height:100%; }
.pop0013 .tit_wrap{margin-right:8rem; overflow:hidden; font-size:0; }
.pop0013 .tit_wrap h2 { max-width:100%; height:2.5rem; display: inline-block; line-height:2.5rem; color:#fff; font-weight: 700; font-size:1rem; background: #ffb33f; border-radius: 1rem 1rem 0 0; padding: 0 1.75rem; overflow:hidden; }
.pop0013 .nss_pg{position:absolute; top:0; right:0; }
.pop0013 .nss_pg p { display: inline-block; font-size: 0.8rem; color: #000; vertical-align: middle; margin-right: 0.7rem; letter-spacing: -1px; line-height:2.5rem; }
.pop0013 .nss_pg p strong {color: #ffb33f; font-weight: 600; }
.pop0013 .nss_pg p strong + span:before{content:""; display:inline-block; width:4px; height:10px; margin:0 5px 0 2px; background: url('/images/template/T0013/main/0013_popup_dot.png') no-repeat center / cover; }
.pop0013 .nss_pg a {display: inline-block; text-align:center; overflow: hidden; vertical-align: top; color:#000; font-size:1.2rem; vertical-align: middle;}
.pop0013 .nss_pg .stop,
.pop0013 .nss_pg .play { width: 1.6rem; height: 1.6rem; line-height: 1.6rem; border-radius: 50%; background: #ffe7c3; margin: 0 0.5rem; }
.pop0013 .nss_pg .play { display: none;}
.pop0013 .pop_img { position:relative; width:100%; height:11.25rem; overflow:hidden; text-align:center; border-radius: 0 1rem 1rem 1rem; background:#eee; }
.pop0013 .pop_img .slick-list{width:100%; max-width:18rem; margin:0 auto;}
.pop0013 .pop_img div,
.pop0013 .pop_img .item { height:100%; }
.pop0013 .pop_img .item a { position:relative; display:block; height:100%; overflow:hidden; background:#eee; }
.pop0013 .pop_img .item img {position:relative; width:100%; height:auto;}
/** 팝업존 : active **/
.pop0013 .nss_pg .stop:hover,
.pop0013 .nss_pg .stop:focus,
.pop0013 .nss_pg .play:hover,
.pop0013 .nss_pg .play:focus{background: #ffb33f; color: #fff; }
.pop0013 .nss_pg a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0013 { position:relative; height:100%;}
.meal_menu0013 .tit_wrap{margin-right:2.5rem; font-size:0; }
.meal_menu0013 .tit_wrap h2 {display: inline-block; max-width:100%; height:2.5rem; line-height:2.5rem; color:#fff; font-weight: 700; font-size:1rem; background: #ff5666; border-radius: 1rem 1rem 0 0; padding: 0 1.75rem; overflow:hidden; }
.meal_menu0013 .inner { position:relative; background:#ffe8ea; padding:1.3rem 1.75rem 3.3rem; height: calc(100% - 2.5rem); border-radius: 0 1rem 1rem 1rem; }
.meal_menu0013 .inner .lst{position:relative; }
.meal_menu0013 .inner ul { overflow-y:auto; height:6.6rem; margin-right: 5.6rem; }
.meal_menu0013 .inner li + li { margin-top:1rem; }
.meal_menu0013 .inner .no_data { line-height: 6.6rem; text-align:center; }
.meal_menu0013 .inner dl { position:relative; min-height:6rem;}
.meal_menu0013 .inner dt { font-size:.9rem; font-weight: 700;}
.meal_menu0013 .inner dt em{ display: inline-block; width: 2.4rem; height: 2.4rem; line-height: 2.4rem; text-align: center; border-radius: 50%; color:#ed1f47; background: #fff; }
.meal_menu0013 .inner dt span { margin-left: 0.5rem; font-size:.8rem; font-weight: 600; color: #ed1f47; }
.meal_menu0013 .inner dd { word-break:keep-all; line-height:1.25rem; margin-top: 0.5rem; font-weight: 500; }
.meal_menu0013 img{position:absolute; right: 1rem; bottom: 1rem; width:101px; height:144px;}
/** 식단 : active **/
.meal_menu0013 .btn_more:hover,
.meal_menu0013 .btn_more:focus { background:#ff5666; }

/* 캘린더 */
.pop_schedule0013 { position:relative; height:100%;}
.pop_schedule0013 h2{color:#000; font-weight: 700; font-size:1rem; line-height:2rem; margin-right:4.5rem; white-space: nowrap; overflow:hidden;}
.pop_schedule0013 .sche_wrap{ margin-top:0.5rem; height: calc(100% - 2.5rem); overflow:hidden;}
.pop_schedule0013 .month { position:relative; padding: 2rem 1rem; width:8.25rem; height: 100%; text-align:center; float:left; background: #f1eeff; border-radius: 1rem;}
.pop_schedule0013 .month .year { position: relative; display: inline-block; width: 5.2rem; height: 5.2rem; line-height: 3rem; text-align: center; border-radius: 50%; background: url('/images/template/T0013/main/0013_pttrn_square.png'); color: #fff; margin-bottom: 0.7rem; }
.pop_schedule0013 .month .year::before { position: absolute; bottom:1.3rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: url('/images/template/T0013/main/0013_ico_sche.png') no-repeat center / cover; width: 1.5rem; height: 1.65rem; content: ""; }
.pop_schedule0013 .month .day { display: inline-block; margin: 0 0.5rem; font-size: 1rem; color: #000; font-weight: 700; }
.pop_schedule0013 .month a { display: inline-block; color:#000; font-size: 1rem; }
.pop_schedule0013 .lst { position:relative; width:calc(100% - 8.25rem); padding-left:1.25rem; float:left;}
.pop_schedule0013 .lst ul { overflow-y:auto; height:11rem; padding-right:0.5rem;}
.pop_schedule0013 .lst .no_data { line-height: 8rem; padding:0; text-align:center; }
.pop_schedule0013 .lst li{ width:100%; padding:.5rem 0; }
.pop_schedule0013 .lst li ~ li { border-top: 1px dashed #cecece;}
.pop_schedule0013 .lst li a { position:relative; display:block; line-height:1.7rem; padding-left:2.5rem; font-weight: 400; color:#222; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; }
.pop_schedule0013 .lst li.sche_list_type2 a { padding-left:4rem; } /* 20221004 장주연 수정 */
.pop_schedule0013 .lst li a span{ position:absolute; left:0; top:0; display: block; width:1.7rem; height: 1.7rem; line-height: 1.6rem; border-radius: 50%; font-size:.8rem; color: #303f4a; text-align:center; background:#f1eeff; border: 2px solid transparent; font-weight: 700; }
.pop_schedule0013 .lst li.sche_list_type2 a span { width:3.5rem; border-radius:2rem; } /* 20221004 장주연 수정 */
.pop_schedule0013 .btn_more { width: 3.15rem; height: 1.6rem; line-height: 1.6rem; font-size: 0.7rem; z-index: 1; text-transform: uppercase; text-align: left; }
.pop_schedule0013 .btn_more::before { position: absolute; top: 7px; right: 0; width: 19px; height: 18px; background: url('/images/template/T0013/main/0013_btn_more2.png') no-repeat center / cover; content: "";  }
.pop_schedule0013 .btn_more::after { position: absolute; top: 0; left: -0.5rem; width: 1.6rem; height: 1.6rem; background: #e7edf3; border-radius: 50%; content: ""; z-index: -1; }
/** 캘린더 : active **/
.pop_schedule0013 .btn_more:hover,
.pop_schedule0013 .btn_more:focus{ color: #5f52a0; }
.pop_schedule0013 .btn_more:hover::before,
.pop_schedule0013 .btn_more:focus::before { transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.pop_schedule0013 .month .prev:hover,
.pop_schedule0013 .month .prev:focus{ left: calc(50% - 2.4rem); }
.pop_schedule0013 .month .next:hover,
.pop_schedule0013 .month .next:focus{ right: calc(50% - 2.4rem); }
.pop_schedule0013 .lst li a:hover,
.pop_schedule0013 .lst li a:focus { text-decoration:underline; }
.pop_schedule0013 .lst li a:hover span,
.pop_schedule0013 .lst li a:focus span { border-color: #d5caff; background: #fff; }
.pop_schedule0013 a,
.pop_schedule0013 .btn_more::before,
.pop_schedule0013 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0013 {position: relative; height: 12rem; z-index: 1;}
.gallery0013:after {clear: both; display: block; content: "";}
.gallery0013 .tit_wrap {float: left; display: inline-block; margin-top: 1rem; width: 6.5rem; height: 100%;}
.gallery0013 .tit_wrap h2 {margin-bottom: 3rem; line-height: 1; font-size: 1.2rem; color: #54479d; font-weight: 700; white-space: nowrap; overflow: hidden;}
.gallery0013 .list_box {float: left; display: inline-block; width: calc(100% - 6.5rem); height: 100%; vertical-align: top;}
.gallery0013 .list_box ul {height: 100%;}
.gallery0013 .list_box ul:after {clear: both; display: block; content: "";}
.gallery0013 .list_box li {float: left; padding: 0 1rem; width: calc(100% / 3); height: 100%;}
.gallery0013 .list_box li:nth-of-type(n+4) {display: none;}
.gallery0013 .list_box a {position: relative; display: block; height: 100%; border-radius: 1.25rem; box-shadow: 3px 3px 10px rgba(58,84,209,0.35); overflow: hidden;}
.gallery0013 .list_box a p {height: 100%; background: #ececec;}
.gallery0013 .list_box a p img {position: relative; top: 50%; left: 50%; width: 100%; height: auto; -webkit-transform: translate(-50%, -50%) scale(1); -ms-transform: translate(-50%, -50%) scale(1); transform: translate(-50%, -50%) scale(1);}
.gallery0013 .list_box a span {position: absolute; bottom: 0; left: 0; padding: 0 1.25rem; width: 100%; height: 2.75rem; line-height: 2.75rem; text-align: center; font-size: 0.9rem; font-weight: 600; color: #fff; white-space: nowrap; text-overflow: ellipsis; background: #54479d; overflow: hidden;}
.gallery0013 .list_box .no_data{ position:relative; width:100% !important; height:100%; display:flex; align-items:center; justify-content:center; font-size:.9rem; background:#fff; border-radius:2rem;}
.gallery0013 .btn_more {position: relative; top: auto; right: auto; height: 1.8rem; line-height: 1.8rem; font-size: 0.75rem; color: #333;}
.gallery0013 .btn_more i {margin-left: 0.75rem; width: 1.8rem; height: 1.8rem; line-height: 1.8rem; vertical-align: middle; font-size: 1.2rem; color: #fff; background: #54479d; border-radius: 50%;}
/** 갤러리 : active **/
.gallery0013 .list_box a:hover p img, 
.gallery0013 .list_box a:focus p img {-webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1);}
.gallery0013 .list_box a:hover span,
.gallery0013 .list_box a:focus span {text-decoration: underline;}
.gallery0013 .btn_more,
.gallery0013 .list_box a p img,
.gallery0013 span {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 배너존 */
.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: 600; 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;}
/* 배너존 : active */
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}

@media (max-width: 1240px) {
	/* 메인비주얼 */
	.MVisual0013 .item img{ width:150%; height:auto; left:-25%; transform: none; -webkit-transform: none; -ms-transform: none; }
}

@media (max-width: 1024px) {
	/* 메인비주얼 */
	.MVisual0013 .control { bottom: 6rem; }
	
	/* 바로가기1 */
	.M_link0013 { padding: 1.4rem 0 0; }
	.M_link0013 li a { text-align: center; }
	.M_link0013 li a p { display: block; margin: auto; }
	.M_link0013 li a span { display: block; width: 100%; padding: 0 0.5rem; margin-top: 0.6rem; }

	/* 공지사항 */
	.notice0013 .list_box li { width: 32%; }
	.notice0013 .list_box li:nth-of-type(n+4) {display: none;}

	/* 팝업존 */
	.pop0013 .tit_wrap h2 { padding: 0 1.2rem; }

	/* 식단 */
	.meal_menu0013 .tit_wrap h2 { padding: 0 1.2rem; }
	.meal_menu0013 .inner { padding: 1.3rem 1.3rem 3.3rem; }
	.meal_menu0013 .inner ul { margin-right: 3.6rem; }
	.meal_menu0013 img { width: 80px; height: auto; }

	/* 갤러리 */
	.gallery0013 .list_box li {width: 50%;}
	.gallery0013 .list_box li:nth-of-type(n+3) {display: none;}
}

@media (max-width: 860px){
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 메인비주얼 */
	.MVisual0013 .control { bottom: 5rem; }

	/* 바로가기1 */
	.M_link0013 li a img { width: 40px; height: auto; }
	.M_link0013 li a span { margin-bottom: 0.5rem; font-size:.85rem; }

	/* 공지사항 */
	.notice0013 .titTab {text-align: left;}
	.notice0013 .titTab ul {max-width: calc(100% - 3rem); text-align: left;}
	.notice0013 .titTab li { font-size: 0.9rem; }
	.notice0013 .titTab li a { padding: 0 0.5rem; }
	.notice0013 .list_box li { width: 48%; }
	.notice0013 .list_box li ~ li { margin-left: 4%; }
	.notice0013 .list_box li:nth-of-type(n+3) {display: none;}
	.notice0013 .btn_more { font-size: 0; right: 1rem; width: 1.15rem; }
	.notice0013 .btn_more::after { display: none; }

	/* 식단 */
	.meal_menu0013 .inner { padding: 1.3rem; }
	.meal_menu0013 .inner ul { height: 5.6rem; }
	.meal_menu0013 .inner .no_data { line-height: 5.6rem;}

	/* 캘린더 */
	.pop_schedule0013 .lst li { width: calc(100% / 2); float: left; }
	.pop_schedule0013 .lst li:nth-child(2) { border-top: none; }

	/* 갤러리 */
	.gallery0013 {height: 16rem;}
	.gallery0013 .tit_wrap {margin-top: 0; width: 100%; height: auto;}
	.gallery0013 .tit_wrap h2 {margin-bottom: 1.5rem; line-height: 2rem;}
	.gallery0013 .list_box {width: 100%; height: calc(100% - 3.5rem);}
	.gallery0013 .btn_more {position: absolute; top: 0; right: 0; width: auto;}
}

@media (max-width: 680px) {
	/* 캘린더 */
	.pop_schedule0013 .lst li { width: 100%; float: none; }
	.pop_schedule0013 .lst li:nth-child(2) { border-top: 1px dashed #cecece; }
}

@media (max-width: 560px) {
	/* 메인비주얼 */
	.MVisual0013 .control { bottom: 2rem; }

	/* 바로가기1 */
	.M_link0013 li { width: calc(100% / 3); display: inline-block; }
	
	/* 팝업존 */
    .pop0013 .pop_img{ height:auto; text-align:center; }
    .pop0013 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 갤러리 */
	.gallery0013 .list_box li {padding: 0; width: 100%;}
	.gallery0013 .list_box li:nth-of-type(n+2) {display: none;}
}

@media (max-width:480px){
	/* 바로가기1 */
	.M_link0013 li a p {width: 3.5rem; height: 3.5rem; line-height: 3.5rem;}

	/* 공지사항 */
	.notice0013 .tabWrap,
	.notice0013 .list_box li p {height: auto;}
	.notice0013 .tabWrap {padding: 0.5rem 0;}
	.notice0013 .list_box li a {padding: 1rem 0;}
	.notice0013 .list_box li p {margin: 0.5rem 0; height: auto;}
	.notice0013 .list_box li { width: 100%; }
	.notice0013 .list_box li ~ li {margin-left: 0; border-top: 1px dashed #ccc;}

	/* 캘린더 */
	.pop_schedule0013 .month {padding: 3rem 0.5rem; width: 5.5rem;}
	.pop_schedule0013 .month .year {width: 3.5rem; height: 3.5rem; line-height: 2.3rem; margin-bottom: 0.7rem;}
	.pop_schedule0013 .month .year::before {bottom: 0.4rem; width: 1.5rem; height: 1.5rem;}
	.pop_schedule0013 .month .day {margin: 0 0.25rem;}
	.pop_schedule0013 .lst {padding-left: 1rem; width: calc(100% - 5.5rem);}
}

@media (max-width:360px){
	/* 공지사항 */
	.notice0013 .titTab li {width: 100%; text-align: center;}
	.notice0013 .titTab li ~ li::before {display: none;} 

	/* 캘린더 */
	.pop_schedule0013 .sche_wrap{ margin-top:0; height: auto;}
	.pop_schedule0013 .month {display: flex; padding: 0.5rem 1rem; width: 100%; align-items: center; justify-content: center;}
	.pop_schedule0013 .month .year {margin-bottom: 0; margin-right: 1rem; line-height: 3.5rem; font-size: 1.1rem;}
	.pop_schedule0013 .month .year::before {display: none;}
	.pop_schedule0013 .lst {margin-top: 0.5rem; padding: 1rem; width: 100%; border: 1px solid #eee; border-radius: 1rem;}

	/* 식단 */
	.meal_menu0013 img { right: 0.5rem; bottom: 0.5rem; width: 70px; }
}