﻿@charset "utf-8";


/* 알림장 */
.ann_tablet{display:none;}

/* 메인비주얼 */
.main_visual {position:relative; width:100%; height:100%; background:#d5eeff;}
.main_visual ul {position:relative; }
.main_visual ul li {position:relative; text-align:center;}
.main_visual .bx-controls {position:absolute; width:1200px; height:26px; left:50%; bottom:10px; margin-left:-600px;}
.main_visual .bx-controls-direction {display:none;}
.main_visual .bx-controls-auto {position:absolute; top:0; left:0;}
.main_visual .bx-controls-auto::after {content:''; display:block; clear:both; height:0;}
.main_visual .bx-controls-auto .bx-controls-auto-item {display:block; float:left; width:auto;}
.main_visual .bx-controls-auto .bx-controls-auto-item a {text-indent:-999em; width:26px; height:26px;}
.main_visual .bx-controls-auto .bx-controls-auto-item a.bx-start {display:none; background:url('/images/web/template/common/btn_play.png') no-repeat center center;}
.main_visual .bx-controls-auto .bx-controls-auto-item a.bx-stop {display:block; background:url('/images/web/template/common/btn_stop.png') no-repeat center center;}
.main_visual .bx-pager.bx-default-pager {position:absolute; top:5px; left:30px;}
.main_visual .bx-pager.bx-default-pager::after {content:''; display:block; clear:both; height:0;}
.main_visual .bx-pager.bx-default-pager .bx-pager-item {display:block; float:left; margin-left:5px;}
.main_visual .bx-pager.bx-default-pager .bx-pager-item a {display:block; text-indent:-999em; width:16px; height:16px; border:1px solid #4c4c4c; box-sizing:border-box; border-radius:9px;} /* 비주얼 버튼 색상 */
.main_visual .bx-pager.bx-default-pager .bx-pager-item a.active {background-color:#4c4c4c;}/* 비주얼 버튼 색상 */

/* 전광판 */
.dis_board1050 {width:1200px; height:100%; margin:0 auto; background:#00a1b9; overflow:hidden;}
.dis_board1050 .dis_board_box {position:relative; width:1055px; height:40px; padding:10px 145px 10px 0; margin:0 auto;}
.dis_board1050 h2 {float:left; width:13%; margin:0 20px 0 105px; text-align:center; white-space:nowrap; overflow:hidden; line-height:40px; font-family:"NotoM"; font-size:19px; color:#fff; }
.dis_board1050 .imgBg {position:absolute; top:12px; left:20px;}
.dis_board1050 .imgBg img {width:75px; height:49px;}
.dis_board1050 ul {float:left; width:75%; height:40px; background:#fff;}
.dis_board1050 ul li {width:95%; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; vertical-align:middle; text-align:left;}
.dis_board1050 ul li a{padding-left:10px; line-height:40px; font-family:"NotoM"; font-size:17px; color:#333;}
.dis_board1050 .nss_pg { position:absolute; top:22px; right:25px;}
.dis_board1050 .nss_pg a {display:block; float:left; font-size:0; text-indent:-10000em; width:10px; height:16px; margin-left:20px;}
.dis_board1050 .nss_pg a.pre {background:url('/images/web/template/1050/main/1050_btn_prev_board.png') no-repeat; }
.dis_board1050 .nss_pg a.stop {background:url('/images/web/template/1050/main/1050_btn_stop_board.png') no-repeat; }
.dis_board1050 .nss_pg a.next {background:url('/images/web/template/1050/main/1050_btn_next_board.png') no-repeat; }
.dis_board1050 .nss_pg a.play {background:url('/images/web/template/1050/main/1050_btn_play_board.png') no-repeat; }

/* 게시판 */
.notice1050 {position:relative; height:100%;}
.notice1050 h2 {position:absolute; top:0; width:20%; font-size:18px; font-family:'NotoM'; line-height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; text-align:center;}
.notice1050 h2 a {display:block; color:#666; overflow:hidden;}
.notice1050 h2.tit_1 {left:0;}
.notice1050 h2.tit_2 {left:20%;}
.notice1050 h2.tit_3 {left:40%;}
.notice1050 h2 a.current {position:relative; display:block; color:#000;}
.notice1050 h2 a.current::before{content:''; position:absolute; top:5px; left:0; width:30px; height:30px; background:#5a75cd url('/images/web/template/1050/main/1050_current.png') no-repeat center; border-radius:50px;}
.notice1050 .list_box.on {display:block;}
.notice1050 .list_box {display:none; height:220px; padding:50px 0 0; font-family:'NotoM'; font-size:15px; overflow:hidden;}
.notice1050 .list_box ul {height:220px; overflow:hidden;}
.notice1050 .list_box li {position:relative; float:left; width:288px; height:218px; margin-left:25px; background:#fff; border:1px solid #e2e2e2; font-family:'NotoR'; overflow:hidden;}
.notice1050 .list_box li:first-child{margin-left:0;}
.notice1050 .list_box li a {display:block; margin:30px 30px 25px;}
.notice1050 .list_box li a dt{display:block; margin:0 0 20px; color:#333; font-family:'NotoM'; font-size:17px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.notice1050 .list_box li a dd{display:block; height:66px; color:#555; font-family:'NotoR'; font-size:14px; line-height:22px; word-break:break-word; overflow:hidden;}
.notice1050 .list_box li a:hover {text-decoration:underline;}
.notice1050 .list_box li span.date {display:block; margin:0 0 0 30px; color:#777; font-size:14px;}
.notice1050 .btn_more {position:absolute; right:0; top:12px; width:16px; height:16px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/web/template/1050/main/1050_btn_more.png') no-repeat center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.notice1050 .btn_more:hover{transform:rotate(180deg);}
.notice1050 .tit_1 + .list_box li{height:150px;}

/* 행사일정 */
.drawSchedule1050 {position:relative; height:100%; overflow:hidden;}
.drawSchedule1050 h2 {width:85%; color:#333; font-size:18px; font-family:'NotoM'; line-height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.drawSchedule1050 .sch_list {height:300px;}
.drawSchedule1050 .sch_list ul {position:relative; height:220px; margin:10px 0 0; overflow:hidden;}
.drawSchedule1050 .sch_list li {position:relative; min-height:65px; margin:12px 0 0; padding:0 0 0 75px;}
.drawSchedule1050 .sch_list li:first-child{margin:0;}
.drawSchedule1050 .sch_list li p{position:absolute; left:0; top:0; width:64px; height:64px; background:#fff; color:#666; font-size:14px; font-family:'NotoR'; text-align:center; border:1px solid #e2e2e2; line-height:42px;}
.drawSchedule1050 .sch_list li p span{position:absolute; left:0; top:20px; display:block; width:100%; color:#000; font-size:16px; font-family:'NotoM'; text-align:center;}
.drawSchedule1050 .sch_list li a {display:block; height:40px; padding:12px 0 0; font-size:15px; font-family:'NotoR'; color:#444; line-height:20px; overflow:hidden;}
.drawSchedule1050 .sch_list li a:hover{text-decoration:underline;}
.drawSchedule1050 .btn_more{position:absolute; right:0; top:12px; width:16px; height:16px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/web/template/1050/main/1050_btn_more.png') no-repeat center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.drawSchedule1050 .btn_more:hover{transform:rotate(180deg);}
.drawSchedule1050 .sch_list li.no_Data { top:50%; margin-top:10px; font-size:15px; color:#000; line-height:20px; text-align:center; padding:0;}

/* 바로가기01 */
.M_link1050 {position:relative; height:100%; overflow:hidden;}
.M_link1050 ul {overflow:hidden; padding:5px 0 0;}
.M_link1050 ul li {float:left; width:12.5%; text-align:center;}
.M_link1050 ul li a {display:block; color:#333; font-family:"NotoM"; font-size:15px; line-height:18px;}
.M_link1050 ul li img {width:64px; height:64px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.M_link1050 ul li span{display:block; width:80%; height:36px; margin:5px auto 0; overflow:hidden;}
.M_link1050 ul li a:hover{text-decoration:underline;}
.M_link1050 ul li a:hover img{margin-top:5px;}


/* 포토갤러리 */
.gallery1050  {position:relative; height:100%;}
.gallery1050 h2 {width:85%; height:40px; color:#333; font-size:18px; font-family:'NotoM';  overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.gallery1050 .gall_list {height:290px; overflow:hidden;}
.gallery1050 .gall_list li {width:31.3%; height:290px; float:left; margin-left:3%; background:#fff; text-align:center;}
.gallery1050 .gall_list li:first-child {margin-left:0;}
.gallery1050 .gall_list li a {display:block;}
.gallery1050 .gall_list li a:hover{text-decoration:underline;}
.gallery1050 .gall_list li .img img {width:100%; height:200px;}
.gallery1050 .gall_list li span {display:block; width:90%; margin:0 auto; font-family:"NotoM"; font-size:16px; color:#333;}
.gallery1050 .gall_list li span.txt {margin-top:20px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden;}
.gallery1050 .gall_list li span.date {color:#777; font-size:14px;}
.gallery1050 .btn_more{position:absolute; right:0; top:5px; width:16px; height:16px; text-indent:-9999em; line-height:0; font-size:0; background:url('/images/web/template/1050/main/1050_btn_more.png') no-repeat center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease;}
.gallery1050 .btn_more:hover{transform:rotate(180deg);}

/* 팝업존 */
.pop1050 {position:relative; height:100%; overflow:hidden;}
.pop1050 h2 {width:45%; height:40px; color:#333; font-size:18px; font-family:'NotoM'; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.pop1050 .nss_pg {position:absolute; top:5px; right:25px; z-index:2;}
.pop1050 .nss_pg span {position:absolute; top:0; right:70px; width:45px; text-align:right; line-height:18px; height:18px; font-family:'돋움',Dotum; color:#000; font-size:12px; display:inline-block;}
.pop1050 .nss_pg span strong {color:#006945;}
.pop1050 .nss_pg a {display:block; float:left; font-size:0; text-indent:-10000em; width:10px; height:16px; margin-left:15px;}
.pop1050 .nss_pg a.pre {background:url('/images/web/template/1050/main/1050_btn_prev.png') no-repeat; }
.pop1050 .nss_pg a.stop {background:url('/images/web/template/1050/main/1050_btn_stop.png') no-repeat; }
.pop1050 .nss_pg a.next {background:url('/images/web/template/1050/main/1050_btn_next.png') no-repeat; }
.pop1050 .nss_pg a.play {background:url('/images/web/template/1050/main/1050_btn_play.png') no-repeat; }
.pop1050 .pop_img {position:relative; width:235px; margin:0 auto;}
.pop1050 .pop_img li { width:100%; height:155px; overflow:hidden;}
.pop1050 .pop_img li img {width:100%; height:135px;}
.pop1050 .pop_img li.on {display:block}
/* 팝업리스트 레이어 추가 */
.pop1050 a.list {position:absolute; top:5px; right:0; display:block; font-size:0; text-indent:-10000em; width:10px; height:16px; background:url('/images/web/template/1050/main/1050_btn_list.png') no-repeat;  z-index:2;}
.pop1050 .pop_layer_box {display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:#394b61; z-index:3;}
.pop1050 .pop_layer_box .pop_layer {position:relative; padding:20px;}
.pop1050 .pop_layer_box .pop_layer h3 {font-size:18px; color:#fff;}
.pop1050 .pop_layer_box .pop_layer ul {height:80px; margin-top:15px; padding:10px 15px 10px 25px; line-height:22px; overflow-y:auto; background:#576c85;}
.pop1050 .pop_layer_box .pop_layer ul li {font-family:'돋움',Dotum; font-size:12px; color:#fff; list-style-type:disc;}
.pop1050 .pop_layer_box .pop_layer ul li a {color:#fff; }
.pop1050 .pop_layer_box .pop_layer a.pop_close {display:block; position:absolute; right:20px; top:15px; padding:5px 10px; font-family:"NotoR"; color:#fff; background:#576c85; border-radius:5px;}


/* 오늘의식단 */
.meal_menu1050 {position:relative; height:100%; background:#f68220 url('/images/web/template/1050/main/bg_meal.png') repeat-x; overflow:hidden;}
.meal_menu1050 h2 {position:relative; width:45%; height:40px; padding:0 0 0 10px; color:#fff; font-size:18px; font-family:'NotoM'; line-height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
.meal_menu1050 .meal_info {display:none;}
.meal_menu1050 ul{position:relative; height:89px; overflow-y:auto;}
.meal_menu1050 dl {position:relative; padding:30px 55px 20px 10px;}
.meal_menu1050 dl dt.kcal {position:absolute; left:10px; top:5px; z-index:10; font-size:16px; font-family:"NotoM"; color:#fff799;}
.meal_menu1050 dl dd.meal_list {font-family:"NotoR"; font-size:13px; color:#fff; line-height:18px;}
.meal_menu1050 .imgBg {position:absolute; bottom:0; right:20px;}
.meal_menu1050 .imgBg img {width:45px; height:38px;}
.meal_menu1050 ul li.no_Data  {position:absolute; left:0; top:30%; width:100%; font-size:15px; font-family:"NotoM"; color:#fff; line-height:20px; text-align:center;}
.meal_menu1050 .btn_more{position:absolute; right:0; top:0; width:40px; height:40px; text-indent:-9999em; line-height:0; font-size:0; background:#f68220 url('/images/web/template/1050/main/1050_btn_more2.png') no-repeat center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.1s ease; -ms-transition:all 0.1s ease; transition:all 0.1s ease;}


/* 배너존 */
.banner_zone  {position:relative; width:100%; background:#fff; border-top:solid 1px #d1d8e4; overflow:hidden;  }
.banner_zone .inner{ position:relative; margin:0 auto; width:1200px;  height:74px; }
.banner_zone .inner h2  {position:absolute; top:27px; left:0; font-size:16px; font-family:"NotoM"; color:#1d1d1d;}
.banner_zone .inner .btn {position:absolute; left:70px; top:25px}
.banner_zone .inner .btn a { float:left; font-size:0; text-indent:-10000em; width:27px; height:28px; vertical-align:top}
.banner_zone .inner .btn a.pre {background:url('/images/web/template/1050/main/btn_b_prev.gif') no-repeat}
.banner_zone .inner .btn a.stop {background:url('/images/web/template/1050/main/btn_b_stop.gif') no-repeat}
.banner_zone .inner .btn a.next {background:url('/images/web/template/1050/main/btn_b_next.gif') no-repeat}
.banner_zone .inner .btn a.play {display:none; background:url('/images/web/template/1050/main/btn_b_play.gif') no-repeat}
.banner_zone .inner .btn a.list {background:url('/images/web/template/1050/main/btn_b_list.gif') no-repeat}
.banner_zone .inner ul {padding-top:14px; margin:0 20px 0 200px; height:48px; overflow:hidden}
.banner_zone .inner ul li {width:186px; float:left; margin:0 0 14px 10px;}
.banner_zone .inner ul li a {display:block; border:1px solid #c8d1db;}
.banner_zone .inner ul li a img {width:100%; height:46px}

  
@media (max-width:800px) {
	
	.main_visual, .dis_board1050, .drawSchedule1050, .notice1050, .gallery1050, .meal_menu1050, .M_link01050, .pop1050, .banner_zone {-webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease}
	.banner_zone, .dis_board1050 .dis_board_box {-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; box-sizing:border-box}

	/* 메인비주얼 */
	.main_visual {height:auto; background-size:cover;}
	.main_visual ul li img {width:100%;}
	.main_visual .bx-controls {width:100%; left:2%; bottom:10px; margin-left:0;}
	
	/*전광판*/
	.dis_board1050 {width:100%;}
	.dis_board1050 .dis_board_box {width:100%;}
	.dis_board1050 h2 {width:16%; margin:0 2%; font-size:17px;}
	.dis_board1050 .imgBg {display:none;}
	.dis_board1050 ul {width:80%;}
	.dis_board1050 ul li a {font-size:15px;}
	.dis_board1050 .nss_pg a{margin-left:18px;}

	/* 게시판 */
	.notice1050 h2 {width:25%;}
	.notice1050 h2.tit_1 {left:0;}
	.notice1050 h2.tit_2 {left:25%;}
	.notice1050 h2.tit_3 {left:50%;}
	.notice1050 h2 a.current {padding-left:15%;}
	.notice1050 .list_box li{width:32%; margin-left:2%; padding:30px 20px; box-sizing:border-box;}
	.notice1050 .list_box li a{margin:0 0 20px;}
	.notice1050 .list_box li span.date{margin:0;}

	/* 행사일정 */
	.drawSchedule1050 .sch_list{height:auto;}
	.drawSchedule1050 .sch_list ul{height:auto;}
	.drawSchedule1050 .sch_list li{float:left; width:31%; margin:0 0 0 2%; box-sizing:border-box;}
	.drawSchedule1050 .sch_list li p{box-sizing:border-box;}

	/* 바로가기 */
	.M_link1050 ul li {width:25%; height:125px;}

	/* 포토갤러리 */
	.gallery1050 .gall_list{height:285px;}
	.gallery1050 .gall_list li{height:auto; padding:0 0 20px;}

	/* 오늘의 식단 */
	.meal_menu1050 ul{height:135px; margin:5px 0 0;}

	/* 배너존 */
    .banner_zone .inner { width:100%;}
	.banner_zone .inner h2 { text-indent:-9999px;}
	.banner_zone .inner .btn{ left:20px;}
	.banner_zone .inner ul {margin-left:180px;}
	.banner_zone .inner ul li {width:23%; float:left; margin-left:2%;}]
	.banner_zone .inner ul li:first-child{ margin-left:0;}
	.banner_zone .inner ul li a {display:block; border:1px solid #c8d1db;}
	.banner_zone .inner ul li a img {width:100%; height:46px}

}


@media (max-width:680px) {	
	
	/* 전광판 */
	.dis_board1050 .dis_board_box {padding:10px 145px 10px 2%;}
	.dis_board1050 h2 {position:absolute; width:0; height:0; left:-9999999em; top:-9999999em; float:none;}
	.dis_board1050 ul {width:100%; float:none;}

	/* 게시판 */
	.notice1050 .list_box li{padding:30px 15px;}


	/* 배너존 */
	.banner_zone .inner ul {margin:0 20px 0 140px;}
	.banner_zone .inner ul li {width:31%; margin-left:2%;}
}

@media (max-width:580px) {

	/* 게시판 */
	.notice1050 h2 {width:30%;}
	.notice1050 h2.tit_1 {left:0;}
	.notice1050 h2.tit_2 {left:30%;}
	.notice1050 h2.tit_3 {left:60%;}
	.notice1050 h2 a.current {padding-left:20%;}
	.notice1050 h2 a.current::before{top:8px; width:25px; height:25px;}
	.notice1050 .list_box{height:auto;}
	.notice1050 .list_box ul{height:auto;}
	.notice1050 .list_box li{float:none; width:100%; height:auto; margin:0 0 15px; padding:20px;}
	.notice1050 .list_box li:last-child{margin:0;}
	.notice1050 .list_box li a{margin:0 0 5px;}
	.notice1050 .list_box li a dt{margin:0 0 5px;}
	.notice1050 .list_box li a dd{height:auto; overflow:hidden; white-space:nowrap; text-overflow:ellipsis;}
	
	.notice1050 .tit_1 + .list_box li {height: 90px;}
	.notice1050 .tit_1 + .list_box ul {margin-bottom: 65px}

	/* 행사일정 */
	.drawSchedule1050 .sch_list li{float:none; width:100%; margin:10px 0 0;}


	/* 포토갤러리 */
	.gallery1050 .gall_list li {width:48%; margin-left:4%;}
	.gallery1050 .gall_list li + li + li {display:none;}

	/* 배너존 */
	.banner_zone .inner ul {margin:0 20px 0 150px;}
	.banner_zone .inner ul li {width:31%; margin-left:2%;}
	
}

@media (max-width:480px) {
	
	/* 게시판 */
   .notice1050 h2 { font-size:14px;}
   .notice1050 h2 a.current { padding-left:2%;}
	/* 바로가기01 */
	.M_link1050 ul li {width:50%;}

	/* 포토갤러리 */
	.gallery1050 .gall_list li {width:100%; margin-left:0;}

	/* 배너존 */
	.banner_zone .inner ul li {width:49%; margin-left:1%;}

}

@media (max-width:380px) {

	/* 게시판 */
	.notice1050 h2 a.current {padding-left:30%;}


	/* 배너존 */
	.banner_zone .inner h2  {display:inline-block; position:relative; top:30px; float:left; font-size:15px; font-family:"NotoM"; color:#1d1d1d; padding-right:1%;}
    .banner_zone .inner .btn a.stop{display:none;}
	.banner_zone .inner .btn a.play{display:block;}
	.banner_zone .inner .btn a.list{display:none;}
	.banner_zone .inner .btn a.next{border-right:1px solid #c9d2db;}
    .banner_zone .inner ul li {width:100%;  margin-left:0%;}
			
}