﻿
/* 메인비주얼 */
.MVisual0036 {position: relative; overflow: hidden; height: 100%; border-radius:0 3rem 0 0; }
.MVisual0036 .slider,
.MVisual0036 .slider div{height:100%;}
.MVisual0036 .item{height:100%; overflow:hidden; line-height:0; text-align:right;}
.MVisual0036 .item img{position:relative; width:auto; height:100%;}
.MVisual0036 .control{position:absolute; right:1rem; bottom:1rem; z-index:1;}
.MVisual0036 .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; }
.MVisual0036 .control > a.play{display:none;}
.MVisual0036 .control > a:hover,
.MVisual0036 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 바로가기1 */
.M_link0036 { position:relative; height:100%; display:flex; align-items: center; border-radius:0 0 3rem 0; background:#1ec6d7; flex-flow:row-reverse;}
.M_link0036 ul{display:table; table-layout: fixed; width:100%; max-width:31.5rem; float:right;}
.M_link0036 li { position:relative; display:table-cell; vertical-align:top;}
.M_link0036 li + li:before{content:""; position:absolute; left:0; top:1rem; height:calc(100% - 2rem); border-left:1px dotted rgba(255,255,255,0.5);}
.M_link0036 li a { display:block; position:relative; width:100%; text-align:center; padding:0 .5rem; }
.M_link0036 li a img { width: 2.5rem; height: 2.5rem; }
.M_link0036 li a span { display: block; font-size:0.85rem; line-height:1.2; height:2rem; padding:0 5px; margin-top: 0.85rem; overflow:hidden; font-weight: 600; color:#fff; }
/** 바로가기1 : active **/
.M_link0036 li a:hover img,
.M_link0036 li a:focus img{ transform: translateY(-5px); -webkit-transform: translateY(-5px); }
.M_link0036 li a:hover,
.M_link0036 li a:focus{text-decoration: underline;}
.M_link0036 li a img { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0036 { position:relative; height:100%;  }
.notice0036 .titTab{margin-right:2rem;}
.notice0036 .titTab ul{font-size:0;}
.notice0036 .titTab li { position: relative; display:inline-block; max-width:33%; margin-right:1.25rem; font-weight:400; font-size:1.1rem; font-weight: 400; vertical-align: top; }
.notice0036 .titTab li:last-child{margin-right:0;}
.notice0036 .titTab li a { position:relative; display:block; position:relative; padding-bottom:1.3rem; color:#666; }
.notice0036 .titTab li a:before{content:""; position:absolute; left:0; bottom:0; width:100%; height:1rem; background:url('/images/schl/template/T0036/main/0036_notice_dot.png') no-repeat center; opacity: 0;}
.notice0036 .titTab li a span{ display:block; overflow:hidden; white-space:nowrap;}
.notice0036 .list_box { display:none; width:100%; height:25.5rem;}
.notice0036 .list_box ul { width:calc(100% + 1.5rem); height:100%; margin-left:-.75rem; overflow:hidden; }
.notice0036 .list_box li { width:calc(50% - 1.5rem); margin:.75rem; float:left; }
.notice0036 .list_box li a { position:relative; display:block; height:11.5rem; font-size:.85rem; padding:1.5rem; font-weight: 400; border-radius:.7rem; border:3px solid #f6f6f6;}
.notice0036 .list_box li a strong{display:block; height:2.6rem; line-height:1.3rem; font-size:.9rem; color:#111; font-weight: 600; overflow:hidden; }
.notice0036 .list_box li a p{ height:2.5rem; line-height:1.25rem; margin:.5rem 0 0; color:#666; overflow:hidden; font-size:.8rem;}
.notice0036 .list_box li a span { position:absolute; right:0; bottom:0; width:80%; line-height:1.75rem; max-width:8rem; font-weight: 600; text-align:center; background:#f6f6f6; border-radius: 0.7rem 0 0.5rem 0.7rem; font-size:.75rem; color:#7c7c7c;}
.notice0036 .list_box li.no_data{ width:100%; font-size:.9rem; font-weight:400; text-align:center; line-height:9.5rem;}
.notice0036 .list_box li.new a strong:before{content:"N"; display:inline-block; width:.95rem; height:.95rem; line-height:.95rem; text-align:center; color:#fff; font-size:.6rem; background:#888; margin-right:3px; border-radius:50%; font-weight: 400; font-family: 'Montserrat';}
.notice0036 .btn_more { position:absolute; right:0; top:0; width:1.3rem; height:1.3rem; background:url('/images/schl/template/T0036/main/0036_btn_more01.png') no-repeat center/cover;  }
/* 게시판 : active */
.notice0036 .titTab li a:hover,
.notice0036 .titTab li a:focus,
.notice0036 .titTab li a.current { color:#000; font-weight: 600; }
.notice0036 .titTab li a.current:before{opacity: 1;}
.notice0036 .list_box.on { display: block; }
.notice0036 .list_box li a:hover,
.notice0036 .list_box li a:focus { border-color:#f83086;}
.notice0036 .list_box li a:hover strong,
.notice0036 .list_box li a:focus strong{ text-decoration: underline;}
.notice0036 .list_box li a:hover span,
.notice0036 .list_box li a:focus span,
.notice0036 .list_box li.new a:hover strong:before,
.notice0036 .list_box li.new a:focus strong:before { background:#f83086; color:#fff;}
.notice0036 .btn_more:hover,
.notice0036 .btn_more:focus{transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg);}
.notice0036 a,
.notice0036 a:before{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0036 { position:relative; height:100%; padding:1.25rem 2rem; background:#f6f6f6; border-radius:1.5rem;}
.meal_menu0036 h2 { color:#000; font-weight: 700; font-size:1.1rem; line-height:1.5rem; overflow:hidden; white-space:nowrap; margin-right:2rem;}
.meal_menu0036 .inner { position:relative; margin-top:.8rem; }
.meal_menu0036 .inner ul { overflow-y:auto; height:5rem; margin-right: 10rem; }
.meal_menu0036 .inner li:not(.no_data) { padding-right:0.5rem; }
.meal_menu0036 .inner li + li { margin-top:0.5rem; }
.meal_menu0036 .inner .no_data { padding-top:1.8rem; text-align:center; }
.meal_menu0036 .inner dl { position:relative; height: auto; }
.meal_menu0036 .inner dt { display:block; max-width:9rem; text-align:center; line-height:1.75rem; font-size: 0.9rem; font-weight:600; color:#fff; border-radius:0.5rem; background:#1ec6d7; }
.meal_menu0036 .inner dt em{ font-weight: 600; }
.meal_menu0036 .inner dd { color:#111; font-size:0.8rem; margin-top: 0.5rem; font-weight: 600; word-break:keep-all; line-height: 1.5rem; }
.meal_menu0036 > img{position:absolute; width: 9.75rem; height: 7.5rem; right:1rem; bottom:0;}
.meal_menu0036 .btn_more { position:absolute; right:2rem; top:1.25rem; width:1.3rem; height:1.3rem; background:url('/images/schl/template/T0036/main/0036_btn_more02.png') no-repeat center/cover; -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.meal_menu0036 .btn_more:hover,
.meal_menu0036 .btn_more:focus{transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg);}

/* 캘린더 */
.pop_schedule0036 { position:relative; height:100%; overflow: hidden; }
.pop_schedule0036 h2 { color:#000; font-weight: 700; font-size:1.1rem; line-height:1.5rem; overflow:hidden; white-space:nowrap; margin-right:2rem;}
.pop_schedule0036 .sche_wrap { position:relative; margin:.75rem auto; padding-left:7.5rem; }
.pop_schedule0036 .month { position:absolute; left:0; top:0; width:7rem; height:100%; display:flex; border-radius:1rem; text-align:center; font-weight: 400; background:#ff2b86 url('/images/schl/template/T0036/main/0036_pttrn_dots.png'); align-items: center; justify-items: center; }
.pop_schedule0036 .month span { width:100%; color:#ffd2e4; font-size:.9rem; font-weight: 600;}
.pop_schedule0036 .month span em {  display:block; font-size:1.55rem; font-weight: 700; color:#fff; font-size:1.7rem;}
.pop_schedule0036 .sche_date{position:relative; padding:1rem 2.5rem; border-top:2px solid #ffd2e4;}
.pop_schedule0036 .sche_date > a { position:absolute; top:calc(50% - 1rem); width:2rem; height:2rem; line-height:1.8rem; vertical-align: middle; background:#f83086; color:#fff; border-radius:.5rem; text-align:center; font-size:1.1rem; border:2px solid #f83086;}
.pop_schedule0036 .sche_date > a.prev{left:0;}
.pop_schedule0036 .sche_date > a.next{right:0;}
.pop_schedule0036 .sche_date ul{ height:4rem; white-space: nowrap; overflow-x: auto; vertical-align: middle; margin:0 .5rem;}
.pop_schedule0036 .sche_date li{width:10.25%; min-width:2rem; display:inline-block;}
.pop_schedule0036 .sche_date li a{ display:block; width:1.75rem; height:1.75rem; line-height:1.75rem; margin:0 auto; font-weight: 600; border-radius:50%; color:#000; font-size:.8rem; text-align:center;}
.pop_schedule0036 .sche_date li a.sat,
.pop_schedule0036 .sche_date li a.sun{color:#828074;}
.pop_schedule0036 .sche_date li a.event em:before{content:""; position:absolute; right:0; top:0; width:5px; height:5px; background:#f83086; border-radius:50%;}
.pop_schedule0036 .sche_date li a.today em{background:#ffc6e6;}
.pop_schedule0036 .sche_date li a.today em:before{display: none; }
.pop_schedule0036 .sche_date li a em{position:relative; display:block; width:1.75rem; height:1.75rem; border-radius:50%; font-size:1rem; font-weight:700;}
.pop_schedule0036 .lst { position:relative; padding:0.9rem 2rem; border-radius:1rem; background:#fff2f9;}
.pop_schedule0036 .lst ul { width:calc(100% + 1.5rem); margin-left:-0.75rem; overflow-y:auto; height:3.65rem; }
.pop_schedule0036 .lst .no_data { padding: 0; margin: 0; text-align: center; width: 100%; line-height: 3.65rem; }
.pop_schedule0036 .lst li { width:33%; float:left; padding:0 .75rem; margin:.35rem 0; border-left:2px dotted #bbb;}
.pop_schedule0036 .lst li:nth-child(3n+1){border-left:0;}
.pop_schedule0036 .lst li a { position:relative; display:block; padding-left:1.5rem; line-height:1.1rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#333; font-weight: 600; font-size:.8rem;}
.pop_schedule0036 .lst li a span { position:absolute; left:0; top:0; width:1.5rem; color:#f83086; font-weight: 700;}
.pop_schedule0036 .btn_more { position:absolute; right:0; top:0; width:1.3rem; height:1.3rem; background:url('/images/schl/template/T0036/main/0036_btn_more01.png') no-repeat center/cover;  }
/* 캘린더 : active */
.pop_schedule0036 .sche_date > a:hover,
.pop_schedule0036 .sche_date > a:focus { background:#fff; color:#f83086;}
.pop_schedule0036 .sche_date li a:hover,
.pop_schedule0036 .sche_date li a:focus,
.pop_schedule0036 .lst li a:hover,
.pop_schedule0036 .lst li a:focus { text-decoration: underline; }
.pop_schedule0036 .btn_more:hover,
.pop_schedule0036 .btn_more:focus{transform: rotate(90deg); -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg);}
.pop_schedule0036 a,
.pop_schedule0036 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 팝업존 */
.pop0036 { position:relative; width:100%; height:100%; }
.pop0036 h2 { color:#000; font-weight: 700; font-size:1.1rem; line-height:1.75rem; overflow:hidden; white-space:nowrap; margin-right:9.5rem;}
.pop0036 .nss_pg{ position: absolute; top: 0; right: 0; }
.pop0036 .nss_pg p { display: inline-block; vertical-align: middle; line-height:1.75rem; color:#000; font-size:0.9rem; font-weight: 600; margin-right: 0.4rem; }
.pop0036 .nss_pg strong{color:#008c99;}
.pop0036 .nss_pg strong:after{content:url('/images/schl/template/T0036/main/0036_popup_dot.png'); display:inline-block; margin:0 5px;}
.pop0036 .nss_pg a {display: inline-block; overflow: hidden; width:1.75rem; height:1.75rem; line-height:1.6rem; text-align:center; color:#fff; font-size:1rem; vertical-align: middle; border-radius:.5rem; border:2px solid #20c6d6; background:#20c6d6;}
.pop0036 .nss_pg .play {display: none;}
.pop0036 .pop_img { position:relative; height:11.25rem; margin-top:1rem; overflow: hidden; border-radius:1.5rem; background:#f1f1f1; }
.pop0036 .pop_img div,
.pop0036 .pop_img .item {height:100%;}
.pop0036 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0036 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}
/* 팝업존:active */
.pop0036 .nss_pg a:hover,
.pop0036 .nss_pg a:focus{background:#fff; color:#20c6d6;}
.pop0036 .nss_pg a { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0036 { position:relative; max-width:60rem; margin:0 auto; padding:2.5rem 0 3.5rem; z-index:2;}
.gallery0036 .tit_wrap{ line-height:2.25rem; text-align:center; margin-right:6rem; margin-bottom:2.25rem;}
.gallery0036 .tit_wrap h2 { display:inline-block; max-width:calc(50% - 1rem); color:#000; margin-right:.75rem; font-weight: 700; font-size:1.1rem; overflow:hidden; white-space:nowrap; vertical-align: middle;}
.gallery0036 .tit_wrap p{display:inline-block; max-width:50%; color:#666; vertical-align: middle;}
.gallery0036 .list_box{ height: 10.5rem; overflow:hidden;}
.gallery0036 .list_box ul{ height:100%; }
.gallery0036 .list_box li{ width:22.75%; float:left; margin-bottom:.5rem;}
.gallery0036 .list_box li + li{ margin-left:3%; }
.gallery0036 .list_box li.no_data{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; font-size:.9rem; background:#fff; border-radius:2rem;}
.gallery0036 .list_box a { position:relative; display:block; overflow: hidden;  }
.gallery0036 .list_box a .img{ height:8.5rem; overflow:hidden; border-radius:1rem; background:rgba(255,255,255,0.95); }
.gallery0036 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto; }
.gallery0036 .list_box a span{ display:block; text-align:center; margin-top:.75rem; font-size:.9rem; font-weight: 600; color:#111; white-space: nowrap; overflow:hidden; text-overflow: ellipsis;}
.gallery0036 .btn_more { position:absolute; right:0; top:2.5rem; padding:.5rem .75rem; line-height:1rem; background:#fff; color:#000; font-weight: 600; border-radius:2rem; }
.gallery0036 .btn_more i{display:inline-block; width:1.25rem; height:1.25rem; line-height:1.25rem; text-align:center; margin-left:.25rem; border-radius:50%; background:#aaa; color:#fff; font-weight: 700;}
/** 갤러리 : active **/
.gallery0036 .list_box a:hover span,
.gallery0036 .list_box a:focus span{ text-decoration: underline;}
.gallery0036 .btn_more:hover,
.gallery0036 .btn_more:focus{ background:#f83086; color:#fff; }
.gallery0036 .btn_more:hover i,
.gallery0036 .btn_more:focus i{ color:#f83086; background:#fff; }
.gallery0036 a, .gallery0036 i{ -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;}


@media (max-width:1320px){

    /* 갤러리 */
    .gallery0036{max-width:100%; padding:1.5rem 0; margin:0 1rem 0 2rem;}
    .gallery0036 .tit_wrap{margin-bottom:1.75rem;}
    .gallery0036 .btn_more{top:1.5rem;}
}

@media (max-width:1240px){

    /* 게시판 */
    .notice0036 .titTab li{margin-right:.75rem;}
    .notice0036 .list_box ul{width:102%; margin-left:-1%;}
    .notice0036 .list_box li{width:48%; margin:.75rem 1%;}

    /* 팝업존 */
	.pop0036 .pop_img .item img {width:auto; height:100%;}

}

@media (max-width:1024px){

    /* 메인비주얼 */
    .MVisual0036{border-radius:0 2rem 0 0;}
    .MVisual0036 .item img{width:100%; height:auto;}

    /* 바로가기 */
    .M_link0036{padding:1rem 0; border-radius:0 0 2rem 0;}
    .M_link0036 ul{display:block; max-width:100%; float:none; font-size:0;}
    .M_link0036 li{display:inline-block; width:25%; vertical-align: top;} 

    /* 게시판 */
    .notice0036 .list_box{height:13rem;}

    /* 식단 */
    .meal_menu0036 .inner ul{height:10rem; margin-right:7.5rem;}
    .meal_menu0036 > img{width:8rem; height:auto;}

    /* 갤러리 */
    .gallery0036 .list_box li{width:32%;}
    .gallery0036 .list_box li + li{margin-left:2%;}
    .gallery0036 .list_box a .img img{width:auto; height:100%;}
}

@media (max-width:960px){

    /* 캘린더 */
    .pop_schedule0036 .sche_wrap{padding-left:5.5rem;}
    .pop_schedule0036 .month{width:5rem;}
    .pop_schedule0036 .lst{padding:.9rem 1rem;}
    .pop_schedule0036 .lst li{width:50%;}
    .pop_schedule0036 .lst li:nth-child(3n+1){border-left: 2px dotted #bbb; }
    .pop_schedule0036 .lst li:nth-child(odd){border-left: none !important; }
}

@media (max-width: 860px) {

    /* 공지사항 */
    .notice0036 .list_box{height:8.5rem;}
    .notice0036 .list_box li{margin:0 1% 1rem;}
    .notice0036 .list_box li a{height:8.5rem;}
    .notice0036 .list_box li a strong{height:1.3rem; text-overflow: ellipsis; white-space: nowrap;}

    /* 식단 */
    .meal_menu0036{padding:1.25rem; border-radius:1.5rem;}
    .meal_menu0036 .inner ul{height:5rem;}

    /* 캘린더 */
    .pop_schedule0036 .sche_date{padding:.25rem 2.5rem;}

    /* 갤러리 */
    .gallery0036 .tit_wrap{text-align:left; margin-bottom:1rem;}
    .gallery0036 .tit_wrap h2{max-width:100%;}
    .gallery0036 .tit_wrap p{max-width:100%; line-height:1.6;}
    
	/* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:768px){
    /* 팝업존 */
    .pop0036 .pop_img{ height:auto; text-align:center; }
    .pop0036 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}
}

@media (max-width:640px){

    /* 갤러리 */
    .gallery0036 .list_box li{width:49%;}
}

@media (max-width:580px){

    /* 바로가기1 */
    .M_link0036{padding:.5rem;}
    .M_link0036 li{width:50%; margin:.5rem auto;}
    .M_link0036 li + li:before{top:10%; height:80%;}
    .M_link0036 li:nth-child(odd):before{display:none;}
    .M_link0036 li a{display:flex; align-items: center; text-align:left;}
    .M_link0036 li a img{width:1.4rem; height:auto;}
    .M_link0036 li a span{height:auto; margin-top:0;}

    /* 게시판 */
    .notice0036 .titTab li { max-width:100%; }
    .notice0036 .titTab li a.current,
    .notice0036 .titTab li a{padding-bottom:.5rem;}
    .notice0036 .titTab li a:before{bottom:auto; left:auto; right:-4px; top:-5px; width:8px; height:8px; border-radius:50%; background:#f83086; }
    .notice0036 .list_box{margin-top:0.25rem; height:8rem;}
    .notice0036 .list_box li a{height:8rem; padding:1rem 1rem 1.5rem;}
}

@media (max-width:480px){

    /* 캘린더 */
    .pop_schedule0036 .sche_date{padding:.25rem 0;}
    .pop_schedule0036 .sche_date > a{top:auto; bottom:-2rem; z-index:1;}
    .pop_schedule0036 .sche_date > a.prev{left:calc(50% - 2.25rem);}
    .pop_schedule0036 .sche_date > a.next{right:calc(50% - 2.25rem);}
    .pop_schedule0036 .lst{padding:2rem 1rem 1rem;}
    .pop_schedule0036 .lst li{width:100%; border-left:0 !important;}


    /* 게시판 */
    .notice0036 .list_box ul{width:100%; margin-left:0;}
    .notice0036 .list_box li{width:100%; margin:0 0 1rem;}
    .notice0036 .list_box li + li{margin-left:0;}

    /* 갤러리 */
    .gallery0036 .list_box{height:22.5rem;}
    .gallery0036 .list_box li{width:100%;}
    .gallery0036 .list_box li + li{margin-left:0; margin-top:1rem;}
}
@media (max-width:380px){

    /* 식단 */
    .meal_menu0036 .inner ul{ margin-right:0;}
    .meal_menu0036 > img{display:none;}
}