﻿@charset "utf-8";

/* 폰트사이즈 */
.fs_14 {font-size:14px; font-family:'notoR'; line-height:1.4; color:#333;}
.fs_16 {font-size:16px; font-family:'notoR'; line-height:1.5; color:#333;}
.fs_18 {font-size:18px; font-family:'notoM'; line-height:1.6; color:#222;}

/* 제목박스 */
.box_st1_3{position:relative; padding: 10px 20px; font-family: "NotoR"; font-size:16px; line-height: 1.4;border-radius: 30px;overflow: hidden;background: #3775c3;color: #fff;margin-top:10px;}


/* 테이블 스크롤2 */
.tableScroll2 {overflow-x:auto; }
.tableScroll2 .table_st{width:740px}	


/* 유치원경영관 */
.kinder_box {position:relative; overflow:hidden;}
.kinder_box li {float:left; width:20%; margin:0 1%; border:1px solid #ddd; padding:20px 1%; min-height:60px; text-align:center; font-family: "NotoR"; color:#666; font-size:14px;}
.kinder_box li span {display:block; text-align:center; font-family: "NotoM"; font-size:16px; color:#333; margin-bottom:10px; background:#c2dbed; line-height:24px;}



@media screen and (max-width :720px) {

	/* 유치원경영관 */
	.kinder_box li {width:48%; margin:0 1% 2%;  padding:20px 1%; min-height:60px; box-sizing:border-box; font-size:13px;}
	.kinder_box li span {display:block; text-align:center; font-family: "NotoM"; font-size:16px; color:#333; margin-bottom:10px; background:#c2dbed; line-height:24px;}



}


@media screen and (max-width :580px) {

	/* 유치원경영관 */
	.kinder_box li {width:100%; margin:0 0 2%;  }


}