html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}

*{
  margin: 0;
  padding: 0
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  font-size: 14px;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
  font-size: 14px;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #ccc;
  font-size: 14px;
}



input[type=text], input[type=password]{
	display: inline-block;
	border: solid 1px #CCC;
	border-radius:8px;
	height: 35px;
	line-height: 35px;
	padding:0 10px;
	background-color: white;
	font-size: 14px;
	font-weight: 450;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	outline:none;
}

input[type=text]::-ms-clear, input[type=password]::-ms-clear{
	display: none;
} 

textarea{
	display: inline-block;
	border: solid 1px #CCC;
	border-radius:8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	background-color: white;
	font-size: 14px;
	font-weight: 100;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
	outline:none;
	resize: none;
}


input[type=checkbox] { display:none; }
input[type=checkbox] + label { 
	height: 22px; 
	display: inline-block; 
	cursor: pointer; 
	line-height: 22px; 
	padding-left: 27px; 
	background: url('../images/check_off.png') left/22px no-repeat; 

}

input[type=checkbox]:checked + label { background-image: url('../images/check_on.png'); }



input[type=radio] { display:none; }
input[type=radio] + label { 
	height:22px;
	display: inline-block; 
	cursor: pointer; 
	line-height: 22px; 
	padding-left: 27px; 
	background: url('../images/radio_off.png') left/22px no-repeat; 

}

input[type=radio]:checked + label { background-image: url('../images/radio_on.png'); }






 .top_imt {
	margin-top: 90px;
	width: 100%; 
	height: 250px ;
	background: url('../images/reviewpage_top.png') center no-repeat; 
	background-size: cover; 
	margin-bottom: 100px
}


.float_ll{
	float:left;
}
.float_rr{
	float:right;
}

.view_total{
	display: inline-block;

	height: 50px;
	line-height: 50px;	
}

.src_input {
	display: inline-block;
	border: solid 1px #e7e7e7 !important;
	height: 50px !important;
	line-height: 50px !important;
	/*padding-left: 16px;
	padding-right: 16px;*/
	background-color: white;
	border-radius: 0px !important;
	font-size: 14px;
	font-weight: 100;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position: relative;
}


.src_form{
	display:inline-block;
	position:relative;
}

.src_ico{
    position: absolute;
    top: 17px;
    right: 15px;
}

.src_txtbox{
	width:300px;
    padding: 0 40px 0 10px !important;
}


.table_area{
	display: inline-block;
	width:1080px;
	margin-top:20px;
}


.btn_area{
	display: inline-block;
	width:1080px;
/*	text-align:right;*/
	margin-top:20px;
    height: 35px;
}

.btn_area .add_btn{
	background:#ff2828;
	padding: 0 20px;
	color:#fff;
	border-radius:5px;
	font-size: 15px;
    font-weight: bold;
    height: 100%;
    line-height: 35px;
    display: block;
    width: 8%;
    margin-left: 92%;
    text-align: center;
}

.page_area{
	margin-top:75px;
	text-align:center;
}
.page_area span{
	margin:0 7px;
}


.review_tb{
	border-top:2px solid #555555;
	width:100%;
}

.red_txt{
	color:#ff2828;
}

.red_txt:hover{
	text-decoration:underline;
}



.review_tb th{
    color: #222;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #424242;
	text-align:center;
}

.review_tb td{
    color: #222;
    font-weight: 400;
	font-size:14px;
    padding: 15px 0;
    border-bottom: 1px solid #ccc;
	text-align:center;

}


.review_tb .notice_top td {
    color: #ff2828;
    font-weight: 400;
    font-size: 14px;
	text-align:center;
}


.rv_img{
    display: inline-block;
    width: 110px;
    height: 110px;
    vertical-align: middle;
    background: #e0e0e0;
}

.rv_img img{
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 110px;
}


