@charset "utf-8";

/** 리스트 **/
.join_tbl_title{
	margin:20px 0 10px 17px;
	width:842px;
	text-align:left;
	margin-top:20px;
	display:block;
}
#join_tbl{
	margin-left:17px;
	border-top-width:0;
	width:842px;
}
#join_tbl th{
	font-size:12px;
	border-bottom:1px #cccccc solid;
	border-left:1px #cccccc solid;
	text-align:left;
	line-height: 17px;
	padding:10px;
}
#join_tbl th:first-child{
	border-left-width:0;
}

#join_tbl th.th1{
	border-top:2px #D72B37 solid;
}
#join_tbl th.th2{
	border-top:2px #5C9425 solid;
}
#join_tbl th.th3{
	border-top:2px #878787 solid;
}
#join_tbl th.th4{
	border-top:2px #157CBF solid;
}
#join_tbl th.th5{
	border-top:2px #67449E solid;
}
#join_tbl th.th6{
	border-top:2px #27989C solid;
}
#join_tbl th.th7{
	border-top:2px #E35024 solid;
}
#join_tbl th.th8{
	border-top:2px #CEAE01 solid;
}
#join_tbl td{
	height:42px;
	border-bottom:1px #cccccc dotted;
	font-size:12px;
}
#myherald_tbl td.left{
	text-align:justify;
}
/** 회원가입 **/
#content_area {
	margin: 20px 80px;
	font-size:12px;
}
/* 회원가입 */
.section_membership .step {
	overflow: hidden;
	padding-bottom: 30px;
	margin-left:50px;
}
.section_membership .step li {
	float: left;
}
.section_membership h3.tit {
	padding-bottom: 30px;
}
.section_membership .join_end {
	width: 410px;
	margin: 35px 0 30px 117px;
	padding: 60px 0;
	text-align: center;
	/*border-top: 1px solid #D0D0D0;
	border-bottom: 1px solid #D0D0D0;*/
}
.section_membership .btn_c {
	text-align: center;
}
/* 가입 기본정보 */
.section_membership h3.tit2 {
	padding-bottom: 10px;
}
.tbl_write {
	width: 100%;
	margin-bottom: 10px;
	border-top: 3px solid #5758a6;
}
.tbl_write th.bul2 {
	background: #F8F8F8;
}
.tbl_write th, .tbl_write td {
	height: 34px;
	text-align: left;
	border-bottom: 1px solid #E5E5E5;
	color: #444;
}
.tbl_write th {
	padding-left: 35px;
	height: 24px;
	padding-top: 10px;
	background: #F8F8F8;
	vertical-align: top;
}
.tbl_write td {
	padding-left: 20px;
	vertical-align: middle;
}
.tbl_write td .input_text {
	height: 17px;
	padding-left: 2px;
	color: #444;
	vertical-align: middle;
	font-family: Dotum,Arial,sans-serif;
}
.section_membership .btn_c img {
	margin-right: 13px;
}
.tbl_write td .td_desc {
	font-size: 11px;
	color: #666;
}
/* 이용약관 */
.agree_info_box2 {
	height: 190px;
	margin-bottom: 18px;
	padding: 10px;
	overflow-y: auto;
	border: 1px solid #EDECEC;
	background: white;
	line-height: 13px;
	color: #666;
}
.agree_info_box2 p {
	margin-bottom: 12px;
}
.section_membership .agree_check2 {
	padding-bottom: 40px;
	color: #666;
}
/* 개인정보 보호정책 */
.agree_list3 {
	overflow: hidden;
	margin: 0 0 20px 20px;
}
.agree_list3 li {
	float: left;
	width: 269px;
	color: #666;
	line-height: 20px;
}
.agree_list3 li.last {
	width: 353px;
}
.agree_list3 li a {
	color: #666;
}
.agree_list3 li span {
	display: inline-block;
	width: 28px;
	color: #444;
}
.site_agreement {
	height: 369px;
	padding: 28px 26px;
	border: 1px solid #E2E2E2;
	background: #F6F6F6;
	overflow-y: auto;
}
/* 실명확인 */
.btn_area {
	position: relative;
	text-align: center;
}
a.btn_basic {
	display: inline-block !important;
	height: 30px !important;
	line-height: 30px !important;
	padding: 0 15px !important;
	border-radius: 3px;
	color: white !important;
	text-shadow: -1px -1px 1px #373794;
	font-family: NanumGothicBoldWeb;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none !important;
	overflow: hidden;
	cursor: pointer;
	background-color: #5758a6;
	border: 1px solid #2f3187;
}
a.btn_basic_cancel{
	background-color:#43446c;
}