﻿/* common style */ 
.btn_more { position:absolute; display:block; right:0; top:0.5rem; width:1.1rem; height:1.1rem; }
.btn_more:before { content:""; position:absolute; top:50%; left:50%; width:100%; height:100%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); background-image:url('/images/template/T0004/main/0004_btn_more.png'); background-repeat:no-repeat; background-position:center; background-size:100%; }
.btn_more:hover,
.btn_more:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg);}
.MC_wrap2 .btn_more { top:0.2rem; width:1.5rem; height:1.6rem; font-size:1.6rem; color:#111; line-height:1rem; }
.MC_wrap2 .btn_more:before { display:none; }
.MC_wrap2 .btn_more:hover,
.MC_wrap2 .btn_more:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }

/* 메인비주얼 */ 
.MVisual0004 { position: absolute; right:50%; width:90.5rem; height: 100%; margin-right:-42.6rem; line-height:1; }
.MVisual0004 .slider{height:100%; overflow:hidden; border-radius: 0 0 8.5rem 0; }
.MVisual0004 .slider div{height:100%;}
.MVisual0004 .item{overflow:hidden; line-height:0;}
.MVisual0004 .item img{position:relative; width:auto; height:100%; float:right;}
.MVisual0004 .control{position:absolute; left:calc( 50% - 27rem ); bottom:1rem; z-index:1; }
.MVisual0004 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(60, 85, 102, 0.4); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0004 .control > a.play{display:none;}
.MVisual0004 .control > a:hover,
.MVisual0004 .control > a:focus{ background:rgb(60, 85, 102, 0.9);}

