@charset "utf-8";

/*학교장인사말 200309 */
.greeting_box { position: relative; padding:30px !important; font-family:'NotoR'; font-size:14px; line-height:24px; word-break:keep-all;}
.greeting_box .b_img { position:absolute; left:30px; top:30px; width:200px; height: auto; }
.greeting_box .b_img img { width:100%; height:auto; }
.greeting_box .txt { margin-left:230px; }
.greeting_box h3 { color:#3333ff; font-size:20px; }
.greeting_box h3 span { color:#00994c; }
.greeting_box .sign { font-size:25px; font-style: italic;}

/*학교장인사말 200309 */
@media (max-width:700px) {

    .greeting_box .b_img { position: relative; left:auto; top:auto; margin:0 auto 30px; }
    .greeting_box .txt { margin-left:0;  }

}