﻿/* 공통 */
h2.heading {height: 2.25rem; line-height: 2.25rem; font-size: 1.1rem; font-weight: 600; color: #333; white-space: nowrap; overflow: hidden;}
.btn_more {position: absolute; top: 0; right: 0; width: 2.25rem; height: 2.25rem; line-height: 2.25rem; text-align: center; font-size: 1.2rem; font-weight: 400; color: #010101; background: #e9e9e9; border-radius: 50%;}
.btn_more i {transform: rotate(0); -webkit-transform: rotate(0);}
.btn_more:hover,
.btn_more:focus {color: #fff; background: #003091;}
.btn_more:hover i,
.btn_more:focus i {transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.btn_more,
.btn_more i {transition: all .15s; -webkit-transition: all .15s;}

/* 메인비주얼 */
.MVisual0016 {position: relative; height: 100%; overflow:hidden;}
.MVisual0016 .item {line-height: 0; overflow: hidden; }
.MVisual0016 .item img {position: relative; width: auto; height: 100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); }
.MVisual0016 .control {position: absolute; bottom: .5rem; left: 50%; margin-left: -30rem; z-index: 1;}
.MVisual0016 .control > a {display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; color: #fff; background: rgba(58, 58, 58, 0.5); border-radius: 50%; transition: all .15s; -webkit-transition: all .15s;}
.MVisual0016 .control > a.play {display: none;}
.MVisual0016 .control > a:hover,
.MVisual0016 .control > a:focus {background: rgba(6, 106, 173, 0.6);}

/* 캘린더 */
.pop_schedule0016 {position: relative; width: 100%; height: 100%;}
.pop_schedule0016:after {clear: both; display: block; content: "";}
.pop_schedule0016 .tit_wrap{ position:relative; width:23%; height:100%; padding: 1.5rem; float:left; background: #2a62d2 url('/images/template/T0016/main/0016_pttrn_slide.png'); border-radius: 1.75rem 1.75rem 0 1.75rem;}
.pop_schedule0016 h2.heading {height: auto; line-height: normal; color: #fff;}
.pop_schedule0016 .month{margin-top: 2rem; line-height:1.8rem; text-align: center;}
.pop_schedule0016 .month a {display:inline-block; width:1.8rem; height:1.8rem; line-height:1.8rem; text-align:center; vertical-align: middle; color: #2a62d2; background:#fff; border-radius:50%;}
.pop_schedule0016 .month span { display:inline-block; margin: 0 0.25rem; vertical-align: middle; font-size: 0.9rem; font-weight: 600; color: #fff;}
.pop_schedule0016 .month em {display: inline-block; font-size: 1.5rem; font-weight: 900;}
.pop_schedule0016 .sche_wrap{width:77%; height:100%; padding: 1.5rem; float:right; background: #f7f7f7; border-radius: 1.75rem 1.75rem 1.75rem 0;}
.pop_schedule0016 .lst { position:relative; height: 6rem; overflow-y: auto; }
.pop_schedule0016 .lst::after{display: block; content: ''; clear: both;}
.pop_schedule0016 .lst li {position: relative; float: left; width: 33.33%; border-bottom: 1px solid #e0e0e0;}
.pop_schedule0016 .lst li a {position: relative; display: block; padding: 0 0.25rem 0 4.5rem; line-height: 3rem; font-weight: 400; color: #000; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pop_schedule0016 .lst li a span {position: absolute; top: 0.75rem; left: 0.25rem; width: 3rem; height: 1.5rem; line-height: 1.5rem; text-align: center; color: #fff; font-weight: 600; background: #959595; border-radius: 1rem;}
.pop_schedule0016 .lst .no_data {width: 100%; line-height: 6rem; text-align: center; border-bottom: none;}
.pop_schedule0016 .btn_more {width: 4rem; height: 4rem; line-height: 4rem; font-size: 1.5rem; color: #fff; background: #003091; border-radius: 0 1.75rem 0 1.5rem;}
/** 캘린더 : active **/
.pop_schedule0016 a{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.pop_schedule0016 .month a:hover,
.pop_schedule0016 .month a:focus{color:#fff; background:#003091;}
.pop_schedule0016 .lst li a:hover,
.pop_schedule0016 .lst li a:focus {text-decoration: underline;}

/* 게시판 */
.notice0016 {position: relative; height: 100%; color: #222;}
.notice0016 .titTab {position: relative; margin-bottom: 1.25rem; text-align: center;}
.notice0016 .titTab ul {position: relative; font-size: 0; margin-right: 3rem;}
.notice0016 .titTab ul:after {clear: both; display: block; content: "";}
.notice0016 .titTab li {position: relative; display: inline-block; margin-right:1rem; max-width: calc(33% - 1.25rem); font-size: 1.1rem; font-weight: 600; vertical-align: top;}
.notice0016 .titTab li + li{padding-left:1.25rem;}
.notice0016 .titTab li + li{background: url('/images/template/T0016/main/0016_notice_dots.png') no-repeat left center;}
.notice0016 .titTab li a {position: relative; display: block; color: #999; line-height:2.25rem; }
.notice0016 .titTab li a:before{content:""; position:absolute; top: 50%; left: 50%; margin: -1.1rem 0 0 -1.1rem; width:2.2rem; height:2.2rem; background:#f1f8ff; border-radius: 50%; opacity: 0;}
.notice0016 .titTab li a span {position: relative; display: block; white-space: nowrap; overflow: hidden;}
.notice0016 .list_box {display: none; width: 100%;}
.notice0016 .list_box ul {width: 100%; height: 10.5rem;}
.notice0016 .list_box ul::after{display: block; content: ''; clear: both;}
.notice0016 .list_box li {float: left; width: 23.5%;}
.notice0016 .list_box li + li{margin-left:2%; }
.notice0016 .list_box li:nth-of-type(n+5) {display: none;}
.notice0016 .list_box li a {position: relative; display: block; padding: 1.55rem 1rem; font-weight: 400; background: #fff; border-radius:1rem; border: 2px dashed #c7c7c7; color: #696969; }
.notice0016 .list_box li a strong{ display:block; font-size: .9rem; line-height: 1.5rem; font-weight: 600; color: #000; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;} 
.notice0016 .list_box li a.new strong:before{content:"N"; display:inline-block; width:1.5rem; height:1.5rem; line-height:1.5rem; margin-right:5px; color:#fff; font-weight:600; font-size: .7rem; text-align: center; background:#006cd0; border-radius:50%; vertical-align: middle;}
.notice0016 .list_box li a p {margin: 0.75rem 0; padding-top: 0.75rem; height: 3.15rem; line-height: 1.2rem; color: #696969; border-top: 1px solid #dfdfdf; overflow: hidden;}
.notice0016 .list_box li a span{position:relative; display:block; text-align: right; font-size: 0.7rem; color: #444; }
.notice0016 .list_box li.no_data {display:flex; width: 100%; height:11.5rem; justify-content: center; align-items: center; font-size:.9rem; border-radius:1rem; border: 2px dashed #c7c7c7;}
/* 게시판 : active */
.notice0016 a,
.notice0016 :before,
.notice0016 {-webkit-transition: all .15s; transition: all .15s;}
.notice0016 .titTab li a:hover,
.notice0016 .titTab li a:focus,
.notice0016 .titTab li a.current {color: #2c5196; font-weight: 700;}
.notice0016 .titTab li a.current:before {opacity: 1;} 
.notice0016 .list_box.on {display: block;}
.notice0016 .list_box li a:hover,
.notice0016 .list_box li a:focus {border-color: #88bbea; box-shadow: 5px 5px 5px rgba(0,109,210,0.15);}

/* 팝업존 */
.pop0016 {position: relative; width: 100%; height: 100%;}
.pop0016 h2 {margin-bottom: 1.25rem; height: auto; line-height:1.7rem; font-weight: 700; color: #000;}
.pop0016 .nss_pg {position: absolute; top: 0; right: 0; margin-left:3rem; line-height:1.7rem; padding:0 .5rem; border-radius:1rem; background:#a1b2c1;}
.pop0016 .nss_pg p { position:absolute; left:-3rem; top:0; color:#333;}
.pop0016 .nss_pg p strong {position: relative; font-weight: 600; font-size:1.25rem; color:#2c5196;}
.pop0016 .nss_pg p strong:after{width: 1px; height: 0.5rem; margin:0 .5rem; background: #d0d0d0; display:inline-block; transform: rotate(30deg); -webkit-transform: rotate(30deg); content: '';}
.pop0016 .nss_pg a {display: inline-block; width:1rem; text-align:center; font-size:.9rem; color: #fff;}
.pop0016 .nss_pg .play, .pop0016 .nss_pg .stop{margin:0 .35rem;}
.pop0016 .nss_pg .play {display: none;}
.pop0016 .pop_img { position:relative; height:11.25rem; overflow: hidden; text-align:center; background:#eee; border-radius:1.5rem; }
.pop0016 .pop_img div,
.pop0016 .pop_img .item {height:100%;}
.pop0016 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0016 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 식단 */
.meal_menu0016 {position: relative; height: 100%;}
.meal_menu0016 h2 {margin-bottom: 1rem; font-size:1.1rem; line-height:2.25rem; font-weight: 700; color: #000; white-space: nowrap; overflow: hidden;}
.meal_menu0016 .inner {padding: 0.75rem 1rem 4.25rem; height: calc(100% - 3.25rem); background: #fff url('/images/template/T0016/main/0016_bg_meal.png') no-repeat right bottom; border-radius: 1rem; border: 1px solid #d3d7db;}
.meal_menu0016 .inner ul {position: relative; height: 6.25rem; overflow-y: auto; z-index: 3;}
.meal_menu0016 .inner li + li {margin-top: 1rem;}
.meal_menu0016 .inner dl {position:relative; overflow: hidden;}
.meal_menu0016 .inner dt {position: relative; padding-bottom: 0.5rem; height: 2.75rem; line-height: 2.25rem; text-align: center; font-size: 1rem; font-weight: 600; color: #232323; border-bottom: 1px solid #d3d7db;}
.meal_menu0016 .inner dt span {display: inline-block; margin-right: 0.25rem; width: 2.25rem; height: 2.25rem; font-size: 0.9rem; color: #fff; background: #ff8500; border-radius: 50%;}
.meal_menu0016 .inner dt strong {color: #2c5196;}
.meal_menu0016 .inner dd {padding: 1rem 0 0; line-height: 1.6; font-size: 0.8rem; color: #444; word-break:keep-all;}
.meal_menu0016 .inner .no_data {line-height: 7rem; text-align: center;}

/* 바로가기1 */
.M_link0016 { position:relative; height:100%; }
.M_link0016 ul {display:table; table-layout:fixed; width: 100%; }
.M_link0016 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0016 li a { display:block; position:relative; width:100%; text-align:center; }
.M_link0016 li a p {position: relative; margin: 0 auto; width: 5rem; height: 5rem; line-height: 5rem; text-align: center; background: #fff; border-radius: 50%; border: 2px solid transparent;}
.M_link0016 li a p img {max-width: 100%; max-height: 100%; vertical-align: middle;}
.M_link0016 li a span {display: block; font-size:0.85rem; max-height: 2.5rem; line-height:1.25rem; padding:0 5px; margin-top: 0.85rem; overflow:hidden; font-weight: 600; color:#222;}
/** 바로가기1 : active **/
.M_link0016 li a:hover p,
.M_link0016 li a:focus p {background: #fff; border-color: #2a62d2; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);}
.M_link0016 li a,
.M_link0016 li a p,
.M_link0016 li a img {-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s;}

/* 갤러리 */
.gallery0016 {position: relative; height: 100%;}
.gallery0016 h2{ position:relative; margin-bottom: 1rem; font-size:1.1rem; line-height:2.25rem; font-weight: 700; color: #000; overflow: hidden; white-space: nowrap;}
.gallery0016 .list_box ul {height: 24.25rem; overflow: hidden;}
.gallery0016 .list_box li {border-radius: 1.5rem 1.5rem 0 0; overflow:hidden;}
.gallery0016 .list_box li + li {margin-top: 1.5rem;}
.gallery0016 .list_box li:nth-of-type(n+3) {display: none;}
.gallery0016 .list_box li.no_data{ width:100%; height: 100%; display:flex; align-items:center; justify-content:center; font-size:.9rem; background:rgba(0, 0, 0, 0.5); border-radius:1.5rem;}
.gallery0016 .list_box a {position: relative; display: block; color:#fff; font-weight: 400;}
.gallery0016 .list_box a .img {height: 11.25rem; background: rgba(0, 0, 0, 0.5); overflow: hidden;}
.gallery0016 .list_box a .img img {position: relative; width: 100%; height: auto; }
.gallery0016 .list_box a span {position: absolute; bottom: 0; left: 0; padding: 0 1rem; width: 100%; line-height: 3rem; text-align: center; color: #333; white-space: nowrap; text-overflow: ellipsis; background: #fff; border-bottom: 1px solid #c9c9c9; overflow: hidden;}
/** 갤러리 : active **/
.gallery0016 .list_box a span {transition: all 0.3s; -webkit-transition: all 0.3s;}
.gallery0016 .list_box a:hover span,
.gallery0016 .list_box a:focus span {color: #fff; text-decoration: underline; background: #2a62d2;}

/* 배너존 */
.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;}
/* 배너존 : active */
.banner_zone .btn a:hover,
.banner_zone .btn a:focus{background:#f1f1f1;}

@media (max-width: 1240px) {	
	/* 메인비주얼 */
	.MVisual0016 .item img {width:150%; left:-25%; height:auto; transform: none; -webkit-transform: none;}
	.MVisual0016 .control {left: 1rem; bottom: 0; margin-left: 0;}

	/* 캘린더 */
	.pop_schedule0016 .tit_wrap {padding: 1.5rem 1rem;}
}

@media (max-width: 1024px) {
	/* 게시판 */
	.notice0016 .list_box li {width: 32%;}
	.notice0016 .list_box li:nth-of-type(n+4) {display: none;}

	/* 캘린더 */
	.pop_schedule0016 .tit_wrap {width: 11.5rem;}
	.pop_schedule0016 .sche_wrap {width: calc(100% - 11.5rem);}

	/* 바로가기1 */
	.M_link0016 li a p {width: 4rem; height: 4rem; line-height: 4rem;}
	.M_link0016 li a p img {width: 2.2rem; }
}


@media (max-width: 860px) {
	/* 캘린더 */
	.pop_schedule0016 .lst li {width: 50%;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap {width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 타이틀 */
	h2.heading,
	.notice0016 .titTab li {font-size: 1rem;}

	/* 식단 */
	.meal_menu0016 .inner {background-size: 5rem auto;}
	
	/* 갤러리 */
	.gallery0016 .list_box ul {height: 12rem;}
	.gallery0016 .list_box li {width: 48%; float: left;}
	.gallery0016 .list_box li + li {margin-left: 4%; margin-top: 0;}
	.gallery0016 .list_box li.no_data {height: 11rem;}
}

@media (max-width: 640px) {	
	/* 메인비주얼 */
	.MVisual0016{padding-bottom:1rem;}

	/* 게시판 */
	.notice0016 .titTab {text-align: left;}
	.notice0016 .list_box ul {height: auto;}
	.notice0016 .list_box li {width: 100%;}
	.notice0016 .list_box li + li {margin-top: .5rem; margin-left: 0;}
	.notice0016 .list_box li a {padding:1.5rem 1rem;}

	/* 행사일정 */
	.pop_schedule0016 .tit_wrap {padding: 0 1.5rem; width: 100%; height: auto; float: none; border-radius: 1rem 1rem 0 0;}
	.pop_schedule0016 h2.heading {display: none;}
	.pop_schedule0016 .month {margin-top: 0; line-height: 3.8rem; text-align: left;}
	.pop_schedule0016 .month span {margin: 0 0.5rem;}
	.pop_schedule0016 .sche_wrap {width: 100%; float: none; border-radius: 0 0 1rem 0;}
	.pop_schedule0016 .btn_more {border-radius: 0 1rem 0 1rem;}


	/* 식단 */
	.meal_menu0016{background-size:auto 3rem;}
	.meal_menu0016 .inner ul{height:8rem;}

	/* 팝업존 */
    .pop0016 .pop_img{ margin-top:.5rem; height:auto; text-align:center; }
    .pop0016 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 갤러리 */
	.gallery0016 .list_box a .img img{ left:50%; width:auto; height:100%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
}
@media (max-width: 580px) {
	/* 게시판 */
	.notice0016 .titTab{padding-top:.5rem;}
	.notice0016 .titTab li{max-width:100%;}
	.notice0016 .titTab li a{line-height:1.5rem;}
	.notice0016 .titTab li + li{padding-left:.75rem;}
	.notice0016 .titTab li + li::before{top:.4rem;}
	.notice0016 .titTab li a:before{background-size:auto 4px;}
	.notice0016 .list_box ul{margin-top:0;}

	/* 바로가기1 */
	.M_link0016 ul{display:block; font-size:0;}
	.M_link0016 li { display:inline-block; width:calc(100% / 3); margin-bottom:1rem;}
}

@media (max-width: 460px) {
	/* 메인비주얼 */
	.MVisual0016 {padding-bottom:1.5rem;}

	/* 캘린더 */
	.pop_schedule0016 .sche_wrap {padding: 1rem;}
	.pop_schedule0016 .tit_wrap {padding: 0 3rem 0 0;}
	.pop_schedule0016 .month {line-height: 2.8rem; text-align: center;}
	.pop_schedule0016 .lst li {width: 100%;}
	.pop_schedule0016 .lst li a {padding: 0 0.25rem 0 3.5rem;}
	.pop_schedule0016 .lst li a span {left: 0;}
	.pop_schedule0016 .btn_more {width: 3.1rem; height: 3.1rem; line-height: 3.1rem;}
	
	/* 바로가기1 */
	.M_link0016 li a span {font-size:0.8rem; }

	/* 갤러리 */
	.gallery0016 .list_box ul {height: auto;}
	.gallery0016 .list_box li {width: 100%;}
	.gallery0016 .list_box li + li {margin-left: 0; margin-top: 1rem;}


}