@charset "utf-8";

*{margin: 0; padding: 0; font-family: "gyunggi_Regular";}
ul,ol,li{list-style: none;}
a, h2{text-decoration: none; color: #333; font-family: "gyunggi_Regular"}
a:hover{ color: red; transition: all 0.02s ease;}
img{ border: 0;}


/* 웹폰트 */

/*@font-face {
    font-family: 'gyunggi_Regular';
    src: url("../font/gyunggi_Regular.woff") format('woff');

    */
@font-face{
    font-family: 'gyunggi_Regular';
    src:url(../font/gyunggi_Regular.eot),
        url(../font/gyunggi_Regular.woff) format('woff'),
        url(../font/gyunggi_Regular.ttf) format('truetype');
}