﻿.member-info-box{
    width: 100%;
    display: block;
    position: relative;
    font-size: 0;
    margin-top: 80px;
    background-color: #f5f5f5;
}
.member-all{
	display: block;
	width: 1200px;
	max-width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 100px 0;
    position: relative;
    z-index: 9;
}
.member-left-box{
	width: 320px;
	display: inline-block;
	vertical-align: top;
}
.member-left-title-box{
	margin-bottom: 15px;
}
.member-left-title{
	font-size: 18px;
	color: #555;
	letter-spacing: 1px;
}
.member-left-title-hello{
	font-size: 18px;
	font-weight: 800;
	margin: 0 15px;
}
.member-left-title-logout{
	font-size: 14px;
	color: #888;
    transition: all .3s linear;
}
.member-left-btn-box{
	display: block;
	width: 100%;
}
.member-left-btn{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	border: 1px solid #d1d1d1;
	letter-spacing: 1px;
	margin-bottom: 15px;
	background-color: #fff;
	box-sizing: border-box;
    transition: all .3s linear;
}
.member-right-box{
	width: 800px;
	max-width: 100%;
	margin-left: 80px;
	display: inline-block;
	vertical-align: top;
}
.member-right-title{
	height: 28px;
	margin-bottom: 15px;
	font-size: 22px;
	font-weight: bold;
	display: block;
}
.member-detail-box{
	border: 1px solid #d1d1d1;
	background-color: #fff;
	margin-bottom: 15px;
}
.member-detail-info{
	display: block;
	width: 100%;
	background-color: #fff;
	box-sizing: border-box;
	padding: 20px 0;
	padding-left: 25px;
}
#member-editor .member-detail-box{
	padding: 60px 35px;
}
#member-info .member-detail-info{
	padding: 25px 0;
	padding-left: 25px;
}
.member-detail-data{
	font-size: 18px;
    letter-spacing: 1px;
	vertical-align: top;
	font-family: "roboto";
}
.member-detail-separate{
	font-size: 18px;
	color: #d1d1d1;
	vertical-align: top;
	margin: 0 10px;
}
.member-detail-title{
	font-size: 18px;
	letter-spacing: 1px;
	width: calc(100% - 128px);
	vertical-align: top;
	display: inline-block;
}
.member-detail-bottom{
	width: 100%;
	height: 100%;
	display: block;
	border-top: 1px solid #d1d1d1;
	position: relative;
}
.member-detail-project-class span{
	margin-right: 10px;
	position: relative;
}
.member-detail-project-class span:after{
	content: '/';
	font-size: 12px;
	position: relative;
	top: -1px;
	right: -4px;
}
.member-detail-project-class span:last-child:after{
	content: '';
}
#member-history .member-detail-order-bottom{
	display: none;
}
.member-detail-project{
	width: 100px;
	display: inline-block;
	vertical-align: middle;
	background-color: #ddd;
	border-right: 1px solid #d1d1d1;
	box-sizing: border-box;
	font-size: 14px;
    letter-spacing: 1px;
	text-align: center;
	height: 60px;
	line-height: 60px;
}
.member-detail-project-class-box{
	width: calc(100% - 220px);
	min-height: 60px;
	background-color: #fff;
	display: inline-flex;
	flex-direction:row;
	justify-content:flex-start;
	vertical-align: middle;
	align-items:center;
	align-content:center;
	box-sizing: border-box;
}
.member-detail-project-class{
	width: 100%;
	font-size: 14px;
    letter-spacing: 1px;
    padding-left: 25px;
    transition: all .5s linear;
}
.member-detail-money{
	width: 120px;
	display: inline-block;
	border-left: 1px solid #d1d1d1;
	vertical-align: middle;
	background-color: #ddd;
	font-size: 14px;
    letter-spacing: 1px;
	text-align: center;
	font-family: "roboto";
	color: #d3202f;
	font-weight: 600;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
}
.member-payment-box,
.member-staging-box{
    margin-top: 15px;
    line-height: 60px;
    position: relative;
}
.member-payment-list-box{
    width: 390px;
    border: 1px solid #d1d1d1;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    padding: 0 25px;
    margin-right: 15px;
	vertical-align: middle;
	background-color: #fff;
	cursor: pointer;
}
.member-payment-list-box:after {
    content: '';
    width: 0px;
    height: 0px;
    margin: 0 auto;
    border-right: 5px solid transparent;
    border-top: 9px solid #000;
    border-left: 5px solid transparent;
    display: block;
    position: absolute;
    bottom: calc(50% - 5px);
    right: 5%;
    box-sizing: border-box;
}
.member-payment-list{
	width: 390px;
	display: none;
	background-color: #fff;
    border: 1px solid #d1d1d1;
    box-sizing: border-box;
    font-size: 16px;
    padding: 10px 0;
}
.member-payment-box .member-payment-list{
	position: absolute;
	z-index: 5;
}
.member-staging-box .member-payment-list{
	position: absolute;
	z-index: 4;
}
.member-payment-list span{
    box-sizing: border-box;
    display: block;
    padding: 0 25px;
    cursor: pointer;
    transition: all .3s linear;
    width: 100%;
    line-height: 2;
}
.member-payment-btn{
	width: 120px;
    height: 60px;
	font-size: 16px;
    letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	background-color: #313131;
    border: 1px solid #d1d1d1;
	color: #fff;
	cursor: pointer;
    transition: all .3s linear;
}
.no-information{
	margin-top: 35px;
}
.member-payment-box input,
.member-staging-box input{
	opacity: 0;
	position: absolute;	
	bottom: 0;
	left: 20%;
}
.pay-info-span{
	font-size: 12px;
	line-height: 1.6;
	display: block;
	letter-spacing: 1px;
	color: #d0011b;
	margin-top: 10px;
}
/*<-----------hover----------->*/
.member-left-btn:hover,
.member-left-btn.active{
	background-color: #313131;
	color: #fff;
}
.member-payment-list span:hover{
	background-color: #888;
	color: #fff;
}
.member-payment-btn:hover{
    background-color: #960915;
    font-weight: bold;
}
.member-left-title-logout:hover{
	color: #d3202f;
}

