
/* 알림장 */
.ann_tablet{ display:none; z-index:1; margin-top:20px; }

/* 메인비주얼 */
.main_visual { position:relative; width:100%; height:100%; overflow:hidden; }
.main_visual .bx-wrapper { height:100%; }
.main_visual .bx-viewport { height:100% !important; }
.main_visual ul { position:relative; height:100%; }
.main_visual ul li { overflow:hidden; position:relative; height:100%; text-align:center; }
.main_visual ul li img { position:relative; left:50%; -webkit-transform:translateX(-50%); -ms-transform:translateX(-50%); transform:translateX(-50%); width:auto; height:100%; }
.main_visual .bx-controls { position:absolute; width:980px; height:26px; left:50%; bottom:90px; margin-left:-490px; }
.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 { overflow:hidden; width:26px; height:26px; color:transparent; }
.main_visual .bx-controls-auto .bx-controls-auto-item a.bx-start { display:none; background:url('/00_common/images/con_com/btn_play.png') no-repeat center center; }
.main_visual .bx-controls-auto .bx-controls-auto-item a.bx-stop { display:block; background:url('/00_common/images/con_com/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; overflow:hidden; width:16px; height:16px; border:1px solid #068997; box-sizing:border-box; border-radius:9px; color:transparent; } /* 비주얼 버튼 색상 */
.main_visual .bx-pager.bx-default-pager .bx-pager-item a.active { background-color:#068997; }/* 비주얼 버튼 색상 */

/* 게시판 */
.notice08 { overflow:hidden; position:relative; height:100%; background:#fff; border-radius:20px 0 0 0; padding:30px 20px; box-sizing:border-box; }
.notice08 h2 { float:left; overflow:hidden; white-space:nowrap; position:relative; max-width:30%; }
.notice08 h2 a { display:block; overflow:hidden; padding:0 10px; color:#999; line-height:40px; text-align:center; font-size:18px; font-family:'NotoM'; -webkit-transition:all 0.3s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.3s ease; }
.notice08 h2 a:hover { color:#0d0d0d; }
.notice08 h2 a.current { color:#0d0d0d; background:#c3c3fe; border-radius:10px; z-index:2; }
.notice08 .list_box.on { display:block; }
.notice08 .list_box { display:none; position:absolute; top:70px; left:0; right:0; height:auto; font-family:'NotoM'; font-size:15px; padding:0 20px; }
.notice08 .list_box .top_link { display:block; position:relative; }
.notice08 .list_box .top_link span { position:absolute; left:0; top:20px; display:block; width:60px; height:60px; border-radius:10px; background:#e4e9ed; text-align:center; }
.notice08 .list_box .top_link span img { margin-top:10px; }
.notice08 .list_box dl { padding:25px 0 25px 70px; margin-bottom:10px; border-bottom:1px dotted #c7c7c7; }
.notice08 .list_box dl dt{ position:relative; font-size:17px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.notice08 .list_box .top_link:hover dt,
.notice08 .list_box .top_link:focus dt { text-decoration:underline; }
.notice08 .list_box dl dd{ font-size:15px; color:#555; margin-top:5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; font-family:'NotoR'; padding-right:80px; }
.notice08 .list_box dl .date { position:absolute; bottom:20px; right:0; padding-right:0; color:#777; }
.notice08 .list_box li{ position:relative; line-height:30px; }
.notice08 .list_box li a { display:block; margin-right:90px; padding-left:10px; color:#555; font-family:'NotoR'; font-size:14px; letter-spacing:-0.5px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.notice08 .list_box li a::before{ content:""; position:absolute; left:0; top:15px; width:3px; height:3px; background:#9595f4; }
.notice08 .list_box li a:hover { text-decoration:underline; color:#333; }
.notice08 .list_box li .date { position:absolute; right:0; top:0; color:#777; font-size:13px; font-family:'NotoR'; }
.notice08 .list_box dl .new, .notice08 .list_box li.new a { padding-left:35px; }
.notice08 .list_box dl .new::after, .notice08 .list_box li.new a::after{ position:absolute; top:50%; margin-top:-10px; left:10px; width:20px; height:20px; border-radius:50%; background:#5a5ad2; color:#fff; font-family:'NotoM'; font-size:13px; line-height:20px; text-align:center; content:"N"; }
.notice08 .list_box dl .new { padding-left:25px; }
.notice08 .list_box dl .new::after { left:0; }
.notice08 .btn_more { display:block; overflow:hidden; position:absolute; right:20px; top:-35px; width:30px; height:30px; color:transparent; background:#ccc url('/tempSample/20008/images/main/08_btn_more1.png') no-repeat center; border-radius:10px; -webkit-transition:all 0.3s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.3s ease; }
.notice08 .btn_more:hover{ background-color:#0c6f7a; }

/* 행사일정 */
.drawSchedule08 { position:relative; height:100%; padding:20px; background:#068997; border-radius:0 20px 0 0; padding:30px 20px 20px; box-sizing:border-box; }
.drawSchedule08 h2{ font-size:18px; overflow:hidden; line-height:40px; color:#fff; margin-right:40px; font-family:'NotoM'; white-space:nowrap; }
.drawSchedule08 .date_view { position:relative; width:200px; margin:5px auto; text-align:center; color:#fff; line-height:26px; font-size:16px; }
.drawSchedule08 .date_view .month { color:#fff; background:#0c6f7a; padding:0 5px; font-family:"NotoB"; font-size:18px; }
.drawSchedule08 .date_view a{ display:block; overflow:hidden; position:absolute; top:4px; width:20px; height:20px; background-repeat:no-repeat; background-position:center; color:transparent; }
.drawSchedule08 .date_view .pre { left:0; background-image:url(/tempSample/20008/images/main/08_sche_pre.png); }
.drawSchedule08 .date_view .next { right:0; background-image:url(/tempSample/20008/images/main/08_sche_next.png); }
.drawSchedule08 .sch_list { margin-top:10px; background:#fff; border-radius:10px; padding:10px; box-sizing:border-box; }
.drawSchedule08 .sch_list ul { overflow-y:auto; position:relative; height:140px; padding:10px 10px; box-sizing:border-box; }
.drawSchedule08 .sch_list li a { display:block; font-size:15px; color:#444; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-family:'NotoM'; }
.drawSchedule08 .sch_list li a span {display:inline-block;width: 60px;padding-left:16px;background:url('/tempSample/20008/images/main/08_dot_sche.png') no-repeat left center;color:#068997;font-size:15px;font-family:"NotoB";line-height:1.7;}
.drawSchedule08 .sch_list li a:hover{ text-decoration:underline; }
.drawSchedule08 .sch_list li.no_Data { padding:0; text-align:center; line-height:100px; color:#333; }
.drawSchedule08 .btn_more { display:block; overflow:hidden; position:absolute; right:20px; top:35px; width:30px; height:30px; color:transparent; border-radius:10px; background:#fff url('/tempSample/20008/images/main/08_btn_more2.png') no-repeat center; -webkit-transition:all 0.3s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.3s ease; }
.drawSchedule08 .btn_more:hover,
.drawSchedule08 .btn_more:focus{ background:#0c6f7a url('/tempSample/20008/images/main/08_btn_more1.png') no-repeat center;}

/* 바로가기01 */
.M_link08 { position:relative; height:100%; overflow:hidden; box-sizing:border-box; }
.M_link08 ul li { position:relative; display:block; height:60px; background:#fff; border-radius:10px; width:32%; margin-bottom:15px; margin-left:2%; float:left; }
.M_link08 ul li:nth-child(1), .M_link08 ul li:nth-child(4) { margin-left:0; }
.M_link08 ul li a { display:table; width:100%; height:60px; padding:0 10px; box-sizing:border-box; }
.M_link08 ul li a .img { position:absolute; top:10px; left:15px; width:40px; height:40px; }
.M_link08 ul li a .img img { width:100%; height:100%; }
.M_link08 ul li a:hover .img img { transform:rotateY(180deg); }
.M_link08 ul li a .txt { display:table-cell; vertical-align:middle; font-family:'NotoM'; font-size:15px; color:#333; line-height:19px; padding-left:50px; overflow:hidden; }
.M_link08 ul li a:hover .txt { text-decoration:underline; }
.M_link08 ul li a:hover, .M_link08 ul li a:focus { text-decoration:underline; }
.M_link08 ul li a .img, .M_link08 ul li a .img img { transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease; }

/* 포토갤러리 */
.gallery08 { overflow:hidden; position:relative; height:100%; background:#588ecd; border-radius:0 0 0 20px; padding:30px 20px 10px; box-sizing:border-box;  }
.gallery08 .tit_wrap{ float:left; position:relative; width:120px; height:100%; box-sizing:border-box; color:#fff;  }
.gallery08 .tit_wrap h2 { position:relative; font-size:18px; font-family:'NotoM'; margin-right:10px; margin-bottom:10px; line-height:1.2; z-index:1; white-space:nowrap; overflow:hidden; }
.gallery08 .tit_wrap p{ position:relative; height:54px; overflow:hidden; font-size:15px; line-height:1.2; word-break:keep-all; }
.gallery08 .tit_wrap .imgBg{ position:absolute; right:10px; bottom:30px; width:55px; height:46px; }
.gallery08 .tit_wrap .imgBg img{ width:100%; height:100%; }
.gallery08 .inner { position:relative; z-index:1; width:calc(100% - 120px); height:100%; overflow:hidden; box-sizing:border-box; }
.gallery08 .inner:before,
.gallery08 .inner:after { content:""; display:block; position:absolute; z-index:-1; background-repeat:no-repeat; }
.gallery08 .gall_list { overflow:hidden; height:182px; }
.gallery08 .gall_list li { width:48%; float:left; text-align:center; }
.gallery08 .gall_list li + li { margin-left:4%; }
.gallery08 .gall_list li a { display:block; color:#fff; }
.gallery08 .gall_list li a:hover{ text-decoration:underline; }
.gallery08 .gall_list li p { overflow:hidden; background:#eee; text-align:center; }
.gallery08 .gall_list li a p img{ width:100%; max-width:220px; height:155px; transition:all .3s ease; -webkit-transition:all .3s ease; -ms-transition:all .3s ease; -moz-transition:all .3s ease; }
.gallery08 .gall_list li a:hover p img{ transform:scale(1.1); -moz-transform:scale(1.1); -ms-transform:scale(1.1); -webkit-transform:scale(1.1); }
.gallery08 .gall_list li span { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top:5px; font-family:"NotoR"; font-size:15px; }
.gallery08 .btn_more { display:block; overflow:hidden; position:absolute; left:0; top:95px; width:35px; height:35px; color:transparent; background:rgba(255, 255, 255, 0.8) url('/tempSample/20008/images/main/08_btn_more3.png') no-repeat center; border-radius:50%; -webkit-transition:all 0.3s ease; -moz-transition:all 0.2s ease; -ms-transition:all 0.2s ease; transition:all 0.3s ease; }
.gallery08 .btn_more:hover,
.gallery08 .btn_more:focus{ background-color:#fff; transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); }

/* 우리반 홈페이지 */
.class08 { position:relative; width:100%; height:100%; background:#8c8cf8; border-radius:0 0 0 20px; }
.class08 .imgBg { position:absolute; top:30px; left:15px; }
.class08 .imgBg img { width:54px; height:28px; }
.class08 h2 { overflow:hidden; white-space:nowrap; position:absolute; top:0; left:70px; line-height:86px; width:130px; font-family:'NotoM'; font-size:18px; text-align:center; color:#fff; }
.class08 .class_box { overflow:hidden; position:relative; margin:0 110px 0 200px; padding:25px 0; }
.class08 .class_box span { position:relative; display:block; width:90%; float:left; margin:0 2% 0 0; background:#fff url(/tempSample/20008/images/main/08_btn_c_more.png) no-repeat 100% center; overflow:hidden; }
.class08 .class_box select { display:block; width:114%; height:40px; font-size:15px; color:#363636; padding-left:10px; line-height:40px; border:none; box-sizing:border-box; -webkit-appearance:none; -moz-appearance:none; appearance:none; background:none; }
.class08 .class_box select::-ms-expand { display:none; }
.class08 button { position:absolute; right:20px; top:25px; width:90px; height:40px; font-size:14px; color:#fff; background:#5a5ad2; cursor:pointer; }
.class08 button:hover { background:#4343b7; }
.class08 h2, .class08 .class_box, .class08 button, .class08 button span:before { transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease; }
/* 기능 바로가기 */
.classlink08 ul{ display:table; width:100%; table-layout:fixed; border-collapse:collapse; }
.classlink08 ul li{ display:table-cell; height:50px; padding:0 10px; line-height:50px; border:1px solid #333; vertical-align:top; box-sizing:border-box; }
.classlink08 ul li a{ display:block; overflow:hidden; white-space:nowrap; height:100%; font-size:15px; color:#333; text-align:center; }
.classlink08 ul li a:hover{ text-decoration:underline; }

/* 알림판 */
.pop08 { position:relative; height:100%; overflow:hidden; background:#ea8ac5;padding:20px; box-sizing:border-box; }
.pop08 h2 { margin-right:145px; margin-bottom:8px; font-size:18px; font-family:"NotoM"; color:#fff; white-space:nowrap; overflow:hidden; z-index:2; }
.pop08 .nss_pg { position:absolute; top:20px; right:46px; z-index:2; }
.pop08 .nss_pg span { position:absolute; top:4px; right:80px; width:45px; text-align:right; line-height:20px; height:20px; color:#fff; font-size:14px; display:inline-block; }
.pop08 .nss_pg span strong { color:#ffe05d; font-weight:'NotoB' }
.pop08 .nss_pg a { display:block; overflow:hidden; float:left; width:24px; height:24px; margin-left:-1px; border:1px solid #fff; border-right:none; color:transparent; }
.pop08 .nss_pg a.pre { background:url('/tempSample/20008/images/main/08_pop_btn_prev.png') no-repeat center; }
.pop08 .nss_pg a.stop { background:url('/tempSample/20008/images/main/08_pop_btn_stop.png') no-repeat center; }
.pop08 .nss_pg a.next { background:url('/tempSample/20008/images/main/08_pop_btn_next.png') no-repeat center; }
.pop08 .nss_pg a.play { background:url('/tempSample/20008/images/main/08_pop_btn_play.png') no-repeat center; }
.pop08 .pop_img { overflow:hidden; position:relative; background:#eee; max-width:350px; margin:0 auto; overflow: hidden; }
.pop08 .pop_img2 li { display:none; overflow:hidden; max-width:350px; height:210px; margin:0 auto; }
.pop08 .pop_img2 li a { display:block; height:100%; }
.pop08 .pop_img2 li img { width:100%; height:100%; }
.pop08 .pop_img2 li.on { display:block}
/* 팝업리스트 레이어 추가 */
.pop08 .list { display:block; overflow:hidden; position:absolute; top:20px; right:20px; z-index:2; width:24px; height:24px; background:url('/tempSample/20008/images/main/08_pop_btn_list.png') no-repeat center; border:1px solid #fff; color:transparent; }
.pop08 .pop_layer_box { display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:#394b61; z-index:3; }
.pop08 .pop_layer_box .pop_layer { position:relative; padding:20px; }
.pop08 .pop_layer_box .pop_layer h3 { font-size:18px; color:#fff; }
.pop08 .pop_layer_box .pop_layer ul { height:198px; margin-top:15px; padding:10px 15px 10px 25px; line-height:22px; overflow-y:auto; background:#576c85; box-sizing:border-box; }
.pop08 .pop_layer_box .pop_layer ul li { font-family:'돋움',Dotum; font-size:12px; color:#fff; list-style-type:disc; }
.pop08 .pop_layer_box .pop_layer ul li a { color:#fff; }
.pop08 .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_menu08 { position:relative; z-index:1; height:100%; padding:30px 20px; background:#fff; border-radius:0 0 20px 0; box-sizing:border-box; }
.meal_menu08 .meal_info { display:none; }
.meal_menu08 .tit_wrap { margin-bottom:15px; padding-bottom:13px; background:url('/tempSample/20008/images/main/08_line_meal.png') repeat-x bottom;  }
.meal_menu08 h2 { overflow:hidden; white-space:nowrap; margin-right:50px; color:#5f5fc8; font-size:19px; font-family:"NotoM"; }
.meal_menu08 ul { overflow-y:auto; height:110px; margin-right:160px; padding-right:10px; box-sizing:border-box; }
.meal_menu08 .no_Data { color:#333; font-size:15px; text-align:center; line-height:80px; }
.meal_menu08 dt { display:inline-block; height:35px; margin-bottom:10px; padding:0 16px; background:url('/tempSample/20008/images/main/08_ptrn_meal.png'); border-radius:30px; color:#fff; font-size:16px; line-height:35px; text-align:center; }
.meal_menu08 dd { margin-bottom:20px; color:#585858; font-size:14px; }
.meal_menu08 .imgBg { position:absolute; bottom:0; left:0; width:100%; text-align:center; z-index:-1; }
.meal_menu08 img { width:100%; height:auto; }
.meal_menu08 .btn_more { display:inline-block; overflow:hidden; position:absolute; top:30px; right:20px; width:30px; height:30px; border-radius:50%; background:#8c8cf8 url('/tempSample/20008/images/main/08_btn_more1.png') no-repeat center; color:transparent; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -ms-transition:all 0.3s ease; transition:all 0.3s ease; }
.meal_menu08 .btn_more:hover,
.meal_menu08 .btn_more:focus { background-color:#a0a0ff; -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); transform:rotate(180deg); }

/* 배너존*/
.banner_zone { position:relative; width:100%; background:#fff; border-top:1px solid #dfdfdf; }
.banner_zone .inner { position:relative; width:980px; height:80px; margin:0 auto; overflow:hidden; }
.banner_zone .inner h2  { font-size:15px; font-family:"NotoM"; color:#1d1d1d; position:absolute; top:15px; left:0; display:none;}
.banner_zone .inner .btn { position:absolute; left:0; 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 {width:28px; background:url(/tempSample/20008/images/main/btn_b_prev.gif) no-repeat}
.banner_zone .inner .btn a.stop {background:url(/tempSample/20008/images/main/btn_b_stop.gif) no-repeat}
.banner_zone .inner .btn a.next {background:url(/tempSample/20008/images/main/btn_b_next.gif) no-repeat}
.banner_zone .inner .btn a.play {background:url(/tempSample/20008/images/main/btn_b_play.gif) no-repeat}
.banner_zone .inner .btn a.list {background:url(/tempSample/20008/images/main/btn_b_list.gif) no-repeat}
.banner_zone .inner ul {padding-top:15px;margin-left:115px;height: 65px;overflow:hidden}
.banner_zone .inner ul li { width:163px; float:left; margin-left:10px; }
.banner_zone .inner ul li a { display:block; border:1px solid #c8d1db; }
.banner_zone .inner ul li a img { width:100%; height:48px}


@media (max-width:1080px) {

	.main_visual, .drawSchedule002, .notice002, .gallery002, .meal_menu002, .M_link0002, .M_link0002_2, .pop002, .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}

	/* 메인비주얼 */
	.main_visual ul li img { max-width:100%; height:auto; }
	.main_visual .bx-controls { width:100%; left:2.5%; bottom:20px; margin-left:0; }

	/*바로가기*/
	.M_link08 ul li { width:48%; margin-left:0; }
	.M_link08 ul li:nth-child(even) { float:right; }

	/*오늘의 식단*/
	.meal_menu08 ul { margin-right:0; }
	.meal_menu08 .imgBg { display:none; }

	/*학급홈페이지*/
	.class08 { border-radius:20px; }

	/* 배너존 */
	.banner_zone .inner { width:95%; }
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
	.banner_zone ul li a img { width:100%}


}

@media (max-width:960px) {

	/* 배너존 */
	.banner_zone .btn{ left:30px; }
	.banner_zone ul{ margin-left:110px; }
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
	.banner_zone ul li a img{ width:100%; height:45px; }

}

@media (max-width:880px) {

	/* 게시판 */
	.notice08 { border-radius:20px 20px 0 0;}

	/*일정*/
	.drawSchedule08 { border-radius:0; }

	/*포토갤러리*/
	.gallery08 .gall_list li { width:100%; }

	/* 배너존 */
	.banner_zone { width:100%; position:relative; }

}

@media (max-width:800px) {


	/* 배너존 */
	.banner_zone{ height:70px; }
	.banner_zone .inner { height:70px; }
	.banner_zone ul{ margin-left:121px; }
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}
	.banner_zone ul li a img{ width:155px; height:40px}

}


@media (max-width:700px) {

	/* 게시판 */
	.notice08 h2 a { font-size:17px; }

	/*오늘의 식단*/
	.meal_menu08 { border-radius:0; }

	/*포토갤러리*/
	.gallery08 { border-radius:0; }

	/*알림판*/
	.pop08 { border-radius:0 0 20px 20px;}

}

@media (max-width:580px) {

	/*학급홈페이지 */
	.class08 .class_box { margin:0 20px; padding:80px 0 60px; }
	.class08 .class_box span { width:100%; margin:0 0 10px 0; }
	.class08 button { top:auto; bottom:20px; width:calc(100% - 40px);  }

	/* 배너존 */
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}

}

@media (max-width:480px) {

	/* 게시판 */
	.notice08 h2 a { font-size:16px; }

	/* 배너존 */
	.banner_zone .inner ul li {width:163px; float:left; margin-left:10px;}

}

@media (max-width:380px) {

	/* 게시판 */
	.notice08 h2 a { font-size:15px; }
	.notice08 .list_box dl dt { font-size:16px; }
	.notice08 .btn_more { width:25px; height:25px; }

	/* 배너존 */
	.banner_zone .inner ul li { width:163px; float:left; margin-left:10px; }

}

