﻿@charset "utf-8";

/* 학교상징_이미지 텍스트 */
.img_txt1 {position:relative; width:100%; overflow:hidden;}
.img_txt1 .img {width:10%; float:left;}
.img_txt1 .txt {width:85%; float:right;}

.img_txt2 {position:relative; width:100%; overflow:hidden;}
.img_txt2 .img {width:20%; float:left;}
.img_txt2 .txt {width:75%; float:right;}

/*교육과정*/
.curriculum .img img{width:297px;}

@media screen and (max-width :800px) {
	
/*교육과정*/
.curriculum .img img{width:100%;}

}