@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:0.75rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}

/* gallery */
#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_gallery .row li.col {
	background: #FFFFFF;
	-webkit-box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
	-moz-box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
	box-shadow: 5px 5px 8px rgb(50 60 70 / 8%);
	border-radius: 10px;
}
/*
#bo_gallery .row li.col:hover {
	border: 3px solid #db3232;
}

/* 게시판 읽기 */
#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;
}


/* 게시판 읽기 : 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_point_notice .must_read {
	-ms-flex: 0 0 63.38%;
    flex: 0 0 63.38%;
    max-width: 63.38%;
}

.bo_point_notice .price {
	-ms-flex: 0 0 36.62%;
    flex: 0 0 36.62%;
    max-width: 36.62%;
	padding-left: 10px;
}

.bo_point_notice .head {
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-pack: center !important;
    justify-content: center !important;
	-ms-flex-align: center !important;
    align-items: center !important;
	background: #333;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	border-radius: 5px;
	height: 36px;
	padding: 0 0.5rem;
}

.bo_point_notice .price .head {
	border-radius: 5px 5px 0 0;
}

.bo_point_notice .head span {
	position: relative;
}

.bo_point_notice .head span img {
	position: absolute;
	top: 50%;
	left: -1.75rem;
	transform: translateY(-50%);
}

.bo_point_notice .must_read_list .item {
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-align: center !important;
    align-items: center !important;
	-ms-flex: 0 0 calc(50% - 1px);
    flex: 0 0 calc(50% - 1px);
    max-width: calc(50% - 1px);
	border: 1px solid #f8c5c5;
	border-radius: 5px;
	background: #fff;
	font-size: 14px;
	font-weight: 700;
	color: #555;
	min-height: 32px;
	padding: 0 0.645rem;
	margin-top: 2px;
}

.bo_point_notice .must_read_list .item:nth-child(odd) {
	margin-right: 1px;
}

.bo_point_notice .must_read_list .item:nth-child(even) {
	margin-left: 1px;
}

.bo_point_notice .must_read_list .item .num {
	color: #db3232;
	font-weight: 700;
	margin-right: 0.275rem;
}

.bo_point_notice .must_read_list .item .underline span {
	text-decoration: underline;
}

.bo_point_notice .must_read_list .item a.btn_bo_safety {
	position: relative;
	top: 0;
	display: inline-block;
	background: #333;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
	padding: 0 6px;
	height: 20px;
	line-height: 20px;
	padding-top: 1px;
	border-radius: 5px;
	transition: background .15s;
	margin-left: 5px;
}

.bo_point_notice .must_read_list .item a.btn_bo_safety:hover {
	background: #222;
}

.bo_point_notice .must_read_list .item a.btn_bo_safety img {
	vertical-align: top;
	width: 10px;
	margin-top: 4px;
	margin-left: 2px;
}

.bo_point_notice .price .item {
	display: -ms-flexbox !important;
    display: flex !important;
	-ms-flex-pack: center !important;
    justify-content: center !important;
	-ms-flex-align: center !important;
    align-items: center !important;
	-ms-flex: 0 0 calc(50% - 1px);
	font-size: 30px;
	font-weight: 700;
	min-height: 68px;
	height: calc(100% - 36px);
    border: 2px solid #333;
    border-top: 0;
	border-radius: 0 0 5px 5px;
	padding: 0 0.5rem;
	background: #fff;
	letter-spacing: -0.05rem;
}

.bo_point_notice .price .item .odometer,
.bo_point_notice .price .item .comma {
	color: #db3232;
}

@media (max-width: 991.98px) {
	.bo_point_notice .must_read,
	.bo_point_notice .price,
	.bo_point_notice .must_read_list .item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bo_point_notice .head {
		font-size: 16px;
	}

	.bo_point_notice .must_read_list .item {
		font-size: 13px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.bo_point_notice .price {
		padding-left: 0;
	}

	.bo_point_notice .price .item {
		font-size: 28px;
	}
}

/*============================
    검색창 및 버튼
=============================*/
#bo_search .form-row {
	margin-left: 0 !important;;
	margin-right: 0 !important;
}

