@charset "utf-8";

@font-face {
  font-family: "NanumSquare";
  font-weight:400;
  src: url("../font/NanumSquareOTFR.woff2") format("woff2"),
       url("../font/NanumSquareOTFR.woff") format("woff"),
       url("../font/NanumSquareOTFR.ttf") format("truetype"),
       url("../font/NanumSquareOTFR.eot") format("embedded-opentype"),
       url("../font/NanumSquareOTFR.otf") format("opentype");
}
@font-face {
  font-family: "NanumSquare";
  font-weight:bold;
  src: url("../font/NanumSquareOTFB.woff2") format("woff2"),
       url("../font/NanumSquareOTFB.woff") format("woff"),
       url("../font/NanumSquareOTFB.ttf") format("truetype"),
       url("../font/NanumSquareOTFB.eot") format("embedded-opentype"),
       url("../font/NanumSquareOTFB.otf") format("opentype");
}
@font-face {
  font-family: "NanumSquareRound";
  font-weight:400;
  src: url("../font/NanumSquareRoundOTFR.woff2") format("woff2"),
       url("../font/NanumSquareRoundOTFR.woff") format("woff"),
       url("../font/NanumSquareRoundOTFR.ttf") format("truetype"),
       url("../font/NanumSquareRoundOTFR.eot") format("embedded-opentype"),
       url("../font/NanumSquareRoundOTFR.otf") format("opentype");
}

@font-face {
  font-family: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 200;
  src: url(../font/NanumBarunGothicUltraLight.eot);
  src: local('Nanum Barun Gothic UltraLight'),
       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: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 300;
  src: url(../font/NanumBarunGothicLight.eot);
  src: local('Nanum Barun Gothic Light'),
       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: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../font/NanumBarunGothic.eot);
  src: local('Nanum Barun Gothic'),
       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: 'Nanum Barun Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../font/NanumBarunGothicBold.eot);
  src: local('Nanum Barun Gothic Bold'),
       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');
}
/* Reset */
body, h1, h2, h3, h4, h5, h6,
div, p, blockquote, pre, address,
ul, ol, li, dl, dt, dd,
table, caption, th, td,
form, fieldset, legend,
hr {
	margin:0;
	padding:0;
}
h1, h2, h3, h4, h5, h6 {
	font-size:100%;
}
ul, ol {
	list-style:none;
}
table {
	margin:0;
	padding:0;
	border-spacing:0;
	border:0;
	_border-collapse:collapse;
}
*+html table {border-collapse:collapse;}
img, fieldset, abbr, acronym {
	border:0;
}
address, caption, cite, code, dfn, em, var {
	font-style:normal;
	font-weight:normal;
}
q:before, q:after {
	content: '';
}
input, select, button, textarea {
	color:#000;
	font-size:100%;
	font-weight:400;
	font-family:'NanumSquare',sans-serif;
	vertical-align:middle;
}

/* Base */
body {
	color:#000;
	font-size:14px;
	line-height:18px;
	font-weight:400;
	font-family:'NanumSquare',sans-serif;
}
hr {
	display:none
}
caption, legend,
#skipNavi {
	width:0;
	height:0;
	font-size:0;
	line-height:0;
	overflow:hidden;
	visibility:hidden;
}
a {
	color:#000;
	text-decoration:none;
}
a:focus, a:hover, a:active {
	
}
input.text,
input.pswd,
textarea.textarea {
	padding:0 0 0 5px;
	margin:0;
	border:1px solid #000;
}
label,
input.button, input.submit , input.image,
button {
	cursor:pointer;
}
textarea, pre {
	overflow:auto;
}
.hide {
	position:absolute;
	top:0;
	left:-99999px;
	width:0;
	height:0;
	font-size:0;
	line-height:0;
}

/*html5*/
article, aside, dialog, footer, header, section, nav, figure, menu {
	display:block;
}
img {
	vertical-align:top;
}
fieldset {
	display:block;
}