.rv_dtimg{
    display: inline-block;
    width: 169px;
/*    height: 169px;*/
    vertical-align: middle;
    background: #e0e0e0;
	margin-right: 15px ;
}

.rv_dtimg img{
	object-fit: cover;
    object-position: center;
    width: 100%;
    height: 169px;
}


.review_tb td .rvtb_tit{
    font-size: 16px;
	white-space: nowrap;
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
	display: inline-block;
	vertical-align: middle;
}

.best_ico{
    vertical-align: middle;
    width: 40px;
    margin-left: 15px;
}


.detail_rv{
	padding:40px 20px !important;
}

.top_rv{
	margin-bottom:20px;
}

.top_rv .rv_option{
	background:#ffe6e6;
	padding:8px 15px;
	font-size:12px;
	color:#ee4646;
	margin-right:10px;
	border-radius:5px;
	font-weight:500;
}

.top_rv .rv_csmanager{
	background:#fff;
	padding:8px 15px;
	font-size:14px;
	color:#555;
	margin-right:10px;
	border-radius:5px;
	font-weight:500;
	float:right;
}


.md_rv{
	margin-bottom:40px;

}
.md_rv .rvtxt_tit{
	font-weight:bold;
	font-size:18px;
	margin-bottom:23px;
	
}

.md_rv .rvtxt_cont{
    font-size: 16px;
	text-align: justify;
	padding-right:18px;
	line-height: 25px;
	min-height: 73px;
	max-width: 783px;
    overflow: hidden;
    word-wrap: break-word;
	white-space: pre-line;
}



.left_txt{
	text-align:left !important;
}
.center_txt{
	text-align:center;
}
.right_txt{
	text-align:right !important;
}


.bt_rv{
	color:#999;
	font-size:12px;
}
   
.starR{
  background: url('../images/ico_reviewstar.png') no-repeat right 0;
  background-size: auto 100%;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
}
.starR.on{background-position:0 0;}


.starR_big{
  background: url('../images/ico_reviewstar.png') no-repeat right 0;
  background-size: auto 100%;
  width: 25px;
  height: 25px;
  display: inline-block;
  text-indent: -9999px;
  cursor: pointer;
}
.starR_big.on{background-position:0 0;}



.hide {display:none;}

.show {
	display:table-row;
	background: #f3f3f3;
	vertical-align: top;
}

.item td {cursor:pointer;
          vertical-align: middle;}


.rotate{
	-ms-transform: rotate(180deg); // IE 9 이상에서 사용
	-webkit-transform: rotate(180deg); // 사파리, 크롬, 오페라 브라우저 사용
	transform: rotate(180deg);
}



.txtcount{
    font-size: 13px;
    color: #999;
	margin-bottom:5px;
}



.addrivew_tb{
	border-top:2px solid #555555;
	width:100%;
}

.addrivew_tb th, .addrivew_tb td{
	border-bottom:1px solid #e4e4e4;
	font-size:17px;
	color:#222;
	padding:20px 0;
}
.addrivew_tb th{
	width:170px;
}



.csmanager_img{
    width: 75px;
    display: inline-block;
	margin-right:20px;

}

.csmanager_img img{
	border-radius:5px;
	border:2px solid #ccc;
	width:70px;
	height:77;
	margin-bottom: 5px;
}


.privacy_area{
	margin-top:40px;
	text-align:center;
}

.addbtn_area{
	margin-top:25px;
/*	padding-bottom:200px;*/
	text-align:center;
}

.input30{
	width:30%;
}
.input50{
	width:50%;
}
.input100{
	width:100%;
}

.btn_md{
	display: inline-block;
	padding:15px 30px;
	font-size:16px;
	font-weight:400;
	border-radius:8px;
	margin:0 5px;
}

.btn_white{
	color:#999 !important;
	border:1px solid #ccc;
}

.btn_red{
	background:#ff2828;
	color:#fff !important;
	border:1px solid #ff2828;
}

