/* CSS Document */
@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap");

/******************
	etc
******************/
/*	ime-mode		*/
.ime-d,
.TEL,
.HP,
.EMAIL,
.Number {
	ime-mode: disabled;
}
.ime-a {
	ime-mode: active;
}
/*	button	*/
button {
	cursor: pointer;
}

a {
	color: #06b7f0;
}
a:hover,
a:active,
a:focus {
	color: #06b7f0;
	outline: none;
	text-decoration: none;
}
p {
	margin-bottom: 1.5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0 0 15px 0;
}
hr {
	border-top: 1px solid #ddd;
}
::-webkit-selection {
	color: #fff;
	background: #06b7f0;
}
::-moz-selection {
	color: #fff;
	background: #06b7f0;
}
::selection {
	color: #fff;
	background: #06b7f0;
}
a {
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

table caption {
	position: absolute;
	left: -200%;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.input-inline-block {
	display: inline-block;
}

/******************
	bootstrap 호환
******************/
.form-horizontal {
}
.form-inline {
	margin: 10px auto;
}
.page-header {
	margin-top: 0;
	padding-top: 40px;
}
html {
	height: 100%;
}
body {
	min-height: 100%;
}

.form-control {
	font-size: 9pt;
	padding: 3px 4px;
	height: 28px;
}
.form-control.inline {
	display: inline-block;
	width: auto;
	max-width: 60px;
	padding: 6px;
	vertical-align: middle;
}
.form-control.inline + span {
	margin-left: 5px;
	margin-right: 5px;
}

/******************
	font
	Nanum Gothic Coding
	Jua
******************/
body {
	color: #3b3b3b;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 16px;
	line-height: 1.6;
}

/******************
	z-index
******************/
#header {
	z-index: 4000;
}
#Content {
	z-index: 1;
}
footer {
	z-index: 8000;
}
.modal {
	z-index: 9995;
}

/******************
	color
******************/
body {

}

footer {
	background-color: #424242;
	color: #878e90;
}
/******************
	layout
******************/
#wrapper {
    position: relative;
}

#bt_confog {
    position: fixed;
    left: 0;
    top: 0;
    font-size: 9pt;
    color: #fff;
}