 
/*-----------------------------------------------------------
Author :JH, Woo
Creative date :2021. 05. 07
-----------------------------------------------------------*/
/*imgcut*/
div[class*="gallery"] .img { position: relative; }
div[class*="gallery"] .img > img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transition: 0.5s; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; }
div[class*="gallery"] a { display: block; }


/* 메인비주얼 */
.MVisual3015{position:relative; height:23rem; overflow:hidden; border-radius:1.5rem; box-shadow:0 0 20px rgba(0,0,0,0.20);}
.MVisual3015 #m_visual li{overflow:hidden; text-align:center;}
.MVisual3015 #m_visual li img{position:relative; display:inline-block; vertical-align: middle;}
.MVisual3015 .bx-wrapper{position:relative;}
.MVisual3015 .bx-controls{position:absolute; bottom:1rem; left:0; width:100%; height:1.3rem; text-align:center;}
.MVisual3015 .bx-controls-direction{display:none;}
.MVisual3015 .bx-controls a{display:inline-block; margin:0 3px; color:transparent; overflow:hidden; vertical-align:middle;}
.MVisual3015 .bx-controls-auto{font-size:0; vertical-align:middle;}  
.MVisual3015 .bx-controls-auto,
.MVisual3015 .bx-pager,
.MVisual3015 .bx-pager-item{display:inline-block;}
.MVisual3015 .bx-controls-auto a{width:1.3rem; height:1.3rem; background:no-repeat center / 100%;}
.MVisual3015 .bx-controls-auto a.bx-start{display:none; background-image:url('/00_common/images/con_com/btn_play.png');}
.MVisual3015 .bx-controls-auto a.bx-stop{display:inline-block; background-image:url('/00_common/images/con_com/btn_stop.png');}
.MVisual3015 .bx-pager{height:0.8rem; vertical-align:middle;}
.MVisual3015 .bx-pager-item{height:100%;}
.MVisual3015 .bx-pager a{width:0.8rem; height:100%; vertical-align:top; border:1px solid #1a548d; border-radius:50%;} /* 비주얼 버튼 색상 */
.MVisual3015 .bx-pager a.active{background-color:#1a548d;}/* 비주얼 버튼 색상 */
 
/* 게시판 */
.notice3015{position:relative; height:100%; }
.notice3015 h2{display:inline-block; max-width:calc((100% - 4rem) / 3); line-height:2rem; font-size:1rem; white-space:nowrap; }  
.notice3015 h2 ~ h2{margin-left:0.5rem;}
.notice3015 h2 a{position:relative; display:block; color:#555; padding:0 0.6rem; transition: color 0.3s; -webkit-transition: color 0.3s; }
.notice3015 h2:first-child a::before{display: none;}
.notice3015 h2 a span { display:block; overflow:hidden;}
.notice3015 .list_box{position:absolute; top:2.8rem; display:none; width:100%;  height:calc(100% - 2.8rem); }
.notice3015 .list_box ul{overflow:hidden;} 
.notice3015 .list_box ul > li > a{position:relative; display:block; width:100%; line-height:2rem; padding:0 4.5rem 0 0.75rem; color:#333; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;} 
.notice3015 .list_box ul > li > a::after{width: 3px; height: 3px; background: #555; border-radius: 50%; position: absolute; left: 0; top: 1rem; content: '';}
.notice3015 .list_box ul > li.new a:before{content:'N'; display:inline-block; width:1.15rem; height:1.15rem; line-height:1.15rem; color:#fff; font-size:0.6rem; text-align:center; border-radius:50%; background:#FF5B1A; margin-right:0.5rem;} 
.notice3015 .list_box .date{position:absolute; top:0; right:0; color:#777; font-size:0.75rem; } 
.notice3015 .btn_more{top: -2.2rem;}
/* active */ 
.notice3015 h2 a.current{ color: #2b2e5e; font-weight:600; text-decoration:none;}
.notice3015 h2 a.current::before{content:''; position:absolute; bottom: 0.2rem; left:0; display:block; width:100%; height:0.8rem; background:#e3f1ff; border-radius: 1rem;  -webkit-transition:opacity 0.3s; -ms-transition:opacity 0.3s; -moz-transition:opacity 0.3s; transition:opacity 0.3s; z-index: -1; }
.notice3015 h2 a:hover { color: #2b2e5e; text-decoration:underline; }
.notice3015 .list_box.on{display:block;}
.notice3015 .list_box ul > li > a:hover,
.notice3015 .list_box ul > li > a:focus{text-decoration:underline;}
.notice3015 .btn_more{width: 2rem; height: 1rem; position: absolute; top: -2.2rem; right: 0;}
.notice3015 .btn_more img{position: relative; z-index: 2; vertical-align: top;} 
.notice3015 .btn_more::before{width: 1rem; height: 1rem; border-radius: 50%; background: #f4f4f4;  z-index: 1;  position: absolute; right: 0; top: -0.2rem; transition: background 0.3s; -webkit-transition: background 0.3s; content: '';}
.notice3015 .btn_more:hover::before, .notice3015  .btn_more:focus::before{background: #bbd1ef;}

.notice3015 .list_box .NoData {display:table; width:100%; height:100%; text-align:center; font-size:.75rem; background:#f3f3f3;}
.notice3015 .list_box .NoData span {display:table-cell; vertical-align:middle;}

/* 바로가기01 */
.M_link3015{position:relative; height:100%; overflow:hidden; padding: 2rem 0 2rem 1rem;}
.M_link3015 ul{width:100%; display:table; table-layout:fixed;}
.M_link3015 ul li{display:table-cell; position: relative; vertical-align: middle; }      
.M_link3015 ul li a { display:block; padding: 0 0.5rem; height: 2.4rem; overflow: hidden; }   
.M_link3015 ul li a div{display: table;}
.M_link3015 ul li a .ico{ position:absolute; text-align: center; top: -0.4rem; left: 0; display:block; width: 3.25rem; height: 3.25rem; border-radius:50%; background:#fff; box-shadow:0 0 10px rgba(0,0,0,0.20); }
.M_link3015 ul li a .ico img { width: 3.25rem; height: 3.25rem; -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.M_link3015 ul li a em{display:table-cell; vertical-align: middle; height:2.4rem; color:#333333; font-size:0.85rem; line-height:1.2rem; overflow:hidden; padding-left: 3.5rem;} 
/* active */
.M_link3015 ul li a:hover .ico img,
.M_link3015 ul li a:focus .ico img{-webkit-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -moz-transform:rotateY(180deg); transform:rotateY(180deg); }
.M_link3015 ul li a:hover em,
.M_link3015 ul li a:focus em{ text-decoration:underline;}

/* 행사일정 */
.pop_schedule3015{position:relative; height:100%; } 
.pop_schedule3015 h2{margin: 0 2rem .4rem 0; font-size:1rem; line-height:2rem; color:#222222; font-weight:600;}
.pop_schedule3015 .sche_wrap{background: #f3f3f3; padding: 1rem; text-align: center; border-radius:1.5rem;}
.pop_schedule3015 .sche_wrap::after{display: block; content: ''; clear: both;}
.pop_schedule3015 .schedule_wrap { width:50%; float:left; padding-right: 1rem; border-right: 1px dashed #cfdae7;}
.pop_schedule3015 .month a{position:relative; display: inline-block; width: 1rem; height: 1rem; line-height: 1rem; border-radius: 50%; background: #fff; text-align: center; vertical-align: middle; z-index:2; }
.pop_schedule3015 .month p{display: inline-block; font-size:0.9rem; vertical-align:middle; padding: 0 0.5rem; }
.pop_schedule3015 .month p em{display: inline-block; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; background: #f56832; text-align: center; border-radius: 50%; color: #fff;}
.pop_schedule3015 .week{background: #2b2e5e; border-radius: 1rem; color: #fff; margin-top: 0.5rem;}
.pop_schedule3015 .week::after{display: block; content: ''; clear: both;}
.pop_schedule3015 .week li{width: 14.28%; float: left; line-height: 2.25rem; }
.pop_schedule3015 .sche_tbl { height:8rem; margin-top:0.5rem; }
.pop_schedule3015 .sche_tbl td { text-align:center; font-size:0.8rem; line-height:1.35rem; color:#050505;} 
.pop_schedule3015 .sche_tbl td a { display:block; font-size: 0.75rem; width:1.15rem; height:1.15rem; line-height:1.15rem; border-radius:50%; margin:0 auto;}
.pop_schedule3015 .sche_tbl td a.day { background:#fff; }
.pop_schedule3015 .sche_tbl td a.today { background:#9fc8ff; }
.pop_schedule3015 .sche_tbl .sun { color:#D95243; }
.pop_schedule3015 .sche_tbl .sat { color:#3a5bad; }
.lst_schedule{width:50%; padding-left: 1rem; margin-top: 1rem; height:11rem; overflow-y:auto; text-align: left; float:right;}
.lst_schedule > li{white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.lst_schedule > li + li{margin-top: 0.75rem;}
.lst_schedule > li .date{display:inline-block; line-height:1.5rem; border-radius:0.5rem; font-weight:600; background:#fff; color:#2b2e5e; border-radius:0.75rem; margin-right:0.5rem; padding:0 0.5rem; }
.lst_schedule > .no_Data{line-height:11rem; text-align:center;}
.pop_schedule3015 .btn_more{width: 2rem; height: 1rem; position: absolute; top: 0.6rem; right: 0;}
.pop_schedule3015 .btn_more img{position: relative; z-index: 2; vertical-align: top;} 
.pop_schedule3015 .btn_more::before{width: 1rem; height: 1rem; border-radius: 50%; background: #f4f4f4;  z-index: 1;  position: absolute; right: 0; top: -0.2rem; transition: background 0.3s; -webkit-transition: background 0.3s; content: '';}
.pop_schedule3015 .btn_more:hover::before, .pop_schedule3015 .btn_more:focus::before{background: #bbd1ef;}

/* active */
.pop_schedule3015 .month a:hover.prev i,
.pop_schedule3015 .month a:focus.prev i{-webkit-transform:translateX(-20%); -ms-transform:translateX(-20%); -moz-transform:translateX(-20%); transform:translateX(-20%);}
.pop_schedule3015 .month a:hover.next i,
.pop_schedule3015 .month a:focus.next i{-webkit-transform:translateX(20%); -ms-transform:translateX(20%); -moz-transform:translateX(20%); transform:translateX(20%);}
.lst_schedule > li a:hover,
.lst_schedule > li a:focus{text-decoration:underline;} 


/* 오늘의식단 */
.meal_menu3015{position:relative; height:100%;}
.meal_menu3015 h2{margin:0 2rem 0.4rem 0; line-height:2rem; font-size:1rem; color:#222222; font-weight:600;}
.meal_menu3015 .meal_wrap { background:#dbd7f5; padding:1.5rem 5rem 1.8rem 1.5rem; border-radius:1.5rem;}
.meal_menu3015 ul{ height:2.5rem; overflow-y:auto;}
.meal_menu3015 ul li + li{margin-top:1rem;}
.meal_menu3015 ul li.no_Data{text-align:center; line-height:2.5rem;}
.meal_menu3015 .imgbox{position:absolute;bottom: 1.5rem; right: 1.5rem;}
.meal_menu3015 dl{position:relative;}
.meal_menu3015 dl::after{display: block; content: ''; clear: both;}
.meal_menu3015 dl dt.kcal{width:7.25rem; line-height:2rem; border-radius:2rem; background:#584cb3; margin-top: 0.3rem; text-align:center; color:#fff; float: left;} 
.meal_menu3015 dl dd.meal_list{width: calc(100% - 8rem); float: right; color:#222222;}
.meal_menu3015 dl dt.kcal strong {font-size:0.85rem; color:#fff;}
.btn_more{width: 2rem; height: 1rem; position: absolute; top: 0.6rem; right: 0;}
.meal_menu3015 .btn_more img{position: relative; z-index: 2; vertical-align: top;} 
.meal_menu3015 .btn_more::before{width: 1rem; height: 1rem; border-radius: 50%; background: #f4f4f4;  z-index: 1;  position: absolute; right: 0; top: -0.2rem; transition: background 0.3s; -webkit-transition: background 0.3s; content: '';}
.meal_menu3015 .btn_more:hover::before, .meal_menu3015 .btn_more:focus::before{background: #bbd1ef;}

/* 포토갤러리 */
.gallery3015{position:relative; height:100%;}
.gallery3015 h2{margin:0 3rem 0.5rem 0;line-height:2rem;  font-size:1rem; color:#222222; font-weight:600;}
.gallery3015 h2 span{font-size: 0.8rem; padding-left: 0.5rem; color: #555; font-weight:500;}  
.gallery3015 .gall_list{margin:0 -0.5rem;}
.gallery3015 .gall_list li{display:block; width:33.333%; float:left; padding:0 0.5rem; border-radius:1.5rem;} 
.gallery3015 .gall_list li a{ display:block;}
.gallery3015 .gall_list li .img{position:relative; display:block; width:100%; height:8.5rem; overflow:hidden; background:#ccc; border-radius:1.5rem 1.5rem 0 0;}
.gallery3015 .gall_list li .img img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); -webkit-transition:transform 0.3s; -ms-transition:transform 0.3s; -moz-transition:transform 0.3s; transition:transform 0.3s;}
.gallery3015 .gall_list li span{display:block; text-align: center; overflow:hidden; line-height: 2.75rem; text-overflow:ellipsis; padding: 0 0.5rem; white-space:nowrap; background: #fff; border-radius: 0 0 1.5rem 1.5rem;}
.gallery3015  .btn_more{width: 2rem; height: 1rem; position: absolute; top: 0.6rem; right: 0;}
.gallery3015  .btn_more img{position: relative; z-index: 2; vertical-align: top;} 
.gallery3015  .btn_more::before{width: 1rem; height: 1rem; border-radius: 50%; background: #FFF;  z-index: 1;  position: absolute; right: 0; top: -0.2rem; transition: background 0.3s; -webkit-transition: background 0.3s; content: '';}
.gallery3015  .btn_more:hover::before, .btn_more:focus::before{background: #bbd1ef;}

/* active */
.gallery3015 .btn_more:hover:before,
.gallery3015 .btn_more:focus:before{background: #bbd1ef;}
.gallery3015 .gall_list li a:hover .txt,
.gallery3015 .gall_list li a:focus .txt { text-decoration:underline;}
.gallery3015 .gall_list li a:hover .img img,
.gallery3015 .gall_list li a:focus .img img{transform:translate(-50%, -50%) scale(1.2); -webkit-transform:translate(-50%, -50%) scale(1.2); -ms-transform:translate(-50%, -50%) scale(1.2); -moz-transform:translate(-50%, -50%) scale(1.2);}

.gallery3015 .NoData {display:table; width:100%; height:11.25rem; text-align:center; font-size:.75rem; background:#f3f3f3;}
.gallery3015 .NoData span {display:table-cell; vertical-align:middle;}

/* 팝업존 */
.pop3015{height:100%;}
.pop3015 h2{margin:0 11rem 0.5rem 0; line-height: 2rem; font-size:1rem; color:#222222; font-weight:600;}
.pop3015 .nss_pg{position:absolute; right:0; top:0.3rem;}
.pop3015 .nss_pg span{display:inline-block; letter-spacing: 1.3px;} 
.pop3015 .nss_pg span .now{ color:#584cb3; }
.pop3015 .nss_pg a{display:inline-block; margin: 0 0.3rem; } 
.pop3015 .nss_pg .play{display:none;} 
.pop3015 .pop_img{position:relative; margin:0 auto; width:100%; height:225px; overflow:hidden; text-align:center; background:#cbe5f1; border-radius:1.5rem;}
.pop3015 .pop_img li img{position:absolute; left:50%; top:50%; -webkit-transform:translate(-50%, -50%); -ms-transform:translate(-50%, -50%); -moz-transform:translate(-50%, -50%); transform:translate(-50%, -50%); max-width:100%; max-height:100%; -webkit-transition:transform 0.2s; -ms-transition:transform 0.2s; -moz-transition:transform 0.2s; transition:transform 0.2s;}
.pop3015 .pop_img li a {display:block;height:11.25rem;margin: .3rem;}  /* 240416 */
/* 팝업리스트 레이어 추가 */
.pop3015 .pop_layer_box{position:absolute; top:0; left:0; display:none; width:100%; height:100%; background:#394b61;}
.pop3015 .pop_layer_box .pop_layer{position:relative; padding:1rem;}
.pop3015 .pop_layer_box .pop_layer h3{font-size:0.9rem; color:#fff;}
.pop3015 .pop_layer_box .pop_layer ul{margin-top:0.75rem; padding:1rem 2rem; height:8.9rem; line-height:1.1rem; text-align:left; background:#576c85; overflow-y:auto;}
.pop3015 .pop_layer_box .pop_layer ul li{list-style-type:disc; color:#fff;}
.pop3015 .pop_layer_box .pop_layer ul li a:hover,
.pop3015 .pop_layer_box .pop_layer ul li a:focus{text-decoration:underline;}
.pop3015 .pop_layer_box .pop_layer a.pop_close{position:absolute; top:0.75rem; right:1.25rem; display:block; padding:0.25rem 0.5rem; color:#fff; background:#576c85; border-radius:5px;}
/*active*/
.pop3015 .pop_img li a:hover img,
.pop3015 .pop_img li a:focus img{transform:translate(-50%, -50%) scale(1.1); -webkit-transform:translate(-50%, -50%) scale(1.1); -ms-transform:translate(-50%, -50%) scale(1.1); -moz-transform:translate(-50%, -50%) scale(1.1);}
.pop3015 .nss_pg a:hover,
.pop3015 .nss_pg a:focus { border-color:#49a1ca; }
 

/* 배너존 */
.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.35rem;}
.banner_zone .btn a {float: left; width: 27px; height: 28px; color: transparent; font-size:0; line-height:0; background: #000 no-repeat center / 100%; }
.banner_zone .btn a.prev {background-image: url('/00_common/images/common/btn_b_prev.png');}
.banner_zone .btn a.stop {background-image: url('/00_common/images/common/btn_b_stop.png');}
.banner_zone .btn a.play {background-image: url('/00_common/images/common/btn_b_play.png');}
.banner_zone .btn a.next {background-image: url('/00_common/images/common/btn_b_next.png');}
.banner_zone .btn a.list {background-image: url('/00_common/images/common/btn_b_list.png');}
.banner_zone .bx-wrapper {float: left; display:block; padding-top: 0.75rem; padding-left:1.5rem; width: calc(100% - 11rem); overflow: hidden;}
.banner_zone ul li { display: inline-block; margin-bottom: 0.75rem; padding: 0 0.25rem; width: 20%;}
.banner_zone ul li a {display: block; height: 2.5rem; line-height: 2.3rem; text-align: center; border: 1px solid #c8d1db; overflow: hidden;}
.banner_zone ul li a img {width: 100%; height: 100%; }

@media (max-width:1240px){
	/* 메인비주얼 */
	.MVisual3015{height: auto;}
	.MVisual3015 #m_visual li img{width:100% !important;}
	.M_link3015 ul li a em{padding-left: 3rem;}



	/* 포토갤러리 */
	.gallery3015 .gall_list li{width: 50%; }
	.gallery3015 .gall_list li + li + li {display: none;}
}
@media (max-width:1024px){
	
	/* 바로가기 */
	.M_link3015{padding: 1rem 0 0 1rem ;}
	.M_link3015 ul{display: block;}
	.M_link3015 ul::after{display: block; content: ''; clear: both;}
	.M_link3015 ul li{width: 33.333%; float: left; margin: 1rem 0;}


	/* 배너존 */
	.banner_zone h2 {position: absolute; top: 0; left: 0; margin: -1px; padding: 0; width: 1px; height: 1px; border: 0; clip: rect(0, 0, 0, 0); overflow: hidden;}
	.banner_zone .btn {position: absolute; top: 50%; left: 0; margin-top: 0; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
	.banner_zone .bx-wrapper {margin-left: 6rem; width: calc(100% - 6rem);}
} 
@media (max-width:920px){  

	/* 공지사항 */
	.notice3015 .list_box{top: 2rem;  height:calc(100% - 2rem); }
	.notice3015 .btn_more{top: -1.5rem;}
} 
@media (max-width:600px){	 


	/* 바로가기 */
	.M_link3015{padding-bottom: 0; padding-left: .5rem;}
	.M_link3015 ul li{width: 50%;}

 

	
	
}  
@media (max-width:480px){

	/* 행사일정 */
	.pop_schedule3015 .schedule_wrap{width: 100%; float: none; padding:0 0 1rem 0; border-right:none; border-bottom:1px dashed #cfdae7;}
	.lst_schedule{width: 100%; float: none; padding-left: 0;}

	/* 오늘의식단 */
	.meal_menu3015 .meal_wrap{padding: 1rem;}
	.meal_menu3015 .imgbox{display: none;}
}
@media (max-width:380px){  

	/* 바로가기 */
	.M_link3015 ul li{width: 100%;}


	/*공지사항*/
	.notice3015 h2 { font-size:0.9rem; max-width:calc((100% - 2rem) / 3); } 
	.notice3015 h2 ~ h2 { margin-left:0; } 
	.notice3015 h2 a {padding-right:0.3rem;}
	.notice3015 h2 a:before { width:5px; height:5px; }

	/* 오늘의식단 */
	.meal_menu3015 ul{height: 5rem;}
	.meal_menu3015 dl dt.kcal{width: 100%; float: none; margin-top: 0;}
	.meal_menu3015 dl dd.meal_list{width: 100%; float: none; margin-top: 0.5rem;}
	.meal_menu3015 ul li.no_Data{line-height: 5rem;}

	/* 포토갤러리 */
	.gallery3015 .gall_list li{width: 100%;}
	.gallery3015 .gall_list li:nth-of-type(2){display: none;}
}
