﻿@charset "utf-8";
@font-face{
    font-family:'Nanum Gothic';
    font-style:normal;
    font-weight:400;
    src: url(/contents/fonts/NanumGothic-Regular.eot);
    src: local(※)
    , url(/contents/fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype')
    , url(/contents/fonts/NanumGothic-Regular.ttf) format('truetype')
    , url(/contents/fonts/NanumGothic-Regular.woff) format('woff');
}
@font-face{
    font-family:'Nanum Gothic';
    font-style:normal;
    font-weight:700;
    src: url(/contents/fonts/NanumGothic-Bold.eot);
    src: local(※)
    , url(/contents/fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype')
    , url(/contents/fonts/NanumGothic-Bold.ttf) format('truetype')
    , url(/contents/fonts/NanumGothic-Bold.woff) format('woff');
}
@font-face{
    font-family:'Nanum Gothic';
    font-style:normal;
    font-weight:800;
    src: url(/contents/fonts/NanumGothic-ExtraBold.eot);
    src: local(※)
    , url(/contents/fonts/NanumGothic-ExtraBold.eot?#iefix) format('embedded-opentype')
    , url(/contents/fonts/NanumGothic-ExtraBold.ttf) format('truetype')
    , url(/contents/fonts/NanumGothic-ExtraBold.woff) format('woff');
}
@font-face {
	font-family: 'Jalnan';
	font-weight: normal;
	src: url('/contents/fonts/Jalnan.ttf'); 
    src: local(※)
    , url('/contents/fonts/JalnanOTF.otf') format('opentype');
}
@font-face {
    font-family: 'GmSans';
    font-weight: normal;
    src: url('/contents/fonts/GmarketSansTTFMedium.ttf');
}