@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	font-size: 62.5%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	color: #333;
	line-height: 1.4em;
	background: #fff;
	font-weight: normal;
	font-size: 13px;   /* ie */
	font-size: 1.3rem; /* 13px */
	font-family: 'Open Sans','NanumBarunGothic','NanumGothic', '나눔고딕', '맑은 고딕', 'Malgun Gothic', Dotum, '굴림', sans-serif !important;
}
ol, ul, li {
	list-style: none;
	margin: 0;
	padding: 0;
}
dl, dt, dd {
	margin: 0;
	padding: 0;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
}
input {
	vertical-align: middle;
}
button {
	border: 0;
	background: transparent;
}
img {
	border: 0;
	vertical-align: middle;
}
a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
}
address, em {
	font-style: normal;
}
b, strong {
	font-weight: 700;
}
small {
	font-size: 1.1rem;
}
input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input:focus,
button:focus,
textarea:focus {
	outline: none;
}

/* ----------------------------------------------------------------
	* Nanum Barun Gothic Web Fonts
	* https://github.com/hiun/NanumBarunGothic
	* Copyright (c) 2010, NAVER Corporation (http://www.nhncorp.com)
---------------------------------------------------------------- */
@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	font-weight: 200;
	src: url(../font/NanumBarunGothicUltraLight.eot);
	src: local("NanumBarunGothicUltraLight"), local("NanumBarunGothicUltraLight"),
	url(../font/NanumBarunGothicUltraLight.eot?#iefix) format("embedded-opentype"),
	url(../font/NanumBarunGothicUltraLight.woff2) format("woff2"),
	url(../font/NanumBarunGothicUltraLight.woff) format("woff"),
	url(../font/NanumBarunGothicUltraLight.ttf) format("truetype");
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	font-weight: 300;
	src: url(../font/NanumBarunGothicLight.eot);
	src: local("NanumBarunGothicLight"), local("NanumBarunGothicLight"),
	url(../font/NanumBarunGothicLight.eot?#iefix) format("embedded-opentype"),
	url(../font/NanumBarunGothicLight.woff2) format("woff2"),
	url(../font/NanumBarunGothicLight.woff) format("woff"),
	url(../font/NanumBarunGothicLight.ttf) format("truetype");
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	font-weight: 400;
	src: url(../font/NanumBarunGothic.eot);
	src: local("NanumBarunGothic"), local("NanumBarunGothic"),
	url(../font/NanumBarunGothic.eot?#iefix) format("embedded-opentype"),
	url(../font/NanumBarunGothic.woff2) format("woff2"),
	url(../font/NanumBarunGothic.woff) format("woff"),
	url(../font/NanumBarunGothic.ttf) format("truetype");
}
@font-face {
	font-family: 'NanumBarunGothic';
	font-style: normal;
	font-weight: 700;
	src: url(../font/NanumBarunGothicBold.eot);
	src: local("NanumBarunGothicBold"), local("NanumBarunGothicBold"),
	url(../font/NanumBarunGothicBold.eot?#iefix) format("embedded-opentype"),
	url(../font/NanumBarunGothicBold.woff2) format("woff2"),
	url(../font/NanumBarunGothicBold.woff) format("woff"),
	url(../font/NanumBarunGothicBold.ttf) format("truetype");
}
