﻿ 
/*-----------------------------------------------------------
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; }


/* 메인 컨테이너 */
#container { width:100%; }

/* 공통
h2{overflow: hidden; white-space: nowrap;}
h2 br{display: none;}
.btn_more{display: block; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.2rem; color: #fff; text-align: center; border-radius: 50%; }
.btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.btn_more:hover i, .btn_more:focus i{transform: rotate(180deg); -webkit-transform: translate(180deg);} */

/* 메인비주얼 */
.MVisual3007 {position: relative; height: 100%; overflow: hidden; }
.MVisual3007 #m_visual li {overflow: hidden; height: 28.5rem;}
.MVisual3007 #m_visual li img{position: absolute; right: 0; height: 100%;}
.MVisual3007 .bx-wrapper {position: relative;}
.MVisual3007 .bx-controls {position: absolute; bottom: 1rem; right: 1rem; height: 1.3rem; }
.MVisual3007 .bx-controls-direction {display: none;}
.MVisual3007 .bx-controls a {display: inline-block; margin: 0 3px; color: transparent; overflow: hidden; vertical-align: middle;}
.MVisual3007 .bx-controls-auto { font-size:0; vertical-align: middle; }  
.MVisual3007 .bx-controls-auto,
.MVisual3007 .bx-pager,
.MVisual3007 .bx-pager-item {display: inline-block;}
.MVisual3007 .bx-controls-auto a {width: 1.3rem; height: 1.3rem; background: no-repeat center / 100%;}
.MVisual3007 .bx-controls-auto a.bx-start {display: none; background-image: url('/00_common/images/con_com/btn_play.png');}
.MVisual3007 .bx-controls-auto a.bx-stop {display: inline-block; background-image: url('/00_common/images/con_com/btn_stop.png');}
.MVisual3007 .bx-pager { height: 0.8rem; vertical-align:middle; }
.MVisual3007 .bx-pager-item { height: 100%; }
.MVisual3007 .bx-pager a {width: 0.8rem; height: 100%; vertical-align: top; border: 1px solid #ff752c; border-radius: 50%;} /* 비주얼 버튼 색상 */
.MVisual3007 .bx-pager a.active {background-color: #ff752c;}/* 비주얼 버튼 색상 */

/* 게시판 */
.notice3007 {position: relative; height: 100%; position: relative; margin-left: 2rem;}
.notice3007::before{width: 100%; height: 1px; background: #009e96; position: absolute; top: 2.5rem; content: "";}
.notice3007 h2 {display: inline-block; margin-right: 0.3rem; max-width: calc((100% - 3rem) / 3); overflow: hidden; white-space: nowrap;}
.notice3007 h2 a {display: inline-block; max-width: 100%; height: 2.5rem; line-height: 2.5rem; text-align: center; padding: 0 0.5rem; color: #999; font-size: 1rem; overflow: hidden; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice3007 h2:hover a, .notice3007 h2:focus a{color: #007771;}
.notice3007 .list_box {position: absolute; top: 3.5rem; display: none; width: 100%;  height:calc(100% - 3.5rem); }
.notice3007 .list_box ul {overflow: hidden;}
.notice3007 .list_box ul > li a {position: relative; display: block; width: 100%; padding-top:1rem; overflow: hidden;}
.notice3007 .list_box ul > li a dt{position:relative; width: 4.8rem; height: 4.8rem; background: #007771; border-radius:.5rem 0 0 .5rem; position: relative; text-align: center; color: #fff; float: left; padding-top: 2.5rem; font-weight: 100; transition: background 0.3s; -webkit-transition: background 0.3s;}
.notice3007 .list_box ul > li.new a dt:before{content:"N"; display:block; position:absolute; right:.5rem; top:-17px; width:34px; height:34px; line-height:34px; text-align:center; color:#fff; font-size:.7rem; font-weight:600; background:#ff752c; border-radius:50%;} 
.notice3007 .list_box ul > li a:hover dt, .notice3007 .list_box ul > li a:focus dt{background: #005c57;}
.notice3007 .list_box ul > li a dt em{font-size: 1rem; display: block; font-weight: 300; position: absolute; top: 1rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.notice3007 .list_box ul > li a dd{width: calc(100% - 4.8rem); height: 4.8rem; float: left; background: #fff; border-radius:0 .5rem .5rem 0; padding: 0.75rem 1.25rem; border:1px solid #007771;}
.notice3007 .list_box ul > li a strong {display: block; height: 1.75rem; line-height: 1.75rem; font-size: 0.9rem; font-weight: 400; color: #333; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: color 0.3s; -webkit-transition:color 0.3s;}
.notice3007 .list_box ul > li a:hover strong,
.notice3007 .list_box ul > li a:focus strong { color:#005c57; }
.notice3007 .list_box ul > li a p {font-weight: 200; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.notice3007 .list_box ul > li a:hover p,
.notice3007 .list_box ul > li a:focus p{text-decoration: underline;}
.notice3007 .btn_more {display: block; position: absolute; top: -3.25rem; right: 0; color: #fff; width: 1.9rem; height: 1.9rem; line-height: 1.9rem; font-size: 0.8rem;  text-align: center; border-radius: 50%; background:#007771;}
.notice3007 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.notice3007 .btn_more:hover i, .notice3007 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: translate(180deg);}

/* on */
.notice3007 h2 a.current {color: #fff; background: #009e96; border-radius: .5rem .5rem 0 0;}
.notice3007 .list_box.on {display: block;}

.notice3007 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3007 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 오늘의식단 */
.meal_menu3007{position:relative; height:100%; margin: 3rem 3.5rem 0 0;}
.meal_menu3007::after{display: block; content: ""; clear: both;}
.meal_menu3007 .tit{width: 9rem; height: 9.25rem; text-align: center; float: left; position: relative; background: #ff752c; padding-top: 1rem; border-radius: .5rem 0 0 .5rem;}
.meal_menu3007 .tit h2{font-size: 1rem; overflow: hidden; white-space: nowrap;}
.meal_menu3007 .tit h2 br{display: none;}
.meal_menu3007 .imgBox{position: absolute; left: 1rem; bottom:0; width:6.8rem; height:5.9rem;}
.meal_menu3007 .imgBox img {width:100%; height:100%;}
.meal_menu3007 h2{color: #fff; font-weight: 200; overflow: hidden; white-space: nowrap;} 
.meal_menu3007 .meal_wrap{width: calc(100% - 9.25rem); height: 9.25rem; float: left; border: 1px solid #ff752c; padding: 1.5rem 1.75rem; border-radius: 0 .5rem .5rem 0;}
.meal_menu3007 ul{ height:6.5rem; overflow-y:auto; }
.meal_menu3007 ul li + li{margin-top:1rem;}
.meal_menu3007 ul li.no_Data{text-align:center; line-height:6rem;}
.meal_menu3007 dl{position:relative;}
.meal_menu3007 dl dt.kcal{width: 10rem; max-width:100%; margin-bottom: 0.5rem; line-height:2.25rem; border-radius:2.5rem; font-weight: 400; font-size:0.95rem; text-align:center; background: #ffefd9;} 
.meal_menu3007 dl dt.kcal strong{color: #fe9600;}
.meal_menu3007 .btn_more{position:absolute; top: 50%; right: -1rem; display: block; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.2rem; color: #fff; text-align: center; border-radius: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align:center; background: #ff752c;}
.meal_menu3007 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.meal_menu3007 .btn_more:hover i, .meal_menu3007 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: translate(180deg);}

/* 바로가기01 */
.M_link3007{position: relative; height:100%; padding: 2.5rem 0 1rem 2.5rem;  background:#ffec98 url('/00_common/images/T3007_main/3007_bg_link01.png') repeat;}
.M_link3007::before{width: 150%; height: 100%; background:#ffec98 url('/00_common/images/T3007_main/3007_bg_link01.png') repeat; position: absolute; top: 0; right: -150%; content: '';}
.M_link3007 ul::after{display: block; content: ""; clear: both;}
.M_link3007 ul li {width: 48%; margin-right: 4%; float: left; margin-bottom: 1.5rem; position: relative;}
.M_link3007 ul li:nth-of-type(even){margin-right: 0;}
.M_link3007 ul li a {display: block; overflow: hidden; height: 2.75rem; background: #fff; border-radius:.5rem; padding:0 2rem 0 3rem; margin-left: 1.5rem;}
.M_link3007 ul li a div{display: table; width: 100%; height: 2.75rem; overflow: hidden;}
.M_link3007 ul li a .img{display: block; position: absolute; left: 0; top: 50%; width: 3.8rem; height: 3.8rem;  transform: translateY(-50%); -webkit-transform: translateY(-50%); text-align: center; background:#fff; border-radius:50%; box-shadow:1px 1px 4px rgba(0, 0, 0, 0.2);}
.M_link3007 ul li a .img img{width: 100%; height: 100%; transition: 0.3s; -webkit-transition: 0.3s;}
.M_link3007 ul li a:hover .img img, .M_link3007 ul li a:focus .img img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link3007 ul li a p{display: table-cell; vertical-align: middle; text-align: center; font-size: 0.9rem; font-weight: 200; height: 2.7rem; overflow: hidden;}
.M_link3007 ul li a:hover p, .M_link3007 ul li a:focus p{text-decoration: underline;}

/* 행사일정 */
.pop_schedule3007 {position: relative; display: block; height:100%; margin-right: 3.5rem;}
.pop_schedule3007:after{display: block; content: ""; clear: both;}
.pop_schedule3007 h2 {margin-bottom: 0.5rem; font-size: 1rem; font-weight: 400; overflow: hidden; white-space: nowrap;}
.pop_schedule3007 h2 br{display: none;}
.pop_schedule3007 .btn_more {position: absolute; top: 50%; right: -1.25rem; display: block; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.2rem; color: #fff; text-align: center; border-radius: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); background: #ff837c;}
.pop_schedule3007 .btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.pop_schedule3007 .btn_more:hover i, .pop_schedule3007 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: translate(180deg);}
.pop_schedule3007 .sche_tit{width: 9rem; height: 11.2rem; float: left; background: #ff837c; border-radius:.5rem 0 0 .5rem; padding-top: 1rem; text-align: center;}
.pop_schedule3007 .sche_tit h2{color: #fff; font-weight: 300;} 
.pop_schedule3007 .sche_tit a {display: inline-block; margin: 0 0.1rem; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; border-radius: 50%; background: #ce372e; color: #fff; text-align: center; font-size: 1rem; transition: 0.3s; -webkit-transition: 0.3s;}
.pop_schedule3007 .sche_tit .month {position: relative; text-align: center; width: 4rem; height: 4rem; font-size: 1rem; font-weight: 200; background: #fff; color: #333; padding-top: 0.5rem; border-radius: 50%; margin: 1rem auto 0.5rem; line-height: 1.2;}
.pop_schedule3007 .sche_tit .month::before{width: 120%; height: 120%; border-radius: 50%; border:1px dashed #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); content: '';}
.pop_schedule3007 .sche_tit .month em {font-size: 1.5rem; display: block; font-weight:600; color:#ce372e;}
.pop_schedule3007 .sche_tit .month a:hover, .pop_schedule3007 .sche_tit .month a:focus{color: #ff5100;}
.pop_schedule3007 .sche_list{width: calc(100% - 9rem); height: 11.2rem; float: left; border:1px solid #ff837c; padding: 1.25rem; border-radius: 0 .5rem .5rem 0;}

.pop_schedule3007 .lst_schedule {height: 8.5rem; line-height: 1.1rem; overflow-y: auto;}
.pop_schedule3007 .lst_schedule > li {height: 1.75rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pop_schedule3007 .lst_schedule > li + li {margin-top: 0.5rem;}
.pop_schedule3007 .lst_schedule > li .date {display: inline-block; margin-right: 0.75rem; width: 4rem; text-align: center; line-height: 1.75rem; background: #ff837c; color: #fff; border-radius: 1rem; position: relative;}
.pop_schedule3007 .lst_schedule > .no_Data { text-align:center; margin-top: 2.2rem;}

/* 팝업존 */
.pop3007 {position: relative; display: block; height:100%; padding-right: 1.25rem;}
.pop3007::after{display: block; content: ""; clear: both;}
.pop3007 .bx-wrapper {width: calc(100% - 8.5rem); float: left; height:225px;  border-radius: .5rem 0 0 .5rem; overflow: hidden; position: relative; background:#ebf9ff;}
.pop3007 .pop_img li a{ display: block; height:225px; }
.pop3007 .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%;} 
.pop3007 .popTit{width: 8.5rem; height:225px;  float: left; border-radius:0 .5rem .5rem 0; padding-top: 1.5rem; background: #00a0e9; position: relative;}  
.pop3007 .popTit h2 { font-size: 1rem; font-weight: 400; line-height: 1.6; text-align: center; color: #fff; overflow: hidden; white-space: nowrap;}
.pop3007 .nss_pg{text-align: center;}
.pop3007 .nss_pg span.pg {display: block; width: 3rem; height: 3rem; margin: 1rem auto; border-radius: 50%; background: #fff; padding-top: 0.5rem; text-align: center; position: relative;}
.pop3007 .nss_pg span.pg::before{width: 120%; height: 120%; border-radius: 50%; border: 1px dashed #fff; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); content: "";}
.pop3007 .nss_pg span .now {color: #00a0e9; font-weight: 600; font-size: 1rem;}
.pop3007 .nss_pg a {display: inline-block; color: #fff; width: 1.7rem; height: 1.7rem; background: #096cc7; border-radius: 50%; line-height: 1.7rem; text-align: center; font-size: 0.9rem; transition: 0.3s; -webkit-transition: 0.3s;}
.pop3007 .nss_pg a.play { display:none;}
.pop3007 .nss_pg a:hover, .pop3007 .nss_pg a:focus{color: #fff799;}
.pop3007 .nss_pg a.list{position: absolute; background: #00479d; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1rem; top: 50%; right: -1.25rem; transform: translateY(-50%); -webkit-transform: translateY(-50%);}

/* 팝업리스트 레이어 추가 */
.pop3007 .pop_layer_box {position: absolute; top: 0; left: 0; display: none; width: 100%; height: 100%; background: #394b61; border-radius:0.5rem; z-index: 1;} 
.pop3007 .pop_layer_box .pop_layer {position: relative; padding: 1rem;}
.pop3007 .pop_layer_box .pop_layer h3 {font-size: 0.9rem; color: #fff;}
.pop3007 .pop_layer_box .pop_layer ul {margin-top: 0.75rem; padding: 1rem 2rem; height: 7rem; line-height: 1.1rem; text-align: left; background: #576c85; overflow-y: auto;}
.pop3007 .pop_layer_box .pop_layer ul li {list-style-type: disc; color: #fff;}
.pop3007 .pop_layer_box .pop_layer ul li a:hover,
.pop3007 .pop_layer_box .pop_layer ul li a:focus { text-decoration:underline; }
.pop3007 .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;}

/* 포토앨범 */
.gallery3007{position: relative; height:100%;}
.gallery3007 .tit{position: absolute; bottom: 3rem; left: 0;}
.gallery3007 .tit h2{font-size: 1.3rem; overflow: hidden; white-space: nowrap; color:#222;}
.gallery3007 .tit h2 br{display: none;}
.gallery3007 .tit .btn_more { background: #6874e8; color: #fff; margin: 1rem auto 0; display: block; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1.2rem; color: #fff; text-align: center; border-radius: 50%; }
.gallery3007 .tit .btn_more i{transition: 0.3s; -webkit-transition: 0.3s;}
.gallery3007 .tit .btn_more:hover i, .gallery3007 .tit .btn_more:focus i{transform: rotate(180deg); -webkit-transform: translate(180deg);}

.gallery3007 .gall_list{ padding-left: 8.5rem;}
.gallery3007 .gall_list::after{display: block; content: ""; clear: both;}
.gallery3007 .gall_list li{width: 31%; margin-left: 3.5%; float: left;}
.gallery3007 .gall_list li:first-child{margin-left: 0;}
.gallery3007 .gall_list li a{display: block; }
.gallery3007 .gall_list li a .img{position: relative; width: 100%; height: 11.5rem; display: block; background: #eee; overflow: hidden; border-radius: 1.5rem 1.5rem 0 0;}
.gallery3007 .gall_list li a .img img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); transition: 0.3s; -webkit-transition: 0.3s;}
.gallery3007 .gall_list li a:hover .img img, .gallery3007 .gall_list li a:focus .img img{transform: translate(-50%, -50%) scale(1.2); -webkit-transform: translate(-50%, -50%) scale(1.2);}
.gallery3007 .gall_list li div{background: #fff; padding: 1rem 1.5rem; border-radius: 0 0 1.5rem 1.5rem;}
.gallery3007 .gall_list li div h3{font-size: 0.85rem; font-weight: 400; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.gallery3007 .gall_list li a:hover h3, .gallery3007 .gall_list li a:focus h3{text-decoration: underline;}
.gallery3007 .gall_list li div em{font-size: 0.75rem; color: #555; }

.gallery3007 .NoData {display:table; width:100%; height:15.95rem; padding-left:8.5rem; text-align:center; font-size:.75rem;}
.gallery3007 .NoData span {display:table-cell; vertical-align:middle; background:#f3f3f3;}

/* 배너존 */
.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: 1200px) {
	/* 메인비주얼 */
	.MVisual3007 #m_visual li{height: 17rem;}

	/* 공지사항 */
	.notice3007 .list_box ul > li + li + li{display: none;}
	.notice3007 .list_box{top: 3.5rem;}
	.notice3007 .btn_more{top: -3.5rem;}

	/* 오늘의식단 */
	.meal_menu3007{margin:1.5rem 2.5rem 0 0;}

	/* 이달의행사 */
	.pop_schedule3007{margin-right: 2.5rem;}

	/* 포토갤러리 */
	.gallery3007 .gall_list{padding-left: 7.5rem;}
	.gallery3007 .gall_list li a .img{height: 9rem;}
	.gallery3007 .NoData {padding-left: 7.5rem;}

}

@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 .bx-wrapper {margin-left: 6rem; width: calc(100% - 6rem);}
}

@media (max-width: 920px) {
	/* 메인비주얼 */
	.MVisual3007 #m_visual li{height: auto;}
	.MVisual3007 #m_visual li img{position: relative; width: 100%; height: auto;}

	/* 공지사항 */
	.notice3007{margin-left: 0;}

	/* 바로가기 */
	.M_link3007{padding:2.5rem 0 1rem 0; }
	.M_link3007::before{width: calc(100% + 2rem); right: -1rem;}

	/* 오늘의식단 */
	.meal_menu3007{margin-top: 0; margin-right: 1.25rem;}
	.meal_menu3007 .imgBox img{width: 130px; height: auto;}

	/* 이달의행사 */
	.pop_schedule3007{margin-right: 1.25rem;}

	/* 팝업존 */
	.pop3007 .pop_img {width: calc(100% - 8.5rem); float: left; max-width:100%;}

	/* 포토갤러리 */
	.gallery3007 .gall_list li{width: 48%;}
	.gallery3007 .gall_list li + li + li {display: none;}
}

@media (max-width: 800px) {
	/* 배너존 */
	.banner_zone ul li {width: 25%;}
}
@media (max-width: 600px) {	
	/* 배너존 */
	.banner_zone ul li {width: 50%;}
}

@media (max-width: 540px) {	
	/* 포토갤러리 */
	.gallery3007 .gall_list li{width: 100%;}
	.gallery3007 .gall_list li + li {display: none;}
}

@media (max-width: 480px) {	
	/*.btn_more{width: 2rem; height: 2rem; line-height: 2rem; font-size: 1rem;}*/

	/* 바로가기 */
	.M_link3007{padding: 0.8rem 0 0.1rem;}
	.M_link3007 ul li{width: 100%; float: none; margin-bottom: 0.8rem;}
	.M_link3007 ul li a {padding:0 2rem 0 2.5rem; margin-left: 1rem;}
	.M_link3007 ul li a .img{width: 50px; height: 50px;}

	/* 공지사항 */
	.notice3007::before{top: 2rem;}
	.notice3007 h2 a{line-height: 2rem; height: 2rem; font-size: 0.85rem;}
	.notice3007 .list_box ul > li a dt em{font-size: 0.9rem;}
	.notice3007 .list_box{top: 2.8rem;}
	.notice3007 .list_box ul > li a strong{font-size: 0.85rem;}
	.notice3007 .btn_more{top: -3rem; width: 2rem; height: 2rem; line-height: 2rem; font-size: 1rem;}

	/* 오늘의식단 */
	.meal_menu3007 .tit{width: 4.8rem;}
	.meal_menu3007 .tit h2 br{display: block;}
	.meal_menu3007 .meal_wrap{width: calc(100% - 4.8rem);}
	.meal_menu3007 .imgBox{bottom: -0.5rem; left: 0;}
	.meal_menu3007 .imgBox img{width: 4.8rem;}
	.meal_menu3007 .btn_more{width: 2rem; height: 2rem; line-height: 2rem; font-size: 1rem;}

	/* 이달의행사 */
	.pop_schedule3007 .sche_tit{width: 4.8rem;}
	.pop_schedule3007 .sche_tit h2 br{display: block;}
	.pop_schedule3007 .sche_tit .month{width: 2.75rem; height: 2.75rem; font-size: 0.6rem;}
	.pop_schedule3007 .sche_tit .month em{font-size: 1rem;}
	.pop_schedule3007 .sche_list{width: calc(100% - 4.8rem);}
	.pop_schedule3007 .btn_more {width: 2rem; height: 2rem; line-height: 2rem; font-size: 1rem;}

	/* 팝업존 */
	.pop3007 .bx-wrapper{width:100%; height:150px; float:none; }
	.pop3007 .pop_img li a{height:150px; }
	.pop3007 .popTit{width:100%; float:none; height:auto; border-radius:0 0 .5rem .5rem; padding:.5rem 1rem;  }
	.pop3007 .nss_pg{display:inline-block; vertical-align:middle; margin-left:.25rem;  }
	.pop3007 .nss_pg a.list{width: 2rem; height: 2rem; line-height: 2rem;}
	.pop3007 .nss_pg span.pg{display:none; }
	.pop3007 .nss_pg a{display: block; margin: 0 auto;}
	.pop3007 .popTit h2{display:inline-block; vertical-align:middle; text-align:left; }
	.pop3007 .nss_pg a{display:inline-block; vertical-align:middle; }
	
	/* 포토갤러리 */
	.gallery3007 .tit h2 {font-size:1.1rem;}
	.gallery3007 .tit{text-align: center;}
	.gallery3007 .tit h2 br{display: block;}
	.gallery3007 .gall_list{padding-left: 5rem;}
	.gallery3007 .tit .btn_more{width: 2rem; height: 2rem; line-height: 2rem; font-size: 1rem;}
	.gallery3007 .NoData {padding-left:5rem;}
}

@media (max-width: 380px) {

	/* 오늘의식단 */
	.meal_menu3007{margin-right: 0.5rem;}
	.meal_menu3007 .tit{width: 100%; height: auto; float: none; border-radius: 1.75rem 1.75rem 0 0; padding: 0.5rem 0;}
	.meal_menu3007 .tit h2 br{display: none;}
	.meal_menu3007 .imgBox{display: none;}
	.meal_menu3007 .meal_wrap{width: 100%; float: none; border-radius: 0 0 1.75rem 1.75rem; padding: 1rem;}

	/* 이달의 행사 */
	.pop_schedule3007{margin-right: 0.5rem;}
	.pop_schedule3007 .lst_schedule{height: 8.9rem;}
	.pop_schedule3007 .lst_schedule > li{height: auto;}
	.pop_schedule3007 .lst_schedule > li .date{display: block; margin-bottom: 0.3rem;}
	.pop_schedule3007 .sche_list{padding: 1rem;}

	/* 팝업존 */
	.pop3007{padding-right: 0.5rem;}}

@media (max-width: 320px){
	/* 포토갤러리 */
	.gallery3007 .tit{position: relative; bottom: auto;}
	.gallery3007 .tit h2 br{display: none;}
	.gallery3007 .gall_list{padding-left: 0;}
	.gallery3007 .tit .btn_more{margin: 0.5rem auto;}
	.gallery3007 .NoData {padding-left:0;}
}