@charset "utf-8";

/*인사말**/
.greeting_edu {width:100%; }
.greeting_edu .photo {width:20%; float:left; }
.greeting_edu .photo img {width:100%; }
.greeting_edu .box {width: 60%;font-family:"NotoR";line-height:1.4;float: right;}/*20210623수정*/
.greeting_edu .box .txt1 { font-size:18px; word-break:keep-all; color:#0a6df7;}
.greeting_edu .box p { margin-bottom:20px;}


@media screen and (max-width :800px) {
	/* 인사말 */
	.box_st10 .box_img {width:50%; float:none; text-align:center; margin:0 auto;}
	.box_st10 .box_txt {width:100%; float:none; margin-top:20px;}
    .greeting_edu .box {width:100%;} /*20210623수정*/
}
