*{
	box-sizing: border-box;
}

html, body {
	margin: 0px;
	font-size: 12px;
	-webkit-text-size-adjust: none;
	font-family: Dotum, Arial, Helvetica, sans-serif;
	background-position: top;
	background-image: url("../images/login_bg.jpg");
	background-repeat: no-repeat;
	background-color: rgb(22, 22, 22);
	position: relative;
}
input[type="text"], input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	border: none;
	outline: none;
	height: 26px;
	padding: 3px 5px;
	font-size: 16px;
	font-family: Dotum, Arial, Helvetica, sans-serif;
}
select {
	display: inline-block;
	*zoom: 1;
	*display: inline;
	padding: 3px 0px 3px 3px;
}
a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

a:focus {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #fff;
	text-decoration: none;
}

#div_Block_Layer {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	background-color: #000;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
}

#img_Loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -16px;
	margin-left: -16px;
	z-index: 500;
	width: 32px;
}

#div_Block_Layer_2 {
	filter: alpha(opacity=0);
	-moz-opacity: 0.0;
	-khtml-opacity: 0.0;
	opacity: 0.0;
	background-color: #000;
	z-index: 1000;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	position: fixed;
	display: none;
}

#div_Content_Box {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 100%;
}

#div_Default_Frm {
	position: relative;
	top: 0px;
	margin: 0px auto;
	width: 400px;
	height: 650px;
	background-image: url('../images/login_frm.png');
	background-repeat: no-repeat;
}

#txt_Log_id, #txt_Log_Pass {
	padding: 5px;
	border: 0px currentColor;
	border-image: none;
	width: 231px;
	height: 45px;
	color: white;
	position: absolute;
	background-color: transparent;
}

.txt_Log_id_1 {
	left: 85px;
	top: 384px;
}
.txt_Log_Pass_1 {
	left: 85px;
	top: 452px;
}

.div_Login_1 {
	left: 138px;
	top: 506px;
	width: 128px;
	height: 38px;
	position: absolute;
	cursor: pointer;
}

.div_Join {
	left: 138px;
	top: 550px;
	width: 128px;
	height: 38px;
	position: absolute;
	cursor: pointer;
	background-image: url('../images/join_btn.png');
	background-repeat: no-repeat;
}

.div_Login_2 {
	height: 70px;
	top: 454px;
	cursor: pointer;
}

#div_Join_Box {
	position: absolute;
	width: 700px;
	top: 0px;
	left: 50%;
	margin-left: -370px;
	z-index: 1100;
	display: none;
	margin-bottom: 50px;
}

#div_Join_Box input[type=text], #div_Join_Box input[type=password], select, textarea {
	border: solid 1px #dedede;
	background-color: #fff;
	color: #000;
}
#div_Join_Box a {
	vertical-align: middle;
}
#div_Join_Body {
}

#div_Join_Tilte {
	width: 100%;
	height: 330px;
	background-image: url('../images/join_frm_title_w.png');
}

#div_Join_Con {
	width: 100%;
	padding: 0px 50px;
	background-color: #f2f2f2;
}

.div_Join_Tr {
	width: 100%;
	height: 50px;
	display: table;
	table-layout: fixed;
	border-bottom: solid 1px #dedede;
	border-left: solid 1px #dedede;
	border-right: solid 1px #dedede;
}

.div_Join_Tr > div {
	display: table-cell;
	height: 27px;
	vertical-align: middle;
}

.div_Join_Tr_First {
	border-top: solid 1px #dedede;
}

.div_Join_Th {
	width: 20%;
	padding-left: 20px;
	font-weight: bold;
	color: #000;
	border-right: solid 1px #dedede;
	background-color: #e5e5e5;
}

.div_Join_Td {
	width: 80%;
	padding-left: 20px;
}

#a_Check_Overlap {
	margin: 0px 10px;
	display: inline-block;
	width: 60px;
	height: 27px;
	background: url('../images/check_btn.png') no-repeat;
}

#div_btn_Join {
	position: relative;
	top: 20px;
	left: 50%;
	margin-left: -80px;
	width: 160px;
	height: 40px;
	cursor: pointer;
}

#div_Join_Foot {
	width: 100%;
	height: 118px;
	background-image: url('../images/join_frm_foot_bg_w.png');
}

