﻿/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 05. 10
-----------------------------------------------------------*/

/* btn_more */
.btnTy { position:absolute; right:0; top:0; display:block; width:2.6rem; height:2.6rem; border-radius:0.8rem 0.8rem 0 0.8rem; background:#4d76ed; text-align:center; line-height:2.6rem; color:#fff; font-size:1.5rem; -webkit-transition:0.2s; transition:0.2s; }   
.btnTy i { position:relative; -webkit-transition:0.2s; transition:0.2s;}
/** btnTy active **/ 
.btnTy:hover,
.btnTy:focus {  border-radius:0 0.8rem 0.8rem 0.8rem; } 
.btnTy:hover i,
.btnTy:focus i { -webkit-transform:rotate(90deg); transform:rotate(90deg);}

.btnTy2 { position:absolute; right:0; top:0; line-height:1.8rem; padding-left:1rem; }
.btnTy2:before { content:""; position:absolute; right:0; top:0; width:1.8rem; height:1.8rem; background:#e1f4ff; border-radius:1.8rem; -webkit-transition:0.3s; transition:0.3s; }
.btnTy2 em {position:relative; display:inline-block; font-size:0.75rem; font-weight:600; color:#010101; text-transform:uppercase; margin-right:0.3rem; vertical-align: top; }
.btnTy2 i { position:relative; display:inline-block; width:1.8rem; height:1.8rem; line-height:1.8rem; font-size: 1.2rem; text-align:center; margin-left: 0.25rem; }
.btnTy2:hover:before,
.btnTy2:focus:before {width:100%; }

/* 메인비주얼 */
.MVisual0071 { position:relative; height:100%; overflow:hidden; border-radius:0 0 2.5rem 2.5rem; }
.MVisual0071 .slider,
.MVisual0071 .slick-list,
.MVisual0071 .slick-track{height:100%; }
.MVisual0071 .item { overflow:hidden; line-height:0; }
.MVisual0071 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0071 .item img.M_visual_m { display:none; }
.MVisual0071 .control { position:absolute; right:1rem; bottom:1rem; z-index:1; }
.MVisual0071 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgba(0, 0, 0, 0.3); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0071 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0071 .control > a:hover,
.MVisual0071 .control > a:focus { background:rgba(0,0,0,0.5); }
 
/* 팝업존 */
.pop0071 { position:relative; width:100%; height:100%; padding-left:1rem; background:#5896ed; border-radius:1rem 0 0 1rem; color:#fff; }
.pop0071 .tit_wrap { position:relative; width:100%; z-index:1; } 
.pop0071 h2 { height:2.5rem; line-height:2.5rem; margin:0 7rem 0 0; font-weight:600; font-size:1rem; overflow:hidden; text-overflow:ellipsis; }
.pop0071 .nss_pg { position:absolute; top:0; right:1rem; line-height:2.5rem; font-size:0;}   
.pop0071 .page {display:inline-block; font-size:0.8rem; vertical-align:middle;}
.pop0071 .page strong { font-weight:600; }
.pop0071 .nss_pg a { position:relative; display:inline-block; width:1rem; height:2.5rem; vertical-align:middle; text-align:center; font-size:1rem; margin-left:0.5rem; -webkit-transition:all .15s; transition:all .15s;}  
.pop0071 .nss_pg a i,
.pop0071 .nss_pg a img { position:absolute; top:50%; left:50%; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); }
.pop0071 .nss_pg .play { display:none; }
.pop0071 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:1rem 1rem 0 1rem; background:rgba(0,0,0,0.1);}
.pop0071 .pop_img div,
.pop0071 .pop_img .item {height:100%;}
.pop0071 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0071 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 행사일정 */
.pop_schedule0071 { position:relative; height:100%; }    
.pop_schedule0071:before { content:""; position:absolute; left:0; top:1.2rem; width:calc(100% - 3.5rem); height:2px; background:#e5e5e5; z-index:-1; }
.pop_schedule0071 h2 {display:inline-block; height:2.6rem; margin:0 3rem 0 0; font-weight:700; line-height:2.6rem; font-size:1.1rem; overflow:hidden; text-overflow:ellipsis; background:#fff; margin-bottom:0.5rem; padding-right:1rem; } 
.pop_schedule0071 .sche_wrap { display:flex; height:6rem; border:1px solid #d8e5f1; background:#f1f8ff; border-radius:1rem; align-items:center; padding:0 4.5rem 0 1rem; }
.pop_schedule0071 .month { width:6.5rem; text-align:center; }
.pop_schedule0071 .month a {display:inline-block; width:1.5rem; line-height:2.7rem; font-size:1rem; vertical-align:bottom;}
.pop_schedule0071 .month a i { -webkit-transition:all .3s; transition:all .3s; } 
.pop_schedule0071 .month .date { display:inline-block; vertical-align:bottom; }
.pop_schedule0071 .month .date em { display:block; width:2.7rem; height:2.7rem; background:#4d76ed; border-radius:50%; color:#fff; line-height:2.7rem; font-size:1.2rem; font-weight:700; }
.pop_schedule0071 .lst { position:relative; width:calc(100% - 6.5rem); }
.pop_schedule0071 .lst ul { height:3.5rem; overflow-y:auto; } 
.pop_schedule0071 .lst ul li a { position:relative; display:block; line-height:1.75rem; padding-left:3rem; font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.pop_schedule0071 .lst ul li a span { position:absolute; left:0; top:0; width:3rem; text-align:center; color:#2a62d2; -webkit-transition:0.3s; transition:0.3s; }
.pop_schedule0071 .lst .no_data {line-height:3.5rem; font-weight:600; text-align:center;}  
.pop_schedule0071 img { position:absolute; bottom:0.5rem; right:0.5rem; }

/* 식단 */
.meal_menu0071 { position:relative; height:100%; }  
.meal_menu0071:before { content:""; position:absolute; left:0; top:1.2rem; width:calc(100% - 3.5rem); height:2px; background:#e5e5e5; z-index:-1; }
.meal_menu0071 h2 {display:inline-block; height:2.6rem; margin:0 3rem 0 0; font-weight:700; line-height:2.6rem; font-size:1.1rem; overflow:hidden; text-overflow:ellipsis; background:#fff; margin-bottom:0.5rem; padding-right:1rem; } 
.meal_menu0071 .inner {position:relative; height:6rem; background:#eefdef; border:1px solid #d5eed6; padding:1.25rem 4.5rem 1.25rem 1rem; border-radius:1rem; } 
.meal_menu0071 .inner ul { overflow:hidden; overflow-y:auto; height:3.5rem;} 
.meal_menu0071 .inner li + li { margin-top:1.2rem; }
.meal_menu0071 .inner .no_data {line-height:3.5rem; font-weight:600; text-align:center;}
.meal_menu0071 .inner dl { position:relative; display:flex; }
.meal_menu0071 .inner dl dt { width:6.5rem; text-align:center; font-size:0.9rem; }
.meal_menu0071 .inner dl dt strong { display:inline-block; width:2.7rem; height:2.7rem; background:#0ca39e; border-radius:50%; color:#fff; font-weight:600; line-height:2.7rem; font-size:0.85rem; vertical-align:middle; overflow:hidden; }
.meal_menu0071 .inner dl dt em { color:#007874; font-weight:700; }
.meal_menu0071 .inner dl dd { width:calc(100% - 6.5rem); padding:0 0.5rem 0 1rem; } 
.meal_menu0071 img { position:absolute; bottom:0.5rem; right:0.5rem; }
.meal_menu0071 .btn_more { background:#0ca39e; } 

/* 게시판 */
.notice0071 { position:relative; }    
.notice0071:before { content:""; position:absolute; left:0; top:0.7rem; width:calc(100% - 6rem); height:2px; background:#e5e5e5; z-index:-1; }
.notice0071 .titTab { margin:0 5rem 1.2rem 0; font-size:0; } 
.notice0071 .titTab ul li {position: relative; display:inline-block; max-width:calc((100% - 3rem) / 3); padding-right:1.3rem; }
.notice0071 .titTab ul li:after { content:""; position:absolute; right:0; top:0; width:calc(100% + 2rem); height:100%; background:#fff; z-index:-1; } 
.notice0071 .titTab ul li + li:before { content:""; position:absolute; left:-0.8rem; top:0.7rem; width:0.2rem; height:0.2rem; background:#ccc; border-radius:50%; }
.notice0071 .titTab ul li a { display:block; height:1.5rem; font-size:1.1rem; color:#777; font-weight:600; overflow:hidden; text-overflow:ellipsis; }
.notice0071 .list_box { display:none; }
.notice0071 .list_box ul {margin:0 -0.7rem; }   
.notice0071 .list_box li { width:25%; float:left; padding:0 0.7rem; } 
.notice0071 .list_box li:nth-child(n+5) { display:none;}
.notice0071 .list_box li a { position:relative; display:block; height:11.75rem; color:#555; border:1px solid #cfcfcf; border-radius:1rem; padding:1.2rem 1rem; }
.notice0071 .list_box li a .tit { height:3rem; line-height:1.5rem; overflow:hidden; font-size:0.9rem; font-weight:600;}
.notice0071 .list_box li a .txt { height:2.4rem; line-height:1.2rem; overflow:hidden; margin:1.2rem 0; }
.notice0071 .list_box li a .date { position:relative; display:block; text-align:right; font-size:0.75rem; }
.notice0071 .list_box li a .date:before { content:"\ead7"; font-family:"xeicon"; display:inline-block; margin-right:0.3rem; }
.notice0071 .list_box li a.new p.tit:before { content:"N"; display:inline-block; width:1.3rem; height:1.3rem; background:#0181da; border-radius:50%; line-height:1.3rem; text-align:center; color:#fff; font-weight:600; font-size:0.7rem; vertical-align:middle; margin-right:0.3rem; } 
/** 게시판 active **/ 
.notice0071 .titTab ul li a.current,
.notice0071 .titTab ul li a:hover,
.notice0071 .titTab ul li a:focus {color:#0181da;}  
.notice0071 .list_box li a:hover,
.notice0071 .list_box li a:focus {border:1px solid #0181da; box-shadow:1px 1px 10px rgba(14,67,255,0.18);}
/** 게시판 : 데이터 없음 **/
.notice0071 .list_box li.no_data { width:100%; line-height:11.75rem; text-align:center; font-weight:600; }
/** 게시판 :action **/  
.notice0071 .list_box.on { display:block; }
.notice0071 a  { -webkit-transition:all .15s; transition:all .15s; } 

/* 바로가기 */
.M_link0071 { position:relative; } 
.M_link0071 ul { display:flex; height:100%; }
.M_link0071 li { flex:1; padding:0 0.4rem; max-width:10rem; }
.M_link0071 li a { display:block; position:relative; width:100%; height:100%; padding:1.5rem 0 0.5rem; word-break:keep-all; text-align:center; } 
.M_link0071 li a .img { position:relative; display:block; width:5rem; height:5rem; background:#fff; border-radius:50%; margin:0 auto; -webkit-transition:0.3s; transition:0.3s; }
.M_link0071 li a .img img { width:100%; }
.M_link0071 li a p {height:2rem; font-size:0.9rem; font-weight:600; line-height:1rem; overflow:hidden; -webkit-transition:color 0.3s; transition:color 0.3s; margin-top:1rem; word-break:break-all;} 
/** 바로가기 active **/ 
.M_link0071 li a:hover .img,
.M_link0071 li a:focus .img { -webkit-transform:translateY(-5px); transform:translateY(-5px); }
.M_link0071 li a:hover p,
.M_link0071 li a:focus p {color:#5d83ed;}
 
/* 갤러리 */
.gallery0071 { position:relative; height:100%; }    
.gallery0071:before { content:""; position:absolute; left:0; top:0.7rem; width:calc(100% - 6rem); height:2px; background:#d7e7f8; }
.gallery0071 h2 { position:relative; display:inline-block; height:1.5rem; margin:0 5rem 1.5rem 0; font-weight:700; font-size:1.1rem; background:#fff; padding-right:1rem; overflow:hidden; text-overflow:ellipsis; } 
.gallery0071 ul { position:relative; display:flex; margin:0 -0.7rem; overflow:hidden;}
.gallery0071 ul li { width:25%; height:12.25rem; padding:0 0.7rem;  }
.gallery0071 ul li:nth-child(n+5) { display:none; }
.gallery0071 ul li:nth-child(2n) { margin-top:1rem;} 
.gallery0071 ul li a { position:relative; display:block; height:100%; border-radius:1.5rem 0 1.5rem 1.5rem; text-align:center; overflow:hidden; }
.gallery0071 ul li a:before { content:""; position:absolute; left:0; top:0; width:100%; height:100%; border:3px solid #5896ed; border-radius:1.5rem 0 1.5rem 1.5rem; z-index:2; opacity:0; -webkit-transition:0.2s; transition:0.2s; }
.gallery0071 ul li a .img { position:relative; height:100%; overflow:hidden; }
.gallery0071 ul li a .img img { position:absolute; top:50%; left:50%; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.gallery0071 ul li a p { position:absolute; right:0; bottom:0; width:80%; background:#fff; line-height:2.4rem; font-weight:600; border-radius:1rem 0 0 0; padding:0 1rem; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; z-index:2; -webkit-transition:0.2s; transition:0.2s;  } 
.gallery0071 .list_box li.no_data{ width:100%; height:12.25rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:rgba(0,0,0,0.05); border-radius:1.5rem 0 1.5rem 1.5rem; margin:0 0.7rem;}  
/** 갤러리 active **/
.gallery0071 .list_box a:hover .img img,
.gallery0071 .list_box a:focus .img img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); }
.gallery0071 ul li a:hover:before,
.gallery0071 ul li a:focus:before { opacity:1; }
.gallery0071 ul li a:hover p,
.gallery0071 ul li a:focus p {background:#5896ed; color:#fff; }

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #d1d8e4; background:#fff; }
.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: 1340px) {  
}
@media (max-width: 1240px) {   
	/* 메인비주얼 */ 
	.MVisual0071 .item img { left:auto; width:100%; height:auto; -webkit-transform:none; transform:none; } 

	/* 팝업존 */
	.pop0071 .pop_img .item img {width:auto; height:100%;}
}
@media (max-width: 1024px) {  
	/* 공지사항 */
	.notice0071 .list_box li { width:33.333%; }
	.notice0071 .list_box li:nth-child(4) {display:none;} 

	/* 갤러리 */
	.gallery0071 ul li { width:33.333%; }
	.gallery0071 ul li:nth-child(4) {display:none;} 

	/* 바로가기 */
	.M_link0071 li a .img { width:4rem; height:4rem;}

}
@media (max-width: 860px) {    
	/* btn_more */
	.btnTy { -webkit-transform:scale(0.7); transform:scale(0.7);}    

	

	/* 행사일정 */
	.pop_schedule0071 .sche_wrap { display:block; height:9rem; padding:0 1rem; }
	.pop_schedule0071 .month { width:100%; margin:0.5rem 0; }
	.pop_schedule0071 .lst { width:100%; padding-right:4rem; }

	/* 식단 */
	.meal_menu0071 .inner { height:9rem; padding-top:1rem; }
	.meal_menu0071 .inner ul { height:6.5rem; }
	.meal_menu0071 .inner dl { display:block;}
	.meal_menu0071 .inner dl dt { width:100%; margin-bottom:0.5rem;}
	.meal_menu0071 .inner dl dd { width:100%; padding:0 0.5rem 0 0;}
	.meal_menu0071 .inner .no_data { line-height:6.5rem;}

	/* 바로가기 */
	.M_link0071 ul { flex-wrap:wrap; padding-top:1rem;}
	.M_link0071 li { flex:inherit; width:25%; max-width:none; }
	.M_link0071 li a { padding:0 0 0.5rem; }
	.M_link0071 li a p { margin-top:0.7rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}  
@media (max-width:768px) { 
	/* 비주얼 */
	.MVisual0071 .control { right:auto; left:1rem; }

	/* 팝업존 */
	.pop0071 { border-radius:1rem 0 1rem 1rem;}
    .pop0071 .pop_img{ height:auto; text-align:center; }
    .pop0071 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	/* 행사일정 */
	.pop_schedule0071 h2 { font-size:1rem; margin-bottom:0; }

	/* 식단 */
	.meal_menu0071 h2 { font-size:1rem; margin-bottom:0; }

	/* 공지사항 */
	.notice0071:before { display:none; }
	.notice0071 .titTab { overflow:hidden; margin-bottom:0.8rem; }
	.notice0071 .titTab ul li { max-width:100%; }
	.notice0071 .titTab ul li a { font-size:1rem; }
	.notice0071 .list_box li { width:50%; }
	.notice0071 .list_box li:nth-child(3) { display:none; }

	/* 갤러리 */
	.gallery0071 h2 { font-size:1rem; margin-bottom:0.5rem; }
	.gallery0071 ul li { width:50%; }
	.gallery0071 ul li:nth-child(2n) { margin-top:0; }
	.gallery0071 ul li:nth-child(3) { display:none; }
} 
@media (max-width:480px) {  
	/* 바로가기 */ 
	.M_link0071 li { width:33.333%; }
	.M_link0071 li a .img { width:3.5rem; height:3.5rem; }
	
	/* 공지사항 */ 
	.notice0071 .list_box li { width:100%; }
	.notice0071 .list_box li:nth-child(2) { display:none; }
	.notice0071 .list_box li.no_data { line-height:10rem; }
	.notice0071 .list_box li a { height:10rem;}
	.notice0071 .list_box li a .tit { height:1.5rem; }

	/* 갤러리 */ 
	.gallery0071 ul li { width:100%; }
	.gallery0071 ul li:nth-child(2) { display:none; }
	
} 
@media (max-width:340px) {  
	/* 행사일정 */
	.pop_schedule0071 .lst { padding-right:3rem; }
	.pop_schedule0071 img { width:2.8rem;}

	/* 식단 */
	.meal_menu0071 .inner { padding-right:3.5rem; }
	.meal_menu0071 img { width:2.8rem; }

	/* 갤러리 */
	.gallery0071 ul li { height:10rem; }
	.gallery0071 .list_box li.no_data { height:10rem;}
}