﻿﻿/* 메인비주얼 */ 
.MVisual0001 { position: relative; line-height:1; z-index:2;}
.MVisual0001:before,
.MVisual0001:after{content:""; position:absolute; width:75px; height:75px; background-size:contain; background-repeat: no-repeat; background-position:center;}
.MVisual0001 .slider{height:100%; overflow:hidden; }
.MVisual0001 .slider div{height:100%;}
.MVisual0001 .slider .slick-track{z-index:0;}
.MVisual0001 .item{overflow:hidden; line-height:0;}
.MVisual0001 .item img{position:relative; width:auto; height:100%;}
.MVisual0001 .control{position:absolute; left:0.85rem; bottom:4rem; z-index:1;}
.MVisual0001 .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 0.15s; transition:all 0.15s; }
.MVisual0001 .control > a.play{display:none;}
.MVisual0001 .control > a:hover,
.MVisual0001 .control > a:focus{ background:rgb(60, 85, 102, 0.9);}

/* 캘린더 */
.pop_schedule0001 { position:relative; height:100%; }
.pop_schedule0001 h2 {position:relative; font-size:1rem; line-height:1.25rem; font-weight: 600; color:#222; margin-right:2rem; }
.pop_schedule0001 h2:before{content:""; position:absolute; left:0; top:50%; width:100%; height:2px; border-bottom:2px dotted #cccccc;}
.pop_schedule0001 h2 span{position:relative; padding-right:1rem; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; background:#fff; }
.pop_schedule0001 .sche_wrap { position:relative; padding-left:5.4rem; margin-top:1rem;}
.pop_schedule0001 .month { position:absolute; left:0; top:0; width:4.5rem; height:100%; border-radius:0.75rem; box-shadow: 0 0 10px rgba(152,71,174,0.3); color:#fff; text-align:center; overflow:hidden; background:#0a8e48;}
.pop_schedule0001 .month a { position:absolute; left:0; bottom:0; width:50%; line-height:1.3rem; background:#096936; font-size:0.9rem; }
.pop_schedule0001 .month a.prev{padding-left:0.25rem;}
.pop_schedule0001 .month a.next{left:50%; padding-right:0.25rem;}
.pop_schedule0001 .month a + a:before{content:""; position:absolute; left:0; top:30%; width:1px; height:40%; background:rgba(255,255,255,0.3);}
.pop_schedule0001 .month span { display:block; font-size:0.9rem; font-weight: 300; padding:1.25rem 0.25rem;}
.pop_schedule0001 .month span em { position:relative; display:block; padding-top:8px; margin-top:5px; font-size:1.3rem; font-weight:600; color:#fff0aa; }
.pop_schedule0001 .month span em:before{content:""; position:absolute; left:50%; top:0; width:4px; height:4px; margin-left:-2px; background:#fff; border-radius:50%;}
.pop_schedule0001 .lst { position:relative; z-index:1; margin:0.5rem 0;}
.pop_schedule0001 .lst ul { overflow-y:auto; height:7rem; padding-right:0.5rem;}
.pop_schedule0001 .lst .no_data { width:100%; padding-left:0; line-height:7rem; text-align:center; }
.pop_schedule0001 .lst li + li{margin-top:0.25rem;}
.pop_schedule0001 .lst li a { position:relative; padding-left:4.5rem; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; font-weight: 400; color:#000;}
.pop_schedule0001 .lst li a span{ position:absolute; left:0; top:0; width:4rem; height:1.5rem; line-height:1.5rem; font-size:0.75rem; font-weight: 600; color:#096936; border-radius:1rem; text-align:center; background:#e6f3ec; }
.pop_schedule0001 .lst li.sche_list_type2 a { padding-left:5rem; }
.pop_schedule0001 .lst li.sche_list_type2 a span{ width:4.5rem; }
.pop_schedule0001 .btn_more { position:absolute; right:0; top:0; width:1.3rem; height:1.3rem; line-height:1.25rem; text-align:center; border-radius:50%; color:#111; background:#f6f6f6;}
/** 캘린더 : active **/
.pop_schedule0001 .month a:hover i,
.pop_schedule0001 .month a:focus i{ text-decoration:underline; color:#fff0aa;}
.pop_schedule0001 .lst li a:hover,
.pop_schedule0001 .lst li a:focus { text-decoration:underline;}
.pop_schedule0001 .btn_more:hover,
.pop_schedule0001 .btn_more:focus{ background:#0a8e48; color:#fff;}
.pop_schedule0001 a,
.pop_schedule0001 a span{-webkit-transition:all 0.15s; transition:all 0.15s; }

/* 바로가기1 */
.M_link0001 { position:relative; height:100%; padding-top:1rem;}
.M_link0001 ul{display:table; width: calc(100% + 2rem); margin-left:-1rem; table-layout:fixed; border-spacing: 1rem;}
.M_link0001 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0001 li a { display:block; font-weight: 600; word-break: keep-all; text-align:center; color:#111; padding:1rem 0.2rem 0.5rem; background:#fff3e8; border-radius:1rem; border:3px solid transparent;}
.M_link0001 li a img { position:relative; width:59px; height:59px; vertical-align: middle;}
.M_link0001 li a span{ display:block; line-height:1.1rem; height:2.2rem; font-size:0.85rem; font-weight:400;  margin:0.5rem 0.25rem 0; overflow:hidden; word-break:break-all;}
/** 바로가기1 : active **/
.M_link0001 li a:hover,
.M_link0001 li a:focus{border-color:#ff7800; background:#fff;}
.M_link0001 li a:hover span,
.M_link0001 li a:focus span{color:#ff7800; font-weight:600;}
.M_link0001 a{ -webkit-transition:all 0.2s; transition:all 0.2s; }

/* 팝업존 */
.pop0001 { position:relative; width:100%; height:100%; }
.pop0001 h2 {position:relative; font-size:1rem; line-height:2.5rem; font-weight: 600; color:#222; overflow:hidden; white-space: nowrap;}
.pop0001 .tit_wrap{position:relative; padding-right:7rem;}
.pop0001 .control{position:absolute; right:0; top:0.45rem; line-height:1.25rem; color:#333;}
.pop0001 .control p { display:inline-block; font-size:0.75rem; margin-right:0.5rem; color:#000;}
.pop0001 .control p strong { color: #006fcd; font-weight: 700; vertical-align: middle;}
.pop0001 .control p strong + span:before{content:"/"; display:inline-block; font-size:0.6rem; color:#cbcbcb; margin:-2px 5px 0; vertical-align: middle;}
.pop0001 .control p span{vertical-align: middle;}
.pop0001 .control a {display: inline-block; width:1.25rem; height:1.25rem; line-height:1.25rem; font-size:1rem; overflow: hidden; text-align:center; vertical-align: middle;} 
.pop0001 .control .play,
.pop0001 .control .stop{border-radius:50%; background:#e1dfdf; font-size:0.8rem;}
.pop0001 .control .play {display: none;}
.pop0001 .pop_img { position:relative; height:11.25rem; margin-top:1rem; border-radius:1.5rem; background:#eef5f3; overflow: hidden; }
.pop0001 .pop_img div,
.pop0001 .pop_img .item {height:100%;}
.pop0001 .pop_img .item a { display: block; height:100%; overflow:hidden; }
.pop0001 .pop_img .item img {position:relative; display:block; max-width:100%; width:auto; max-height:100%; margin:auto; top:50%; -webkit-transform:translateY(-50%); transform:translateY(-50%); }
/* 팝업존 : active */
.pop0001 .control a:hover,
.pop0001 .control a:focus{color:#0a8e48;}
.pop0001 .control a.play:hover,
.pop0001 .control a.play:focus,
.pop0001 .control a.stop:hover,
.pop0001 .control a.stop:focus{background:#0a8e48; color:#fff;}
.pop0001 .control a{-webkit-transition:all 0.15s; transition:all 0.15s; }

/* 게시판 */
.notice0001 { position:relative; max-width:60rem; height:100%; overflow:hidden; margin:0 auto;}
.notice0001 .titTab { width:calc(100% - 4rem); }
.notice0001 .titTab li { position:relative; display:inline-block; max-width:calc(33% - 2rem); margin-right:0.75rem; font-size:1rem; font-weight: 400; vertical-align: top;}
.notice0001 .titTab li a { position:relative; display:block; color:#666; padding:0 1rem; border-radius:2rem 0 2rem 2rem; line-height:2.5rem; background:#f6f6f6; }
.notice0001 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0001 .list_box { display:none; width:100%; margin-top:0.75rem;}
.notice0001 .list_box ul { width:103%; margin-left:-1.5%; padding-top:0.5rem; max-height:12rem; overflow:hidden; }
.notice0001 .list_box li { width:47.3%; float:left; margin:0.63rem 1.3%;}
.notice0001 .list_box li a { position:relative; display:block; color:#333; padding:0.4rem 1rem; background:#e6f3ec; border-radius:1.5rem;}
.notice0001 .list_box li a p{ position:relative; margin-left:4.5rem; padding-left:0.7rem; line-height:3.75rem; color:#515151;white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.notice0001 .list_box li a p:before{content:""; position:absolute; left:0; top:50%; width:5px; height:5px; margin-top:-2px; border-radius:50%; background:#0a8e48;}
.notice0001 .list_box li a span{ position:absolute; left:1rem; top:0.4rem; width:3.75rem; height:3.75rem; padding-top:0.85rem; line-height:1.2; font-size:14px; border-radius:50%; background:#fff; text-align:center; overflow:hidden; z-index:0;}
.notice0001 .list_box li a span em{ position:relative; font-size:1.15rem; font-weight: 600; color:#0a8e48; display:inline-block; }
.notice0001 .list_box li.new a:before{content:"N"; position:absolute; right:1.75rem; top:-0.75rem; width:1.5rem; height:1.5rem; line-height:1.5rem; text-align:center; color:#fff; font-weight: 600; background:#ff7800; border-radius:50%;}
.notice0001 .btn_more { position:absolute; right:0; top:0.7rem; line-height:1.25rem; color:#666; font-size:0.75rem;}
.notice0001 .btn_more i{display:inline-block; width:1.3rem; height:1.3rem; line-height:1.25rem; background:#f6f6f6; text-align:center; border-radius:50%; margin-left:0.25rem;}
/* 게시판 : 데이터 없음 */
.notice0001 .list_box li.no_data{width:97%; margin-left:0.65rem; font-size:1rem; text-align:center; line-height: 10.25rem; border-radius:1rem; border:1px solid #ddd;}
/* 게시판 : active */
.notice0001 .titTab li a:not(.current):hover,
.notice0001 .titTab li a:not(.current):focus{ color:#0a8e48;}
.notice0001 .titTab li a.current { color:#fff; background:#0a8e48; font-weight: 600; }
.notice0001 .list_box.on { display: block; }
.notice0001 .list_box li a:hover p,
.notice0001 .list_box li a:focus p { text-decoration: underline; border-color:#0a8e48; color:#0a8e48; font-weight:600; }
.notice0001 .btn_more:hover i,
.notice0001 .btn_more:focus i{ background:#0a8e48; color:#fff;}
.notice0001 a, .notice0001 :before{-webkit-transition:all 0.15s; transition:all 0.15s; }

/* 갤러리 */
.gallery0001 { position:relative; height:100%; }
.gallery0001 h2 {position:relative; font-size:1rem; line-height:1.5rem; font-weight: 600; color:#222; margin-right:1.5rem; overflow:hidden; white-space: nowrap;}
.gallery0001 .list_box { height:13rem; margin-top:1rem; overflow:hidden;}
.gallery0001 .list_box li {width:31.3%; float:left; margin-bottom:0.5rem;}
.gallery0001 .list_box li + li{margin-left:3%;}
.gallery0001 .list_box li.no_data{width:100%; border-radius:1.5rem; text-align:center; font-size:0.9rem; padding: 5rem 0; background:#fafafa;}
.gallery0001 .list_box a { position:relative; display:block; padding:0.25rem; color:#000;}
.gallery0001 .list_box a .img{height:9.75rem; border-radius:1.5rem; overflow:hidden; background:rgba(0,0,0,0.2);  box-shadow: 5px 5px 10px rgba(0,0,0,0.04); }
.gallery0001 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; }
.gallery0001 .list_box a .img.private {display: flex; justify-content: center; align-items: center; text-align: center; line-height: 1.5; font-size: 0.8rem; color: #fff; background: #666; }
.gallery0001 .list_box a .img.private i {font-size: 1.5rem;}
.gallery0001 .list_box a span{display:block; margin-top:0.5rem; line-height:1.25rem; color:#222; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align: center;}
.gallery0001 .btn_more { position:absolute; right:0; top:0.2rem; width:1.3rem; height:1.3rem; line-height:1.35rem; text-align:center; border-radius:50%; color:#111; background:#fff;}
/** 갤러리 : active **/
.gallery0001 .btn_more:hover,
.gallery0001 .btn_more:focus{background:#0a8e48; color:#fff;}
.gallery0001 .list_box a:hover span,
.gallery0001 .list_box a:focus span{text-decoration: underline; color:#0a8e48; font-weight:600;}
.gallery0001 a, .gallery0001 a span{-webkit-transition:all 0.15s; transition:all 0.15s; }

/* 식단 */
.meal_menu0001 { position:relative; height:100%; }
.meal_menu0001 h2 {position:relative; font-size:1rem; line-height:1.5rem; font-weight: 600; color:#222; margin-right:1.5rem; overflow:hidden; white-space: nowrap; text-overflow: ellipsis;}
.meal_menu0001 .inner { position:relative; margin-top:1rem; border-radius:1.5rem 0 1.5rem 0; padding:1rem 1rem 4rem; text-align:center; line-height:0; background:#fff; box-shadow: 3px 3px 7px rgba(0,98,144,0.17); }
.meal_menu0001 .inner ul { height:6.5rem; overflow-y:auto; padding-right:0.5rem; text-align:left; }
.meal_menu0001 .inner li + li{margin-top:0.5rem;}
.meal_menu0001 .inner li:not(.no_data) { width:100%; min-height:100%; }
.meal_menu0001 .inner li.no_data { text-align:center; line-height:6.5rem;}
.meal_menu0001 .inner dl { position:relative; color:#000;}
.meal_menu0001 .inner dt { position:relative; font-size:1rem; line-height:2rem; color:#fff; text-align:center; border-radius:2rem; background:#ff7800; font-weight:400;}
.meal_menu0001 .inner dt span { font-weight: 600;}
.meal_menu0001 .inner dd { line-height:1.2rem; font-size:0.75rem; word-break:keep-all; margin:0.75rem auto 0; padding-left:0.5rem;}
.meal_menu0001 .inner img { position:absolute; bottom:-1.25rem; left:50%; max-width:10.3rem; max-height:4.5rem; transform:translateX(-50%); -webkit-transform:translateX(-50%); }
.meal_menu0001 .btn_more { position:absolute; right:0; top:0.2rem; width:1.3rem; height:1.3rem; line-height:1.35rem; text-align:center; border-radius:50%; color:#111; background:#fff;}
/** 식단 : active **/
.meal_menu0001 .btn_more:hover,
.meal_menu0001 .btn_more:focus { background:#0a8e48; color:#fff;}
.meal_menu0001 .list_box a:hover strong,
.meal_menu0001 .list_box a:focus strong{text-decoration: underline;}
.meal_menu0001 a{-webkit-transition:all 0.15s; transition:all 0.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: 1240px) {

    /* 메인비주얼 */
	.MVisual0001 .control{left:1rem; margin-left:0;}
    .MVisual0001 .item img{width:100%; height:auto;}
    .MVisual0001:before{ display:none; }
    .MVisual0001:after{ right:0;}
    .MVisual0001 .control{left:1rem;}
}

@media (max-width: 1024px) {

    /* 메인비주얼 */
    .MVisual0001 .control{bottom:1rem;}
   

    /* 바로가기 */
    .M_link0001 ul{display:block; width:102%; margin-left:-1%; }
    .M_link0001 li{display:block; width:18%; margin:0 1%; float:left;}
    .M_link0001 li a { padding: 1rem 0.2rem 1.1rem; }

    
    /* 갤러리 */
    .gallery0001 .list_box li {width:48.5%;}
    .gallery0001 .list_box li:nth-child(n+3) {display:none;}
}

@media (max-width: 960px) {
	
	 /* 캘린더 */
    .pop_schedule0001 .month{width:4.5rem;}
    .pop_schedule0001 .sche_wrap{padding-left:4.8rem;}
    .pop_schedule0001 .lst li a span{width:3rem;}
    .pop_schedule0001 .lst li a{padding-left:3.25rem;}

    /* 캘린더 */
    .pop_schedule0001 .sche_wrap{padding-left:5.5rem;}
    .pop_schedule0001 .lst li { width:50%; float:left; margin:0.4rem 0 !important;}

    /* 바로가기 */
    .M_link0001{padding-top:0;}
    .M_link0001 li{width:31%; margin:0.25rem 1%;}
    .M_link0001 li a { padding: 1rem 0.2rem 0.5rem; }
    
    /* 게시판 */
	.notice0001 .titTab li { max-width:31.5%; margin-right:0.2rem; }
	.notice0001 .titTab li a { padding:0 0.65rem; }

}

@media (max-width: 860px) {
	/* 팝업존 */
	.pop0001 .pop_img { margin-top:0; }
	
	/* 게시판 */
	.notice0001 .list_box { margin-top:0.25rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
	
	/* 식단 */
	.meal_menu0001 .inner ul { height:5rem; }
}

@media (max-width: 768px) {

    /* 갤러리 */
    .gallery0001 .list_box{height:10.5rem;}
	.gallery0001 .list_box a .img{height:8rem; border-radius:1rem;}
	.gallery0001 .list_box li.no_data{padding:4.55rem 0;}
}

@media (max-width: 680px) {	

    /* 메인비주얼 */
     .MVisual0001 .control{bottom:1rem;}

    /* 게시판 */
    .notice0001 .titTab li{max-width:100%; margin:0 0.5rem 0.25rem 0;}
    .notice0001 .list_box{margin-top:0;}
    .notice0001 .list_box ul{max-height:24.5rem; padding-top:1rem;}
    .notice0001 .list_box li { width:98%; margin:0 1%;}
    .notice0001 .list_box li + li{margin-left:1%; margin-top:0.5rem;}
    .notice0001 .list_box li a p {display: block; line-height:3.75rem; height:auto; white-space:nowrap; margin-top:0; margin-bottom:0;}
}

@media (max-width: 580px) {

    /* 팝업존 */
    .pop0001:before{right:-3rem;}
    .pop0001 .pop_img{ height:auto; text-align:center; }
    .pop0001 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -webkit-transform: none;}
    

    /* 갤러리 */
    .gallery0001 .list_box li{width:49%;}
    .gallery0001 .list_box li + li { margin-left:2%; }
}

@media (max-width:560px) { 
	/* 메인비주얼 */
	.MVisual0001 .control{ bottom:0.5rem; }
	.MVisual0001 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }
	
	/* 식단 */
	.meal_menu0005 .inner dd { word-break:break-all; }
}

@media (max-width: 480px) {

    /* 캘린더 */
    .pop_schedule0001 .lst li{width:100%;}

    /* 바로가기 */
    .M_link0001 ul{width:100%; margin-left:0;}
    .M_link0001 li{width:100%; margin:0; float:none; }
    .M_link0001 li + li{ margin-top:0.5rem; }
    .M_link0001 li a{display:table; border-spacing:0; width:100%; height:3.3rem; padding:0 1rem 0 4.5rem; border-radius:3rem; text-align:left;}
    .M_link0001 li a p{position:absolute; left:1.5rem; top:50%; transform:translateY(-50%); -webkit-transform:translateY(-50%); }
    .M_link0001 li a img { width:60%; height:auto; }
    .M_link0001 li a span{margin:0; display:table-cell; vertical-align: middle; }
}

@media (max-width:400px) {
    /* 메인비주얼 */
    .MVisual0001 .control { bottom:0.5rem; left:1rem; }
}

@media (max-width: 340px) {

    /* 갤러리 */
    .gallery0001 .list_box li{width:100%;}
    
    .meal_menu0001 .inner img{max-width:80%;}

}
