.feedback_type2_tr_logo {
	text-align: center;
	padding-top: 20px;
	margin-bottom: 20px;
}
.feedback_type2_tr_logo_retina {
	height: 76px;
}
.feedback_type2_tr_logo_subtitle {
	font-family: ilaria, sans-serif;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #202020;
}
.feedback_type2_tr_logo_subtitle > b {
	font-weight: 700;
}
.feedback_type2_row {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 80px;
	margin-bottom: 80px;
}
.feedback_type2_logo_box {
	margin-right: 40px;
}
.feedback_type2_logo_retina {
	height: 56px;
}
.feedback_type2_title {
	font-family: ilaria, sans-serif;
	font-weight: 700;
	font-size: 28px;
	color: #202020;
	margin-bottom: 15px;
}
.feedback_type2_feed_desc {
	font-family: ilaria, sans-serif;
	font-weight: 400;
	color: #646464;
	font-size: 16px;
	margin-bottom: 20px;
}
.feedback_type2_tr_star {
	height: 25px;
}
.feedback_type2_main_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-bottom: 40px;
}
.feedback_type2_main_box {
	width: 45%;
	display: flex;
	padding: 25px;
	border: 1px solid #D9D9D9;
	border-radius: 10px;
	margin-bottom: 35px;
}
.feedback_type2_main_img_retina {
	height: 70px;
    border-radius: 110px;
    width: 70px;
    object-fit: cover;
}
.feedback_type2_main_img_box {
	margin-right: 35px;
}
.feedback_type2_main_text_name {
	font-family: ilaria, sans-serif;
	font-weight: 700;
	font-size: 23px;
}
.feedback_type2_main_text_part_name {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.feedback_type2_main_text_stars {
	margin: 0 19px;
}
.feedback_type2_main_text_start_text {
	font-size: 14px;
	color: #393939;
	font-family: ilaria, sans-serif;
	font-weight: 400;
}
.feedback_type2_main_text_date_row {
	display: flex;
	align-items: center;
}
.feedback_type2_main_text_date {
	margin-right: 25px;
	font-family: ilaria, sans-serif;
	font-weight: 400;
	color: #454545;
	font-size: 15px;
	display: flex;
	align-items: center;
}
.feedback_type2_main_line {
	width: 100%;
	height: 1px;
	background-color: #EFEFEF;
	margin: 15px 0;
}
.feedback_type2_main_text_date_icon {
	margin-right: 15px;
}
.feedback_type2_main_desc {
	font-family: ilaria, sans-serif;
	font-weight: 400;
	line-height: 1.8;
	font-size: 16px;
	color: #202020;
	width: 80%;
}
.feedback_type2_main_review_image_row {
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.feedback_type2_review_img_box {
	width: 24%;
	margin-right: 15px;
}
.feedback_type2_review_img_retina {
	width: 100%;
	height: 150px;
	object-fit: cover;
	border-radius: 5px;
}

#myImg {cursor: pointer;}
#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.feedback_type2_review_video_box {
	width: 90%;
}
.feedback_type2_review_video_box > iframe {
	width: 100%;
	height: 290px;
	border-radius: 5px;
}

@media screen and (max-width: 1400px) {
	.feedback_type2_main_box {width: 43.5%;}
}
@media screen and (max-width: 1200px) {
	.feedback_type2_main_desc {width: 100%;}
	.feedback_type2_main_text_date {line-height: 1.3;}
	.feedback_type2_main_box {width: 100%;}
}
@media screen and (max-width: 992px) {}
@media screen and (max-width: 767px) {
	.feedback_type2_tr_logo_subtitle {line-height: 1.5;}
	.feedback_type2_row {flex-direction: column;}
	.feedback_type2_logo_box {display: none;}
	.feedback_type2_row {margin-top: 50px; margin-bottom: 50px; text-align: center;}
	.feedback_type2_main_box {flex-direction: column;}
	.feedback_type2_main_img_box {margin-bottom: 15px;}
	.feedback_type2_review_video_box {width: 100%;}
	.feedback_type2_review_img_retina {height: 72px;}
}
@media screen and (max-width: 393px) {}
@media screen and (max-width: 375px) {}
@media screen and (max-width: 320px) {}






