::selection{
	color:#fff;
	background:#b3b8be;
}
::-moz-selection{
	color:#fff;
	background:#b3b8be;
}

* html  {height:1px; }
html, body {
	width:100%;
	min-width:700px;
	height:100%;
	margin:0px; 
	padding:0px; 
	font-family: 'Apple-Gothic','맑은 고딕', 'Malgun Gothic','Open Sans','sans-serif','dotum','돋움';
	font-size: 12px;
	letter-spacing:0px;
	vertical-align:middle;
	background-image:url("/ebiz/img/bg.jpg");
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-0-font-smoothing: antialiased;
}
label {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight:normal;
	vertical-align: baseline;
	background: transparent;
}
a {
	text-decoration: none;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
a:focus {
	text-decoration: none;
	outline:none;
	outline-offset:0;
}
a:hover {
	text-decoration: none;
}
p {
	color: #4c4c4c;
	font-size: 1em;
	line-height: 22px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	display: inline-block;
}
img {
	max-width: 100%;
	height: auto;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
	transition: all .25s ease;
}
iframe,
audio {
	width: 100%;
	height: auto;
	border: none;
}
textarea {
	width: 100%;
	border: 1px solid #dadada;
	box-shadow: none;
	outline: 0 !important;
}
input{
	font-size: 1em;
	/*border: 1px solid #f4f4f4;*/
	border: 1px solid #dadada;
	box-shadow: none;
	outline: 0 !important;
	padding: 6px 3px;
	font-size:1.3em;
}
.select {
	height: 36px;
	font-size: 1.0em;
	border: 1px solid #dadada;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	box-shadow: none;
	outline: 0 !important;
}
.form-control {
	height: 40px;
	font-size: 0.85em;
	border: 1px solid #dadada;
	box-shadow: none;
	outline: 0 !important;
}
.form-control:focus,
input:focus,
textarea:focus,
button:focus {
	border: 1px solid #f8a7b1;
	box-shadow: none;
	outline: 0 !important;
} 

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 0; 
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #919090;
  opacity:1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #919090;
  opacity:1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #919090;
  opacity:1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #919090;
  opacity:1;
}

/* 2.1 - Headings 
--------------------------------------------- */

h1 {
	font-size: 2.75em;
}
h2 {
	font-size: 2.18em;
}
h3 {
	font-size: 1.75em;
}
h4 {
	font-size: 1.375em;
}
h5 {
	font-size: 1.125em;
}
h6 {
	font-size: 1em;
}
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}




/*버튼 모음*/
.bt_radius_3{	
	border-radius:3px;
}
.bt_radius_5{	
	border-radius:5px;
}
.bt_radius_10{	
	border-radius:10px;
}
.bt_black {
	display:inline-block;
	width: 100%;
	color: #ffffff;
	font-size:1.0em;
	padding: 9px 36px;
	background-color: #414141;
	border:0px;
	cursor:pointer;
}
.bt_black:focus, .bt_black:hover {
	color: #ffffff;
	background-color: #000;
	border: none;
	outline: 0;
}

#wrap {
	position: relative;
	width: 100%;
	min-width: 100%;
	height: 100%;
	min-height: 100%;
	content: '';
	padding: 0px;
	margin: 0 auto;
}
.login_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	width:100%;
	max-width:700px;
	padding:10px;
	margin-top: -250px;
	margin-left: -350px;
	vertical-align: middle;
	text-align:center;
}
.img {
	width: 100%; 
	padding:0px 0px 20px 0px; 
	margin:0px auto;
}
.img img {
	max-width:100%; 
	border:0px;
	vertical-align:middle;
}
.form {
	float:left;
	width:100%;
	margin: 0px auto;
	padding: 40px 20px;
	text-align: left;
	background-color:#fff; 
	border-radius:20px 20px; 
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,.1);
	-webkit-filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
	-moz-filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
	-ms-filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
	-o-filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
	filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
}
.form ul{
	margin:0px auto;
	padding:0px 0px;
	text-align:center;
}
.form ul li{
	display:inline-block;
	margin:0px auto;
	padding:0px 5px;
	font-weight: bold;
	text-align:center;
}
.copy{ 
	float:left;
	position: relative;
	width:100%;
	text-align:center; 
	font-size:0.9em;
	color: #767676;
	padding:20px 0px 0px 0px;
}

.line_top {
	border-top: 1px solid #f4f4f4;
}


@media (max-width: 700px) {
	html, body {
		width:100%;
		min-width:100%;
		height:100%;
		margin:0px auto; 
		padding:0px 0px; 
		font-family: 'Apple-Gothic','맑은 고딕', 'Malgun Gothic','Open Sans','sans-serif','dotum','돋움';
		font-size: 12px;
		letter-spacing:0px;
		vertical-align:middle;
		background-image:url("/ebiz/img/bg.jpg");
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-ms-font-smoothing: antialiased;
		-0-font-smoothing: antialiased;
		overflow:hidden;
	}
	.login_wrap {
		float:left;
		position: absolute;
		top: 50%;
		left: 10px;
		width:100%;
		padding:0px;
		margin: -350px auto auto auto;
		vertical-align: middle;
		text-align:center;
	}
	.img {
		float:left;
		width: 90%; 
		padding:0px 0px 20px 0px; 
		margin:0px auto;
		/*display: none;*/
	}
	.form {
		width:95%;
		margin: 0px auto;
		padding: 0px 0px;
		text-align: left;
		background-color:#fff; 
		border-radius:0px 20px; 
		box-shadow: 3px 3px 5px 0px rgba(0,0,0,.1);
		-webkit-filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
		-moz-filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
		-ms-filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
		-o-filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
		filter: drop-shadow(3px 3px 5px 0px rgba(0,0,0,.3));
	}
	.form ul{
		float:left;
		margin:0px auto;
		padding:40px 30px;
		height: auto;
		text-align:center;
	}
	.form ul li{
		float:left;
		margin:0px auto;
		padding:5px 0px;
		font-weight: bold;
		text-align:left;
	}
	.form ul li.tt{
		width: 13%;
		height: 60px;
		font-size:1.4em;
		line-height: 60px;
		padding:5px 0px;
	}
	.form ul li.td{
		width: 85%;
		height: 60px;
		padding:5px 0px;
	}
	.form ul li.full{
		width: 100%;
		padding:5px 0px;
	}
	.form ul li.td input{
		width: 100%;
		padding: 15px 3px;
		font-size: 1.8em;
	}
	.bt_black {
		float:left
		width: 100%;
		color: #ffffff;
		font-size:2.0em;
		font-weight:bold;
		padding: 10px 40px;
		background-color: #414141;
		border:0px;
		cursor:pointer;
	}
	.bt_black:focus, .bt_black:hover {
		color: #ffffff;
		background-color: #000;
		border: none;
		outline: 0;
	}
}