@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_gallery .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_gallery .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

/* 웹진 스타일 */
#bo_webzine .chk-box {
	position:absolute;
	bottom:5px;
	right:10px;
	z-index:2;
}
#bo_webzine .wr-now {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	background:rgba(0,0,0,0.75);
	z-index:1;
}

/* 게시판 읽기 */
#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
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#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;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.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:#ccc; 
	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) {
	#bo_w .list-group-item {
		padding-left:1.0rem;
		padding-right:1.0rem;
	}
	.responsive #bo_w #wr_content {
		max-height:160px !important;
	}
}


#bo_gallery .img-wrap .img-item img {width:100%; height:100%; object-fit:cover; /*object-fit:cover; image-rendering: -moz-crisp-edges; image-rendering: -o-crisp-edges; image-rendering: -webkit-optimize-contrast; image-rendering: crisp-edges; */}
#bo_gallery .list-item .list-item-div {*border:1px solid #ddd; 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;}
#bo_gallery .list-item .list-item-div .list-item-title {text-align:center; padding:10px; border-bottom:1px solid #ddd; background:linear-gradient(#ffffff, #f7f7f7);}
#bo_gallery .list-item .list-item-div .list-item-wrap {padding:10px;}
#bo_gallery .list-item .list-item-div .list-item-wrap:after {content:''; display:block; visibility:hidden; clear:both;}
#bo_gallery .img-wrap {box-shadow:0px 2px 6px rgb(50 60 70 / 20%); -webkit-box-shadow:0px 2px 6px rgb(50 60 70 / 20%); -moz-box-shadow:0px 2px 6px rgb(50 60 70 / 20%); border-radius:10px;}
#bo_gallery .list-item-wrap .img-item .list-item-date {position:absolute;bottom:8px;left:8px;font-size:13px;background:rgba(233, 27, 35, 0.75);color:#fff;padding:2px 8px 0; border-radius:5px; line-height:1.6;}
#bo_gallery .list-item-wrap .img-item label.safety {position:absolute; top:0; left:8px;}

/*
#bo_gallery .list-item:hover .list-item-div {border:3px solid #dc3545; overflow:hidden;}
#bo_gallery .list-item:hover .list-item-div .list-item-title {margin:-3px; margin-bottom:3px; overflow:hidden;}
#bo_gallery .list-item:hover .list-item-div .list-item-wrap {margin:-3px; overflow:hidden;}
*/
#bo_gallery .list-review-info {margin-top:10px; /* border:1px solid #e8e9eb; border-radius:5px; overflow:hidden; */}
#bo_gallery .list-review-info table {width:100%; border-collapse:separate; border-spacing:0;}
#bo_gallery .list-review-info table tr th {font-size:13px; width:90px;text-align:center;border:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5;border-top:0;border-right:0;background:url('https://www.totohot.net/skin/board/Hot-review/img/white_bg.png'); background-size:auto 100%; *color:#fff;font-weight:normal;height:34px;letter-spacing:-0.05rem; padding:2px 10px 0;}
#bo_gallery .list-review-info table tr td {max-width:0;text-overflow:ellipsis; overflow:hidden; white-space:nowrap;width:calc(100% - 90px);word-break:break-all;height:34px;overflow:hidden;text-align:center;border:1px solid #e8e9eb; border-top:0;background:#fff; padding:2px 10px 0;}
#bo_gallery .list-review-info table tr td.item_score {color:rgb(233, 27, 35);}
#bo_gallery .list-review-info table tr td.item_score span {font-weight:bold;color:red;/*display:inline-block;vertical-align:top;margin-top:-1px;*/margin-left:3px;}
#bo_gallery .list-review-info table tbody tr:first-child th {border-top:1px solid #e5e5e5; *height:35px; *border-radius:5px 0 0 0;}
#bo_gallery .list-review-info table tbody tr:first-child td {border-top:1px solid #e8e9eb; *height:35px; *border-radius:0 5px 0 0;}
#bo_gallery .list-review-info table tbody tr:last-child th {*border-radius:0 0 0 5px;}
#bo_gallery .list-review-info table tbody tr:last-child td {*border-radius:0 0 5px 0;}
#bo_gallery .list-review-item-btn-wrap {margin-top:10px;}
#bo_gallery .list-review-item-btn-wrap:after {content:''; display:block; visibility:hidden; clear:both;}
#bo_gallery .list-review-item-btn-wrap a {float:left; width:calc((100% - 4px) / 2); border-radius:5px; text-align:center; font-weight:bold; padding:5px 0 3px; transition:background .15s;}
#bo_gallery .list-review-item-btn-wrap a.btn_safety_view {border:2px solid #333; color:#000; margin-right:2px;}
#bo_gallery .list-review-item-btn-wrap a.btn_safety_view:hover {background:#f5f5f5;}
#bo_gallery .list-review-item-btn-wrap a.btn_safety_site {border:2px solid #792dff; color:#792dff; margin-left:2px;}
#bo_gallery .list-review-item-btn-wrap a.btn_safety_site:hover {background:#fff2f2;}
#bo_gallery .list-review-item-btn-wrap a.btn_safety_site img {vertical-align:top; margin-top:6px;}

