@charset "utf-8";
/* CSS Document */

.review-popup{
	width:100%;
	height:auto;
	padding:30px;
	}
.review-block{
	width:650px;
	height:auto;
	padding:30px;
	background:#fff;
	
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
	}
.review-pop-top{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:24px;
	color:#262626;
	text-align:left;
	font-weight:bold;
	}
.review-set-2{
	width:100%;
	height:auto;
	margin-top: 10px;
	}
.review-pop-pic1{
	width:75px;
	height:75px;
	border:1px solid #d9d9d9;
	text-align:center;
	
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	}
.review-pop-pic1 img{
	max-width:100%;
	
	-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
	}
.review-pro-name{
	width:100%;
	height:auto;
	font-family: 'lineseed';
    font-size: 16px;
    color: #000;
    text-align: left;
	margin-top: 24px;
	}
.re-sp-block{
	width:100%;
	height:auto;
	}
.review-tt-pop{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:16px;
	color:#000;
	margin-top: 5px;
	}
.review-star-pop{
	padding:0px 0px;
	}
.review-form-box {
    width: 100%;
    height: 48px;
    padding: 10px 10px;
    margin-bottom: 15px;
    margin-top: 15px;
    background: #F0F7FB;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.review-form-title{
	width:100%;
	height:auto;
	font-family:'lineseed';
	font-size:18px;
	color:#262626;
	text-align:right;
	padding-right:10px;
	border-right:2px solid #78abd7;
	}
.review-p-box{
	border:none;
	background:none;
	font-family:'lineseed';
	font-size:18px;
	padding:0px 10px;
	color:#262626;
	}
.review-bpic{
	width:100%;
	height:auto;
	}
@media (max-width: 374px) {
	.review-popup {
    padding: 0;
}
.review-pro-name {
    margin-top: 10px;
}
.review-block {
    padding: 20px;
}
.review-form-title {
    font-size: 14px;
}
	}
@media (min-width: 375px) and (max-width: 419px) {
	.review-popup {
    padding: 0;
}
.review-pro-name {
    margin-top: 10px;
}
.review-block {
    padding: 20px;
}
	}
@media (min-width: 420px) and (max-width: 575px) { 
	.review-popup {
    padding: 0;
}
.review-pro-name {
    margin-top: 10px;
}
.review-block {
    padding: 20px;
}
	}