﻿@charset "utf-8"; 


/*
 * Nanum Gothic (Korean) 
 */
@font-face{
font-family:"Nanum Gothic";
src:url('./font/NanumGothic.eot');
src:url('./font/NanumGothic.eot?#iefix') format('embedded-opentype'),
url('./font/NanumGothic.woff') format('woff'),
url('./fonts/NanumGothic.ttf') format('truetype');
url('./fonts/NanumGothic.svg#NanumGothic') format('svg')
src:local(※), url('./fonts/NanumGothic.woff') format('woff');
}