@charset "utf-8";

@import "reset.css";
@import "base.css";
@import "style.css";

@import "style_ko.css";

/* フォント */
@font-face {
    font-family: 'DFKingGothic';
    src: url(../font/NotoSansKR-Regular.ttf) format('truetype');
    font-weight: normal;
}
@font-face {
    font-family: 'DFKingGothic';
    src: url(../font/NotoSansKR-Bold.ttf) format('truetype');
    font-weight: bold;
}

@font-face {
    font-family: 'Zen Old Mincho';
    src: url(../font/GowunBatang-Regular.ttf) format('truetype');
	font-weight: normal;
}
@font-face {
    font-family: 'Zen Old Mincho';
    src: url(../font/GowunBatang-Bold.ttf) format('truetype');
	font-weight: bold;
}
@font-face {
    font-family: 'Zen Antique';
    src: url(../font/GowunBatang-Regular.ttf) format('truetype');
	font-weight: normal;
}

#top_contents .canvas.title_img > h1.img_txt {
	background-image: url(../img/title_ko.png);
}
