 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 07
-----------------------------------------------------------*/
/*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; }

/* 메인비주얼 */
.MVisual3005{position:relative; height:100%; overflow:hidden; border-radius:1.5rem; }
.MVisual3005 #m_visual li{overflow:hidden;}
.MVisual3005 #m_visual li img{position:relative; width:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%);}
.MVisual3005 .bx-wrapper{position:relative;}
.MVisual3005 .bx-controls{position:absolute; bottom:2rem; left:0; width:100%; height:1.3rem; text-align:center;}
.MVisual3005 .bx-controls-direction{display:none;}
.MVisual3005 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3005 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3005 .bx-controls-auto,
.MVisual3005 .bx-pager,
.MVisual3005 .bx-pager-item{display:inline-block;}
.MVisual3005 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3005 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3005 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3005 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3005 .bx-pager-item{height:100%;}
.MVisual3005 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #fa3a3a; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3005 .bx-pager a.active{background-color:#fa3a3a;}/* 비주얼 버튼 색상 */

/* 게시판 */
.notice3005{position:relative; height:100%;}
.notice3005 .tit {font-size:1.5rem; font-weight:600; color:#333; margin-bottom:1rem;} 
.notice3005 h2{position:relative; display:inline-block;  color:#333; max-width:calc((100% - 2rem) / 3); font-size:0.95rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:1;} 
.notice3005 h2 ~ h2 { padding-left: 1rem; }
.notice3005 h2 ~ h2:before{content:''; position:absolute; left:0.4rem; width:4px; height:4px; background:#c4bda0; border-radius:50%; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); -ms-transform:translateY(-50%); -moz-transform:translateY(-50%);}
.notice3005 h2 a{position:relative; display:block; overflow:hidden; transition:box-shadow 0.3s; -webkit-transition:box-shadow 0.3s;}
.notice3005 .list_box{position:absolute; top:5rem; display:none; width: 100%; height:calc(100% - 5rem); }
.notice3005 .list_box ul{overflow:hidden; margin:0 -0.5rem;} 
.notice3005 .list_box ul li{position: relative; width:50%; display:block; float:left; padding:0.5rem;} 
.notice3005 .list_box ul > li > a{position:relative; display:block; background:#fff; border:1px solid #25a7d8; border-radius:0.5rem; padding:1.2rem; transition:box-shadow 0.3s; -webkit-transition:box-shadow 0.3s;} 
.notice3005 .list_box ul > li.new a:before{content:"N"; display:block; position:absolute; right:1rem; top:1.2rem; width:27px; height:26px; line-height:26px; text-align:center; color:#fff; font-size:.55rem; background:url('/00_common/images/T3005_main/3005_bg_notiNew.png') no-repeat;} 
.notice3005 .list_box ul > li > a strong { display:inline-block; height:1.3rem; color:#25a7d8; font-size:0.8rem; border-bottom:2px solid #25a7d8; font-weight:600; overflow:hidden; margin-right:2rem;}
.notice3005 .list_box ul > li > a span { display:block; height:3.6rem; line-height:1.2rem; font-size:0.95rem; margin:0.9rem 0; overflow:hidden;} 
.notice3005 .list_box ul > li > a em { color:#8d8d8d; font-size:0.7rem; }
.notice3005 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; } 
.notice3005 .btn_more{position:absolute; top:-2.4rem; right:0; font-size:1.5rem; } 
.notice3005 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.notice3005 .btn_more:hover i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

/* active */ 
.notice3005 h2 a.current,
.notice3005 h2 a:hover,
.notice3005 h2 a:focus {color:#111; box-shadow:inset rgba(244,240,94,0.66) 0 -10px 0; }
.notice3005 .list_box.on{display:block;} 
.notice3005 .list_box ul > li > a:hover,
.notice3005 .list_box ul > li > a:focus {box-shadow:0 0 10px rgba(0,0,0,0.15); border-color:#2586d8; }

.notice3005 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3005 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 바로가기01 */
.M_link3005{position:relative; overflow:hidden; text-align:center; padding:0 0 10px;} 
.M_link3005 ul li a {display:block; padding:10px 0; }
.M_link3005 ul li a .ico{display:block; text-align:center; width:4.5rem; height:4.5rem; border-radius:1.25rem; margin:0 auto; background:#fff; box-shadow:0 0 10px rgba(0, 143, 198, 0.23); transition:box-shadow 0.3s; -webkit-transition:box-shadow 0.3s; -ms-transition:box-shadow 0.3s; -moz-transition:box-shadow 0.3s;} 
.M_link3005 ul li a .ico img { width:100%; height:100%;}
.M_link3005 ul li a em{display:block; margin-top: 0.5rem; height:2.4rem; font-size:0.85rem; line-height:1.2rem; text-align:center; overflow:hidden; padding:0 0.5rem;} 
.M_link3005 ul li a:hover em{text-decoration: underline;}
.M_link3005.no_slide .bx-controls { display:none !important; }
.M_link3005 .bx-wrapper { display:inline-block; }
.M_link3005 .bx-wrapper .bx-controls {position:relative; display:block; margin:.25rem auto 0; width:8.3rem; height:1.7rem; line-height:1.7rem; border-radius:0.5rem; background:#fff; box-shadow:2px 2px 6px rgba(0, 143, 198, 0.15); }
.M_link3005 .bx-wrapper .bx-controls a{position:absolute; top:0; display:block; color: transparent; font-size:0; }  
.M_link3005 .bx-wrapper .bx-controls a.bx-prev{left:1rem;}
.M_link3005 .bx-wrapper .bx-controls a.bx-next{right:1rem;}
.M_link3005 .bx-wrapper .bx-controls a:before { font-size:1rem; color:#000; font-family: 'xeicon';}
.M_link3005 .bx-wrapper .bx-controls a.bx-prev::before{content: "\e906";}
.M_link3005 .bx-wrapper .bx-controls a.bx-next::before{content: "\e907";}
.M_link3005 .bx-wrapper .bx-pager {text-align:center;}
.M_link3005 ul li a:hover .ico,
.M_link3005 ul li a:focus .ico { box-shadow:0 0 10px rgba(208, 139, 92, 0.5); border-color:#fa3a3a;}

/* 행사일정 */
.pop_schedule3005{position:relative; height:100%; background:#fefdcb; border-radius:1.2rem; padding:1.3rem 0.8rem 0.8rem 1.2rem;} 
.pop_schedule3005:after {content:''; clear:both; display:block; }
.pop_schedule3005 h2{width:calc(50% - 2rem); float:left; font-size:1.1rem; margin:0 0 1.5rem; color:#333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:1;} 
.pop_schedule3005 .schedule_wrap { width:50%; float:right; border-left:1px dotted #fff; padding-left:0.8rem;}
.pop_schedule3005 .month{ position:absolute; top:0.8rem; left:75%; margin-left:-5rem; text-align: center;  }
.pop_schedule3005 .month a{position:relative; display: inline-block; width: 30px; height: 30px; line-height: 30px; font-size: .9rem; background:url('/00_common/images/T3005_main/3005_bg_schedule_cont.png') no-repeat; text-align:center; color:#fff; vertical-align: middle; z-index:2; }
.pop_schedule3005 .month a i {transition: 0.2s; -webkit-transition: 0.2s; } 
.pop_schedule3005 .month p{display: inline-block; width:7.8rem; height:2.15rem; line-height:2.15rem; border:1px solid #25a7d8; border-radius:2.15rem; background:#fff; color:#25a7d8; font-size:1.05rem; font-weight:600; vertical-align:middle; margin:0 -1rem; }
.pop_schedule3005 .month p em{font-size: 2rem; display: block; font-weight: 600; position: relative;}
.pop_schedule3005 .sche_tbl { height:13.4rem; background:#fff; border-radius:0.5rem; margin-top:0.8rem; padding:1.5rem 1rem 0.6rem; }
.pop_schedule3005 .sche_tbl th { font-size:0.75rem;  }
.pop_schedule3005 .sche_tbl td { text-align:center; font-size:0.8rem; line-height:1.5rem; padding-bottom:0.2rem;} 
.pop_schedule3005 .sche_tbl td a { display:block; width:1.5rem; height:1.5rem; line-height:1.5rem; border-radius:50%; margin:0 auto;}
.pop_schedule3005 .sche_tbl td a.day { background:#f8f7bd; }
.pop_schedule3005 .sche_tbl td a.today { background:#3cb7e7; color:#fff; }
.pop_schedule3005 .sche_tbl .sun { color:#e23d0b; }
.pop_schedule3005 .sche_tbl .sat { color:#f64b17; }
.pop_schedule3005 .lst_schedule{width:calc(50% - 0.8rem); height:11rem; overflow-y:auto; float:left;}
.pop_schedule3005 .lst_schedule > li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.pop_schedule3005 .lst_schedule > li + li{margin-top: 0.5rem;}
.pop_schedule3005 .lst_schedule > li .date{display:inline-block; line-height:1.5rem; border-radius:0.5rem; color:#2668ab; font-weight:600; background:#fff; border-radius:0.5rem; margin-right:0.5rem; padding:0 0.5rem; border:2px dotted #2668ab;}
.pop_schedule3005 .lst_schedule > .no_Data{line-height:6rem; text-align:center;}
.pop_schedule3005 .btn_more{position:absolute; top:1.2rem; left:calc(50% - 2rem); width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; font-size:1.1rem; -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s;} 
.pop_schedule3005 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.pop_schedule3005 .btn_more:hover i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
/* active */
.pop_schedule3005 .month a:hover.prev i,
.pop_schedule3005 .month a:focus.prev i{-webkit-transform:translateX(-20%); -ms-transform:translateX(-20%); -moz-transform:translateX(-20%); transform:translateX(-20%);}
.pop_schedule3005 .month a:hover.next i,
.pop_schedule3005 .month a:focus.next i{-webkit-transform:translateX(20%); -ms-transform:translateX(20%); -moz-transform:translateX(20%); transform:translateX(20%);}
.pop_schedule3005 .lst_schedule > li a:hover,
.pop_schedule3005 .lst_schedule > li a:focus{text-decoration:underline;} 

/* 팝업존 */
.pop3005{height:100%; background: #caf0ff; padding:1.3rem 1.75rem; border-radius: 1.2rem;}
.pop3005 h2{margin:0 7rem 1.2rem 0; font-size:1.1rem;}
.pop3005 .nss_pg{position:absolute; right:1.5rem; top:1.3rem;}
.pop3005 .nss_pg span{display:inline-block; vertical-align: middle;} 
.pop3005 .nss_pg span .now{ color: #fa3a3a;}
.pop3005 .nss_pg a{display:inline-block; vertical-align: middle; margin:0 0.1rem; width:1rem; text-align:center; font-size: 1rem;} 
.pop3005 .nss_pg .play{display:none;} 
.pop3005 .pop_wrap{position: relative; }
.pop3005 .bx-wrapper{position:relative; z-index: 1; overflow: hidden; max-width: 17.5rem; height: 11.3rem; margin: 0 auto; background:#caf0ff; text-align:center; border-radius:.75rem;}
.pop3005 .pop_img li a { display: block; height: 11.3rem; background:#ecf1f3; }
.pop3005 .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%;}
/* 팝업리스트 레이어 추가 */
.pop3005 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index: 1; border-radius: 1rem;}
.pop3005 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3005 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3005 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:11rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3005 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3005 .pop_layer_box .pop_layer ul li a:hover,
.pop3005 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3005 .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_menu3005{position:relative; height:100%; overflow:hidden;}
.meal_menu3005 .tit{position:absolute; left:0; top:0; display:block; width:8rem; height:8rem; background:#3cb7e7; text-align:center; border-radius:1.5rem;}
.meal_menu3005 .tit:before {content:""; display:block; position:absolute; right:-14px; top:2px; width:18px; height:40px; background:url('/00_common/images/T3005_main/3005_bg_meal.png') no-repeat; z-index:-1;}
.meal_menu3005 .tit h2 { font-size:1rem; width:80%; margin:1.5rem auto 0.2rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:1; color:#fff;}
.meal_menu3005 .tit .imgBox{display:inline-block; width:78px; height:78px;}
.meal_menu3005 .tit .imgBox img {width:100%; height:100%;}
.meal_menu3005 .meal_wrap {height:3.9rem; border-radius:1.5rem; margin:2.1rem 0; padding:0.8rem 5rem 0.8rem 9rem; background: #e4f7fe; }
.meal_menu3005 ul{ height:2.3rem;  overflow-y:auto; }
.meal_menu3005 ul li + li{margin-top:1rem;}
.meal_menu3005 ul li.no_Data{text-align:center; line-height:2.25rem;}
.meal_menu3005 dl{position:relative; padding-left:9rem;}
.meal_menu3005 dl::after{display: block; content: ""; clear: both;}
.meal_menu3005 dl dt.kcal{position:absolute; left:0; top:0; width:8rem; line-height:1.95rem; border-radius:1.95rem; font-weight: 400; color:#111; background:#fff; font-size:0.9rem; text-align:center; box-shadow:0 0 5px rgba(0, 143, 198, 0.23);} 
.meal_menu3005 dl dd.meal_list{width:100%; line-height: 1rem; float: right;}
.meal_menu3005 .btn_more{position:absolute; top: 2.8rem; right: 1rem; width:2.6rem; height:2.6rem; border-radius:50%; text-align:center; line-height:2.6rem; font-size:1.1rem; color:#000; background:#fff; text-align:center; transition:trasnform 0.3s; -webkit-transition:trasnform 0.3s; -ms-transition:trasnform 0.3s; -moz-transition:trasnform 0.3s; }
.meal_menu3005 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.meal_menu3005 .btn_more:hover,
.meal_menu3005 .btn_more:focus { transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg);}

/* 포토앨범 */
.gallery3005{position:relative; height:100%;} 
.gallery3005 .tit{max-width:calc(100% - 2rem); margin-bottom:1rem;}
.gallery3005 .tit h2 {display:inline-block; font-size:1.2rem; color:#333; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; line-height:1;}
.gallery3005 .tit p { display:inline-block; color:#5b5b5b; font-size:0.8rem;}
.gallery3005 .gall_list::after{display: block; content: ""; clear: both;}
.gallery3005 .gall_list {margin:0 -0.7rem;}
.gallery3005 .gall_list li{display:block; width:25%; float:left; position: relative; padding:0 0.7rem;} 
.gallery3005 .gall_list li a {display:block; }
.gallery3005 .gall_list li .img{position:relative; width:100%; height:10.75rem; border-radius:1rem; background:#e4f7fe; overflow: hidden; border-radius:.75rem;}
.gallery3005 .gall_list li .img 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%); -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.gallery3005 .gall_list li .txt{ width: 100%; font-weight: 300; text-align:center; overflow:hidden; text-overflow:ellipsis; line-height: 2.25rem; white-space:nowrap; }
.gallery3005 .btn_more{position:absolute; top:0; right:0; font-size:1.3rem; line-height:1.3rem; } 
.gallery3005 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.gallery3005 .btn_more:hover i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

/* active */
.gallery3005 .gall_list li:hover .img img,
.gallery3005 .gall_list li:focus .img img{transform:translate(-50%, -50%) scale(1.2); -webkit-transform:translate(-50%, -50%) scale(1.2); -ms-transform:translate(-50%, -50%) scale(1.2); -moz-transform:translate(-50%, -50%) scale(1.2);}
.gallery3005 .gall_list li:hover .txt,
.gallery3005 .gall_list li:focus .txt{text-decoration: underline;}

.gallery3005 .NoData {display:table; width:100%; height:13rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3005 .NoData span {display:table-cell; vertical-align:middle;}

/* 배너존 */
.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:1024px){ 

	/* 공지사항 */
	.notice3005 .list_box ul li { width:50%; }
	.notice3005 .list_box ul li:nth-child(n+3) { 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){
	/* 바로가기 */
	.M_link3005.no_slide .bx-controls { display:block !important; } 

	/* 행사일정 */
	.pop_schedule3005 h2 {width:6rem; }
	.pop_schedule3005 .month { left:6.5rem; margin-left:0; }	
	.pop_schedule3005 .schedule_wrap { display:none; }
	.pop_schedule3005 .lst_schedule { width:100%; }
	.pop_schedule3005 .btn_more { left:auto; right:1rem;}

	/* 포토갤러리 */
	.gallery3005 .gall_list li {width:33.333%;}
	.gallery3005 .gall_list li + li + li + li { display:none;}
}
@media (max-width:680px){  
	/* 오늘의 식단 */
	.meal_menu3005 .tit { left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%);}
	.meal_menu3005 .tit:before {display:none;}
	.meal_menu3005 .meal_wrap { height:auto; margin:7rem 0 0; padding:1.2rem 0.8rem; border-radius:0.5rem; }
	.meal_menu3005 ul { width:calc(100% - 2.2rem); height:5.5rem; }
	.meal_menu3005 dl { padding-left:0; }
	.meal_menu3005 dl dt.kcal { position:relative; left:auto; top: auto; margin-bottom:0.5rem;}
	.meal_menu3005 dl dd.meal_list { line-height:1.2rem; }
	.meal_menu3005 .btn_more { top:8.2rem; width:1.8rem; height:1.8rem; line-height:1.8rem;}

	/* 행사일정 */
	.pop_schedule3005 { padding:1.3rem 0.8rem 0.8rem 0.8rem }

	/* 팝업존 */
	.pop3005 { padding:1.3rem 0.8rem; }

}
@media (max-width:600px){	
	/* 공지사항 */ 
	.notice3005 .tit { font-size:1.2rem; margin-bottom:0.5rem; }
	.notice3005 .list_box {top:4rem;}
	.notice3005 .list_box ul li { width:100%; }
	.notice3005 .list_box ul li:nth-child(n+3) {display:none;}
	.notice3005 .list_box ul > li > a span { font-size:0.8rem; }

	/* 포토갤러리 */
	.gallery3005 .gall_list li {width:50%;}
	.gallery3005 .gall_list li + li + li { display:none;}
}  
@media (max-width:420px){ 
	.notice3005 .tit { font-size:1rem; }

	/* 공지사항 */
	.notice3005 h2 ~ h2 { padding-left:0.5rem; }
	.notice3005 h2 ~ h2:before { display:none; }

	/* 행사일정 */
	.pop_schedule3005 h2 { width:calc(100% - 2rem); margin-bottom:0.5rem; font-size:1rem; float:none;}
	.pop_schedule3005 .month { position:relative; left:auto; top:auto; margin-bottom:0.5rem; }

	.pop3005 h2 { font-size:1rem; }

	.gallery3005 .tit h2 { font-size:1rem; }

}
@media (max-width:380px){ 
	/* 포토갤러리 */
	.gallery3005 .gall_list li {width:100%;} 
}
@media (max-width:340px){
}
