@charset "utf-8";
@import url("font.css");

/* default */
html, body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "Nanum Gothic Coding" !important;
	color: #333;
	scrollbar-face-color: #ffffff;
	scrollbar-shadow-color: #a8a8a8;
	scrollbar-highlight-color: #f7f7f7;
	scrollbar-3dlight-color: #e5e5e5;
	scrollbar-darkshadow-color: #e5e5e5;
	scrollbar-track-color: #ffffff;
	scrollbar-arrow-color: #a2a2a2;
	/*overflow: hidden;*/
	box-sizing: border-box;
	word-wrap: break-word;
	word-break: break-all;
}

img {
	font-size: 0px;
	line-height: 0px;
	vertical-align: middle;
	border: 0;
}

h1, h2, h3, h4, h5, h6, form, ul, li, ol, dl, dt, dd, blockquote, p {
	list-style: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

input, select, textarea, button {
	font-family: "Nanum Gothic Coding" !important;
	font-size: 100%;
}

input {
	padding: 0 10px;
	border: 1px solid #bfbfbf;
}

select.select {
	margin: 1px 0 0;
	border: 1px solid #7d7d7d;
}

textarea {
	overflow: auto;
}

pre {
	font-family: "Nanum Gothic Coding" !important;
	margin: 0;
	padding: 0;
	white-space: pre-line;
}

fieldset, legend {
	margin: 0;
	padding: 0;
	border: 0;
	display: none;
}

caption {
	font-size: 0;
	margin: 0px;
	padding: 0px;
	display: none;
}

fieldset legend {
	display: none;
}

em {
	font-style: normal;
}

cite, code, dfn, del, ins, label, q, span, strong {
	display: inline-block;
}

label {
	cursor: pointer;
}

a, img {
	selector-dummy: expression(this.hideFocus=true);
}

/* table */
table {
	border-collapse: collapse;
	border-spacing: 0;
	box-sizing: border-box;
	table-layout: fixed;
	empty-cells: show;
	width: 100%;
}

table th, table td {
	padding: 0;
	text-align: left;
	font-weight: normal;
}

/* list */
dd, dl, ol, ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

/* link */
a {
	text-decoration: none;
	outline: none;
}

a:link {
	text-decoration: none;
	outline: none;
}

a:focus {
	outline: none;
}

a:hover {
	text-decoration: none;
	outline: none;
}

label.error {
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	padding: 10px;
	background: red;
	position: absolute;
	line-height: 18px;
	border-radius: 8px;
	z-index: 1000;
}

.btn1 {
	background: #BC3C2F;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
}

.btn2 {
	background: #29B0F9;
	color: #fff;
	border: 0;
	padding: 5px 10px;
	cursor: pointer;
}

.btna1 {
	background: #BC3C2F;
	color: #fff;
	border: 0;
	padding: 5px 10px;	
	font-size: 13px;
	cursor: pointer;
}

.btn3 {
	width: 100px;
	height: 33px;
	box-sizing: border-box;
	background: #8e8e8e;
	border: 1px solid #8e8e8e;
	color: white;
	text-align: center;
	cursor: pointer;
}

.btn4 {
	width: 100px;
	height: 33px;
	color: #fff;
	text-align: center;
	border: 1px solid #6aba49;
	background: #6aba49;
	box-sizing: border-box;
	cursor: pointer;
	padding-bottom: 4px;
}

.sel1 {
	padding: 6px 5px 8px 5px;
	border: 1px solid #bfbfbf;
}

.txt1 {
	height: 31px;
}

.line1 {
	font-size: 14px;
	color: #cfd2d7;
	font-weight: normal;
	padding: 0 40px;
}

.urgent {
	background: red;
	color: white;
	padding: 3px;
	border-radius: 3px;
	font-size: 10px;
}

/* 로딩이미지 */ 
#loading {
	display: none;
    z-index: 1000;
    border: none;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: transparent;
    opacity: 0.7;
    cursor: default;
    position: fixed;
}

#loading img {
	position: fixed;
	top: 46%;
	left: 50%;
	margin: -32px;
	width: 64px;
	height: 64px;
	padding: 0;
}

#loadingMask {
	display: none;
	z-index: 1010;
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: #000;
	opacity: .4;
	filter: alpha(opacity=40);
}
