@charset "utf-8";
/* Notify Text */
.noti-txt {position: relative; padding: 3px 0 3px 38px; font-family: 'Dream Regular'; font-size: 15px; color: #666;}
.noti-txt::after {content: ''; position: absolute; left: 0; top: 0; width: 28px; height: 28px;}
.noti-txt.color1::after {background: url('/sites/guide/images/guide/ic-noti1.png') no-repeat center center;}
.noti-txt.color2::after {background: url('/sites/guide/images/guide/ic-noti2.png') no-repeat center center;}
.noti-txt.color3::after {background: url('/sites/guide/images/guide/ic-noti3.png') no-repeat center center;}
.noti-txt.color4::after {background: url('/sites/guide/images/guide/ic-noti4.png') no-repeat center center;}
.noti-txt.color5::after {background: url('/sites/guide/images/guide/ic-noti5.png') no-repeat center center;}

@media all and (max-width: 500px) {
  .noti-txt {font-size: 14px;}
}