﻿ 
/*-----------------------------------------------------------
Author :SY, Kwak
Creative date :2021. 09. 09
-----------------------------------------------------------*/
/*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; }


/* 메인비주얼 */
.MVisual3013{position:relative; height:25.25rem; overflow:hidden;}
.MVisual3013 #m_visual li{overflow:hidden;}
.MVisual3013 #m_visual li img{position:relative; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.MVisual3013 .bx-wrapper{position:relative;}
.MVisual3013 .bx-controls{position:absolute; bottom:2rem; right:0; max-width:1200px; width:100%; height:1.3rem; text-align:center;}
.MVisual3013 .bx-controls-direction{display:none;}
.MVisual3013 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3013 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3013 .bx-controls-auto,
.MVisual3013 .bx-pager,
.MVisual3013 .bx-pager-item{display:inline-block;}
.MVisual3013 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3013 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3013 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3013 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3013 .bx-pager-item{height:100%;}
.MVisual3013 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #3363aa; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3013 .bx-pager a.active{background-color:#3363aa;}/* 비주얼 버튼 색상 */

/* 바로가기01 */
.M_link3013{position:relative; height:100%; overflow:hidden;}
.M_link3013 ul{width:100%; display:table; table-layout:fixed;}
.M_link3013 ul li{position:relative; display:table-cell;}      
.M_link3013 ul li a { display:block; }   
.M_link3013 ul li a .ico{ position:relative; display:block; width:3.85rem; height:4.2rem; text-align: center; margin:0 auto;  vertical-align: top;}
.M_link3013 ul li a .ico img {width:100%; height:100%; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.M_link3013 ul li a p{position: relative; margin: 0 0.5rem;}
.M_link3013 ul li a p em{display: block; position: relative; max-height:2.4rem; color:#333; text-align: center; font-size:0.85rem; line-height:1.2rem; overflow:hidden; margin-bottom: 0.5rem; z-index: 2;} 
/* active */
.M_link3013 ul li a:hover .ico img,
.M_link3013 ul li a:focus .ico img{-webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -moz-transform:rotateY(180deg); transform:rotateY(180deg); }

/* 게시판 */
.notice3013{position:relative; height:100%; padding-right: 2rem; }
.notice3013 .tit{font-size: 1.8rem; font-weight: 200; position: absolute; top: -0.4rem; left: 0; display: inline-block; background: #fff;}
.notice3013 .tit em{color: #01af9d; font-weight: 500;}
.notice3013 h2{display:inline-block; max-width:calc((100% - 12.5rem) / 3); line-height:2rem; font-size:1rem; overflow:hidden; white-space:nowrap;}  
.notice3013 h2 ~ h2{margin-left:0.8rem;}
.notice3013 h2 a{position:relative; display:block; font-weight: 200; transition: 0.3s; -webkit-transition: 0.3s;}
.notice3013 h2 a:before{content:''; position:absolute; left:0; top:0.2rem; display:block; width:0.7rem; height:0.7rem; background:#e7e7e7; border-radius:50%;  -webkit-transition:background 0.3s; -ms-transition:background 0.3s; -moz-transition:background 0.3s; transition:background 0.3s; }
.notice3013 h2 a span { display:block; overflow:hidden; position: relative; padding-left: 0.2rem;}
.notice3013 .list_box{position:absolute; top:2.5rem; display:none; width:100%;  text-align: left;  height:calc(100% - 2.5rem); }
.notice3013 .list_box ul{overflow:hidden;} 
.notice3013 .list_box ul::after{display: block; content: ''; clear: both;}
.notice3013 .list_box ul li { width: 25%; float: left; background: #fff;}
.notice3013 .list_box ul li a{display: block; border: 1px solid #e0e0e0; padding: 1.2rem; border-left: 0; border-top:2px solid #416eff;}
.notice3013 .list_box ul li:first-child a{border-left: 1px solid #e0e0e0;}
.notice3013 .list_box ul li h3{font-size: 1rem; height: 2.9rem; margin-top: 0.6rem; color:#333; overflow: hidden; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice3013 .list_box ul li p{font-size: 0.75rem; font-weight: 300; color: #787878; height: 3.3rem; overflow: hidden; margin: 1rem 0; }
.notice3013 .list_box ul li span{color: #787878; font-size: 0.7rem; display: block; padding-top: 1rem;}
.notice3013 .list_box ul li.new h3{margin-top: 0.2rem;}
.notice3013 .list_box ul li.new p{height: 2.2rem;}
.notice3013 .list_box ul li.new a{padding-top: 2.7rem;}
.notice3013 .list_box ul li.new a::before{width: 2.5rem; height: 1.5rem; line-height: 1.5rem; background: #416eff; text-align: center; color: #fff; position: absolute; top: 1.2rem; left: 1.2rem; font-size: 0.6rem; content: 'NEW'; }
.notice3013 .btn_more{position:absolute; top:-2.7rem; right:0; text-align:center; font-size:1.5rem; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
/* active */ 
.notice3013 h2 a.current,
.notice3013 h2 a:focus,
.notice3013 h2 a:hover{color:#111; font-weight: 500;}
.notice3013 h2 a.current:before,
.notice3013 h2 a:focus:before,
.notice3013 h2 a:hover:before { background: #416eff;}
.notice3013 .list_box.on{display:block;}
.notice3013 .list_box ul > li > a:hover h3,
.notice3013 .list_box ul > li > a:focus h3{color: #416eff;}
.notice3013 .list_box ul > li > a:hover p,
.notice3013 .list_box ul > li > a:focus p{text-decoration: underline;}
.notice3013 .btn_more:hover,
.notice3013 .btn_more:focus{-webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); -moz-transform:rotate(180deg); transform:rotate(180deg);}

.notice3013 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3013 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 포토갤러리 */
.gallery3013{position:relative; height:100%;}
.gallery3013 h2{margin:0 5rem 1rem 0;line-height:2rem; font-size:1.1rem; color:#fff; overflow:hidden; white-space:nowrap; }  
.gallery3013 .gall_list{margin:0 -0.5rem; overflow:hidden;}
.gallery3013 .gall_list li{display:block; width:33.333%; float:left; padding:0 0.75rem;} 
.gallery3013 .gall_list li a{ display:block; color:#fff;}
.gallery3013 .gall_list li .img{position:relative; display:block; width:100%; height:9rem; overflow:hidden; background:#eee; }
.gallery3013 .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;}
.gallery3013 .gall_list li .txt{display:block; margin-top:0.5rem; text-align: center; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.gallery3013 .gall_list li .date{color:#777; font-size:0.65rem;}
.gallery3013 .btn_more{position:absolute; top:0; right:0; text-align:center; font-size:1.5rem; color:#fff; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
/* active */
.gallery3013 .btn_more:hover,
.gallery3013 .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.gallery3013 .gall_list li a:hover .txt,
.gallery3013 .gall_list li a:focus .txt { text-decoration:underline;}
.gallery3013 .gall_list li a:hover .img img,
.gallery3013 .gall_list li a: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);}

.gallery3013 .NoData {display:table; width:100%; height:10.7rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3013 .NoData span {display:table-cell; vertical-align:middle;}


/* 오늘의식단 */
.meal_menu3013{position:relative; height:100%;}
.meal_menu3013 h2{margin:0 2rem 0.5rem 0;line-height:2rem; font-size:1.1rem; color:#333; overflow:hidden; white-space:nowrap; }
.meal_menu3013 .meal_wrap { background:#ffbebe; padding:1.55rem 1rem 6rem 1rem; }
.meal_menu3013 ul{ height:7.2rem; overflow-y:auto;}
.meal_menu3013 ul li + li{margin-top:1rem;}
.meal_menu3013 ul li.no_Data{text-align:center; line-height:7rem;}
.meal_menu3013 .imgbox{position:absolute; bottom:1rem; right: 1rem;}
.meal_menu3013 .imgbox img{width: 6.6rem; height: auto;}
.meal_menu3013 dl{position:relative;}
.meal_menu3013 dl dt.kcal{margin-right:1rem; line-height:2.5rem; color: #e03041; font-weight: 600; font-size: 1.2rem; text-align:center; border-radius:1.75rem; border: 2px dotted #e92a4e; background:#fff;} 
.meal_menu3013 dl dt.kcal strong {display: inline-block; margin-right: 0.5rem; color: #333; font-weight: 300; font-size: 1rem; text-align: center;}
.meal_menu3013 dl dt.kcal em{font-size: 0.8rem; }
.meal_menu3013 dl dd.meal_list{padding-top: 0.5rem; color:#444;}
.meal_menu3013 .btn_more{position:absolute; top:0; right:0; text-align:center; font-size:1.5rem; color:#333; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
/* active */
.meal_menu3013 .btn_more:hover,
.meal_menu3013 .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 팝업존 */
.pop3013{height:100%;}
.pop3013 h2{margin:0 11rem 0.5rem 0;line-height:2rem; font-size:1.1rem; color:#333; overflow:hidden; white-space:nowrap; }
.pop3013 .nss_pg{position:absolute; right:0; top:0;}
.pop3013 .nss_pg span{display:inline-block; line-height: 2rem; } 
.pop3013 .nss_pg span .now{ color:#e03041; }
.pop3013 .nss_pg a{display:inline-block; margin:0 0.1rem;  line-height:2rem; font-size:1rem; text-align:center;transition:border 0.3s; -webkit-transition:border 0.3s; -ms-transition:border 0.3s; -moz-transition:border 0.3s; } 
.pop3013 .nss_pg .play{display:none;} 
.pop3013 .bx-wrapper{position:relative; margin:0 auto; width:100%; height:225px; overflow:hidden; text-align:center; background:#cbe5f1; }
.pop3013 .pop_img li { position:relative; width:100%; height:225px; font-size:0; }
.pop3013 .pop_img li a { display: block; height:100%; background:#a6c0f7; }
.pop3013 .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;}
 
/* 팝업리스트 레이어 추가 */
.pop3013 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61;}
.pop3013 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3013 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3013 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:9.7rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3013 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3013 .pop_layer_box .pop_layer ul li a:hover,
.pop3013 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3013 .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;}
/*active*/
.pop3013 .nss_pg a:hover,
.pop3013 .nss_pg a:focus { border-color:#49a1ca; }

/* 행사일정 */
.pop_schedule3013{position:relative; height:100%;}
.pop_schedule3013 .date{width: 4.5rem; height: 4.5rem; border-radius: 1rem; padding-top: 0.7rem; color:#98ceff; background: #0072d9; line-height: 1.1; text-align: center; position: absolute; left: 1.25rem; top: 1.25rem;} 
.pop_schedule3013 .date em{font-size: 1.8rem; font-weight: 700; color: #fff; display: block; }
.pop_schedule3013 h2{margin:0 2rem 0.5rem 0; line-height:2rem; font-size:1.1rem; color:#333; overflow:hidden; white-space:nowrap; }
.pop_schedule3013 .schedule_wrap{background: #fff; padding: 1.25rem; position: relative;}
.pop_schedule3013 .schedule_wrap ul{display: table; table-layout: fixed; width: 100%;}
.pop_schedule3013 .schedule_wrap .week{position: relative; margin-left: 5.5rem; padding: 0 2rem;}
.pop_schedule3013 .schedule_wrap .week ul li{display: table-cell; text-align: center; }
.pop_schedule3013 .schedule_wrap .week ul li p{font-size: 1.1rem; font-weight: 600; color: #838175; position: relative; margin: 0.3rem 0 0.7rem;}
.pop_schedule3013 .schedule_wrap .week ul li p.day::before{width: 2rem; height: 0.6rem; background: #cce3f7; border-radius: 0.3rem; position: absolute; bottom: 0; left:calc(50% - 1rem); z-index: 1; content: '';transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule3013 .schedule_wrap .week ul li p.day a{display: block; color: #232323; position: relative; z-index: 2;}
.pop_schedule3013 .schedule_wrap .week ul li p.day a::before{width: 5px; height: 5px; border-radius: 50%; background: #0072d9; position: absolute; top: 0; right: 0; content: ''; transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule3013 .schedule_wrap .week ul li p.today a{display: block; width: 2rem; height: 2rem; line-height: 2rem; margin: 0 auto; border-radius: 50%; background: #becef4; color: #232323;  transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule3013 .schedule_wrap .week .prev, .pop_schedule3013 .schedule_wrap .week .next{display: block; width: 2rem; height: 1.5rem; line-height: 1.5rem; border-radius: 1rem; background: #0776da; color: #fff; text-align: center; position: absolute; top: 1rem; transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule3013 .schedule_wrap .week .prev{left: 0;}
.pop_schedule3013 .schedule_wrap .week .next{right: 0;}
.pop_schedule3013 .btn_more{position:absolute; top:0.3rem; right:0; width:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; font-size:1.3rem; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;} 
.pop_schedule3013 .lst_schedule{background: #f5f7fc; position: relative; padding: 0 2.5rem; margin-top: 1.5rem;}
.pop_schedule3013 .lst_schedule li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden; line-height: 3rem;}
.pop_schedule3013 .lst_schedule li .day{display:inline-block; color: #0072d9; padding-right: 0.5rem; font-weight: 600;}
.pop_schedule3013 .lst_schedule .no_Data{line-height:6rem; text-align:center;}
.pop_schedule3013 .lst_schedule .bx-controls a{position: absolute; color: transparent; width: 1rem;}
.pop_schedule3013 .lst_schedule .bx-controls a.bx-prev{top: 1rem; left: 1rem;}
.pop_schedule3013 .lst_schedule .bx-controls a.bx-next{top: 1rem; right: 1rem;}
.pop_schedule3013 .lst_schedule .bx-controls a.bx-prev::before{content: "\e908"; font-family: 'xeicon'; font-size: 1rem; color: #333;}
.pop_schedule3013 .lst_schedule .bx-controls a.bx-next::before{content: "\e90b"; font-family: 'xeicon'; font-size: 1rem; color: #333;}
/* active */
.pop_schedule3013 .schedule_wrap .week .prev:hover, .pop_schedule3013 .schedule_wrap .week .next:hover, .pop_schedule3013 .schedule_wrap .week .prev:focus, .pop_schedule3013 .schedule_wrap .week .next:focus{background: #004f96;}
.pop_schedule3013 .lst_schedule li:hover, .pop_schedule3013 .lst_schedule li:focus{text-decoration: underline;}
.pop_schedule3013 .schedule_wrap .week ul li p.day:hover::before, .pop_schedule3013 .schedule_wrap .week ul li p.day:focus::before{background: #0776da;}
.pop_schedule3013 .schedule_wrap .week ul li p.today a:hover, .pop_schedule3013 .schedule_wrap .week ul li p.today a:focus{background: #ffd07e;}
.pop_schedule3013 .btn_more:hover, .pop_schedule3013 .btn_more:focus {transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 배너존 */
.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:1600px){
	.MVisual3013{height:auto;}
	.MVisual3013 #m_visual li img {width: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}

}

@media (max-width:1240px){

	/* 공지사항 */
	.notice3013 .list_box ul li{width: 33.333%;}
	.notice3013 .list_box ul li + li + li + li {display: none; }

	/* 포토갤러리 */
	.gallery3013 .gall_list li{width: 50%;}
	.gallery3013 .gall_list li + li + li {display: none;}

	/* 바로가기 */
	.M_link3013 ul li a .ico img{width: 3rem; height: auto;} 

	/* 오늘의식단 */
	.meal_menu3013 h2{font-size:1rem;}

	/* 팝업존 */
	.pop3013 h2{font-size:1rem;}
	
	/* 행사일정 */
	.pop_schedule3013 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:890px){
	/* 바로가기 */
	.M_link3013 ul{display: block;}
	.M_link3013 ul::after{display: block; content: ''; clear: both;}
	.M_link3013 ul li{display: block; width: 25%; float: left; height: 6rem; margin-bottom: 1rem;}

	/* 게시판 */
	.notice3013 .list_box ul li{width: 50%;}
	.notice3013 .list_box ul li + li + li {display: none;}

	/* 오늘의식단 */
	.meal_menu3013 .meal_wrap{padding-bottom: 6rem;}
	.meal_menu3013 .btn_more{bottom: 3.6rem;}
	 
}
@media (max-width:760px){  
	/* 오늘의식단 */
	.meal_menu3013 ul{height: 6.2rem;}
} 
@media (max-width:600px){	 

	/* 게시판 */
	.notice3013 h2{max-width: calc((100% - 1.5rem) / 3);}
	.notice3013 h2 ~ h2{margin-left: 0.5rem;}

	/* 행사일정 */
	.pop_schedule3013 .date{position: relative; margin: 0 auto 1rem; left: auto; top:auto;}
	.pop_schedule3013 .schedule_wrap .week .prev, .pop_schedule3013 .schedule_wrap .week .next{top: -4rem;}
	.pop_schedule3013 .schedule_wrap .week{margin-left: 0; padding: 0;}
  

}  
@media (max-width:480px){
	/* 메인비주얼 */
	.MVisual3013 .bx-controls{bottom:2rem;}

	/* 바로가기 */
	.M_link3013 ul li{width: 33.333%;}
	
	/* 공지사항 */
	.notice3013 .tit{font-size: 1.5rem;}
	.notice3013 .list_box ul li{width: 100%;}
	.notice3013 .list_box ul li:first-child a{border-bottom: 0;}
	.notice3013 .list_box ul li:nth-of-type(2){border-left: 1px solid #e0e0e0;}
	.notice3013 .list_box ul li h3{font-size:0.9rem; height: auto; margin-top:0; white-space: nowrap; text-overflow: ellipsis;} 
	.notice3013 .list_box ul li span{padding-top: 0.5rem;}
	.notice3013 .list_box ul li p {margin:0.5rem 0;}

	/* 오늘의식단 */
	.meal_menu3013 .meal_wrap{padding-top: 1rem;}
	.meal_menu3013 dl dt.kcal { font-size:0.95rem;}
	.meal_menu3013 dl dt.kcal strong { font-size:0.9rem;}
}
@media (max-width:380px){  
	/* 공지사항 */
	.notice3013 .tit{font-size: 1.3rem;}
	.notice3013 h2{font-size: 0.9rem;}

	/* 바로가기 */
	.M_link3013 ul li{width: 50%;}

	/* 포토갤러리 */
	.gallery3013 .gall_list li{width: 100%; margin-bottom: 1rem;}

	/* 행사일정 */
	.pop_schedule3013 .schedule_wrap { padding:1.25rem 0.5rem;} 
	.pop_schedule3013 .schedule_wrap .week ul li p { font-size:0.9rem;}
	.pop_schedule3013 .schedule_wrap .week ul li p.today a { width:1.5rem; height:1.5rem; line-height:1.5rem; }

}
