﻿ 
/*-----------------------------------------------------------
Author :JI, cohi
Creative date :2021. 09. 13
-----------------------------------------------------------*/
/*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; }

/* 메인비주얼 */
.MVisual3020{position:relative;overflow:hidden;border-radius: 0 2rem; box-shadow: 0 0 16px rgb(0 0 0 / 30%);}
.MVisual3020 #m_visual li{overflow:hidden; width: 100%;  height:24.5rem; background: #eee;}
.MVisual3020 #m_visual li img{position:relative; vertical-align: middle; width: 100%; top:50%; left:50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%);}
.MVisual3020 .bx-wrapper{position:relative;}
.MVisual3020 .bx-controls{position:absolute; bottom:1rem; right:1rem; height:1.3rem; text-align:center;}
.MVisual3020 .bx-controls-direction{display:none;}
.MVisual3020 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3020 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3020 .bx-controls-auto,
.MVisual3020 .bx-pager,
.MVisual3020 .bx-pager-item{display:inline-block;}
.MVisual3020 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3020 .bx-controls-auto a.bx-start {display: none; background-image: url('/00_common/images/con_com/btn_play.png');}
.MVisual3020 .bx-controls-auto a.bx-stop {display: inline-block; background-image: url('/00_common/images/con_com/btn_stop.png');}
.MVisual3020 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3020 .bx-pager-item{height:100%;}
.MVisual3020 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #009bdf; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3020 .bx-pager a.active{background-color:#009bdf;}/* 비주얼 버튼 색상 */

