﻿ 
/* common */
h2 { font-size:1.1rem; font-weight:600; color:#222; margin-bottom:0.75rem; overflow:hidden; white-space:nowrap; margin-right:4rem; }
.btn_more {position: absolute; top: 0.25rem; right: 0; font-size: 0.75rem; color: #222; font-family:Montserrat;}
.btn_more::before{width: 1.25rem; height: 1.25rem; border-radius: 50%; background: #ddf6fb; position: absolute; top: calc(50% - 0.625rem); right: 0; content: ''; transition:all 0.15s; -webkit-transition:all 0.15s;}
.btn_more i{position: relative; font-size: 1.1rem; z-index: 1; padding: 0 0.7rem 0 0.3rem; vertical-align: top; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
.btn_more:hover::before, 
.btn_more:focus::before{background: #b4dae2;}

/* 메인비주얼 */
.MVisual0047 {position: relative; overflow: hidden; border-top-right-radius: 4rem; height: 100%; isolation: isolate; }
.MVisual0047 .item{overflow:hidden; line-height:0; }
.MVisual0047 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.MVisual0047 .control{ position:absolute; right: 50%; bottom: 2rem; margin-right: 14rem;}
.MVisual0047 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(0,0,0, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }
.MVisual0047 .control > a.play{display:none;}
/* 메인비주얼 : active */
.MVisual0047 .control > a:hover,
.MVisual0047 .control > a:focus{ background:rgba(0,0,0, 0.8);}

/* 팝업존 */
.pop0047 { position:relative; width:100%; height:100%;}
.pop0047 h2{margin-right: 8rem; line-height: 1.5rem; margin-bottom: 1.2rem;}
.pop0047::before{width: 300%; position: absolute;}
.pop0047 .control{ position: absolute; top: 0; right: 0; }
.pop0047 .control p { display: inline-block; vertical-align: middle; line-height:1.5rem; color:#000; font-size:0.8rem; font-weight:500; margin-right: 0.4rem; }
.pop0047 .control p strong{position: relative; color: #20468b; font-size:0.9rem; font-weight:600; }
.pop0047 .control a { display: inline-block; overflow: hidden; height: 1.5rem; width: 1.5rem; background: #e9ecf3; border-radius: 50%; line-height: 1.5rem; text-align:center; color: #111; font-size: 1.25rem; vertical-align: middle; transition:all 0.15s; -webkit-transition:all 0.15s;}
.pop0047 .control .play,
.pop0047 .control .stop { font-size:0.9rem; color:#fff; background:#20468b; margin: 0 0.1rem;}
.pop0047 .control .play {display: none;}
.pop0047 .pop_img { position:relative; width: 100%; height:11.25rem; overflow: hidden; text-align:center; text-align:center; background:#f1f1f1; border-radius: 1rem; isolation: isolate; box-shadow:3px 3px 10px rgba(0,0,0,0.1);}
.pop0047 .pop_img .slick-list {width:100%; max-width:17.5rem; margin:0 auto;}
.pop0047 .pop_img div,
.pop0047 .pop_img .item {height:100%;}
.pop0047 .pop_img .item a { display: block; height:100%; line-height:0; overflow:hidden; text-align: center;}
.pop0047 .pop_img .item img {position:relative; width:auto; height:100%; max-width:100%; }
/* 팝업존 : active */
.pop0047 .control a:hover,
.pop0047 .control a:focus { color:#fff; background:#20468b;}
.pop0047 .control .play:hover,
.pop0047 .control .play:focus,
.pop0047 .control .stop:hover,
.pop0047 .control .stop:focus { color:#222; background: #e9ecf3;}

/* 게시판 */
.notice0047 { position:relative; height:100%; padding-top: 0.15rem;}
.notice0047 .titTab ul{position: relative; max-width: calc(100% - 4rem); font-size: 0; overflow: hidden; }
.notice0047 .titTab li { position: relative; display:inline-block; max-width:33%; vertical-align: top; }
.notice0047 .titTab li + li{padding-left: 2.8rem;}
.notice0047 .titTab li + li::before {width: 5px; height: 5px; display: block; border-radius: 50%; background: #222; position: absolute; left: 1.1rem; top: calc(50% - 2.5px); z-index: -1; content: '';} 
.notice0047 .titTab li a{display: block; color:#555; text-align:center; border-radius: 1.25rem; font-size: 1.1rem; font-weight: 500; line-height: 1.5rem; position: relative;}
.notice0047 .titTab li a::before { content: ''; display: block; width: 100%; height: 0.65rem; border-radius: 0.5rem; background: #e5eef7; position: absolute; bottom: 0; left: 0; z-index:-1; opacity:0; transition:all 0.15s; -webkit-transition:all 0.15s;}
.notice0047 .titTab li a span{display:block; overflow:hidden; white-space:nowrap; }
.notice0047 .list_box { display:none; width:100%; margin-top: 1rem;}
.notice0047 .list_box ul {  margin: 0 -0.5rem; height: 11.4rem;}
.notice0047 .list_box ul li { padding: 0 0.5rem; width: 33.333%; float: left;}
.notice0047 .list_box ul li:nth-child(n+4) { display:none;}
.notice0047 .list_box li a { position:relative; display:block; border: 2px solid #e8e8e8; color:#222; border-radius:1rem; padding:1.5rem 1rem 1.6rem; }
.notice0047 .list_box li a .tit{position: relative; font-size: 0.9rem; font-weight: 600; line-height: 2rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.notice0047 .list_box li a.new .tit::before{display: inline-block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; text-align: center; border-radius: 50%; background: #ff9600; font-size:0.8rem; color: #fff; content: 'N';}
.notice0047 .list_box li a .txt{ height: 2.4rem; line-height:1.2rem; overflow: hidden; margin: 1.4rem 0 1.2rem; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.notice0047 .list_box li a span {display: block; font-size: 0.75rem; color: #888;}
.notice0047 .list_box li a span i{color: #666; margin-right: 0.25rem; font-size: 0.8rem;}
.notice0047 .list_box li.no_data{display:flex; width: 100%; height:100%; justify-content:center; align-items:center; }
.notice0047 .btn_more{top: 0.35rem;}
/* 게시판 : active */
.notice0047 .titTab li a:hover,
.notice0047 .titTab li a:focus,
.notice0047 .titTab li a.current{ font-weight:600; color:#20468b; }
.notice0047 .titTab li a:hover::before,
.notice0047 .titTab li a:focus::before,
.notice0047 .titTab li a.current::before { opacity:1;} 
.notice0047 .list_box li a:hover, 
.notice0047 .list_box li a:focus { border-color:#59d0f1; box-shadow:0 0 10px rgba(89,208,241,0.5);}
.notice0047 .list_box.on { display: block; } 
.notice0047 .titTab li a,
.notice0047 .list_box li a{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 캘린더 */
.pop_schedule0047 { position:relative; height:100%; overflow: hidden; }
.pop_schedule0047 .sche_wrap{background: #eef4ff; border-radius: 1rem; padding: 1.45rem 1rem; overflow: hidden; height:12.75rem; }
.pop_schedule0047 .sche_table { position: relative; float: left; width: 15rem; border-right: 2px dotted #20468b; z-index: 1; padding-right: 1.1rem;}
.pop_schedule0047 .sche_table table tr th:nth-of-type(1){ border-radius: 0.5rem 0 0 0.5rem;}
.pop_schedule0047 .sche_table table tr th:last-child{border-radius: 0 0.5rem 0.5rem 0;}
.pop_schedule0047 .sche_table table thead tr{margin-bottom: 0.25rem;}
.pop_schedule0047 .sche_table table thead th { line-height: 2rem; font-weight:600; background: #20468b; color: #fff; margin-bottom: 0.25rem;}
.pop_schedule0047 .sche_table table tbody { height: 8.1rem;}
.pop_schedule0047 .sche_table table tbody tr:nth-of-type(1) td{padding-top: 0.25rem;}
.pop_schedule0047 .sche_table table tbody td {line-height: 1.3rem; font-size:0.75rem; text-align:center; font-weight: 400; color:#222; z-index: 1; }
.pop_schedule0047 .sche_table table tbody td a { position: relative; display: block; width: 1.35rem; height: 1.35rem; line-height: 1.35rem; margin: 0 auto; text-align: center; border-radius: 50%;}
.pop_schedule0047 .sche_table table tr td span.sun {color: #ff0012;}
.pop_schedule0047 .sche_table table tr td span.sat {color: #0060ff;}
.pop_schedule0047 .sche_table table tbody td a.event{background: #d5e2f5; }
.pop_schedule0047 .sche_table table tbody td a.today{background: #20478c !important; color: #fff !important;}
.pop_schedule0047 .month { display:flex; align-items:center; line-height: 2.5rem; background: #fff; border-radius: 1.5rem; max-width:calc(100% - 5rem); justify-content: space-between; margin: 0 auto; box-shadow:0 0 3px rgba(32,70,139,0.2);}
.pop_schedule0047 .month a { display:inline-block; vertical-align:middle; font-size:1rem; text-align:center; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; background: #20468b; border-radius: 50%; color: #fff; margin: 0 0.85rem;}
.pop_schedule0047 .month a img{vertical-align: middle;}
.pop_schedule0047 .month span {width: auto; display:flex; font-size:0.9rem; font-weight:600; align-items:center; justify-content:center; color:#222;}
.pop_schedule0047 .month span em { position:relative; display:inline-block; margin-left:1.25rem; font-size:1.2rem; font-weight:600;  z-index: 1; width: 1.75rem; height: 1.75rem; line-height: 1.6rem; text-align: center; border-radius: 50%; background: #f5f9ff; border:2px dashed #20468b; color: #20468b;}
.pop_schedule0047 .month span em::before{width: 0.25rem; height: 0.25rem; border-radius: 50%; background: #222; position: absolute; left: -0.75rem; top: calc(50% - 0.125rem); content: '';}
.pop_schedule0047 .lst { position:relative; z-index:1; float: right; width: calc(100% - 15rem); padding-left: 1.25rem;}
.pop_schedule0047 .lst div{border-radius: 0 1.25rem 1.25rem 1.25rem; }
.pop_schedule0047 .lst ul { overflow-y:auto;height: 5.5rem; margin-top: 1.1rem;}
.pop_schedule0047 .lst .no_data { display:flex; width: 100%; height:100%; justify-content:center; align-items:center; margin:0; }
.pop_schedule0047 .lst li{width: 50%; float: left; margin: 0.6rem 0;}
.pop_schedule0047 .lst li.no_data{ text-align: center; width: 100%;}
.pop_schedule0047 .lst li a { position:relative; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; font-weight: 500; color:#222; padding-left: 3.25rem;}
.pop_schedule0047 .lst li a span {position: absolute; left: 0.25rem; top: 0; color:#20468b; font-weight: 600; margin-right:0.3rem; line-height:1.4rem; background:#fff; border-radius:1rem; border:1px solid #20468b; padding:0 0.3rem;}
/* 캘린더 : active */
.pop_schedule0047 .month .prev:hover,
.pop_schedule0047 .month .prev:focus { transform: translateX(-2px); -webkit-transform: translateX(-2px); -ms-transform: translateX(-2px); }
.pop_schedule0047 .month .next:hover,
.pop_schedule0047 .month .next:focus { transform: translateX(2px); -webkit-transform: translateX(2px); -ms-transform: translateX(2px); }
.pop_schedule0047 .sche_table table tbody td span a:not(.event):focus,
.pop_schedule0047 .sche_table table tbody td span a:not(.event):hover { text-decoration:none; cursor:auto; } /* 20230204 <span><a></a></span> 관련 수정 */
.pop_schedule0047 .sche_table table tbody td a.event:focus,
.pop_schedule0047 .sche_table table tbody td a.event:hover,
.pop_schedule0047 .sche_table table tbody td a.today:focus,
.pop_schedule0047 .sche_table table tbody td a.today:hover { text-decoration: underline;}
.pop_schedule0047 .lst li a:hover,
.pop_schedule0047 .lst li a:focus { text-decoration: underline; }
.pop_schedule0047 a,
.pop_schedule0047 a span { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 식단 */
.meal_menu0047 { position:relative; height:100%; }
.meal_menu0047 .inner { position:relative; background:#ffe671; border-radius: 1rem; padding: 1.5rem 1.5rem 2.7rem 1.5rem;}
.meal_menu0047 .inner ul {position: relative; z-index: 2; overflow-y:auto; height:8.5rem; margin-right:4rem;}
.meal_menu0047 .inner li + li { margin-top:1.2rem; }
.meal_menu0047 .inner .no_data { display:flex; width: 100%; height:100%; justify-content:center; align-items:center; }
.meal_menu0047 .inner dl { position:relative; height: auto; }
.meal_menu0047 .inner dt {position: relative; display:inline-block; font-size: 0.9rem; font-weight:600; letter-spacing: -1px; background:#fff; border-radius:2rem; max-width:100%; padding:0 1.2rem;  line-height:2.5rem;}
.meal_menu0047 .inner dt span {position: relative; display: inline-block; margin-right: 1.5rem; color:#222; }
.meal_menu0047 .inner dt span:after { content:''; display:block; width:8px; height:8px; background:#ffb10b; border-radius:50%; position:absolute; top:calc(50% - 4px); right:-1rem;}
.meal_menu0047 .inner dt em{position: relative; display: inline-block; font-size: 0.85rem;}
.meal_menu0047 .inner dt em strong{color:#20468b; font-size: 0.9rem;}
.meal_menu0047 .inner dd { color:#2e2e2e; font-size:0.8rem; margin-top: 1rem; font-weight: 400; word-break:keep-all; line-height:1.3rem; padding-right:1.5rem;}
.meal_menu0047 .img{position:absolute; right: 1.25rem; bottom: 1.1rem; z-index:6;}
.meal_menu0047 .img img{max-width: 5.95rem; max-height:4.2rem;}

/* 바로가기1 */
.M_link0047 { position:relative; height:100%; padding-left:1.5rem; }
.M_link0047 ul{display:table; width: 100%; table-layout:fixed; }
.M_link0047 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0047 li a {display: flex; position:relative; width:100%; padding:0 0.5rem; align-items: center;} 
.M_link0047 li a .txt { position: relative; line-height:1rem; max-height: 2rem; padding-left: 0.7rem;}
.M_link0047 li a .txt::before{width: 5px; height: 5px; background: #20468b; border-radius: 50%; position: absolute; top: -5px; right: -5px; transition: 0.15s; -webkit-transition: 0.15s; content: ''; opacity:0;}
.M_link0047 li a .txt span{display: inline-block; max-height: 2rem; width: 100%; font-weight: 500; font-size:0.85rem; color: #222; overflow: hidden; transition: 0.15s; -webkit-transition: 0.15s;}
/** 바로가기1 : active **/
.M_link0047 li a:hover .txt::before,
.M_link0047 li a:focus .txt::before{ opacity:1 }
.M_link0047 li a:hover .txt span,
.M_link0047 li a:focus .txt span{ color:#375997; font-weight:700;}

/* 갤러리 */
.gallery0047 { position:relative; height: 100%;}
.gallery0047 h2 {margin-bottom:1.6rem;}
.gallery0047 .list_box{ margin-top: 0.25rem; height: auto;}
.gallery0047 .list_box ul{margin: 0 -0.475rem; height: auto;}
.gallery0047 .list_box ul::after{display: block; content: ''; clear: both;}
.gallery0047 .list_box li{ width:25%; float:left; padding: 0 0.475rem;}
.gallery0047 .list_box li:nth-child(n+5){ display:none;}
.gallery0047 .list_box li.no_data{ width: auto; display: block; float: none; margin: 0 0.5rem; text-align: center; height:100%; border-radius:1rem; display:flex; align-items:center; justify-content:center; line-height:11rem; background:#f1f1f1;}
.gallery0047 .list_box a { position:relative; display:block; transition: all 0.15s; -webkit-transition: all 0.15s;}
.gallery0047 .list_box a .img{ height:9.45rem; overflow:hidden; background:rgba(0,0,0,0.2);}
.gallery0047 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%) scale(1); -webkit-transform:translate(-50%, -50%) scale(1); width:100%; height:auto; transition:all 0.15s; -webkit-transition:all 0.15s; }
.gallery0047 .list_box a span{display:block; text-align:center; font-size: 0.9rem; font-weight:500; width:100%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding: 0 1rem; background:#fff; color:#222; line-height:2.5rem; border-radius:0 0 1.2rem 1.2rem; transition: all 0.3s; -webkit-transition: all 0.3s;}
.gallery0047 .btn_more::before{background: #cdeaff;}
/** 갤러리 : active **/
.gallery0047 .list_box a:hover .img img,
.gallery0047 .list_box a:focus .img img{ transform:translate(-50%, -50%) scale(1.05); -webkit-transform:translate(-50%, -50%) scale(1.05); }
.gallery0047 .list_box a:hover span,
.gallery0047 .list_box a:focus span{ background: #20468b; color:#fff; }
.gallery0047 .btn_more:hover::before,
.gallery0047 .btn_more:focus::before{background: #a1d1f3;}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dbdbdd;}
.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; margin-right: 0;}
.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: 1240px) {
	/* 메인비주얼 */
	.MVisual0047 .item img{width: 100%;height:auto;left: 29%;} 
	.MVisual0047 .control{right: auto;bottom:1rem;left: 1.5rem;}

    /* 바로가기1 */ 
	.M_link0047 { padding-left:1rem; } 

    /* 행사일정 */
	.pop_schedule0047 .lst ul { overflow-y:auto;height: 7rem; margin-top: 0.5rem; padding:0 1rem;}
    .pop_schedule0047 .lst li{width: 100%; margin: 0.13rem 0;}
	.pop_schedule0047 .month { border-radius: 1.5rem; max-width:100%; }

}

@media (max-width: 1024px) {
    
    /* 게시판 */
	.notice0047 .titTab li + li{padding-left: 1rem;}
	.notice0047 .titTab li + li::before { left: 0.45rem; } 
    .notice0047 .list_box ul li{width: 50%;}
    .notice0047 .list_box ul li:nth-of-type(n+3){display: none;}

    /* 포토갤러리 */
	.gallery0047 .list_box ul{margin: 0 -0.825rem; }
    .gallery0047 .list_box li{ width: 33.333%; padding: 0 0.825rem;}
    .gallery0047 .list_box li:nth-child(n+4) {display:none;}
	.gallery0047 .list_box li.no_data{ margin: 0 0.8rem; }

    /* 행사일정 */
    .pop_schedule0047 .sche_table{width: 50%;}
    .pop_schedule0047 .lst{width: 50%;}

	/* 식단 */
	.meal_menu0047 .inner dd { padding-right:0;}
	.meal_menu0047 .img img{max-width: 3.75rem; }
}

@media (max-width:960px){
	 /* 바로가기 */ 
	.M_link0047 li a {flex-direction: column;} 
	.M_link0047 li a .txt { padding-left: 0; text-align: center; margin-top: 0.4rem;} 
	.M_link0047 li a .txt span{  font-size:0.8rem;  }
 

	/* 식단 */
	.meal_menu0047 .inner { padding: 1.5rem 1.5rem;}
	.meal_menu0047 .inner ul { height:5rem; margin-right:5rem;}
}

@media (max-width:860px){
    /* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:768px){
	/* common */
	h2 { font-size:1rem; }
	
	/* 메인비주얼 */
	.MVisual0047 .item img{width: 90%;height:auto; left:28%;} 

	/* 캘린더*/
    .pop_schedule0047 .month span {width: calc(100% - 6rem);}
}

@media (max-width:680px){
    /* 바로가기 */  
    .M_link0047 ul{display: block; overflow: hidden;}
    .M_link0047 li{display: block; width: 33.333%; float: left; }
	.M_link0047 li:nth-child(n+4) {margin-top: 0.8rem;}
	.M_link0047 li a .txt span { height:1.9rem;}

    /* 식단 */
    .meal_menu0047 .inner ul{margin-right: 5rem;}
    .meal_menu0047 .inner dd{margin-right: 0;}

    /* 갤러리 */  
	.gallery0047 h2 {margin-bottom:1rem;}
    .gallery0047 .list_box li{width: 50%;}
    .gallery0047 .list_box li:nth-of-type(n+3){display: none;}

	/* 팝업존*/
	.pop0047 h2{ margin-bottom: 0.8rem;}
}

@media (max-width:580px){ 

    /* 행사일정 */
    .pop_schedule0047 .sche_wrap {height:auto;}
    .pop_schedule0047 .sche_table{width: 100%; padding:0 0 1rem 0;border-right: 0; border-bottom: 2px dotted #20468b;}
    .pop_schedule0047 .lst{width: 100%; padding: 1rem 0 0 0;}

    /* 식단 */
    .meal_menu0047 .inner{padding: 1rem;}
    .meal_menu0047 .inner ul{height: 7.5rem;}
}

@media (max-width: 560px) {
	/* 메인비주얼 */
	.MVisual0047 .control{ bottom:0.5rem; }
	.MVisual0047 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }
}

@media (max-width:480px){
    /* 바로가기 */
    .M_link0047 li a .img img{width: 2.3rem;}
    .M_link0047 li a .txt span em{font-size: 0.8rem;}

   /* 게시판 */
    .notice0047 .titTab li{max-width: 100%; width:auto;}
    .notice0047 .titTab li a{font-size: 0.95rem; background: none; line-height: 2rem;}
    .notice0047 .titTab ul li::before{display: none;}
    .notice0047 .list_box{margin-top: 0;}
    .notice0047 .list_box ul{height:auto;}
    .notice0047 .list_box ul li{ width: 100%; margin-top: 0.5rem; }
    .notice0047 .list_box ul li.no_data{ line-height: 8rem;}
	.notice0047 .list_box li a { padding:1rem;}
	.notice0047 .list_box li a .txt{ margin: 0.5rem 0 0.8rem;}
	.notice0047 .btn_more{top: 0.6rem;}

    /* 오늘의식단 */
    .meal_menu0047 .img{right: 1rem; bottom: 1rem;}
    .meal_menu0047 .img img{max-width: 3rem;}
    .meal_menu0047 .inner ul{margin-right: 3.5rem;}

    /* 갤러리 */
    .gallery0047 .list_box li{width: 100%;}
    .gallery0047 .list_box li:nth-child(n+2){display:none;}

	/* 행사일정 */
	.pop_schedule0047 .lst ul { padding:0 0.5rem;}
}

@media (max-width:360px){
    /* 바로가기 */
    .M_link0047 li a .txt span em{font-size: 0.75rem;}
 

    /* 오늘의식단 */
    .meal_menu0047 .inner ul{margin-right: 0;}
    .meal_menu0047 .img{display: none;}

	/* 팝업존*/
	.pop0047 .pop_img { height:auto;}

	/* 캘린더 */
	.pop_schedule0047 .month span {width:calc(100% - 5.5rem); font-size:0.8rem; margin:0;}
    .pop_schedule0047 .month span em {width:1.5rem; height:1.5rem; line-height:1.5rem; font-size:0.95rem; vertical-align:middle; margin-left:1rem;}
    .pop_schedule0047 .month span em::before {left:-0.6rem;}
}

@media (max-width:320px){
    /* 바로가기 */
	.M_link0047 { padding-left:0.2rem; } 
}