@charset "utf-8";

.join_step1_h1 {

}
.join_step1_box {
	border: 1px solid #eeeeee;
	padding: 10px;
	color: #949494;
	height: 150px;
	overflow-x: hidden;
	overflow-y: scroll;
}
.join_step1_label {
	display: block;
	padding: 0px 0px 30px 10px;
	color: #7c7c7c;
	line-height: 30px;
}
.join_step1_label input {
	vertical-align: middle;
}
.join_step1_p {
	text-align: center;
	color: #7c7c7c;
	line-height: 30px;
}
.join_step1_p input {
	vertical-align: middle;
}
.join_step1_btns {
	text-align: center;
}
.join_step1_btns img {
	cursor: pointer;
}
.join_step2_box {
}
.join_step2_h1 {
	font-size: 13px;
	text-align: center;
	margin: 30px 0px;
}
.join_step2_sbox {
	text-align: center;
	width: 400px;
	height: 150px;
	margin: 0 auto;
}
.join_step2_sbox div {
	float: left;
	text-align: center;
	padding: 0px 30px;
}
.join_step2_clear {
	clear: both;
}
.join_step3_h1 {
	font-size: 13px;
	text-align: left;
	margin: 30px 0px;
}
.join_step3_table {
	width: 100%;
}
.join_step3_table tbody th {
	background-color: #f4f4f4;
	border-top: 1px solid #e0e0e0; 
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-weight: bold;
}
.join_step3_table tbody td {
	background-color: #fff;
	border-top: 1px solid #e0e0e0; 
	height: 40px;
	line-height: 40px;
	text-align: left;
	font-weight: bold;
	padding: 0px 10px;
}
.join_step3_table tbody td input {
	height: 30px;
	line-height: 30px;
	border: 1px solid #dedddd;
	margin-top : 5px;
	vertical-align: middle;
}
.join_step3_table tbody td input.long {
	width: 50%;	
}
.join_step3_table tbody td input.middle {
	width: 30%;	
}
.join_step3_table tbody td input.short {
	width: 20%;	
}
.join_step3_table tbody th.last, .join_step3_table tbody td.last {
	border-bottom: 1px solid #e0e0e0; 
}
.join_step3_table tfoot td.btns {
	padding: 20px 0px;
	text-align: center;
}
.join_step3_table tfoot td.btns .submit_btn {
	cursor: pointer;
}
.btns_in_join {
	cursor: pointer;
	border: 1px solid #474343;
	background-color: #474343;
	height: 32px;
	line-height: 32px;
	color: #fff;
	padding: 0px 15px;
	vertical-align: middle;
}

/* mobile */
/* 320px 이하  시작 */
@media only screen and (max-width: 320px) {

.join_step3_table tbody td input.middle {
	width: 80%;
}

.btns_in_join {
	padding: 0 15px;
	display: block;
}
.join_step3_table tbody td input.long {
	width: 80%;
}

.join_step3_table tbody td label {
	display: block;
}
.mhidden {
	display: block;
}

}
/* 320px 이하 끝 */
/* 360px 이상 시작 */
@media only screen and (min-width:360px) and (max-width: 480px) {

.join_step3_table tbody td input.middle {
	width: 80%;
}

.btns_in_join {
	padding: 0 15px;
	display: block;
}
.join_step3_table tbody td input.long {
	width: 80%;
}

.join_step3_table tbody td label {
	display: block;
}
.mhidden {
	display: block;
}

}
/* 360px 이상 끝 */
/* 480px 이상 시작 */
@media only screen and (min-width:480px) and (max-width: 768px) {

.join_step3_table tbody td input.middle {
	width: 80%;
}

.btns_in_join {
	padding: 0 15px;
	display: block;
}
.join_step3_table tbody td input.long {
	width: 80%;
}

.join_step3_table tbody td label {
	display: block;
}
.mhidden {
	display: block;
}

}
/* 480px 이상 끝 */
/* 768px 이상 시작 */
@media only screen and (min-width:768px) and (max-width: 900px) {


}
/* 768px 이상 끝 */

