@font-face {
    font-family: nGothic;
    font-style: normal;
    font-weight: normal;
    src: url('../img/common/NanumGothic.eot');
    src: local('nGothic'), url('../img/common/NanumGothic.eot?#iefix') format('embedded-opentype'), /* IE9 */ url('../img/common/NanumGothic.woff') format('woff'),
    url('../img/common/NanumGothic.ttf') format('truetype');
}

@font-face {
    font-family: nGothicB;
    font-style: normal;
    font-weight: bold;
    src: url('../img/common/NanumGothicBold.eot');
    src: local('nGothicB'),
    url('../img/common/NanumGothicBold.eot?#iefix') format('embedded-opentype'), /* IE9 */
    url('../img/common/NanumGothicBold.woff') format('woff'),
    url('../img/common/NanumGothicBold.ttf') format('truetype');
}

@font-face {
    font-family: nGothicEB;
    font-style: normal;
    font-weight: bold;
    src: url('../img/common/NanumGothicExtraBold.eot');
    src: local('nGothicEB'),
    url('../img/common/NanumGothicExtraBold.eot?#iefix') format('embedded-opentype'), /* IE9 */
    url('../img/common/NanumGothicExtraBold.woff') format('woff'),
    url('../img/common/NanumGothicExtraBold.ttf') format('truetype');
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

html, body {
    font-family: nGothic, "malgun gothic", sans-serif;
}

a, img, input {
    selector-dummy: expression(this.hideFocus=true);
}

/**
a:link {text-decoration:none; color:#666666;}
a:visited {text-decoration:none; color:#666666;}
a:hover	{text-decoration:none; color: #333333; }
**/
/* bold */
strong, b, h4, h5, dt, th, .caption {
    font-family: nGothicB, "malgun gothic", sans-serif;
}

strong.eb, b.eb, .eb {
    font-family: nGothicEB, "malgun gothic", sans-serif;
    font-weight: bold;
}

input[type=text] {
    font-family: nGothic, "malgun gothic", sans-serif;
}

.header-nav__li--depth1 {
    font-family: nGothicB, sans-serif;
}

.header-nav__li--depth2 {
    font-family: nGothic, sans-serif;
}

.sidebar-menu {
    font-family: nGothicB, sans-serif;
}

.content-header__h2 {
    font-family: nGothicB, sans-serif;
}

.board-promotion__item {
    font-family: nGothicB, sans-serif;
}

.content-list-item__content {
    font-family: nGothicB, sans-serif;
}