﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 15
-----------------------------------------------------------*/
/*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; }

/* 메인비주얼 */
.MVisual3024{position:relative; height:30.5rem; overflow:hidden;}
.MVisual3024 #m_visual { height:100%; }
.MVisual3024 #m_visual li{ height:100%; padding:2rem 0; overflow:hidden;}
.MVisual3024 #m_visual li 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%;  border-radius:13.25rem; box-shadow:0 0 40px 0 rgba(0, 0, 0, 0.2);}
.MVisual3024 .bx-wrapper{position:relative;}
.MVisual3024 .bx-controls{position:absolute; bottom:3rem; left:0; width:100%; height:1.3rem; text-align:center;}
.MVisual3024 .bx-controls-direction{display:none;}
.MVisual3024 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3024 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3024 .bx-controls-auto,
.MVisual3024 .bx-pager,
.MVisual3024 .bx-pager-item{display:inline-block;}
.MVisual3024 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3024 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3024 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3024 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3024 .bx-pager-item{height:100%;}
.MVisual3024 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #1678dc; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3024 .bx-pager a.active{background-color:#1678dc;}/* 비주얼 버튼 색상 */

/* 행사일정 */
.pop_schedule0024{position:relative; height:100%;}
.pop_schedule0024::before{width: 100%; height: 2px; background: #202020; position: absolute; top: 0.5rem; left: 0; content: '';}
.pop_schedule0024 h2{display: inline-block; padding-right: 1rem; max-width: calc(100% - 6rem); position: relative; margin-bottom: 1rem; font-size:1.1rem; color:#111; overflow:hidden; white-space:nowrap; line-height:1; background: #fff;}
.pop_schedule0024 .sche_wrap{padding: 0 2rem 0 10rem; position: relative;}
.pop_schedule0024 .sche_wrap .month{width: 8rem; background: #2e91f7; line-height: 2.5rem; color: #fff; text-align: center; position: absolute; left: 0; top: 0; font-size: 1.1rem; border-radius: 1.5rem;}  
.pop_schedule0024 .mCSB_horizontal.mCSB_inside>.mCSB_container { margin-bottom:20px; }
.pop_schedule0024 .sche_wrap ul { width:1550px; }
.pop_schedule0024 .sche_wrap ul li{display:block; width:50px; line-height: 2rem; height: 2rem; color:#111; text-align: center; float:left; font-weight:600;}
.pop_schedule0024 .sche_wrap ul li a{display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; margin: 0 auto;; border-radius: 50%; text-align: center;}
.pop_schedule0024 .sche_wrap ul li a.day{background: #c5eaff; transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule0024 .sche_wrap ul li a.today{border: 1px solid #2caab2; color: #2caab2;}
.pop_schedule0024 .sche_wrap .control p.next {position:absolute;top: calc(50% + 0.5rem);right: 0;}
.pop_schedule0024 .sche_wrap .control p.next img {width: 30px;height: 30px;}
.pop_schedule0024 .btn_more{position: absolute; top: 0; right: 0; color: #0d9bec; background: #fff; padding-left: 1rem;}
.pop_schedule0024 .btn_more i {color: #0d9bec; padding-left: 0.3rem; font-size: 1.5rem; vertical-align: middle;  transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.pop_schedule0024 .btn_more:hover i, .pop_schedule0024 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

.pop_schedule0024 .lst_schedule{width:100%; margin-top: 1rem; position: relative;}
.pop_schedule0024 .lst_schedule::after{display: block; content: ''; clear: both;}
.pop_schedule0024 .lst_schedule .lst_slide > li div{overflow: hidden; position: relative; padding: 1rem 1.25rem; border: 1px dashed #c5cfda; background: #fff; margin: 0 0.5rem; border-radius:2.5rem;}
.pop_schedule0024 .lst_schedule .lst_slide > li .date{display: block; color: #07a5ff; font-size: 1rem; font-weight: 600; border-bottom: 1px solid #e0e0e0; padding-bottom: 0.5rem; margin-bottom: 0.5rem;}
.pop_schedule0024 .lst_schedule .lst_slide > li .date em{font-size: 0.8rem;}
.pop_schedule0024 .lst_schedule .lst_slide > li ul{height:2.4rem; overflow: hidden; overflow-y:auto;}
.pop_schedule0024 .lst_schedule .lst_slide > li ul li{padding-left: 0.5rem; position: relative; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.pop_schedule0024 .lst_schedule .lst_slide > li ul li::before{width: 3px; height: 3px; background: #333; border-radius: 50%; position: absolute; top: 0.6rem; left: 0; content: '';} 
.pop_schedule0024 .lst_schedule .no_Data{line-height:6rem; text-align:center;}
.pop_schedule0024 .lst_schedule .bx-controls .bx-prev, .pop_schedule0024 .lst_schedule .bx-controls .bx-next{position: absolute; top: calc(50% - 1.5rem); color: transparent;}
.pop_schedule0024 .lst_schedule .bx-controls .bx-prev:before, .pop_schedule0024 .lst_schedule .bx-controls .bx-next:before{ color: #555; width: 3rem; height: 3rem; line-height: 3rem; background: #e5e5e5; font-size: 1.5rem; border-radius: 50%; text-align: center; display: block; transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule0024 .lst_schedule .bx-controls .bx-prev{left: -5.5rem;}
.pop_schedule0024 .lst_schedule .bx-controls .bx-prev::before{content: "\e93b"; font-family: 'xeicon'; }
.pop_schedule0024 .lst_schedule .bx-controls .bx-next{right: -5.5rem;}
.pop_schedule0024 .lst_schedule .bx-controls .bx-next::before{content: "\e93e"; font-family: 'xeicon';}
.pop_schedule0024 .lst_schedule.no_slide .bx-controls a{display: none;}
/* active */
.pop_schedule0024 .lst_schedule .bx-controls a:hover::before, .pop_schedule0024 .lst_schedule .bx-controls a:focus::before{background: #07a5ff; color: #fff;}
.pop_schedule0024 .sche_wrap ul li a.day:hover, .pop_schedule0024 .sche_wrap ul li a.day:focus{background: #49a3fd;}
.pop_schedule0024 .lst_schedule li ul li a:hover, .pop_schedule0024 .lst_schedule li a:focus ul li a:hover{text-decoration: underline;}

/* 게시판 */
.notice0024{position:relative; height:100%; background: #fff; border: 2px solid #ceeff1; padding: 1rem 1.5rem; border-radius:2.5rem;}
.notice0024::before{width: calc(100% - 3rem); height: 1px; background: #e4e4e4; position: absolute; left: 1.5rem; top: 2rem; content: '';}
.notice0024 h2{display:block; float:left; position: relative; padding-left:1rem; font-size: 1rem; overflow:hidden; white-space:nowrap; line-height:1; background: #fff; max-width:calc((100% - 3rem) / 3);}  
.notice0024 h2 a{position:relative; display:block; color:#555; line-height: 2rem; padding:0 .15rem; font-weight: 300; overflow:hidden; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0024 h2:before{width: 0.25rem; height: 0.25rem; background: #ccc; border-radius: 50%; position: absolute; left: 0.5rem; top: 0.9rem; content: '';}
.notice0024 h2:first-child{padding-left: 0;}
.notice0024 h2:first-child:before{display: none;}
.notice0024 .list_box{position:absolute; top: 2.4rem; display:none; width:calc(100% - 3rem); height:calc(100% - 2.4rem); }
.notice0024 .list_box .noti_top a{display: block; padding: 1rem 0 1.5rem 0;border-bottom: 1px dotted #99c5c7; }
.notice0024 .list_box .noti_top a dl{position: relative; padding-left: 6rem;}
.notice0024 .list_box .noti_top a dl dt{position: absolute; width: 4.5rem; height: 4.5rem; background: #ecfcfd; padding-top: 0.4rem; border-radius: 50%; left: 0; top: 0; text-align: center; font-size: 1.5rem; line-height: 2.5rem; font-weight: 500;}
.notice0024 .list_box .noti_top a dl dt em{position: absolute; bottom: 0.3rem; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); font-size: 0.75rem; color: #838d98;}
.notice0024 .list_box .noti_top a dl dt strong{color: #196f74;}
.notice0024 .list_box .noti_top a dl dd h3{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 1rem; margin-bottom: 0.5rem; line-height: 1.5rem; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0024 .list_box .noti_top.new a dl dt::before{display: block; width: 1.2rem; height: 1.2rem; line-height: 1.2rem; font-size: 0.8rem; background: #ff3867; color: #fff; border-radius: 50%; text-align: center; position: absolute; top: 0; left: 0; content: 'N';}
.notice0024 .list_box .noti_top a dl dd p{color: #787878; height: 2.4rem; overflow: hidden; font-weight: 300; font-size: 0.75rem;}
.notice0024 .list_box ul{overflow:hidden; padding: 1rem 0;} 
.notice0024 .list_box ul > li > a{position:relative; display:block; width:100%; line-height: 1.75rem; padding-left: 0.5rem; padding-right: 3.5rem; color:#484a4d; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} 
.notice0024 .list_box ul > li > a::before{width: 4px; height: 4px; background: #359ba1; position: absolute; left: 0; top: 0.8rem; content: ''; border-radius:50%;}

.notice0024 .list_box ul > li.new > a {padding-left:2rem;}
.notice0024 .list_box ul > li.new > a:after{content:'N'; position:absolute; top:50%; left:.5rem; 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:#0d9bec; margin-right:0.5rem;}

.notice0024 .list_box .date{position:absolute; top:0; right:0; color:#888c90; font-size:0.75rem; } 
.notice0024 .btn_more{position:absolute; top:-1rem; right:0; background: #fff;}
.notice0024 .btn_more i{color: #21325c; font-size: 1.3rem; transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.notice0024 .btn_more:hover i, .notice0024 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

/* active */
.notice0024 h2 a:hover,
.notice0024 h2 a:focus,
.notice0024 h2 a.current{position:relative; color:#196f74; font-weight: 500; z-index:1;}
.notice0024 h2 a.current:before{content: ''; display:block; position: absolute; left: 0; bottom: 0; width: 100%; height: 16px; background: #ecfcfd; border-radius: 8px; z-index:-1;}
.notice0024 .list_box.on{display:block;}
.notice0024 .list_box .noti_top a:hover dl dd h3, .notice0024 .list_box .noti_top a:focus dl dd h3{color: #1678dc;}
.notice0024 .list_box .noti_top a:hover dl dd p, .notice0024 .list_box .noti_top a:focus dl dd p{text-decoration: underline;}
.notice0024 .list_box ul > li > a:hover,
.notice0024 .list_box ul > li > a:focus{text-decoration:underline;}

.notice0024 .list_box .NoData {display:table; width:100%;height:calc(100% - 2rem); margin:1rem 0; text-align:center; font-size:.75rem;}
.notice0024 .list_box .NoData span {display:table-cell; vertical-align:middle; height:100%; background:#f3f3f3;}

/* 바로가기01 */
.M_link0024{position:relative; overflow:hidden;}
.M_link0024 ul{display: table; table-layout: fixed; width: 100%;}
.M_link0024 ul li{display: table-cell;}  
.M_link0024 ul li a{display: block; padding-top:.5rem;}
.M_link0024 ul li a .ico{display: block; text-align: center; width: 5rem; height: 5rem; border-radius: 50%; border: 1px solid #ceeff1; margin: 0 auto; background:#fff;  box-shadow:0 0 10px 0 rgba(26, 120, 126, 0.14);}
.M_link0024 ul li a .ico img{width: 60px; height: 55px; margin-top: 1rem; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
.M_link0024 ul li a em{display:block; margin-top: 0.5rem; height:2.4rem; font-size:0.85rem; padding: 0 0.5rem; line-height:1.2rem; text-align:center; overflow:hidden;} 
.M_link0024 ul li a:hover em, .M_link0024 ul li a:focus em{text-decoration: underline;}
.M_link0024 ul li a:hover .ico img, .M_link0024 ul li a:focus .ico img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}

/* 오늘의식단 */
.meal_menu0024{position:relative; height:100%; background: #bdeef7; border: 1px solid #9edadb; box-shadow: 0 0 8px #ccc; border-radius: 1.5rem;}
.meal_menu0024::after{display: block; content: ''; clear: both;}
.meal_menu0024 h2{width:9rem; float: left; height: 5rem; line-height: 5rem; padding-left: 2.5rem; font-size:1.1rem; overflow:hidden; white-space:nowrap; color:#000;}
.meal_menu0024 h2 em{color: #57979d;}
.meal_menu0024 .imgBox{position: absolute; top: -1rem; right: 5rem; width:185px; height:153px;}
.meal_menu0024 .imgBox img{vertical-align: middle; max-width: 100%;}
.meal_menu0024 .meal_wrap{width: calc(100% - 9rem); height: 5rem; float: left; padding:1rem 18rem 1rem 0;}
.meal_menu0024 ul{ height:2.6rem; overflow-y:auto;}
.meal_menu0024 ul li + li{margin-top:1rem;}
.meal_menu0024 ul li.no_Data{text-align:center; line-height:2.5rem;}
.meal_menu0024 dl::after{display: block; content: ''; clear: both;}
.meal_menu0024 dl dt.kcal{width: 8rem; float: left; position: relative; line-height: 2.5rem; background: #fff; border-radius: 1.25rem; box-shadow: 0 0 5px #ccc; text-align: center;} 
.meal_menu0024 dl dt.kcal strong{color: #ff3867; font-size: 1.2rem; display: inline-block; font-weight: 500; padding-left: 0.5rem;}
.meal_menu0024 dl dt.kcal em{font-size: 0.8rem; font-weight: 400;}
.meal_menu0024 dl dd.meal_list{width: calc(100% - 9.5rem); float: right;}
.meal_menu0024 .btn_more{position: absolute; top: calc(50% - 0.75rem); right: 1rem;}
.meal_menu0024 .btn_more i{color: #21325c; font-size: 1.3rem; transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.meal_menu0024 .btn_more:hover i, .meal_menu0024 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

/* 포토앨범 */
.gallery0024{position:relative; height:100%;}
.gallery0024 h2{width:calc(100% - 2rem); line-height: 2rem; margin-bottom: 0.5rem; font-size:1.1rem; overflow:hidden; white-space:nowrap;  color:#000;} 
.gallery0024 h2 em{color: #27777c;} 
.gallery0024 .gall_list::after{display: block; content: ''; clear: both;}
.gallery0024 .gall_list li{display:block; width:30%; float: left; margin-left: 5%; position: relative;}
.gallery0024 .gall_list li:first-child{margin-left: 0;}
.gallery0024 .gall_list li .img{position:relative; width:100%; height:9rem; overflow:hidden; background:#eee; border: 1px solid #b7c8d9; border-radius:1.5rem;}
.gallery0024 .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;}
.gallery0024 .gall_list li .txt{overflow:hidden; white-space: nowrap; text-overflow:ellipsis; margin-top: 0.75rem; font-size: 0.9rem; text-align: center;}
/* active */
.gallery0024 .gall_list li:hover .img img,
.gallery0024 .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);}
.gallery0024 .gall_list li:hover .txt,
.gallery0024 .gall_list li:focus .txt{text-decoration: underline;}
.gallery0024 .btn_more{position: absolute; top: 0; right: 0;}
.gallery0024 .btn_more i{color: #21325c; font-size: 1.3rem; transition: 0.3s; -webkit-transition: 0.3s; -o-transition: 0.3s; -moz-transition: 0.3s;}
.gallery0024 .btn_more:hover i, .gallery0024 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}

.gallery0024 .NoData {display:table; width:100%; height:11.1rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery0024 .NoData span {display:table-cell; vertical-align:middle;}

/* 팝업존 */
.pop0024{height:100%;}
.pop0024 h2{margin-bottom: 0.5rem; line-height: 2.1rem; font-size:1.1rem; overflow:hidden; white-space:nowrap;  color:#000;}
.pop0024 .nss_pg{position:absolute; right:0; top:0;}
.pop0024 .nss_pg .page{display:inline-block;} 
.pop0024 .nss_pg .page em{text-align: center; color: #555;padding: 0 0.2rem;}
.pop0024 .nss_pg .page .now{font-weight:600; color: #ff3867; position: relative; }
.pop0024 .nss_pg .control{display: inline-block; background: #fff; border-radius: 1rem; height: 2.1rem; line-height: 2.1rem; padding: 0 0.5rem;}
.pop0024 .nss_pg a{display:inline-block; margin:0 0.1rem; width:1rem; text-align:center; transition: color 0.3s; -webkit-transition: color 0.3s;} 
.pop0024 .nss_pg a:hover, .pop0024 .nss_pg a:focus{color: #ff3867;}
.pop0024 .nss_pg .play{display:none;} 
.pop0024 .pop_img{position:relative; margin:0 auto; width:100%; height: 11.3rem; overflow:hidden; text-align:center; background:#cbe5f1;  border-radius:1.5rem;}
.pop0024 .pop_img li { position:relative; width:100%; height: 11.3rem; font-size:0; }
.pop0024 .pop_img li a { display: block; height:100%; background:#a6c0f7; }
.pop0024 .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;}
 
/* 팝업리스트 레이어 추가 */
.pop0024 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index: 1;}
.pop0024 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop0024 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop0024 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:9.8rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop0024 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop0024 .pop_layer_box .pop_layer ul li a:hover,
.pop0024 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop0024 .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;}
/* 배너존 */
.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:1420px){
	/* 메인비주얼 */ 
	.MVisual3024{height: auto;}
	.MVisual3024 #m_visual,
	.MVisual3024 #m_visual .bx-viewport,
	.MVisual3024 #m_visual,
	.MVisual3024 #m_visual li { height:auto; }
	.MVisual3024 #m_visual li img{ left:auto; top:auto; -webkit-transform:none; transform:none; width: 100%;}

	/* 행사일정 */
	.pop_schedule0024 .lst_schedule{padding-right: 3rem;}
	.pop_schedule0024 .lst_schedule .bx-controls .bx-prev{left: auto; right: 0; top: 3.5rem;} 
	.pop_schedule0024 .lst_schedule .bx-controls .bx-next{right: 0; top: 0;}
	.pop_schedule0024 .lst_schedule.no_slide .bx-controls a{display: block !important;}
	.pop_schedule0024 .sche_wrap ul li a{width: 1.75rem; height: 1.75rem; line-height: 1.75rem;}
}

@media (max-width:1240px){
	

	/* 포토갤러리 */
	.gallery0024 .gall_list li{width: 47.5%;}
	.gallery0024 .gall_list li + li + li{display: none;}
}
@media (max-width:1024px){
	
	/* 행사일정 */
	.pop_schedule0024 h2{font-size:1rem;}

	/* 오늘의식단 */
	.meal_menu0024 h2{padding-left: 1rem; width: 7rem; font-size:1rem;}
	.meal_menu0024 .imgBox{top: 0.5rem; right:4rem; width:7rem; height:auto;}
	.meal_menu0024 .meal_wrap{padding: 1rem 10rem 1rem 0;}
	.meal_menu0024 dl dt.kcal strong{font-size: 1rem;}
	/* 포토앨범 */
	.gallery0024 h2{font-size:1rem;}

	/* 팝업존 */
	.pop0024 h2{font-size:1rem;}

	/* 배너존 */
	.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:800px){  
	/* 바로가기 */
	.M_link0024 ul{display: block;}
	.M_link0024 ul::after{display: block; content: ''; clear: both;}
	.M_link0024 ul li{width: 33.333%; float: left; margin-bottom: 1rem;}

	/* 오늘의식단 */
	.meal_menu0024 .imgBox{top: auto; bottom: .5rem; right: 1rem;}
	.meal_menu0024{padding: 1rem 1rem 5.5rem 1rem;}
	.meal_menu0024 h2{width: 100%; float: none; height: auto; line-height: 1.5;}
	.meal_menu0024 .meal_wrap{width: 100%; height: auto; float: none; padding: 0; 	margin-top: 1rem;} 
	.meal_menu0024 .btn_more{top: 1rem;}
}

@media (max-width:600px){
	/* 행사일정 */
	.pop_schedule0024 .sche_wrap{padding: 0;}
	.pop_schedule0024 .sche_wrap .month{width: 100%; position: relative; margin-bottom:1rem;}
	.pop_schedule0024 .sche_wrap .control p.next {top:calc(50% + 2rem);}
}   
@media (max-width:480px){
	/* 행사일정 */
	.pop_schedule0024 .lst_schedule .bx-controls .bx-prev:before, .pop_schedule0024 .lst_schedule .bx-controls .bx-next:before{width: 2.5rem; height: 2.5rem; line-height: 2.5rem; font-size: 1rem;}
	.pop_schedule0024 .lst_schedule .bx-controls .bx-next{top: 0.5rem;}
	.pop_schedule0024 .lst_schedule .bx-controls .bx-prev{top: 4rem;}
	.pop_schedule0024 .lst_schedule .lst_slide > li div{margin: 0 0.25rem; padding: 1rem;}

	/* 공지사항 */
	.notice0024{padding: 1rem;}
	.notice0024::before{top: 2rem;}
	.notice0024 h2{font-size: 0.8rem; max-width: calc((100% - 1.5rem) / 3);}
	.notice0024 h2 a{padding-left: 0.5rem;}
	.notice0024 h2 a::before{left: 0.2rem;}
	.notice0024 .btn_more{top: -1.4rem;}
	.notice0024 .list_box{top: 2.8rem; width: calc(100% - 2rem);}
	.notice0024 .list_box .noti_top a dl{padding-left: 5rem;}
	.notice0024 .list_box .noti_top a dl dd h3{font-size: 0.9rem;}

	/* 오늘의식단 */
	.meal_menu0024{padding-bottom: 1rem;}
	.meal_menu0024 .imgBox{display: none;}
	.meal_menu0024 dl dt.kcal{width: 100%;}
	.meal_menu0024 dl dd.meal_list{width: 100%; margin-top: 0.5rem;}
	.meal_menu0024 ul{height: 5.5rem;}
	.meal_menu0024 h2{padding-left: 0;}

	/* 포토갤러리 */
	.gallery0024 .gall_list li{width: 100%; margin: 0 0 1rem 0;}
}
@media (max-width:380px){
	/* 바로가기 */
	.M_link0024 ul li{width: 50%;}
	.M_link0024 ul li a .ico img{width: 2.8rem; height: auto; margin-top: 1.3rem;}

}
