﻿
.heading { font-size: 1.1rem; font-weight: 700; margin-right: 3rem; margin-bottom: 1rem; overflow: hidden; white-space: nowrap; color: #000; }

/* btn_more */
.btn_more { position: absolute; top: 0; right: 0; }
.btnTy1 { display: block; width: 2rem; height: 2rem; line-height: 2rem; border-radius: 50%; text-align: center; color: #000; background: #e5e5e5; font-size: 1.2rem; }
.btnTy2 { font-size: 0.8rem; }
.btnTy2 span { position: relative; font-weight: 600; margin-right: 0.4rem; }
.btnTy2 span::before { position: absolute; top: 50%; left: -0.6rem; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 1.75rem; height: 1.75rem; border-radius: 50%; z-index: -1; content: ""; }
/* btn_more : active */
.btnTy1 i:hover,
.btnTy1 i:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg); }
.btnTy2:hover span::before,
.btnTy2:focus span::before { transform: translate(220%, -50%); -webkit-transform: translate(220%, -50%); }
.btnTy1 i,
.btnTy2 span::before {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 메인비주얼 */
.MVisual0006 { position: relative; height: 100%; overflow:hidden;}
.MVisual0006 .item{overflow:hidden; line-height:0; background: #f1f1f1; }
.MVisual0006 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0006 .control{position:absolute; right: 1rem; bottom: 1rem; z-index:1;}
.MVisual0006 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(43, 192, 131, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0006 .control > a.play{display:none;}
.MVisual0006 .control > a:hover,
.MVisual0006 .control > a:focus{ background:rgba(43, 192, 131, 0.9);}

/* 바로가기1 */
.M_link0006 { position:relative; height:100%; }
.M_link0006 ul { display:table; width: calc(100% + 1rem); margin-left: -0.5rem; table-layout: fixed;}
.M_link0006 li { position:relative; display:table-cell; vertical-align:top; z-index:1; text-align: center; }
.M_link0006 li a { display: block; }
.M_link0006 li a .img { display: flex; align-items: center; justify-content: center; width: 5rem; height: 5rem;  background: #f0f0f0; border-radius: 50%; margin: auto; }
.M_link0006 li a span { display: block; font-size:0.9rem; line-height:1rem; max-height:2rem; padding:0 5px; overflow:hidden; color:#000; margin-top: 1rem; font-weight: 600;}
/** 바로가기1 : active **/
.M_link0006 li a:hover .img,
.M_link0006 li a:focus .img { background: #ffbb04; -webkit-animation:linkAni 0.3s; animation:linkAni 0.3s; }
.M_link0006 li a,
.M_link0006 li a .img,
.M_link0006 li a .img img { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

@-webkit-keyframes linkAni {
	0% {-webkit-transform:translateY(0); transform:translateY(0);}
	60% {-webkit-transform:translateY(-8px); transform:translateY(-8px);}
	100% {-webkit-transform:translateY(0); transform:translateY(0);}
}
@keyframes linkAni {
	0% {-webkit-transform:translateY(0); transform:translateY(0);}
	60% {-webkit-transform:translateY(-8px); transform:translateY(-8px);}
	100% {-webkit-transform:translateY(0); transform:translateY(0);}
}

/* 게시판 */
.notice0006 { position:relative; height:100%; }
.notice0006 .titTab{margin-bottom:1.8rem;}
.notice0006 .titTab ul{ position: relative; left: -1.2rem; font-size:0; padding-right: 2.2rem; }
.notice0006 .titTab li { display:inline-block; max-width:calc(32% - 0.25rem); font-weight:400; font-size:1.1rem; font-weight: 600; vertical-align: top; padding-left:1.2rem; }
.notice0006 .list_box li:nth-child(n+5) { display: none; }
.notice0006 .titTab li a { display:block; position:relative; font-size: 1.1rem; color:#666; line-height: 2.5rem; }
.notice0006 .titTab li a span { position: relative; display:block; overflow:hidden; white-space:nowrap;}
.notice0006 .titTab li a span:before{content:""; position: absolute; bottom: 0; left: 0; width: 0; height: 0.2rem; background: #ffbb04; border-radius: 1rem; }
.notice0006 .list_box { display:none; width:100%; height:calc(100% - 2.5rem); margin-top: -0.55rem; }
.notice0006 .list_box ul { height:100%; }
.notice0006 .list_box li { float: left; width: 48%; padding: 0.55rem 0; }
.notice0006 .list_box li ~ li { margin-left: 4%; }
.notice0006 .list_box li:nth-child(3) { margin-left: 0; }
.notice0006 .list_box li a { position:relative; display:block; padding:1.2rem; overflow:hidden; font-weight: 600; color:#333; border: 3px solid #f4f4f4; border-radius: 2rem;}
.notice0006 .list_box li a .tit { position: relative; font-size: 0.9rem; color: #000; height: 2.4rem; overflow: hidden; }
.notice0006 .list_box li a .txt { font-size: 0.8rem; color: #7c7b7b; height: 2.2rem; overflow: hidden; margin: 1rem 0 1.6rem; }
.notice0006 .list_box li a span { font-size: 0.7rem; color: #7c7b7b; }
.notice0006 .list_box li a.new .tit { padding-left: 1.1rem; }
.notice0006 .list_box li a.new .tit:before{content:"\e9a8"; position: absolute; top: 0.2rem; left: 0; display: block; color: #ffbb04; font-size: 1rem; font-family: 'xeicon'; }
.notice0006 .list_box li.no_data{ width: 100%; line-height: 22rem; text-align:center; background: #f1f1f1; border-radius: 1rem; }
.notice0006 .btn_more { top: 0.25rem; }
/* 게시판 : active */
.notice0006 .titTab li a:hover,
.notice0006 .titTab li a:focus,
.notice0006 .titTab li a.current { color:#111; font-weight:700;}
.notice0006 .titTab li a.current span::before { width: 100%; }
.notice0006 .list_box.on { display: block; }
.notice0006 .list_box li a:hover,
.notice0006 .list_box li a:focus { border-color: #ffbb04; }
.notice0006 .list_box li a:hover .txt,
.notice0006 .list_box li a:focus .txt { text-decoration: underline; }
.notice0006 .list_box li a:hover span,
.notice0006 .list_box li a:focus span { color: #020202; }
.notice0006 .titTab li a span:before,
.notice0006 .list_box li a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0006 { position:relative; height:100%; }
.meal_menu0006:before{content:""; position:absolute; left: 0; width: 100vw; height: 100%; background: #f0fff9; }
.meal_menu0006 .inner { position:relative; font-weight:600; padding: 2rem 0 2rem 2.8rem;}
.meal_menu0006 .inner ul { overflow-y:auto; height:5.6rem; margin-right: 11.5rem;}
.meal_menu0006 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0006 .inner li + li { margin-top:1rem; }
.meal_menu0006 .inner .no_data { line-height: 5.6rem; text-align: center; }
.meal_menu0006 .inner dt { position: relative; display: inline-block; border-bottom: 2px solid #5f5f5f; line-height: 2rem; padding: 0 1.2rem 0 2.65rem; }
.meal_menu0006 .inner dt::before { position: absolute; bottom: 0; left: 0; width: 1.95rem; height: 2rem; background: url('/images/template/T0006/main/0006_icon_meal.png') no-repeat center / cover; content: ""; }
.meal_menu0006 .inner dt span { font-size: 0.9rem; color: #000; }
.meal_menu0006 .inner dd { color:#010101; font-size:0.8rem; word-break:keep-all; margin-top:1.1rem; }
.meal_menu0006 > img{position:absolute; right:0; bottom:2.5rem; width: 10.9rem; height: 7.05rem;}
.meal_menu0006 .btn_more { top: 1.8rem; }

/* 캘린더 */
.pop_schedule0006 {position: relative; width: 100%; height: 100%;}
.pop_schedule0006 h2 { margin-right: 5.5rem; }
.pop_schedule0006 .inBox { position: relative; overflow: hidden; }
.pop_schedule0006 .month { float: left; display: flex; width: 5.5rem; height: 5.5rem; border-radius: 50%; text-align: center; color: #fff; background: #2bc083; align-items: center; justify-content: center; flex-direction: column; }
.pop_schedule0006 .month span {margin: 0 auto; line-height: 1; font-size: 0.85rem;}
.pop_schedule0006 .month em { display: block; margin-top: 0.25rem; font-size: 1.75rem; font-weight: 700; line-height: 1;}
.pop_schedule0006 .sche_list {position: relative; float: right; padding: 1.3rem 3.3rem 0; width: calc(100% - 7.6rem); height: 5.5rem; border-top: 2px solid #cdcdcd; }
.pop_schedule0006 .sche_list a.prev,
.pop_schedule0006 .sche_list a.next {position: absolute; top: 1.5rem; display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; vertical-align: middle; font-size: 1.4rem; color: #fff; background: #cdcdcd; border-radius: 1rem;}
.pop_schedule0006 .sche_list a.prev {left: 0;} 
.pop_schedule0006 .sche_list a.next {right: 0;} 
.pop_schedule0006 .sche_list ul { padding-bottom: 1.4rem; white-space:nowrap; overflow:hidden; overflow-x:auto; height:100%; }
.pop_schedule0006 .sche_list li { display:inline-block; text-align: center; width: 2.7rem; }
.pop_schedule0006 .sche_list li a { font-size: 0.8rem; color: #000; }
.pop_schedule0006 .sche_list li a em { position: relative; display: block; margin: 0 auto; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; font-weight: 600; font-size: 1rem; color: #000; border-radius: 50%; }
.pop_schedule0006 .sche_list li a.event em::before { position: absolute; top: 5px; right: 5px; width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #ffbb04; content: ""; }
.pop_schedule0006 .sche_list li a.today em { background:#2bc083; color: #fff; }
.pop_schedule0006 .sche_list li.sat a em,
.pop_schedule0006 .sche_list li.sun a em {color: #838174;}
.pop_schedule0006 .lst { padding: 1.4rem 1.8rem; width: 100%; background: #fff; border-radius: 1rem; margin-top: 0.7rem; }
.pop_schedule0006 .lst ul {height: 3rem; overflow-y: auto;}
.pop_schedule0006 .lst li { float: left; display: inline-block; width: 33.33%; }
.pop_schedule0006 .lst li a { position: relative; display: block; padding: 0 0.8rem; line-height: 1.5rem; font-size: 0.8rem; font-weight: 600; color: #515151; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pop_schedule0006 .lst li a::before { position: absolute; top: 0.6rem; left: 0; width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #2bc083; content: ""; }
.pop_schedule0006 .lst li a span {display: inline-block; margin-right: 0.9rem; font-weight: 700;}
.pop_schedule0006 .lst .no_data {width: 100%; padding-left:0; line-height: 3rem; text-align: center;}
.pop_schedule0006 .btnTy2 span::before { background: rgba(255, 187, 4, 0.2); }
/** 캘린더 : active **/
.pop_schedule0006 .sche_list > a:hover,
.pop_schedule0006 .sche_list > a:focus { background: #ffbb04; }
.pop_schedule0006 .lst li a:hover,
.pop_schedule0006 .lst li a:focus {text-decoration: underline;}
.pop_schedule0006 .btnTy2:hover span::before,
.pop_schedule0006 .btnTy2:focus span::before { background: rgba(255, 187, 4, 0.8); }
.pop_schedule0006 .sche_list > a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }


/* 팝업존 */
.pop0006 { position:relative; height:100%; }
.pop0006 h2 { margin-right: 9rem; }
.pop0006 .nss_pg { position: absolute; top: 0; right: 0; }
.pop0006 .nss_pg p { display: inline-block; vertical-align: middle; margin-right: 0.7rem; color:#010101; font-size:0.9rem; font-weight: 600;}
.pop0006 .nss_pg p strong { position: relative; color: #ffbb04; padding-right: 0.7rem; }
.pop0006 .nss_pg p strong::before { position: absolute; top: 0.6rem; right: 0; width: 0.45rem; height: 0.1rem; background: #000; transform: rotate(-60deg); -webkit-transform: rotate(-60deg); content: ""; }
.pop0006 .nss_pg a {display: inline-block; vertical-align: middle; overflow: hidden; width:1.75rem; height:1.75rem; line-height:1.75rem; border-radius:50%; text-align:center; color:#fff; font-size:1.1rem; background:#ffbb04;}
.pop0006 .nss_pg .play {display: none;}
.pop0006 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:1.2rem; background:rgba(0,0,0,0.1); box-shadow: 0 0 6px rgba(0, 0, 0, 0.15); }
.pop0006 .pop_img div,
.pop0006 .pop_img .item {height:100%;}
.pop0006 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0006 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 */
.pop0006 .nss_pg a:hover,
.pop0006 .nss_pg a:focus { background: #ab7d00; }
.pop0006 .nss_pg a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0006 { position:relative; height:100%; }
.gallery0006 .tit_wrap { margin-bottom: 1.4rem; margin-right: 5.5rem; }
.gallery0006 .tit_wrap h2 { display: inline-block; vertical-align: middle; margin-bottom: 0; margin-right: 0.6rem; }
.gallery0006 .tit_wrap span { display: inline-block; vertical-align: middle; }
.gallery0006 .list_box{ overflow:hidden; width: calc(100% + 1.5rem); margin-left: -0.75rem; }
.gallery0006 .list_box li {float: left; padding: 0 0.75rem; width: 25%;}
.gallery0006 .list_box li:nth-of-type(n+5) {display: none;}
.gallery0006 .list_box li a {position: relative; display: block; text-align: left; background: #fff; overflow: hidden;}
.gallery0006 .list_box li a .img {position: relative; width: 100%; height: 9.5rem; background: #eee; overflow: hidden; border-radius: 1rem; }
.gallery0006 .list_box li a .img::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 3px solid #2bc083; border-radius: 1rem; opacity: 0; z-index: 1; content: ""; }
.gallery0006 .list_box li a .img::after { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 2rem; height: 2rem; line-height: 2rem; border-radius: 50%; text-align: center; background: rgba(43, 192, 131, 0.9); color: #fff; font-size: 1.2rem; content: "\e913"; font-family: 'xeicon'; opacity: 0; }
.gallery0006 .list_box li a .img img {position: absolute; top: 50%; left: 50%; width: 100%; height: auto; transform: translate(-50%, -50%) scale(1); -webkit-transform: translate(-50%, -50%) scale(1); -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.gallery0006 .list_box li a .txt { margin-top: 1.3rem; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #111; font-size: 0.9rem; font-weight: 600; text-align: center; }
.gallery0006 .list_box li.no_data{width: calc(100% - 1.5rem); line-height: 12.05rem; border-radius: 1rem; background: #f1f1f1; text-align: center; margin-left: 0.75rem; }
.gallery0006 .btnTy2 span::before { background: rgba(43, 192, 131, 0.2); }
/** 갤러리 : active **/
.gallery0006 .list_box li a:hover .img::before,
.gallery0006 .list_box li a:focus .img::before,
.gallery0006 .list_box li a:hover .img::after,
.gallery0006 .list_box li a:focus .img::after { opacity: 1; }
.gallery0006 .list_box li a:hover .img > img,
.gallery0006 .list_box li a:focus .img > img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); } 
.gallery0006 .btnTy2:hover span::before,
.gallery0006 .btnTy2:focus span::before { background: rgba(43, 192, 131, 0.8); }
.gallery0006 .list_box li a .img::before,
.gallery0006 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #e5e5e5;}
.banner_zone .container {position: relative; height: 4rem; overflow: hidden;}
.banner_zone h2 {float:left; margin-top: 1.5rem; width: 4rem; font-size: 0.8rem; font-weight: 600; color: #191919;}
.banner_zone .btn {float: left; margin-top: 1.3rem; overflow: hidden; border-left:1px solid #ccc;}
.banner_zone .btn a {float: left; width: 1.4rem; height: 1.4rem; line-height:1.4rem; text-align:center; overflow: hidden; border:1px solid #ccc; border-left:0;}
.banner_zone .btn a.play{display:none;}
.banner_zone .bnWrap { width: calc(100% - 10rem); float:left; padding-top: 0.75rem; padding-left:1.5rem; overflow: hidden;}
.banner_zone .bnWrap a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; margin:0 5px; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone .bnWrap a img {max-width: 100%; max-height: 100%; vertical-align: middle;}

@media (max-width:1630px){
	/* 게시판 */
	.notice0006 .titTab { margin-bottom: 1.1rem; }
	.notice0006 .list_box li { width: 23.5%; }
	.notice0006 .list_box li ~ li { margin-left: 2%; }
	.notice0006 .list_box li:nth-child(3) { margin-left: 2%;}
	.notice0006 .list_box li.no_data { line-height: 10.5rem;}
}

@media (max-width:1170px){

	/* 캘린더 */
	.pop_schedule0006 .lst li { width: 50%; }

	/* 식단 */
	.meal_menu0006 .inner ul { margin-right: 8.5rem;}
	.meal_menu0006 > img { width: 8rem; height: auto; }

	/* 갤러리 */
	.gallery0006 .list_box li { width: 33.333%; }
	.gallery0006 .list_box li:nth-child(n+4) { display: none; }
}


@media (max-width:960px){
	/* 메인비주얼 */
	.MVisual0006 .item img { width: 100%; height: auto; }

	/* 게시판 */
	.notice0006 .list_box li { width: 32%;}
	.notice0006 .list_box li:nth-child(n+4) { display: none; }
	.notice0006 .list_box li a .tit { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; height: auto;}
	.notice0006 .list_box li a .txt { margin: 0.5rem 0 0.8rem; }
	.notice0006 .list_box li.no_data { line-height: 8.3rem; }

	/* 식단 */
	.meal_menu0006 .inner { padding: 1.4rem 0 1.4rem 1.4rem; }
	.meal_menu0006 .inner ul { height: 5.6rem; }
	.meal_menu0006 > img { bottom: 1.4rem; }
	.meal_menu0006 .btn_more { top: 1.2rem; }
	.meal_menu0006 .inner .no_data { line-height: 5.6rem;}

	/* 팝업존 */
	.pop0006 .pop_img { height: auto; }
	.pop0006 .pop_img li img { max-height: 15rem; }

}

@media (max-width: 860px) {
	.heading { font-size: 1rem; }

	/* 바로가기 */
	.M_link0006 li a { display: block; }
	.M_link0006 li a .img { margin: auto; }
	.M_link0006 li a span { width: 100%; margin-top: 0.5rem; font-size: 0.85rem; }

	/* 게시판 */
	.notice0006 .titTab li a { font-size: 1rem; line-height: 1.8rem; }
	.notice0006 .btn_more { top: -0.1rem; }

	/* 캘린더 */
	.pop_schedule0006 .sche_list li a em { width: 1.6rem; height: 1.6rem; line-height: 1.6rem; font-size: 0.9rem; }
	.pop_schedule0006 .sche_list li a.event em::before { top: 2px; right: 2px; }

	/* 갤러리 */
	.gallery0006 .list_box li { width: 50%; }
	.gallery0006 .list_box li:nth-child(n+3) { display: none; }
 
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 게시판 */
	.notice0006 .list_box li { width: 48%;}
	.notice0006 .list_box li:nth-child(n+3) { display: none; }
	 
}

@media (max-width: 580px) {
	/* 캘린더 */
	.pop_schedule0006 .month { width: 4.5rem; height: 4.5rem;}
	.pop_schedule0006 .month em { font-size: 1.3rem; }
	.pop_schedule0006 .sche_list { width: calc(100% - 5rem); height: 4.6rem; padding: 0.5rem 2rem 0; }
	.pop_schedule0006 .sche_list ul { padding-bottom: 1rem;}
	.pop_schedule0006 .sche_list li { width: 2.2rem; }
	.pop_schedule0006 .sche_list a.prev, 
	.pop_schedule0006 .sche_list a.next { width: 1.5rem; height: 1.5rem; line-height: 1.5rem; font-size: 1rem; }
	.pop_schedule0006 .lst { padding: 1.2rem; }
	
}

@media (max-width: 480px) {
	/* 바로가기 */
	.M_link0006 ul { width: 100%; margin-left: 0; }
	.M_link0006 li { display: block; float: left; width: 50%; }
	.M_link0006 li ~ li { margin-top: 0.5rem; }
	.M_link0006 li:nth-child(2) { margin-top: 0; }
	.M_link0006 li a { display: flex; align-items: center; }
	.M_link0006 li a .img { width: 4rem; height: 4rem; margin: 0; }
	.M_link0006 li a .img img { width: 2.5rem; }
	.M_link0006 li a span { width: calc(100% - 4.4rem); margin-top: 0; }

	/* 게시판 */
	.notice0006 .titTab { margin-bottom: 0.8rem; }
	.notice0006 .titTab li { max-width: 100%; margin-bottom: 0.2rem;}
	.notice0006 .list_box { margin-top: 0; }
	.notice0006 .list_box li { width: 100%; padding: 0; }
	.notice0006 .list_box li ~ li { margin-left: 0; margin-top: 0.5rem; }
	.notice0006 .list_box li a { border-radius: 1rem; }

	/* 식단 */
	.meal_menu0006 .inner dt { padding: 0 0.5rem 0 2rem;}
	.meal_menu0006 .inner dt::before { bottom: 0.3rem; width: 1.5rem; height: 1.5rem;}
	.meal_menu0006 .inner ul { margin-right: 6.8rem; }
	.meal_menu0006 > img { width: 6.5rem; }

	/* 캘린더 */
	.pop_schedule0006 .month { width: auto; height: auto; border-radius: 1.5rem; padding: 0.5rem 0.8rem; flex-direction: row; }
	.pop_schedule0006 .month em { display: inline-block; margin-left: 0.5rem; margin-top: 0; vertical-align: middle; }
	.pop_schedule0006 .sche_list { width: 100%; margin-top: 0.5rem; }
	.pop_schedule0006 .lst li { width: 100%; }

	/* 갤러리 */
	.gallery0006 .list_box li { width: 100%; }
	.gallery0006 .list_box li ~ li { margin-top: 1.5rem; }
	.gallery0006 .list_box li a .txt { margin-top: 0.8rem; }
}

@media (max-width: 340px) {
	/* 바로가기 */
	.M_link0006 li { width: 100%; }
	.M_link0006 li:nth-child(2) { margin-top: 0.5rem; }
	.M_link0006 li a span { text-align: left; padding: 0 1rem; }

	/* 식단 */
	.meal_menu0006 .inner ul { margin-right: 0; }
	.meal_menu0006 > img { display: none; }
}