﻿@charset "utf-8"; 
/* 알림장 */
.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('/images/sch/00_common/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('/images/sch/00_common/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 #1e665b; box-sizing:border-box; border-radius:9px; color:transparent; } /* 비주얼 버튼 색상 */
.main_visual .bx-pager.bx-default-pager .bx-pager-item a.active { background-color:#1e665b; }/* 비주얼 버튼 색상 */

/* 게시판 */
.notice113 { overflow:hidden; position:relative; height:100%; background:#fff; border-radius:20px 0 0 0; padding:30px 20px; box-sizing:border-box; }
.notice113 h2 { float:left; overflow:hidden; white-space:nowrap; position:relative; max-width:30%; }
.notice113 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; }
.notice113 h2 a:hover { color:#0d0d0d; }
.notice113 h2 a.current { color:#0d0d0d; background:#f8ce28; border-radius:10px; z-index:2; }
.notice113 .list_box.on { display:block; }
.notice113 .list_box { display:none; position:absolute; top:70px; left:0; right:0; height:auto; font-family:'NotoM'; font-size:15px; padding:0 20px; }
.notice113 .list_box .top_link { display:block; position:relative; }
.notice113 .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; }
.notice113 .list_box .top_link span img { margin-top:10px; }
.notice113 .list_box dl { padding:25px 0 25px 70px; margin-bottom:10px; border-bottom:1px dotted #c7c7c7; }
.notice113 .list_box dl dt{ position:relative; font-size:17px; color:#333; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.notice113 .list_box .top_link:hover dt,
.notice113 .list_box .top_link:focus dt { text-decoration:underline; }
.notice113 .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; }
.notice113 .list_box dl .date { position:absolute; bottom:20px; right:0; padding-right:0; color:#777; }
.notice113 .list_box li{ position:relative; line-height:30px; }
.notice113 .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; }
.notice113 .list_box li a::before{ content:""; position:absolute; left:0; top:15px; width:3px; height:3px; background:#9595f4; }
.notice113 .list_box li a:hover { text-decoration:underline; color:#333; }
.notice113 .list_box li .date { position:absolute; right:0; top:0; color:#777; font-size:13px; font-family:'NotoR'; }
.notice113 .list_box dl .new, .notice113 .list_box li.new a { padding-left:35px; }
.notice113 .list_box dl .new::after, .notice113 .list_box li.new a::after{ position:absolute; top:50%; margin-top:-10px; left:10px; width:20px; height:20px; border-radius:50%; background:#01b3c1; color:#fff; font-family:'NotoM'; font-size:13px; line-height:20px; text-align:center; content:"N"; }
.notice113 .list_box dl .new { padding-left:25px; }
.notice113 .list_box dl .new::after { left:0; }
.notice113 .btn_more { display:block; overflow:hidden; position:absolute; right:20px; top:-35px; width:30px; height:30px; color:transparent; background:#ccc url('/images/sch/web/wangseong-p/main/113_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; }
.notice113 .btn_more:hover{ background-color:#149f66; }

/* 행사일정 */
.drawSchedule113 { position:relative; height:100%; padding:20px; background:#f8ce28; border-radius:0 20px 0 0; padding:30px 20px 20px; box-sizing:border-box; } 
.drawSchedule113 h2{ font-size:18px; overflow:hidden; line-height:40px; color:#333; margin-right:40px; font-family:'NotoM'; white-space:nowrap; }
.drawSchedule113 .date_view { position:relative; width:200px; margin:5px auto; text-align:center; color:#333; line-height:26px; font-size:16px; }
.drawSchedule113 .date_view .month { color:#fff; background:#00844e; padding:0 5px; font-family:"NotoB"; font-size:18px; }
.drawSchedule113 .date_view a{ display:block; overflow:hidden; position:absolute; top:4px; width:20px; height:20px; background-repeat:no-repeat; background-position:center; color:transparent; }
.drawSchedule113 .date_view .pre { left:0; background-image:url(/images/sch/web/wangseong-p/main/113_sche_pre.png); }
.drawSchedule113 .date_view .next { right:0; background-image:url(/images/sch/web/wangseong-p/main/113_sche_next.png); }
.drawSchedule113 .sch_list { margin-top:10px; background:#fff; border-radius:10px; padding:10px; box-sizing:border-box; }
.drawSchedule113 .sch_list ul { overflow-y:auto; position:relative; height:140px; padding:12px 15px; box-sizing:border-box; }
.drawSchedule113 .sch_list li a { display:block; font-size:15px; color:#444; white-space:nowrap; text-overflow:ellipsis; overflow:hidden; font-family:'NotoM'; }
.drawSchedule113 .sch_list li a span { display:inline-block; width:50px; padding-left:16px; background:url('/images/sch/web/wangseong-p/main/113_dot_sche.png') no-repeat left center; color:#009f5e; font-size:15px; font-family:"NotoB"; line-height:2; }
.drawSchedule113 .sch_list li a:hover{ text-decoration:underline; }
.drawSchedule113 .sch_list li.no_Data { padding:0; text-align:center; line-height:100px; color:#333; }
.drawSchedule113 .btn_more { display:block; overflow:hidden; position:absolute; right:20px; top:35px; width:30px; height:30px; color:transparent; border-radius:10px; background:#fff url('/images/sch/web/wangseong-p/main/113_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; }
.drawSchedule113 .btn_more:hover,
.drawSchedule113 .btn_more:focus{ background:#149f66 url('/images/sch/web/wangseong-p/main/113_btn_more1.png') no-repeat center;}

/* 바로가기01 */
.M_link113 { position:relative; height:100%; overflow:hidden; box-sizing:border-box; }
.M_link113 ul li { position:relative; display:block; height:60px; background:#fff; border-radius:10px; width:32%; margin-bottom:15px; margin-left:2%; float:left; }
.M_link113 ul li:nth-child(1), .M_link113 ul li:nth-child(4) { margin-left:0; }
.M_link113 ul li a { display:table; width:100%; height:60px; padding:0 10px; box-sizing:border-box; }
.M_link113 ul li a .img { position:absolute; top:10px; left:15px; width:40px; height:40px; }
.M_link113 ul li a .img img { width:100%; height:100%; }
.M_link113 ul li a:hover .img img { transform:rotateY(180deg); }
.M_link113 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_link113 ul li a:hover .txt { text-decoration:underline; }
.M_link113 ul li a:hover, .M_link113 ul li a:focus { text-decoration:underline; }
.M_link113 ul li a .img, .M_link113 ul li a .img img { transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease; }

/* 포토갤러리 */
.gallery113 { overflow:hidden; position:relative; height:100%; background:#ffab00; border-radius:0 0 0 20px; padding:30px 20px 10px; box-sizing:border-box;  }
.gallery113 .tit_wrap{ float:left; position:relative; width:120px; height:100%; box-sizing:border-box; color:#fff;  }
.gallery113 .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; }
.gallery113 .tit_wrap p{ position:relative; height:54px; overflow:hidden; font-size:15px; line-height:1.2; word-break:keep-all; }
.gallery113 .tit_wrap .imgBg{ position:absolute; right:10px; bottom:30px; width:55px; height:46px; }
.gallery113 .tit_wrap .imgBg img{ width:100%; height:100%; }
.gallery113 .inner { position:relative; z-index:1; width:calc(100% - 120px); height:100%; overflow:hidden; box-sizing:border-box; }
.gallery113 .inner:before,
.gallery113 .inner:after { content:""; display:block; position:absolute; z-index:-1; background-repeat:no-repeat; }
.gallery113 .gall_list { overflow:hidden; height:182px; }
.gallery113 .gall_list li { width:48%; float:left; text-align:center; }
.gallery113 .gall_list li + li { margin-left:4%; }
.gallery113 .gall_list li a { display:block; color:#fff; }
.gallery113 .gall_list li a:hover{ text-decoration:underline; }
.gallery113 .gall_list li p { overflow:hidden; background:#eee; text-align:center; }
.gallery113 .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; }
.gallery113 .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); }
.gallery113 .gall_list li span { display:block; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; margin-top:5px; font-family:"NotoR"; font-size:15px; }
.gallery113 .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('/images/sch/web/wangseong-p/main/113_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; }
.gallery113 .btn_more:hover,
.gallery113 .btn_more:focus{ background-color:#fff; transform:rotate(180deg); -webkit-transform:rotate(180deg); -ms-transform:rotate(180deg); }

/* 우리반 홈페이지 */
.class113 { position:relative; width:100%; height:100%; background:#f8ce28; border-radius:0 0 0 20px; }
.class113 .imgBg { position:absolute; top:30px; left:15px; }
.class113 .imgBg img { width:54px; height:28px; }
.class113 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:#333; }
.class113 .class_box { overflow:hidden; position:relative; margin:0 110px 0 200px; padding:25px 0; }
.class113 .class_box span { position:relative; display:block; width:48%; float:left; margin:0 2% 0 0; background:#fff url(/images/sch/web/wangseong-p/main/113_btn_c_more.png) no-repeat 100% center; overflow:hidden; }
.class113 .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; }
.class113 .class_box select::-ms-expand { display:none; }
.class113 button { position:absolute; right:20px; top:25px; width:90px; height:40px; font-size:16px; color:#fff; background:#149f66; cursor:pointer; }
.class113 button:hover { background:#007847; }
.class113 h2, .class113 .class_box, .class113 button, .class113 button span:before { transition:all .3s ease; -ms-transition:all .3s ease; -webkit-transition:all .3s ease; }
/* 기능 바로가기 */
.classlink113 { position:relative; width:100%; height:100%; background:#ffab00;  }
/* .classlink113 ul{ display:table; width:100%; table-layout:fixed; border-collapse:collapse; } */
/* .classlink113 ul li{ display:table-cell; height:50px; padding:0 10px; line-height:50px; border:1px solid #333; vertical-align:top; box-sizing:border-box; } */
/* .classlink113 ul li a{ display:block; overflow:hidden; white-space:nowrap; height:100%; font-size:15px; color:#333; text-align:center; } */
/* .classlink113 ul li a:hover{ text-decoration:underline; } */
 
/* .classlink113{position:relative;width: 660px;height:40px;margin: 7px;box-sizing:border-box;-webkit-box-sizing:border-box;-ms-box-sizing:border-box;-moz-box-sizing:border-box;overflow:hidden;} */
.classlink113 ul{position:relative; overflow:hidden;width:100%; padding: 5px 0px 5px 25px;}
.classlink113 ul li{float:left; width:45%; height:30px; line-height:33px; border:1px solid #fff; box-sizing:border-box; margin:0.5%;}
.classlink113 ul li a{display:block; height:30px; padding:0 10px; font-size:15px; color:#fff; text-align:center; overflow:hidden;}
.classlink113 ul li a:hover{text-decoration:underline;}
 
/* 알림판 */
.pop113 { position:relative; height:100%; overflow:hidden; background:#009f5e;padding:20px; box-sizing:border-box; }
.pop113 h2 { margin-right:145px; margin-bottom:8px; font-size:18px; font-family:"NotoM"; color:#fff; white-space:nowrap; overflow:hidden; z-index:2; }
.pop113 .nss_pg { position:absolute; top:20px; right:46px; z-index:2; }
.pop113 .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; }
.pop113 .nss_pg span strong { color:#ffe05d; font-weight:'NotoB' }
.pop113 .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; }
.pop113 .nss_pg a.pre { background:url('/images/sch/web/wangseong-p/main/113_pop_btn_prev.png') no-repeat center; }
.pop113 .nss_pg a.stop { background:url('/images/sch/web/wangseong-p/main/113_pop_btn_stop.png') no-repeat center; }
.pop113 .nss_pg a.next { background:url('/images/sch/web/wangseong-p/main/113_pop_btn_next.png') no-repeat center; }
.pop113 .nss_pg a.play { background:url('/images/sch/web/wangseong-p/main/113_pop_btn_play.png') no-repeat center; }
.pop113 .pop_img { overflow:hidden; position:relative; background:#eee; max-width:350px; margin:0 auto; overflow: hidden; }
.pop113 .pop_img li {  overflow:hidden; max-width:350px; height:225px; margin:0 auto; }
.pop113 .pop_img li a { display:block; height:100%;  }
.pop113 .pop_img li img { max-width:100%; height:100%;  width: 100%;}
.pop113 .pop_img li.on { display:block}
/* 팝업리스트 레이어 추가 */
.pop113 .list { display:block; overflow:hidden; position:absolute; top:20px; right:20px; z-index:2; width:24px; height:24px; background:url('/images/sch/web/wangseong-p/main/113_pop_btn_list.png') no-repeat center; border:1px solid #fff; color:transparent; }
.pop113 .pop_layer_box { display:none; position:absolute; left:0; top:0; width:100%; height:100%; background:#394b61; z-index:3; }
.pop113 .pop_layer_box .pop_layer { position:relative; padding:20px; }
.pop113 .pop_layer_box .pop_layer h3 { font-size:18px; color:#fff; }
.pop113 .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; }
.pop113 .pop_layer_box .pop_layer ul li { font-family:'돋움',Dotum; font-size:12px; color:#fff; list-style-type:disc; }
.pop113 .pop_layer_box .pop_layer ul li a { color:#fff; }
.pop113 .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_menu113 { position:relative; z-index:1; height:100%; padding:30px 20px; background:#fff; border-radius:0 0 20px 0; box-sizing:border-box; }
.meal_menu113 .meal_info { display:none; }
.meal_menu113 .tit_wrap { margin-bottom:15px; padding-bottom:13px; background:url('/images/sch/web/wangseong-p/main/113_line_meal.png') repeat-x bottom;  }
.meal_menu113 h2 { overflow:hidden; white-space:nowrap; margin-right:50px; color:#009f5e; font-size:19px; font-family:"NotoM"; }
.meal_menu113 ul { overflow-y:auto; height:110px; margin-right:160px; padding-right:10px; box-sizing:border-box; }
.meal_menu113 .no_Data { color:#333; font-size:15px; text-align:center; line-height:80px; }
.meal_menu113 dt { display:inline-block; height:35px; margin-bottom:10px; padding:0 16px; background:url('/images/sch/web/wangseong-p/main/113_ptrn_meal.png'); border-radius:30px; color:#fff; font-size:16px; line-height:35px; text-align:center; }
.meal_menu113 dd { margin-bottom:20px; color:#009f5e; font-size:15px; }
.meal_menu113 .imgBg { position:absolute; bottom:0; left:0; width:100%; text-align:center; z-index:-1; }
.meal_menu113 img { width:100%; height:auto; }
.meal_menu113 .btn_more { display:inline-block; overflow:hidden; position:absolute; top:30px; right:20px; width:30px; height:30px; border-radius:50%; background:#007847 url('/images/sch/web/wangseong-p/main/113_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_menu113 .btn_more:hover,
.meal_menu113 .btn_more:focus { background-color:#009f5e; -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:70px; margin:0 auto; overflow:hidden; }
.banner_zone .inner h2  { font-size:15px; font-family:"NotoM"; color:#1d1d1d; position:absolute; top:15px; left:0; }
.banner_zone .inner .btn { position:absolute; left:0; top:40px}
.banner_zone .inner .btn a { float:left; font-size:0; text-indent:-10000em; width:14px; height:15px; vertical-align:top}
.banner_zone .inner .btn a.pre { background:url(/images/sch/web/wangseong-p/main/btn_b_prev.gif) no-repeat}
.banner_zone .inner .btn a.stop { background:url(/images/sch/web/wangseong-p/main/btn_b_stop.gif) no-repeat}
.banner_zone .inner .btn a.next { background:url(/images/sch/web/wangseong-p/main/btn_b_next.gif) no-repeat}
.banner_zone .inner .btn a.play { background:url(/images/sch/web/wangseong-p/main/btn_b_play.gif) no-repeat}
.banner_zone .inner .btn a.list { background:url(/images/sch/web/wangseong-p/main/btn_b_list.gif) no-repeat}
.banner_zone .inner ul { padding-top:12px; margin-left:70px; height:47px; overflow:hidden}
.banner_zone .inner ul li { width:172px; 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:45px}

  
 @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_link113 ul li { width:48%; margin-left:0; }
	.M_link113 ul li:nth-child(even) { float:right; }

	/*오늘의 식단*/
	.meal_menu113 ul { margin-right:0; }
	.meal_menu113 .imgBg { display:none; }

	/*학급홈페이지*/
	.class113 { border-radius:20px; }

	/* 배너존 */
	.banner_zone .inner { width:95%; }
	.banner_zone .inner ul li { width:23%; float:left; margin-left:2%; }
	.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 ul li{ float:left; margin-left:1.5%; width:30%}
	.banner_zone ul li a img{ width:100%; height:45px; }
	
}

@media (max-width:880px) { 
	
	/* 게시판 */
	.notice113 { border-radius:20px 20px 0 0;}

	/*일정*/
	.drawSchedule113 { border-radius:0; }

	/*포토갤러리*/
	.gallery113 .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 ul li{ width:46%; text-align:center; }
	.banner_zone ul li a img{ width:155px; height:40px}	

}


@media (max-width:700px) { 	

	/* 게시판 */
	.notice113 h2 a { font-size:17px; }

	/*오늘의 식단*/
	.meal_menu113 { border-radius:0; }

	/*포토갤러리*/
	.gallery113 { border-radius:0; }

	/*알림판*/
	.pop113 { border-radius:0 0 20px 20px;}
		
}

@media (max-width:580px) { 
	
	/*학급홈페이지 */
	.class113 .class_box { margin:0 20px; padding:80px 0 60px; }
	.class113 .class_box span { width:100%; margin:0 0 10px 0; }
	.class113 button { top:auto; bottom:20px; width:calc(100% - 40px);  }

	/* 배너존 */
	.banner_zone .inner ul li { width:48%; margin-left:2%; }

}

@media (max-width:480px) { 

	/* 게시판 */
	.notice113 h2 a { font-size:16px; }

	/* 배너존 */
	.banner_zone ul li{ width:90%; }

}

@media (max-width:380px) { 

	/* 게시판 */
	.notice113 h2 a { font-size:15px; }
	.notice113 .list_box dl dt { font-size:16px; }
	.notice113 .btn_more { width:25px; height:25px; }

	/* 배너존 */
	.banner_zone .inner ul li { width:100%; float:left; margin-left:0; }
			
}
