﻿
/* 메인비주얼 */
.MVisual0012 { position: relative; height: 100%; overflow:hidden;}
.MVisual0012 .item{overflow:hidden; line-height:0;}
.MVisual0012 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%);}
.MVisual0012 .control{position:absolute; left:50%; margin-left:-30rem; bottom:4rem; z-index:1;}
.MVisual0012 .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; }
.MVisual0012 .control > a.play{display:none;}
.MVisual0012 .control > a:hover,
.MVisual0012 .control > a:focus{ background:rgb(17, 50, 30, 0.9);}

/* 바로가기1 */
.M_link0012 { position:relative; height:100%; }
.M_link0012 ul{display:table; width: 100%; table-layout:fixed; padding-left: 1rem;}
.M_link0012 li { position:relative; display:table-cell; vertical-align:top; z-index:1; padding-top: 2rem; padding-left: 1rem;}
.M_link0012 li ~ li::before{ position: absolute; top: 2.75rem; left: 0.35rem; width: 0.3rem; height: .3rem; border-radius: 50%; background: #fff; content: ""; }
.M_link0012 li a { display:block; position:relative; width:100%; word-break: keep-all; padding-left: 3.5rem; }
.M_link0012 li a .img { position: absolute;  left: 0.75rem; top: 0;}
.M_link0012 li a .img img{position: relative; z-index: 2;}
.M_link0012 li a .img::before{ position: absolute; top: -0.25rem; left: -0.25rem; width: 1.5rem; height: 1.5rem; background: #ffcf4e; border-radius: 50%; z-index: 1; opacity: 0; transition: opacity 0.3s; -webkit-transition: opacity 0.3s; content: ""; }
.M_link0012 li a .txt { line-height:1rem; height:2rem; overflow:hidden;  }
.M_link0012 li a .txt span{ display: table; height: 2rem; width: 100%;}
.M_link0012 li a .txt span em{display: table-cell; width: 100%; vertical-align: middle; font-weight: 600; color:#fff; font-size:0.85rem;}
/** 바로가기1 : active **/
.M_link0012 li a:hover .img:before, .M_link0012 li a:focus .img:before{opacity: 1;}
.M_link0012 li a:hover .txt span::before,
.M_link0012 li a:focus .txt span::before{ opacity: 1; }
.M_link0012 li a,
.M_link0012 li a .txt { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 게시판 */
.notice0012 { position:relative; height:100%; overflow: hidden; padding-top: 0.3rem;}
.notice0012 .titTab li { position:relative; display:inline-block; max-width:calc((100% - 3.8rem) / 3); font-size:1rem; font-weight: 600; vertical-align: top;}
.notice0012 .titTab ul li + li { padding-left:0.5rem; margin-left:0.5rem; }
.notice0012 .titTab ul li + li:before { content:""; position:absolute; left:-0.05rem; bottom:.35rem; width:0.15rem; height:0.55rem; background:#d9d9d9; border-radius: 0.15rem; z-index:1; }
.notice0012 .titTab ul li a { position:relative; display:block; color: #111;  font-size:1rem; font-weight: 400; z-index:1; transition: color 0.3s; -webkit-transition: color 0.3s; }
.notice0012 .titTab ul li a span { display:block; overflow:hidden; white-space:nowrap; }
.notice0012 .list_box { display:none; width: 100%; margin-top: 0.55rem;}
.notice0012 .list_box .topList { position:relative; display:block; padding:1.5rem 0 1.5rem 5.25rem; overflow:hidden; }
.notice0012 .list_box .topList .new dt { padding-left:1.75rem; }
.notice0012 .list_box .topList .new dt:before { content:"N"; position:absolute; left:0; top:0; width:1.25rem; height:1.25rem; line-height: 1.25rem; background: #46ac69; color: #fff; font-size:.7rem; font-weight:400; border-radius:50%; text-align:center; }
.notice0012 .list_box dt { position:relative; font-size:0.9rem; color:#222; line-height: 1.25rem; margin-bottom:.25rem; font-weight:600; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; transition: color 0.3s; -webkit-transition: color 0.3s;}
.notice0012 .list_box dd > p { color:#555; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; }
.notice0012 .list_box dd .ico{ position:absolute; left:0; top:0.75rem; width: 4rem; height: 4rem; background: #f6f6f6; border-radius: 1rem;}
.notice0012 .list_box dd .ico img{position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%);}
.notice0012 .list_box ul { padding-top:.75rem; border-top:1px dashed #ccc; }
.notice0012 .list_box li { padding:.25rem 0; }
.notice0012 .list_box li a { position:relative; display:block; line-height:1.5rem; font-size:0.8rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight:600; }
.notice0012 .list_box li a.new::before{display: inline-block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; text-align: center; border-radius: 50%; background: #2b8249; font-size:.7rem; font-weight:400; color: #fff; margin-right: 0.25rem; content: 'N';}
.notice0012 .list_box .btn_more{width: 2rem; height: 2rem; line-height: 2rem; text-align: center; border-radius: 50%; background: #46ac69; color: #fff; position: absolute; top: 0; right: 0; font-size: 1.1rem; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
/* 게시판 :데이터 없음 */
.notice0012 .list_box dl.no_data dt { line-height:2.65rem; }
.notice0012 .list_box dl.no_data .date p { padding-top:0; }
.notice0012 .list_box li.no_data { text-align:center; line-height:3rem; }
/* 게시판 :action */
.notice0012 .titTab ul li a:hover,
.notice0012 .titTab ul li a:focus,
.notice0012 .titTab ul li a.current { color:#46ac69; font-weight:700; }
.notice0012 .list_box.on { display:block; }
.notice0012 .list_box li a:hover, .notice0012 .list_box li a:focus{text-decoration: underline;}
.notice0012 .list_box .btn_more:hover, .notice0012 .list_box .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}
.notice0012 .list_box .topList:hover dd > p, .notice0012 .list_box .topList:focus dd > p{text-decoration: underline;} 
.notice0012 .list_box .topList:hover dt, .notice0012 .list_box .topList:focus dt{color: #1b6e38;}

/* 식단 */
.meal_menu0012 { position:relative; width: 100%; height:100%; padding-top: 0.3rem;}
.meal_menu0012 .tit_wrap{ position:relative; }
.meal_menu0012 h2 { position:relative; display:inline-block; max-width:calc(100% - 3rem); color: #000; font-weight:700; font-size:1rem; overflow: hidden; white-space: nowrap; margin-bottom: 1rem;}
.meal_menu0012 .inner { position:relative; z-index:1; background: #feeb9a; border-radius: 1.25rem; padding: 1rem 1.5rem 5rem; overflow: hidden;} 
.meal_menu0012 .inner::before{width: 18rem; height: 18rem; border-radius: 50%; background: #fef1b9; position: absolute; bottom: 1.5rem; left: calc(50% - 9rem); content: '';}
.meal_menu0012 .inner ul {position: relative; overflow-y:auto; height:5.75rem;}
.meal_menu0012 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0012 .inner li + li { margin-top:1rem; }
.meal_menu0012 .inner .no_data { padding-top:2.5rem; text-align:center; }
.meal_menu0012 .inner dl { position:relative; }
.meal_menu0012 .inner dt {color: #2b8249; font-weight: 700; font-size: 1.1rem; text-align: center;}
.meal_menu0012 .inner dt span {position: relative; z-index: 3; display: inline-block;}
.meal_menu0012 .inner dt span::before{width: calc(100% + 2rem); height: 0.8rem; background: #fff; position: absolute; left: -1rem; bottom: 0; z-index: -1; border-radius: 0.5rem; content: '';}
.meal_menu0012 .inner dd { font-size:0.8rem; word-break:keep-all; text-align:center; padding-top: 0.75rem; color: #000; }
.meal_menu0012 > img{position:absolute; left: 50%; bottom: 0; transform: translateX(-50%); -webkit-transform: translateX(-50%); z-index: 2;}
.meal_menu0012 .btn_more{width: 2rem; height: 2rem; line-height: 2rem; text-align: center; border-radius: 50%; background: #ffcf4e; color: #000; position: absolute; top: 0; right: 0; font-size: 1.1rem; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
/** 식단 : active **/
.meal_menu0012 .btn_more:hover,
.meal_menu0012 .btn_more:focus { transform: rotate(180deg); -webkit-transform: rotate(180deg); }

/* 팝업존 */
.pop0012 { position:relative; width:100%; height:100%; padding-top: 0.3rem;}
.pop0012 .tit_wrap { position:relative; margin-bottom:1.25rem; width:100%; z-index:1; }
.pop0012 .tit_wrap:after { display:block; clear:both; content:""; }
.pop0012 h2 { color:#000; font-weight:700; font-size:1rem; float:left; max-width: calc(100% - 10rem); overflow: hidden; white-space: nowrap;}
.pop0012 .nss_pg { position: absolute; right: 0; top: -0.3rem;}
.pop0012 .nss_pg p { display:inline-block; vertical-align:middle; color:#222; font-size:.8rem; margin-right:0.7rem; }
.pop0012 .nss_pg p strong { color:#46ac69; font-size: 1rem; font-weight:600; vertical-align: middle; }
.pop0012 .nss_pg p span{ vertical-align: middle; }
.pop0012 .nss_pg p strong + span:before{content:""; display:inline-block; width:0.6rem; height:0.2rem; border-radius: 0.2rem; margin:0 8px; background:#ccc; vertical-align: middle; }
.pop0012 .nss_pg .stop{ width:1.05rem; height:1rem; background-image:url('/images/schl/template/T0012/main/0012_popup_stop.png'); background-position: center; background-repeat: no-repeat; }
.pop0012 .nss_pg a { display:inline-block; overflow:hidden; color:#222; font-size:1.1rem; padding: 0 0.2rem; line-height: 2rem; vertical-align:middle; transition: color 0.3s; -webkit-transition: color 0.3s;}
.pop0012 .nss_pg .play { display:none; }
.pop0012 .nss_pg .btn{display: inline-block; background: #f6f6f6; border-radius: 1.5rem; padding: 0 1rem;}
.pop0012 .pop_img { position:relative; padding-right: 0.5rem; padding-bottom: 0.5rem; box-sizing: content-box; height:11.25rem; overflow:hidden; text-align:center; }
.pop0012 .pop_img::before{width: 100%; height: 100%; background: url('/images/schl/template/T0012/main/0012_ptrn_popup.png') repeat; border-radius: 1rem; position: absolute; top: 0; left: 0; content: '';}
.pop0012 .pop_img div,
.pop0012 .pop_img .item {height:100%;  }
.pop0012 .pop_img .slick-list { border-radius:1rem; background:rgba(0,0,0,0.1);}
.pop0012 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0012 .pop_img .item img {position:relative; max-width:100%; width:auto; height:100%;}

/* 팝업존:active */
.pop0012 .nss_pg a:hover, .pop0012 .nss_pg a:focus{color: #46ac69;}

/* 캘린더 */
.pop_schedule0012 { position:relative; width: calc(100% - 1rem); height:4.25rem; border-radius: 2rem; background: #fff5dc;}
.pop_schedule0012 .month { position:relative; width: 15rem; height:4.25rem; float: left; line-height:4.25rem; background: #ffcf4e; border-radius: 2rem; padding: 0 1.5rem; font-size: 1rem; font-weight: 600; color: #000;}
.pop_schedule0012 .month h2{display: inline-block; overflow: hidden; white-space: nowrap; font-weight: 700; font-size: 1rem; margin-right: 1.5rem; width: 3.8rem;}
.pop_schedule0012 .month a{vertical-align: middle; vertical-align: top;}
.pop_schedule0012 .month span{display: inline-block; vertical-align: top;}
.pop_schedule0012 .month span em{font-weight: 700;}
.pop_schedule0012 .lst { position:relative; float: left; width: calc(100% - 15rem); height: 4.25rem; padding-right: 2rem;}
.pop_schedule0012 .lst ul { overflow-y:auto; height:2rem; padding-right:0.5rem; margin-top: 1.25rem;}
.pop_schedule0012 .lst ul li{width: 33.333%; float: left;}
.pop_schedule0012 .lst .no_data { padding-left:0; width: 100%; padding-top: 0.3rem; text-align:center; }
.pop_schedule0012 .lst li a { position:relative; padding-left:2rem; display:block; line-height:2rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.8rem; color:#111;}
.pop_schedule0012 .lst li a::before{width: 0.3rem; height: 0.3rem; border-radius: 50%; background: #ffcf4e; position: absolute; left: 1.25rem; top: calc(50% - 0.15rem); content: '';}
.pop_schedule0012 .lst li a span{font-weight: 700; padding-right: 0.5rem; font-size:0.9rem; transition: color 0.3s; -webkit-transition: color 0.3s;}
.pop_schedule0012 .btn_more { overflow:hidden; position:absolute; width: 2rem; height: 2rem; line-height: 2rem; font-size: 1.1rem; color: #fff; text-align: center; background: #46ac69; border-radius: 50%; top: calc(50% - 1rem); right: -1rem; transition: transform 0.3s; -webkit-transition: transform 0.3s;}
/** 캘린더 : active **/
.pop_schedule0012 .lst li a:hover span, .pop_schedule0012 .lst li a:focus span{color: #46ac69;}
.pop_schedule0012 .btn_more:hover, .pop_schedule0012 .btn_more:focus{transform: rotate(180deg); -webkit-transform: rotate(180deg);}

/* 갤러리 */
.gallery0012 { position:relative; }
.gallery0012::after{display: block; content: ''; clear: both;}
.gallery0012 .title_wrap{width: 15.5rem; float: left; padding-left: 3rem;}
.gallery0012::before{ position: absolute; bottom: -3.25rem; left: -13rem; background: url('/images/schl/template/T0012/main/0012_img_gallery.png') no-repeat center / cover; width: 27.6rem; height: 15.8rem; content: ""; }
.gallery0012 .title_wrap h2 {color: #000; font-weight: 700; font-size:1rem; overflow:hidden; white-space:nowrap; margin-bottom:.5rem; }
.gallery0012 .list_box{ width: calc(100% - 15.5rem); overflow:hidden; float: right; margin: 0 -1rem;}
.gallery0012 .list_box ul{height: 11.75rem; overflow: hidden;}
.gallery0012 .list_box ul::after{display: block; content: ''; clear: both; }
.gallery0012 .list_box li{width:33.333%; float:left; padding: 0 1rem;}
.gallery0012 .list_box li.no_data{width:100%; text-align:center; font-size:.9rem; padding:3rem 0;}
.gallery0012 .list_box a { position:relative; display:block; }
.gallery0012 .list_box a .img{ position: relative; height:10rem; overflow:hidden; border-radius:1rem; background:#ccc; }
.gallery0012 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:auto; height:100%; }
.gallery0012 .list_box a span{ position: relative; display:block; text-align:center; font-weight:600; margin: 0.5rem 0 0.2rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; color:#111; font-size: 0.85rem;}
.gallery0012 .btn_more {display: inline-block; background: #46ac69; color: #fff; padding: 0 1rem; font-weight: 600; line-height: 2rem; border-radius: 1rem; position: relative;}
.gallery0012 .btn_more img{padding-left: 0.5rem;}
/** 갤러리 : active **/
.gallery0012 .btn_more:hover,
.gallery0012 .btn_more:focus{ background: #2b8249;}
.gallery0012 .btn_more,
.gallery0012 .list_box a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }
.gallery0012 .list_box a:hover span, .gallery0012 .list_box a:focus span{text-decoration: underline;} 


/* 배너존 */
.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.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){
    /* 메인비주얼 */
    .MVisual0012 .slider{ margin-right:1rem; }
    .MVisual0012 .item img{ width:160%; height:auto; left:-30%; transform: none; -webkit-transform: none; -ms-transform: none; }
    .MVisual0012 .control{ left: 1rem; margin-left:0; }

    /* 바로가기1 */
    .M_link0012 li{padding-top: 1rem;}
    .M_link0012 li a{padding-left: 0;}
    .M_link0012 li a .img{position: relative; left: auto; top: auto; text-align: center;}
    .M_link0012 li a .txt{text-align: center;}

    /* 포토갤러리 */
    .gallery0012::before{left: -11rem;}
    .gallery0012 .list_box li{width: 50%;}
}

@media (max-width:1024px){
    /* 캘린더 */
    .pop_schedule0012 .month{width: 14rem;}
    .pop_schedule0012 .month h2{margin-right: 0.5rem; width: auto;}
    .pop_schedule0012 .lst{width: calc(100% - 14rem); }
    
}

@media (max-width:860px){
    /* 캘린더 */
    .pop_schedule0012{width: 100%; height: auto; background: none;}
    .pop_schedule0012 .month{float: none; z-index: 2; height: 3rem; line-height: 3rem; display: inline-block; width: auto; max-width: calc(100% - 2rem);} 
    .pop_schedule0012 .month h2{max-width: calc(100vw - 16rem);}
    .pop_schedule0012 .lst{width: 100%; height: auto; background: #fff5dc; float: none; border-radius: 2rem; margin-top: -1.5rem; padding:2.5rem 1rem 1rem;}
    .pop_schedule0012 .lst li a{padding-left: 1.5rem;}
    .pop_schedule0012 .lst li a::before{left: 0.75rem;}
    .pop_schedule0012 .lst ul{margin-top: 0;}
    .pop_schedule0012 .btn_more{right: 0; top: 0.6rem;}

    /* 포토갤러리 */
    .gallery0012::before{width: 20rem; height: 10rem; left: -8.5rem;}
    .gallery0012 .title_wrap{width: 10rem;}
    .gallery0012 .list_box{width: calc(100% - 10rem);}

    /* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:680px){
    /* 비주얼 */
    .MVisual0012 .control{bottom: 1rem;}

    /* 바로가기1 */
    .M_link0012 ul{padding-left: 0; display: block;}
    .M_link0012 ul::after{display: block; content: ''; clear: both;}
    .M_link0012 li{padding: 1rem 1rem 1rem 0; display: block; width: 33.333%; float: left;}
    .M_link0012 li:nth-of-type(3n+1):before{display: none;}
    .M_link0012 li ~ li::before{left: -0.75rem; top: 1.8rem;}
    .M_link0012 li a{padding-left: 2.5rem;}
    .M_link0012 li a .img{position: absolute; left: 0; top: 0.1rem;}
    .M_link0012 li a .img img{height: 1.9rem; width: 1.9rem;}
    .M_link0012 li a .txt{text-align: left;}

    /* 포토갤러리 */
    .gallery0012::before{display: none;}
    .gallery0012 .title_wrap h2{margin-bottom: 1rem; margin-right: 6rem;}
    .gallery0012 .title_wrap{width: 100%;}
    .gallery0012 .list_box{width: 100%;}
    .gallery0012 .btn_more{position: absolute; top: -0.3rem; right: 0;}
    .gallery0012 .btn_more img{width: 1.5rem;}
}


@media (max-width:540px){
    /* 식단 */
    .meal_menu0012 h2{margin-bottom: 0.5rem;}
    .pop0012 .tit_wrap{margin-bottom: 0.75rem;}

    /* 캘린더 */
    .pop_schedule0012 .lst ul{height: 6rem;}
    .pop_schedule0012 .lst ul li{width: 100%;}

    /* 포토갤러리 */
    .gallery0012 .title_wrap{padding-left: 0;}
    .gallery0012 .list_box{margin: 0 0 1.5rem;}
    .gallery0012 .list_box li{width: 100%; padding: 0;}
    
	/* 팝업존 */
    .pop0012 .pop_img{ height:auto; text-align:center; }
    .pop0012 .pop_img .item img { top:auto; left:auto; max-height:15rem; transform: none; -ms-transform: none;}

}

@media (max-width:480px){
    /* 바로가기1 */
    .M_link0012 ul{padding: 0.5rem 0;}
    .M_link0012 li{width: 50%; padding: 0.3rem 1rem 0.3rem 0;}
    .M_link0012 li a{padding-left: 2rem;}
    .M_link0012 li a .img img{top: 0.25rem; width: 1.4rem; height: 1.4rem;}
    .M_link0012 li ~ li::before{top: 1.2rem;width: 0.25rem; height: 0.25rem;}
    .M_link0012 li:nth-of-type(3n+1)::before{display: block;}
    .M_link0012 li:nth-of-type(odd)::before{display: none;}
    .M_link0012 li a .txt span em{font-size: 0.8rem;}

    /* 게시판 */
    .notice0012 .titTab li{max-width: calc((100% - 2.9rem) / 3);}
    .notice0012 .titTab ul li + li{padding-left: 0.25rem; margin-left: 0.2rem;}
    .notice0012 .titTab ul li a{font-size: 0.9rem;}
    .notice0012 .list_box{margin-top: 0.25rem;}
    .notice0012 .list_box dd .ico img{width: 2.5rem;}
    .notice0012 .list_box .topList{padding-left: 5rem;}

    /* 오늘의식단 */
    .meal_menu0012 .inner ul{height: 5.5rem;}
    .meal_menu0012 .inner dt{font-size: 1rem;}
    .meal_menu0012 > img{width: 11rem; bottom: 0.4rem;}

    /* 캘린더 */
    .pop_schedule0012 .month{padding: 0 0.85rem; height: 2.5rem; line-height: 2.5rem; font-size: 0.9rem;}
    .pop_schedule0012 .month h2{max-width: calc(100vw - 12rem);}
    .pop_schedule0012 .lst{padding-top: 2rem; border-radius: 1.5rem;}
    .pop_schedule0012 .lst li a{padding-left: 0.75rem;}
    .pop_schedule0012 .lst li a::before{left: 0;}
    .pop_schedule0012 .btn_more{top: 0.2rem;}
}
