.register{
	padding:20px 0;
}
.register .content{
	padding: 20px 0;
    float: left;
	width: 100%;
}
.red_title{
	text-align: center;
    font-size: 18px;
    color: #e22e4c;
    padding: 10px 0;
}
/**************************************************************
										          步驟
**************************************************************/
.steps {
    height: 50px;
	background:#FFF;
	box-shadow: 0 1px 1px rgba(0,0,0,.1);
    border-radius: 2px;
}
.steps ul li {
    display: inline;
    float: left;
    width: 25%;
    padding-left: 40px;
    height: 50px;
    line-height: 50px;
	color:#808080;
	font-size:18px;
	position:relative;
}
.steps ul li span.number {
	display: inline-block;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #FFF;
    background: #c8c8c8;
    border-radius: 50%;
	font-weight:bold;
}
/*選中*/
.steps ul li.active {
	color:#FFF;
	background:#e22e4c;
}
.steps ul li.active span.number {
    color: #e22e4c;
    background: #FFF;
}
/*左三角*/
.steps ul li.active:before {
    content: " ";
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #FFF;
    position: absolute;
	left:0;
    top: 50%;
    margin-top: -25px;
}
/*右三角*/
.steps ul li.active:after {
    content: " ";
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #e22e4c;
    position: absolute;
	left:100%;
    top: 50%;
    margin-top: -25px;
}
/*限制第一個沒有左三角*/
.steps ul li:first-child.active:before {
	display:none;
}
/*限制第四個沒有右三角*/
.steps ul li:last-child.active:after {
	display:none;
}
/**************************************************************
										          步驟一
**************************************************************/
.register_btn {
	float: left;
    width: 100%;
}
.register_btn a {
    float: left;
	padding:10px;
	width:25%;
}
.register_btn a img {
    border-radius: 20px;
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
}
.register_btn a img:hover{
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
	border: solid 3px #e4425d;
}

/**************************************************************
										          步驟二
**************************************************************/
.register .main{
	background:#FFF;
	border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
	float: left;
	width: 100%;
}
.register .main .title{
	color:#FFF;
	background: rgba(226, 46, 76, 0.9);
	text-align:center;
	padding:8px 0;
	font-size: 18px;
	position:relative;
}
/*小三角*/
.register .main .title:after {
	content: " ";
    border-style: solid;
    border-width: 7px 10px 0 10px;
    border-color: rgba(226, 46, 76, 0.9) transparent transparent transparent;
    position: absolute;
    left: 50%;
	top: 100%;
    margin-left: -10px;
}
.register .main .content{
	padding: 20px;
}

/********** 表單 **********/
#address1 > div, #address2 > div{
	margin-bottom: 20px;
}

/*按鈕*/
button{
	width: 200px;
    background: #e22e4c;
    color: #FFF;
    height: 40px;
    border: none;
    display: inline-block;
    margin: auto;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    border-radius: 4px;
	-o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
button:hover{
	box-shadow: 0 4px 18px 1px rgba(0,0,0,.2);
	-webkit-filter: brightness(110%);
	filter: brightness(110%);
	-webkit-transform: translateY(-4px);
    transform: translateY(-4px);
}

/**************************************************************
										       步驟三、四
**************************************************************/
.audit{
    background: #FFF;
    border-radius: 4px;
    box-shadow: 0 2px 2px rgba(0,0,0,.2);
    padding: 20px;
}
.audit_main{
	display: flex;
    align-items: center;
    justify-content: center;
}
.audit_photo{width: 250px;}
.audit_content{padding-left: 30px;}
.audit_content div:nth-of-type(1){
	font-size: 35px;
    font-weight: bold;
    padding-bottom: 20px;
	line-height: 1.1em;
}
.audit_content div:nth-of-type(2), .audit_content div:nth-of-type(3){font-size: 22px;}
.audit_content div:nth-of-type(2){padding-bottom: 10px;}
    
.audit_content div:nth-of-type(2) span{color: #e22e4c;}
.audit_btn{ padding:10px 0;text-align: center;}

/**************************************************************
								扶輪公益網會員服務條款
**************************************************************/
.agree_content{
	white-space: pre-wrap;
	word-wrap: break-word;
	padding: 10px;
	text-align: justify;
}
.agree_content span{
	font-weight: bold;
	color: #000;
	font-size: 20px;
	line-height: 2em;
}

/*------------------------------------------------------
Media Queries 
--------------------------------------------------------*/
@media (max-width:991px){
	.register {
		padding: 20px 5px;
	}
	/*步驟*/
	.steps ul li {
		width: 50%;
		padding-left: 10px;
		background: #FFF;
	}
	/*內頁間距*/
	.register .main .content {
		padding: 20px 5px;
	}
	/*按鈕*/
	.register_btn {
		display: block;
		padding: 0 5px;
	}
	.register_btn a {
		width: 50%;
		padding: 5px;
	}
	.register_btn a:last-child {
		padding: 5px;
	}
	/*審核*/
	.audit_main {
		display: block;
	}
	.audit_photo {
		display: inline;
	}
	.audit_content {
		padding:0;
	}
	/*下方按鈕*/
	button, #submit {
		width: 45%;
	}
}