#bo_gallery .list-review-wr-info {width:100%; padding:2px 5px 0; overflow:hidden; margin-top:8px; line-height:1.2;}
#bo_gallery .list-review-wr-info .list-review-wr-cmt-cnt {font-size:13px;color:rgb(233, 27, 35);}
#bo_gallery .list-review-wr-info .list-review-wr-good-cnt {font-size:13px;color:rgb(52, 152, 219);margin-left:10px;}
#bo_gallery .list-review-wr-info .list-review-wr-hit-cnt {font-size:13px; margin-left:10px;}
#bo_gallery .list-review-wr-info .list-review-wr-view {color:#000;}
#bo_gallery .list-review-wr-info .list-review-wr-view img {width:12px; margin-top:-2px;}
#bo_gallery .list-review-wr-info .list-review-wr-view a {font-weight:bold;}
#bo_gallery .list-review-wr-info a:hover {color:crimson !important;}
#bo_gallery .list-review-wr-info a i {display:inline-block;vertical-align:top;margin-top:3px;}

@media (max-width:576px) {
	#bo_gallery .img-wrap {float:left; width:38%; height:92px; margin-right:10px; padding-bottom:0 !important; margin-bottom:0 !important;}
	#bo_gallery .img-wrap .img-item {position:unset;}
	#bo_gallery .img-wrap .img-item img {height:100%;}
	#bo_gallery .list-item-wrap .img-item .list-item-date {font-size:11px; bottom:5px; left:5px;}
	#bo_gallery .list-item-wrap .img-item label.safety {left:5px;}
	#bo_gallery .list-item-wrap .img-item label.safety img {width:30px;}
	#bo_gallery .list-review-info {float:left; width:calc(100% - 38% - 10px); margin-top:2px;}
	#bo_gallery .list-review-info table tr th {width:40%;}
	#bo_gallery .list-review-info table tr th,
	#bo_gallery .list-review-info table tr td {font-size:13px; padding:2px 3px 0; height:29px;}
	#bo_gallery .list-review-info table tbody tr:first-child th,
	#bo_gallery .list-review-info table tbody tr:first-child td  {*height:30px;}
	#bo_gallery .list-review-info table tr td.item_score span {margin-left:0;}
	#bo_gallery .list-review-item-btn-wrap {float:left; width:calc(100% - 38% - 10px); margin-top:5px;}
	#bo_gallery .list-review-item-btn-wrap a {font-size:13px; padding:0; height:29px; line-height:28px;}
	#bo_gallery .list-review-item-btn-wrap a.btn_safety_site img {margin-top:6px;}
	#bo_gallery .list-review-wr-info {float:left;}
	#bo_gallery .list-review-wr-info .list-review-wr-view a {font-size:13px;}
}


#bo_v_con {min-height:unset !important;}
.review_cont_wrap {margin-bottom:40px; max-width: 500px; margin: 0 auto;}
.review_cont_wrap:after {display:block;content:'';visibility:hidden;clear:both;}


.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:#2b60cd; 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:45px;}
#bo_v_btn_group {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:#792dff;}
.bo_review_safety_guide div {margin-top:3px; text-align:center;}
.bo_review_safety_guide div a {display:inline-block; border:2px solid #792dff; color:#792dff; 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_v_btn_group {margin-top:0px;}
		.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_con_line {position:relative; margin-bottom:40px;}
.bo_review_view_con_line .text {position:relative; z-index:2; display:inline-block; border:4px solid #792dff; border-radius:8px 8px 0 0; border-bottom:0; padding:7px 25px; background:#f7f8fa; color:#792dff; font-weight:bold; font-size:18px;}
.bo_review_view_con_line .bar {position:relative; z-index:1; background:#792dff; width:100%; height:4px; margin-top:-4px;}
@media (max-width: 576px) {
	.bo_review_view_con_line {margin-bottom:20px;}
	.bo_review_view_con_line .text {font-size:14px; padding:7px 15px;}
}

.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:#792dff;}
.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;}
}