﻿@charset "utf-8";


/* 리스트 */
.list_st6 { margin:10px 0 20px}
.list_st6 dt { font-size:18px; line-height:1.6; font-family:"NotoM"; color:#fff; background:#588fe3; border-radius:10px 0; padding:5px 10px; margin-bottom:10px}
.list_st6 dt.col_G { background:#2eb067}
.list_st6 dt.col_Y { background:#f1ac1d}
.list_st6 dt.col_V { background:#7a83df}
.list_st6 dd {font-size:14px; line-height:1.4; font-family:"NotoR"; color:#222; background:url("/images/sch/web/soongjin-p/common/bu3.png") no-repeat left 8px; border-bottom:1px dashed #999; padding:0 0 10px 12px; margin-bottom:10px}

/*공통*/
.img2 img{width:100%;}

/* 이미지 텍스트 */
.img_txt1 {position:relative; width:100%; overflow:hidden;}
.img_txt1 .img {width:20%; float:left;}
.img_txt1 .img img{width:100%;}
.img_txt1 .txt {width:75%; float:right;}

.img_txt2 {position:relative; width:100%; overflow:hidden;}
.img_txt2 .img {width:20%; float:left;}
.img_txt2 .txt {width:75%; float:right;}

.img_txt3 {position:relative; width:100%; overflow:hidden;}
.img_txt3 .img {width:30%; float:left;}
.img_txt3 .txt {width:65%; float:right;}

.img_txt4 {position:relative; width:100%; overflow:hidden;}
.img_txt4 .img {width:40%; float:left;}
.img_txt4 .txt {width:55%; float:right;}

/*역대교장선생님*/
.box_list{display:inline-block;}
.box_list ul{width:100%; text-align:center;}
.box_list li{width:20.7%; margin:1%; padding:1%; float:left; border:1px solid #ccc; border-radius:10px; font-size:16px; font-family:'notoR'}
.box_list li img{display:block; margin:0 auto; padding:10px; width:137px; height:180px;}

@media (max-width:800px) {
		
/*역대교장선생님*/
.box_list li{width:45%;}

}