@import url("http://fonts.googleapis.com/earlyaccess/notosanskr.css");
@import url("http://fonts.googleapis.com/css?family=Alegreya+SC:400,400italic,700,700italic,900,900italic");
@import url("http://fonts.googleapis.com/earlyaccess/jejumyeongjo.css");

.greet{font:400 15px 'noto sans kr'; letter-spacing:-0.5px; color:#333;}
.greet img{display:block; margin:0 auto; width:100%; max-width:1000px;}
.greet h4{font-size:20px; font-weight:500; color:#3ab54a; line-height:30px;}
.greet h4 em{font:500 25px 'alegreya sc'; background-color:#3ab54a; color:white; padding:0 7px;}
.greet h3{font:500 25px 'alegreya sc'; color:#3ab54a;}
.greet dd:last-child{text-align:right; font:600 20px 'jeju myeongjo'; line-height:25px;}

.g_top{border:1px solid #ddd; border-width:1px 0; padding:10px 0; margin:25px 0;}

/* tablet */
@media screen and (min-width:769px) and (max-width:991px){
}

/* mobile */
@media screen and (max-width:768px){
}
