@charset "utf-8";
/* CSS Document */

#main_menu { 
	width:550px; 
	height:400px;
	position:relative;
}
.menu01,.menu02,.menu03,.menu04 { 
	position:absolute; 
	width:130px; 
	height:130px; 
}
.menu01 ul,.menu02 ul,.menu03 ul,.menu04 ul { display:none; }
.menu01 ul li,.menu02 ul li,.menu03 ul li,.menu04 ul li { line-height:22px; }
.menu01 ul li a,.menu02 ul li a,.menu03 ul li a,.menu04 ul li a { color:#fff!important; font-size: 14px; text-shadow: 1px 1px 6px #0000008f; }
.menu01 ul li a:hover,.menu02 ul li a:hover,.menu03 ul li a:hover,.menu04 ul li a:hover { color:#fff063!important; }

.menu01:hover p,.menu02:hover p,.menu03:hover p ,.menu04:hover p  { display:none; }
.menu01:hover ul,.menu02:hover ul,.menu03:hover ul,.menu04:hover ul { display:block; }

.menu01 p,.menu02 p,.menu03 p,.menu04 p { 
	text-align: center;
    line-height: 25px;
    color: #fff;
    font-size: 22px;
    margin-top: 42px;
    font-family: 'Haan Baekje M', cursive;
}
.menu03 p { margin-top:41px!important; }

/*잎사귀*/
.g { width:45%; position:absolute; z-index:999; }
.g01 { top:-21px; left:23px; transform: rotateZ(-50deg); }
.g02 { top:-19px; left:14px; transform: rotateZ(20deg); }
.g03 { top:-21px; right:12px; transform: rotateZ(-30deg); }
.g04 { top:-18px; right:51px; transform: rotateZ(20deg); }



/*안전한학교*/
.menu01 {
	background:url(/USER_DATA/schoolaw/content/editor/img/p_menubg.png)no-repeat;	
	top:175px;
	left:75px;
}
.menu01:hover { 
	width:150px;
	height:150px;
	top:160px;
	left:60px;
	background:#fe6d78; 
	border-radius:50%; 
	border:6px solid #fff;
}
.menu01:hover .g01 { top:-25px; left:19px; }

.menu01:hover ul {  
    position: absolute;
    top: 31px;
    left: 47px;
}
/*행복한학교*/
.menu02 {
	background:url(/USER_DATA/schoolaw/content/editor/img/r_menubg.png)no-repeat;	
	top:-10px;
	left:175px;
}
.menu02:hover { 
	width:150px;
	height:150px;
	top:-15px;
	left:165px;
	background:#e73339; 
	border-radius:50%; 
	border:6px solid #fff;
}
.menu02:hover .g02 { top:-26px; left:21px; }

.menu02:hover ul {  
    position: absolute;
    top: 41px;
    left: 19px
}
/*즐거운농촌학교*/
.menu03 {
	background:url(/USER_DATA/schoolaw/content/editor/img/o_menubg.png)no-repeat;	
	top:59px;
	right:96px;
}
.menu03:hover { 
	width:150px;
	height:150px;
	top:43px;
	right:71px;
	background:#fb8300; 
	border-radius:50%; 
	border:6px solid #fff;
}
.menu03:hover .g03 { top:-29px; right:33px; }

.menu03:hover ul {  
    position: absolute;
    top: 31px;
    left: 30px
}
/*희망찬학교*/
.menu04 {
	background:url(/USER_DATA/schoolaw/content/editor/img/g_menubg.png)no-repeat;	
	top:212px;
	right:30px;
}
.menu04:hover { 
	width:150px;
	height:150px;
	top:194px;
	right:4px;
	background:#80b700; 
	border-radius:50%; 
	border:6px solid #fff;
}
.menu04:hover .g04 { top:-27px; right:62px; }

.menu04:hover ul {  
    position: absolute;
    top: 20px;
    left: 41px
}

/*메인메뉴 움직임 animation*/

.m:nth-child(1) {animation: scale1 4s ease  infinite;}
.m:nth-child(2) {animation: scale2 4s ease  infinite;}
.m:nth-child(3) {animation: scale3 4s ease  infinite;}
.m:nth-child(4) {animation: scale4 4s ease  infinite;}

#main_menu:hover .m { animation:none!important; }

@keyframes scale1 {
   0% {
    transform: rotateZ(-10deg);
  }
  5% {
    transform: rotateZ(10deg);
  }
  10% {
    transform: rotateZ(-10deg);
  }
  15% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes scale2 {
  15% {
    transform: rotateZ(0deg);
  }
  20% {
    transform: rotateZ(-10deg);
  }
  25% {
    transform: rotateZ(10deg);
  }
  30% {
    transform: rotateZ(-10deg);
  }
  35% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes scale3 {
  35% {
    transform: rotateZ(0deg);
  }
  40% {
    transform: rotateZ(-10deg);
  }
  45% {
    transform: rotateZ(10deg);
  }
  50% {
    transform: rotateZ(-10deg);
  }
  55% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}
@keyframes scale4 {
  55% {
    transform: rotateZ(0deg);
  }
  60% {
    transform: rotateZ(-10deg);
  }
  65% {
    transform: rotateZ(10deg);
  }
  70% {
    transform: rotateZ(-10deg);
  }
  75% {
    transform: rotateZ(0deg);
  }
  100% {
    transform: rotateZ(0deg);
  }
}

/*서브*/

.ol_bg { 
	width: 93%;
    height: auto;
    background-color: #eef6f9;
    padding: 3% 5% 3% 2%;
}
.ol_bg ol li ul { 
	background-color: #fff;
    padding: 3% 5% 3% 2%;
    margin-top: 20px;
}
.ol_bg ol li ul li { 
	line-height: 22px;
	margin-bottom:10px;
    background: url(/USER_DATA/schoolaw/content/editor/img/li_icon.png)no-repeat left 0px;
    background-size: 2.5%;
    padding-left: 20px;
	padding-right: 3px;
}
.dotline_y {
	background-color: /*#ffedb28f*/#fff5eb;
    padding: 15px 25px;
    margin-bottom: 30px;	
}
.dotline_y h4 { margin-bottom: 11px; }
.dotline_y ol { 
	margin-left:0; 
	border-bottom: 2px dotted #ffe0c0;
    margin-bottom: 30px;
}
.bordernone { border-bottom:none!important; }

.y_ul {
	background-color: #fff;
    padding: 3% 5%;	
	display:flex;
}
.y_ul li { 
	flex:1; 
	text-align:center;
}
.y_ul li img { width:50%; margin-bottom: 15px;}

.y_ul li .nb {  
	background-color: #81cbcb;
    padding: 5px 25px;
    border-radius: 50px;
    color: #fff;
}

.dotline_y ol li { list-style:none; word-break:keep-all; } 
.dotline_y ol li .li_t {
	background-color: #ffb061;
    padding: 5px 18PX;
    BORDER-RADIUS: 14PX;
    COLOR: #FFF;
}
.dotline_y ol li ul { margin-top:6px; margin-bottom: 21px; }

/*표*/
.tablestyle04 {
	vertical-align: top;
    line-height: 150%;
    text-align: justify;	
}
.tablestyle04 tr th {
	border-right: #cad8e5 1px solid;
	border-top: 1px solid #cad8e5;
    border-bottom: 1px solid #cad8e5;
    background: #ecf0f3;
    line-height: 17px;
    color: #626262;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    letter-spacing: -1px;
    word-break: keep-all;
    padding: 11px 0;	
}
.tablestyle04 tr th:first-child,.tablestyle04 tr td:first-child { border-left:#cad8e5 1px solid; }

.tablestyle04 tr th:nth-child(1) { width:40%; } 
.tablestyle04 tr th:nth-child(2) { width:20%; } 
.tablestyle04 tr th:nth-child(3) { width:20%; } 
.tablestyle04 tr th:nth-child(4) { width:20%; } 

.tablestyle04 tr td {
	border-right: #cad8e5 1px solid;
	text-align: center;
    color: #8b8b8b;
    line-height: 16px;
    padding: 7px 10px;
    border-bottom: 1px solid #cad8e5;
    font-size: 13px;
    font-family: '나눔고딕',NanumGothic,ngn,'돋움';	
	
}
.tablestyle04 tr td p { padding-bottom:0!important; word-break:keep-all; letter-spacing: -1px; }


.tablestyle05 {
	vertical-align: top;
    line-height: 150%;
    text-align: justify;	
}
.tablestyle05 tr th {
	border-right: #cad8e5 1px solid;
	border-top: 1px solid #cad8e5;
    border-bottom: 1px solid #cad8e5;
    background: #ecf0f3;
    line-height: 17px;
    color: #626262;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    letter-spacing: -1px;
    word-break: keep-all;
    padding: 11px 0;	
}
.tablestyle05 tr th:first-child,.tablestyle05 tr td:first-child { border-left:#cad8e5 1px solid; }

.tablestyle05 tr th:nth-child(1) { width:45%; } 
.tablestyle05 tr th:nth-child(2) { width:10%; } 
.tablestyle05 tr th:nth-child(3) { width:45%; } 


.tablestyle05 tr td {
	border-right: #cad8e5 1px solid;
	text-align: center;
    color: #8b8b8b;
    line-height: 16px;
    padding: 7px 10px;
    border-bottom: 1px solid #cad8e5;
    font-size: 13px;
    font-family: '나눔고딕',NanumGothic,ngn,'돋움';	
	word-break:keep-all;
}
.tablestyle05 tr td p { padding-bottom:0!important; word-break:keep-all; letter-spacing: -1px; }

.t_05 p { padding-bottom:0px!important; text-align:center;}
.bottom_line {  
	width: 100%;
    height: 1px;
    border-bottom: 2px dotted #e0e4e4;
    margin-bottom: 45px;
	margin-top:25px;
}
.ul_bg { background-color: #f1f7f7; padding:25px; }
.ul_bg ul li { line-height:25px; margin-bottom:8px; }

.dotline_green > p { 
	background: url(/USER_DATA/schoolaw/content/editor/img/pleft.png)no-repeat left 7px;
	padding-left:10px;
	padding-left: 15px;
    margin-left: -12px;  
}

.pd_b20, .bg_none { background: none!important; }


iframe html { overflow-y:hidden; }