﻿*{
	box-sizing: border-box;
}

html, body {
    margin: 0px;
    font-size: 12px;
    -webkit-text-size-adjust: none;
    font-family: 굴림, 돋음, Dotum, Arial, Helvetica, sans-serif;
    background-color: #f6f6f6;
    position: relative;
    color: #000;
}
input[type="text"], input[type="password"] {
	display: inline-block;
	vertical-align: middle;
	line-height: 16px;
	height: 30px;
	padding: 3px 5px;
	font-size: 12px;
	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: -40px;
    margin-left: -180px;
    z-index: 500;
    width: 360px;
}

#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: 260px;
    height: 720px;
    background-image: url('../images/login_frm.png?ver=201805261223');
    background-repeat: no-repeat;
}

#div_Default_Frm label {
	position: absolute;
	width: 260px;
	height: 50px;
	padding: 10px 10px 10px 55px;
}

#div_Default_Frm div {
	position: absolute;
	width: 260px;
}

#lb_Log_id_1 {
    top: 428px;
}

#txt_Log_id, #txt_Log_Pass {
    width: 100%;
    border: 0px;
    background-color: transparent;
    color: #000;
}
#lb_Log_Pass_1 {
    top: 483px;
}

.div_Login_1 {
    height: 70px;
    top: 543px;
    cursor: pointer;
}

.div_Join {
    height: 50px;
    top: 620px;
    cursor: pointer;
    background-image: url('../images/join_btn.png?ver=201805261223');
    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?ver=201805261223');
}

#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?ver=201805261223');
}

