@charset "UTF-8";
#btn_insertMemebership{
	height:50px; 
	width:100%; 
	border:0; 
	color:#007BC8; 
	background:#fff;
	font-size:16px;
	margin-top:10px;
}
#join_member_div{
	width: 1000px;
    position: absolute;
    z-index: 1100;
   	display:none;
    background: #fff;
}
#join_member_title{
	height: 50px;
    color: #fff;
    background: #004b88;
    line-height: 50px;
    text-indent: 10px;
}
#join_member_title label{
	color: #fff;
    font-weight: bold;
    font-size: 14px;
    white-space: nowrap;
    float:left;
}
#join_close_btn{
	margin-right: 10px;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    width: 40px;
    line-height: 45px;
    height: 40px;
    float:right;
    font-size: 40px;
    font-weight: 800;
}
#join_member_main_div{
	background: #fff;
	width: 100%;
	padding: 10px 10px 30px 10px;
}
#join_member_main_contents{
	background: #fff;
	width: 100%;
	padding: 10px 0 10px 0;
}

#join_member_main_contents table{
	width: 100%;
	font-size: 14px;
	background:#fff;
}
#btn_member_id_duplication{
	width:81px;
	heigh:36px;
	outline:0;
	background-color:rgba(0,0,0,0);
	border:2px solid #3396ff;
	color:#3396ff;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
}
#join_member_main_contents th{
	height: 40px;
    background: #ccc;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
    font-weight: bold;
    color: #333;
    width: 14%;
    text-align: center;
}
#join_member_main_contents th.must:after {
	content:'*';
    color:red;
    font-size:18px;
}
#join_member_main_contents td{
	background-color: #fff;
    border-color: #eee;
    border-left-width: 1px;
    border-right-width: 1px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    color: #222;
    overflow-x: auto;
    border-width: 1px;
    border-style: solid;
    white-space: nowrap;
    padding-left: 10px;
    height: 40px;
    background: #fff;
    width: 40%
}
#join_member_main_contents td input[type=text],input[type=password],select{
	padding-left: 10px;
    width: 210px;
    height: 35px;
}
#join_member_chk_div{
	background: #fff;
	width: 100%;
	padding: 10px 0 10px 0;
}
#join_member_chk_div>div{
	width:46%;
	float:left;
	border:1px solid #eee;
}
#join_member_chk_div>div:last-child{
	float:right;
}
#join_member_chk_div input[type=checkbox]{
	margin:15px;
}

span{
	font-weight: bold;
    color: #333;
    font-size:14px;
	
}
span.must:after {
	content:'(필수)';
    color:red;
    font-size:12px;
}
textarea{
	width:93%;
	align:left;
	height:80px;
	margin:10px;
	padding-left:5px;
	padding-top:10px;
	padding-bottom:10px;
	padding-right:5px;
	margin-bottom:20px;
	line-height:15px;
	border-style:solid;
	border-color:#eee;
	
}
#join_member_bottom{
	background: #fff;
	width: 100%;
	height:100px;
}
#join_member_btn_area{
	float: right;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 10px;
}
#cancelMemberBtn{
	width:81px;
	heigh:36px;
	outline:0;
	background-color:rgba(0,0,0,0);
	border:2px solid #3396ff;
	color:#3396ff;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
   
}
#joinMemberBtn{
	width:81px;
	heigh:36px;
	outline:0;
	background-color:#3396ff;
	border:2px solid #3396ff;
	color:#fff;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	margin-right: 10px;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border-radius: 4px;
}

