﻿.btn_more { position: absolute; top: 0; right: 0; width: 1.6rem; height: 1.6rem; display:flex; align-items:center; justify-content:center; border-radius: 50%; background:#fff; color: #000; font-size: 1.2rem; border:1px solid #d8d8d8;}
.btn_more:hover i,
.btn_more:focus i { transform: rotate(180deg); -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); }
/* btn : active */
.btn_more i { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 바로가기1 */
.M_link0002 { position:relative; height:100%; }
.M_link0002 ul{display:table; table-layout:fixed; width: 100%; }
.M_link0002 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0002 li a { display:block; position:relative; width:100%; word-break: keep-all; text-align:center; }
.M_link0002 li a p.img { display: block; margin: auto; position: relative; }  
.M_link0002 li a img { width:3.35rem; height:2.85rem;}
.M_link0002 li a p.txt { position:relative; display:inline-block;}
.M_link0002 li a p.txt::before { content: ''; display: block; width: 0.4rem; height: 0.4rem; border-radius: 50%; background:#ffc646; position: absolute; top: 0.4rem; left: 0.1rem; transition:all 0.15s; -webkit-transition:all 0.15s; opacity:0; }
.M_link0002 li a p.txt span { display: block; font-size:0.85rem; line-height:1.2; height:2rem; padding:0 5px; margin-top: 0.85rem; overflow:hidden; font-weight: 500; color:#222; word-break: break-all;}
/** 바로가기1 : active **/
.M_link0002 li a:hover img,
.M_link0002 li a:focus img{ transform: translateY(-5px); -webkit-transform: translateY(-5px); }
.M_link0002 li a:hover p.txt::before,
.M_link0002 li a:focus p.txt::before { opacity:1;}
.M_link0002 li a:hover p.txt span,
.M_link0002 li a:focus p.txt span { color: #127161;}
.M_link0002 li a,
.M_link0002 li a p,
.M_link0002 li a img { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 메인비주얼 */
.MVisual0002 {position: relative; overflow: hidden; height: 100%; border-radius: 1.5rem; background: #fff; isolation: isolate; background:rgb(255,189,47, 0.3);}
.MVisual0002 .item{overflow:hidden; line-height:0; }
.MVisual0002 .item img{ position:relative; width: auto; height: 100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);} 
.MVisual0002 .control{position:absolute; left:1.5rem; bottom:1.3rem; z-index:1;}
.MVisual0002 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(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; }
.MVisual0002 .control > a.play{display:none;}
.MVisual0002 .control > a:hover,
.MVisual0002 .control > a:focus{ background:rgb(0,0,0, 0.8);}

/* 갤러리 */
.gallery0002 { position:relative; }
.gallery0002 h2 { color:#000; font-weight: 600; font-size:1rem; line-height:1.6rem; margin-bottom:0.5rem; margin-right: 2rem; overflow: hidden; white-space: nowrap;}
.gallery0002 h2 span{ overflow:hidden; display:block; white-space:nowrap;}
.gallery0002 .list_box{ height: 9.7rem; margin-top: 0.25rem; }
.gallery0002 .list_box:after{ content:''; display:block; clear:both; }
.gallery0002 .list_box ul{ height:100%; }
.gallery0002 .list_box li{ width:48%; float:left; position:relative;}
.gallery0002 .list_box li:before {content:''; display:block; width:100%; height:100%; border-radius:1.2rem; background:#c9f1ea; position:absolute; bottom:-0.5rem; left:-0.5rem; z-index:-1; }
.gallery0002 .list_box li:nth-child(2):before { background:#ffe5a7;}
.gallery0002 .list_box li + li{ margin-left:4%; }
.gallery0002 .list_box li.no_data{width:100%; height:100%; display:flex; align-items:center; justify-content:center; border-radius:1.5rem; background:#f1f1f1; }
.gallery0002 .list_box a {position:relative;display:block;overflow: hidden;border-radius: 1rem;isolation: isolate;}
.gallery0002 .list_box a .img{ height:9.75rem; overflow:hidden; background:#eee; }
.gallery0002 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto; }
.gallery0002 .list_box a span{ position: absolute; bottom: 0; left: 0; width: calc(100% - 2rem); display:block; font-size: 0.8rem; line-height:2.3rem; font-weight:500; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color: #222; background: rgba(255,255,255,1); padding: 0 1rem; border-radius: 0 1rem 1rem 0; isolation: isolate;}
/** 갤러리 : active **/
.gallery0002 .list_box a:hover span,
.gallery0002 .list_box a:focus span{ text-decoration: underline;}

/* 게시판 */
.notice0002 { position:relative; height:100%;  }
.notice0002 .titTab{ margin:0 1rem 0.5rem 0;}
.notice0002 .titTab ul{font-size:0;}
.notice0002 .titTab li { position: relative; display:inline-block; max-width:calc(33% - 1.1rem); font-weight:400; font-size:0.9rem; vertical-align: top; line-height:2rem;}
.notice0002 .titTab li + li{ margin-left:1rem;}
.notice0002 .titTab li a { display:block; position:relative; font-weight: 500; color:#666; font-size:0.85rem; border-radius:1rem; }
.notice0002 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0002 .list_box { display:none; width:100%; height:calc(100% - 2.5rem); }
.notice0002 .list_box ul { overflow:hidden; height:9rem; }
.notice0002 .list_box ul li { position:relative; padding-left:0.75rem;}
.notice0002 .list_box ul li:nth-child(n+6) {display:none;}
.notice0002 .list_box ul li:before { content:''; display:block; width:5px; height:5px; border-radius:50%; background:#00d6b1; position:absolute; top:calc(50% - 2.5px); left:0; }
.notice0002 .list_box li a { position:relative; display:block; line-height:1.9rem; padding:0 4rem 0 0; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#444; }
.notice0002 .list_box li a.new {padding-left: 1.3rem; }
.notice0002 .list_box li a.new:before{position: absolute; top: calc(50% - 0.55rem); left: 0; width: 1.1rem; height: 1.1rem; line-height: 1.1rem; border-radius: 50%; text-align: center; font-weight: 700; background: #ffb74b; color: #fff; content: "N"; font-size: 0.7rem; }
.notice0002 .list_box li a span { position:absolute; right:0; top:0; color:#777; font-size: 0.7rem; }
.notice0002 .list_box li.no_data{text-align:center; line-height:8rem;} 
.notice0002 .list_box li.no_data:before {display:none;}
.notice0002 .btn_more { top: 0.2rem; background:#ffd82f; border-color:#ffd82f;}
/* 게시판 : active */
.notice0002 .titTab li a:hover,
.notice0002 .titTab li a:focus { color:#000; font-weight:600;}
.notice0002 .titTab li a.current { background:#bff5f0; font-weight:600; padding:0 1rem; color:#000; } 
.notice0002 .list_box.on { display: block; }
.notice0002 .list_box li a:hover,
.notice0002 .list_box li a:focus { text-decoration: underline; }
.notice0002 .list_box li a:hover:before,
.notice0002 .list_box li a:focus:before { background:#ffb74b; }
.notice0002 .titTab li a,
.notice0002 .list_box li a{-webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }


/* 팝업존 */
.pop0002 { position:relative; width:100%; height:100%; }
.pop0002 h2 { color:#000; font-weight: 600; font-size:1rem; line-height:1.6rem; margin-bottom:0.5rem; overflow:hidden; white-space:nowrap; margin-right:6.5rem; }
.pop0002 .control{ position: absolute; top: 0; right: 0; }
.pop0002 .control p { display: inline-block; font-weight: 500; vertical-align: middle; line-height:2.2; color:#ccc; margin-right: 0.4rem; }
.pop0002 .control p strong{ color:#118e83;}
.pop0002 .control p span{ color:#666;}
.pop0002 .control a {display: inline-block; overflow: hidden; line-height:1.6rem; text-align:center; color:#000; font-size:1rem; vertical-align: middle; transition: all 0.15s; -webkit-transition: all 0.15s;}
.pop0002 .control .stop,
.pop0002 .control .play { width: 1.45rem; height: 1.45rem; line-height: 1.45rem; text-align: center; color: #3f3f3f; border-radius: 50%; background: #ededed; }
.pop0002 .control .play {display: none;}
.pop0002 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:1rem; isolation: isolate; background:rgba(0,0,0,0.1);}
.pop0002 .pop_img div,
.pop0002 .pop_img .item {height:100%;}
.pop0002 .pop_img .item a { display: flex; align-items:center; justify-content:center; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0002 .pop_img .item img {position:relative; max-width:100%; width:auto;}
/** 팝업존 : active **/
.pop0002 .control a:hover,
.pop0002 .control a:focus { transform: translateY(-2px); -webkit-transform: translateY(-2px); -ms-transform: translateY(-2px);}

/* 캘린더 */
.pop_schedule0002 { position:relative; height:100%; overflow: hidden; padding: 0.75rem 0.95rem 0 0.95rem; }
.pop_schedule0002:before { content:""; position:absolute; top:0; left:0; width:100%; height:100%; background:#4a62b2; border-radius: 1rem;} 
.pop_schedule0002 .sche_wrap { position:relative; border-radius:1.5rem; }
.pop_schedule0002 .sche_wrap:after { content:""; display:block; clear:both;}
.pop_schedule0002 .month { margin-bottom:0.4rem; text-align:center; line-height:1.6rem; }
.pop_schedule0002 .month a { display:inline-block; width:1.4rem; height:1.4rem; border-radius:50%; background:#354c98; line-height:1.5rem; text-align:center; vertical-align:middle; color:#fff; font-size:0.7rem; text-align:center; }
.pop_schedule0002 .month span { display:inline-block; color:#fff; font-size:0.9rem; font-weight:500; margin: 0 0.5rem; vertical-align:middle; }
.pop_schedule0002 .month span em { position:relative; display:inline-block; margin-left:.3rem; font-size:1rem; font-weight:700; color:#c7e3ff; z-index: 1; }
.pop_schedule0002 .sche_table { position: relative; float: left; width: 55.3%; z-index: 1; height:11.6rem; }
.pop_schedule0002 .sche_table::before {position: absolute; width: 100%; height: calc(100% - 3rem); border-radius:0 0 0.5rem 0.5rem; bottom: 0.2rem; left: 0; background: #fff; content: ""; z-index: -1;}
.pop_schedule0002 .sche_table table { text-align:center;}
.pop_schedule0002 .sche_table table thead th { padding:0.3rem 0; color:#fff; font-size:0.8rem; background-color:#4984c0; font-weight:700; }
.pop_schedule0002 .sche_table table thead th.sat { color:#ffcdd2; }
.pop_schedule0002 .sche_table table thead th.sun { color:#c8e9ff; }
.pop_schedule0002 .sche_table table thead th:first-of-type { padding-left:0.5rem; border-radius: 0.5rem 0 0 0; }
.pop_schedule0002 .sche_table table thead th:last-of-type { padding-right:0.5rem; border-radius: 0 0.5rem 0 0; }
.pop_schedule0002 .sche_table table tbody { height:7.5rem;}
.pop_schedule0002 .sche_table table tbody td { padding:0.1rem 0.1rem ; color:#444; font-size:0.65rem; text-align:center; font-weight: 600; z-index: 1; }
.pop_schedule0002 .sche_table table tbody td.sat { color:#006594; }
.pop_schedule0002 .sche_table table tbody td.sun { color:#b22926; }
.pop_schedule0002 .sche_table table tbody td:first-of-type { padding-left:0.5rem; }
.pop_schedule0002 .sche_table table tbody td:last-of-type { padding-right:0.5rem; }
.pop_schedule0002 .sche_table table tbody td a,
.pop_schedule0002 .sche_table table tbody td span { position: relative; z-index: 1; font-weight: 600;}
.pop_schedule0002 .sche_table table tbody td a:before,
.pop_schedule0002 .sche_table table tbody td span:before { content:""; position:absolute; top:50%; left:50%; width:1rem; height:1rem; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); border-radius:50%; z-index: -1; }
.pop_schedule0002 .sche_table table tbody td .event:before { background:#e7e7e7; }
.pop_schedule0002 .sche_table table tbody td .today:before{ background:#f7d88e !important; }
.pop_schedule0002 .lst { position:relative; z-index:1; margin-top:3.2rem; float: right; width: 41%; }
.pop_schedule0002 .lst ul { overflow-y:auto; height:7.5rem; }
.pop_schedule0002 .lst .no_data { text-align:center; color: #fff; padding-top: 3rem; }
.pop_schedule0002 .lst li a { position:relative; display:block; line-height:1.3rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.7rem; color:#fff; }
.pop_schedule0002 .lst li ~ li { margin-top:0.5rem; }
.pop_schedule0002 .lst li a span { display: block; line-height: 1; color: #fff1c2; font-size: 0.8rem; font-weight:600; }
.pop_schedule0002 .btn_more { background: transparent; color: #fff;  top: 0.75rem; right: 0.75rem; border-color:transparent; }
/* 캘린더 : active */
.pop_schedule0002 .month .prev:hover,
.pop_schedule0002 .month .prev:focus { transform: translateX(-4px); -webkit-transform: translateX(-4px); -ms-transform: translateX(-4px); }
.pop_schedule0002 .month .next:hover,
.pop_schedule0002 .month .next:focus { transform: translateX(4px); -webkit-transform: translateX(4px); -ms-transform: translateX(4px); }
.pop_schedule0002 .sche_table table tbody td span a:not(.event):focus,
.pop_schedule0002 .sche_table table tbody td span a:not(.event):hover { text-decoration:none; cursor:auto; } 
.pop_schedule0002 .sche_table table tbody td .event:focus,
.pop_schedule0002 .sche_table table tbody td .event:hover { text-decoration:underline;}
.pop_schedule0002 .lst li a:hover,
.pop_schedule0002 .lst li a:focus { text-decoration: underline; }
.pop_schedule0002 a,
.pop_schedule0002 a span { -webkit-transition:all 0.15s; -ms-transition:all 0.15s; transition:all 0.15s; }

/* 식단 */
.meal_menu0002 { position:relative; height:100%; }
.meal_menu0002 h2 { color:#000; font-weight: 600; font-size:1rem; line-height:1.6rem; margin-bottom:0.5rem; overflow:hidden; white-space:nowrap; margin-right:2rem; }
.meal_menu0002 .inner { position:relative; padding:1rem 4.5rem 3rem 1.3rem; border-radius: 1rem; background: #ffe7ef; height:11.25rem; overflow:hidden;}
.meal_menu0002 .inner ul { overflow-y:auto; height:100%; }
.meal_menu0002 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0002 .inner li + li { margin-top:1.2rem; }
.meal_menu0002 .inner .no_data { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; text-align:center; }
.meal_menu0002 .inner dl { position:relative; height: auto; }
.meal_menu0002 .inner dt { display:block; font-size: 1rem;font-weight:500; color:#000; }
.meal_menu0002 .inner dt span { display:inline-block; height:3rem; line-height:3rem; width:3rem; border-radius:50%; background:#ffb9d0; text-align:center;}
.meal_menu0002 .inner dt em{ font-weight: 600; color: #865112; font-size: 1.1rem; margin-left: 0.4rem; }
.meal_menu0002 .inner dd { color:#333; font-size:0.75rem; margin-top: 0.4rem; word-break:keep-all; line-height: 1.3rem;; }
.meal_menu0002 > img{ position:absolute; width: 3.7rem; height: 6.15rem; right: 0.7rem; bottom:0rem;}
.meal_menu0002 .btn_more { background: #ededed; color:#303030; top: 0; right: 0; border-color:#ededed; }

/* 배너존 */
.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;}
.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) {
	/* 메인비주얼 */
    .MVisual0002 .item img{ width: 100%; height: auto; top: 50%; left:50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%);} 
	.MVisual0002 .control{left:1rem; margin-left:0;}

	.pop_schedule0002 .sche_table table thead th:first-of-type { padding-left:0.7rem; }
	.pop_schedule0002 .sche_table table thead th:last-of-type { padding-right:0.7rem; }
	.pop_schedule0002 .sche_table table tbody td:first-of-type { padding-left:0.7rem; }
	.pop_schedule0002 .sche_table table tbody td:last-of-type { padding-right:0.7rem; }
}
 
@media (max-width:1024px) {
	/* 메인비주얼 */
	.MVisual0002 .control{bottom:1rem;} 
    
	/* 갤러리 */ 
	.gallery0002 .list_box{ height: auto; margin-top: 0.25rem; } 
	.gallery0002 .list_box li{ width:100%; padding: 0 2rem;}
	.gallery0002 .list_box li.no_data {line-height: 22.2rem;}
	.gallery0002 .list_box li:before { left:0; bottom: -1rem;} 
	.gallery0002 .list_box li + li{ margin-left:0; margin-top: 2.6rem; } 

	/* 게시판 */
	.notice0002 .titTab { margin-bottom:0.4rem; }
	.notice0002 .list_box { padding-top:0.4rem; }
 
	/* 식단 */
	.meal_menu0002 .inner {height: 10rem; padding: 1.2rem 4.5rem 1.2rem 1.3rem;} 
}

@media (max-width:960px){ 

    /* 바로가기1 */
    .M_link0002 li { display: block; float: left; width: 25%; }
    .M_link0002 li a span { margin-bottom: 0.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){
    /* 메인비주얼 */
    .MVisual0002 .item img { width: auto; height: 100%; left: 50%; top:auto; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }

    /* 갤러리 */ 
    .gallery0002 .list_box{ margin-top: 0.25rem; } 
	.gallery0002 .list_box li{ width:48.5%; } 
	.gallery0002 .list_box li.no_data {line-height: 12rem;}
	.gallery0002 .list_box li:before { bottom: -0.5rem;} 
	.gallery0002 .list_box li + li{ margin-left:3%; margin-top: 0; }  

    /* 게시판 */
	.notice0002 .titTab { margin-bottom: 0; }
	
    /* 팝업존 */
    .pop0002 .pop_img{ height:auto; text-align:center; }
    .pop0002 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
	.pop0002 .control{ right:0;}


}

@media (max-width:560px) {
	/* 메인비주얼 */
	.MVisual0002 .control{ bottom:0.5rem; }
	.MVisual0002 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }

	/* 식단 */
	.meal_menu0002 .inner dd{ word-break: break-all;}
}

@media (max-width:500px){

     
    /* 바로가기1 */ 
    .M_link0002 li a span { font-size:0.8rem; }

    /* 메인비주얼 */
    .MVisual0002 .item img { width: 100%; height: auto; }

    /* 갤러리 */ 
    .gallery0002 .list_box li { width: 100%; }
    .gallery0002 .list_box li:nth-child(2) { display: none;}
    .gallery0002 .list_box a .img img { width:auto; height:100%; }

    /* 게시판 */
    .notice0002 .titTab { margin-right: 2rem; padding-left: 0; }
    .notice0002 .titTab li { max-width: 100%; }
    
    /* 식단 */
    .meal_menu0002 .inner { height:9.5rem; } 
    .meal_menu0002 .inner dd { margin:0.5rem 0 0 0; }
    .meal_menu0002 > img { max-width: 3rem; height: auto; }

    /* 캘린더 */
    .pop_schedule0002 { padding-bottom: 1rem;}
    .pop_schedule0002 .sche_table { width: 100%; }
    .pop_schedule0002 .lst { width: 100%; margin-top: 1rem; }
    .pop_schedule0002 .lst ul { height: 5rem; }
    .pop_schedule0002 .lst li a span { display: inline-block; margin-right: 0.5rem; }
    .pop_schedule0002 .lst .no_data { padding:1rem 0; }



}
 
@media (max-width:380px){
    /* 바로가기1 */
    .M_link0002 li {width: 33.333333%;}
	.M_link0002 li a img { max-width:3rem; height:auto; }
 
    /* 갤러리 */ 
    .gallery0002 .list_box li { padding: 0 1rem; }
    
	/* 캘린더 */
	.pop_schedule0002 .lst ul { height:8rem; }
	.pop_schedule0002 .lst li a span { display:block; margin-bottom:0.15rem; }

    /* 식단 */
	.meal_menu0002 .inner { padding-right:1rem; } 
    .meal_menu0002 > img { display: none; }

    
}