﻿/* heading */
.heading { display:block; height:1.5rem; font-size:1rem; font-weight:600; color:#000; overflow:hidden; margin-bottom:.75rem;}

/* btn */
.btn_more {position:absolute; right:0; top:-.2rem; width:1.75rem; height:1.75rem; line-height:1.75rem; background:#bdbdbd; color:#fff; font-size:1.2rem; text-align:center; border-radius:50%; -webkit-transition:0.15s; transition:0.15s; } 
.btn_more:hover,
.btn_more:focus {-webkit-transform:rotate(180deg); transform:rotate(180deg);} 
 
 
/* 메인비주얼 */
.MVisual0032 { position:relative; height:100%; overflow:hidden; }
.MVisual0032 .slider,
.MVisual0032 .slick-list,
.MVisual0032 .slick-track{height:100%; }
.MVisual0032 .item { overflow:hidden; line-height:0; }
.MVisual0032 .item img { position:relative; width:auto; height:100%; left:0; /* transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%);*/ } 
.MVisual0032 .control { position:absolute; left:0; bottom:1rem; z-index:1; }
.MVisual0032 .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; }
.MVisual0032 .control > a.play { display:none; }
/** 메인비주얼 active **/
.MVisual0032 .control > a:hover,
.MVisual0032 .control > a:focus { background:rgba(0,0,0,0.5); }

/* 식단 */
.meal_menu0032 { position:relative; height:100%; padding-top:3rem; }    
.meal_menu0032 h2 { margin:0 2rem 1rem 0;}
.meal_menu0032 .meal_img { position:absolute; right:0; bottom:0; width:4.25rem; height:4.25rem; line-height:4.25rem; text-align:center; background:#f5f5fe; border-radius: 1rem 1rem 1rem 0; }
.meal_menu0032 img {   } 
.meal_menu0032 .inner {position:relative; height:5rem;}
.meal_menu0032 .inner ul { width:calc(100% - 5rem); height:100%; overflow-y:auto; padding-right:.5rem; }  
.meal_menu0032 .inner .no_data {line-height:5rem; font-weight:600; text-align:center;}
.meal_menu0032 .inner dl {position:relative; height:auto; }
.meal_menu0032 .inner dt {position:relative; width:7.5rem; margin-bottom:0.5rem; line-height:1.75rem; color:#fff; font-weight:400; text-align:center; border-radius:1.75rem; background:#7385d2; }   
.meal_menu0032 .inner dd { font-weight:400; line-height:1.4rem; }
.meal_menu0032 .btn_more {top:2.9rem;}
 
/* 게시판 */
.notice0032 { position:relative; } 
.notice0032 .titTab ul {display:flex; margin:0 3.5rem 0.75rem 0; flex-wrap:wrap;}
.notice0032 .titTab ul li {position:relative; max-width:calc(33% - 1.5rem);}
.notice0032 .titTab ul li + li { margin-left:1.9rem;}
.notice0032 .titTab ul li + li:before { content:""; position:absolute; left:-1rem; top:0.5rem; width:0.2rem; height:0.4rem; background:#cdcdcd; border-radius:0.1rem; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
.notice0032 .titTab ul li a { display:block; height:1.5rem; font-size:1rem; color:#666; font-weight:500; color:#000; overflow:hidden; }
.notice0032 .titTab ul li a:before {content:"\e929"; position:absolute; left:calc(50% - 1.25rem); top:calc(50% - 1.25rem); width:2.5rem; height:2.5rem; background:#fff8e9; border-radius:50%; opacity:0; z-index:-1; }
.notice0032 .list_box {display:none;} 
.notice0032 .list_box ul { height:11.5rem; overflow:hidden;}
.notice0032 .list_box ul li { display:block; width:48.7%; margin-bottom:1rem; float:left; }
.notice0032 .list_box ul li:nth-child(2n) {float:right;}
.notice0032 .list_box ul li a {position:relative; display:block; border:2px solid #f8f8f8; background:#f8f8f8; padding:1.14rem 1.8rem; font-size:0.85rem; color:#000; font-weight:500; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.notice0032 .list_box ul li a.new {padding-left:3.5rem;}
.notice0032 .list_box ul li:nth-child(1) a {border-radius:1rem 0 0 0;}
.notice0032 .list_box ul li:nth-child(2) a {border-radius:0 1rem 0 0;}
.notice0032 .list_box ul li:nth-child(3) a {border-radius:0 0 0 1rem;}
.notice0032 .list_box ul li:nth-child(4) a {border-radius:0 0 1rem 0;}
.notice0032 .list_box ul li a span {display:block; font-size:0.7rem; font-weight:300; margin-top:0.5rem; color:#a1a1a1; text-align:right; } 
/** 게시판 :action **/  
.notice0032 .titTab ul li a,
.notice0032 .titTab ul li a:before, 
.notice0032 .list_box ul li a { -webkit-transition:all .15s; transition:all .15s; } 
.notice0032 .list_box.on { display:block; }
.notice0032 .titTab ul li a:hover,
.notice0032 .titTab ul li a:focus,
.notice0032 .titTab ul li a.current { font-weight:600; }
.notice0032 .titTab ul li a.current { }
.notice0032 .titTab ul li a.current:before {opacity:1;}
.notice0032 .list_box li a:hover,
.notice0032 .list_box li a:focus { border:2px solid #ffb628; box-shadow:0 0 9px rgba(255, 182, 40, .14) }
/** 게시판 : new **/  
.notice0032 .list_box li a.new:before {content:"N"; position:absolute; left:1.8rem; top:1.03rem; width:1.4rem; height:1.4rem; line-height:1.4rem; background:#ffb628; border-radius:50%; color:#fff; font-size:0.7rem; text-align:center; }
/** 게시판 : 데이터 없음 **/
.notice0032 .list_box li.no_data { width:100%; line-height:11.25rem; border:1px solid #d6d6d6; padding:0; text-align:center; font-weight:600; }
.notice0032 .list_box li.no_data:before {display:none;}

/* 팝업존 */
.pop0032 { position:relative; width:100%; }  
.pop0032 h2 {margin-right:9rem;}
.pop0032 .nss_pg { position:absolute; top:0; right:0; }  
.pop0032 .nss_pg a { display:inline-block; vertical-align:middle; line-height:1.5rem; width:1.5rem; height:1.5rem; background:#ffb628; border-radius:50%; text-align:center; color:#fff; font-size:.8rem; }
.pop0032 .nss_pg .stop,
.pop0032 .nss_pg .play {background:#bdbdbd; margin:0 .2rem;}
.pop0032 .nss_pg .play { display:none; }
.pop0032 .nss_pg p { display:inline-block; vertical-align:middle; font-weight:400; margin-right:0.5rem; }
.pop0032 .nss_pg p strong { position:relative; color:#ffb628; padding-right:1.5rem; font-weight:600; }
.pop0032 .nss_pg p strong:before {content:""; position:absolute; right:0.7rem; top:0.4rem; width:0.1rem; height:0.4rem; background:#222; -webkit-transform:rotate(15deg); transform:rotate(15deg); }
.pop0032 .pop_img { position:relative; width:100%; height:11.25rem; overflow:hidden; background:#e5f2fb; border-radius:1.2rem; }
.pop0032 .pop_img div,
.pop0032 .pop_img .item { height:100%; }
.pop0032 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0032 .pop_img .item img {position:relative; top: 50%; max-width:100%; width:auto; max-height:100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}
/** 팝업존 **/
.pop0032 .nss_pg a:hover,
.pop0032 .nss_pg a:focus {color:#5900eb;}

/* 바로가기 */
.M_link0032 { position:relative; overflow:hidden; } 
.M_link0032 ul { display:flex; height:100%; flex-wrap:wrap; align-items:center; }
.M_link0032 li { flex:1; padding:0 2.75rem 0 0; }
.M_link0032 li a { position:relative; display:block; position:relative; width:100%; height:100%; word-break:keep-all; text-align:center; }
.M_link0032 li a:before { position:absolute; opacity:0; bottom:.5rem; left:2.2rem; content:''; width:6px; height:6px; background:#5900eb; border-radius:50%; -webkit-transition: all .2s; transition: all .2s;  }
.M_link0032 li a:after { position:absolute; opacity:0; bottom:.5rem; right:2.2rem; content:''; width:6px; height:6px; background:#5900eb; border-radius:50%; -webkit-transition: all .2s .3s; transition: all .2s .2s; } 
.M_link0032 li a .img { position:relative; display:block; width:5rem; height:5rem; margin:0 auto 1rem; background:#fff; border-radius:1rem; -webkit-transition:0.3s; transition:0.3s; }
.M_link0032 li a .img img { width:100%; }
.M_link0032 li a p {height:2rem; font-size:0.85rem; font-weight:500; line-height:1rem; overflow:hidden; -webkit-transition:color 0.3s; transition:color 0.3s; word-break:break-all;} 
/** 바로가기 : active **/ 
.M_link0032 li a:hover:before,
.M_link0032 li a:focus:before {opacity:1; bottom:0;}
.M_link0032 li a:hover:after,
.M_link0032 li a:focus:after {opacity:1; bottom:0;}
.M_link0032 li a:hover p,
.M_link0032 li a:focus p { color:#5900eb; font-weight:600; }

/* 행사일정 */
.pop_schedule0032 { position:relative; height:100%; } 
.pop_schedule0032 h2 { margin:0 2rem 1rem 0; color:#fff; }   
.pop_schedule0032 .sche_wrap { position:relative; display:flex;}
.pop_schedule0032 .month { position: relative; width:4.5rem; color:#fff; text-align:center; } 
.pop_schedule0032 .month span { display:block; font-size:0.8rem; font-weight:500; margin-bottom:0.5rem; background:rgba(255, 255, 255, .1); padding:.9rem 0; border-radius: 1.5rem 1.5rem 0 1.5rem; margin-bottom:1rem; }
.pop_schedule0032 .month em { display:block; font-size:1.5rem; font-weight:700; line-height:1; }
.pop_schedule0032 .month a { display:block; margin:.5rem auto; vertical-align:middle; width:1.65rem; height:1.65rem; text-align:center; line-height:1.6rem; background:#fff; color:#000; border-radius:50%; -webkit-transition:0.15s; transition:0.15s;}
.pop_schedule0032 .month img { display:inline-block; width:2.75rem; margin-top:0.5rem; }
.pop_schedule0032 .lst { position:relative; width:calc(100% - 4.5rem); height:10rem; padding:0 0 0 1rem;  z-index:1; color:#fff; }
.pop_schedule0032 .lst ul { height:100%; overflow-y:auto; padding-right:.7rem; }
.pop_schedule0032 .lst ul li a { display:block; padding:0 0 0.5rem; font-size:0.8rem; font-weight:400; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; }
.pop_schedule0032 .lst ul li a span { display:block; color:#fff; background:#5900eb; border-radius:1rem; width:2rem; text-align:center; padding:.1rem 0 .2rem; font-weight:500; margin-bottom:.4rem; }  
.pop_schedule0032 .lst ul li.sche_list_type2 a span { display:block; color:#fff; background:#5900eb; border-radius:1rem; width:3.35rem; text-align:center; padding:.1rem 0 .2rem; font-weight:500; margin-bottom:.4rem; }  
.pop_schedule0032 .lst ul .no_data { display:flex; width:100%; height:100%; justify-content:center; align-items:center; font-weight:600;}
.pop_schedule0032 .btnTy2 span:nth-child(1) {left:calc(50% - 1px); top:0; width:2px; height:100%; background: linear-gradient(180deg, rgba(0,167,237,1) 50%, rgba(34,34,34,1) 50%);}
.pop_schedule0032 .btnTy2 span:nth-child(2) {left:0; top:calc(50% - 1px); width:100%; height:2px; background: linear-gradient(90deg, rgba(0,167,237,1) 50%, rgba(34,34,34,1) 50%);} 
/** 행사일정 active **/
.pop_schedule0032 .month a:hover,
.pop_schedule0032 .month a:focus {background:#09587a;}
.pop_schedule0032 .lst ul li a:hover,
.pop_schedule0032 .lst ul li a:focus { font-weight:600; }
.pop_schedule0032 .btn_more { background:#fff; color:#000; }
 
/* 갤러리 */
.gallery0032 { position:relative; height:100%; }    
.gallery0032 h2 { margin:0 3.5rem 1rem 0; } 
.gallery0032 ul { display:flex; flex-wrap:wrap; }
.gallery0032 ul li { width:31.3%; height:100%; }
.gallery0032 ul li:nth-child(n+4) { display:none; }
.gallery0032 ul li + li { margin-left:3%; } 
.gallery0032 ul li a { display:block; border-radius:1.5rem; background:#fff; overflow:hidden; -webkit-transition:0.15s; transition:0.15s;}
.gallery0032 ul li a .img { position:relative; height:9.25rem; border-radius:0 0 1.5rem 1.5rem; overflow:hidden;  }
.gallery0032 ul li a .img img { position:relative; left:50%; top:50%; display:block; width:100%; height:auto; -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:0.2s; transition:0.2s; }
.gallery0032 ul li a .txt {position:relative; height:3.7rem; padding:0.5rem 1rem; background:#fff; line-height:1.2rem; }
.gallery0032 ul li a .txt p { position:relative; font-weight:500; margin-bottom:0.2rem; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; } 
.gallery0032 ul li a .txt .date { color:#999; font-size:0.7rem; font-weight:300; }
.gallery0032 ul li a .txt .view { /*position:relative; padding-left:0.8rem; font-size:0.7rem; color:#999; float:right;*/}
.gallery0032 ul li a .txt .view:before {/*content:"\e951"; position:absolute; left:0; top:0; font-family:"xeicon";*/ }
.gallery0032 .list_box li.no_data{ width:100%; height:13rem; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; font-weight:600; background:rgba(0,0,0,0.05); }
.gallery0032 .btn_more { background:#566dd0; }   
/** 갤러리 active **/
.gallery0032 ul li a:hover,
.gallery0032 ul li a:focus { color:#5757d5; box-shadow:5px 5px 15px rgba(0,0,0,0.1); }
.gallery0032 ul li a:hover .img > img,
.gallery0032 ul li a:focus .img > img { -webkit-transform:translate(-50%, -50%) scale(1.1); transform:translate(-50%, -50%) scale(1.1); } 
.gallery0032 ul li a:hover .txt p,
.gallery0032 ul li a:focus .txt p { font-weight:600; }
 
/* 배너존 */
.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.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) {   
	/* 메인비주얼 */ 
	.MVisual0032 .item img { left:0; width:100%; height:auto; -webkit-transform:none; transform:none; } 
	.MVisual0032 .control { left:1rem; bottom:1rem;}
	
	/* 바로가기 */
	.M_link0032 li {padding:0 1.75rem 0 0;}
	.M_link0032 li a .img {width:100%; height:auto;}
}  
@media (max-width: 1024px) {   
	/* 바로가기 */
	.M_link0032 li a .img { width:4.5rem; height:4.5rem; }
	
	/* 식단 */
	.meal_menu0032 .inner { height:6rem; padding:0 0 1rem; }
	.meal_menu0032 .inner ul { width:100%; }
	.meal_menu0032 .meal_img { display:none; }

	/* 포토갤러리 */
	.gallery0032 ul li { width:47.5%;}
	.gallery0032 ul li:nth-child(3) {display:none;}
	.gallery0032 ul li + li { margin-left:5%; } 

	/* 팝업존 */
    .pop0032 .pop_img{ height:auto; text-align:center; }
    .pop0032 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
} 
@media (max-width: 950px) {  
	/* 공지사항 */
	.notice0032 .list_box ul li { width:100%; }
	
	/* 바로가기 */
	.M_link0032 {padding-right:1rem;}
	.M_link0032 li { padding:0; }
	
} 
@media (max-width: 900px) {  
	/* 포토갤러리 */
	.gallery0032 ul li { width:100%;}
	.gallery0032 .list_box li:nth-of-type(n+2) {display:none;}
}
@media (max-width: 860px) {  
	/* 식단 */
	.meal_menu0032 { padding-top:1.5rem; }
	.meal_menu0032 .btn_more { top:1.5rem; }

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}
@media (max-width: 820px) {  
	/* 식단 */
	.meal_menu0032 .inner ul { width:80%; }
	.meal_menu0032 .meal_img { display:block; bottom:1rem; }
	.meal_menu0032 .btn_more {top:1.4rem;}
} 
@media (max-width: 768px) {  
	/* 바로가기 */ 
	.M_link0032 li a .img {width: 3.5rem; height: 3.5rem;}

	/* 식단 */
	.meal_menu0032 {padding-top:.7rem;}
	.meal_menu0032 .btn_more {top:.7rem;}
	
	/* 포토갤러리 */
	.gallery0032 ul li { width:48%;}
	.gallery0032 ul li + li { margin-left:4%; }
	.gallery0032 .list_box li:nth-child(2) {display:block;} 
	.gallery0032 .list_box li:nth-of-type(n+3) {display:none;}
}
@media (max-width: 580px) {  
	/* 공지사항 */
	.notice0032 .titTab ul li { max-width:100%;}
	.notice0032 .list_box ul {height:10.5rem; }
	.notice0032 .list_box ul li { width:100%; margin-bottom:0.5rem; }
	.notice0032 .list_box ul li a { padding:1rem; }
	.notice0032 .list_box li a.new:before { width:1rem; height:1rem; line-height:1rem;}
	.notice0032 .list_box li.no_data{ line-height:10rem;}

	/* 바로가기 */ 
	.M_link0032 li {flex:inherit; width:33.33%; }
	.M_link0032 li a:before { left:4rem; }
	.M_link0032 li a:after { right:4rem; }
	.M_link0032 li a p { margin-bottom:0.5rem;}
}
@media (max-width: 480px) {  
	/* 식단 */
	.meal_menu0032 .inner ul { width:75%; }
} 
@media (max-width: 380px) { 
	/* 바로가기 */
	.M_link0032 li a .img {margin-bottom:0.5rem; }
	
	/* 식단 */
	.meal_menu0032 .inner ul { width:100%; }
	.meal_menu0032 .meal_img { display:none; }

	/* 포토갤러리 */
	.gallery0032 ul li {width:100%;}
	.gallery0032 .list_box li:nth-child(2) {display:none;}

}