/* 바로가기1 */
.M_link0004 { position:relative; height:100%; }
.M_link0004 ul{display:table; width:calc(100% + 2rem); margin: 0 -1rem; table-layout:fixed; }
.M_link0004 li { display:table-cell; vertical-align:top; z-index:1; }
.M_link0004 li a { display:block; position:relative; font-weight: 500; word-break: keep-all; text-align:center; color:#111;}
.M_link0004 li a img { position:relative; width:70px; height:70px; vertical-align: middle;}
.M_link0004 li a p { position:relative; width:6.45rem; height:6.45rem; line-height:6.45rem; border-radius:50%; background:#eaf8e6; margin:0 auto; }
.M_link0004 li a p::before { position: absolute; top: 50%; left: 50%; width: 7.5rem; height: 7.5rem; border-radius: 50%; background: #c9e7bf; content: ""; z-index: -1; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); opacity: 0;}  
.M_link0004 li a span{position:relative; display:inline-block; font-size:.9rem; line-height:1.2rem; max-height:2.2rem; margin:1rem .5rem 0; padding:0 .25rem; overflow:hidden;}
/** 바로가기1 : active **/
.M_link0004 li a:hover p,
.M_link0004 li a:focus p { background:#fff; }
.M_link0004 li a:hover p:before,
.M_link0004 li a:focus p:before { opacity: 1;}
.M_link0004 li a:hover span:before,
.M_link0004 li a:focus span:before{left:0; width:100%;}
.M_link0004 p{ -webkit-transition:all .2s; -ms-transition:all .2s; transition:all .2s; }
.M_link0004 :before{ -webkit-transition:all .3s; -ms-transition:all .3s; transition:all .3s; }

/* 팝업존 */
.pop0004 { position:relative; width:100%; max-width:17.5rem; height:100%; margin:0 auto; }
.pop0004 h2 { color:#000; font-weight:600; font-size:1.2rem; white-space: nowrap; overflow:hidden; line-height: 2rem; }
.pop0004 .nss_pg{position:absolute; right: 0; top:0; width: 100%; line-height:1.75rem; text-align: right; }
.pop0004 .nss_pg p { display:inline-block; color:#000; font-size:0.9rem; font-weight:500; margin:0 .5rem 0 .4rem; vertical-align: middle; }
.pop0004 .nss_pg p strong { color: #000; font-weight: 700; font-size:1.1rem;}
.pop0004 .nss_pg p strong + span:before{content:""; display:inline-block; width:11px; height:2px; margin:0 10px; background:#000; vertical-align: middle; }
.pop0004 .nss_pg a {display: inline-block; width:2rem; height:2rem; line-height:2rem; border-radius:50%; overflow: hidden; text-align:center; font-size:1.05rem; vertical-align: middle; margin:0 2px; color:#000; background:#fff;}
.pop0004 .nss_pg .play,
.pop0004 .nss_pg .stop{background: #fff; }
.pop0004 .nss_pg .play {display: none;}
.pop0004 .pop_img { position:relative; height:11.25rem; overflow: hidden; text-align:center; border-radius:2rem; background:#f1f1f1; margin-top: 1.4rem;}
.pop0004 .pop_img div,
.pop0004 .pop_img .item {height:100%;}
.pop0004 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0004 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 팝업존 : active */
.pop0004 .nss_pg a:hover,
.pop0004 .nss_pg a:focus{ color: #333; background:#ffc8b8; }
.pop0004 .nss_pg .play:hover,
.pop0004 .nss_pg .play:focus,
.pop0004 .nss_pg .stop:hover,
.pop0004 .nss_pg .stop:focus{ background:#d0f0ff; }
.pop0004 .nss_pg a {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0004 { position:relative; height:100%; }
.notice0004 .titTab a,
.notice0004 .titTab span,
.notice0004 .list_box li,
.notice0004 .list_box li a,
.notice0004 .list_box .topList{position:relative; display:block;}
.notice0004 .titTab { margin-right:2.25rem; }
.notice0004 .titTab ul { font-size:0; }
.notice0004 .titTab li { position:relative; display:inline-block; max-width:calc(33% - 1.1rem); vertical-align: top;}
.notice0004 .titTab li ~ li{margin-left:1.1rem;}
.notice0004 .titTab a {line-height:2rem; text-align:center; font-size:1.2rem; font-weight: 500; color:#333;}
.notice0004 .titTab a span{ overflow:hidden; white-space:nowrap;}
.notice0004 .topList { position:relative; min-height:5.5rem; margin:1rem auto; overflow:hidden; border-radius: 1.5rem 1.5rem 0 0; background: #f6f6f6; padding: 1.5rem 3rem 1.5rem 6.6rem;}
.notice0004 .topList dl.new .date::before {position: absolute; top: -.5rem; right: -.5rem; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; border-radius: 50%; text-align: center; font-weight: 700; color: #fff; content: "N"; font-size: 0.7rem; z-index: -1; }
.notice000401 .topList dl.new .date::before { background: #4db02c; }
.notice000402 .topList dl.new .date::before { background: #ff7d03; }
.notice0004 .topList dt{font-size:1rem; color:#151515; font-weight: 500; text-overflow: ellipsis; white-space: nowrap;  overflow:hidden; }
.notice0004 .topList p{font-size:.75rem; line-height:1.5rem; text-overflow: ellipsis; white-space: nowrap;  overflow:hidden;}
.notice0004 .topList .date { position: absolute; top: 1.5rem; left: 1.9rem; font-size: 0.75rem; font-weight:500; color: #010101; text-align: center; line-height: 1.2; z-index: 1; }
.notice0004 .topList .date em {display: block; font-size: 1.5rem; font-weight: 700; }
.notice0004 .list_box { display:none; width:100%; }
.notice0004 .list_box ul { max-height:7rem; overflow:hidden; }
.notice0004 .list_box li { position: relative; }
.notice0004 .list_box li a{line-height:1.75rem; display:block;}
.notice0004 .list_box li p{ width:calc(100% - 4.5rem); overflow:hidden; font-size:.8rem; color:#111; text-overflow: ellipsis; white-space: nowrap; padding-left: 0.8rem;}
.notice0004 .list_box li p::before { position: absolute; top: 50%; left: 0; width:0.3rem; height:0.3rem; border-radius:50%; content:''; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.MC_box7 .notice0004 .list_box li p::before { background:#4db02c; }
.MC_box8 .notice0004 .list_box li p::before { background:#ff7d03; }
.notice0004 .list_box li a.new p { padding-left: 1.5rem; }
.notice0004 .list_box li a.new p::before { position: absolute; top: 4px; left: 0; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; border-radius: 50%; color: #fff; text-align: center; content: "N"; font-size: 0.7rem; font-weight: 600; }
.notice000401 .list_box li a.new p::before { background: #4db02c; }
.notice000402 .list_box li a.new p::before { background: #ff7d03; }
.notice0004 .list_box li span { position:absolute; right:0; top:0; font-size:.75rem; color:#666; }
/* 게시판 : 데이터 없음 */
.notice0004 .list_box dl.no_data dt{line-height:2.9rem; font-size: 1rem;}
.notice0004 .list_box dl.no_data .date p{line-height:2.9rem;}
.notice0004 .list_box li.no_data{text-align:center; line-height:7rem;}
/* 게시판 : active */
.notice0004 .topList:hover:before,
.notice0004 .topList:focus:before{background-color:#f1fae7;}
.notice000401 .titTab a:hover,
.notice000401 .titTab a:focus,
.notice000401 .titTab a.current { color:#4db02c; font-weight: 600; }
.notice000402 .titTab a:hover,
.notice000402 .titTab a:focus,
.notice000402 .titTab a.current { color:#ff7d03; font-weight: 600; }
.notice0004 .list_box.on { display: block; }
.notice000401 .topList:hover dt,
.notice000401 .topList:focus dt,
.notice000401 .list_box li a:hover p,
.notice000401 .list_box li a:focus p{text-decoration: underline; color:#4db12d;}
.notice000402 .topList:hover dt,
.notice000402 .topList:focus dt,
.notice000402 .list_box li a:hover p,
.notice000402 .list_box li a:focus p{text-decoration: underline; color:#fe7d05; }
.notice0004 a, .notice0004 :before{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0004 { position:relative; height:100%;}
.meal_menu0004 h2 { position:relative; color:#000; font-weight: 600; font-size:1.2rem; line-height:2rem; overflow:hidden; white-space:nowrap; margin-right:3rem; padding-bottom:1.1rem; }
.meal_menu0004 .inner { position:relative; width: calc(100% - 6rem); height:6rem; padding: 0 0.1rem 0 0;  overflow-y:auto; }
.meal_menu0004 .inner ul { }
.meal_menu0004 .inner li { position: relative; overflow: hidden; height:6rem; }
.meal_menu0004 .inner li + li{margin-top:.5rem;}
.meal_menu0004 .inner li:not(.no_data) { width:100%;  }
.meal_menu0004 .inner li.no_data { text-align:center; line-height:5rem;}
.meal_menu0004 .inner dl { position:relative; text-align:center; color:#000; overflow:hidden; height:100%; }
.meal_menu0004 .inner dt { position: absolute; left: 0; top: 0; width: 6rem; height: 6rem; padding:.5rem; background:#4db02c; font-weight: 600; color:#fff; font-size:1rem; border-radius:50%; padding-top: 1.5rem; text-align: center;}
.meal_menu0004 .inner dt span { display: block; letter-spacing: -1px; color:#fff799; }
.meal_menu0004 .inner dd { position: relative; min-height: 5rem; line-height:1.7; word-break:keep-all; float: right;  width: calc(100% - 7.2rem); text-align: left; font-size: 0.8rem; color: #000; padding: 1.5rem 1.8rem; border:2px solid #4db02c;
                           background:#fff; border-radius:1rem; height:100%;}
.meal_menu0004 .inner dd:before { position:absolute; left:-2rem; top:50%; content:''; width:2rem; height:1px; border-bottom: 2px dotted #4db02c; }
.meal_menu0004 > .img { float:left; display: inline-block; width:6rem; height:6rem; line-height: 9rem; border-radius: 50%; background: #fff; border:4px solid #f7ab00; text-align: center; }
.meal_menu0004 > img{ width: 70px; height: 76px; } 
/** 식단 : active **/
.meal_menu0004 .list_box a:hover strong,
.meal_menu0004 .list_box a:focus strong{text-decoration: underline;}
.meal_menu0004 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0004 { position:relative; }
.gallery0004 h2 { color:#000; font-weight: 600; font-size:1.2rem; line-height:2rem; overflow:hidden; white-space:nowrap; margin-right:3rem; }
.gallery0004 .list_box{ margin-top: 1.1rem;  overflow:hidden;}
.gallery0004 .list_box ul { height: 11.7rem; overflow: hidden; }
.gallery0004 .list_box li {float: left; width: 48%; }
.gallery0004 .list_box li.no_data{ width:100%; height:100%; padding:3rem 0; text-align:center; font-size:.9rem; }
.gallery0004 .list_box li ~ li { margin-left: 4%; }
.gallery0004 .list_box a { position:relative; display:block; overflow:hidden; font-size:.9rem; color:#000;}
.gallery0004 .list_box a .img{ height:11.7rem; border-radius:1.5rem; overflow:hidden; background:#f1f1f1; }
.gallery0004 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto; }
.gallery0004 .list_box a strong{ position: absolute; bottom: 0; left: 0; background: #fef6e5; width:calc(100% - 5rem);  font-weight:500; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#111;  border-radius: 0 2rem 0 0; text-align: left; padding: 1.2rem 1rem 0 0; }
.gallery0004 .list_box a span{width:4rem; line-height:3.5rem; font-size:.75rem; float:left;}
/** 갤러리 : active **/
.gallery0004 .list_box a:hover strong,
.gallery0004 .list_box a:focus strong{text-decoration: underline;}
.gallery0004 a, .gallery0004 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }


/* 캘린더 */
.pop_schedule0004 { position:relative; height:100%; }
.pop_schedule0004 h2 { position:relative; color:#000; font-weight: 600; font-size:1.2rem; line-height:2rem; overflow:hidden; white-space:nowrap; margin-right:3rem; padding-bottom:1.1rem; }
.pop_schedule0004 .sche_wrap{ position:relative; height:calc(100% - 2rem); }
.pop_schedule0004 .sche_list { position:relative; text-align:center; color:#000;}
.pop_schedule0004 .sche_list > a { position:absolute; top:50%; width:1rem; height:1rem; border-radius:50%; background:rgba(255, 255, 255, 0.53); transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); }
.pop_schedule0004 .sche_list > a:before {content:""; position:absolute; top:50%; width: 1.6rem; height: 0.4rem; background-repeat: no-repeat; background-size: cover; background-position: center; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
.pop_schedule0004 .sche_list > a.prev:before { background-image: url('/images/template/T0004/main/0004_sche_prev.png'); }
.pop_schedule0004 .sche_list > a.next:before { background-image: url('/images/template/T0004/main/0004_sche_next.png'); }
.pop_schedule0004 .sche_list .prev { left:1.5rem; }
.pop_schedule0004 .sche_list .prev:before{left:0.5rem; }
.pop_schedule0004 .sche_list .next { right:1.5rem;}
.pop_schedule0004 .sche_list .next:before{right:0.5rem; }
.pop_schedule0004 .month{font-size:1rem; line-height:1.85; background: #f7ab00; border-radius: 1rem; font-size: 0.85rem; }
.pop_schedule0004 .month span { font-weight: 500; }
.pop_schedule0004 .month span em { position:relative; display:inline-block; font-size:1.75rem; font-weight:700; padding:0 .25rem; color: #000; }
.pop_schedule0004 .lst { height:100%; margin-top: 1rem; }
.pop_schedule0004 .lst ul { overflow-y:auto; height:10.5rem;}
.pop_schedule0004 .lst li a { position:relative; padding-left: 2.75rem; display:block; line-height:1.8rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; font-weight: 400; color:#222;}
.pop_schedule0004 .lst li.sche_list_type2 a { padding-left: 3.75rem; }
.pop_schedule0004 .lst li + li{margin-top: 0.35rem;}
.pop_schedule0004 .lst li a span{ position:absolute; left:0; top:0; width:1.8rem; height:1.8rem; line-height:1.8rem; font-weight: 500; border-radius:50%; text-align:center; color:#000; background:#fbd787; }
.pop_schedule0004 .lst li.sche_list_type2 a span{ width:3rem; border-radius:1rem; }
.pop_schedule0004 .lst .no_data { line-height: 10rem; text-align:center; }
/** 캘린더 : active **/
.pop_schedule0004 .sche_list > a:hover:before,
.pop_schedule0004 .sche_list > a:focus:before{color:#003d76;}
.pop_schedule0004 .sche_list > a:hover,
.pop_schedule0004 .sche_list > a:focus { background:rgba(255, 125, 3, 0.8); }
.pop_schedule0004 .lst li a:hover,
.pop_schedule0004 .lst li a:focus { text-decoration:underline; }
.pop_schedule0004 .lst li a:hover span,
.pop_schedule0004 .lst li a:focus span{background:#bdbdbd; color:#fff;}
.pop_schedule0004 a,
.pop_schedule0004 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4;}
.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: 1440px) {
    /* 메인비주얼 */ 
    .MVisual0004 { position:relative; right:auto; top:auto; width:auto; max-width: 100%; margin-right: 0; }
    .MVisual0004 .item img { width: 120%; height: auto; }
}

@media (max-width:1240px){
	.MVisual0004 .control { left:1rem; }
    /* 팝업존 */
    .pop0004 .pop_img { height: 10rem; }
    .pop0004 .pop_img .item img {width:auto; height:100%;}
    
    /* 게시판 */
    .notice0004 .titTab a { font-size: 1.1rem; }

    /* 바로가기1 */
    .M_link0004 li a p { width: 5.8rem; height: 5.8rem; line-height: 5.8rem; }
    .M_link0004 li a p::before { width: 6.85rem; height: 6.85rem; }

}

@media (max-width: 1024px) {
    /* 메인비주얼 */ 
    .MVisual0004 { margin-right: 1rem; }
    
    .notice0004 .titTab a { font-size: 1rem; } /* 게시판 */    
    .meal_menu0004 h2 { font-size: 1.1rem; } /* 식단 */
    .pop_schedule0004 h2 { font-size: 1.1rem; } /* 캘린더 */
    .gallery0004 h2 { font-size: 1.1rem; } /* 갤러리 */
    .gallery0004 .list_box { margin-top: .7rem; } /* 갤러리 */
}

@media (max-width:960px) {
    /* 바로가기1 */
    .M_link0004 { margin-top: 1rem; }
    .M_link0004 ul { width: 100%; margin: 0; }
    .M_link0004 li a p { width: 4.5rem; height: 4.5rem; line-height: 4.5rem; }
    .M_link0004 li a img { width:50px; height:50px; }
    .M_link0004 li a span { font-size:.85rem; }
    
    .pop0004 .nss_pg p { margin:0 .3rem 0 0; }

    /* 캘린더 */
    .pop_schedule0004 .lst { margin-right: 16rem;}
}

@media (max-width: 830px) {
	 /* 팝업존 */
    .pop0004 .pop_img { height: 10.5rem; }
	 
	 /* 바로가기1 */
	 .M_link0004 li { width: calc(100% / 2); float: left; }
	 .M_link0004 li a p { width: 5.8rem; height: 5.8rem; line-height: 5.8rem; }
    .M_link0004 li a img { width:70px; height:70px; }
    .M_link0004 li a span { font-size:.9rem; }
	
    /* 게시판 */
    .notice0004 .titTab a { font-size: 1rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 메인비주얼 */ 
    .MVisual0004 { margin-right: 0; }
    .MVisual0004 .slider { border-radius: 0 0 2.5rem 0; }
    
    /* 팝업존 */
    .pop0004 { max-width: 100%; }
    .pop0004 h2 { text-align: left; margin-right: 11rem; }
    .pop0004 .nss_pg { left: auto; right: 0; top: 0; bottom: auto; transform: translateX(0); -webkit-transform: translateX(0); -ms-transform: translateX(0); width: 10.8rem; }
    .pop0004 .pop_img{ height:auto; text-align:center; margin-top: 1rem; }
    .pop0004 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

    /* 바로가기1 */
    .M_link0004 li { width: 100%; float: none; }

    /* 식단 */
    .meal_menu0004 h2 { padding-bottom:.8rem; }
    .meal_menu0004 .inner { width: calc(100% - 5.5rem); }
    .meal_menu0004 .inner dt { width: 5rem; height: 5rem; font-size: 0.9rem; padding-top: 1.1rem; }
    .meal_menu0004 .inner dd { width: calc(100% - 6rem); padding: .7rem 1rem; }
    .meal_menu0004 > .img { width: 5rem; height: 5rem; line-height: 8rem; }
    .meal_menu0004 > .img img { width: 55px; height: auto; }
    
    /* 갤러리 */
    .gallery0004 .list_box { margin-top:.8rem; }
    
    /* 행사일정 */
    .pop_schedule0004 h2 { padding-bottom:.8rem; }
}

@media (max-width: 600px) {
	/* 바로가기1 */
	 .M_link0004 li a p { width: 4.5rem; height: 4.5rem; line-height: 4.5rem; }
     .M_link0004 li a img { width:45px; height:45px; }
     .M_link0004 li a span { font-size:.9rem; }
     .M_link0004 li a p::before { width: 5.5rem; height: 5.5rem; }
}

@media (max-width: 680px){
	/* 갤러리 */
    .gallery0004 .list_box a strong { width: calc(100% - 3rem); }

    /* 캘린더 */
    .pop_schedule0004 .lst { margin-right: 13rem; }
}

@media (max-width: 500px){    
    /* 갤러리 */
    .gallery0004 .list_box li { width: 100%; }
    .gallery0004 .list_box li ~ li { margin-left: 0; margin-top: 1rem; }
    
    .pop0004 h2 { font-size:1rem; } /* 배너존 */
    .meal_menu0004 h2 { font-size: 1rem; } /* 식단 */
    .pop_schedule0004 h2 { font-size: 1rem; } /* 캘린더 */
    .gallery0004 h2 { font-size: 1rem; } /* 갤러리 */

    /* 캘린더 */
    .pop_schedule0004 .lst { margin-right: 0; }
    .pop_schedule0004 .lst ul { height: 8.5rem; }
} 

@media (max-width: 480px){
	/* 바로가기1 */
	 .M_link0004 li a p { width: 4rem; height: 4rem; line-height: 4rem; }
     .M_link0004 li a img { width:40px; height:40px; }
     .M_link0004 li a span { font-size:.8rem; }
     .M_link0004 li a p::before { width: 5rem; height: 5rem; }
     
	/* 게시판 */
    .notice0004 .titTab li { max-width: 100%; }
    .notice0004 .topList { padding: 1rem 1.5rem 1rem 5.3rem; min-height: auto; margin: 0.5rem auto; }
    .notice0004 .topList .date { left: 1.2rem; }
    .notice0004 .topList .date em { font-size: 1.2rem; }
    /* 게시판 : 데이터 없음 */
    .notice0004 .list_box dl.no_data .date p{line-height:1.9rem;}
    
    /* 식단 */
    .meal_menu0004 .inner { width: 100%; float: none; }
    .meal_menu0004 > .img { display: none; }
    .meal_menu0004 .inner dd { padding: 0.5rem .7rem;}
}
@media (max-width: 380px){
	/* 바로가기1 */
    .M_link0004 li { width: calc(100% / 2); float: left; }
    .M_link0004 li a p { width: 4.7rem; height: 4.7rem; line-height: 4.7rem; }
    .M_link0004 li a img { width:40px; height:40px; }
    .M_link0004 li a span { font-size:.85rem; }
    .M_link0004 li a p::before { width: 5.7rem; height: 5.7rem; }
}