@charset "utf-8";

/* #nt_body { background:#FFf !important;} */
/* 모바일 목록 */
@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
}
@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;
	/* background-color: #f5f7f7; */
}
#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_point_complete {text-align:center;}
.bo_point_complete:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_point_complete .text {display:inline-block; font-size:26px; font-weight:bold; letter-spacing:-0.05rem; margin-right:5px;}
.bo_point_complete .text span {color:#db3232;}
.bo_point_complete .price {display:inline-block; font-size:34px; font-weight:bold; letter-spacing:-0.05rem;}
.bo_point_complete .price > span {display:inline-block;}
.bo_point_complete .price > span:first-child {margin-left:0;}
.bo_point_complete .price .num {font-family:'Montserrat','Noto Sans KR',sans-serif; color:#db3232; line-height:1;}
.bo_point_complete .price .comma {padding-bottom:8px; color:#cb1e1e; line-height:1;}
.bo_point_complete .price .won {font-size:28px; margin-left:5px; vertical-align:top; margin-top:5px;}
@media (max-width: 767px) {
	.bo_point_complete {margin-bottom:15px; padding-bottom:0 !important;}
	.bo_point_complete .text,
	.bo_point_complete .price {display:block; text-align:center}
	.bo_point_complete .text {font-size:18px; margin-right:0;}
	.bo_point_complete .price {margin:5px 0; font-size:26px;}
	.bo_point_complete .price img {width:50px; margin-right:5px;}
	.bo_point_complete .price .num {*padding:7px 8px 3px 7px;}
	.bo_point_complete .price .won {font-size:22px; *margin-left:6px;}
}

/* 꽁머니 게시판 규정안내 */
.bo_point_guide {position:relative; padding:28px 0; margin-bottom:30px; overflow:visible;}
.bo_point_guide .inner {padding-bottom:18px;}
.bo_point_guide .inner:last-child {padding-bottom:0;}
.bo_point_guide .title {position:relative; font-size:22px; font-weight:bold; margin-bottom:10px; color:#fff; padding:8px 38px 6px 50px; display:inline-block; border-radius:0 30px 30px 0; background:#f8c215; color:#fff word-break:break-all; line-height:1.4; z-index:1;}
.bo_point_guide .title.black {background:#000;}
.bo_point_guide .title span {font-weight:normal;}
.bo_point_guide .title span.small {font-weight:bold; font-size:14px;}
.bo_point_guide .con {position:relative; padding:8px 50px 0; z-index:1;}
.bo_point_guide .bg_img {position:absolute; bottom:0; right:0;}
.bo_point_guide .bg_img2 {right:57px; max-height:95%;}
.bo_point_guide ul li {position:relative; padding:1px 0 1px 20px; *padding-left:20px; font-size:15px; font-weight:bold; color:#333;}
.bo_point_guide ul li::after {content:'-'; position:absolute; /* top:50%; transform:translateY(-50%); */ top:6px; left:0; color:#333; line-height:1;}
.bo_point_guide ul li.btn_bo_safety_wrap {padding-top:6px; padding-bottom:12px;}
.bo_point_guide ul li.btn_bo_safety_wrap::after {content:'';}
.bo_point_guide ul li span:first-child {padding-right:3px;}
.bo_point_guide ul li span.small {font-size:85%; font-weight:inherit; align-self:end;}
.bo_point_guide ul li div {width:100%;}
.bo_point_guide ul li a.btn_bo_safety {position:relative; top:0; display:inline-block; background:#db3232; color:#fff; font-weight:bold; font-size:13px; padding:2px 10px 0; *padding:5px 12px; border-radius:5px; transition:background .15s;}
.bo_point_guide ul li a.btn_bo_safety:hover {background:#c82333;}
.bo_point_guide ul li a.btn_bo_safety img {vertical-align:top; margin-top:3px; margin-left:2px;}
.bo_point_guide ul li a.btn_bo_point_notice {display:inline-block; background:#404040; color:#fff; font-weight:bold; padding:2px 8px 0; *padding:3px 8px 1px; border-radius:5px; font-size:13px; margin-left:3px; transition:background .15s;}
.bo_point_guide ul li a.btn_bo_point_notice:hover {background:#222;}
.bo_point_guide ul li a.btn_bo_point_notice img {vertical-align:top; margin-top:4px;}
@media (max-width: 991px) {
	.bo_point_guide {margin-top:0;}
	.bo_point_guide .bg_img {display:none;}
}
@media (max-width: 767px) {
	.bo_point_guide {padding-top:16px; padding-bottom:12px; margin-bottom:15px;}
	.bo_point_guide .inner {padding-bottom:9px;}
	.bo_point_guide .title {font-size:18px; padding:8px 15px 6px 10px; margin-bottom:5px;}
	.bo_point_guide .title span.small {font-size:13px;}
	.bo_point_guide .con {padding:4px 10px 0;}
	.bo_point_guide ul li {font-size:14px; padding:2px 0 2px 15px; *padding-left:15px;}
	.bo_point_guide ul li.btn_bo_safety_wrap {padding-top:4px; padding-bottom:10px;}
	.bo_point_guide ul li a.btn_bo_safety {top:0;}
	.bo_point_guide ul li a.btn_bo_safety img {margin-top:3px;}
}

/* 포인트 교환일 카운트 다운 */
.bo_point_remain_time_wrap {text-align:center; margin-bottom:30px;}
.bo_point_remain_time {display:inline-block; max-width:100%; background:#fff; border-radius:8px; border:2px solid #db3232; padding:1px 46px 1px 15px; box-shadow:0px 4px 6px rgb(223 55 55 / 20%); -webkit-box-shadow:0px 4px 6px rgb(223 55 55 / 20%); -moz-box-shadow:0px 4px 6px rgb(223 55 55 / 20%);}
.bo_point_remain_time:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_point_remain_time i {display:inline-block; vertical-align:middle; margin-right:55px;}
.bo_point_remain_time strong {display:inline-block; vertical-align:middle; color:#db3232; font-size:24px; font-family:'Montserrat','Noto Sans KR',sans-serif; letter-spacing:-0.08rem;}
.bo_point_remain_time span {display:inline-block; vertical-align:middle; font-weight:bold; color:#333; margin-top:3px; margin-left:8px; font-size:18px;}

@media (max-width: 991px) {
	.bo_point_remain_time i {margin-right:20px;}
}

@media (max-width: 767px) {
	.bo_point_remain_time_wrap {margin-bottom:15px;}
	.bo_point_remain_time {height:auto; line-height:inherit; padding:3px 25px; *border-radius:36px;}
	.bo_point_remain_time i {margin-top:-1px; margin-right:0;}
	.bo_point_remain_time i img {width:16px;}
	.bo_point_remain_time strong {font-size:18px;}
	.bo_point_remain_time span {display:block; font-size:14px; margin-top:0; margin-left:0;}
}

/* 꽁머니 게시판 카테고리 */
#bo_cate {position:relative;}
#bo_cate:after {content:''; position:absolute; bottom:0; left:0; width:100%; height:4px; /*background:#db3232;*/ z-index:1;}
#bo_cate.sly-tab .d-flex {border-left:0;}
#bo_cate.sly-tab li a {padding:10px 23px !important; background:transparent; font-size:16px; font-weight:bold; transition:color .15s ease-in-out;}
#bo_cate.sly-tab li a:hover {color:#fd7e14;}
#bo_cate.sly-tab li a, #bo_cate_prev_wrap, #bo_cate_next_wrap {position:relative; border:0;}
#bo_cate_prev_wrap .sly-btn, #bo_cate_next_wrap .sly-btn {border:0; background:transparent; height:100%; padding-top:8px;}
#bo_cate_prev_wrap .sly-btn {padding-left:10px; padding-right:1px;}
#bo_cate_next_wrap .sly-btn {padding-left:1px;}
#bo_cate_prev_wrap .sly-btn.disabled, #bo_cate_next_wrap .sly-btn.disabled {opacity:0.4; cursor:inherit;}
#bo_cate.sly-tab li a:after, #bo_cate_prev_wrap:after, #bo_cate_next_wrap:after {content:''; position:absolute; width:100%; height:4px; left:0; bottom:0; background:#fd7e14; z-index:1;}
/* #bo_cate_prev_wrap:after {left:-10px; width:calc(100% + 10px);} */
#bo_cate.sly-tab li.active a {border-top:4px solid #fd7e14; border-left:4px solid #fd7e14; border-right:4px solid #fd7e14; color:#fd7e14; background:#fff; border-radius:8px 8px 0 0; padding-top:6px !important;}
#bo_cate.sly-tab li.active a:after {background:#fff;}
@media (max-width: 767px) {
	#bo_cate.sly-tab li a {padding:10px 12px !important; font-size:14px;}
	#bo_cate_prev_wrap .sly-btn, #bo_cate_next_wrap .sly-btn {padding-top:5px;}
}

/* 꽁머니 게시판 버튼 */
.btn-point {border:1px solid #808080; color:#333; font-weight:bold; padding-top:9px !important; padding-bottom:8px !important; border-radius:6px; background:#fff; box-shadow:3px 4px 4px -2px #d5d5d5; -webkit-box-shadow:3px 4px 4px -2px #d5d5d5; -moz-box-shadow:3px 4px 4px -2px #d5d5d5; transition:background .15s ease-in-out;}
.btn-point:hover {background:#f9f9f9;}
.btn-point-primary {padding-top:9px !important; padding-bottom:8px !important; border-radius:6px;}
@media (max-width: 768px) {
	.btn-point, .btn-point-primary {padding:6px 0.35rem 5px !important; font-size:13px;}
}

/* 꽁머니 게시판 목록 */
.bo_point_list_wrap {overflow:visible;}
.bo_point_list_wrap table {}
.bo_point_list_wrap table tr th {border:0; text-align:center; background:#4e5461; color:#fff; font-weight:normal; 
vertical-align:middle; letter-spacing:-0.05rem;}
.bo_point_list_wrap table tr th:first-child {border-radius:10px 0 0 0;}
.bo_point_list_wrap table tr th:last-child {border-radius:10px 10px 0 0;}
.bo_point_list_wrap table tr td {position:relative; border:0; border-bottom:1px solid #e8e9eb; text-align:center; background:#fcfdff; font-size:14px; color:#333 !important; vertical-align:middle; letter-spacing:-0.05rem; font-weight:normal; padding:0 0.75rem;}
.bo_point_list_wrap table tr:last-child td {border-bottom:0;}
.bo_point_list_wrap table tr:last-child td:first-child {border-radius:0 0 0 10px;}
.bo_point_list_wrap table tr:last-child td:last-child {border-radius:0 0 10px 10px;}
.bo_point_list_wrap table tr:nth-child(even) td {background:#f7f8fa;}
.bo_point_list_wrap table tr td b {font-weight:bold;}
.bo_point_list_wrap table tr td .sv_wrap {text-align:left;}
.bo_point_list_wrap table tr td .na-subject:hover span {color:crimson !important;}
.bo_point_list_wrap table tr td .d-table-cell {padding:0.75rem 0;}
.bo_point_list_wrap table .d-table-cell.tc_num {width:15%;}
.bo_point_list_wrap table .d-table-cell.tc_name {width:29%;}
.bo_point_list_wrap table .d-table-cell.tc_href {width:55%;}
.bo_point_list_wrap table .d-table-cell.tc_cancel {width:6%;}
.btn_bo_point_cancel {position:relative; display:inline-block; width:30px; height:30px; border-radius:3px; background:#fff; text-align:center; border:1px solid #808080; vertical-align:middle; cursor:pointer;}
.btn_bo_point_cancel img {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%);}
@media (max-width:768px) {
	.btn_bo_point_cancel {width:24px; height:24px;}
	.btn_bo_point_cancel img {width:12px}
}
@media (max-width:992px) {
	.bo_point_list_wrap table tr th,
	.bo_point_list_wrap table tr td {font-size:13px; padding-left:5px; padding-right:5px;}
}
@media (max-width:768px) {
	.bo_point_list_wrap table .d-table-cell.tc_num {width:15%;}
	.bo_point_list_wrap table .d-table-cell.tc_name {width:25%;}
	.bo_point_list_wrap table .d-table-cell.tc_href {width:55%;}
	.bo_point_list_wrap table .d-table-cell.tc_cancel {width:10%;}
}

/* 꽁머니 게시판 페이징 */
/*
#bo_list_wrap .page-item .page-link {margin:0 2px; padding:0; width:22px; height:26px; line-height:26px; text-align:center; border-radius:4px; font-size:13px; color:#999;}
#bo_list_wrap .page-item.active .page-link {color:#fff;}
*/

/* 업체별 포인트 지급 현황판 */
.bo_point_popup_wrap {position:relative;}
.bo_point_popup {display:none; /* position:absolute; top:14rem; left:50%; transform:translateX(-50%); */ position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); border:3px solid #e33030; padding:26px 27px 36px 27px; width:340px; max-width:100%; background:#fff; border-radius:30px; box-shadow:8px 8px 20px rgb(50 60 70 / 30%); -webkit-box-shadow:8px 8px 20px rgb(50 60 70 / 30%); -moz-box-shadow:8px 8px 20px rgb(50 60 70 / 30%); z-index:5;}
.bo_point_popup > div {position:relative;}
.bo_point_popup .btn_close {position:absolute; top:-30px; right:-97px; width:50px; height:50px; border-radius:50px; background:rgba(90, 90, 91, 0.8); text-align:center; line-height:49px; cursor:pointer; border:0;}
.bo_point_popup .title {font-size:28px; color:#e33030; font-weight:bold; letter-spacing:-0.05rem; text-align:center;}
.bo_point_popup .text {line-height:1.3; text-align:center; color:#888; margin-top:5px;}
.bo_point_popup .text span {color:#333; text-decoration:underline;}
.bo_point_popup .tabs {margin-top:10px;}
.bo_point_popup .tabs span {display:inline-block; width:50%; height:40px; line-height:38px; border:1px solid #e8e9eb; color:#666; text-align:center; font-size:16px; cursor:pointer;}
.bo_point_popup .tabs span:first-child {border-radius:10px 0 0 10px;}
.bo_point_popup .tabs span:last-child {border-radius:0 10px 10px 0;}
.bo_point_popup .tabs span.active {background:#393e47; color:#fff; border:1px solid #393e47;}
.bo_point_popup .date_ctrl {position:relative; text-align:center; margin-top:12px;}
.bo_point_popup .date_ctrl .year {position:absolute; top:50%; left:3px; transform:translateY(-51%); font-family:'Montserrat','Noto Sans KR',sans-serif; letter-spacing:-0.05rem;}
.bo_point_popup .date_ctrl .month {font-size:18px; font-weight:bold; margin-right:2px;}
.bo_point_popup .date_ctrl .btn_month {display:inline-block; padding:0 5px; cursor:pointer;}
.bo_point_popup .date_ctrl .btn_month img {margin-top:-2px;}
.bo_point_popup .search {margin-top:10px;}
.bo_point_popup .search:after {content:''; display:block; visibility:hidden; clear:both;}
.bo_point_popup .search .form-control {border:1px solid #e8e9eb; border-radius:6px;}
.bo_point_popup .search > span {position:relative; float:left;}
.bo_point_popup .search > span:first-child {width:30%;}
.bo_point_popup .search > span:last-child {width:70%; padding-left:5px;}
.bo_point_popup .search > span:last-child input[type=text] {padding-right:30px;}
.bo_point_popup .search > span:last-child .icon {position:absolute; top:50%; right:0; transform:translateY(-52%); width:30px; height:100%; text-align:center; cursor:pointer; background:transparent; border:0;}
.bo_point_popup .search > span:last-child .icon i {vertical-align:middle;}
.bo_point_popup .tbl_wrap {display:none; margin-top:10px; border-radius:10px 10px 0 0; overflow:hidden;}
.bo_point_popup .tbl_wrap.active {display:block;}
.bo_point_popup table {width:100%; border-spacing:0; padding:0;}
.bo_point_popup .tbl_wrap .tbody_wrap {max-height:233px; border-bottom:1px solid #e8e9eb; overflow:auto; overflow-y:overlay;}
.bo_point_popup .tbl_wrap .tbody_wrap::-webkit-scrollbar {width:11px;}
.bo_point_popup .tbl_wrap .tbody_wrap::-webkit-scrollbar-track {background:#ececec; background-clip:padding-box; border:3px solid transparent; border-radius:9999px;}
.bo_point_popup .tbl_wrap .tbody_wrap::-webkit-scrollbar-thumb {background:#db3232; background-clip:padding-box; border:3px solid transparent; border-radius:9999px;}
.bo_point_popup table tr th {background:#4d5360; color:#fff; text-align:center; font-size:14px; font-weight:normal; padding-top:3px; padding-bottom:3px; letter-spacing:-0.02rem;}
.bo_point_popup table tr td {background:#fcfdff; color:#333; text-align:center; font-size:14px; border-bottom:1px solid #e8e9eb; padding-top:2px; padding-bottom:1px; letter-spacing:-0.02rem;}
.bo_point_popup table tr:nth-child(even) td {background:#f7f8fa;}
.bo_point_popup table tr td.red {color:#e33030; font-weight:bold;}
.bo_point_popup table tr:last-child td {border-bottom:0;}
.bo_point_popup .tbl_wrap table th:nth-child(1),
.bo_point_popup .tbl_wrap table td:nth-child(1) {width:45%;}
.bo_point_popup .tbl_wrap table th:nth-child(2),
.bo_point_popup .tbl_wrap table td:nth-child(2) {width:55%;}
.bo_point_popup .tbl_wrap table td:nth-child(2) {font-family:'Montserrat','Noto Sans KR',sans-serif; letter-spacing:-0.05rem; font-weight:bold; color:#db3232;}
.bo_point_popup .total_point {margin-top:15px;}
.bo_point_popup .total_point:after {content:''; display:block; visibility:hidden; clear:both;}
.bo_point_popup .total_point .text {float:left; font-size:20px; font-weight:bold; color:#000;}
.bo_point_popup .total_point .price {float:right; font-size:20px; font-family:'Montserrat','Noto Sans KR',sans-serif; letter-spacing:-0.05rem; font-weight:bold; color:#db3232;}
@media (max-width:992px) {
	.bo_point_popup {*top:10.5rem; padding:16px 17px 26px 17px;}
	.bo_point_popup .btn_close {top:-11px; right:-12px; width:40px; height:40px; line-height:39px;}
	.bo_point_popup .title {font-size:20px;}
	.bo_point_popup .text {font-size:14px;}
}

@media (max-width:576px) {
	.bo_point_popup {max-width:calc(100% - 30px); position:absolute; top:10.5rem; left:50%; transform:translateX(-50%);}
}

.btn-point-status {background:#393e47; color:#fff;}
.btn-point-status:hover {background:#2f3032; color:#fff;}

/* 포인트신청 취소, 지급대기중 안내창 팝업 */
.bo_point_confirm_popup {display:none; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); background:#fff; z-index:2; width:420px; max-width:calc(100% - 30px); height:270px; border:3px solid #db3232; box-shadow:8px 8px 20px rgb(50 60 70 / 30%); -webkit-box-shadow:8px 8px 20px rgb(50 60 70 / 30%); -moz-box-shadow:8px 8px 20px rgb(50 60 70 / 30%); border-radius:30px; padding:36px 0 31px 0; text-align:center;}
.bo_point_confirm_popup .text {font-size:18px; line-height:1.6; font-weight:bold; margin-top:20px;}
.bo_point_confirm_popup .btn_wrap {margin-top:16px;}
.bo_point_confirm_popup .btn_bo_point_confirm_popup {display:inline-block; color:#fff; font-size:16px; font-weight:bold; border-radius:8px; text-align:center; margin:0 3px; height:34px; line-height:34px; cursor:pointer;}
#btn_bo_point_cancel_confirm_y {background:#db3232; width:50px;}
#btn_bo_point_cancel_confirm_n {background:#4e5461; width:66px;}
#btn_bo_point_exist_wait_y {background:#db3232; width:58px;}
@media (max-width: 768px) {
	.bo_point_confirm_popup {height:250px;}
	.bo_point_confirm_popup .text {font-size:14px;}
}

/* 리스트 상단 셀렉트박스, 버튼 */
#bo_point_list_select {border:1px solid #808080; color:#333; font-weight:bold; padding:9px calc(0.75em + 16px) 8px 0.75em; border-radius:6px; box-shadow:3px 4px 4px -2px #d5d5d5; -webkit-box-shadow:3px 4px 4px -2px #d5d5d5; -moz-box-shadow:3px 4px 4px -2px #d5d5d5; background:#fff url('https://www.totohot.net/skin/board/Hot-Point/img/icon_bo_point_list_selectbox_arrow.png') right 8px center no-repeat; font-size:1rem; line-height:1.5; -webkit-appearance:none; -moz-appearance:none; appearance:none; outline:none;}

.btn-point-rank {border:1px solid #ffb735; margin-left:1px;}

@media (max-width: 768px) {
	#bo_point_list_select {padding:6px calc(0.35rem + 16px) 5px 0.35rem; font-size:13px;}
}

/* 꽁머니 랭킹 팝업 */
#bo_point_popup_rank {width:440px; padding-top:20px; padding-bottom:30px;}
#bo_point_popup_rank .btn_close {top:-24px;}
#bo_point_popup_rank .title {font-size:40px;}
#bo_point_popup_rank .title img {margin-top:-4px;}
#bo_point_popup_rank .text {margin-top:-2px; font-size:16px; color:#000;}
#bo_point_popup_rank .search .form-control {border:2px solid #e8e9eb;}
#bo_point_popup_rank .search select.form-control {padding-left:0.5rem; padding-right:0.25rem;}
#bo_point_popup_rank .search > span:last-child input[type=text] {padding-right:38px;}
#bo_point_popup_rank .tbl_wrap {display:block; position:relative;}
#bo_point_popup_rank .tbl_wrap .tbody_wrap {border-radius:10px; max-height:unset; border-bottom:0;}
#bo_point_popup_rank .tbl_wrap .tbody_wrap table tr:nth-child(1) td:first-child,
#bo_point_popup_rank .tbl_wrap .tbody_wrap table tr:nth-child(2) td:first-child,
#bo_point_popup_rank .tbl_wrap .tbody_wrap table tr:nth-child(3) td:first-child {color:#db3232; font-weight:bold;}
#bo_point_popup_rank .tbl_wrap table th,
#bo_point_popup_rank .tbl_wrap table td {font-size:13px; font-family:inherit;}
#bo_point_popup_rank .tbl_wrap table td {background:#f7f8fa;}
#bo_point_popup_rank .tbl_wrap table th:nth-child(1), 
#bo_point_popup_rank .tbl_wrap table td:nth-child(1) {width:18%;}
#bo_point_popup_rank .tbl_wrap table th:nth-child(2), 
#bo_point_popup_rank .tbl_wrap table td:nth-child(2) {width:35%;}
#bo_point_popup_rank .tbl_wrap table td:nth-child(2) {color:inherit; font-weight:inherit;}
#bo_point_popup_rank .mb_complete_point {border:2px solid #e33030; border-radius:6px; text-align:center; margin-top:15px; font-size:16px; font-weight:bold;}
#bo_point_popup_rank .mb_complete_point span {position:relative; top:1px; font-size:20px; color:#e33030; margin-left:8px;}
#bo_point_popup_rank .guide {margin-top:15px;}
#bo_point_popup_rank .guide li {font-size:14px; color:#333; line-height:1.6;}
#bo_point_popup_rank .guide li b {color:#db3232;}
#bo_point_popup_rank .btn_popup_rank_search_submit {top:0; width:35px; transform:unset; background:#db3232; border-radius:0 6px 6px 0;}
#bo_point_popup_rank .btn_popup_rank_search_submit i {color:#fff; margin-top:-2px;}
#bo_point_popup_rank .list_refresh {display:none; text-align:right;margin-top:10px;font-size:14px;}
#bo_point_popup_rank .list_refresh span {cursor:pointer;}

@media (max-width: 991px) {
	#bo_point_popup_rank {padding-top:16px; padding-bottom:20px;}
	#bo_point_popup_rank .btn_close {top:-11px;}
	#bo_point_popup_rank .title {font-size:26px;}
	#bo_point_popup_rank .title img {width:34px; margin-top:-3px;}
	#bo_point_popup_rank .text {font-size:14px; margin-top:0;}
	#bo_point_popup_rank .search .form-control {font-size:14px;}
	#bo_point_popup_rank .mb_complete_point {font-size:14px;}
	#bo_point_popup_rank .mb_complete_point span {font-size:18px;}
	#bo_point_popup_rank .guide li {font-size:12px;}
}

@media (max-width: 575px) {
	#bo_point_popup_rank .search > span:first-child {width:33%;}
	#bo_point_popup_rank .search > span:last-child {width:67%}
}


.na-table-head > div{ background: #4e5461; color: #fff; font-weight: normal; font-size: 16px !important;}
.na-table-head > div:first-child{ border-radius: 15px 0 0 0; }
.na-table-head > div:last-child{ border-radius: 0 15px 0 0; }
.na-table-head > div a{ background: #4e5461; color: #fff; font-weight: normal; }
.na-table-head{ border-top:none !important; }
.table-line:nth-child(even){background: #f7f8fa;}








.bo_mttip_top_con_wrap {margin:10px 0 40px; padding:0 15px;}
.bo_mttip_top_con_wrap:after {display:block; content:''; visibility:hidden; clear:both;}
.bo_mttip_info_img_wrap {height:350px;/*float:left; width:330px; height:266px; margin-right:15px;*/}
.bo_mttip_info_img_wrap .img_wrap {max-width:480px; margin:0 auto; box-shadow:0px 4px 10px rgb(50 60 70 / 20%); -webkit-box-shadow:0px 4px 10px rgb(50 60 70 / 20%); -moz-box-shadow:0px 4px 10px rgb(50 60 70 / 20%); border-radius:10px;}
.bo_mttip_info_img_wrap .img_wrap,
.bo_mttip_info_img_wrap .img_wrap #bo_v_img .view_image,
.bo_mttip_info_img_wrap .img_wrap #bo_v_img {height:100%;}
.bo_mttip_info_img_wrap .img_wrap #bo_v_img img {width:100%; height:100%; border-radius:10px !important; margin-bottom:0 !important;}
.bo_mttip_info_tbl_wrap {/*float:left; width:calc(100% - 345px);*/ max-width:480px; margin:10px auto 0; 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;}
.tbl_bo_mttip_info {width:100%; border-collapse:separate; border-spacing:0;}
.tbl_bo_mttip_info tr 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;}
.tbl_bo_mttip_info tr td {word-break:break-all;height:44px;overflow:hidden;border:1px solid #e8e9eb; border-top:0;padding:8px 16px;font-size:16px;color:#000;background:#fff;}
.tbl_bo_mttip_info tbody tr:first-child th {border-top:1px solid #333;0 *height:45px;border-radius:10px 0 0 0;}
.tbl_bo_mttip_info tbody tr:first-child td {border-top:1px solid #e8e9eb; *height:45px; border-radius:0 10px 0 0;}
.tbl_bo_mttip_info tbody tr:last-child th {border-radius:0 0 0 10px;}
.tbl_bo_mttip_info tbody tr:last-child td {border-radius:0 0 10px 0;}
.tbl_bo_mttip_info tr td.bo_mttip_info_feature {font-size:14px;}
.tbl_bo_mttip_info tr.bo_mttip_info_game_wrap th {padding:7px 18px;}
.tbl_bo_mttip_info tr.bo_mttip_info_game_wrap td {padding:7px 16px;}
.tbl_bo_mttip_info tr td .icon_safety_game {background:#edeef0; color:#666; padding:2px 7px 0; line-height:1.4; border-radius:5px; font-size:14px; margin-top:2px; margin-bottom:2px; margin-right:5px;display:inline-block;}
.tbl_bo_mttip_info tr td .icon_safety_game:last-child {margin-right:0;}
.tbl_bo_mttip_info tr td a.at-tip img {margin-top:1px;}
.tooltip > .tooltip-inner {font-size:14px;}
.tooltip > .tooltip-inner span.safety_con {font-size:13px;}
.tooltip > .tooltip-inner span.safety_con span.red {color:red !important; font-weight:bold;}
@media (max-width: 1200px) {
.bo_mttip_info_img_wrap {width:100%; *height:auto;}
.bo_mttip_info_img_wrap .img_wrap {width:330px; margin:0 auto;}
.bo_mttip_info_tbl_wrap {width:100%; margin:10px auto 0;}
}
@media (max-width: 768px) {
.bo_mttip_top_con_wrap {padding:0;}
}
@media (max-width: 576px) {
.bo_mttip_top_con_wrap {margin:0 0 30px;}
.bo_mttip_info_img_wrap .img_wrap {width:100%;}
.bo_mttip_info_tbl_wrap {margin-top:10px;}
.tbl_bo_mttip_info tr th {width:78px;}
.tbl_bo_mttip_info tr th,
.tbl_bo_mttip_info tr td {font-size:13px; padding:5px 8px !important; height:36px;}
.tbl_bo_mttip_info tbody tr:first-child th,
.tbl_bo_mttip_info tbody tr:first-child td  {height:37px;}
.tbl_bo_mttip_info tr td.bo_mttip_info_feature,
.tbl_bo_mttip_info tr td .icon_safety_game {font-size:12px;}
}

.bo_mttip_view_con_line {position:relative; margin-bottom:40px; text-align:left;}
.bo_mttip_view_con_line .text {position:relative; z-index:2; display:inline-block; border:4px solid #db3232; border-radius:8px 8px 0 0; border-bottom:0; padding:7px 25px; background:#ffffff; color:#db3232; font-weight:bold;}
.bo_mttip_view_con_line .bar {position:relative; z-index:1; background:#db3232; width:100%; height:4px; margin-top:-4px;}
@media (max-width: 576px) {
.bo_mttip_view_con_line {margin-bottom:20px !important;}
.bo_mttip_view_con_line .text {font-size:14px; padding:7px 15px;}
.na-table-head{display: flex; font-size: 12px;}
/* .nw-8{width: 4rem;} */
.na-table .py-2{display: flex;font-size: 12px;}
.sv_member{font-size: 12px;}
}

.sly-tab .sly-btn{border:none !important; padding-top: 8px;}
.bottom-line{border-bottom: 4px solid #fd7e14;}
.odometer.odometer-auto-theme, .odometer.odometer-theme-default {font-family:inherit;}