#bo_search .form-row > div:first-child {
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}

#bo_search .form-row > div:last-child {
	-ms-flex: 0 0 70%;
	flex: 0 0 70%;
	max-width: 70%;
}

#bo_search input[type="text"] {
	max-width: 20rem;
	height: calc(1.75em + 1rem + 2px);
	border-radius: 0.5rem 0 0 0.5rem;
}

#bo_search button[type="submit"] {
	background-color: #333 !important;
	border-color: #333 !important;
	border-radius: 0 0.5rem 0.5rem 0;
	padding-left: 0.85rem;
	padding-right: 0.85rem;
}

#bo_search button[type="submit"]:hover {
	background-color: #222 !important;
}

.btn-point {
	border: 1px solid #808080;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	padding: 7px 12px !important;
	/*
	padding-top: 11px !important;
	padding-bottom: 9px !important;
	padding-left: 15px !important;
	padding-right: 15px !important;
	*/
	border-radius: 7px;
	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;
}

.btn-point-rank img {
	margin-top: -1px;
}

.btn-point-total {
	border: 1px solid #db3232;
	color: #db3232 !important;
}

.btn-point-total:hover {
	background: #fff7f7;
}

@media (max-width: 991.98px) {
	#bo_search input[type="text"] {
		max-width: 100%;
	}

	.btn-point,
	.btn-point-primary {
		padding: 6px 10px !important;
		font-size: 14px;
	}
}

/*============================
    꽁머니 랭킹 팝업창
==============================*/
#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%}
}

/*============================
    업체 리스트
=============================*/
#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:after {content:''; display:block; visibility:hidden; clear:both;}
#bo_gallery .img-wrap {border-radius:10px 10px 0 0; border:2px solid #dc3545;}
#bo_gallery .list-item.trade_status_off .img-wrap {border:2px solid #666;}
#bo_gallery .img-wrap .img-hover-cover {position:absolute; top:0; left:0; width:100%; height:100%; color:#fff; text-align:center; font-size:20px; font-weight:bold; z-index:2;}
#bo_gallery .img-wrap .img-hover-cover > div {position:relative; height:100%;}
#bo_gallery .img-wrap .img-hover-cover > div > span {position:absolute; width:100%; top:50%; left:50%; transform:translate(-50%, -50%);}
#bo_gallery .img-wrap .img-item img {width:100%; height:100%; object-fit:cover;}
#bo_gallery .img-wrap .img-item .overlay_label {position:absolute; top:0; left:0; background:#dc3545; color:#fff; padding:0 0.75rem; font-weight:700; border-radius:0 0 10px 0;}
#bo_gallery .list-item.trade_status_off .img-wrap .img-item .overlay_label {background:#666;}
#bo_gallery .list-partner-info-wrap {padding:6px 5px;}

#bo_gallery .list-partner-info-1 {
	min-height: 30px;
}

#bo_gallery .list-partner-info-1 .complete_text {
	-ms-flex: 0 0 70px;
    flex: 0 0 70px;
    max-width: 70px;
	text-align: center;
	border: 1px solid #333;
	background: #333;
	color: #fff;
	letter-spacing: -0.05rem;
	border-radius: 5px 0 0 5px;
	padding: 0 0.5rem;
}

#bo_gallery .list-partner-info-1 .complete_price {
	-ms-flex: 0 0 calc(100% - 70px);
    flex: 0 0 calc(100% - 70px);
    max-width: calc(100% - 70px);
	word-break: break-all;
	text-align: center;
	border: 1px solid #e8e9eb;
	background: #fff;
	letter-spacing: -0.05rem;
	font-weight: bold;
	border-radius: 0 5px 5px 0;
	padding: 0 0.5rem;
}

#bo_gallery .list-partner-info-1 .complete_price span span {color:#db3232;}
#bo_gallery .list-item.trade_status_off  .list-partner-info-1 .complete_price span {color:#999;}

#bo_gallery .list-partner-info-2 {position:relative; border:1px solid #e8e9eb; min-height:30px; font-size:14px; color:#666; border-radius:5px; margin-top:5px; letter-spacing:-1px;}

