.member_content {
	padding: 90px 15px;
	position: relative;
	z-index: 1;
}

.member_content::before {
	content: "";
	width: 100%;
	height: 749px;
	background-image: url('../img/mohw_fun_img019.png');
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.member_content::after {
	content: "";
	width: 1px;
	height: 120px;
	background-color: white;
	position: absolute;
	top: 0;
	left: calc(50% - 0.5px);
}

.member_title {
	max-width: 280px;
	width: 100%;
	margin: auto;
	margin-bottom: 54px;
	background-color: rgba(56, 89, 175, 0.65);
	color: white;
	font-size: 30px;
	font-family: 'Noto Sans TC', sans-serif;
	font-weight: 500;
	line-height: 120%;
	text-align: center;
	padding: 55px 20px;
}

.member_body {
	max-width: 1000px;
	margin: auto;
	background-color: #FFF;
	border: 1px solid #BDBDAE;
	padding: 90px 20px;
}

.birthday {
	height: 36px;
	display: inline-block;
	vertical-align: middle;
	padding: 5px;
}

.cart_btn_send {
	background: #6A6AFE;
}

.box_mem_login {
	margin-top: 0;
}

.history_body {
	max-width: 1320px;
	margin: auto;
	padding: 60px 20px;
	background-color: white;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.box_mem_passwd td:nth-child(1) {
	width:40%;
}

.box_mem_passwd td:nth-child(2) {
	width:60%;
} 

div.mem_receive .box_mem_passwd td:nth-child(1) {
	width:25%;
}

div.mem_receive .box_mem_passwd td:nth-child(2) {
	width:75%;
}

@media screen and (max-width: 1000px) {

	.member_content {
		padding: 90px 15px 50px 15px;
	}

	.member_body {
		padding: 40px 20px;
	}

}

@media screen and (max-width: 800px) {

	.mem_login h3 {
		text-align: left;
	}

	.box_column_history li.q span {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
}

@media (max-width:768px) {
	.member_content {
		padding: 80px 15px 50px 15px;
	}

	.member_title {
		max-width: 238px;
		padding: 40px 15px 40px 15px;
	}

	.member_title h4 {
		font-size: 22px;
	}

	.member_content::after {
		height: 95px;
	}

	div.mem_receive .box_mem_passwd td:nth-child(1) {
		width:20%;
	}
	
	div.mem_receive .box_mem_passwd td:nth-child(2) {
		width:80%;
	}
}

@media (max-width:540px) {
	div.mem_receive .box_mem_passwd td:nth-child(1) {
		width:23%;
	}
	
	div.mem_receive .box_mem_passwd td:nth-child(2) {
		width:77%;
	}
}

@media (max-width:500px){
	.member_body{
		padding:35px 15px;
	}
	
	.box_mem_passwd td:nth-child(n) {
		display: block;
		width:100%;
		text-align: left;
	}

	.box_mem_passwd p{
		word-break: break-all;
	}

	div.mem_receive .box_mem_passwd td:nth-child(1) {
		width:100%;
	}
	
	div.mem_receive .box_mem_passwd td:nth-child(2) {
		width:100%;
	}
}