@charset "utf-8";

/* 전화번호 */
.callWrap .box_st3 {margin-left:.2rem; margin-right:.2rem;}

/* 규정, 정관 */
.box_rules {background:#f4f4f4 url('/images/schl/web/영진고등학교/sub/bg_school.png') no-repeat 15% 70%; border-radius:1.5rem; padding:0 3rem; overflow:hidden;}
.box_rules h3 {width:45%; display:inline-block; background:#d6e0e7; border-radius:0 0 1.5rem 1.5rem; font-size:1.2rem; font-weight:600; text-align:center; padding:1.25rem 3rem;}
.box_rules ul {width:45%; float:right; padding:3rem 0 2.5rem; clear:both;}
.box_rules ul li {margin-bottom:.5rem;}
.box_rules ul li a {border-radius:1.25rem; background:#fff; padding:.5rem 2rem; display:block; font-size:.8rem; border:2px solid #fff;}
.box_rules ul li a i {float:right; margin-top:.2rem;}
.box_rules ul li a:hover {font-weight:600; border:2px solid #d6e0e7;}
.box_rules.one h3 {float:right;}

@media screen and (max-width: 1024px){
	/* 규정, 정관 */
	.box_rules {padding-bottom:12rem; background-position:center 95%;}
	.box_rules h3 {display:block; width:100%; padding:1rem .5rem;}
	.box_rules ul {width:100%; padding:1rem 0;}	
}
@media screen and (max-width: 640px){
	/* 규정, 정관 */
	.box_rules {padding:0 1rem 11rem; background-size:280px;}
}
@media screen and (max-width: 380px){
	/* 규정, 정관 */
	.box_rules {padding:0 1rem 10rem; background-size:230px;}
	.box_rules h3 {font-size:1rem;}
}