/* 바로가기01 */
.M_link3020{position:relative;overflow:hidden;margin-top: 3.5rem;padding: 0 1rem;z-index: 2;}
.M_link3020 ul:after{display: block; content: ""; clear: both;}
.M_link3020 ul li{position:relative; width: 33.333%; margin:0.75rem 0; float: left;}  
.M_link3020 ul li a .ico{display:block; text-align:center; width: 4.3rem; height: 4.3rem; background: #fff; border-radius: 50%; margin: 0 auto; padding-top: 0.7rem;}
.M_link3020 ul li a .ico img{ transition: 0.3s; -webkit-transition: 0.3s; width: 52px; height: 52px; }
.M_link3020 ul li a:hover .ico img, .M_link3020 ul li a:focus .ico img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link3020 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; color: #fff;} 
.M_link3020 ul li a:hover em, .M_link3020 ul li a:focus em{text-decoration: underline;}


/* 게시판 */
.notice3020{position:relative; height:100%; border-radius: 0.75rem;}
.notice3020 h2{display:inline-block; font-size:1rem; max-width:calc((100% - 4rem) / 3); border-radius:0 .4rem; margin-left: 0.5rem; overflow:hidden; white-space:nowrap; color: #333;} 
.notice3020 h2:first-child{margin-left: 0;} 
.notice3020 h2 a{position:relative; display:block; line-height: 2.5rem; overflow:hidden; transition: 0.3s; -webkit-transition: 0.3s;}
.notice3020 .list_box{position:absolute;top:2.5rem;display:none;width: 100%;  height:calc(100% - 2.5rem); }
.notice3020 .list_box:before {content:"";display:block;position:absolute;width: 98%;height:2px;right: 0;top: -2px;background:#009bdf;}
.notice3020 .list_box dl{padding:1.5rem 0 1.5rem 5.5rem; position: relative; border-bottom: 1px dashed #e3e2df;}
.notice3020 .list_box dl dt{width: 4.5rem;height: 4.5rem;position: absolute;left: 0;top: 0.75rem;padding-top: 1rem;line-height: 1.3;background: #009bdf;color: #fff;border-radius: 50%;text-align: center;transition: 0.3s;-webkit-transition: 0.3s;}
.notice3020 .list_box dl dt em{font-size: 1.2rem;font-weight: 600;display: block;color: #ffeaa4;}
.notice3020 .list_box dl dd h3{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 0.9rem; line-height: 1.5rem; position: relative; transition: 0.3s; -webkit-transition: 0.3s;}
.notice3020 .list_box dl dd.new h3{padding-left: 1.7rem;}
.notice3020 .list_box dl dd.new h3::before{content: "N";display: block;width: 1.5rem;position: absolute;left: 0;height: 1.5rem;text-align: center;color: #fff;font-size: 0.85rem;background: #009bdf;border-radius: 50%;}
.notice3020 .list_box dl dd p{overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #818181; margin-top: 0.25rem; font-weight: 300;}
.notice3020 .list_box ul{overflow:hidden; padding: 0.5rem 0;} 
.notice3020 .list_box ul li{padding-left: 1.2rem; position: relative;}
.notice3020 .list_box ul li::before{position: absolute;left: 0.4rem;top: 0.7rem;width: 5px;height: 12px;border-radius: 45%;transform: rotate(30deg);-webkit-transform: rotate(30deg);background: #5ec09f;content: '';}
.notice3020 .list_box ul > li > a{position:relative; display:block; width:100%; padding-right:4rem; line-height: 1.75rem; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} 
.notice3020 .list_box ul > li.new a:before{content:'N';display:inline-block;width:1.25rem;height:1.25rem;line-height:1.25rem;color:#fff;font-size:0.75rem;text-align:center;border-radius:50%;background: #009bdf;margin-right:0.25rem;} 
.notice3020 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; } 
.notice3020 .btn_more{width: 1.7rem;height: 1.7rem;line-height: 1.7rem;background: #009bdf;text-align: center;border-radius: 50%;font-size: 1rem;color: #fff;position: absolute;top:-2.5rem;right: 0;transition: 0.3s;-webkit-transition: 0.3s;}
.notice3020_2 .btn_more {background:#1fb5be;}
.notice3020_2 .list_box:before{background:#1fb5be;}
.notice3020_2 .list_box dl dt{background: #1fb5be;}
.notice3020 .list_box ul li::before{background: #009bdf;}
.notice3020_2 .list_box ul li::before {background:#1fb5be;}
.notice3020_2 .list_box ul > li.new a:before{background: #1fb5be;}
.notice3020_2 .list_box dl dd.new h3::before{background: #1fb5be;}
/* active */
.notice3020 h2 a:hover,
.notice3020 h2 a:focus,
.notice3020 h2 a.current{background: #009bdf;color: #fff;} 
.notice3020_2 h2 a:hover,
.notice3020_2 h2 a:focus,
.notice3020_2 h2 a.current{background: #1fb5be;} 
.notice3020 .list_box.on{display:block;}
.notice3020 .list_box > a:hover dt, .notice3020 .list_box > a:focus dt{background: #0771a0;}
.notice3020_2 .list_box > a:hover dt, .notice3020_2 .list_box > a:focus dt{background: #128d94; }
.notice3020 .list_box > a:hover dd h3, .notice3020 .list_box > a:focus dd h3{color: #009bdf;}
.notice3020_2 .list_box > a:hover dd h3, .notice3020_2 .list_box > a:focus dd h3{color: #1fb5be;}
.notice3020 .list_box > a:hover dd p, .notice3020 .list_box > a:focus dd p{text-decoration: underline;}
.notice3020 .list_box ul > li > a:hover,
.notice3020 .list_box ul > li > a:focus{text-decoration:underline;}
.notice3020 .btn_more:hover, .btn_more:focus{background: #0771a0;}
.notice3020_2 .btn_more:hover, .btn_more:focus{background: #128d94;}

.notice3020 .list_box .NoData {display:table; width:100%; height:calc(100% - 1rem); margin-top:1rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3020 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 행사일정 */
.pop_schedule3020{position:relative;height:100%;background: #eaf5f9;border-radius: 0 1.5rem;padding:1.5rem 1rem;} 
.pop_schedule3020 h2{position: absolute;color: transparent;font-size:1rem;overflow:hidden;white-space:nowrap;line-height:1;} 
.pop_schedule3020 .month{text-align: center; padding-bottom: 1rem;}
.pop_schedule3020 .month a{display: inline-block; position: absolute; font-size: 1.2rem; left: 1.5rem; transition: color 0.3s; -webkit-transition: color 0.3s;}
.pop_schedule3020 .month a.next{left: auto; right: 1.5rem;}
.pop_schedule3020 .month p{display: inline-block; text-align: center; font-size: 1.1rem; vertical-align: middle;}
.pop_schedule3020 .month p em{color: #009bdf;font-weight: 600;}
.pop_schedule3020 .btn_more{position:absolute; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; background: #009bdf;top: auto; bottom: -1.25rem; left: calc(50% - 1.25rem);  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_schedule3020 .btn_more i{transition: 0.3s;-webkit-transition: 0.3s;color: #fff;}
.pop_schedule3020 .sche_tbl ul{display: table;table-layout: fixed;width: 100%;background: #009bdf;color: #fff;border-radius: 1rem 1rem 0 0;position: relative;z-index: 2;} 
.pop_schedule3020 .sche_tbl ul li{display: table-cell; text-align: center; line-height: 2rem;}
.pop_schedule3020 .sche_tbl table{height:12.2rem; background: #fff; border-radius: 1rem; padding:1.5rem 0.25rem 0.5rem; margin-top: -1rem;}
.pop_schedule3020 .sche_tbl td { text-align:center; font-size:0.7rem; line-height:1.5rem; color: #444; padding-bottom:0.2rem;} 
.pop_schedule3020 .sche_tbl td.sun{color: #d41933;}
.pop_schedule3020 .sche_tbl td.sat{color: #266cb6;}
.pop_schedule3020 .sche_tbl td a { display:block; width:1.25rem; height:1.25rem; line-height:1.25rem; border-radius:50%; margin:0 auto; transition: 0.3s; -webkit-transition: 0.3s;}
.pop_schedule3020 .sche_tbl td a.day {background: #fff1c4;}
.pop_schedule3020 .sche_tbl td a.today {background: #044764;color:#fff;}
.lst_schedule{width:100%; height:7rem; margin: 1rem 0; overflow-y:auto;}
.lst_schedule > li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.lst_schedule > li + li{margin-top: 0.25rem;}
.lst_schedule > li .date{display:inline-block;margin-right:8px;width:1.5rem;height:1.5rem;line-height:1.5rem;font-size: 0.75rem;text-align:center;border-radius:50%;background: #009bdf;color:#fff;transition: 0.3s;-webkit-transition: 0.3s;}
.lst_schedule > .no_Data{line-height:8rem; text-align:center;}
/* active */
.lst_schedule > li:hover .date, .lst_schedule > li:focus .date{background: #0771a0;}
.lst_schedule > li a:hover,
.lst_schedule > li a:focus{text-decoration:underline;}
.pop_schedule3020 .sche_tbl td a.today:hover{background: #0b678f;} 
.pop_schedule3020 .month a:hover, .pop_schedule3020 .month a:focus{color: #0771a0;}
.pop_schedule3020 .btn_more:hover, .pop_schedule3020 .btn_more:focus{background: #0771a0;}
.pop_schedule3020 .btn_more:hover i, .pop_schedule3020 .btn_more:focus i{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.pop_schedule3020 .sche_tbl td a.day:hover, .pop_schedule3020 .sche_tbl td a.day:focus{background: #fee080;}

/* 오늘의식단 */
.meal_menu3020{position:relative; height:100%;}
.meal_menu3020 .imgBox{position:absolute; bottom:1rem; right:1.5rem;}
.meal_menu3020 h2{width:calc(100% - 2rem); line-height:1.7rem; margin-bottom: 0.5rem; font-size:1rem; overflow:hidden; white-space:nowrap; color: #333;}
.meal_menu3020  div{background: #dbdfff;border-radius: 0 1rem;padding: 1rem 1.5rem;height: 225px;}
.meal_menu3020 ul{ overflow-y: auto; height:7.5rem; margin-right: 5.5rem; }
.meal_menu3020 ul li + li{margin-top:1rem;}
.meal_menu3020 ul li.no_Data{text-align:center; line-height:7.5rem;}
.meal_menu3020 dl{position:relative;}
.meal_menu3020 dl dt{line-height:2.5rem;font-weight: 400;font-size:0.95rem;overflow: hidden;text-align:center;background: #fff;border-radius: .8rem;} 
.meal_menu3020 dl dt strong{padding: 0 1rem;background: #7b88f9;float: left;color: #fff;}
.meal_menu3020 dl dd{padding: 1rem 0; line-height: 1.35rem;}
.meal_menu3020 .btn_more{width: 1.7rem; height: 1.7rem; line-height: 1.7rem; background: #7b88f9; text-align: center; border-radius: 50%; font-size: 1rem; color: #fff; position: absolute; top: 0; right: 0; transition: 0.3s; -webkit-transition: 0.3s;}
.meal_menu3020 .btn_more:hover, .btn_more:focus{background: #5260dc;}


/* 팝업존 */
.pop3020{height:100%;}
.pop3020 h2{width: calc(100% - 2rem); line-height: 1.7rem; margin-bottom: 0.5rem; font-size:1rem; overflow:hidden; white-space:nowrap; color: #333;}
.pop3020 .list{position: absolute;right: 0;top: 0;font-size: 1rem;width: 1.7rem;height: 1.7rem;line-height: 1.7rem;border-radius: 50%;background: #009bdf;text-align: center;color: #fff;transition: 0.3s;-webkit-transition: 0.3s;}
.pop3020 .list:hover, .pop3020 .list:focus{background: #0771a0;}
.pop3020 .pop_wrap{width: 100%;height: 225px;border-radius: 0 1rem;overflow: hidden;}
.pop3020 .nss_pg{float: left;text-align: center;background: #009bdf;width: 2.7rem;height: 100%;}
.pop3020 .nss_pg span{ color: #fff; font-weight: 300; } 
.pop3020 .nss_pg span .now{ color: #ffe35e;}
.pop3020 .nss_pg a{display:block; margin:0.5rem auto; width:1.5rem; height: 1.5rem; background: #fff; border-radius: 50%; text-align:center; font-size: 1rem;} 
.pop3020 .nss_pg .play{display:none;} 
.pop3020 .pop_wrap{position: relative; }
.pop3020 .bx-wrapper{position:relative; float: right; z-index: 1; overflow: hidden; width: calc(100% - 2.7rem); height: 100%; background: #eee; margin: 0 auto; text-align:center;} 
.pop3020 .pop_img li a { display: block; height: 11.3rem; }
.pop3020 .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%;} 
.pop3020 .btn_more{width: 1.7rem; height: 1.7rem; line-height: 1.7rem; background: #5ec09f; text-align: center; border-radius: 50%; font-size: 1rem; color: #fff; position: absolute; top: 0; right: 0; transition: 0.3s; -webkit-transition: 0.3s;}
.pop3020 .btn_more:hover, .btn_more:focus{background: #16966a;}
/* 팝업리스트 레이어 추가 */
.pop3020 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61; z-index: 1; border-radius: 1rem;}
.pop3020 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3020 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3020 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:9.5rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3020 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3020 .pop_layer_box .pop_layer ul li a:hover,
.pop3020 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3020 .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;}


/* 포토앨범 */
.gallery3020{position:relative; height:100%;}
.gallery3020 h2{max-width:calc(100% - 2rem); margin-bottom:1rem; font-size:1rem; overflow:hidden; white-space:nowrap; color:#333; line-height:1;} 
.gallery3020 .gall_list::after{display: block; content: ""; clear: both;}
.gallery3020 .gall_list li{display:block;width:31%;float:left;position: relative;overflow: hidden;margin-left: 3.5%;border-radius: 0 1rem;border: 2px solid #b4d8da;}
.gallery3020 .gall_list li:first-child{margin-left: 0;}
.gallery3020 .gall_list li .img{position:relative;width:100%;height:7.75rem;overflow:hidden;background:#eee;}
.gallery3020 .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;}
.gallery3020 .gall_list li .txt{background: #fff;padding: 0.2rem 0.7rem;line-height: 2rem;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.gallery3020 .btn_more{width: 1.7rem;height: 1.7rem;line-height: 1.7rem;background: #1fb5be;text-align: center;border-radius: 50%;font-size: 1rem;color: #fff;position: absolute;top: 0;right: 0;transition: 0.3s;-webkit-transition: 0.3s;}
/* active */
.gallery3020 .gall_list li:hover .img img,
.gallery3020 .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);}
.gallery3020 .gall_list li:hover .txt,
.gallery3020 .gall_list li:focus .txt{text-decoration: underline;}
.gallery3020 .btn_more:hover, .btn_more:focus{background: #148289;}

.gallery3020 .NoData {display:table; width:100%; height:10.35rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3020 .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:1240px){
	/* 메인비주얼 */
	.MVisual3020 #m_visual li{height: 17.5rem;}

	/* 행사일정 */
	.pop_schedule3020{width: calc(100% - 1.25rem); padding: 1rem 1rem 1rem 0;}
	.pop_schedule3020::after{display: block; content: ''; clear: both;}
	.pop_schedule3020 .month{width: 7rem; float: left; margin-top: 5rem; position: relative;}
	.pop_schedule3020 .month a{transform: rotate(90deg); -webkit-transform: rotate(90deg); left: calc(50% - 0.4rem); top: -2.5rem;}
	.pop_schedule3020 .month a.next{right: auto; left: calc(50% - 0.4rem); top: 2.5rem;}
	.pop_schedule3020 .sche_tbl{width: 15rem; margin-right: 2rem; float: left;}
	.lst_schedule{width: calc(100% - 24rem); float: left;}
	.pop_schedule3020 .btn_more{left: auto; right: -1.25rem; bottom: calc(50% - 1.25rem);}
}
@media (max-width:1024px){
	h2{font-size:1rem;}

	/* 오늘의식단 */
	.meal_menu3020 .imgBox {bottom:0;}
	.meal_menu3020 ul{margin-right: 0; height: 6.2rem;}

	/* 배너존 */
	.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){
	/* 메인비주얼 */
	.MVisual3020 #m_visual li{height: auto;}
	.MVisual3020 #m_visual li img{position: static; transform: none; -webkit-transform: none;}
	
	/* 바로가기01 */
	.M_link3020{padding: 0;margin-top: 0;} 
}

@media (max-width:700px){	 
	/* 행사일정 */
	.pop_schedule3020{padding: 1rem; width: 100%;}
	.pop_schedule3020 .month{width: 100%; float: none; margin-top: 0;}
	.pop_schedule3020 .month a{left: 1.5rem; top: 0; transform: none; -webkit-transform: none;}
	.pop_schedule3020 .month a.next{left: auto; top: 0; right: 1.5rem;}
	.pop_schedule3020 .sche_tbl{width: 100%; float: none; margin-right: 0;}
	.lst_schedule{width: 100%; float: none;}
	.pop_schedule3020 .btn_more{top: auto; bottom: -1.25rem; right: calc(50% - 1.25rem);}

	/* 포토갤러리 */
	.gallery3020 .gall_list li{width: 49%; margin-left: 2%;}
	.gallery3020 .gall_list li + li + li {display: none;}

	/* 바로가기01 */
	.M_link3020 ul li a .ico { width:3.5rem; height:3.5rem; padding-top:0.5rem;}
	.M_link3020 ul li a .ico img { width:2.5rem; height:2.5rem;}
	
	/* 공지사항 */
	.notice3020 .list_box dl { padding:1rem 0 1rem 4rem;}
	.notice3020 .list_box dl dt { width:3.3rem; height:3.3rem; padding-top:0.6rem; font-size:0.7rem;}
	.notice3020 .list_box dl dt em { font-size:1rem; }

}  

@media (max-width:380px){ 

	/* 공지사항 */
	.notice3020 .list_box{top: 2rem;}
	.notice3020 h2{font-size: 0.85rem;}
	.notice3020 h2 a{line-height: 2rem;}
	.notice3020 .btn_more{top: -2rem;}

	/* 바로가기 */
	.M_link3020 ul li{width:50%;}

	/* 오늘의식단 */
	.meal_menu3020 div{height: 8.5rem;}
	.meal_menu3020 .imgBox{display: none;}
	.meal_menu3020 dl dd{padding: 1rem 0 0 0;}
	.meal_menu3020 dl dt strong{width: 4.5rem;}

	/* 포토갤러리 */
	.gallery3020 .gall_list li{width: 100%; margin: 0 0 1rem 0;}
}
@media (max-width:340px){

}
