﻿/* 공통 */
.tit_wrap {position: relative;}
.tit_wrap:after {clear: both; display: block; content: "";}
.tit_wrap h2 {margin-bottom: 1.25rem; font-size: 1.1rem; font-weight: 700; max-width: calc(100% - 4rem); color: #222; white-space: nowrap; overflow: hidden;}
.btn_more{position: absolute; top: -0.25rem; right: 0; font-size: 0.7rem; line-height: 2rem; font-weight: 400;}
.btn_more span{display: inline-block; width: 2rem; height: 2rem; line-height: 2rem; text-align: center; color: #fff; border-radius: 50%; background: #1f8ade; margin-right: 0.15rem; transition: background 0.3s; -webkit-transition: background 0.3s;}
.btn_more:hover span{background: #0e6fb9;}

/* 메인비주얼 */
.MVisual0061 {position: relative; height: 100%; overflow:hidden;}
.MVisual0061 .item {line-height: 0; overflow: hidden; text-align: center;}
.MVisual0061 .item img {position: relative; width: auto; height: 100%; left: 50%; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.MVisual0061 .control {position: absolute; bottom: 2rem; left: 50%; margin-left: -30rem; z-index: 1;}
.MVisual0061 .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;}
.MVisual0061 .control > a.play {display: none;}
.MVisual0061 .control > a:hover,
.MVisual0061 .control > a:focus {background: rgba(6, 106, 173, 0.6);}

/* 캘린더 */
.pop_schedule0061 {position: relative; width: 100%; height: 100%;}
.pop_schedule0061 .tit_wrap h2{ margin-bottom: 0.5rem;}
.pop_schedule0061 .inBox {position: relative; padding-left: 5.8rem;}
.pop_schedule0061 .month{position: absolute; top: 50%; left: 0; transform: translateY(-50%);}
.pop_schedule0061 .month span {color: #757575; font-size: 0.9rem;}
.pop_schedule0061 .month span em {display: block; color: #fc2f6e; font-size: 1.75rem; font-weight: 700;}
.pop_schedule0061 .sche_list {position: relative; padding: 0 3rem; width: 100%;}
.pop_schedule0061 .sche_list a.prev,
.pop_schedule0061 .sche_list a.next {position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); display: inline-block; width: 2rem; height: 1.5rem; line-height: 1.5rem; font-size:1rem; text-align: center; vertical-align: middle; color: #fff;  background: #fc2f6e; transition: background 0.3s; -webkit-transition: background 0.3s;}
.pop_schedule0061 .sche_list a.prev {left: 0;} 
.pop_schedule0061 .sche_list a.next {right: 0;} 
.pop_schedule0061 .sche_list ul { white-space: nowrap; overflow-x: auto;}
.pop_schedule0061 .sche_list li {position: relative; display: inline-block; text-align: center; font-size: 0.65rem; width: 2.85rem; margin: 0 0.35rem; padding:0.5rem 0 1.25rem;}
.pop_schedule0061 .sche_list li::before{width: 0.6rem; height: 0.6rem; border-radius: 50%; background: #bbb; position: absolute; bottom: 0.15rem; left: calc(50% - 0.3rem); border: 0.1rem solid #fff; z-index: 3; content: '';}
.pop_schedule0061 .sche_list li em{display: block; font-size: 1.1rem; font-weight: 700;}
.pop_schedule0061 .sche_list li.sun em{color: #fc2f6e;}
.pop_schedule0061 .sche_list li.sat em{color: #318dd4;}
.pop_schedule0061 .sche_list li a{font-size: .85rem; color:#000;}
.pop_schedule0061 .sche_list li.event::before {background: #fc2f6e;}
.pop_schedule0061 .sche_list li.event a{display: block; transition: all 0.3s; -webkit-transition: all 0.3s;}
.pop_schedule0061 .sche_list li.today::after{width: 100%; height: 100%; background: #1f8ade; position: absolute; bottom: 0.5rem; left: 0; content: '';}
.pop_schedule0061 .sche_list li.today a{display: block; position: relative; z-index: 2; color: #fff; transition: color 0.3s; -webkit-transition: color 0.3s;}
.pop_schedule0061 .sche_list li.today a em{position: relative; z-index: 2;}
.pop_schedule0061 .lst {background: #f8f8f8; margin-top: 1rem; height: 3rem; overflow-y: auto; }
.pop_schedule0061 .lst::after{display: block; content: ''; clear: both;}
.pop_schedule0061 .lst li {position: relative; float: left; width: 33%; padding: 0 0.5rem 0 1rem;}
.pop_schedule0061 .lst li::before{width: 1px; height: 0.75rem; border-left: 1px dotted #d6d6d6; position: absolute; right: 0; top: 1.1rem; content: '';}
.pop_schedule0061 .lst li a {position: relative; display: block; line-height: 3rem; font-weight: 400; color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.pop_schedule0061 .lst li a span { display: inline-block; margin-right: 0.35rem; color: #fc2f6e; font-weight: 600; font-size:.85rem;}
.pop_schedule0061 .lst .no_data {width: 100%;; line-height: 3rem; text-align: center;}
.pop_schedule0061 .btn_more { color: #222; display: inline-block; font-size: 1.3rem; top: 0; -webkit-transition: all .3s; transition: all .3s; line-height: 1;}
/** 캘린더 : active **/
.pop_schedule0061 .lst li a:hover,
.pop_schedule0061 .lst li a:focus {text-decoration: underline;}
.pop_schedule0061 .sche_list li.event a:hover,
.pop_schedule0061 .sche_list li.event a:focus {color: #ff0015; font-weight: 700;}
.pop_schedule0061 .sche_list li.today a:hover,
.pop_schedule0061 .sche_list li.today a:focus{color: #ffcada;}
.pop_schedule0061 .sche_list a.prev:hover, .pop_schedule0061 .sche_list a.next:hover{background: #ff0015;}
.pop_schedule0061 .btn_more:hover,
.pop_schedule0061 .btn_more:focus {transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 팝업존 */
.pop0061 {position: relative; width: 100%; height: 100%; color: #fff;}
.pop0061 .tit_wrap h2 {max-width:calc(100% - 6.5rem); color: #fff;}
.pop0061 .nss_pg {position: absolute; top: 0; right: 0; vertical-align: middle;}
.pop0061 .nss_pg p {display: inline-block; padding-right: 0.5rem;}
.pop0061 .nss_pg p strong {position: relative; font-weight: 600; color: #ffcd47;}
.pop0061 .nss_pg a {display: inline-block;}
.pop0061 .nss_pg a.stop, .pop0061 .nss_pg a.play{width: 1.5rem; height: 1.5rem; line-height: 1.5rem; text-align: center; border-radius: 50%; background: #e6f2fb; color: #1f8ade; margin: 0 0.15rem;}
.pop0061 .nss_pg .play {display: none;}
.pop0061 .pop_img {position: relative; width: 100%; height: 11.25rem; text-align:center; background:#eee; overflow: hidden;}
.pop0061 .pop_img .slick-list {margin: 0 auto; width: 100%; max-width: 17.5rem;}
.pop0061 .pop_img div,
.pop0061 .pop_img .item {height: 100%;}
.pop0061 .pop_img .item a {position: relative; display: block; height: 100%; overflow: hidden; text-align:center;}
.pop0061 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}


/* 게시판 */
.notice0061 {position: relative; height: 100%; color: #222;}
.notice0061 .titTab {position: relative;}
.notice0061 .titTab ul {position: relative; font-size: 0; margin-right: 3rem;}
.notice0061 .titTab ul:after {clear: both; display: block; content: "";}
.notice0061 .titTab li {position: relative; display: inline-block; margin-bottom: 1.5rem; max-width: 32.5%; font-size: 1.1rem; font-weight: 600; vertical-align: top;}
.notice0061 .titTab li + li::before{width: 1px; height: 1rem; background: #d0d0d0; position: absolute; left: 0; top: 0.25rem; transform: rotate(30deg); -webkit-transform: rotate(30deg); content: '';}
.notice0061 .titTab li a {position: relative; display: block; padding: 0 1rem; color: #777;  transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0061 .titTab li a span {position: relative; display: block; white-space: nowrap; overflow: hidden;}
.notice0061 .list_box {display: none; width: 100%;}
.notice0061 .list_box ul {width: 100%; border-top: 2px solid #1f8ade; overflow: hidden;}
.notice0061 .list_box ul::after{display: block; content: ''; clear: both;}
.notice0061 .list_box li {float: left; width: 25%; margin-bottom: 1.5rem; border-bottom: 1px solid #eee;}
.notice0061 .list_box li:nth-of-type(n+5){display: none;}
.notice0061 .list_box li a {position: relative; display: block; padding: 1.75rem 1rem; font-weight: 400; color: #222; transition: background 0.3s; -webkit-transition: background 0.3s;}
.notice0061 .list_box li a::before{content: "\e90b"; font-family: 'xeicon'; width: 3rem; height: 3rem; line-height: 2.7rem; text-align: center; position: absolute; bottom: -1.5rem; right: 2rem; font-size: 1.2rem; color: #fff; border-radius: 50%; background: #1f8ade; border: 0.15rem solid #fff; opacity: 0; transition: all 0.3s; -webkit-transition: all 0.3s;}
.notice0061 .list_box li a .tit{font-size: 1rem; line-height: 1.3; font-weight: 600; height: 2.6rem; overflow: hidden; transition: color 0.3s; -webkit-transition: color 0.3s;} 
.notice0061 .list_box li a.new .tit::before{content: 'NEW'; color: #ffcd47; margin-right: 0.2rem; font-size: 0.8rem;}
.notice0061 .list_box li a .txt{font-size: 0.75rem; color: #777; margin: 1.5rem 0; height: 2.1rem; overflow: hidden;transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0061 .list_box li a span{font-size: 0.7rem; color: #8d8d8d; vertical-align: baseline; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0061 .list_box li a span i{font-size: 0.8rem; margin-right: 0.25rem; vertical-align: baseline;}
.notice0061 .list_box li.no_data {width: 100%; line-height: 12rem; text-align: center;}
/* 게시판 : active */
.notice0061 .titTab li a:hover,
.notice0061 .titTab li a:focus,
.notice0061 .titTab li a.current {color: #1f8ade; font-weight: 700;}
.notice0061 .titTab li a.current{padding-left: 2rem;}
.notice0061 .titTab li a.current:before {display: inline-block; width: 0.75rem; height: 0.75rem; border-radius: 50%; background: #c8e3fa; color: #1f8ade; content: "\e928"; font-family: 'xeicon'; position: absolute; left: 0.7rem; top: 0.3rem;} 
.notice0061 .titTab li a,
.notice0061 .titTab li a:before,
.notice0061 .titTab li a:after {-webkit-transition: all .15s; transition: all .15s;}
.notice0061 .list_box.on {display: block;}
.notice0061 .list_box li a:hover,
.notice0061 .list_box li a:focus{background: #1f8ade; box-shadow: 0.2rem 0.2rem 0.2rem rgba(32, 120, 253, 0.1);}
.notice0061 .list_box li a:hover .tit,
.notice0061 .list_box li a:focus .tit,
.notice0061 .list_box li a:hover .txt,
.notice0061 .list_box li a:focus .txt,
.notice0061 .list_box li a:hover span,
.notice0061 .list_box li a:focus span{color: #fff;}
.notice0061 .list_box li a:hover::before,
.notice0061 .list_box li a:focus::before{opacity: 1; right: 1.5rem;}


/* 바로가기1 */
.M_link0061 { position:relative; height:100%; }
.M_link0061 ul{display:table; table-layout:fixed; width: 100%; }
.M_link0061 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0061 li a { display:block; position:relative; width:100%; word-break: keep-all; text-align:center; }
.M_link0061 li a p {position: relative; width: 6.6rem; height: 6.6rem; border-radius: 50%; background: #f8f8f8; margin:0 auto; border: 2px solid transparent;}
.M_link0061 li a p img { width: 4rem; height: 3.75rem; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.M_link0061 li a span { display: block; font-size:0.9rem; height: 2.5rem; padding:0 5px; margin-top: 0.85rem; overflow:hidden; font-weight: 600; color:#222; word-break:break-all;}
/** 바로가기1 : active **/
.M_link0061 li a:hover p,
.M_link0061 li a:focus p{background: #fff; border: 2px solid #1f8ade; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.1);}
.M_link0061 li a,
.M_link0061 li a p,
.M_link0061 li a img { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0061 {position: relative; height: 100%;}
.gallery0061 h2{margin-bottom: 0;}
.gallery0061 .list_box ul {margin: 0 -0.75rem; height: 12rem; overflow: hidden;}
.gallery0061 .list_box ul::after{display: block; content: ''; clear: both;}
.gallery0061 .list_box li {float: left; width: 33%; padding: 0 0.75rem; margin-top: 1.5rem;}
.gallery0061 .list_box li.no_data{ width:100%; display:flex; align-items:center; justify-content:center; font-size:.9rem; line-height: 8rem;}
.gallery0061 .list_box a {position: relative; display: block; padding-bottom: 1.2rem;}
.gallery0061 .list_box a .img {height: 9rem; background: #e1e1e1; overflow: hidden;}
.gallery0061 .list_box a .img img {position: relative; top: 50%; left: 50%; width: auto; height: 100%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.gallery0061 .list_box a .txt {position: absolute; bottom: 0; right: 0; width: calc(100% - 1.7rem); line-height: 2.5rem; background: #fff; box-shadow: 0.2rem 0.2rem 0.2rem rgba(0, 0, 0, 0.05); padding: 0 1rem; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.3s; -webkit-transition: all 0.3s; font-weight: 600;}
/** 갤러리 : active **/
.gallery0061 .list_box a:hover .txt{background: #1f8ade; color: #fff;}

/* 식단 */
.meal_menu0061 {position: relative; height: 100%;}
.meal_menu0061 .inner ul{height: 7.6rem; overflow-y: auto; position: relative; z-index: 3;}
.meal_menu0061 .inner li + li {margin-top: 1rem;}
.meal_menu0061 .inner dl {padding: 0.15rem 0; overflow: hidden;}
.meal_menu0061 .inner dt {position: relative; display: inline-block;margin-bottom: 1rem; margin-left: 3.75rem; padding: 0 1rem; width: calc(100% - 3.75rem); height: 2.5rem; line-height: 2.3rem; color: #000; font-weight: 600; background: #fff; border-radius: 1.5rem; border: 0.1rem dotted #4b6e89; text-align: center;}
.meal_menu0061 .inner dt em {position: absolute; top: -0.15rem; left: -3.75rem; width: 2.5rem; height: 2.5rem; line-height: 2.5rem; text-align: center; font-size: 0.9rem; color: #fff; background: #174467; border-radius: 50%; font-weight: 600; letter-spacing: 0.04rem;}
.meal_menu0061 .inner dt em::before{width: 1rem; height: 2px; background: #174467; position: absolute; left: 2.5rem; top: calc(50% - 1px); content: '';}
.meal_menu0061 .inner dt em::after{width: 6px; height: 6px; border-radius: 50%; background: #174467; position: absolute; top: calc(50% - 3px); left: 3.5rem; content: '';}
.meal_menu0061 .inner dt span{font-size: 1.2rem; font-weight: 700; color: #1f8ade; margin-right: 0.2rem;}
.meal_menu0061 .inner dd {line-height: 1.6; font-size: 0.8rem; font-weight: 600; word-break:keep-all; margin-right: 5rem;}
.meal_menu0061 .inner .no_data {line-height: 7rem; text-align: center;}
.meal_menu0061 .img{position: absolute; bottom: 0; right: 0;}
.meal_menu0061 .btn_more span{background: #174467;}
.meal_menu0061 .btn_more:hover span{background: #09304e;}

/* 배너존 */
.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.85rem; font-weight: 400; 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: 1440px) {
	/* 메인비주얼 */
	.MVisual0061 .item img{width: 110%; height: auto;}
	.MVisual0061 .control{left: 1rem; margin-left: 0;}
}

@media (max-width: 1280px) {	
	/* 행사일정 */
	.pop_schedule0061 .sche_list li{margin: 0;}

	/* 게시판 */
	.notice0061 .list_box li{width: 33.333%;}
	.notice0061 .list_box li:nth-of-type(n+4){display: none;}

	/* 갤러리 */
	.gallery0061 .list_box li{width: 50%;}
}

@media (max-width: 920px) {
	/* 바로가기 */
	.M_link0061 li a p{width: 6rem; height: 6rem;}
	.M_link0061 li a p img{width: 3.5rem; height: auto;}

	/* 팝업존 */
    .pop0061 .pop_img{ height:auto; text-align:center; }
    .pop0061 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
}


@media (max-width: 860px) {
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {
	/* 오늘의식단 */
	.meal_menu0061 .inner ul{height: 7.2rem; margin-right: 7rem;}
	.meal_menu0061 .inner dd{margin-right: 0;}

	/* 바로가기 */
	.M_link0061 ul{display: block;}
	.M_link0061 li{display: block; width: 33.333%; float: left; margin-bottom: 0.5rem;}
}

@media (max-width: 600px) {	
	.tit_wrap h2{font-size: 1rem; margin-bottom: 0.75rem;}

	/* 행사일정 */
	.pop_schedule0061 .inBox{padding-left: 0;}
	.pop_schedule0061 .month{position: relative; top: auto; left: auto; margin-bottom: 0.5rem; text-align: center;}
	.pop_schedule0061 .month span em{display: inline-block; margin-left: 0.5rem; font-size: 1.1rem;}
	.pop_schedule0061 .lst li{width: 50%;}
	.pop_schedule0061 .sche_list{padding: 0;}
	.pop_schedule0061 .sche_list a.prev, .pop_schedule0061 .sche_list a.next{transform: none; -webkit-transform: none; top: -2rem;}

	/* 게시판 */
	.notice0061 .titTab ul{margin-bottom:1rem;}
	.notice0061 .titTab li{max-width:100%; font-size: 1rem; margin-bottom:0.5rem;}
	.notice0061 .list_box li{width: 50%;}
	.notice0061 .list_box li:nth-of-type(n+3){display: none;}
}
@media (max-width: 480px) {

	.MVisual0061 .control{bottom: 1rem;}

	/* 공지사항 */
	.notice0061 .titTab ul{margin-bottom: 0.5rem;}
	.notice0061 .titTab li {max-width: calc(100% - 0.5rem); margin-bottom: 0.5rem;}
	.notice0061 .list_box li a{padding: 1.25rem 0.5rem;}
	.notice0061 .list_box li a::before{display: none;}
	.notice0061 .list_box li a .tit{font-size: 0.9rem; height: 2.3rem;}

	/* 바로가기 */
	.M_link0061 li a p{width: 5.25rem; height: 5.25rem;}
	.M_link0061 li a p img{width: 3.2rem;}
	.M_link0061 li a span{font-size: 0.85rem;}
	
	/* 포토갤러리 */
	.gallery0061 .list_box li{margin-top: 0.5rem;}
	.gallery0061 .list_box ul{height: 11rem;}

	/* 오늘의식단 */
	.meal_menu0061 .inner ul{margin-right: 5.5rem;}
	.meal_menu0061 .img img{width: 4.5rem;}
	.meal_menu0061 .inner dt span{font-size: 1.05rem;}
}

@media (max-width: 380px) {
	/* 행사일정 */
	.pop_schedule0061 .sche_list li em{font-size: 1rem;}
	.pop_schedule0061 .lst li{width: 100%;}

	/* 게시판 */
	.notice0061 .list_box li{width: 100%; margin-bottom: 0;}
	.notice0061 .list_box li.no_data{line-height: 24rem;}

	/* 바로가기 */
	.M_link0061 li a p{width: 4.5rem; height: 4.5rem;}


	/* 포토갤러리 */
	.gallery0061 .list_box li{width: 100%;}

	/* 오늘의식단 */
	.meal_menu0061 .inner ul{margin-right: 0;}
	.meal_menu0061 .inner dd{margin-right: 5.5rem;}
	.meal_menu0061 .img img{width: 4rem;}
}