﻿/*-----------------------------------------------------------
Author :hyerim, Park
Creative date :2022. 03. 22
-----------------------------------------------------------*/

/* common */
h2.title { font-size:1.1rem; font-weight:600; margin-right:1.5rem; color:#222; overflow:hidden; white-space:nowrap; }
.btnTy { position:absolute; right:0; top:0; font-size:1.3rem; color:#071713; line-height:1.2; -webkit-transition:0.3s; transition:0.3s; } 
.btnTy:hover,
.btnTy:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg); color:#f85928; }
/* 메인비주얼 */
.MVisual0041 { position:relative; overflow:hidden; height:100%; }
.MVisual0041 .item { overflow:hidden; line-height:0; }
.MVisual0041 .item img { position:relative; width:auto; height:100%; left:50%; transform:translateX(-50%); -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); }
.MVisual0041 .control { position:absolute; left:calc(50% - 600px); bottom:1.3rem; z-index:1; }
.MVisual0041 .control > a { display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(17, 50, 30, 0.5); color:#fff; text-align:center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0041 .control > a.play { display:none; }
/** 메인비주얼 : active **/
.MVisual0041 .control > a:hover,
.MVisual0041 .control > a:focus{ background:rgb(60, 85, 102, 0.9);}

/* 팝업존 */
.pop0041 { position:relative; width:100%; height:100%; background:#fcdd6a; padding:1.7rem 1.75rem 2rem; border-radius:2.5rem 2.5rem 0 2.5rem; box-shadow:3px 3px 7px rgba(0,0,0,0.05); }  
.pop0041 h2.title { margin-bottom:1rem; margin-right:7rem;}
.pop0041 .nss_pg { position:absolute; right:1.5rem; top:1.7rem;}  
.pop0041 .page { display:inline-block; vertical-align:middle; font-size:0.7rem; font-weight:600; letter-spacing:2px; margin-right:0.5rem; }
.pop0041 .page strong { color:#548cc9;} 
.pop0041 .nss_pg a { display:inline-block; width:1.3rem; height:1.3rem; background:#fac709; border-radius:50%; color:#000; font-size:0.7rem; text-align:center; line-height:1.3rem; vertical-align:middle; -webkit-transition:0.3s; transition:0.3s; } 
.pop0041 .nss_pg .stop { font-size:1rem; background:none; } 
.pop0041 .nss_pg .play { font-size:1rem; display:none; background:none; }
.pop0041 .pop_img { position:relative; height:11.25rem; overflow: hidden; border-radius:1rem; background:#fac709;}
.pop0041 .pop_img div,
.pop0041 .pop_img .item {height:100%;}
.pop0041 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0041 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존 : active */
.pop0041 .nss_pg a:hover,
.pop0041 .nss_pg a:focus { background:#ff9900; color:#fff; }

/* 바로가기1 */
.M_link0041 {height:100%; padding:1.4rem 1rem 1.4rem 0; }  
.M_link0041:before { content:""; position:absolute; right:0; top:0; width:307%; height:100%; background:#f0f2f3; border-radius:2.5rem; z-index: -1; }
.M_link0041 ul { height:14.8rem; overflow-y:auto; }
.M_link0041 ul li + li { margin-top:0.8rem; }
.M_link0041 ul li a { position:relative; display:flex; height:3.1rem; align-items:center; overflow:hidden; }
.M_link0041 ul li a .img { width:3.1rem; height:3.1rem; border-radius:50%; border:1px dashed #309dde; background:#fff; -webkit-transition:transform 0.3s; transition:transform 0.3s; }
.M_link0041 ul li a .img img { width:100%; }
.M_link0041 ul li a p { width:calc(100% - 3.1rem); padding:0 1rem; line-height:1rem; color:#2e2e2e; font-size:0.95rem; font-weight:600; -webkit-transition:color 0.3s; transition:color 0.3s; }
.M_link0041 ul li a:hover .img,
.M_link0041 ul li a:focus .img{ -webkit-transform:rotateY(180deg); transform:rotateY(180deg); }
.M_link0041 ul li a:hover p,
.M_link0041 ul li a:focus p{ color:#309dde; }

/* 갤러리 */
.gallery0041 { position:relative; height:100%; margin-top:1rem; } 
.gallery0041 h2 { margin-bottom:1rem; } 
.gallery0041 .list_box ul { overflow:hidden; height:13.9rem; }
.gallery0041 .list_box ul li { width:48%; float:left; } 
.gallery0041 .list_box li.no_data{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:#fafafa; border-radius:2rem;}
.gallery0041 .list_box li.no_data p{margin:0;}
.gallery0041 .list_box ul li:nth-child(n+3) { display:none;}
.gallery0041 .list_box ul li + li { margin-left:4%;}
.gallery0041 .list_box ul li a { display:block; }
.gallery0041 .list_box ul li a .img { width:calc(100% - 5px); height:11.5rem; border-radius:1rem; border:1px solid #ddd; box-shadow:5px 5px 0 #e7eaed; overflow:hidden; } 
.gallery0041 .list_box ul li a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; } 
.gallery0041 .list_box ul li p { font-size:0.9rem; font-weight:600; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; margin-top:1rem; color:#000; } 

/* 식단 */
.meal_menu0041 { position:relative; height:100%; }  
.meal_menu0041 h2.title { margin-bottom:0.6rem;}
.meal_menu0041 .img { position:absolute; left:50%; bottom:0; text-align:center; width:100%; height:7.65rem; font-size:0; z-index:1; -webkit-transform:translateX(-50%); transform:translateX(-50%); } 
.meal_menu0041 .img img { max-width:100%; max-height:100%; }
.meal_menu0041 .inner { position:relative; height:16.5rem; background:#cde9fa; border-radius:1rem; padding:0.9rem; }
.meal_menu0041 .inner ul { overflow:hidden; overflow-y:auto; height:9rem; padding: 0 0.5rem;}
.meal_menu0041 .inner li:not(.no_data) {  }
.meal_menu0041 .inner .no_data { text-align:center; line-height:8rem; font-weight:600; } 
.meal_menu0041 .inner dl { position:relative; height:auto; color:#000; } 
.meal_menu0041 .inner dl dt { color:#fff; font-size:0.9rem; line-height:2.35rem; background:#2497dc; border-radius:1rem; text-align:center; font-weight:600; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; }
.meal_menu0041 .inner dl dd { font-size:0.75rem; font-weight:600; color:#4d4d4d; margin-top:0.8rem; background: #fff; border-radius: 1rem; padding: 1rem; margin-bottom: 2rem;} 
.meal_menu0041 .btn_more { position:absolute; right:1rem; bottom:-1.25rem; width:2.5rem; height:2.5rem; background:#1293e1; border-radius:50%; z-index:2; box-shadow:3px 3px 7px rgba(175,216,248,0.8); color:#fff; text-align:center; padding:0.4rem 0; line-height:1; }
.meal_menu0041 .btn_more:before { content:""; position:absolute; left:50%; top:50%; width:100%; height:100%; background:#1293e1; border-radius:50%;  -webkit-transform:translate(-50%, -50%); transform:translate(-50%, -50%); z-index:-1; opacity:0.5; -webkit-transition:0.3s; transition:0.3s; }
.meal_menu0041 .btn_more i { display:block; }
.meal_menu0041 .btn_more span { font-size:0.55rem; }
.meal_menu0041 .btn_more:hover:before,
.meal_menu0041 .btn_more:hover:before {-webkit-transform:translate(-50%, -50%) scale(1.2); transform:translate(-50%, -50%) scale(1.2);}
 
/* 게시판 */
.notice0041 { position:relative; overflow:hidden; height:100%;  }  
.notice0041 .titTab ul { font-size:0; margin-right:1.5rem; margin-bottom:0.6rem; }
.notice0041 .titTab ul li{ position:relative; display:inline-block; max-width:calc(33% - 1.5rem); font-size:1.1rem; font-weight:600; vertical-align:top; }    
.notice0041 .titTab ul li:not(:last-child) { margin-right:1.5rem;}
.notice0041 .titTab ul li:not(:last-child):before { content:""; position:absolute; right:-0.8rem; top:0.3rem; width:0.25rem; height:0.9rem; background:#acaaaa; border-radius:0.25rem; -webkit-transform:rotate(30deg); transform:rotate(30deg);} 
.notice0041 .titTab ul li a span { position:relative; font-size:1.1rem; color:#585858; display:block; overflow:hidden; white-space:nowrap; }
.notice0041 .titTab ul li a span:before { content:""; position:absolute; left:0; bottom:0; width:100%; height:0; background:#feeee9; border-radius:0.5rem; z-index:-1; }
.notice0041 .list_box { display:none; }
.notice0041 .list_box ul li + li { margin-top:1.05rem; }
.notice0041 .list_box ul li:nth-child(n+4) { display:none;}
.notice0041 .list_box ul li a { position:relative; display:block; border:1px dashed #f1bcad; height:4.8rem; padding:1.3rem 1rem 1.3rem 5rem; font-weight:600; border-radius:1rem; }
.notice0041 .list_box ul li a .date { position:absolute; left:1rem; top:1rem; display:flex; width:3rem; height:3rem; background:#fbe8af; border-radius:0.5rem; flex-direction:column-reverse; font-size:0.6rem; line-height:1; justify-content:center; align-items:center; font-weight:700;}
.notice0041 .list_box ul li a .date strong { font-size:1.1rem; font-weight:600;}
.notice0041 .list_box ul li a.new .date:before { content:"N"; position:absolute; right:-0.4rem; top:-0.4rem; width:1.2rem; height:1.2rem; background:#ff4a18; border-radius:50%; color:#fff; text-align:center; line-height:1.1rem; border:2px solid #fff; }
.notice0041 .list_box ul li a p { font-weight:600; text-overflow:ellipsis; overflow:hidden; white-space: nowrap; }
.notice0041 .list_box ul li a .tit { color:#222; }
.notice0041 .list_box ul li a .txt { font-size:0.7rem; color:#777; } 
.notice0041 .list_box.on { display: block; } 
/** 게시판 :데이터 없음 **/
.notice0041 .list_box dl.no_data dt {line-height:3rem;}
.notice0041 .list_box dl.no_data dd {padding:0;} 
.notice0041 .list_box li.no_data { text-align:center; line-height:10rem; font-weight:600; } 
/** 게시판 : active **/
.notice0041 .titTab ul li a span,
.notice0041 .titTab ul li a span:before,
.notice0041 .list_box ul li a {  -webkit-transition:0.3s; transition:0.3s;}
.notice0041 .titTab ul li a:hover span,
.notice0041 .titTab ul li a:focus span,
.notice0041 .titTab ul li a.current span { color:#f85928; }
.notice0041 .titTab ul li a.current span:before { height:0.5rem;}

.notice0041 .list_box ul li a:hover,
.notice0041 .list_box ul li a:focus { background:#fff8e3;}


/* 캘린더 */  
.pop_schedule0041 h2 {margin-bottom:0.6rem; }
.pop_schedule0041 .sche_wrap { position:relative; height:16.5rem; background:#fddcbe; padding:1rem; border-radius:1rem; }
.pop_schedule0041 .month { display:flex; justify-content:space-between; margin:0 1rem; margin-bottom:0.5rem; }
.pop_schedule0041 .month a { display:block; width:1.35rem; height:1.35rem; background:#fc9e47; border-radius:50%; text-align:center; line-height:1.35rem; color:#fff; }
.pop_schedule0041 .month span { font-size:1rem; font-weight:600; }
.pop_schedule0041 .month span em { font-weight:700; }
.pop_schedule0041 .sche_table { padding-bottom: 0.5rem; }
.pop_schedule0041 .sche_table table { font-family:"SCDream"; text-align:center; height:9.1rem; }
.pop_schedule0041 .sche_table table .sun{color:#f73f3f;}
.pop_schedule0041 .sche_table table .sat{color:#5a96dc;}
.pop_schedule0041 .sche_table table thead th { border-bottom:1px dashed #f98114; padding-bottom:0.3rem;} 
.pop_schedule0041 .sche_table table tbody tr:first-child td { padding-top:0.5rem;}
.pop_schedule0041 .sche_table table tbody td { padding:0.1rem 0.1rem 0; color:#000; font-size:.75rem; line-height: 1rem; text-align:center; font-weight:600; } 
.pop_schedule0041 .sche_table table tbody td a { position:relative; display: block; width:1rem; height:1rem; border-radius:50%; margin: auto;}
.pop_schedule0041 .sche_table table tbody td a.event { background:#6596f0; color: #fff; }
.pop_schedule0041 .sche_table table tbody td a.today { background:#f8646a; color: #fff; }
.pop_schedule0041 .lst { position:relative; z-index:1; }
.pop_schedule0041 .lst ul { overflow-y:auto; height:3.5rem; }
.pop_schedule0041 .lst .no_data { padding-top:1rem; text-align:center; font-weight:600; }
.pop_schedule0041 .lst li a { position:relative; padding-left:3.2rem; display:block; line-height:0.8rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.7rem; font-weight:600; color:#000; }
.pop_schedule0041 .lst li ~ li { margin-top:0.5rem; }
.pop_schedule0041 .lst li a span { position:absolute; left:0; top:0; width:2.8rem; height: 0.8rem; line-height:0.8rem;  border-radius:1.1rem; text-align:center; color:#f98388; background:#fff; }  

.pop_schedule0041 .sche_table table tbody td a:hover,
.pop_schedule0041 .sche_table table tbody td a:focus { text-decoration:underline; }
/* 캘린더 : 일정리스트 팝업 */
.pop_schedule0041 .schePop{display:none; position:fixed; left:50%; top:50%; width:100%; max-width:30rem; max-height:25rem; padding:0.5rem; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); background:#fff; border-radius:.75rem; box-shadow: 0 0 1rem rgba(0,0,0,.2); z-index:99;}
.pop_schedule0041 .schePop.active{display:block;}
.pop_schedule0041 .schePop h4{color:#fff; font-size:.9rem; line-height:2.5rem; background:#5b6270; border-radius:.5rem; padding:0 1rem; text-align:left;}
.pop_schedule0041 .schePop .list{ max-height:11rem; margin-top:0.5rem; overflow-y: auto;}
.pop_schedule0041 .schePop table{ border-top:2px solid #666;}
.pop_schedule0041 .schePop tr th{ padding:0.5rem 3px; font-size:.8rem; border-bottom:1px solid #ddd; word-break: keep-all; background:#f1f1f1;}
.pop_schedule0041 .schePop tr td{ text-align:center; color:#111; font-size:.75rem; padding:0.5rem 3px; border-bottom:1px solid #ccc;}
.pop_schedule0041 .schePop .close{position:absolute; right:.5rem; top:.5rem; width:2.5rem; height:2.5rem; line-height:2.1rem; font-size:1rem; border-radius:.5rem; background:#fff; color:#5b6270; border:.2rem solid #5b6270; text-align:center;}
.pop_schedule0041 .schePop .close:hover,
.pop_schedule0041 .schePop .close:focus{border-color:#19233a; background:#19233a; color:#fff;}

 
/* 배너존 */
.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;}
 
@media (max-width:1240px) {    
    /* 메인비주얼 */ 
    .MVisual0041 .item img{ width:150%; height:auto; left:-25%; transform: none; -webkit-transform: none; -ms-transform: none; }
    .MVisual0041 .control{ left: 1rem; margin-left:0; }
    
	/* 바로가기 */
	.M_link0041 { padding:1rem 0;}
	.M_link0041:before { width:100%;}
	.M_link0041 ul { display:flex; height:auto; padding:0 1rem; }
	.M_link0041 ul li { flex:1; }
	.M_link0041 ul li + li { margin-top:0;}

	/* 팝업존 */
	.pop0041 .pop_img .item img {width:auto; height:100%;}

}  
@media (max-width:1040px) {  
	/* 공지사항 */
	.notice0041 .titTab ul li {max-width:none;}
	.notice0041 .list_box ul li + li { margin-top:0.5rem; }
}
@media (max-width:860px) {  
	
	/* 갤러리 */
	.gallery0041 .list_box ul li { width:100%; }
	.gallery0041 .list_box ul li:nth-child(2) { display:none;}

	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
} 
@media (max-width:768px) {  
	/* common */
	h2.title { font-size:1rem; }
	
	/* 팝업존 */
	.pop0041 { padding:1rem;  border-radius:1.5rem 1.5rem 0 1.5rem;}
	.pop0041 .nss_pg { right:1rem; top:1rem; }
    .pop0041 .pop_img{ height:auto; text-align:center; }
    .pop0041 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

	
	/* 공지사항 */
	.notice0041 .titTab ul li a span { font-size:1rem; }

	/* 바로가기 */
	.M_link0041  { padding:1rem 0 0.5rem; }
	.M_link0041:before {border-radius:1.5rem;}
	.M_link0041 ul { flex-wrap:wrap; }
	.M_link0041 ul li { flex:1 1 50%; margin-bottom:0.5rem; }
	.M_link0041 ul li a { height:2.5rem; }
	.M_link0041 ul li a .img { width:2.5rem; height:2.5rem; }
	.M_link0041 ul li a p { width:calc(100% - 2.5rem); padding:0 0.5rem; font-size:0.85rem; } 
	
	/* 갤러리 */
	.gallery0041 { margin-top:0; }
	.gallery0041 .list_box ul { height:auto; }
	.gallery0041 .list_box ul li { width:48%; }
	.gallery0041 .list_box ul li:nth-child(2) { display:block; }
	.gallery0041 .list_box ul li a .img { height:10rem;}

    /* 캘린더 */
    .pop_schedule0041 .schePop{left:0.5rem; top:50%; width:calc(100% - 1rem); max-width:100%; transform: translate(0, -50%); -webkit-transform: translate(0%, -50%);}
    .pop_schedule0041 .schePop tr td,
    .pop_schedule0041 .schePop tr th{font-size:13px;}
} 
@media (max-width:580px) { 
	/* 오늘의 식단 */
	.meal_menu0041 .inner {height:15rem;}
	.meal_menu0041 .inner ul{ height:7.5rem;} 
	.meal_menu0041 .inner .no_data { line-height:7rem;}

}
@media (max-width:380px) { 
	/* 갤러리 */
	.gallery0041 .list_box ul li { width:100%; }
	.gallery0041 .list_box ul li:nth-child(2) { display:none; }   
	
	/* 바로가기 */ 
	.M_link0041 { padding:1rem 0 0; }
	.M_link0041 ul li { margin-bottom:1rem; }
	.M_link0041 ul li a { display:block; height:auto; }
	.M_link0041 ul li a .img { display:block; width:3.1rem; height:3.1rem; margin:0 auto 0.5rem;; }
	.M_link0041 ul li a p { width:100%; text-align:center; }
}