<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==============================================================================================================
= v1.0 - 20190411
============================================================================================================== */
@charset "utf-8";

/* ======================================== Font ======================================== */
/*
 * Nanum Gothic (Korean) http://www.google.com/fonts/earlyaccess
 */
@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NanumGothic-Regular.eot);
	src: url(../fonts/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),
		 url(../fonts/NanumGothic-Regular.woff2) format('woff2'),
		 url(../fonts/NanumGothic-Regular.woff) format('woff'),
		 url(../fonts/NanumGothic-Regular.ttf) format('truetype');
}

@font-face {
	font-family: 'NanumGothic';
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NanumGothic-Bold.eot);
	src: url(../fonts/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'),
		 url(../fonts/NanumGothic-Bold.woff2) format('woff2'),
		 url(../fonts/NanumGothic-Bold.woff) format('woff'),
		 url(../fonts/NanumGothic-Bold.ttf) format('truetype');
}

/*
 * Nanum Square Web Fonts
 * Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)
 */
@font-face {
	font-family: "NanumSquare";
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/NanumSquareR.eot);
	src: url(../fonts/NanumSquareR.eot?#iefix) format('embedded-opentype'),
		 url(../fonts/NanumSquareR.woff2) format('woff2'),
		 url(../fonts/NanumSquareR.woff) format('woff'),
		 url(../fonts/NanumSquareR.ttf) format('truetype');
}

@font-face {
	font-family: "NanumSquare";
	font-style: normal;
	font-weight: 700;
	src: url(../fonts/NanumSquareB.eot);
	src: url(../fonts/NanumSquareB.eot?#iefix) format('embedded-opentype'),
		 url(../fonts/NanumSquareB.woff2) format('woff2'),
		 url(../fonts/NanumSquareB.woff) format('woff'),
		 url(../fonts/NanumSquareB.ttf) format('truetype');
}

/*
 * S-CoreDream
 */
@font-face {
	font-family: 'S-CoreDream';
	src: url('../fonts/S-CoreDream-2ExtraLight.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'S-CoreDream';
	src: url('../fonts/S-CoreDream-3Light.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-weight: 400;
}

@font-face {
	font-family: 'S-CoreDream-4Regular';
	src: url('../fonts/S-CoreDream-4Regular.woff') format('woff');
	font-style: normal;
}

body,input,textarea,select,button,table {
	font-family: 'S-CoreDream';
}</pre></body></html>