@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:10px;
	padding-right:10px;
	border-left:0;
	border-right:0;
	background:#292d2e;
}
#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;
	}
}

/* sites */
.na-content-wrap {
	display:flex;
	flex-wrap:nowrap;
	gap:10px;
	align-items:flex-start;
	margin:20px 0;
}
.na-left {
	width:400px;
	height:240px;
	display:flex;
	align-items:center;
	justify-content:center;
	background:#000;
	overflow:hidden;
	border-radius:12px; 

}
.na-left img {
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	object-fit:contain;
	display:block;
}
.na-right {
	flex:1;
	min-width:0;
}
.na-info-table {
	width:100%;
	height:240px;
	border-collapse:separate;
	border-spacing:0;
	table-layout:fixed;
	border-radius:12px;
	overflow:hidden;
}
.na-info-table tr:first-child th:first-child {
	border-top-left-radius:12px;
}
.na-info-table tr:first-child td:last-child {
	border-top-right-radius:12px;
}
.na-info-table tr:last-child th:first-child {
	border-bottom-left-radius:12px;
}
.na-info-table tr:last-child td:last-child {
	border-bottom-right-radius:12px;
}
.na-info-table th,
.na-info-table td {
	border:1px solid #cbcbcb;
	padding:8px;
	font-size:1.1rem;
	text-align:center;;
	vertical-align:middle;
}
.na-info-table th {
	background-color:#292d2e;
	width:25%;
}
.na-info-table tr {
	height:60px;
}
@media (max-width:1209px) {
	.na-content-wrap {
		flex-direction:column;
		align-items:stretch;
	}
	.na-left {
		width:100% !important;
		margin:0 0 10px 0;
	}
}
/* NOTICE */
.notice-box {
	display:flex;
	border:1px solid #333;
	border-radius:12px;
	overflow:hidden;
	max-width:100%;
}
.notice-title {
	background-color:#292d2e;
	color:#fff;
	padding:10px 15px;
	font-weight:bold;
	display:flex;
	align-items:center;
	gap:6px;
	border-top-left-radius:12px;
	border-bottom-left-radius:12px;
	white-space:nowrap;
}
.notice-content {
	background-color:#f7f7f7;
	padding:10px 15px;
	flex:1;
	display:flex;
	align-items:center;
	border-top-right-radius:12px;
	border-bottom-right-radius:12px;
	font-size:16px;
	color:#000;
}
.btn-wrap-right {
	text-align:right;
	margin-top:15px;
}

.rolling-info {
	display:flex;
	align-items:center;
	justify-content:center;
	gap:8px;
	flex-wrap:wrap;
}
.rolling-item {
	display:flex;
	align-items:center;
	gap:4px;
	white-space:nowrap;
}
.rolling-info .divider {
	border-left:1px solid #ccc;
	height:13px;
}
@media (max-width:767px){
	.rolling-item {
		flex-direction:column;
		align-items:center;
		white-space:normal;
		gap:0px;
	}
	.rolling-value {
		display:block;
	}
}
/* list */
.board_box {
    padding:10px;
    background-color:#292d2e;
    border-radius:12px;
}
.title-overlay {
    position:absolute;
    bottom:5px;
    left:5px;
    background:rgba(0, 0, 0, 0.6);
    color:#fff;
    padding:3px 8px;
    font-size:13px;
    border-radius:5px;
    white-space:nowrap;
}
.list-bg {
	background:#232626;
	border-radius:6px;
	padding:5px;
}
.status-box {
    overflow:hidden;
    font-family:sans-serif;
    background:#232626;
}
.status-top {
    display:flex;
    border:1px solid #68f3af;
    margin-bottom:4px;
    border-radius:6px;
    overflow:hidden;
}
.status-top .status-label {
    background:#333;
    color:#fff;
    padding:3px 7px;
    font-size:13px;
    white-space:nowrap;
}
.status-top .status-amount {
    flex:1;
    text-align:center;
    font-weight:bold;
    font-size:14px;
    color:#68f3af;
    padding:3px 7px;
}
.status-top .unit {
    font-size:12px;
}
.status-middle {
    display:flex;
    align-items:center;
    font-size:13px;
    color:#fff;
    padding:4px 8px;
	border:1px solid #68f3af;
	border-radius:6px;
	margin-bottom:4px;
}
.status-middle .done,
.status-middle .pending {
    width:50%;
    text-align:center;
}
.status-middle .divider {
    width:auto;
    padding:0 3px;
    color:#ccc;
    font-size:13px;
}
.status-bottom {
}
.status-btn {
    display:inline-block; 
    width:100%;
    padding:6px 0;
    border:1px solid #68f3af;
    border-radius:6px;
    background:#232626;
    cursor:pointer;
    font-size:15px;
    font-weight:700;
    text-align:center;
    text-decoration:none;
    color:#fff !important;
    box-sizing:border-box;
}
.status-btn:hover {
    background:#68f3af;
	color:#000 !important;
}
.img-wrap .img-item {
	border:1px solid #68f3af;
	border-radius:6px;
}

