img{width: 100%;height: 100%;}
.banner1{
	width: 100%;
	display: inline-block;
  	padding-top:50%;
  	margin: 0;
  	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-image: url('../images/banner1.png');
  	border-radius: 12px;
}
.banner2{
	width: 100%;
	display: inline-block;
  	padding-top:50%;
  	margin: 0;
  	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-image: url('../images/banner2.png');
  	border-radius: 12px;
}
.banner3{
	width: 100%;
	display: inline-block;
  	padding-top:42%;
  	margin: 1em 0 0 0;
  	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-image: url('../images/banner3.png');
  	border-radius: 12px;
}

/*-----------*\
	會員說明
\*-----------*/
/* uniopen會員福利說明 */
.join_info_title{
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 2em;
}
.title{
	text-align: center;
}
.description{
	text-align: center;
	color: #9696AD;
}
.join_info_content{
	position: relative;
}
.join_info_block{
	display: flex;
	flex-wrap: wrap;	
	max-width: 80%;
	margin: 0 auto;
}
.info_pic_left{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10%;
	display: inline-block;
  	padding-top:30%;
  	margin: 0;
  	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-image: url('../images/info_pic_left.png');
}
.info_pic_right{
	position: absolute;
	top: 0;
	right: 0;
	width: 10%;
	display: inline-block;
  	padding-top:30%;
  	margin: 0;
  	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-image: url('../images/info_pic_right.png');
}
.join_info_box{
	width: calc(100%/3);
    padding: 0 .4em;
    margin-bottom: 2em;
    box-sizing: border-box;
}
.join_info{
	color: #fff;
	background-color: #FF689D;
	border-radius: 100px;
	font-size: 1.4em;
	font-weight: bold;
	padding: .2em;
    line-height: inherit;
    align-items: center;
    display: flex;
}
.join_info ~ p{
	padding:1em;
	line-height: 1.5em;
}
.circle{
	width: 40px;
	height: 40px;
	font-weight: bold;
	font-size: 1.4em;
	border-radius: 100px;
	background-color: #fff;
	color: #FF689D;
	vertical-align: middle;
	margin-right: .4em;
	text-align: center;
    line-height: 1.4em;
}


