﻿@charset "utf-8";
/*imgcut*/
div[class*="gallery"] .img { position: relative; }
div[class*="gallery"] .img > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; }
div[class*="gallery"] a { display: block; }

/* 알림장 */
.ann_tablet{display: none; z-index: 2;}

/*전광판*/
.dis_board3002 { width:100%; height:3rem; }
.dis_board3002 .dis_board_box { overflow: hidden; height:100%; background:#ed727c; border-radius:30px; font-weight:400; color:#fff; }
.dis_board3002 h2 {float: left; overflow:hidden; display: block; position: relative; padding: 0 1rem; width: 8rem; height: 100%; border-radius:inherit; background:#cb3a46; line-height: 3rem; font-size: 1rem; font-weight:400; white-space: nowrap; text-align:center; }
.dis_board3002 ul {float: left; padding-left: 1.5rem; width: calc(100% - 19rem); height: 100%;}
.dis_board3002 ul li { height:100%; }
.dis_board3002 ul li a {display: block; height: 100%; line-height: 3rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; font-weight:200; }
.dis_board3002 ul li a:hover,
.dis_board3002 ul li a:focus { text-decoration:underline; }
.dis_board3002 .nss_pg {position: absolute; top: 0.6rem; right: 2rem; }
.dis_board3002 .nss_pg a {float: left; display: block; width: 1.85rem; height: 1.85rem; color: transparent; background: no-repeat center; background-size:100%; overflow: hidden;}
.dis_board3002 .nss_pg a + a { margin-left: 0.2rem;  }
.dis_board3002 .nss_pg a.prev {background-image: url('/00_common/images/T3002_main/3002_btn_prev_board.png');}
.dis_board3002 .nss_pg a.stop {background-image: url('/00_common/images/T3002_main/3002_btn_stop_board.png');}
.dis_board3002 .nss_pg a.next {background-image: url('/00_common/images/T3002_main/3002_btn_next_board.png');}
.dis_board3002 .nss_pg a.play {background-image: url('/00_common/images/T3002_main/3002_btn_play_board.png');}

/* 메인비주얼 */
.MVisual3002 { position:relative; height: 100%; }
.MVisual3002 .bx-wrapper { height:100%; }
.MVisual3002 .bx-viewport,
.MVisual3002 ul,
.MVisual3002 li { height:24.45rem; }
.MVisual3002 li { overflow:hidden; }
.MVisual3002 img { position:relative; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:auto; height:100%; margin-left:70px; }
.MVisual3002 .bx-controls {position: absolute; left: 50%; bottom: 70px; height: 1.3rem; margin-left:-600px; }
.MVisual3002 .bx-controls-direction {display: none;}
.MVisual3002 .bx-controls a {display: inline-block; margin: 0 3px; color: transparent; overflow: hidden; vertical-align: middle;}
.MVisual3002 .bx-controls-auto { font-size:0; vertical-align: middle; }  
.MVisual3002 .bx-controls-auto,
.MVisual3002 .bx-pager,
.MVisual3002 .bx-pager-item {display: inline-block;}
.MVisual3002 .bx-controls-auto a {width: 1.3rem; height: 1.3rem; background: no-repeat center / 100%;}
.MVisual3002 .bx-controls-auto a.bx-start {display: none; background-image: url('/00_common/images/con_com/btn_play.png');}
.MVisual3002 .bx-controls-auto a.bx-stop {display: inline-block; background-image: url('/00_common/images/con_com/btn_stop.png');}
.MVisual3002 .bx-pager { height: 0.8rem; }
.MVisual3002 .bx-pager-item { height: 100%; }
.MVisual3002 .bx-pager a {width: 0.8rem; height: 100%; border: 1px solid #1e665b; border-radius: 50%;} /* 비주얼 버튼 색상 */
.MVisual3002 .bx-pager a.active {background-color: #1e665b;}/* 비주얼 버튼 색상 */

/* 갤러리 */
.gallery3002 { position:relative; height:100%; }
.gallery3002 h2 { overflow:hidden; white-space:nowrap; margin-right:3rem; margin-bottom:0.75rem; font-weight:400; font-size:1.1rem; color:#000; }
.gallery3002 .list_box li a { display:block; position:relative; overflow:hidden; height:24rem; border-radius:30px; background:#eaeaea; }
.gallery3002 .list_box .img { height:100%; }
.gallery3002 .list_box .img img { position:relative; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); width:auto; height:100%; }
.gallery3002 .list_box .img img,
.gallery3002 .btn_more,
.gallery3002 .list_box li a > div:before { -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.gallery3002 .list_box li a:hover .img img,
.gallery3002 .list_box li a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }
.gallery3002 .list_box li a > div { position:absolute; bottom:0; left:0; z-index:1; width:100%; height:4.9rem; padding:0.7rem 1.5rem; background:#0083a2; color:#fff; }
.gallery3002 .list_box li a > div:before { content:""; display:block; position:absolute; top:0; left:0; bottom:0; right:0; z-index:-1; }
.gallery3002 .list_box li a:hover > div:before,
.gallery3002 .list_box li a:focus > div:before { background:rgba(0, 0, 0, 0.4); }
.gallery3002 .list_box li a p { overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.95rem; font-weight:100; line-height:2; }
.gallery3002 .list_box li a span { font-size:0.8rem; font-weight:100; }
.gallery3002 .list_box li a span:before { content:url('/00_common/images/T3002_main/3002_date_gallery.png'); margin-right:0.5rem; vertical-align:middle; }
.gallery3002 .btn_more { display:inline-block; overflow:hidden; position:absolute; top:0; right:0; width:1.75rem; height:1.75rem; border-radius:10px; background:#fff url('/00_common/images/T3002_main/3002_btn_more_gallery.png') no-repeat center; color:transparent; }
.gallery3002 .btn_more:hover,
.gallery3002 .btn_more:focus { background-color:#70d0e4; }
.gallery3002 .list_box .NoData {display:table; width:100%; height:24rem; text-align:center; background:#f3f3f3;}
.gallery3002 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 게시판 */
.notice3002 { position:relative; height:100%; font-size:0; }
.notice3002:after { content:""; display:block; clear:both; }
.notice3002:before { content:""; display:block; position:absolute; top:2.2rem; left:0; width:100%; height:1px; background:#000; }
.notice3002 h2 { display:inline-block; max-width:30%; vertical-align:middle; }
.notice3002 h2 ~ h2 { margin-left:1.25rem; }
.notice3002 h2 a { display:block; overflow:hidden; padding-bottom:0.5rem; white-space:nowrap; font-weight:200; font-size:1rem; color:#555; text-align:center; }
.notice3002 .list_box { display:none; position:absolute; top:2.5rem; left:0; width:100%; height:calc(100% - 2.5rem); }
.notice3002 .list_box li { position:relative; padding-left:0.6rem; line-height:2.25rem; }
.notice3002 .list_box li + li { border-top:1px dotted #afafaf; }
.notice3002 .list_box li:before { content:""; display:block; position:absolute; top:1.2rem; left:0; width:3px; height:3px; background:#000; border-radius:50%; }
.notice3002 .list_box li:last-child { border-bottom:1px solid #000; }
.notice3002 .list_box li a {display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-right:4.5rem; font-size:0.8rem; color:#333; }
.notice3002 .list_box li.new a {padding-left:1.3rem;}
.notice3002 .list_box li.new a:before{content:'N'; position:absolute; top:50%; left:.35rem; display:block; width:1.25rem; height:1.25rem; margin-top:-.625rem; line-height:1.25rem; color:#fff; font-size:0.7rem; text-align:center; border-radius:50%; background:#00b5cb; margin-right:0.5rem;}
.notice3002 .list_box li a:hover,
.notice3002 .list_box li a:focus { text-decoration:underline; }
.notice3002 .list_box li a span { position:absolute; top:0; right:0; font-size:0.7rem; color:#555; letter-spacing:-0.01rem; }
.notice3002 .btn_more { display:inline-block; overflow:hidden; position:absolute; top:-2.5rem; right:0; width:1.75rem; height:1.75rem; border-radius:10px; background:#fff url('/00_common/images/T3002_main/3002_btn_more_gallery.png') no-repeat center; color:transparent; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.notice3002 .btn_more:hover,
.notice3002 .btn_more:focus { background-color:#70d0e4; }
/* on */
.notice3002 h2 a:not(.current):hover,
.notice3002 h2 a:not(.current):focus { text-decoration:underline; }
.notice3002 h2 a.current { border-bottom:3px solid #000; font-weight:400; font-size:1.05rem; color:#000; }
.notice3002 .list_box.on { display: block; }
.notice3002 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3002 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 팝업존 */
.pop3002 { overflow:hidden; position:relative; z-index:1; height:100%; padding:1rem; background:#58c5df; border-radius:30px; }
.pop3002:before,
.pop3002:after { content:""; display:block; position:absolute; z-index:-1; background-repeat:no-repeat; background-size:100%; }
.pop3002:before { top:-1.5rem; left:-10.85rem; width:20.5rem; height:20.5rem; background-image:url('/00_common/images/T3002_main/3002_bg_pop.png'); }
.pop3002:after { top:6.15rem; left:1rem; width:8.85rem; height:1.25rem; background-image:url('/00_common/images/T3002_main/3002_bg02_pop.png'); }
.pop3002 .left_wrap {margin-right:18rem;}
.pop3002 h2 { overflow:hidden; white-space:nowrap; margin-bottom:0.5rem; font-weight:200; font-size:1.1rem; color:#fff; }
.pop3002 .nss_pg { height: 1.35rem; line-height:0; font-size:0;}
.pop3002 span { display:block; line-height:2; color:#fff; letter-spacing:1px; font-size: 0.8rem;  }
.pop3002 span em {font-weight:200;}
.pop3002 span .now { font-size:1.2rem; }
.pop3002 .nss_pg a {display: inline-block; overflow: hidden; width:1.35rem; height: 100%; color: transparent; background-repeat: no-repeat; background-position: center; background-size:100%;}
.pop3002 .nss_pg a + a { margin-left:0.1rem; }
.pop3002 .nss_pg .prev {background-image: url('/00_common/images/T3002_main/3002_btn_prev_pop.png');}
.pop3002 .nss_pg .stop {background-image: url('/00_common/images/T3002_main/3002_btn_stop_pop.png');}
.pop3002 .nss_pg .play {display:none; background-image: url('/00_common/images/T3002_main/3002_btn_play_pop.png');}
.pop3002 .nss_pg .next {background-image: url('/00_common/images/T3002_main/3002_btn_next_pop.png');}
.pop3002 .nss_pg .list {background-image: url('/00_common/images/T3002_main/3002_btn_list_pop.png');}
.pop3002 .bx-wrapper {position:absolute; right:1rem; top:1rem; overflow: hidden; width:17.5rem; max-width:17.5rem; height: 11.3rem; }
.pop3002 .pop_img li { height:100%;}
.pop3002 .pop_img li a { display: block; height:11.3rem; }
.pop3002 .pop_img li img  {position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%);  max-width: 100%; max-height:100%; vertical-align:middle; overflow:hidden;}
/* 팝업리스트 레이어 추가 */
.pop3002 .pop_layer_box {position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; background: #394b61;}
.pop3002 .pop_layer_box .pop_layer {position: relative; padding: 1rem;}
.pop3002 .pop_layer_box .pop_layer h3 {font-size: 0.9rem; color: #fff;}
.pop3002 .pop_layer_box .pop_layer ul {margin-top: 0.75rem; padding: 1rem 2rem; height: 8.9rem; line-height: 1.1rem; text-align: left; background: #576c85; overflow-y: auto;}
.pop3002 .pop_layer_box .pop_layer ul li {list-style-type: disc; color: #fff;}
.pop3002 .pop_layer_box .pop_layer ul li a:hover,
.pop3002 .pop_layer_box .pop_layer ul li a:focus { text-decoration:underline; }
.pop3002 .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;}

/* 식단 */
.meal_menu3002 { position:relative; z-index:1; height:100%; padding:1.3rem 1.5rem; background:#ed727c; border-radius:30px; color:#fff; }
.meal_menu3002 h2 { overflow:hidden; white-space:nowrap; margin-right:12rem; font-size:1.1rem; font-weight:200; }
.meal_menu3002 ul { overflow-y:auto; height:5rem; margin-top:0.75rem; padding-right:12rem; }
.meal_menu3002 li + li { margin-top:1rem; }
.meal_menu3002 dt { width:8.75rem; height:1.8rem; margin-bottom:0.55rem; background:#d04550; border-radius:30px; text-align:center; font-size:0.85rem; line-height:1.8rem; }
.meal_menu3002 dd { font-size:0.8rem; line-height:1.6; word-break:keep-all; }
.meal_menu3002 img { position:absolute; bottom:0.6rem; right:3.05rem; z-index:-1; width:195px; height:167px; }
.meal_menu3002 .btn_more { display:inline-block; overflow:hidden; position:absolute; top:1.3rem; right:1.3rem; width:1.75rem; height:1.75rem; border-radius:10px; background:url('/00_common/images/T3002_main/3002_btn_more_meal.png') no-repeat center; color:transparent; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.meal_menu3002 .btn_more:hover,
.meal_menu3002 .btn_more:focus { background-color:#a73943; }

/* 바로가기1 */
.M_link3002 { position:relative; height:100%; }
.M_link3002 ul { overflow:hidden; }
.M_link3002 li { float:left; width:25%; }
.M_link3002 li a { display:block; position:relative; z-index:1; width:7rem; height:7rem; margin:0 auto; background:#ffb600; border-radius:50%; text-align:center; }
.M_link3002 li a:before { content:""; display:block; position:absolute; top:0; left:0; bottom:0; right:0; z-index:-1; border-radius:inherit; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.M_link3002 li a:hover:before,
.M_link3002 li a:focus:before { background:rgba(0, 0, 0, 0.3); }
.M_link3002 li:nth-child(2) a { background:#10c4ef; }
.M_link3002 li:nth-child(3) a { background:#58c461; }
.M_link3002 li:nth-child(4) a { background:#ce85e9; }
.M_link3002 li a img { width:61px; height:54px; margin-top:1.3rem; margin-bottom:0.1rem; }
.M_link3002 li a p { overflow:hidden; max-height:2.2rem; padding:0 0.9rem; color:#fff; font-weight:200; font-size:0.8rem; line-height:1.4; word-break:keep-all; }

/* 캘린더 */
.pop_schedule3002 { position:relative; height:100%; }
.pop_schedule3002 h2 { overflow:hidden; white-space:nowrap; margin-right:4rem; font-weight:400; font-size:1.1rem; color:#000; }
.pop_schedule3002 .month { margin-bottom:0.75rem; border-bottom:1px solid #000; background:url('/00_common/images/T3002_main/3002_bg_sche.png') no-repeat right bottom; line-height:2; font-size:1.2rem; font-weight:100; color:#333; text-align:center; }
.pop_schedule3002 .month a { display:inline-block; overflow:hidden; position:absolute; top:50%; transform:translateY(-50%); width:2.5rem; height:2.5rem; background-repeat:no-repeat; background-position:center; background-size:100%; color:transparent; }
.pop_schedule3002 .month .prev { left:-1.25rem; background-image:url('/00_common/images/T3002_main/3002_sche_prev.png'); }
.pop_schedule3002 .month .next { right:-1.25rem; background-image:url('/00_common/images/T3002_main/3002_sche_next.png'); }
.pop_schedule3002 .month em { position:relative; z-index:1; font-size:1.4rem; font-weight:200; }
.pop_schedule3002 .month em:before { content:""; display:block; position:absolute; top:0.05rem; right:-0.7rem; z-index:-1; width:1.45rem; height:1.45rem; background:#d9f1f7; border-radius:50%; }
.pop_schedule3002 .inner { position:relative; height:15.95rem; margin-top:1rem; padding:1rem 2.5rem; background:#fff; border-radius:30px; }
.pop_schedule3002 .lst_schedule { overflow-y:auto; height:10.25rem; }
.pop_schedule3002 .lst_schedule .no_Data { padding-right:0; line-height:10.25rem; text-align:center; }
.pop_schedule3002 .lst_schedule li { line-height:2.55rem; }
.pop_schedule3002 .lst_schedule li + li { border-top:1px dotted #bfbfbf; }
.pop_schedule3002 .lst_schedule li a { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding-right:1rem; }
.pop_schedule3002 .lst_schedule li a:hover,
.pop_schedule3002 .lst_schedule li a:focus { text-decoration:underline; }
.pop_schedule3002 .lst_schedule li a span { display:inline-block; width:2rem; height:2rem; margin-right:0.7rem; border-radius:50%; background:#0095b8; color:#fff; font-size:0.8rem; text-align:center; line-height:2rem; }
.pop_schedule3002 .lst_schedule li:nth-child(even) a span { background:#10c4ef; }
.pop_schedule3002 .btn_more { display:inline-block; overflow:hidden; position:absolute; top:0; right:0; width:1.75rem; height:1.75rem; border-radius:10px; background:#fff url('/00_common/images/T3002_main/3002_btn_more_gallery.png') no-repeat center; color:transparent; -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }
.pop_schedule3002 .btn_more:hover,
.pop_schedule3002 .btn_more:focus { background-color:#70d0e4; }


/* 배너존 */
.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:block; margin-top: 1.5rem; width: 4rem; font-size: 0.85rem; font-weight: 400; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.35rem; overflow: hidden;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; background: no-repeat center / 100%; overflow: hidden;}
.banner_zone .btn a.prev {background-image: url('/00_common/images/common/btn_b_prev.png');}
.banner_zone .btn a.stop {background-image: url('/00_common/images/common/btn_b_stop.png');}
.banner_zone .btn a.play {display:none; background-image: url('/00_common/images/common/btn_b_play.png');}
.banner_zone .btn a.next {background-image: url('/00_common/images/common/btn_b_next.png');}
.banner_zone .btn a.list {background-image: url('/00_common/images/common/btn_b_list.png');}
.banner_zone .bx-wrapper {float: left; display:block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 10rem); overflow: hidden;}
.banner_zone ul li { 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 {width: 100%; height: 100%; }

@media (max-width: 1280px) {
 
	/* 식단 */
	.meal_menu3002 img { -webkit-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8); }
	.meal_menu3002 ul { height:10.5rem; }

	/* 바로가기1 */
	.M_link3002 li { width:50%; }
	.M_link3002 li a { margin-bottom:1rem; }
	.M_link3002 li a img { -webkit-transform:scale(0.8); -ms-transform:scale(0.8); transform:scale(0.8); margin-top:1rem; margin-bottom:0; }

	/* 캘린더 */
	.pop_schedule3002 .month { position:relative; }
	.pop_schedule3002 .month a { top:0.7rem; transform:none; width:1.5rem; height:1.5rem; }
	.pop_schedule3002 .month .prev { left:50%; margin-left:-93px; }
	.pop_schedule3002 .month .next { left:50%; margin-left:73px; }
	.pop_schedule3002 .inner { padding:1rem 2rem; }

}

@media (max-width: 1200px) {

	/* 메인비주얼 */
	.MVisual3002 .bx-viewport,
	.MVisual3002 ul,
	.MVisual3002 li { height:auto; }
	.MVisual3002 img { width:125%; height:auto; left:-25%; top:0; transform: none; -webkit-transform: none;}
	.MVisual3002 .bx-controls { left:0; bottom:20px; width:100%; margin-left:0; }

	/* 식단 */
	.meal_menu3002 h2 { margin-right:2rem; }
	.meal_menu3002 ul { height:9.5rem; padding-right:0; }
	.meal_menu3002 img { display:none; }

}

@media (max-width: 1024px) {

	/* 알림장 */
	.ann_tablet.useYes {display: block;}

	/* 배너존 */
	.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 .bx-wrapper {margin-left: 6rem; width: calc(100% - 6rem);}
	
}

@media (max-width: 980px) {
	
	/* 갤러리 */
	.gallery3002 h2 { font-size:1rem; }
	.gallery3002 .list_box li a { height:12.8rem; }
	.gallery3002 .list_box li a > div { height:4.5rem; padding:0.5rem 1.5rem; background:rgba(0, 131, 162, 0.9); }
	.gallery3002 .list_box .NoData {height:12.8rem;}

	/* 게시판 */
	.notice3002:before { top:2.1rem; }
	.notice3002 h2 a { font-size:0.9rem; }
	.notice3002 h2 a.current { font-size:1rem; }
	.notice3002 .list_box li {line-height:3rem; }
	.notice3002 .list_box li:before {top:1.5rem;}

	/* 팝업존 */
	.pop3002 h2 { margin-right:0; font-size:1rem; }
	.pop3002 .left_wrap {margin-right:0; float:none; width:auto; }
	.pop3002 .nss_pg { text-align:center; }
	.pop3002 .nss_pg a { vertical-align:middle; }
	.pop3002 span { display:inline-block; margin-left:0.7rem; vertical-align:middle; }
	.pop3002 .bx-wrapper  {position:relative; right:auto; top:auto; margin:1.5rem auto 0; width:auto;}
	.pop3002 .pop_layer_box .pop_layer ul { height:14rem;}

	/* 캘린더 */
	.pop_schedule3002 h2 { font-size:1rem; }

}

@media (max-width: 800px) {

	/* 전광판 */
	.dis_board3002 .dis_board_box { position:relative; }
	.dis_board3002 h2 { position:absolute; z-index:-1; width:auto; padding:0; background:transparent; color:transparent; }
	.dis_board3002 ul { width:calc(100% - 11rem); }

	/* 갤러리 */
	.gallery3002 .btn_more { background-size:50%; }

	/* 게시판 */
	.notice3002 .btn_more { background-size:50%; }

	/* 팝업존 */
	.pop3002:after { display:none; }

	/* 식단 */
	.meal_menu3002 .btn_more { background-size:50%; }

	/* 캘린더 */
	.pop_schedule3002 .btn_more { background-size:50%; }
}

@media (max-width: 640px) {

    /* 식단 */
	.meal_menu3002 h2 { font-size:1rem; }
	.meal_menu3002 ul { height:5rem; }

	/* 바로가기1 */
	.M_link3002 li { width:25%; }
	.M_link3002 li a { margin-bottom:0; }

}

@media (max-width: 600px) {

	/* 전광판 */
	.dis_board3002 .nss_pg { display:none; }
	.dis_board3002 ul { float:none; width:100%; padding:0 1rem; }

	/* 바로가기1 */
	.M_link3002 li { width:50%; }
	.M_link3002 li:first-child a,
	.M_link3002 li:nth-child(2) a { margin-bottom:1rem; }
}

@media (max-width: 480px) {	
	
	/* 갤러리 */
	.gallery3002 .list_box li a p { font-size:0.9rem; }

	/* 캘린더 */
	.pop_schedule3002 .month { background:none; }

}

@media (max-width: 380px) {

	/* 게시판 */
	.notice3002:before { top:1.9rem; }
	.notice3002 h2 ~ h2 { margin-left:0.8rem; }
	.notice3002 h2 a.current { font-size:0.85rem; }
	.notice3002 h2 a { font-size:0.8rem; }
	.notice3002 .list_box { top:2rem; }
	.notice3002 .btn_more { top:-2.1rem; }
}