#bo_gallery .list-partner-info-2 .cnt_request,
#bo_gallery .list-partner-info-2 .cnt_complete,
#bo_gallery .list-partner-info-2 .cnt_hold {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	text-align: center;
	padding: 0 0.5rem;
}

#bo_gallery .list-partner-info-2 .div_line {position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:1px; height:11px; background:#e8e9eb;}

#bo_gallery .list-partner-btn-wrap {margin-top:7px;}
#bo_gallery .list-partner-btn-wrap:after {content:''; display:block; visibility:hidden; clear:both;}
#bo_gallery .list-partner-btn-wrap .btn_trade {border:2px solid #777; color:#666; font-weight:bold; font-size:16px; border-radius:5px; text-align:center; font-weight:bold; padding:0; transition:background .15s;}
#bo_gallery .list-item.trade_status_off .list-partner-btn-wrap .btn_trade {background:#f2f2f2 !important; border:2px solid #f2f2f2; color:#999;}
#bo_gallery .list-partner-btn-wrap .btn_trade:hover {background:#f5f5f5;}
#bo_gallery .list-partner-btn-wrap .btn_trade img {margin-left:5px;}

@media (max-width: 991.98px) {
	#bo_gallery .list-partner-info-1 .complete_text,
	#bo_gallery .list-partner-info-1 .complete_price,
	#bo_gallery .list-partner-info-2 .cnt_request,
	#bo_gallery .list-partner-info-2 .cnt_complete,
	#bo_gallery .list-partner-info-2 .cnt_hold {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	#bo_gallery .list-partner-info-1 .complete_text {
		border-radius: 5px 5px 0 0;
	}

	#bo_gallery .list-partner-info-1 .complete_price {
		border-radius: 0 0 5px 5px;
	}

	#bo_gallery .list-partner-info-2 {
		border: 0;
		height: auto;
	}

	#bo_gallery .list-partner-info-2 .cnt_request {
		border: 1px solid #e8e9eb;
		border-radius: 5px 5px 0 0;
	}

    #bo_gallery .list-partner-info-2 .cnt_complete,
	#bo_gallery .list-partner-info-2 .cnt_hold {
		margin-top: -1px;
		border: 1px solid #e8e9eb;
		border-radius: 0 0 5px 5px;
	}
}

#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_point_mypage .list-item .list-item-div {
	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;
	padding: 10px;
}

.bo_point_mypage .list-item .datetime {
	font-size: 14px;
	color: #999;
}

.bo_point_mypage .list-item .data-wrap {
	width: 100%;
	margin-top: 5px;
}

.bo_point_mypage .list-item .data-wrap .data-item div {
	border: 1px solid #e8e9eb;
	border-top: 0;
	font-size: 15px;
	padding: 0 0.5rem;
	text-align: center;
	min-height: 26px;
}

.bo_point_mypage .list-item .data-wrap .data-item div:first-child {
	-ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
	border-right: 0 !important;
}

.bo_point_mypage .list-item .data-wrap .data-item div:last-child {
	-ms-flex: 0 0 calc(50% + 1px);
    flex: 0 0 calc(50% + 1px);
    max-width: calc(50% + 1px);
}

.bo_point_mypage .list-item .data-wrap .data-item-head div:first-child {
	background: #333;
	border: 1px solid #333;
	border-top: 0;
	color: #fff;
	border-radius: 5px 0 0 0;
}

.bo_point_mypage .list-item .data-wrap .data-item-head div:last-child {
	background: #db3232;
	border: 1px solid #db3232;
	border-top: 0;
	color: #fff;
	border-radius: 0 5px 0 0;
}

.bo_point_mypage .list-item .data-wrap .data-item-1 div,
.bo_point_mypage .list-item .data-wrap .data-item-1 div a {
	color: #db3232;
}

.bo_point_mypage .list-item .data-wrap .data-item-2 div {
	color: #666;
}

.bo_point_mypage .list-item .data-wrap .data-item-2 div:first-child {
	border-radius: 0 0 0 5px;
}

