﻿/* common */
h2.heading{ position:relative; padding:.25rem 0; line-height:1.5rem; font-size:1.1rem; font-weight:700; color:#111; overflow:hidden; white-space: nowrap;}
a.btn_more.ty{ position:absolute; right:0; top:0; width:2rem; height:2rem; line-height:2rem; text-align:center; color:#fff; font-size:1rem; border-radius:50%; background:#a1a4ad; transition: all .2s; -webkit-transition: all .2s;}
a.btn_more.ty:hover{ background:#408e5d;}

/* 메인비주얼 */
.MVisual0001 { position: relative; height: 100%; overflow:hidden;}
.MVisual0001 .slider{ position:relative; z-index: 0;}
.MVisual0001 .item{overflow:hidden; line-height:0;}
.MVisual0001 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0001 .control{position:absolute; left:50%; margin-left:-30rem; bottom:2rem; z-index:1;}
.MVisual0001 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem;  background:rgb(17, 26, 50, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0001 .control > a.play{display:none;}
.MVisual0001 .control > a:hover,
.MVisual0001 .control > a:focus{ background:rgb(17, 26, 50, 0.9);}

/* 바로가기1 */
.M_link0001 { position:relative; height:100%; display:flex; align-items: center; justify-content: center; }
.M_link0001 ul{ display:flex; flex-wrap:wrap; width:calc(100% + 1rem); margin-left:-.5rem; }
.M_link0001 li { width:50%; padding:.5rem; }
.M_link0001 li a { display:block; position:relative; width:100%; height:8rem; padding-top:1.5rem; word-break: keep-all; border-radius:1rem; background:#fff; border:2px solid transparent; text-align:center;}
.M_link0001 li a:before{ content:"\e913"; position:absolute; left:calc(50% - .75rem); bottom:-.75rem; width:1.5rem; height:1.5rem; line-height:1.5rem; color:#fff; font-family: 'xeicon'; text-align:center; border-radius:50%; background:#3c3732; opacity: 0; z-index: 1;}
.M_link0001 li a img { position:relative; width:3.1rem; height:3.1rem; }
.M_link0001 li a p { font-size:.8rem; line-height:1rem; height:2rem; padding:0 .25rem; margin-top:.15rem; overflow:hidden; font-weight: 600; color:#333;}
.M_link0001 li.col1 a{ border-color:#54946b;}
.M_link0001 li.col2 a{ border-color:#d25377;}
.M_link0001 li.col3 a{ border-color:#e6a814;}
.M_link0001 li.col4 a{ border-color:#7c6dcd;}
/** 바로가기1 : active **/
.M_link0001 li a:hover:before { opacity: 1; transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.M_link0001 li a:hover img{ animation: bouns .3s ease-out 2;}
.M_link0001 li a:before{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

@keyframes bouns {
	0%{ transform: translateY(0); -webkit-transform: translateY(0);}
	50%{ transform: translateY(-10px); -webkit-transform: translateY(-10px); }
	100%{ transform: translateY(0); -webkit-transform: translateY(0);}
}
@-webkit-keyframes bouns {
	0%{ transform: translateY(0); -webkit-transform: translateY(0);}
	50%{ transform: translateY(-10px); -webkit-transform: translateY(-10px); }
	100%{ transform: translateY(0); -webkit-transform: translateY(0);}
}

/* 게시판 */
.notice0001 { position:relative; overflow:hidden; height:100%;  }
.notice0001 .titTab{ position:relative; padding-right:2.5rem;}
.notice0001 .titTab:before{ content:""; position:absolute; left:0; top:1rem; width:calc(100% - 3rem); border-top:2px solid #ccc; }
.notice0001 .titTab ul{font-size:0; margin-left:-1rem;}
.notice0001 .titTab li { position:relative; display:inline-block; max-width:33%; padding:.25rem 1rem; vertical-align: top; background:#fff;}
.notice0001 .titTab li + li:before{ content:""; position:absolute; left:-.5rem; top:.5rem; width:2px; height:.6rem; border-radius:2px; background:#ccc; margin:0 .5rem; transform: rotate(25deg); -webkit-transform: rotate(25deg);}
.notice0001 .titTab li a { display:block; position:relative; line-height:1.5rem; padding:0 3px; font-size:1.1rem; font-weight: 600; color:#666;}
.notice0001 .titTab li a:before{ content:""; position:absolute; left:50%; bottom:0; width:0; height:10px; border-radius:5px; opacity: 0; background:#ffed99;}
.notice0001 .titTab li a span{ position:relative; display:block; overflow:hidden; white-space:nowrap;}
.notice0001 .tabWrap{ height:calc(100% - 3rem); margin-top:1rem;}
.notice0001 .list_box { display:none; width:100%; height:100%; }
.notice0001 .list_box ul { display:flex; flex-wrap: wrap; overflow:hidden; height:100%; }
.notice0001 .list_box li { flex:1; min-width:0;}
.notice0001 .list_box li:nth-child(n+4){ display:none;}
.notice0001 .list_box li + li{ margin-left:.75rem;}
.notice0001 .list_box li a { position:relative; display:block; height:100%; padding:1.5rem 0; overflow:hidden; border-bottom:1px solid #ccc;}
.notice0001 .list_box li a dt{ position:relative; display:inline-block; max-width:100%; line-height:1.1rem; padding:0 4px 4px; font-size:.9rem; font-weight:600; color:#000; overflow:hidden; white-space:nowrap; text-overflow: ellipsis;}
.notice0001 .list_box li a dt:after{ content:""; position:absolute; left:0; bottom:0; width:100%; height:15px; border-radius:10px; z-index: -1; background:#fff4d5;}
.notice0001 .list_box li a.new dt:before{content:"N"; display:inline-block; width:1.2rem; height:1.2rem; line-height:1.2rem; margin-right:.35rem; color:#fff; font-weight:600; font-size: .7rem; text-align: center; background:#e58a89; border-radius:50%; }
.notice0001 .list_box li a dd p{ margin:1rem 0; line-height:1.25rem; height:2.5rem; color:#555; font-weight:600; overflow:hidden;  }
.notice0001 .list_box li a span { color:#777; font-size:.7rem;}
.notice0001 .list_box li.no_data{text-align:center; line-height:9.5rem; }
.notice0001 .btn_more { position:absolute; right:0; top:0; font-size:1.3rem; line-height:1.5rem; color:#999; }
/* 게시판 : active */
.notice0001 .titTab li a:hover,
.notice0001 .titTab li a.current { color:#111; font-weight:700;}
.notice0001 .titTab li a.current:before { left:0; width:100%; opacity: 1; }
.notice0001 .list_box.on { display: block; }
.notice0001 .list_box li a:hover { text-decoration: underline; border-color:#d25377; }
.notice0001 .list_box li a:hover dt{ color:#a04948;}
.notice0001 a,
.notice0001 dt,
.notice0001 :before {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0001 { position:relative; width:100%; height:100%; overflow:hidden;}
.pop0001 .control{position:absolute; right:0; top:.25rem;}
.pop0001 .control p { position:absolute; right:0; top:-2.2rem; line-height:2rem; color:#666; font-size:.75rem;}
.pop0001 .control p strong {color: #34b364; font-weight: 600;}
.pop0001 .control a {display: inline-block; overflow: hidden; width:1.5rem; height:1.5rem; line-height:1.5rem; border-radius:50%; text-align:center; color:#000; font-size:.85rem; transition: all .2s; -webkit-transition: all .2s;}
.pop0001 .control .play,
.pop0001 .control .stop{ background:#e3e3e3;}
.pop0001 .control .play {display: none;}
.pop0001 .pop_img { position:relative; height:11.5rem; margin-top:.25rem; overflow: hidden; border-radius:1rem; background:rgba(0,0,0,0.1);}
.pop0001 .pop_img div[class*='slick-'],
.pop0001 .pop_img .item {height:100%;}
.pop0001 .pop_img .item a { display: flex; height:100%; line-height:0; align-items:center; justify-content: center; overflow:hidden;}
.pop0001 .pop_img .item img {position:relative; max-width:100%; width:auto; height:auto;}
/* 팝업존 : active */
.pop0001 .control a:hover{ background:#408e5d; color:#fff; }

/* 캘린더 */
.pop_schedule0001 { position:relative;}
.pop_schedule0001 h2{ margin-right:12rem;}
.pop_schedule0001 .month { position:absolute; right:2.25rem; top:0rem; display:flex; align-items:center; }
.pop_schedule0001 .month a { position:relative; width:2rem; height:1.2rem;}
.pop_schedule0001 .month a:before{ content:""; position:absolute; top:0; width:1.2rem; height:1.2rem; border-radius:50%; background:#ffdf87; opacity: .7; z-index: -1;}
.pop_schedule0001 .month .prev{ background:url('/images/template/T0001/main/0001_btn_prev.png') no-repeat .25rem .25rem;}
.pop_schedule0001 .month .prev:before { left:0;}
.pop_schedule0001 .month .next{ background:url('/images/template/T0001/main/0001_btn_next.png') no-repeat calc(100% - .25rem) .25rem;}
.pop_schedule0001 .month .next:before { right:0;}
.pop_schedule0001 .month span { display:flex; flex:1; align-items: baseline; flex-direction:row-reverse; font-weight: 400; color:#222; margin:0 1rem;}
.pop_schedule0001 .month span em { font-size:1.5rem; font-weight:700; padding-right:.25rem; }
.pop_schedule0001 .sche_wrap{background:#f7fdff url('/images/template/T0001/main/0001_sche_pttrn.png'); border:1px solid #cfe2e8; border-radius:1.5rem; margin-top:1rem;}
.pop_schedule0001 .lst { position:relative; z-index:1; padding:1rem 1.5rem;}
.pop_schedule0001 .lst ul { display:flex; flex-wrap: wrap; align-content:flex-start; height:5rem; width:calC(100% + 1rem); margin-left:-.5rem; overflow-y:auto; overflow-x: hidden; padding-right:0.75rem;}
.pop_schedule0001 .lst .no_data { padding-left:0; padding-top:2rem; text-align:center; 
}
.pop_schedule0001 .lst li{ position:relative; width:50%; margin:.5rem 0;}
.pop_schedule0001 .lst li:before{ content:""; position:absolute; left:0; top:calc(50% - .35rem); height:.7rem; border-left:2px dotted #aaa;}
.pop_schedule0001 .lst li:nth-child(odd):before{ display:none;}
.pop_schedule0001 .lst li a { position:relative; display:flex; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; margin-right:1rem; font-weight: 400; color:#222;}
.pop_schedule0001 .lst li a span{ color:#2865d2; font-weight:600; padding:0 1rem;}
.pop_schedule0001 .btn_more { position:absolute; top:.25rem; right:0; width:1.5rem; height:1.5rem; background:url('/images/template/T0001/main/0001_btn_more.png') no-repeat center;}
/** 캘린더 : active **/
.pop_schedule0001 .month a:hover:before{ opacity: 1;}
.pop_schedule0001 .lst li a:hover { text-decoration:underline; }
.pop_schedule0001 .lst li a:hover span{color:#107235;}
.pop_schedule0001 .btn_more:hover{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.pop_schedule0001 a,
.pop_schedule0001 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0001 { position:relative; height:100%;}
.meal_menu0001 .tit_wrap{position:relative;}
.meal_menu0001 .tit_wrap:before { content:""; position:absolute; left:0; top:calc(50% - 1px); width:calc(100% - 3rem); border-top:2px solid #ccc; }
.meal_menu0001 h2 { display:inline-block; padding-right:.5rem; background:#fff; }
.meal_menu0001 .inner { position:relative; padding:.75rem 0 0; z-index:1; }
.meal_menu0001 .inner ul { overflow-y:auto; height:6.5rem; margin-right: 6rem;}
.meal_menu0001 .inner li:not(.no_data) { padding-right:.25rem; }
.meal_menu0001 .inner li + li { margin-top:1rem; }
.meal_menu0001 .inner .no_data { padding-top:2.5rem; text-align:center; }
.meal_menu0001 .inner dl { position:relative; min-height:6rem;}
.meal_menu0001 .inner dt { position:relative; display:inline-block; font-size:.75rem; font-weight:700; color:#000; margin-bottom:1rem; padding:0 5px;}
.meal_menu0001 .inner dt:before{ content:""; position:absolute; left:0; bottom:0; width:100%; height:10px; border-radius:5px; z-index: -1; background:#caf2ff;}
.meal_menu0001 .inner dt em{ font-weight:600;}
.meal_menu0001 .inner dd { color:#000; font-size:0.8rem; word-break:keep-all;  }
.meal_menu0001 > img{position:absolute; right:0; bottom:.5rem;}
.meal_menu0001 .btn_more { position:absolute; right:0; top:0; font-size:1.5rem; line-height:1.5rem; color:#999; -webkit-transition:all .3s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0001 { position:relative; height:100%; }
.gallery0001 h2 { position:absolute; left:0; top:0; max-width:calc(66% - 3rem); font-size:1.2rem; }
.gallery0001 .list_box{height:100%; }
.gallery0001 .list_box ul{ display:flex; width:calc(100% + 1.5rem); margin-left:-.75rem;}
.gallery0001 .list_box li{ flex:1; min-width:0px; margin-top:3rem; padding:0 .75rem;}
.gallery0001 .list_box li:nth-child(n+4){ display:none;}
.gallery0001 .list_box li a { position:relative; display:block; }
.gallery0001 .list_box li a .img{ height:11.8rem; border-radius:1rem; background:rgba(0,0,0,0.2); box-shadow:0 0 8px rgba(0,0,0,0.2); overflow:hidden;}
.gallery0001 .list_box li a .img img{ position:relative; left:50%; width:auto; height:100%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.gallery0001 .list_box li a .txt{ position:relative; line-height:1.5rem; font-size:.85rem; font-weight:600; color:#000; text-overflow: ellipsis; overflow:hidden; white-space: nowrap; padding-right:4rem; margin-top:1rem;}
.gallery0001 .list_box li a .txt span{ position:absolute; right:0; top:0; font-size:.7rem; color:#666; font-weight:400;}

.gallery0001 .list_box li.pt{ margin-top:0;}
.gallery0001 .list_box li.pt .img{ height:14.8rem; }

.gallery0001 .list_box li a.no_data{width:100%; height:19rem; display:flex; align-items:center; justify-content:center; color:#333; font-size:0.9rem; border-radius:2rem; background:#c7e3d2;}
.gallery0001 .btn_more { position:absolute; top:0; left:62%; width:2rem; height:2rem; background:url('/images/template/T0001/main/0001_btn_more.png') no-repeat center;}
/** 갤러리 : active **/
.gallery0001 .btn_more:hover{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.gallery0001 .list_box a:hover .txt{ color:#107235; text-decoration: underline;}
.gallery0001 .btn_more{-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: 1240px) {


	/* 메인비주얼 */
	.MVisual0001 .item img{width:150%; height:auto; left:-25%; transform: none; -webkit-transform: none; -ms-transform: none;}
	.MVisual0001 .control{left:1rem; margin-left:0;}

	.M_link0001 li a:hover img{ animation: none;}
}

@media (max-width: 1024px){

	/* 메인비주얼 */
	.MVisual0001 .control{bottom:1rem;}

	/* 바로가기1 */
	.M_link0001 li{ padding:.25rem .5rem;}

	/* 게시판 */
	.notice0001 .titTab ul{ margin-left:-.5rem;}
	.notice0001 .titTab li{ padding:.25rem .5rem;}
	.notice0001 .list_box li:nth-child(n+3){display:none;}

	/* 캘린더 */
	.pop_schedule0001 .lst{ padding:1rem;}
	.pop_schedule0001 .lst ul{ padding-right:.25rem;}
	.pop_schedule0001 .lst li a span{ padding:0 .5rem;}

	/* 갤러리 */
	.gallery0001 h2{ position:relative; left:auto; top:auto; max-width:calc(100% - 3rem); margin-bottom:1rem;}
	.gallery0001 .list_box li{ margin-top:0;}
	.gallery0001 .list_box li a .img{ height:9rem !important;}
	.gallery0001 .btn_more{ left:auto; right:0;}
}

@media (max-width: 840px) {

	/* 바로가기1 */
	.M_link0001 ul{ width:100%; margin:0; padding:0 .5rem; }
	.M_link0001 li{ width:25%; padding:.25rem;}

	/* 게시판 */
	.notice0001 .tabWrap{ margin-top:0;}

	/* 팝업존 */
	.pop0001 .pop_img{ height:auto;}

	/* 갤러리 */
	.gallery0001 .list_box ul{ width:calc(100% + .5rem); margin-left:-.25rem;}
	.gallery0001 .list_box li{ padding:0 .25rem;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {

	h2.heading,
	.notice0001 .titTab li a,
	.gallery0001 h2{ font-size:1rem; padding:.1rem 0;}
	a.btn_more.ty{ width:1.75rem; height:1.75rem; line-height:1.75rem;}

	/* 게시판 */
	.notice0001 .titTab{ padding-right:2rem;}
	.notice0001 .btn_more.ty{ top:.25rem;}
	
	/* 캘린더 */
	.pop_schedule0001 .month{ height:1.75rem;}
	.pop_schedule0001 .month span em{ font-size:1.25rem;}
	.pop_schedule0001 .btn_more{ width:1.1rem; height:1.1rem; background-size:cover;}

	/* 갤러리 */
	.gallery0001 .btn_more{ width:1.1rem; height:1.1rem; top:.25rem; background-size:cover;}
}

@media (max-width: 640px) {	

	/* 갤러리 */
	.gallery0001 .list_box li:nth-child(n+3){ display:none;}
}

@media (max-width: 560px) {	

	/* 메인비주얼 */
	.MVisual0001 .control{ bottom:.5rem; left:.75rem;}
	.MVisual0001 .control > a{ width:1.65rem; height:1.65rem; line-height:1.65rem; }

	/* 게시판 */
	.notice0001 .titTab li{ max-width:100%;}

	/* 바로가기1 */
	.M_link0001 li{ width:50%;}
	.M_link0001 li a{ padding-top:1rem; height:7rem;}

	/* 식단 */
	.meal_menu0001 .inner ul{ margin-right:5rem;}
	.meal_menu0001 > img{ width:5rem; height:auto; }
	.meal_menu0001 .inner dd{ word-break: break-all;}
}

@media (max-width: 460px) {

	/* 게시판 */
	.notice0001 .list_box ul{ display:block; margin-top:1rem; }
	.notice0001 .list_box li + li{ margin-left:0; margin-top:.5rem;}
	.notice0001 .list_box li:nth-child(n+3){ display:block;}
	.notice0001 .list_box li:nth-child(n+4){ display:none !important;}
	.notice0001 .list_box li a{ padding:0; line-height:1.2rem; border:none;}
	.notice0001 .list_box li a dl{ padding-right:3.5rem;}
	.notice0001 .list_box li a dt{ font-size:.85rem;}
	.notice0001 .list_box li a dd{ position:absolute; right:0; top:0;}
	.notice0001 .list_box li a dd p{ display:none;}

	/* 캘린더 */
	.pop_schedule0001 .lst ul{ width:100%; height:5.5rem; margin:0;}
	.pop_schedule0001 .lst li{ width:100%; margin:.25rem 0;}
	.pop_schedule0001 .lst li a span{ padding-left:0;}
	.pop_schedule0001 .lst li:before{ display:none;}

	/* 갤러리 */
	.gallery0001 .list_box li:nth-child(n+2){ display:none;}
}


@media (max-width: 380px) {

	/* 캘린더 */
	.pop_schedule0001 h2{ margin-right:9.5rem;}
	.pop_schedule0001 .month a{ width:1.2rem; height:1rem; margin-top:.25rem;}
	.pop_schedule0001 .month .prev{ background-position:.25rem 0;}
	.pop_schedule0001 .month .next{ background-position:calc(100% - .25rem) 0;}
	.pop_schedule0001 .month a:before{ width:.75rem; height:.75rem;}
	.pop_schedule0001 .month span{ margin:.25rem;}

	/* 식단 */
	.meal_menu0001 .inner ul{ margin-right:4rem;}
	.meal_menu0001 > img{ width:4rem; height:auto; }
}
