@charset "utf-8";

* {
	margin:0;
	padding:0;
	vertical-align:baseline;
	background:transparent;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
header, footer, section, article, aside, nav, hgroup, details, menu, figure, figcaption, adress {	display: block;}

html { height:100%;}
body {
	height:100%;
	font-family: 'Noto Sans KR','Apple SD Gothic Neo','돋움',dotum, sans-serif;
	font-size:14px;
	font-weight: 400;
	color: rgba(0,0,0,0.78);
	letter-spacing:-1px;
	line-height:1;
}

a:link,
a:visited { color:#222; text-decoration:none;}

p { line-height:1.5;}

select { height: 40px; font-size:100%; vertical-align:middle; border: 1px solid #eee; background-color:#fff; border-radius:4px;}
select[disabled] { background-color: #f5f5f5;}

input[type=submit] { border:0; cursor:pointer; -webkit-appearance: none;}
input[type=checkbox] { border:1px solid #888;}
input[type=checkbox], input[type=radio]  {
	display: inline-block;
	width:16px;
	height:16px;
	margin-top: -1px;
	vertical-align:middle;
}
input[type=file], input[type=text], input[type=password], input[type=tel], input[type=email] {
	height: 40px;
	padding:0 10px;
	font-size:100%;
	vertical-align:middle;
	border:1px solid #eee;
	background-color:#fff;
	border-radius:4px;
	-webkit-appearance: none;
}
input[type=text]:focus, input[type=password]:focus {
	background-color:#ecf9ff;
}
input[readonly],
input[disabled] { background-color:#ccc;}

button {
	display: inline-block;
	border:0 none;
	padding:0;
	margin:0;
	font-family: 'Noto Sans KR','Apple SD Gothic Neo','돋움',dotum, sans-serif;
	font-size:100%;
	color:#222;
	vertical-align:middle;
	background:transparent;
	cursor:pointer;
}
button::-moz-focus-inner {
	margin: -1px;
	padding: 0;
}

ul, ol {
	list-style:none;
}

address,caption,cite,code,dfn,var,em {
	font-style:normal;
	font-weight:normal;
}

a,
span,
img,
label { display: inline-block; vertical-align: middle;}

textarea {
	width:100%;
	padding:5px;
	font-family: 'Noto Sans KR','Apple SD Gothic Neo','돋움',dotum, sans-serif;
	font-size:100%;
	color: #666;
	border:1px solid #eee;
	background-color:#fff;
	border-radius:0;
	resize:none;
	border-radius:4px;
	-webkit-appearance: none;
	-webkit-border-radius:0;
}
textarea[disabled],
textarea[readonly]  { background-color:#ccc;}

pre { font-family: 'Noto Sans KR','Apple SD Gothic Neo','돋움',dotum, sans-serif; white-space:pre-wrap; line-height: 18px;}

fieldset,img {
	border:0;
}

legend {
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}

.ellipsis { overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}

/* clear */
.clearfix::after { display:block; clear:both; visibility:hidden; height:0; content:'.';}
* html .clearfix {
	height:1%;
}
.hidden {
	display:none;
}
.visible {
	position:absolute;
	top:-9999px;
	width:0;
	height:0;
	overflow:hidden;
	margin:0;
	padding:0;
	visibility:hidden;
	font-size:0;
	line-height:0;
}
hr { margin: 0; border: none;}

/* Table */
caption {
	width: 0;
	height: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells:show;
}
table th,
table td { vertical-align: middle;}
