﻿@charset "utf-8";

/* 나눔고딕 */
@font-face{
	font-family:"나눔고딕";
	font-style:normal;
	font-weight:400;
	src:url("../font/NanumGothic-Regular.eot");
	src:url('../font/NanumGothic-Regular.woff') format('woff'),
	url('../font/NanumGothic-Regular.ttf') format('truetype');
}
@font-face{
	font-family:"나눔고딕";
	font-style:normal;
	font-weight:700;
	src:url("../font/NanumGothic-Bold.eot");
	src:url('../font/NanumGothic-Bold.woff') format('woff'),
	url('../font/NanumGothic-Bold.ttf') format('truetype');
}
@font-face{
	font-family:"나눔고딕";
	font-style:normal;
	font-weight:900;
	src:url("../font/NanumGothic-ExtraBold.eot");
	src:url('../font/NanumGothic-ExtraBold.woff') format('woff'),
	url('../font/NanumGothic-ExtraBold.ttf') format('truetype');
}

/* 나눔명조 */
@font-face{
	font-family:"나눔명조";
	font-style:normal;
	font-weight:400;
	src:url("../font/NanumMyeongjo-Regular.eot");
	src:url('../font/NanumMyeongjo-Regular.woff') format('woff'),
	url('../font/NanumMyeongjo-Regular.ttf') format('truetype');
}
@font-face{
	font-family:"나눔명조";
	font-style:normal;
	font-weight:700;
	src:url("../font/NanumMyeongjo-Bold.eot");
	src:url('../font/NanumMyeongjo-Bold.woff') format('woff'),
	url('../font/NanumMyeongjo-Bold.ttf') format('truetype');
}
@font-face{
	font-family:"나눔명조";
	font-style:normal;
	font-weight:900;
	src:url("../font/NanumMyeongjo-ExtraBold.eot");
	src:url('../font/NanumMyeongjo-ExtraBold.woff') format('woff'),
	url('../font/NanumMyeongjo-ExtraBold.ttf') format('truetype');
}

* {-webkit-tap-highlight-color:rgba(0,0,0,0);}
html,body {margin:0; padding:0; font-weight:400; line-height:100%; color:#000;}
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, p {margin:0; padding:0; border:0;}
h1, h2, h3, h4, h5, h6 {line-height:100%;}
a {border:0; color:inherit;}
a, a:visited, a:hover, a:active {text-decoration:none;}
hr {margin:0; background:none; border:none;}
ul, ol {margin:0; padding:0; list-style:none;}
img {border:0; vertical-align:top;}
table {border-spacing:0; border:0; width:100%; table-layout:fixed;}
th, td {padding:0;}
mark {background:none;}
address, em, dfn {font-style:normal;}
input, textarea, select, button, label {vertical-align:middle;}
button,
input[type="button"],
select {margin:0; padding:0; border:0; background:none; cursor:pointer;}
input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="file"],
textarea {-webkit-appearance:none; margin:0; padding:0; border:0; background:none;}
input[type="radio"],
input[type="checkbox"] {margin:0; padding:0;}
html,
body,
pre,
button,
select,
textarea,
input[type="text"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="file"],
input[type="button"] {font-family:"나눔고딕"; letter-spacing:-1px;}