@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:1.0rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* 게시판 읽기 */
#bo_v_title {
	font-size:23px;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
.muck{border-collapse: separate;border-spacing: 0;}
th {
	width: 140px;
	border: 1px solid #333;
	border-bottom: 1px solid #424242;
	border-top: 0;
	background: #333;
	color: #fff;
	font-weight: normal;
	height: 44px;
	letter-spacing: -0.05rem;
	padding: 8px 18px;
	font-size: 16px;
}
tr:first-child th {
	border-top: 1px solid #333;
	border-radius: 0.7rem 0 0 0;
}
tr:last-child th {
	border-radius: 0 0 0 0.7rem;
}
td {
	word-break: break-all;
	height: 44px;
	overflow: hidden;
	border: 1px solid #e8e9eb;
	border-top: 0;
	padding: 8px 16px;
	font-size: 16px;
	color: #000;
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
	th {
		width: 78px;
		font-size: 13px;
		padding: 5px 8px
	}
	td {
		padding: 5px 8px;
	}

}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}

.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#333;
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 */
#bo_w .list-group-item {
	padding-left:0;
	padding-right:0;
	border-left:0;
	border-right:0;
}
#bo_w #wr_content { 
	margin-bottom:1.0rem !important;
}
@media all and (max-width:575px) {

	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}

