﻿
/* 메인비주얼 */
.MVisual0049 {position: relative; overflow: hidden; height: 100%; background: #fff; }
.MVisual0049 .item{overflow:hidden; line-height:0; }
.MVisual0049 .item img{position:relative; width:auto; height:100%; left:50%; transform: translateX(-50%); -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); }
.MVisual0049 .control{position:absolute; left: 50%; margin-left: -30rem; bottom: 2rem; z-index: 1;}
.MVisual0049 .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; }
.MVisual0049 .control > a.play{display:none;}
.MVisual0049 .control > a:hover,
.MVisual0049 .control > a:focus{ background:rgba(17, 26, 50, 0.9);}

/* 게시판 */
.notice0049 { position:relative; height:100%; padding-top: 0.15rem;}
.notice0049 .titTab{margin-bottom: 0.9rem; padding-left: 0.75rem; }
.notice0049 .titTab ul{font-size:0; margin-right: 5rem;}
.notice0049 .titTab li { position: relative; display:inline-block; max-width:calc(33% - 1.3rem); vertical-align: top; }
.notice0049 .titTab li + li{margin-left: 2rem;}
.notice0049 .titTab li + li:before{content:""; position:absolute; left:-1.25rem; top:0.3rem; width: 0.65rem; height: 0.75rem; background: url('/images/schl/template/T0049/main/0049_notice_tit.png') no-repeat center; position: absolute;}
.notice0049 .titTab li a {position:relative; display:block; font-size: 1.1rem;font-weight: 400; color:#666;}
.notice0049 .titTab li a::before{width: 1.75rem; height: 1.75rem; border-radius: 50%; background: #e5f1fa; position: absolute; top: -0.5rem; left: -0.75rem; opacity: 0; content: '';}
.notice0049 .titTab li a span{position: relative; display:block; overflow:hidden; white-space:nowrap;}
.notice0049 .list_box { display:none; width:100%; height:calc(100% - 2.5rem); border-top:2px dotted #b7b7b8; padding-top: 0.8rem; }
.notice0049 .list_box ul { overflow:hidden; height:12rem; }
.notice0049 .list_box ul li { padding: 0 0.6rem; }
.notice0049 .list_box li a { position:relative; display:block; line-height:2rem; padding:0 4.5rem 0 1.25rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-weight: 400; color:#000; font-size:0.85rem; }
.notice0049 .list_box ul li a.new::before{display: inline-block; width: 1.25rem; height: 1.25rem; line-height: 1.25rem; text-align: center; color: #fff; border-radius: 50%; font-size: 0.7rem; background: #0073d0; content: 'N';}
.notice0049 .list_box li a:after{content:""; position:absolute; left:0; top:0.7rem; width: 0.6rem; height: 0.55rem; background: url('/images/schl/template/T0049/main/0049_notice_list.png') no-repeat center;}
.notice0049 .list_box li a span { position:absolute; right:0; top:0; color:#999; font-size: 0.75rem; }
.notice0049 .list_box li.no_data{text-align:center; line-height:11rem;}
.notice0049 .btn_more{position: absolute; top: 0; right: 0; font-weight: 600;}
.notice0049 .btn_more span{display: inline-block; vertical-align: middle; width: 4rem; text-align: center; background: #eee; line-height: 1.8rem; border-radius: 0.9rem;}
.notice0049 .btn_more i{font-size: 1.4rem; margin-left: -0.5rem; vertical-align: middle; transition: transform 0.15s; -webkit-transition:transform 0.15s;}
/* 게시판 : active */
.notice0049 .titTab li a:hover,
.notice0049 .titTab li a:focus,
.notice0049 .titTab li a.current { color:#0073d0; font-weight: 700;}
.notice0049 .titTab li a.current::before{opacity: 1;}
.notice0049 .list_box.on { display: block; }
.notice0049 .list_box li a:hover,
.notice0049 .list_box li a:focus { text-decoration: underline; }
.notice0049 .btn_more:hover i,
.notice0049 .btn_more:focus i{transform: rotate(90deg); -webkit-transform: rotate(90deg);}
.notice0049 .titTab li a,
.notice0049 .list_box li a{-webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 갤러리 */
.gallery0049 { position:relative; height: 100%;}
.gallery0049 h2 { color:#000; font-weight: 700; font-size:1.1rem; overflow:hidden; white-space:nowrap; margin-right:2rem; margin-bottom: 1rem; }
.gallery0049 .list_box{ margin-top: 0.25rem; height: 13.5rem; overflow: hidden;}
.gallery0049 .list_box ul::after{display: block; content: ''; clear: both;}
.gallery0049 .list_box li{ width:48%; float:left; }
.gallery0049 .list_box li + li{ margin-left:4%; }
.gallery0049 .list_box li.no_data{ width:100%; height:100%; display:flex; align-items:center; justify-content:center; padding:2rem 0; font-size:.9rem; background:rgba(0,0,0,0.05);}
.gallery0049 .list_box a { position:relative; display:block; overflow: hidden; margin-top: 1rem; transition: all 0.3s; -webkit-transition: all 0.3s;}
.gallery0049 .list_box a .img{ height:9.25rem; overflow:hidden; background:#eee; }
.gallery0049 .list_box a .img img { position:relative; top:50%; left:50%; transform:translate(-50%, -50%); width:100%; height:auto; }
.gallery0049 .list_box a span{display:block; text-align:center; font-size: 0.95rem; line-height:3.25rem; font-weight:600; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; padding: 0 0.5rem; }
.gallery0049 .btn_more {width: 2rem; height: 2rem; line-height: 2rem; text-align: center; border-radius: 50%; background: #ebf6ff; position: absolute; top: 0; right: 0; font-size: 1.2rem; transition: background 0.15s; -webkit-transition: background 0.15s;}
/** 갤러리 : active **/
.gallery0049 .list_box a:hover,
.gallery0049 .list_box a:focus{margin-top: 0; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2);}
.gallery0049 .list_box a:hover span,
.gallery0049 .list_box a:focus span{ text-decoration: underline;}
.gallery0049 .btn_more:hover,
.gallery0049 .btn_more:focus{background: #bbe0fd;}


/* 바로가기1 */
.M_link0049 { position:relative; height:100%; }
.M_link0049 ul{display:table; width: 100%; table-layout:fixed; padding-top: 2rem;}
.M_link0049 li { position:relative; display:table-cell; vertical-align:top; z-index:1; }
.M_link0049 li a { display:block; position:relative; width:100%; word-break: keep-all;}
.M_link0049 li a .img { position: relative; display: inline-block; vertical-align: middle; width: 4.75rem; height: 4.75rem; background: #fff; left: 0; box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.2); border: 3px solid transparent; transition: border 0.3s; -webkit-transition: border 0.3s;}
.M_link0049 li a .img img{position: relative; top: 50%; left: 50%; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); width: 3.1rem; height: 3rem;}
.M_link0049 li a .txt {position: relative; display: inline-block; vertical-align: middle; line-height:1rem; height:2rem; overflow:hidden; max-width: calc(100% - 5rem); padding:0 2rem 0 0.5rem;}
.M_link0049 li a .txt::before{content: "\e913"; font-family: 'xeicon'; width: 1.75rem; height: 1.75rem; line-height: 1.75rem; background: #0073d0; border-radius: 50%; text-align: center; color: #fff; position: absolute; right: 0.25rem; top: 0.15rem; opacity: 0; transition: opacity 0.3s; -webkit-transition: opacity 0.3s;}
.M_link0049 li a .txt span{ display: table; height: 2rem; width: 100%;}
.M_link0049 li a .txt span em{display: table-cell; width: 100%; vertical-align: middle; font-weight: 600; font-size:0.9rem; color: #000; word-break: break-all;}
/** 바로가기1 : active **/
.M_link0049 li a:hover .img,
.M_link0049 li a:focus .img {border: 3px solid #0073d0;}
.M_link0049 li a:hover .txt::before,
.M_link0049 li a:focus .txt::before{opacity: 1;}

/* 팝업존 */
.pop0049 { position:relative; width:100%; height:100%; padding-right: 2rem;}
.pop0049::before{width: 300%; position: absolute;}
.pop0049 h2 { color:#000; font-weight: 700; font-size:1.1rem; line-height: 2rem;  overflow:hidden; white-space:nowrap; margin-right:7.5rem; margin-bottom: 0.5rem; }
.pop0049 .nss_pg{ position: absolute; top: 0; right: 2rem; }
.pop0049 .nss_pg p { display: inline-block; vertical-align: middle; line-height:2.2; color:#666; font-size:.75rem; margin-right: 0.4rem; }
.pop0049 .nss_pg p strong{position: relative; color: #0073d0; font-size: 0.9rem; font-weight: 700; padding-right: 1rem;}
.pop0049 .nss_pg p strong::before{width: 0.3rem; height: 0.3rem; background: #d2d2d2; border-radius: 50%; position: absolute; right: 0.3rem; top: 0.55rem; content: '';}
.pop0049 .nss_pg a {display: inline-block; overflow: hidden; line-height:1.45rem; text-align:center; color:#000; font-size:1rem; vertical-align: middle;}
.pop0049 .nss_pg .stop,
.pop0049 .nss_pg .play { width: 1.45rem; height: 1.45rem; line-height: 1.45rem; text-align: center; color: #fff; border-radius: 50%; background: #9d9d9d; }
.pop0049 .nss_pg .play {display: none;}
.pop0049 .nss_pg .prev img,
.pop0049 .nss_pg .next img{ display:block; }
.pop0049 .pop_img { position:relative; width: 100%; height:11.25rem; overflow: hidden; text-align:center; text-align:center; background:#f1f1f1; }
.pop0049 .pop_img .slick-list {width:100%; max-width:17.5rem; margin:0 auto;}
.pop0049 .pop_img div,
.pop0049 .pop_img .item {height:100%;}
.pop0049 .pop_img .item a { display: block; height:100%; line-height:0; text-align:center; overflow:hidden;}
.pop0049 .pop_img .item img {position:relative; top: 50%; max-width:100%; width:auto; max-height:100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%);}

/* 캘린더 */
.pop_schedule0049 { position:relative; height:100%; overflow: hidden; }
.pop_schedule0049 .sche_table { position: relative; float: left; width: 11.8rem; z-index: 1; }
.pop_schedule0049 .sche_table h2 { color:#000; font-weight: 700; font-size:1.1rem;  overflow:hidden; white-space:nowrap; margin-bottom: 1rem; line-height: 2rem;}
.pop_schedule0049 .sche_table table .sun, 
.pop_schedule0049 .sche_table table .sun{color: #ff5656;}
.pop_schedule0049 .sche_table table .sat, 
.pop_schedule0049 .sche_table table .sat{color: #0288d1;}
.pop_schedule0049 .sche_table table thead th { padding:0.5rem 0; font-weight:600; border-bottom: 2px solid #dfe4e8;}
.pop_schedule0049 .sche_table table tbody td {line-height: 1.75rem; color:#444; font-size:.65rem; text-align:center; font-weight: 600; z-index: 1; }
.pop_schedule0049 .sche_table table tbody td a { position: relative; display: block; width: 1.5rem; height: 1.5rem; line-height: 1.5rem; margin: 0 auto; text-align: center; border-radius: 50%;}
.pop_schedule0049 .sche_table table tbody td a.event{background: #daedfc; }
.pop_schedule0049 .sche_table table tbody td a.today{background: #f4558d; color: #fff;}
.pop_schedule0049 .month {text-align:center; background: #f4558d; color: #fff; border-radius: 1.25rem 1.25rem 1.25rem 0; line-height: 2.25rem; padding-right: 1.5rem;}
.pop_schedule0049 .month a { display:inline-block; vertical-align:middle; font-size:1rem; text-align:center; }
.pop_schedule0049 .month span { display:inline-block; font-size:0.9rem; font-weight:500; margin: 0 0.3rem; vertical-align:middle; }
.pop_schedule0049 .month span em { position:relative; display:inline-block; margin-left:.3rem; font-size:1.1rem; font-weight:700;  z-index: 1; }
.pop_schedule0049 .lst { position:relative; z-index:1; float: right; width: calc(100% - 12.75rem) }
.pop_schedule0049 .lst div{background: #f8f8f8; padding: 1rem 0.5rem; border-radius: 0 1.25rem 1.25rem 1.25rem; }
.pop_schedule0049 .lst ul { overflow-y:auto;height: 10rem;}
.pop_schedule0049 .lst .no_data { padding-left:0; padding-top:4rem; text-align:center; }
.pop_schedule0049 .lst li a { position:relative; display:block; line-height:1.5rem; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; font-size:0.75rem; font-weight: 600; padding-left: 3.25rem;}
.pop_schedule0049 .lst li ~ li { margin-top:0.5rem; }
.pop_schedule0049 .lst li a span {position: absolute; left: 0; top: 0; color: #f4558d; font-size: 0.7rem; font-weight: 700;}
.pop_schedule0049 .lst li a span::before{content: "\e929"; font-family: 'xeicon'; margin-right: 0.2rem;}
.pop_schedule0049 .btn_more {display: block; width: 1.3rem; height: 1.3rem; line-height: 1.3rem; color: #535f66; border-radius: 50%; text-align: center; background: #fff; position: absolute; top: 0.5rem; right: 0.5rem; font-size: 1.3rem; z-index: 2;}
/* 캘린더 : active */
.pop_schedule0049 .month .prev:hover,
.pop_schedule0049 .month .prev:focus { transform: translateX(-2px); -webkit-transform: translateX(-2px); -ms-transform: translateX(-2px); }
.pop_schedule0049 .month .next:hover,
.pop_schedule0049 .month .next:focus { transform: translateX(2px); -webkit-transform: translateX(2px); -ms-transform: translateX(2px); }
.pop_schedule0049 .lst li a:hover,
.pop_schedule0049 .lst li a:focus { text-decoration: underline; }
.pop_schedule0049 .btn_more:hover{transform: rotate(90deg); -webkit-transform: rotate(90deg);}
.pop_schedule0049 a,
.pop_schedule0049 a span { -webkit-transition:all .15s; -ms-transition:all .15s; transition:all .15s; }

/* 식단 */
.meal_menu0049 { position:relative; height:100%; }
.meal_menu0049 h2 { color:#000; font-weight: 700; font-size:1.1rem; overflow:hidden; white-space:nowrap; margin-right:5rem; margin-bottom: 0.75rem; line-height: 2rem;}
.meal_menu0049 .inner { position:relative;}
.meal_menu0049 .inner ul { overflow-y:auto; height:4rem; }
.meal_menu0049 .inner li:not(.no_data) { padding-right:1rem; }
.meal_menu0049 .inner li + li { margin-top:1.2rem; }
.meal_menu0049 .inner .no_data { padding-top:0.8rem; text-align:center; }
.meal_menu0049 .inner dl { position:relative; height: auto; }
.meal_menu0049 .inner dt {position: relative; display:block; font-size: 0.9rem;font-weight:700; letter-spacing: -1px;}
.meal_menu0049 .inner dt span {position: relative; color: #f4558d; padding-left: 0.8rem;}
.meal_menu0049 .inner dt span::before{display: inline-block; width: 0.5rem; height: 0.5rem; border-radius: 50%; background: #f4558d; position: absolute; left: 0; top: 0.4rem; content: '';}
.meal_menu0049 .inner dt em{color: #515050; margin-left: 0.2rem; }
.meal_menu0049 .inner dd { color:#666; font-size:0.8rem; margin-top: 0.6rem; font-weight: 500; word-break:keep-all; }
.meal_menu0049 .img{position:absolute; left: 50%; bottom: -0.5rem; transform: translateX(-50%); -webkit-transform: translateX(-50%);}
.meal_menu0049 .img img{max-width: 13.3rem;}
.meal_menu0049 .btn_more{position: absolute; top: 0; right: 0; font-weight: 600;}
.meal_menu0049 .btn_more span{display: inline-block; vertical-align: middle; width: 4rem; text-align: center; background: #eee; line-height: 1.8rem; border-radius: 0.9rem;}
.meal_menu0049 .btn_more i{font-size: 1.4rem; margin-left: -0.5rem; vertical-align: middle; transition: all 0.15s; -webkit-transition: all 0.15s;}
/* 식단:active */
.meal_menu0049 .btn_more:hover i,
.meal_menu0049 .btn_more:focus i{transform: rotate(90deg); -webkit-transform: rotate(90deg);}

/* 배너존 */
.banner_zone {line-height: 1; border-top: 1px solid #dbdbdd;}
.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) {
	/* 메인비주얼 */
	.MVisual0049 .item img{width:154%; height:auto; left:-27%; transform: none; -webkit-transform: none; -ms-transform: none;}
	.MVisual0049 .control{left:1rem; margin-left:0;}

    /* 오늘의식단 */
    .meal_menu0049 .inner ul{margin-right: 16rem; height: 2rem;}
    .meal_menu0049 .img{left: auto; right: 5.5rem; transform: none; -webkit-transform: none; bottom: -2rem;}
    .meal_menu0049 .img img{max-width: 9.5rem;}
    .meal_menu0049 .inner dt{display: inline-block; vertical-align: top; margin-right: 0.5rem;}
    .meal_menu0049 .inner dd{display: inline-block; width: calc(100% - 7.5rem); margin-top: 0;}
}


@media (max-width:960px){    
    /* 바로가기1 */
    .M_link0049 ul{padding: 2rem 0;}
    .M_link0049 li a .img{width: 4rem; height: 4rem;}
    .M_link0049 li a .img img{width: 2.7rem; height: auto;}
    .M_link0049 li a .txt{max-width: calc(100% - 4.5rem);}
    
    /* 팝업존 */
    .pop0049{padding-right: 0;}
    .pop0049 .nss_pg{right: 0;}
    .pop0049 .pop_img{ height:auto; }
    .pop0049 .pop_img .item img { top:auto; max-height:15rem; transform: none; -ms-transform: none; -webkit-transform: none;}

    /* 행사일정 */
    .pop_schedule0049 .sche_table{width: 49%;}
    .pop_schedule0049 .lst{width: 49%;}
}

@media (max-width:860px){
    /* 바로가기1 */
    .M_link0049 ul{padding: 1rem 0;}
    .M_link0049 li{display: block; width: 50%; float: left; margin: 0.5rem 0;}

    /* 오늘의식단 */
    .meal_menu0049 .inner ul{margin-right: 14rem;}
    .meal_menu0049 .img img{max-width: 8.5rem;}

    /* 배너존 */
	.banner_zone h2{display:none;}
	.banner_zone .bnWrap{width:calc(100% - 6rem); padding-left:0.75rem;}
}

@media (max-width:600px){

    /* 오늘의식단 */
    .meal_menu0049 .inner ul{margin-right: 8.5rem; height: 4rem;}    
    .meal_menu0049 .img{bottom: -0.5rem; right: 0;}
    .meal_menu0049 .img img{max-width: 7.5rem;}
    .meal_menu0049 .inner dt{display: block;}
    .meal_menu0049 .inner dd{display: block; width: 100%; margin-top: 0.5rem;}
}

@media (max-width:480px){
    /* 비주얼 */
    .MVisual0049 .control{bottom: 1rem;}

    /* 공지사항 */
    .notice0049 .titTab li{max-width: 100%;}
    .notice0049 .titTab li a{font-size: 1rem;}

    /* 갤러리 */
    .gallery0049 .list_box{height: 25.5rem;}
    .gallery0049 .list_box li{width: 100%;}
    .gallery0049 .list_box li + li{margin-left: 0;}
    .gallery0049 .list_box a span{line-height: 2.75rem;}

    /* 바로가기1 */
    .M_link0049 li a:hover .txt::before, .M_link0049 li a:focus .txt::before{opacity: 0;}
    .M_link0049 li a .txt{padding-right: 0; max-width: calc(100% - 4rem);}
    .M_link0049 li a .img{width: 3.5rem; height: 3.5rem;}
    .M_link0049 li a .img img{width: 2.5rem;}
    .M_link0049 li a .txt span em{font-size: 0.85rem;}

    /* 행사일정 */
    .pop_schedule0049 .sche_table{width: 100%;}
    .pop_schedule0049 .sche_table h2{margin-bottom: 0;}
    .pop_schedule0049 .lst{width: 100%; margin-top: 1rem;}
    .pop_schedule0049 .btn_more{top: 14.5rem;}

    /* 오늘의식단 */
    .meal_menu0049 .inner ul{margin-right: 6.5rem;}
    .meal_menu0049 .img img{width: 6rem;}
    
}

@media (max-width:360px){
    /* 바로가기 */
    .M_link0049 li a .img{display: block; margin: 0 auto; width: 4rem; height: 4rem;}
    .M_link0049 li a .txt{display: block; padding: 0 0.5rem; margin-top: 0.75rem; max-width: 100%; text-align: center;}

    /* 오늘의식단 */
    .meal_menu0049 .inner ul{margin-right: 0;}
    .meal_menu0049 .img{display: none;}
}