/*--------pop-------*/
.blackLayer{
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	background-color: rgba(0,0,0,0.7);
	z-index: 1000;
	display: none;
}
.pop_ctnr.customerservicerecord{
	width: 1200px;
	height: 750px;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url('../img/member/member_pop2_bg.png');
	padding: 0 135px;
}
.pop_ctnr.customerservicerecord h2{
	font-size: 28px;
	color: #808080;
	font-weight: bold;
	margin: 40px 0 20px 0;
}
.pop_ctnr.customerservicerecord .customer_part .info{
	position: relative;
	width: 100%;
	border-radius: 5px;
	background-color: #808080;
	padding: 10px 30px;
	text-align: left;
	color: #fff;
	font-size: 18px;
}
.pop_ctnr.customerservicerecord .customer_part .info p{
	font-weight: normal;
	color: #ccc;
	margin: 5px 0;
	font-size: 18px;
}
.pop_ctnr.customerservicerecord .hityhity_part .info{
	position: relative;
	width: 100%;
	border-radius: 5px;
	background-color: #e97aa5;
	padding: 10px 30px;
	text-align: left;
	color: #fff;
	font-weight: normal;
	font-size: 18px;
}
.pop_ctnr.customerservicerecord .customer_part .info .time,
.pop_ctnr.customerservicerecord .hityhity_part .info .time{
	position: absolute;
	font-size: 15px;
	right: 30px;
	bottom: 10px;
	color: #fff;
	font-weight: normal;
}
.pop_ctnr.customerservicerecord .customer_part .txt,
.pop_ctnr.customerservicerecord .hityhity_part .txt{
	text-align: left;
	font-weight: normal;
	padding: 10px 30px;
	color: #808080;
	height: 210px;
	overflow-y:auto;
}
.pop_ctnr.customerservicerecord .customer_part .txt .img_part,
.pop_ctnr.customerservicerecord .hityhity_part .txt .img_part{
	width: 300px;
}
.pop_ctnr.customerservicerecord .customer_part .txt .img_part img,
.pop_ctnr.customerservicerecord .hityhity_part .txt .img_part img{
	width: 100%;
	margin: 10px 0;
}
.pop_ctnr.customerservicerecord .caution{
	border-top: 1px solid #808080;
	font-size: 16px;
	font-weight: normal;
	color: #e97aa5;
	text-align: left;
}

/*---------rwd------------*/

@media only screen and (min-width: 750px) and (max-width: 969px){
    .pop_ctnr.customerservicerecord{
	    width: 90%;
	    height: 750px;
	    padding: 0 20px;
    }
    .pop_ctnr.customerservicerecord h2{
	    margin: 30px 0 15px 0;
    }
}

@media only screen and (max-width: 749px){
    .pop_ctnr.customerservicerecord{
        top: 50%;
	    width: 90%;
	    height: 80%;
	    padding: 0 10px;
        overflow: auto;
    }
    .pop_ctnr.customerservicerecord h2{
	    font-size: 24px;
	    margin: 15px 0 10px 0;
    }
    .pop_ctnr.customerservicerecord .customer_part .info{
	    padding: 5px 10px;
	    font-size: 12px;
    }
    .pop_ctnr.customerservicerecord .customer_part .info p{
	    margin: 5px 0;
	    font-size: 12px;
    }
    .pop_ctnr.customerservicerecord .customer_part .info h3{
	    margin: 5px 0;
	    font-size: 16px;
    }
    .pop_ctnr.customerservicerecord .hityhity_part .info{
	    padding: 10px 20px;
	    font-size: 16px;
    }
    .pop_ctnr.customerservicerecord .customer_part .info .time,
    .pop_ctnr.customerservicerecord .hityhity_part .info .time{
	    font-size: 10px;
	    right: 5px;
	    bottom: 10px;
    }
    .pop_ctnr.customerservicerecord .customer_part .txt,
    .pop_ctnr.customerservicerecord .hityhity_part .txt{
	    padding: 10px 20px;
	    height: 180px;
        font-size: 14px;
    }
    .pop_ctnr.customerservicerecord .customer_part .txt .img_part,
    .pop_ctnr.customerservicerecord .hityhity_part .txt .img_part{
	    width: 250px;
    }
    .pop_ctnr.customerservicerecord .caution{
	    font-size: 14px;
    }
}