﻿@charset "utf-8";

/* 공용 */
.font_s a{color:#333; text-decoration: none;}
.font_s a:hover{color:#d15d27; text-decoration: underline;}
.font_s tr td,
.font_s tr th{padding:10px 5px; font-size:13px;}

h2.tit3{border-radius:20px; padding:20px; word-break: keep-all; background:#45abbd; color:#fff; font-size:18px; text-align:Center;}


/* 학교발자취 */
.sch_history .box{position: relative;}
.sch_history .box .imgWrap{position: absolute; top:0px; right:0px;}
.sch_history .box .imgWrap img{display:block; margin-bottom:10px;}
.sch_history .box p{margin-right:250px; line-height:25px;}

@media screen and (max-width: 800px){

	/* 학교발자취 */
	.sch_history .box .imgWrap{position: relative; top:auto; right:auto; text-align:center;}
	.sch_history .box .imgWrap img{display:inline-block; margin-bottom:10px;}
	.sch_history .box p{margin-right:0;}

}