.card.top{padding: 18px 35px;}
.card .text {float:left; font-weight:bold;}
.card .text div:first-child {font-size:18px; color:#b51d3a; line-height:1.6;}
.card .text div:first-child span {background:#b51d3a; color:#fff; padding:1px 2px; margin-right:1px;}
.card .text div:last-child {position:relative; line-height:1.6; color:#333; z-index:1; margin-top:3px;}
.card .text div:last-child span {text-decoration:underline;}
.card .img {position:absolute; bottom:0; right:60px;}
.card .img img {max-width:100%;}
.card br.xl {display:none;}
.card br.lg {display:none;}
@media (max-width: 1200px) {
	.card br.xl {display:block;}
}
@media (max-width: 1024px) {
	.card.top {padding:15px 25px;}
	.card br.lg {display:block;}
	.card .img {right:30px;}
}
@media (max-width: 768px) {
	.card.top {padding:12px 15px; margin-top:15px; margin-bottom:15px;}
	.card .text div:first-child {font-size:16px; line-height:inherit;}
	.card .text div:last-child {font-size:13px; line-height:inherit;}
	.card .img {/*opacity:0.4; width:140px; right:15px;*/ display:none;}
}



.review_cont_wrap {margin-bottom:40px;}
.review_cont_wrap:after {display:block;content:'';visibility:hidden;clear:both;}

.review_cont_left {
	float: left;
	width: calc(50% - 5px);
	*height: 477px;
	margin-right:5px;
}
.review_cont_left .review_cont_left_div {box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%); border-radius:10px; overflow:hidden; margin-bottom:10px;}
.review_cont_left .review_cont_left_div:last-child {margin-bottom:0;}
.review_cont_left .review_site_title {height:40px; line-height:40px; text-align:center; color:#fff; background:#333; border-radius:10px 10px 0 0;}
.review_cont_left .review_site_img {position:relative; height:285px;}
.review_cont_left .review_site_img label.safety {position:absolute; top:0; left:14px;}
.review_cont_left .review_site_img img {width:100%; height:100% !important; *object-fit:cover;}

/*
.review_cont_left .review_site_info {height:45px;border-bottom:1px solid #e0e0e0;}
.review_cont_left .review_site_info:last-child {border-bottom:0;}
.review_cont_left .review_site_info div:first-child {float:left;width:130px;height:45px;line-height:45px;text-align:center;color:#fff;font-size:16px;background:#333;border:1px solid #333; border-top:0; border-bottom:1px solid #424242;}
.review_cont_left .review_site_info:first-child div:first-child {border-top:1px solid #424242;}
.review_cont_left .review_site_info div:last-child {float:left;width:calc(100% - 130px);height:45px;line-height:45px;padding-left:20px;color:#000;border:1px solid #e8e9eb;}
*/

.tbl_bo_review_info {width:100%; border-collapse:separate; border-spacing:0;}
.tbl_bo_review_info tr th {width:130px;border:1px solid #333;border-bottom:1px solid #424242;border-top:0;background:#333;color:#fff;font-weight:normal;height:40px;letter-spacing:-0.05rem;padding:8px 18px;font-size:16px;}
.tbl_bo_review_info tr td {word-break:break-all;height:40px;overflow:hidden;border:1px solid #e8e9eb; border-top:0;padding:8px 16px;font-size:16px;color:#000;background:#fff;}
.tbl_bo_review_info tbody tr:first-child th {border-top:1px solid #333;0 *height:45px; border-radius:10px 0 0 0;}
.tbl_bo_review_info tbody tr:first-child td {border-top:1px solid #e8e9eb; *height:45px; border-radius:0 10px 0 0;}
.tbl_bo_review_info tbody tr:last-child th {border-radius:0 0 0 10px;}
.tbl_bo_review_info tbody tr:last-child td {border-radius:0 0 10px 0;}

.review_cont_right {
	background: #fff;
	float: left;
	width: calc(50% - 5px);
	height: 468px;
	margin-left: 5px;
	box-shadow:5px 5px 8px rgb(50 60 70 / 10%);
	-webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 10%);
	-moz-box-shadow:5px 5px 8px rgb(50 60 70 / 10%);
	border-radius:10px;
	padding-bottom:20px;
}
.review_cont_right .review_site_title {width:100%; height:40px; line-height:40px; text-align:center; color:#fff; background:#b51d3a; border-radius:10px 10px 0 0;}
.review_cont_right .highcharts-credits {display:none;}
.review_cont_right .review_total_score {
	position: relative;
	text-align: center;
	margin: -22px 0 12px 0;
	height: 21px;
	font-size: 13px;
	color:rgb(233, 27, 35);
}
#review_eval_graph {height:265px; margin-top:20px;}

.review_good {text-align:center;}
.review_good button {display:inline-block;border-radius:30px;width:99px;height:40px;font-weight:bold;border:0;margin:0 6px;font-size:13px;}
.review_good button.btn_review_good {background:#315fd6;color:#fff;}
.review_good button.btn_review_nogood {background:#434343;color:#fff;}
.review_good button span {margin-left:10px;}
.review_mt_search {padding:12px 20px 0;}
/*
.review_mt_search input,
.review_mt_search input:focus,
.review_mt_search button,
.review_mt_search button:focus {outline:none;box-shadow:none;}
*/

.bo_review_safety_guide {margin-top:15px; padding:0 15px; font-size:16px;}
.bo_review_safety_guide > img {width:21px;}
.bo_review_safety_guide strong {color:#b51d3a;}
.bo_review_safety_guide div {margin-top:3px; text-align:center;}
.bo_review_safety_guide div a {display:inline-block; border:2px solid #b51d3a; color:#b51d3a; font-weight:bold; border-radius:5px; padding:2px 12px 0; transition:background .15s; font-size:14px;}
.bo_review_safety_guide div a:hover {background:#fff2f2;}
.bo_review_safety_guide div a img {margin-top:-1px; margin-left:2px;}

@media (max-width:1000px){
	.review_cont_left,
	.review_cont_right {float:unset; width:100%; max-width:430px; margin:0 auto;}
	.review_cont_left .review_site_img {height:auto;}
	.review_cont_right {margin-top:10px; height:auto; padding-bottom:15px;}
	#review_eval_graph {margin-top:10px !important;}
	.bo_review_safety_guide {margin-top:10px; }
}

@media (max-width: 576px) {
	.review_cont_wrap {margin-bottom:30px;}
	.tbl_bo_review_info tr th {width:78px;}
	.tbl_bo_review_info tr th,
	.tbl_bo_review_info tr td {font-size:13px; padding:5px 8px !important; height:36px;}
	.tbl_bo_review_info tbody tr:first-child th,
	.tbl_bo_review_info tbody tr:first-child td  {height:37px;}
	.tbl_bo_review_info tr td.bo_safety_info_feature,
	.tbl_bo_review_info tr td .icon_safety_game {font-size:12px;}
	#review_eval_graph {height:250px !important;}
	#bo_v_btn_group #btn_bo_good {width:120px; font-size:0.9rem; padding:9px 40px 8px 10px;}
	#bo_v_btn_group #btn_bo_nogood {width:120px; font-size:0.9rem; padding:9px 10px 8px 31px;}
	.bo_review_safety_guide {font-size:13px; padding:0 10px; letter-spacing:-0.05em;}
	.bo_review_safety_guide div a {font-size:13px;}
}



.bo_review_view_top_guide {text-align:center; margin-bottom:30px; background:#e8e9eb; padding:5px 10px 3px; border-radius:6px; font-size:16px;}
.bo_review_view_top_guide img {margin-top:-1px; margin-right:5px;}
.bo_review_view_top_guide a {color:#b51d3a;}
.bo_review_view_top_guide br {display:none;}
@media (max-width: 768px) {
	.bo_review_view_top_guide {margin-bottom:20px; font-size:13px;}
	.bo_review_view_top_guide img {margin-right:3px;}
	.bo_review_view_top_guide br {display:block;}
}

.bo_top_review_guide {position:relative; background:#fff; box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -webkit-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); -moz-box-shadow:5px 5px 8px rgb(50 60 70 / 8%); border-radius:10px; margin-top:60px; margin-bottom:30px; padding:18px 35px;}
.bo_top_review_guide:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_top_review_guide .text {float:left; font-weight:bold;}
.bo_top_review_guide .text div:first-child {font-size:18px; color:#b51d3a; line-height:1.6;}
.bo_top_review_guide .text div:first-child span {background:#b51d3a; color:#fff; padding:1px 2px; margin-right:1px;}
.bo_top_review_guide .text div:last-child {position:relative; line-height:1.6; color:#333; z-index:1; margin-top:3px;}
.bo_top_review_guide .text div:last-child span {text-decoration:underline;}
.bo_top_review_guide .img {position:absolute; bottom:0; right:60px;}
.bo_top_review_guide .img img {max-width:100%;}
.bo_top_review_guide br.xl {display:none;}
.bo_top_review_guide br.lg {display:none;}
@media (max-width: 1200px) {
	.bo_top_review_guide br.xl {display:block;}
}
@media (max-width: 1024px) {
	.bo_top_review_guide {padding:15px 25px;}
	.bo_top_review_guide br.lg {display:block;}
	.bo_top_review_guide .img {right:30px;}
}
@media (max-width: 768px) {
	.bo_top_review_guide {padding:12px 15px; margin-top:15px; margin-bottom:15px;}
	.bo_top_review_guide br {display:none !important;}
	.bo_top_review_guide .text div:first-child {font-size:16px; line-height:inherit;}
	.bo_top_review_guide .text div:last-child {font-size:13px; line-height:inherit;}
	.bo_top_review_guide .img {/*opacity:0.4; width:140px; right:15px;*/ display:none;}
}