/* CUSTOM CSS */
.col-form-label {
	text-align:center;
}
#bo_search {
	background:#292d2e;
	border-radius:12px;
}
.input-group .form-control {
    background: #292d2e;
	color:#cbcbcb;
    border: 1px solid #484e4e;
    border-radius: 12px;
}
.input-group>.input-group-append>.btn, .input-group>.input-group-append>.input-group-text, .input-group>.input-group-prepend:first-child>.btn:not(:first-child), .input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child), .input-group>.input-group-prepend:not(:first-child)>.btn, .input-group>.input-group-prepend:not(:first-child)>.input-group-text {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
}
.list-group-item:first-child {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.list-group-item:last-child {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.text-muted {
    color: #cbcbcb !important;
}
h1#bo_subject_title {
	font-size:16px;
	font-weight:600;
}
#bo_list_select {
	border: 1px solid;
	color:#cbcbcb;
	background-color:#292d2e;
	padding: 9px calc(0.75em + 16px) 8px 0.75em;
	border-radius: 0.5rem;

	font-size: 0.9rem;
	line-height: 1.2;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
}
.page-link {
    background-color: #292d2e;
    color: #cbcbcb;
    border: 1px solid;
    margin: 0 2px;
}

.page-link:hover {
    background-color: #68f3af;
    color: #fff;
}

.page-item.active .page-link {
    background-color: #68f3af !important;
    color: #fff !important;
	border: 1px solid;
}

.page-item.disabled .page-link {
    background-color: #292d2e;
    color: #777;
    pointer-events: none;
}
.border-bottom {
    border-bottom: 0px solid #dee2e6 !important;
}
.btn.btn-basic {
    background-color: #232626;
}
#fboardlist.board_box {
    padding:10px;
    background-color:#292d2e;
	border-radius:12px;
}
.notice {
	color:#68f3af;
	background:#232626;
	border:1px solid #cbcbcb;
	padding: 1px 5px;
}
#bo_cate a {
	background-color: #292d2e;
    color: #cbcbcb !important;
	font-size:16px;
	padding:5px 10px;
}
#bo_cate a.active {
	background-color: #68f3af !important;
    color: #000 !important;
}
.na-category-btn {
	background-color: #292d2e;
	color: #cbcbcb !important;
	font-size: 14px;
	border: 1px solid;
	padding: 0px 5px;
	border-radius: 4px;
	display: inline-block;
	margin-right: 5px;
}

/* view */
.na-view-table {
	width: 100%;
	max-width: 400px;
	margin: 20px auto;
	border-collapse: collapse;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 5px rgba(0,0,0,0.05);
	font-size: 14px;
	text-align: center;
}
.na-view-table th,
.na-view-table td {
	padding: 12px;
	vertical-align: middle;
	text-align: center !important;
}
.na-view-table th {
	width: 35%;
	background: #3a3f4c;
	border-top: 1px solid #cdcdcd;
	color: #fff;
	font-weight: 500;
}
.na-view-table td {
	background: #292d2e;
	color: #cbcbcb;
	border-top: 1px solid #cdcdcd;

}
.na-view-table tr:first-child th,
.na-view-table tr:first-child td {
	border-top: none;
}
.na-point {
	color: #68f3af;
	font-weight: bold;
}

