﻿@charset "utf-8";

/* 테이블_공통 */
.table_st th, .table_st td { padding:13px 5px}

/*학교장인사말 191219 */
.greeting { position:relative; width:100%; }
.greeting .img_box { position:absolute; width:330px; height:100%; }
.greeting .img_box img { width:100%; height:100%; }
.greeting .txt_box { position:relative; height:auto; font-family:'NotoL'; overflow:hidden; margin-left: 350px;}
.greeting .txt_box p { font-family:'NotoR'; }


@media (max-width:800px) {
	
	/*학교장인사말 191219 */
	.greeting .img_box { position:relative; width:100%; height:auto;}
	.greeting .txt_box { margin-left:0; margin-top:5%;}
}