.bo_point_mypage .list-item .data-wrap .data-item-2 div:last-child {
	border-radius: 0 0 5px 0;
}

.bo_point_mypage .list-item .status {
	position: relative;
	background: #f2f2f2;
	border-radius: 5px;
	font-size: 16px;
	margin-top: 7px;
	height: 34px;
}

.bo_point_mypage .list-item .status.status-6 {
	background: #fbeaea;
	color: #db3232;	
}

.bo_point_mypage .list-item .status.status-7 {
	color: #666;
}

.bo_point_mypage .list-item .status.status-10 {
	background: #d9ffd7;
	color: #666;
}

.bo_point_mypage .list-item .status .btn_bo_point_cancel_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-right: 4px;
}

/*=================================
    업체별 교환 신청 리스트
==================================*/
.bo_point_partner_info_wrap .img_wrap {
	
    max-width: 350px;
	text-align: center;
	overflow: hidden;
}

.bo_point_partner_info_wrap .img_wrap_inner {
	position: relative;
	text-align: center;
	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;
	border: 2px solid #db3232;
	overflow: hidden;
}

.bo_point_partner_info_wrap .img_wrap_inner img {
	/*
	width: 100%;
	object-fit: cover;
	*/
}

.bo_point_partner_info_wrap .info_wrap {
	-ms-flex: 0 0 calc(100% - 360px);
    flex: 0 0 calc(100% - 360px);
    max-width: calc(100% - 360px);
	margin-left: 10px;
}

.bo_point_partner_info_wrap .info_wrap table {
	border-radius: 10px;
	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%);
}