/* list */
.bo_point_change .point_change_notice {
	-ms-flex: 0 0 63.38%;
    flex: 0 0 63.38%;
    max-width: 63.38%;
}

.bo_point_change .exchange {
	-ms-flex: 0 0 36.62%;
    flex: 0 0 36.62%;
    max-width: 36.62%;
	padding-left: 10px;
}

.bo_point_change .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_change .exchange .head {
	border-radius: 5px 5px 0 0;
}

.bo_point_change .head span {
	position: relative;
}

.bo_point_change .head span img {
	position: absolute;
	top: 50%;
	left: -1.75rem;
	transform: translateY(-50%);
}

.bo_point_change .point_change_notice_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 #68f3af;
	border-radius: 5px;
	background: #292d2e;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	min-height: 32px;
	padding: 0 0.645rem;
	margin-top: 2px;
}

.bo_point_change .point_change_notice_list .item:nth-child(odd) {
	margin-right: 1px;
}

.bo_point_change .point_change_notice_list .item:nth-child(even) {
	margin-left: 1px;
}

.bo_point_change .point_change_notice_list .item .num {
	color: #68f3af;
	font-weight: 700;
	margin-right: 0.275rem;
}

.bo_point_change .point_change_notice_list .item .underline span {
	text-decoration: underline;
}

.bo_point_change .point_change_notice_list .item a.btn_bo_safety {
	position: relative;
	top: 0;
	display: inline-block;
	background: #232626;
	color: #68f3af !important;
	font-weight: bold;
	font-size: 13px;
	padding: 0 6px;
	height: 20px;
	line-height: 20px;
	border-radius: 5px;
	transition: background .15s;
	margin-left: 5px;
	border:1px solid #68f3af;
}

.bo_point_change .point_change_notice_list .item a.btn_bo_safety:hover {
	background: #333;
}

.bo_point_change .point_change_notice_list .item a.btn_bo_safety img {
	vertical-align: top;
	width: 10px;
	margin-top: 4px;
	margin-left: 2px;
}

.bo_point_change .exchange .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: #292d2e;
	letter-spacing: -0.05rem;
}

.bo_point_change .exchange .item .odometer,
.bo_point_change .exchange .item .comma {
	color: #68f3af;
}

@media (max-width: 991.98px) {
	.bo_point_change .point_change_notice,
	.bo_point_change .exchange,
	.bo_point_change .point_change_notice_list .item {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bo_point_change .head {
		font-size: 16px;
	}

	.bo_point_change .point_change_notice_list .item {
		font-size: 13px;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.bo_point_change .exchange {
		padding-left: 0;
	}

	.bo_point_change .exchange .item {
		font-size: 28px;
	}
}

/* odometer */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
	font-family: inherit;
	font-variant-numeric: tabular-nums;
	line-height: 1.1;
}
#sum_row { display:inline-flex; align-items:center; gap:.35rem; }
#sum_wrap { position:relative; display:inline-block; }
#sum_shadow {
	position: static;
	display: inline-block;
	white-space: nowrap;
	visibility: visible;
	color: #68f3af;
}
#sum_odo {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	white-space: nowrap;
	visibility: hidden;
}
#sum_unit { white-space: nowrap; }

/* write */
.notice-box {
    background-color: #222;
    color: #fff;
    border-radius: 8px;
    padding: 15px;
    font-size: 14px;
    line-height: 1.6;
    border: 1px solid #444;
}

.notice-box b {
    display: block;
    font-size: 32px;
    font-weight: bold;
    color: #68f3af;
    margin-bottom: 10px;
    text-align: center;
}

.notice-box ul {
    margin: 0;
    padding-left: 18px;
}

.notice-box li {
    margin-bottom: 5px;
}
.notice-box li.num {
    color:#68f3af;
}
.notice-box .num {
    color: #68f3af;
    font-weight: bold;
}