@charset "UTF-8";

/* reset.css */

* {
    margin: 0;padding: 0;
    vertical-align: middle;
}
a:any-link {text-decoration: none;}
ul {list-style: none;}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*** font ***/

/*font-family: 'NanumGothicLight';
font-family: 'NanumGothic';
font-family: 'NanumGothicBold';
font-family: 'NanumGothicExtraBold';*/

body {
    /*없애도됨 폰트 퀄리티 향상용*/
    -webkit-font-smoothing: antialiased;/* 크롬, 사파리용 */
    -moz-osx-font-smoothing: grayscale; /* 파이어폭스 맥용 */
}


/*** skipnav ***/

.hidden {
    position: absolute;
    line-height: 0;
    width: 0;height: 0;
    left: -9999px;
    display: none;
}

