﻿/* heading */
.heading { display:block; max-width:calc(100% - 2.5rem); font-size:.95rem; font-weight:700; overflow:hidden; white-space:nowrap; }

/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; width: 2rem; height: 2rem; line-height: 2rem; border-radius: 50%; font-size: 1.2rem; color: #000; text-align: center; }
.btn_more i {-webkit-transition:all .15s; transition:all .15s; }
.btn_more:hover i{ transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/* 메인비주얼 */
.MVisual0021 { position:relative; height:100%; }
.MVisual0021 #m_visual li{overflow:hidden;}
.MVisual0021 #m_visual li img { position:relative; display:block; width:auto; height:100%; }
.MVisual0021 .bx-wrapper{ height: auto; }
.MVisual0021 .bx-controls { position:absolute; left: 1rem; bottom: 1rem;  }
.MVisual0021 .bx-controls-direction { display: inline-block; }
.MVisual0021 .bx-controls-auto { position: absolute; top: 0; left: 2.1rem; }
.MVisual0021 .bx-controls-direction a ~ a { margin-left: 2.2rem; }
.MVisual0021 .bx-controls-direction a,
.MVisual0021 .bx-controls-auto a { position: relative; display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#233b8b; color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; transition:all .15s; font-size: 0; vertical-align: middle; }
.MVisual0021 .bx-controls-auto a.bx-start { display: none; }
.MVisual0021 .bx-controls-direction a::before,
.MVisual0021 .bx-controls-auto a::before { position: absolute; width:100%; height:100%; top: 0; left: 0; color: #fff; font-family: 'xeicon'; font-size: 0.8rem; }
.MVisual0021 .bx-controls-direction a.bx-prev::before { content: "\e93b";}
.MVisual0021 .bx-controls-direction a.bx-next::before { content: "\e93e";}
.MVisual0021 .bx-controls-auto a.bx-start::before { content: "\ea3e";}
.MVisual0021 .bx-controls-auto a.bx-stop::before { content: "\ea3b";}
.MVisual0021 .bx-pager { display: none; }
.MVisual0021 .bx-controls-direction a:hover,
.MVisual0021 .bx-controls-auto a:hover { background:rgb(17, 50, 30, 0.9); }

.MVisual0021 .slider,
.MVisual0021 .slick-list,
.MVisual0021 .slick-track { height:100%; }
.MVisual0021 .item { overflow:hidden; }
.MVisual0021 .item img { position:relative; display:block; width:auto; height:100%; }
.MVisual0021 .control { position:absolute; left: 1rem; bottom: 1rem; }
.MVisual0021 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:#233b8b; color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; transition:all .15s; }
.MVisual0021 .control > a.play { display:none; }
.MVisual0021 .control > a:hover{ background:rgb(17, 50, 30, 0.9); }

/* 바로가기1 */
.M_link0021 { position:relative; height:100%; background: #fff; border-radius: 1rem 1rem 0 0; }
.M_link0021 ul { padding: 0 2.1rem; }
.M_link0021 li { position: relative; width: 100%; height: 4rem; line-height: 4rem; }
.M_link0021 li ~ li { border-top: 2px dotted #ccc; }
.M_link0021 li:nth-of-type(n + 5) { display:none; }
.M_link0021 li a { position:relative; display: block; height: 100%; }
.M_link0021 li a::before { position: absolute; top: 0; right: 0; font-size: 1.2rem; color: #8a8da0; font-family: 'xeicon'; content: "\e90b"; }
.M_link0021 li a p { display:inline-block; width:2.5rem; height:2.25rem; line-height: 2.25rem; vertical-align:middle; }
.M_link0021 li a img { max-width: 100%; max-height: 100%; vertical-align:middle; }
.M_link0021 li a span { display:inline-block; width:calc(100% - 4.5rem); line-height: 1.4; max-height:2.1rem; padding-left:2rem; vertical-align:middle; color:#222; font-size:.8rem; font-weight:600; letter-spacing:-.1rem; overflow:hidden; }
/* 바로가기 : active */
.M_link0021 li a:hover span{ color: #3546a5;}
.M_link0021 li a:hover::before{ color: #41466b;}
.M_link0021 li a:hover img{ transform: rotateY(180deg); -webkit-transform: rotateY(180deg); -ms-transform: rotateY(180deg); }
.M_link0021 li a::before,
.M_link0021 li a span,
.M_link0021 li a img {-webkit-transition:all .15s; transition:all .15s; }


/* 갤러리 */
.gallery0021 { position:relative; height:100%; background: #fff0c2; border-radius: 1rem 1rem 0 0; overflow: hidden; }
.gallery0021 .tit_box { background: #ffe082; padding: 0 1.5rem; }
.gallery0021 .tit_box h2 { line-height: 3rem; color: #002222;}
.gallery0021 .list_box { padding: 1rem 1.5rem; height: auto; overflow: hidden; }
.gallery0021 .list_box li { width:48%; float:left; }
.gallery0021 .list_box li ~ li { margin-left: 4%; }
.gallery0021 .list_box li:nth-of-type(n + 3) { display:none; }
.gallery0021 .list_box li a { position:relative; display:block; }
.gallery0021 .list_box li a .img { width:100%; height:7.5rem; background:rgba(0,0,0,.1); border-radius: 1rem; overflow: hidden; }
.gallery0021 .list_box li a .img img  { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .15s; transition:all .15s; }
.gallery0021 .list_box li a .cont p { overflow:hidden; text-overflow:ellipsis; white-space:nowrap; color:#000; font-size:.8rem; font-weight:600; margin: 0.8rem 0 0.4rem;}
.gallery0021 .list_box li a .cont span { display:block; font-size: 0.75rem; color:#666; }
.gallery0021 .btn_more { background: #fff; top: 0.5rem; right: 1.5rem; }
/* 갤러리 : 데이터 없음 */
.gallery0021 .list_box li.no_data { width:100%; line-height: 11rem; text-align: center; background: rgba(0, 0, 0, 0.1); border-radius: 1rem; }
/* 갤러리 : active */
.gallery0021 .list_box li a:hover .img img{ -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }
.gallery0021 .list_box li a:hover .cont p{ text-decoration: underline; }

/* 팝업존 */
.pop0021 { position:relative; width:100%; height:100%; border-bottom-left-radius:1rem; overflow:hidden;}
.pop0021 .nss_pg { position:absolute; bottom:0; right:0; z-index: 2; background: rgba(0, 0, 0, 0.6); border-radius: 1rem 0 0 0; line-height: 2rem; padding: 0 0.8rem 0 1.2rem; }
.pop0021 .nss_pg p { position:relative; display:inline-block; margin-right:.8rem; vertical-align:middle; font-size:.8rem;  color:#fff; font-weight:600; }
.pop0021 .nss_pg p strong { position:relative; padding-right: 0.8rem; font-weight: 600; }
.pop0021 .nss_pg p strong:after { content:""; position:absolute; top:50%; left:.75rem; width: 4px; height: 4px; border-radius: 50%; background:#fff; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
.pop0021 .nss_pg a { display:inline-block; color: #fff; font-size:.9rem; vertical-align:middle; -webkit-transition:all .15s; transition:all .15s; }
.pop0021 .nss_pg .play { display:none; }
.pop0021 .pop_img { position:relative; width:100%; height:11.25rem; border-radius: 0 0 0 1rem; z-index:1; overflow:hidden; background:rgba(0,0,0,.1); }
.pop0021 .pop_img li { display: none; text-align: center; height: 100%; }
.pop0021 .pop_img li a { position:relative; display: flex; justify-content: center; align-items: center; height:100%; font-size: 0; }
.pop0021 .pop_img li img { max-width:100%; max-height:100%;}
.pop0021 .pop_img li.on{display:block;}
/* 팝업존 : active */
.pop0021 .nss_pg a:hover { color:#13afa9; }
/* 팝업리스트 레이어 추가 */
.pop0021 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index:2; }
.pop0021 .pop_layer_box .pop_layer{position:relative; height:100%; padding:1rem; }
.pop0021 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff; }
.pop0021 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:calc(100% - 2rem); line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto; }
.pop0021 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff; }
.pop0021 .pop_layer_box .pop_layer ul li a:hover{text-decoration:underline; }
.pop0021 .pop_layer_box .pop_layer a.pop_close{position:absolute; top:0.75rem; right:1.25rem; display:block; padding:0.25rem 0.5rem; color:#fff; background:#576c85; border-radius:5px; }


/* 캘린더 */
.pop_schedule0021 { position:relative; height:100%; background: #3546a5; border-radius: 0 0 1rem 0; padding: 1.4rem 1.7rem; }
.pop_schedule0021 .tit_box { position: relative; display: inline-block; width: 6.5rem; height: 6.5rem; line-height: 6.5rem; border-radius: 50%; background: #1a2879; text-align: center; padding-top: 0.7rem; margin-top: 0.7rem; vertical-align: top; }
.pop_schedule0021 .tit_box::before { position: absolute; top: -0.4rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); background: url('/images/template/40177/main/0021_sche_img.png') no-repeat center / cover; width: 2.95rem; height: 3.2rem; content: ""; }
.pop_schedule0021 .tit_box h2 { color: #fff; max-width: 100%; padding: 0 0.5rem;}
.pop_schedule0021 .tit_box h2 span { display: block; overflow:hidden; white-space:nowrap; }
.pop_schedule0021 .sche_wrap{ display: inline-block; width: calc(100% - 6.8rem); padding-left: 2.5rem; line-height:2rem; text-align:center; vertical-align: top; }
.pop_schedule0021 .month { position:relative; font-size:0.9rem; line-height:2.1rem; margin-bottom: 0.4rem; background: #fff; border-radius: 1.5rem; color: #333; }
.pop_schedule0021 .month > *{ position:relative; display:inline-block;}
.pop_schedule0021 .month span { margin:0 .25rem; font-weight: 300;}
.pop_schedule0021 .month a{position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); font-size: 1.2rem; transition: all 0.3s; -webkit-transition: all 0.3s;}
.pop_schedule0021 .month a.prev{left: 1.2rem;}
.pop_schedule0021 .month a.next{right: 1.2rem;}
.pop_schedule0021 .month span em{font-weight: 600; color: #7d8bf9; font-size: 1rem;}
.pop_schedule0021 .lst { position:relative; z-index:1; }
.pop_schedule0021 .lst ul { overflow-y:auto; height:6.4rem;}
.pop_schedule0021 .lst li { position: relative; }
.pop_schedule0021 .lst li a { position:relative; padding-left:4.4rem; display:block; line-height:1.6rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align: left; color: #fff;}
.pop_schedule0021 .lst li a::before { position: absolute; top: 0.6rem; left: 0; width: 5px; height: 5px; border-radius: 50%; background: #fff; content: ""; }
.pop_schedule0021 .lst li a span{ position:absolute; left:0.75rem; top:0; color: #fff; font-weight: 600;}
.pop_schedule0021 .lst li a em {position: relative; }
.pop_schedule0021 .lst li a em::before {position: absolute; top: 0.55rem; left: -1.1rem; width: .7rem; height: 1px; background: #fff; content: ""; }
.pop_schedule0021 .lst .no_data { line-height: 6.4rem; text-align:center; color: #fff; }
.pop_schedule0021 .btn_more{background: #fff; color: #3546a5; top: auto; bottom: -1.05rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
/** 캘린더 : active **/
.pop_schedule0021 .lst li a:hover{text-decoration: underline;}
.pop_schedule0021 .month a.prev:hover{left: 1rem;}
.pop_schedule0021 .month a.next:hover{right: 1rem;}

/* 게시판 */
.notice0021 { position:relative; height:100%; }
.notice0021 .titTab { margin-right:3.5rem; }
.notice0021 .titTab ul { margin:0 -.5rem; }
.notice0021 .titTab li { position:relative; display:inline-block; max-width:calc(33.333% - .15rem); vertical-align:top; }
.notice0021 .titTab li ~ li { padding-left: 1.5rem; }
.notice0021 .titTab li ~ li::before { position: absolute; top: 0.6rem; left: 0.55rem; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #ccc; content: ""; }
.notice0021 .titTab a { display:block; font-size:.95rem; font-weight:400; text-align:center; color:#666; line-height: 1.5rem; padding: 0 0.4rem;}
.notice0021 .titTab a:before { content:""; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); width: 0; height: 0.8rem; background: rgba(110, 255, 253, 0.2); border-radius: 1rem; }
.notice0021 .titTab a span { position: relative; display:block; width:100%; margin:auto; overflow:hidden; white-space:nowrap; }
.notice0021 .topList { position:relative; display:block; background:#f3f3f3; border-radius: 1.5rem; margin-bottom: 1rem;}
.notice0021 .topList dl { padding:1.4rem 1.2rem 1.5rem 6.6rem; }
.notice0021 .topList dt { position:relative; font-size:.9rem; color:#000; font-weight:600; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0021 .topList dd > p { height: 1.15rem; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 0.8rem; color: #666; margin-top: 0.25rem;}
.notice0021 .topList dd .date { position: absolute; width: 4rem; height: 4rem; border-radius: 50%; background: #13afa9; top: 0.8rem; left: 1.5rem; color: #fff; text-align: center; padding-top: 0.65rem;}
.notice0021 .topList dd .date em{display: block; font-size: 1.05rem; color: #ffebae; font-weight: 700;}
.notice0021 .list_box { display:none; margin-top:1rem; }
.notice0021 .list_box li {position: relative; width: 100%;}
.notice0021 .list_box li:nth-of-type(n + 4) { display:none; }
.notice0021 .list_box li a { position:relative; display:block; line-height: 1.6rem; padding: 0 4.5rem 0 0.7rem;}
.notice0021 .list_box li a::before {position: absolute; top: 0.6rem; left: 0; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #13afa9; content: ""; }
.notice0021 .list_box li p { width:100%; overflow:hidden; font-size:.8rem; color:#222; text-overflow:ellipsis; white-space:nowrap; }
.notice0021 .list_box li span { position: absolute;top: 0; right: 0; color:#666; font-size:.75rem; }
.notice0021 .btn_more { top: -0.2rem; background: #f6f6f6; }
/* 게시판 : 새글 */
.notice0021 .topList dl.new dt:before { content:"NEW"; display:inline-block; margin-right:.25rem; color:#13afa9; font-weight:600; font-size:.8rem; }
.notice0021 .list_box li a.new { padding: 0 4.5rem 0 1.7rem;}
.notice0021 .list_box li a.new:after { content:"N"; position:absolute; top:0.2rem; left:0; width:1.2rem; height:1.2rem; line-height:1.2rem; background:#13afa9; color:#fff; font-size:.7rem; border-radius:50%; font-weight:700; text-align:center; }
/* 게시판 : 데이터 없음 */
.notice0021 .list_box .no_data { text-align: center; line-height: 11.2rem; background:#f3f3f3; border-radius: 1rem; }
/* 게시판 : active */
.notice0021 a {-webkit-transition:all .15s; transition:all .15s; }
.notice0021 .titTab a:hover,
.notice0021 .titTab a.current { font-weight:700; color:#000; }
.notice0021 .titTab a.current:before { width: 100%; }
.notice0021 .topList:hover dd,
.notice0021 .list_box li a:hover{text-decoration: underline;}
.notice0021 .list_box.on { display:block; }

/* 식단 */
.meal_menu0021 { position:relative; height:100%; padding-left: 9.9rem; }
.meal_menu0021 .tit_box { position: absolute; top: 0; left: 0; width: 9.9rem; background: #3546a5; border-radius: 1rem 1rem 0 1rem; text-align: center; line-height: 3.9rem; }
.meal_menu0021 .tit_box h2 { color: #fff; max-width: 100%; padding: 0 0.5rem;}
.meal_menu0021 .tit_box h2 span { display: block; overflow:hidden; white-space:nowrap; }
.meal_menu0021 .inner { position:relative; height:100%; padding:0.8rem 1.5rem 0.8rem; background:#f3f3f3; border-radius:1rem 1rem 1rem 0; overflow:hidden; }
.meal_menu0021 .inner ul { position:relative; height:2rem; overflow-y:auto; z-index:1; margin-right: 5rem; }
.meal_menu0021 .inner li + li { margin-top:0.5rem; }
.meal_menu0021 .inner li { width: 100%; }
.meal_menu0021 .inner dl { position:relative; vertical-align:middle; font-size:.8rem; line-height:1.4; }
.meal_menu0021 .inner dt { position: relative; display: inline-block; color: #222; font-size:.9rem; font-weight:700; line-height: 2rem; vertical-align: top; }
.meal_menu0021 .inner dt::before { position: absolute; top: 0.3rem; right: -0.8rem; width: 1.4rem; height: 1.4rem; border-radius: 50%; background: rgba(53, 70, 165, 0.15); content: "";}
.meal_menu0021 .inner dt em { color:#3546a5; }
.meal_menu0021 .inner dd { position: relative; width: calc(100% - 7rem); display: inline-block; padding-left: 3.2rem; font-size:.75rem; word-break:keep-all; text-align:left; }
.meal_menu0021 .inner dd::before { position: absolute; top: 1rem; left: 1.2rem; width: 1.25rem; height: 5px; background: url('/images/template/40177/main/0021_meal_dot.png') no-repeat center / contain; content: ""; }
.meal_menu0021 .btn_more { top: 1rem; right: 1.5rem; background: #fff; color: #222;}
/* 식단 : 데이터 없음 */
.meal_menu0021 .inner li.no_data { text-align:center; line-height:2rem; }

/* 배너존 */
.banner_zone { line-height:1; border-top:1px solid #d1d8e4; }
.banner_zone .container { position:relative; height:4rem; overflow:hidden; }
.banner_zone h2 { float:left; display:inline-block; margin-top:1.5rem; width:4rem; font-size:.75rem; font-weight:400; color:#000; font-weight:600; }
.banner_zone .btn { float:left; margin-top:1.35rem; width:6rem; overflow:hidden; }
.banner_zone .btn a { float:left; width:1.4rem; height:1.4rem; line-height:1.4rem; overflow:hidden; border:1px solid #c5c5c5; border-right:none; text-align:center; color:#6f6f6f; }
.banner_zone .btn a:last-child { border-right:1px solid #c5c5c5; }
.banner_zone ul { float:left; display:inline-block; padding-top:0.75rem; width:calc(100% - 10rem) !important; overflow:hidden; }
.banner_zone ul li { float:left; display:inline-block; margin-bottom:0.75rem; padding:0 0.25rem; width:20%; }
.banner_zone ul li a { display:block; height:2.5rem; line-height:2.3rem; text-align:center; border:1px solid #c8d1db; overflow:hidden; }
.banner_zone ul li a img { max-width:100%; max-height:100%; vertical-align:middle; }
/* 배너 리스트 */
.bannerWrap { max-width:450px; width:90%; border:1px solid #c5c5c5; background:#fff; position:absolute; left:0; top:0; z-index:3; }
.bannerWrap .inner { position:relative; width:100%; }
.bannerWrap .inner > h1 { background:#00b070; padding-left:20px; height:41px; line-height:41px; overflow:hidden; color:#fff; font-family:'NotoSans'; font-size:17px; }
.bannerWrap .inner .btnClose { position:absolute; right:0; top:0; width:41px; height:41px; color:#fff; }
.bannerList { padding:1rem; }
.bannerList ul { overflow-y:auto; }
.bannerList ul li { float:left; width:48%; margin:1%;  }
.bannerList ul li a { display:block; font-size:0; border:1px solid #c8d1db; }
.bannerList ul li img { width:100%; height:100%}


@media (max-width:1400px){
	/* 바로가기 */
	.M_link0021 ul { padding: 0 1.5rem; }
	.M_link0021 li a span { padding-left: 1rem; }

	/* 캘린더 */
	.pop_schedule0021 { padding: 1.4rem; }
	.pop_schedule0021 .sche_wrap { padding-left: 1.5rem; }
}

@media (max-width:1280px){
	/* 갤러리 */
	.gallery0021 .list_box li { width: 100%; }
	.gallery0021 .list_box li:nth-of-type(n + 2) { display:none; }

	/* 캘린더 */
	.pop_schedule0021 { padding: 1rem 1.4rem; }
	.pop_schedule0021 .tit_box { width: 100%; height: auto; line-height: 1.2; display: block; background: none; border-radius: 0; padding-top: 0; margin-top: 0; text-align: left;}
	.pop_schedule0021 .tit_box::before { display: none; }
	.pop_schedule0021 .tit_box h2 { padding: 0; max-width: calc(100% - 3rem);}
	.pop_schedule0021 .sche_wrap { width: 100%; padding-left: 0; margin-top: 1rem;}
	.pop_schedule0021 .lst ul { height: 4.8rem;}
	.pop_schedule0021 .btn_more { bottom: auto ; top: -0.4rem; left: auto; right: 0; transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); }
	.pop_schedule0021 .lst .no_data { line-height: 4.8rem; }

}

@media (max-width: 1100px) {
	/* 메인비주얼 */
	.MVisual0021 #m_visual li img { width: 100%; height: auto; }
}

@media (max-width:1024px) {

	/* 배너존 */
	.banner_zone h2 { position:absolute; top:0; left:0; margin:-1px; padding:0; width:1px; height:1px; border:0; clip:rect(0, 0, 0, 0); overflow:hidden; }
	.banner_zone .btn { position:absolute; top:50%; left:0; margin-top:0; transform:translateY(-50%); -webkit-transform:translateY(-50%); }
	.banner_zone ul { margin-left:6rem; width:calc(100% - 6rem); }
}

@media (max-width:940px){
	/* 메인비주얼 */
	.MVisual0021 #m_visual li img {width: 50%; height: auto; margin: auto; }

	/* 갤러리 */
	.gallery0021 .list_box li { width: 48%; }
	.gallery0021 .list_box li:nth-of-type(n + 2) { display:block; }
}

@media (max-width:860px) {

	/* 배너존 */
	.banner_zone h2 { display:none; }
	.banner_zone .bnWrap { width:calc(100% - 6rem); padding-left:0.75rem; }
}

@media (max-width:800px) {
	/* 배너존 */
	.banner_zone ul li { width:25%; }
}

@media (max-width:768px) {
	/* heading */
	.heading { font-size: 0.9rem; }

	/* btn_more */
	.btn_more { width: 1.5rem; height: 1.5rem; line-height: 1.5rem; font-size: 1rem; }

	/* 메인비주얼 */
	.MVisual0021 .bx-controls { left: 0.5rem; bottom: 0;}
	.MVisual0021 .bx-controls-auto { left: 1.6rem;}
	.MVisual0021 .bx-controls-direction a,
	.MVisual0021 .bx-controls-auto a { width:1.5rem; height:1.5rem; line-height:1.5rem; }
	.MVisual0021 .bx-controls-direction a ~ a { margin-left: 1.7rem; }

	/* 갤러리 */
	.gallery0021 .list_box li { width: 100%; }
	.gallery0021 .list_box li:nth-of-type(n + 2) { display:none; }
	.gallery0021 .btn_more { top: 0.8rem; }

	/* 캘린더 */
	.pop_schedule0021 .btn_more { top: 0; }

	/* 공지사항 */
	.notice0021 .titTab li ~ li { padding-left: 0.2rem; }
	.notice0021 .titTab li ~ li::before { left: 0; }
	.notice0021 .titTab a { font-size: 0.9rem; }
	.notice0021 .topList dl { padding: 1.4rem 1.2rem 1.5rem 5.6rem; }
	.notice0021 .topList dd .date  { left: 1rem; }
	.notice0021 .btn_more { top: 0; }

	/* 식단 */
	.meal_menu0021 { padding-left: 0; }
	.meal_menu0021 .tit_box { position: relative; top: auto; left: auto; width: 100%; line-height: 2.5rem; padding: 0 1rem; }
	.meal_menu0021 .tit_box h2 { padding: 0; width: calc(100% - 2.5rem); }
	.meal_menu0021 .inner { border-radius: 1rem 0 1rem 1rem; }
	.meal_menu0021 .inner ul { margin-right: 0; }
	.meal_menu0021 .btn_more { top: 0.5rem; right: 1rem; }
}

@media (max-width:600px) {
	/* 바로가기 */
	.M_link0021 ul { padding: 0; }
	.M_link0021 li { width: 50%; float: left; padding-right: 1rem;}
	.M_link0021 li:nth-child(2) { border-top: none; }
	.M_link0021 li::before {right: 1rem; }

	/* 갤러리 */
	.gallery0021 .tit_box { padding: 0 1rem; }
	.gallery0021 .list_box { padding: 1rem; }
	.gallery0021 .list_box li { width: 48%; }
	.gallery0021 .list_box li:nth-of-type(n + 2) { display:block; }

	/* 팝업존 */
	.pop0021 .pop_img { height: auto; }
	.pop0021 .pop_img li img { max-height: 15rem; }

	/* 캘린더 */
	.pop_schedule0021 { border-radius: 1rem; padding: 1rem; }

	/* 식단 */
	.meal_menu0021 .inner dd { width: 100%; padding-left: 0; margin-top: 0.5rem; }
	.meal_menu0021 .inner dd::before { display: none; }
	.meal_menu0021 .inner ul { height: 4.7rem; }
	.meal_menu0021 .inner li.no_data { line-height: 4.7rem; }

	/* 배너존 */
	.banner_zone ul li { width:50%; }
}

@media (max-width:430px) {
	/* 공지사항 */
	.notice0021 .titTab li { max-width: 100%; }

	/* 갤러리 */
	.gallery0021 .list_box li { width: 100%; }
	.gallery0021 .list_box li:nth-of-type(n + 2) { display:none; }

}

@media (max-width:380px) {
	/* 메인비주얼 */
	.MVisual0021 .item img {width: 100%; }

	/* 바로가기 */
	.M_link0021 li {width: 100%; padding-right: 0; }
	.M_link0021 li::before {right: 0; }
	.M_link0021 li:nth-child(2) { border-top: 2px dotted #ccc; }

	/* 공지사항 */
	.notice0021 .titTab a { font-size: 0.85rem; }

	/* 배너존 */
	.banner_zone ul li { width:100%; }

}