/* 步驟 */
.step_title{
	font-size: 1.4em;
	text-align: center;
	padding-bottom: 1em;
}
.step_block{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.step_block ~ .btn-box{
	width: 50%;
	margin: 2em auto 1em auto;
}
.btn-box ~ p{
	text-align: center;
}
.step_box{
	display: flex;
	align-items: center;
	height: 100%;
	width: 100%;
	margin-right: .4em;
}
.step_box:after{
	content: url('../images/arrow.png');
	display: inline-block;
	vertical-align: middle;
	margin-left: .4em;
}
.step{
	color: #fff;
	border-radius: 32px;
	font-size: 1.2em;
	display: inline-block;
	width: 100%;
	background-color: #CF7FFA;
	text-align: center;
	padding: .4em;
	box-sizing: border-box;
}
.s_box{
	background-color: #fff;
    color: #B353E6;
    border-radius: 100px;
    padding: .2em 0;
    font-size: 1.2em;
    font-weight: bold;
}

.step_1,.step_2,.step_3{
	margin-top: .4em;
	margin-bottom: .4em;	
}

.step_4{
	width: 24%;
	display: inline-block;
  	padding-top:8%;
  	margin: 0;
  	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
  	background-image: url('../images/join_succcess.png');
}


/* 認證會員 */
.join_arrow{
	background-image: url('../images/join_arrow.png');
	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
	display: inline-block;
	margin-left: -16px;
	width: 8%;
	padding-top: 20%;
}
.gray_block{
	background-color: #E9E9E9;
	padding: 2em 4em;
	border-radius: 8px;
	height: 240px;
	box-sizing: border-box;
}
.pink_block{
	background-color: #FFD1DF;
	padding: 2em 4em;
	border-radius: 8px;
	height: 240px;
	box-sizing: border-box;
}
.gray_block ul,.pink_block ul{list-style-type: decimal; line-height: 2em;}
.pink_title{ color: #FF3774; font-size: 1.4em; text-align: center; font-weight: bold;padding:.4em;}
.pink_title2{ color: #FF369A; font-size: 1.4em; text-align: center; font-weight: bold;padding:.4em 0;}
.gray_title{ color: #4C4C4C; font-size: 1.4em; text-align: center; font-weight: bold;padding:.4em;}


/* OPEN錢包 */
.wallet_title_1{
	background-color: #CF7FFA;
	color: #fff;
	text-align: center;
	padding: .6em 1em;
	border-radius: 16px;
	font-size: 1.4em;
	font-weight: bold;
}

.wallet_title_2{
	background-color: #8081FF;
	color: #fff;
	text-align: center;
	padding: .6em 1em;
	border-radius: 16px;
	font-size: 1.4em;
	font-weight: bold;
}
.wallet_box{ width: 100%; padding-right:.8em;}
.wallet_step_1{color: #CF7FFA; font-size: 1.2em; font-weight: bold;}
.wallet_step_2{color: #8081FF;font-size: 1.2em; font-weight: bold;}
.t_bold{font-size: 1.2em; font-weight: bold;}

/*-----------*\
  end 會員說明
\*-----------*/


/*---------------*\
	OPENPOINT點數
\*---------------*/

.point_step_1,.point_step_2,.point_step_3,.point_step_4,.point_step_5{
	width: 100%;
	display: inline-block;
  	padding-top:20%;
  	margin: 0 .4em;
  	background-position: center;
  	background-size: contain;
  	background-repeat: no-repeat;
}
.point_step_1{background-image: url('../images/point_step_1.png');}

.point_step_2{background-image: url('../images/point_step_2.png');}

.point_step_3{background-image: url('../images/point_step_3.png');}

.point_step_4{background-image: url('../images/point_step_4.png');}

.point_step_5{background-image: url('../images/point_step_5.png');}

.point_box{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 1em;
    line-height: 1.5em;
}
.point_content{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0 2em;
}

.point_content .btn-style{
	margin: 1em 0;
}
/*---------------*\
 end OPENPOINT點數
\*---------------*/

/*----------*\
	OP錢包
\*----------*/

.wallet_content{
	width: 100%; 
	margin: 0 4em;
}
.wallet_content li{
	line-height: 2em;
}

.circle_purple{
	font-weight: bold;
	font-size: 1em;
	padding: .2em .6em;
	border-radius: 100px;
	background-color: #CF7FFA;
	color: #fff;
	vertical-align: middle;
	margin-right: .4em;
}


/*----------*\
  end OP錢包
\*----------*/



/* $Mobile
--------------------------------------------------------------------------------------*/
/* --- Large devices (tablets) (phones)--- */
@media( max-width:1199.98px ){
	/*-----------*\
		會員說明
	\*-----------*/
	/* 會員福利說明 */
	.join_info_title {
	    padding-bottom: 1em;
	}
	.join_info_block{
		flex-direction: column;
		max-width: 100%;
	}
	.join_info_box{
		width: 100%;
		margin-bottom: 1em;
	}
	.info_pic_left,.info_pic_right{
		display: none;
	}

	/* 步驟 */
	.step_title{
		font-size: 1.4em;
		text-align: center;
		padding-bottom: .4em;
	}
	.step_block{
		flex-direction: column;
	}
	.step_box{
		display: block;
		margin-bottom: .8em;
		margin-right: 0;
	}
	.step_box:after{
		content: url('../images/arrow-down.png');
		width: 100%;
		margin: 4px 0 0 0;
		text-align: center;
	}
	.step_4{
		width: 100%;
		padding-top: 30%;
	}
	.step_block ~ .btn-box{
		width: 100%;
	}
	.btn-box ~ p{
		margin-bottom: 2em;
	}

	/* 認證會員 */
	.gray_block,.pink_block{
		padding: 1em 1em 1em 2em;
		height: auto;
	}
	.join_arrow{
		width: 100%;
		margin: -16px 0 0 0;
		padding-top: 32%;
		background-image: url('../images/join_arrow_down.png');
	}
	/*-----------*\
  	  end 會員說明
	\*-----------*/
	/*---------------*\
  		OPENPOINT點數
	\*---------------*/
	.point_step_1,.point_step_2,.point_step_3,.point_step_4,.point_step_5{padding-top:60%;}
	.point_content{padding:0;}
	.point_content .btn-style{margin: 1em auto;}
	/*---------------*\
  	 end OPENPOINT點數
	\*---------------*/
	/*----------*\
		OP錢包
	\*----------*/
	.wallet_content{
	    margin: 1em 4em 2em 4em;
	}
	.wallet_content li {
	    line-height: 2em;
	    text-indent: -34px;
	    margin-left: 40px;
	}
	/*----------*\
	  end OP錢包
	\*----------*/
}