.bo_point_partner_info_wrap .info_wrap table {width:100%; border-collapse:separate; border-spacing:0;}
.bo_point_partner_info_wrap .info_wrap table tr th {*width:150px;width:120px;border:1px solid #333;border-bottom:1px solid #424242;border-top:0;background:#333;color:#fff;font-weight:normal;height:56px;letter-spacing:-0.05rem;padding:8px 18px;font-size:16px;text-align:center;white-space:nowrap;}
.bo_point_partner_info_wrap .info_wrap table tr td {position:relative;word-break:break-all;height:56px;overflow:hidden;border:1px solid #e8e9eb; border-top:0;padding:8px 25px;font-size:16px;color:#000;background:#fff;}
.bo_point_partner_info_wrap .info_wrap table tr:first-child th {border-top:1px solid #333;0 *height:45px; border-radius:10px 0 0 0;}
.bo_point_partner_info_wrap .info_wrap table tr:first-child td {border-top:1px solid #e8e9eb; *height:45px; border-radius:0 10px 0 0;}
.bo_point_partner_info_wrap .info_wrap table tr:last-child th {border-radius:0 0 0 10px;}
.bo_point_partner_info_wrap .info_wrap table tr:last-child td {border-radius:0 0 10px 0;}
.bo_point_partner_info_wrap .info_wrap table tr td a.at-tip img {margin-top:1px;}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap {
	padding: 0 25px;
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div {
	*min-width: 140px;
	position: relative;
	*padding: 0 25px;
	padding: 0 20px;
	letter-spacing: -0.05rem;
	font-size: 15px;
	min-width: 100px;
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:first-child {
	padding-left: 0 !important;
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:last-child {
	padding-right: 0 !important;
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	width: 1px;
	height: 14px;
	background: #ccc;
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div > span {
	display: inline-block;
}

/* .bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:nth-child(even):before, */
.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap-2 div:nth-child(2):before,
.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div:last-child:before {
	display: none;
}

.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div span .underline {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.bo_point_partner_info_wrap .info_wrap table tr td.td_complete_price {
	font-size: 20px;		
	font-weight: bold;
}

.bo_point_partner_info_wrap .info_wrap table tr td.td_complete_price span span {
	color: #db3232;
}

/*
.btn_bo_point_edit {
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 0.5px));
	right: 5px;
}
*/

.bo_point_partner_notice {
	position: relative;
	border: 2px solid #333;
	border-radius: 10px;
	overflow: hidden;
}

.bo_point_partner_notice .left {
	background: #333;
	color: #fff;
	font-size: 20px;
	padding: 8px 25px;
	min-height: 60px;
	white-space: nowrap;
	font-weight: bold;
}

.bo_point_partner_notice .left img {
	margin-right: 8px;
}

.bo_point_partner_notice .right {
	font-size: 16px;
	padding: 8px 25px;
	min-height: 60px;
	background: #fff;
}

/*
.bo_point_partner_notice.adm .right {
	padding-right: 46px;
}

.bo_point_partner_notice.adm .btn_bo_point_edit {
	position: absolute;
	top: 50%;
	transform: translateY(calc(-50% + 0.5px));
	right: 10px;
}
*/

@media (max-width: 991.98px) {
	.bo_point_partner_info_wrap .img_wrap {
		-ms-flex: 100%;
		flex: 0 0 100%;
		max-width: 100%;
		height: auto;
	}

	.bo_point_partner_info_wrap .info_wrap {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
		margin-top: 10px;
	}

	.bo_point_partner_info_wrap .info_wrap table tr th {
		width: 85px;
		padding: 8px 10px;
		font-size: 14px;
	}

	.bo_point_partner_info_wrap .info_wrap table tr td {
		font-size: 14px;
		padding: 10px;
		text-align:center;
	}

	.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap {
		padding: 0;
	}


	.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div {
		*min-width: 100px;
		padding: 0 !important;
		font-size: 13px;
		min-width: unset;
		width: calc(100% / 3);
		text-align: center;
	}

	.bo_point_partner_info_wrap .info_wrap table tr td .info_div_wrap div > span {
		display: block;
	}

	.bo_point_partner_info_wrap .info_wrap table tr td.td_complete_price {
		font-size: 18px;
	}
	
	.bo_point_partner_notice .left {
		padding: 6px 12px;
		min-height: unset;
	}

	.bo_point_partner_notice .left img {
		margin-right: 0;
		width: 18px;
	}

	.bo_point_partner_notice .left span span {
		display: none;
	}

	.bo_point_partner_notice .right {
		font-size: 15px;
		padding: 6px 15px;
		min-height: unset;
	}
}

.bo_point_list_head {
	font-size: 22px;
	font-weight: bold;
}

.bo_point_list_head img {
	margin-right: 8px;
}

.bo_point_list_payment_day .text {
	display: inline-block;
	font-size: 16px;
	margin: 0 10px;
}

.bo_point_list_payment_day .text .underline {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* 교환일 당일 교환 불가 안내 */
.bo_point_payment_day_alert {
	background: #db3232;
	padding: 12px 18px;
	border-radius: 0 15px 15px 15px;
	margin: 16px 0 0 16px;
}

.bo_point_payment_day_alert > div {
	color: #fff;
	line-height: 1;
}

.bo_point_payment_day_alert > div:last-child {
	font-weight: 700;
	margin-top: 7px;
}

.bo_point_payment_day_alert > div:last-child span {
	color: #fff899;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 991.98px) {
	.icon_bo_point_payment_day_alert {
		width: 45px;
	}

	.bo_point_payment_day_alert {
		padding: 10px 14px;
		border-radius: 0 10px 10px 10px;
		margin: 10px 0 0 10px;
		font-size: 13px;
	}

	.bo_point_payment_day_alert > div:last-child {
		margin-top: 5px;
	}
}

.bo_point_list_wrap {overflow:visible;}
.bo_point_list_wrap table {}
.bo_point_list_wrap table tr th {border:0; text-align:center; background:#333; 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:16px; color:#333 !important; vertical-align:middle; letter-spacing:-0.05rem; font-weight:normal; padding: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 {}
.bo_point_list_wrap table .d-table-cell.tc_num {width:10%;}
.bo_point_list_wrap table .d-table-cell.tc_name {width:17%;}
.bo_point_list_wrap table .d-table-cell.tc_nick {width:19%;}
.bo_point_list_wrap table .d-table-cell.tc_href {width:51%;}
/* .bo_point_list_wrap table .d-table-cell.tc_cancel {width:3.5%;} */
.bo_point_list_wrap table .d-table-cell .wr_result {display:inline-block; *white-space:nowrap; font-size:16px; font-weight:bold; padding:2px 10px; border-radius:5px;}
.bo_point_list_wrap table .d-table-cell .wr_result_apply {}
.bo_point_list_wrap table .d-table-cell .wr_result_cancel {}
.bo_point_list_wrap table .d-table-cell .wr_result_wait {}
.bo_point_list_wrap table .d-table-cell .wr_result_hold {background:#d9d9d9;}
.bo_point_list_wrap table .d-table-cell .wr_result_complete {background:#f4e4e6; color:#db3232;}
.btn_bo_point_cancel {position:relative; display:inline-block; width:28px; height:28px; border-radius:5px; 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%);}

.bo_point_adm_menu {
	display: none;
}

.btn_bo_point_adm_menu {
	display: inline-block;
	cursor: pointer;
}

.btn_bo_point_adm_menu.open {
	transform: rotate(180deg);
}

.btn_bo_point_status_confirm {
	font-size: 14px;
	padding: 0px 7px !important;
	border-radius: 3px;
	cursor: pointer;
}

.btn_bo_point_status_confirm.disabled {
	background: #fbfcfd;
	color: #666;
	border: 1px solid #d5d5d6;
}

.bo_point_hold_reason {
	font-size: 14px;
}

@media (max-width: 991.98px) {	
	.bo_point_list_head {
		font-size: 20px;
	}

	.bo_point_list_head img {
		margin-top: -1px;
	}

	.bo_point_list_payment_day .text {
		font-size: 15px;
		margin: 0 5px;
	}
	
	.bo_point_list_wrap table tr th,
	.bo_point_list_wrap table tr td {font-size:12px;}
	.bo_point_list_wrap table .d-table-cell.tc_num {width:10%;}
	.bo_point_list_wrap table .d-table-cell.tc_name {width:16%;}
	.bo_point_list_wrap table .d-table-cell.tc_nick {width:17%;}
	.bo_point_list_wrap table .d-table-cell.tc_href {width:49%;}
	/* .bo_point_list_wrap table .d-table-cell.tc_cancel {width:10%;} */
	.bo_point_list_wrap table .d-table-cell .wr_result {font-size:12px; padding:2px 5px; border-radius:4px;}

	.btn_bo_point_cancel {
		width: 21px;
		height: 21px;
	}

	.btn_bo_point_cancel img {
		width: 9px;
	}
	/*
	.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%;}
	*/

	.btn_bo_point_status_confirm {
		font-size: 12px;
	}

	.bo_point_adm_menu .d-table-cell.tc_cancel {
		width: 6.5% !important;
	}

	.bo_point_hold_reason {
		font-size: 12px;
	}
}

@media (max-width: 575.98px) {
	.bo_point_adm_menu .d-table-cell.tc_cancel {
		width: 0 !important;
	}

	.bo_point_list_wrap tr td .icon_d_o img {
		width: 18px;
	}
}

/*=================================
    게시판 페이징
==================================*/
/*
#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_confirm_popup {display:none; position:fixed; top:50%; left:50%; transform:translate(-50%, -50%); background:#fff; z-index:4; 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;}
#btn_bo_point_hold_confirm_y {background:#db3232; width:58px;}

@media (max-width: 767.98px) {
	.bo_point_confirm_popup {height:250px;}
	.bo_point_confirm_popup .text {font-size:14px;}
}

/* 혹시 모를 상황을 대비.. */
@media (max-width: 320px) {
	.btn-point {
		padding: 5px 8px !important;
		font-size: 11px;
		border-radius: 5px;
	}
}


/* 기프티콘 신청 폼 */
#bo_w .list-group-item {/*border-bottom:1px solid #e6e6e6;*/ border:0; background:none;}
#bo_w h5.write_page_title {color:#db3232; font-size:22px;}

#bo_w .custom-select-bo-point {display:inline-block; width:100%; height:calc(1.5em + 1.5rem + 2px); padding:0.8rem 0.75rem 0.7rem 0.75em; font-size:1rem; font-weight:400; line-height:1.5; color:#495057; vertical-align:middle; border:1px solid #ced4da; border-radius:0.55rem; background:url('<?php echo $board_skin_url; ?>/img/icon_bo_point_selectbox_arrow.png') right 10px center, -webkit-linear-gradient(#ffffff, #f1f1f1); background:url('<?php echo $board_skin_url; ?>/img//icon_bo_point_selectbox_arrow.png') right 10px center, -o-linear-gradient(#ffffff, #f1f1f1); background:url('<?php echo $board_skin_url; ?>/img//icon_bo_point_selectbox_arrow.png') right 10px center, -moz-linear-gradient(#ffffff, #f1f1f1);  background:url('<?php echo $board_skin_url; ?>/img//icon_bo_point_selectbox_arrow.png') right 10px center, linear-gradient(#ffffff, #f1f1f1); background-repeat:no-repeat;}

#bo_w .col-form-label {color:#444; padding-top:0.7rem; font-size:16px;}
#bo_w .col-form-label.col-lg-2.left {flex:0 0 16%; max-width:16%; margin-left:2.5rem !important;}
@media (max-width: 992px) {
	#bo_w  .col-form-label.col-lg-2.left {flex:unset; max-width:100%; margin-left:0 !important;}
}

#bo_w .form-control {height:calc(1.5em + 1.5rem + 2px); padding:0.8rem 0.75rem 0.7rem 0.75em; border-radius:0.55rem;}

#bo_w .icon_plus {position:absolute; /* top:calc(50% + 1px); transform:translateY(-50%); */ top:8px; right:54px; width:30px; height:30px; border:2px solid #db3232; color:#db3232; cursor:pointer; text-align:center; border-radius:6px;}
#bo_w .icon_minus {position:absolute; /* top:calc(50% + 1px); transform:translateY(-50%); */ top:8px; right:20px; width:30px; height:30px; border:2px solid #db3232; color:#db3232; cursor:pointer; text-align:center; border-radius:6px;}
#bo_w .icon_plus > div,
#bo_w .icon_minus > div {position:relative; width:100%; height:100%;}

#bo_w .icon_plus > div:before,
#bo_w .icon_minus > div:after {content:''; display:inline-block; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:14px; height:2px; background:#db3232;}
#bo_w .icon_plus > div:after {content:''; display:inline-block; position:absolute; top:50%; left:50%; transform:translate(-50%, -50%); width:2px; height:14px; background:#db3232;}

#bo_w .guide_text_price {color:#666; font-size:14px; padding-top:0.9rem; padding-bottom:0;}
#bo_w .guide_text_nick {flex-basis:100%; color:#666; font-size:14px; padding-top:0.9rem; padding-left:calc(16% + 2.5rem + 15px)}
@media (max-width: 992px) {
	#bo_w .guide_text_nick {padding-left:15px; padding-right:15px;}
}

.bo_point_info_guide_text {display:flex; justify-content:center; align-items:center; color:#fff; font-size:16px; font-weight:bold; background:#db3232; padding:.75em;}
.img_wrap_inner .bo_point_info_guide_text {position:absolute; bottom:0; width:100%;}
.bo_point_info_guide_text span:first-child {align-self:flex-start; padding-right:5px;}
.bo_point_info_guide_text img {width:24px; margin-right:5px;}
@media (max-width: 768px) {
	.bo_point_info_guide_text {text-align:left; padding:0 15px; margin:15px 0 25px;}
}

#bo_w #btn_submit {font-size:16px; font-weight:bold; width:120px; padding-left:0; padding-right:0; border-radius:8px;}
#bo_w #btn_cancel {background:#4e5461; color:#fff; font-size:16px; font-weight:bold; width:120px; padding-left:0; padding-right:0; border-radius:8px;}
#bo_w #btn_cancel:hover {background:#394358;}

.img_wrap_inner + button,
.img_wrap_inner + button:hover {border-color:#db3232; color:#db3232;}
