@charset "utf-8";

/*인사말 200228 */
.greeting_box { font-family: 'NotoR';}
.greeting_box .box { padding:30px; }
.greeting_box .sign { font-size:25px; font-style:italic; }

/*200304*/
@media (max-width:500px){

    .greeting_box br { display:none;}

}