.filebox label { 
	display: inline-block; 
	padding: .5em .75em; 
	color: #999; 
	font-size: inherit; 
	line-height: normal; 
	vertical-align: middle; 
	background-color: #fdfdfd; 
	cursor: pointer; 
	border: 1px solid #ebebeb; 
	border-bottom-color: #e2e2e2; 
	border-radius: .25em; 
	} 
	
.filebox input[type="file"] { 
	/* 파일 필드 숨기기 */ 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
}

.filebox .upload-name { 
	display: inline-block; 
	padding: .5em .75em; /* label의 패딩값과 일치 */ 
	font-size: inherit; 
	font-family: inherit; 
	line-height: normal; 
	vertical-align: middle; 
	background-color: #f5f5f5; 
	border: 1px solid #ebebeb; 
	border-bottom-color: #e2e2e2; 
	border-radius: .25em; 
	-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
	-moz-appearance: none; 
	appearance: none; 
}


select { 
	-webkit-appearance: none; /* 네이티브 외형 감추기 */ 
	-moz-appearance: none; 
	appearance: none; 
	background: url("../images/select_ico.png") no-repeat 90% 50%; /* 화살표 모양의 이미지 */ 
	padding-right:5px;
	}

select::-ms-expand {display:none}



.imgs_wrap {
	margin-top:10px;
	overflow-x:auto;
	overflow-style:none;
	-ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.imgs_wrap::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera*/
}

.imgs_wrap a{
    display: inline-block;
    text-align: center;
    margin-right: 10px;
	margin-bottom:10px;
    border-radius: 8px;
/*	border: 1px solid #CCC;*/
	}

.imgs_wrap img{
	background:url("../images/addimg_bg.png");
	width: 90px;
    height: 90px;
	border-radius: 8px;
	border:1px solid #CCC;

}

.em_span{
    font-size: 14px;
    color: #888;
    font-weight: 450;
}



.pop-layer .pop-container {
  padding: 20px 25px;
}

.pop-layer p.ctxt {
	color: #333;
    line-height: 25px;
    text-align: center;
    margin: 10px 0 20px 0;
}

.pop-layer .btn-r {
  width: 100%;
  margin: 10px 0 20px;
  padding-top: 10px;
  text-align: center;
}

.pop-layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 320px;
  height: auto;
  background-color: #fff;
  border-radius: 5px;
  z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .pop-layer {
  display: block;
}

a.btn-layerClose {
	display: inline-block;
/*	height: 25px;*/
	padding: 5px 20px;
	border: 1px solid #ddd;
	font-size: 13px;
	color: #ddd ;
	line-height: 25px;
	border-radius: 5px;
}

a.btn-layerClose:hover {
  border: 1px solid #ddd;
  color: #888;
}


a.btn-layersubmit {
	display: inline-block;
/*	height: 25px;*/
	padding: 5px 20px;
	border: 1px solid #ff3838;
	background-color: #ff2828;
	font-size: 13px !important;
	color: #fff !important;
	line-height: 25px;
	border-radius: 5px;
}

a.btn-layersubmit:hover {
  border: 1px solid #d90027;
  background-color: #d90027;
  color: #fff;
}

/*24.03.29 추가*/
#searchKey {font-family:'Pretendard'; text-align: center; font-weight: 450;}

.page_area span {height: 15px; width: 15px; display: inline-block;}
.page_area span a {font-size: 15px; line-height: 15px; font-weight: bold;}
.page_area span font {font-size: 15px; line-height: 15px;}

.rv_csmanager img {margin-right: 5px;}

.privacy_area a {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px;
    margin-left: 5px;
}

.addbtn_area .btn_md {font-size: 16px; font-weight: bold; }


/*24.03.29 추가 footer 하단 고정*/
#footer {position: absolute;}
#footer .footer_bottom .more_ul img {margin: 30.65px 0;}




