@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/nanumgothic.css);

/* reset */
html,
body {
	width: 100%;
	min-height: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
pre,
p,
input,
textarea,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}

body {
	font-size: 13px;
	font-family: "Nanum Gothic", "NanumGothic", "Malgun Gothic", "dotum",
		"helvetica", "sans-serif";
	color: #222;
	text-align: left;
}
img {
	border: 0;
	vertical-align: top;
}
label img {
	vertical-align: middle;
}
form,
fieldset {
	display: block;
	border: 0;
}
hr,
caption,
legend {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -1000em;
}
ul,
ol,
li {
	list-style: none;
}

hr {
	display: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
p,
acronym,
address,
big,
small,
cite,
code,
dfn,
em,
kbd,
pre,
samp,
sub,
sup,
tt,
var {
	font-weight: normal;
	font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
}

big {
	font-size: 1.2em;
}
small {
	font-size: 0.95em;
}
sub {
	font-size: 1.05em;
}
sup {
	font-size: 1.05em;
}

input,
select,
textarea {
	margin: 0;
	padding: 0;
	font-family: "Nanum Gothic", "NanumGothic", "Malgun Gothic", "dotum",
		"helvetica", "sans-serif";
	color: #555;
	vertical-align: middle;
}
blockquote,
q {
	quotes: none;
}
ins {
}
del {
	text-decoration: line-through;
}

a {
	color: #555;
	text-decoration: none;
}

/* -------------------------------------------------------------- common -------------------------------------------------------------- */
/* input, form */
input[type="text"],
input[type="password"] {
	height: 32px;
	padding: 2px 5px;
	color: #666;
	line-height: 20px;
	background: #fff;
	border: 1px solid #dbdbdb;
}
input[type="radio"] {
	width: 13px;
	height: 13px;
	vertical-align: middle;
}
input[type="checkbox"] {
	width: 13px;
	height: 13px;
	margin: -1px 2px 0 0;
	vertical-align: middle;
}
input[type="image"] {
	border: none;
}
input[type="file"] {
	height: 38px;
}
input[type="submit"] {
	padding-bottom: 2px;
}
select {
	height: 38px;
	padding: 3px;
	color: #666;
	border: 1px solid #dbdbdb;
}
textarea {
	padding: 4px;
	border: 1px solid #ccc;
}
button {
	background: none;
	font-size: 13px;
}

/* align, float */
.al_l {
	text-align: left !important;
}
.al_c {
	text-align: center !important;
}
.al_r {
	text-align: right !important;
}
.fl {
	float: left !important;
}
.fr {
	float: right !important;
}
.clear {
	clear: both !important;
}
.vat {
	vertical-align: top;
}
.vam {
	vertical-align: middle;
}
.vab {
	vertical-align: bottom;
}

/* display */
.inblock {
	display: inline-block;
}
.none {
	display: none !important;
}
.block {
	display: block !important;
}
.blind {
	visibility: hidden;
}
.hide {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -999999px;
}
.bgn {
	background: none !important;
}
.bdn {
	border: none !important;
}

/* table */
.tbl-fixed {
	table-layout: fixed;
}

/* font */
.ft_und {
	text-decoration: underline;
}
a.ft_und:hover {
	text-decoration: underline;
	font-weight: bold;
}
.ft_bold {
	font-weight: bold;
}

/* margin, padding */
.pd0 {
	padding: 0 !important;
}
.mg0 {
	margin: 0 !important;
}
.mr3 {
	margin-right: 3px !important;
}
.mr5 {
	margin-right: 5px !important;
}
.mr15 {
	margin-right: 15px !important;
}
.ml0 {
	margin-left: 0 !important;
}
.ml5 {
	margin-left: 5px !important;
}
.ml15 {
	margin-left: 15px !important;
}
.mb0 {
	margin-bottom: 0px !important;
}
.mt5 {
	margin-top: 5px !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mb3 {
	margin-bottom: 3px !important;
}
.mb5 {
	margin-bottom: 5px !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.pdl0 {
	padding-left: 0 !important;
}
.pdl5 {
	padding-left: 5px !important;
}
.pdl10 {
	padding-left: 10px !important;
}

/* skipToContent */
#skip-navi {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	z-index: 500;
}
#skip-navi dl,
#skip-navi dt,
#skip-navi dd {
	height: 0;
}
#skip-navi a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 1px;
	margin-bottom: -1px;
	margin-left: -1px;
	font-weight: bold;
	color: #000;
	text-align: center;
	white-space: nowrap;
}
#skip-navi a:hover,
#skip-navi a:active,
#skip-navi a:focus {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #666;
	color: #fff;
	z-index: 1000;
}