@media only screen and (max-width: 1200px){
	.member-all{
		width: 1000px;
	}
	.member-left-box{
		width: 300px;
	}
	.member-left-title-hello{
		margin: 0 10px;
	}
	.member-right-box{
		width: 650px;
		margin-left: 50px;
	}
}
@media only screen and (max-width: 1000px){
	.member-all{
		width: 95%;
	}
	.member-left-box{
		width: 100%;
		margin-bottom: 20px;
	}
	.member-left-btn{
		display: inline-block;
		width: calc(100% / 3 - 10px);
		margin-bottom: 0;
	}
	.member-left-btn:nth-child(2){
		margin: 0 15px;
	}
	.member-right-box{
		margin-left: 0;
		width: 100%;
	}
	#member-info .member-right-title{
		display: none;
	}
	.member-info-box{
		margin-top: 62px;
	}
}
@media only screen and (max-width: 750px){
	.member-all{
		padding: 50px 0;
	}
	.member-left-title,
	.member-left-title-hello{
		font-size: 16px;
	}
	.member-left-box,
	.member-left-title-box{
		margin-bottom: 10px;
	}
	.member-left-btn{
		font-size: 16px;
		line-height: 46px;
		height: 46px;
	}
	#member-info .member-detail-info{
		padding: 10px;
	}
	.member-detail-data,
	.member-detail-separate,
	.member-detail-title{
		font-size: 16px;
	}
	.member-detail-project,
	.member-detail-money{
		height: 46px;
		line-height: 46px;
	}
	.member-detail-project-class-box{
		min-height: 46px;
	}
	.member-detail-project-class{
		padding-left: 5px;
	}
	.member-payment-list-box,
	.member-payment-list{
		width: 300px;
	}
	.member-payment-box, 
	.member-staging-box{
		line-height: 45px;
	}
	.member-payment-btn{
		height: 45px;
	}
}
@media only screen and (max-width: 550px){
	.member-info-box{
		margin-top: 42px;
	}
	.member-all{
		padding: 25px 0;
	}
	.member-left-title,
	.member-left-title-hello{
		font-size: 14px;
	}
	.member-left-box,
	.member-left-title-box{
		margin-bottom: 10px;
	}
	.member-left-btn{
		font-size: 14px;
	}
	#member-info .member-detail-info{
		padding: 5px;
	}
	.member-detail-data,
	.member-detail-separate,
	.member-detail-title{
		font-size: 14px;
	}
	.member-detail-title{
    	width: calc(100% - 107px);
	}
	.member-payment-list-box,
	.member-payment-list{
		width: 250px;
		padding: 0 10px;
	}
	.member-payment-list{
		width: 250px;
	}
	.member-payment-btn{
		width: 80px;
		font-size: 12px;
	}
	.member-detail-project{
		width: 60px;
	}
	.member-detail-project-class-box{
    	width: calc(100% - 140px);
    	padding: 0 5px;
    }
	.member-detail-project-class{
    	font-size: 12px;
	}
	.member-detail-money{
		font-size: 12px;
		width: 80px;
	}
	.member-payment-box, 
	.member-staging-box{
		line-height: 35px;
	}
	.member-payment-btn{
		height: 35px;
	}
}
@media only screen and (max-width: 400px){
	.member-payment-list-box,
	.member-payment-list{
		font-size: 12px;
		width: 212px;
		margin-right: 10px;
	}
	.member-left-btn{
		font-size: 12px;
		line-height: 30px;
		height: 30px;
	    width: calc(100% / 3 - 5px);
	}
	.member-left-btn:nth-child(2){
		margin: 0 7.5px;
	}
	.member-detail-project{
		width: 36px;
	}
	.member-detail-project-class-box{
    	width: calc(100% - 116px);	
    }
    .member-detail-data, .member-detail-separate, .member-detail-title{
    	font-size: 12px;
    	vertical-align: middle;
    }
    .member-detail-separate{
    	font-size: 14px;
    	margin: 0 5px;
    }
    .member-payment-box, .member-staging-box{
    	margin-top: 10px;
    }
    .member-detail-box{
    	margin-bottom: 0;
    }
}

/*animation*/
/*<-------------動畫------------->*/

@media only screen and (min-width: 1001px){
    .member-right-box,
    .member-left-box{
        opacity: 0;
    }
    .member-left-box{
        animation: animation_ltor 1s ease both;
    }
    .member-right-box{
        animation: animation_rtol 1s ease both;
    }
}