﻿/* btn_more */
.btn_more{position:absolute; width:1.75rem; height:1.75rem; line-height:1.8rem; font-size:1.05rem; text-align:center; border-radius:50%;}
.btn_more:hover,
.btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 메인비주얼 */ 
.MVisual0060 { position: relative; height: 100%; overflow:hidden; border-radius:3rem; }
.MVisual0060 .slider{overflow:hidden; background:rgba(0,0,0,0.05);}
.MVisual0060 .item{line-height:0; overflow:hidden;}
.MVisual0060 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0060 .control{position:absolute; width:100%; left:0; bottom:0.5rem; z-index:1; text-align:center;}
.MVisual0060 .control > a{display:inline-block; width:2rem; height:2rem; line-height:2rem; background:rgb(0, 0, 0, 0.5); color:#fff; text-align: center; border-radius:50%; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.MVisual0060 .control > a.play{display:none;}
.MVisual0060 .control > a:hover,
.MVisual0060 .control > a:focus{ background:rgb(0, 0, 0, 0.9);}

/* 식단 */
.meal_menu0060 { position:relative; height:100%; padding:1rem 1.5rem; border-radius:2rem 2rem 0 0; color:#fff; background:#13b5b1 url('/images/schl/template/T0060/main/0060_img_meal.png') no-repeat 90% 90%;}
.meal_menu0060 h2 { line-height:1.75rem; margin-right:2rem; font-weight: 600; font-size:1.1rem; overflow:hidden; white-space:nowrap; }
.meal_menu0060 .inner { position:relative; }
.meal_menu0060 .inner ul { position:relative; height:8rem; font-size:.85rem; margin-right:4.5rem; margin-top:1rem; overflow-y:auto; z-index:1;}
.meal_menu0060 .inner li + li{margin-top:.75rem;}
.meal_menu0060 .inner li:not(.no_data) { display:table; width:100%; height:4.5rem; }
.meal_menu0060 .inner li.no_data { text-align:center; line-height:7.5rem;}
.meal_menu0060 .inner dt { display:inline-block; padding:0 2rem; line-height:2.3rem; text-align: center; font-weight: 600; margin-bottom:.5rem; background:#078f8c; border-radius:2rem; font-size:.9rem;}
.meal_menu0060 .inner dt span{font-size:.95rem;}
.meal_menu0060 .inner dd{ line-height:1.3rem; font-weight: 600;}
.meal_menu0060 .btn_more{ right:1.5rem; top:1rem; background:#fff; color:#13b5b1; }
/* 식단 : active */
.meal_menu0060 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.meal_menu0060 .btn_more:hover,
.meal_menu0060 .btn_more:focus{background:#078f8c; color:#fff;}

/* 팝업존 */
.pop0060{ position:relative; height:100%; padding:0 1rem 1rem; border-radius:0 0 2rem 2rem; color:#fff; background:#0068b7;}
.pop0060 h2 { line-height:2.75rem; margin-right:7rem; font-weight: 600; font-size:1.1rem; overflow:hidden; white-space:nowrap; }
.pop0060 .nss_pg{position:absolute; right:1rem; top:0.6rem; line-height:1.5rem;}
.pop0060 .nss_pg p { display:inline-block; margin-right:.25rem;}
.pop0060 .nss_pg p strong { font-size:.9rem; color: #ffe25b; font-weight: 600;}
.pop0060 .nss_pg p strong:after{content:"/"; display:inline-block; margin-left:3px; font-size:.8rem; color:#fff; font-weight: 400;}
.pop0060 .nss_pg a {display: inline-block; width:1.5rem; height:1.5rem; text-align:center; overflow: hidden; border-radius:50%; vertical-align: top; transition: all .2s; -webkit-transition: all .2s; font-size:1.1rem;}
.pop0060 .nss_pg .stop,
.pop0060 .nss_pg .play{background:rgba(0,0,0,0.5);}
.pop0060 .nss_pg .play{ display: none;}
.pop0060 .pop_img { position:relative; width:100%; height:11.25rem; border-radius:0 0 1.5rem 1.5rem; background:rgba(0,0,0,0.1);  overflow:hidden;}
.pop0060 .pop_img div,
.pop0060 .pop_img .item {height:100%;}
.pop0060 .pop_img .item a { display: block; height:100%; line-height:0; overflow:hidden; text-align: center;}
.pop0060 .pop_img .item img {position:relative; width:auto; height:100%; max-width:100%; max-height:15rem;}
/* 팝업존 : active */
.pop0060 .nss_pg a:hover,
.pop0060 .nss_pg a:focus{ background:#fff; color:#0068b7;}

/* 캘린더 */
.pop_schedule0060 { position:relative; height:100%; padding:1rem 1.5rem; border-radius:2rem; color:#fff; background:#00a0e9;}
.pop_schedule0060 h2 { line-height:1.75rem; margin-right:2rem; font-weight: 600; font-size:1.1rem; overflow:hidden; white-space:nowrap; }
.pop_schedule0060 .sche_wrap{ line-height:2rem; text-align:center; }
.pop_schedule0060 .month { position:relative; display:inline-block; font-size:1rem; line-height:2.25rem; margin:0.75rem auto; }
.pop_schedule0060 .month:before{content:""; position:absolute; left:0; top:50%; width:100%; border-top:2px dashed #005f8a;}
.pop_schedule0060 .month > *{ position:relative; display:inline-block;}
.pop_schedule0060 .month a { width:2.25rem; height:2.25rem; font-size:1rem; vertical-align: top; border-radius:50%; background:#005f8a;}
.pop_schedule0060 .month span { margin:0 .25rem; padding:0 1.25rem; font-weight: 600; border-radius:2rem; background:#0078af; font-size: 1.1rem; }
.pop_schedule0060 .lst { position:relative; z-index:1; }
.pop_schedule0060 .lst ul { overflow-y:auto; height:9.5rem; padding-right:0.5rem;}
.pop_schedule0060 .lst li + li{margin-top:.5rem;}
.pop_schedule0060 .lst li a { position:relative; padding-left:2.15rem; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight: 600; text-align: left; font-size: .85rem;}
.pop_schedule0060 .lst li a span{ position:absolute; left:0; top:0; width:1.5rem; height:1.5rem; border-radius:50%; font-weight:600; font-size:0.85rem; background:#fff; color:#00a0e9; text-align:center;}
.pop_schedule0060 .lst .no_data { padding-left:0; padding-top:3rem; text-align:center; }
.pop_schedule0060 .btn_more{ right:1.5rem; top:1rem; background:#fff; color:#00a0e9; }
/** 캘린더 : active **/
.pop_schedule0060 .month a:hover,
.pop_schedule0060 .month a:focus{background:#fff; color: #005f8a; }
.pop_schedule0060 .lst li a:hover,
.pop_schedule0060 .lst li a:focus{text-decoration: underline;}
.pop_schedule0060 .btn_more:hover,
.pop_schedule0060 .btn_more:focus{background:#005f8a; color:#fff;}
.pop_schedule0060 a,
.pop_schedule0060 a span{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0060 { position:relative; overflow:hidden; height:100%; }
.notice0060 .titTab li { position:relative; display:inline-block; max-width:calc(50% - 1.5rem); vertical-align: top;}
.notice0060 .titTab li ~ li{margin-left:.25rem;}
.notice0060 .titTab a { position:relative; display:block; width:100%; font-size:1rem; font-weight: 600; line-height:2rem; padding:0 1rem;  border-radius:2rem; background:#fff; border:3px dotted;} 
.notice0060 .titTab a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0060 .list_box { display:none; width:100%; margin:1rem 0 0;;}
.notice0060 .list_box li{ border-bottom:1px solid #eee;}
.notice0060 .list_box li a{ position:relative; display:block; font-weight: 600; font-size:.85rem; line-height:3rem; color:#333;}
.notice0060 .list_box li p{ margin-right:4.5rem; text-overflow: ellipsis; white-space: nowrap; overflow:hidden; }
.notice0060 .list_box li a.new p:before{content:"N"; display:inline-block; width:1.2rem; height:1.2rem; line-height:1.2rem; margin-right:5px; color:#fff; font-weight:600; font-size: .75rem; text-align: center; border-radius:50%; vertical-align: middle;}
.notice0060 .list_box li span { position:absolute; right:0; top:0; font-size:.8rem; color:#888; font-weight:400; }
.notice0060 .btn_more {right:0; top:0.25rem; color:#fff; font-size:1.1rem;}
/* 게시판 : 데이터 없음 */
.notice0060 .list_box dl.no_data dt{line-height:4.5;}
.notice0060 .list_box dl.no_data .date p{padding-top:0;}
.notice0060 .list_box li.no_data{width:100%; text-align:center; font-size:1rem; margin:.5rem 0; line-height:3rem;}
/* 게시판1 */
.notice1 .titTab a{border-color:#7dcff4; color:#6ec1e8;}
.notice1 .titTab a.current{background:#00a0e9; color:#fff !important; border:2px solid #00a0e9; }
.notice1 .titTab a:hover,
.notice1 .titTab a:focus,
.notice1 .list_box li a:hover,
.notice1 .list_box li a:focus{color:#00a0e9;}
.notice1 .list_box li a.new p:before,
.notice1 .btn_more{background:#00a0e9;}
.notice1 .btn_more:hover,
.notice1 .btn_more:focus{background:#0f6d99;}
/* 게시판2 */
.notice2 .titTab a{border-color:#7db4db; color:#6ba5d2;}
.notice2 .titTab a.current{background:#0068b7; color:#fff !important; border:2px solid #0068b7; }
.notice2 .titTab a:hover,
.notice2 .titTab a:focus,
.notice2 .list_box li a:hover,
.notice2 .list_box li a:focus{color:#0068b7;}
.notice2 .list_box li a.new p:before,
.notice2 .btn_more{background:#0068b7;}
.notice2 .btn_more:hover,
.notice2 .btn_more:focus{background:#083d66;}
/* 게시판 : active */
.notice0060 .list_box.on { display: block; }
.notice0060 .list_box li a:hover,
.notice0060 .list_box li a:focus{text-decoration: underline;}
.notice0060 a, .notice0060 :before{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 바로가기1 */
.M_link0060 { position:relative; height:100%;}
.M_link0060 ul{display:table; width:100%; table-layout: fixed;}
.M_link0060 li {display:table-cell; vertical-align: top;}
.M_link0060 li a {position:relative; text-align:center; color:#111; }
.M_link0060 li a img { width:85px; height:85px; vertical-align: middle; margin:0 auto;}
.M_link0060 li a span{ display:block; padding:0 .5rem; margin-top:.8rem; font-size:.9rem; line-height:1rem; max-height:2rem; font-weight: 600; overflow:hidden;}
/** 바로가기1 : active **/
.M_link0060 li a:hover,
.M_link0060 li a:focus { color:#083d66; text-decoration: underline; }
.M_link0060 li a:hover img,
.M_link0060 li a:focus img{transform: rotateY(180deg); -webkit-transform: rotateY(180deg);}
.M_link0060 a, .M_link0060 img{ -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0060 { position:relative; margin-right:7.5rem;}
.gallery0060 h2 { color:#333; font-weight: 600; font-size:1.1rem; line-height:1.75rem; overflow:hidden; white-space:nowrap; margin-right:2rem; margin-bottom:1.25rem; }
.gallery0060 .list_box{height:14.5rem; overflow:hidden;}
.gallery0060 .list_box li{width:32%; float:left; margin-bottom:.25rem;}
.gallery0060 .list_box li + li{margin-left:2%;}
.gallery0060 .list_box li.no_data{width:100%; padding:6rem 0; font-size:.9rem; text-align:center; background:#f7f7f7;}
.gallery0060 .list_box a { position:relative; display:block;}
.gallery0060 .list_box a .img{ height:11rem; overflow:hidden; background:rgba(0,0,0,0.1); border-radius:1rem; }
.gallery0060 .list_box a .img img { position:relative; width:100%; height:auto; top:50%; transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.gallery0060 .list_box a strong{ display:block; font-size:.85rem; margin-top:.4rem; line-height:2rem; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#111; }
.gallery0060 .list_box a span{ display:block; color:#555; font-weight: 600; font-size:.8rem; }
.gallery0060 .list_box a span:before{content:"\ead8"; display:inline-block; vertical-align: middle; font-family: 'xeicon'; padding-right:5px; }
.gallery0060 .btn_more {right:0; top:0; background:#5aa1c3; color:#fff;}
/** 갤러리 : active **/
.gallery0060 .list_box a:hover strong,
.gallery0060 .list_box a:focus strong{text-decoration: underline; color:#31708d;}
.gallery0060 .btn_more:hover,
.gallery0060 .btn_more:focus{background:#31708d;}
.gallery0060 a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 배너존 */
.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: 1240px) {

    /* 갤러리 */
    .gallery0060 .list_box{height:13rem;}
    .gallery0060 .list_box a .img{height:9.5rem;}
}

@media (max-width: 1024px) {   

	/* 메인비주얼 */ 
    .MVisual0060 .item img{width:100%; height:auto; max-width:100%; left:auto; transform: none; -webkit-transform: none; -ms-transform: none;}     
    
    /* 식단 */
    .meal_menu0060 { border-radius:1.5rem 0 0 1.5rem;}
    
    /* 팝업존 */
    .pop0060 { border-radius:0 1.5rem 1.5rem 0;}
    
    /* 캘린더 */
    .pop_schedule0060 h2{margin-right:15rem;}
    .pop_schedule0060 .month{position:absolute; right:4rem; top:0;}
    .pop_schedule0060 .lst ul { height:5rem;}
    .pop_schedule0060 .lst li{width:31%; margin:0.5rem 1%; float:left;}
    .pop_schedule0060 .sche_wrap{margin-top:1rem;}

    /* 갤러리 */
    .gallery0060{margin-right:0;}
    .gallery0060 .list_box{height:13rem;}
    .gallery0060 .list_box a .img{height:9.5rem;}
}

@media (max-width: 860px) {
    
    /* 바로가기1 */
    .M_link0060 ul { display:block; font-size:0;}
    .M_link0060 li { display:inline-block; width:25%; margin:.75rem 0; }
    
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width: 768px) {	

    /* 메인비주얼 */ 
    .MVisual0060 .slider{border-radius:1.5rem;}
    
    /* 식단 */
    .meal_menu0060 { border-radius:1.5rem 1.5rem 0 0; background-position:97% 90%;}
    .meal_menu0060 .inner ul{height:6.5rem;}
    
    /* 팝업존 */
    .pop0060 { border-radius:0 0 1.5rem 1.5rem ;}
    .pop0060 .pop_img{height:auto;}
    .pop0060 .pop_img .item a{max-width:100%; height:auto;}
    
    /* 캘린더 */
    .pop_schedule0060 {border-radius:1.5rem;}
    .pop_schedule0060 .lst li{width:48%; margin:0.5rem 1%; float:left;}

    /* 갤러리 */
    .gallery0060 .list_box li{width:49%;}
}

@media (max-width: 640px) {	

    /* 게시판 */
    .notice0060 .list_box{margin:.25rem 0 0;}
    .notice0060 .list_box li a{line-height:2.25rem;}
}

@media (max-width: 560px) {	
    
    /* 캘린더 */
    .pop_schedule0060 h2{margin-right:2rem;}
    .pop_schedule0060 .month{position:relative; right:auto; top:auto; margin:.4rem auto;}
    .pop_schedule0060 .sche_wrap{margin-top:0;}  

    /* 바로가기1 */
    .M_link0060 li a img{width:65px; height:65px;}

    /* 오늘의 식단 */
    .meal_menu0060{background-size:auto 3.5rem;}
    .meal_menu0060 .inner ul{margin-right:3rem;}
}

@media (max-width: 420px) {
    
    /* 캘린더 */
    .pop_schedule0060 .lst ul{height:5.5rem;}
    .pop_schedule0060 .lst li{width:100%; margin:0.25rem 0; float:none;}
    .pop_schedule0060 .lst li + li{margin-top:.25rem;}

    /* 갤러리 */
    .gallery0060 .list_box li{width:100%; margin:0 0 .25rem !important;}
}

@media (max-width: 380px) {

    /* 바로가기1 */
    .M_link0060 li{width:calc(100% / 3);}

    /* 행사일정 */
    .pop_schedule0060 .month{line-height:2rem;}
    .pop_schedule0060 .month span{padding:0 1rem; font-size:.9rem;}
    .pop_schedule0060 .month a{width:2rem; height:2rem;}

}

@media (max-width: 340px) {

    /* 게시판 */
    .notice0060 .titTab li{max-width:calc(100% - 2rem); margin:3px 0;}
    .notice0060 .titTab li ~ li{margin-left:0;}
}