@charset "utf-8";

/* List action buttons, detail buttons, and comment controls.
   Split from slotmaru-polish-board-controls.css lines 1-200; preserve load order in head.sub.php. */

#bo_list_wrap,
#bo_list,
#bo_gall,
#bo_v,
#viewcomment,
#bo_vc,
#bo_vc_w,
#fviewcomment,
#bo_w {
	--slotmaru-board-control-accent: #f6b73c;
	--slotmaru-board-control-accent-hover: #d99021;
	--slotmaru-board-control-text: #071827;
	--slotmaru-board-control-border: #dfe6ef;
	--slotmaru-board-control-muted: #607080;
	--slotmaru-board-control-radius: 8px;
}

.slotmaru-author-avatar,
#custom_page_header .cuser-info-wrap .usrniknamesec > .user-icon {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px !important;
	margin-right: 12px;
	padding: 0 !important;
	overflow: hidden;
	border: 1px solid #dbe5ea;
	border-radius: 50%;
	background: #f5f8f9;
	box-shadow: 0 5px 14px rgba(7, 24, 39, 0.08);
	line-height: 1;
}

.slotmaru-author-avatar-img,
#custom_page_header .cuser-info-wrap .usrniknamesec > .user-icon > img,
.slotmaru-comment-avatar-img {
	display: block;
	width: 100% !important;
	max-width: none;
	height: 100% !important;
	border-radius: 50% !important;
	object-fit: cover !important;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
}

#custom_page_header .hide-photo1 .member-name-stacked__icons .profile_img,
#viewcomment .comment-post .event_bgs .hide-photo1 .member-name-stacked__icons .profile_img,
.slotmaru-author-avatar ~ li .member-name-stacked__icons .profile_img,
.slotmaru-comment-avatar-item ~ li .member-name-stacked__icons .profile_img {
	display: none !important;
}

#viewcomment .slotmaru-comment-avatar-item,
#bo_vc .slotmaru-comment-avatar-item {
	display: flex !important;
	align-items: center;
	justify-content: center;
	flex: 0 0 52px;
	width: 52px;
	height: 52px;
	min-width: 52px;
	min-height: 52px !important;
	margin-right: 12px;
	padding-right: 0 !important;
	overflow: hidden;
	border-radius: 50%;
	-webkit-clip-path: circle(50% at 50% 50%);
	clip-path: circle(50% at 50% 50%);
	line-height: 1;
}

#viewcomment .slotmaru-comment-avatar-img,
#bo_vc .slotmaru-comment-avatar-img {
	width: 52px !important;
	height: 52px !important;
	margin-right: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
}

#custom_page_header .cuser-info-wrap {
	display: grid;
	grid-template-columns: 52px max-content max-content;
	grid-template-rows: 20px 17px;
	grid-template-areas:
		"avatar name name"
		"avatar date stats";
	align-items: center;
	align-content: center;
	justify-content: start;
	column-gap: 6px;
	row-gap: 2px;
	margin-top: 18px;
	color: #61717f;
}

#custom_page_header .cuser-info-wrap > div {
	margin-right: 0;
	padding-right: 0;
	min-width: 0;
}

#custom_page_header .cuser-info-wrap > div:after {
	display: none;
}

#custom_page_header .cuser-info-wrap > .usrniknamesec {
	display: contents;
}

#custom_page_header .cuser-info-wrap .usrniknamesec > .user-icon,
#custom_page_header .cuser-info-wrap .usrniknamesec > .slotmaru-author-avatar {
	grid-area: avatar;
	align-self: center;
	margin-right: 0;
}

#custom_page_header .cuser-info-wrap .user-nickname {
	grid-area: name;
	display: flex;
	align-items: center;
	min-height: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 20px;
	white-space: nowrap;
}

#custom_page_header .cuser-info-wrap .hide-photo1,
#custom_page_header .cuser-info-wrap .hide-photo1 .sv_wrap,
#custom_page_header .cuser-info-wrap .hide-photo1 .member-name-stacked,
#custom_page_header .cuser-info-wrap .hide-photo1 .member-name-stacked__icons,
#custom_page_header .cuser-info-wrap .hide-photo1 .member-visual__name {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
}

#custom_page_header .cuser-info-wrap .commenttimesec {
	grid-area: date;
	display: inline-flex;
	align-items: center;
	min-height: 17px;
	height: 17px;
	font-size: 13px;
	line-height: 17px;
	white-space: nowrap;
	color: #6f7e8c;
}

#custom_page_header .cuser-info-wrap > div:not(.usrniknamesec):not(.commenttimesec) {
	grid-area: stats;
	display: inline-flex;
	align-items: center;
	min-height: 17px;
	height: 17px;
	font-size: 13px;
	line-height: 17px;
	white-space: nowrap;
	color: #6f7e8c;
}

#custom_page_header .cuser-info-wrap .commenttimesec time {
	min-height: 17px;
	line-height: 17px;
}

#custom_page_header .cuser-info-wrap .commenttimesec i,
#custom_page_header .cuser-info-wrap .totviewcnt i,
#custom_page_header .cuser-info-wrap .totcmtcnt i,
#custom_page_header .cuser-info-wrap .totgoodcnt i,
#custom_page_header .cuser-info-wrap .totnogoodcnt i {
	margin-right: 4px !important;
	color: #8795a2;
	font-size: 13px !important;
	line-height: 13px !important;
}

#custom_page_header .cuser-info-wrap .totviewcnt,
#custom_page_header .cuser-info-wrap .totcmtcnt,
#custom_page_header .cuser-info-wrap .totgoodcnt,
#custom_page_header .cuser-info-wrap .totnogoodcnt {
	display: inline-flex;
	align-items: center;
	min-height: 17px;
	line-height: 17px;
	margin-right: 12px !important;
}

#custom_page_header .cuser-info-wrap .totnogoodcnt {
	margin-right: 0 !important;
}

#bo_v_info ul.d-flex:has(.slotmaru-author-avatar) {
	display: grid !important;
	grid-template-columns: 52px max-content minmax(0, 1fr);
	grid-template-rows: 20px 17px;
	grid-template-areas:
		"avatar name name"
		"avatar date date";
	align-items: center !important;
	align-content: center;
	justify-content: start;
	column-gap: 6px;
	row-gap: 2px;
}

#bo_v_info ul.d-flex:has(.slotmaru-author-avatar) .slotmaru-author-avatar {
	grid-area: avatar;
	margin-right: 0;
	padding-right: 0 !important;
}

#bo_v_info ul.d-flex:has(.slotmaru-author-avatar) .slotmaru-author-avatar + li {
	grid-area: name;
	padding-right: 0 !important;
	min-width: 0;
}

#bo_v_info ul.d-flex:has(.slotmaru-author-avatar) li.flex-grow-1 {
	grid-area: date;
	justify-content: flex-start;
	text-align: left !important;
	min-width: 0;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) header ul.d-flex,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) header ul.d-flex {
	display: grid !important;
	grid-template-columns: 52px max-content minmax(0, 1fr);
	grid-template-rows: 20px 17px;
	grid-template-areas:
		"avatar name actions"
		"avatar date actions";
	align-items: center !important;
	align-content: center;
	justify-content: start;
	min-height: 52px;
	column-gap: 6px;
	row-gap: 2px;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .event_bgs,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .event_bgs {
	border-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .event_bgs::before,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .event_bgs::before {
	content: none;
	display: none;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item):not(.comment-post-replys),
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item):not(.comment-post-replys) {
	padding-top: 8px;
	padding-bottom: 8px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e4e9ed;
}

#viewcomment .cmt-wrap.comment-post-replys:has(.slotmaru-comment-avatar-item),
#bo_vc .cmt-wrap.comment-post-replys:has(.slotmaru-comment-avatar-item) {
	padding-top: 6px;
	padding-bottom: 6px;
	margin-bottom: 5px;
	border-bottom: 0;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item {
	grid-area: avatar;
	align-self: center;
	margin-right: 0;
	padding-right: 0 !important;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li {
	grid-area: name;
	padding-right: 0 !important;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
	min-width: 0;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .hide-photo1,
#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .sv_wrap,
#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .member-name-stacked,
#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .member-name-stacked__icons,
#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .member-visual__name,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .hide-photo1,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .sv_wrap,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .member-name-stacked,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .member-name-stacked__icons,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li .member-visual__name {
	display: inline-flex;
	align-items: center;
	min-height: 20px;
	height: 20px;
	line-height: 20px;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li + li:not(.flex-grow-1),
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li + li:not(.flex-grow-1) {
	grid-area: date;
	padding-right: 0 !important;
	color: #7b8996;
	min-height: 17px;
	height: 17px;
	line-height: 17px;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li + li:not(.flex-grow-1) time,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .slotmaru-comment-avatar-item + li + li:not(.flex-grow-1) time {
	min-height: 17px;
	line-height: 17px;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) header li.flex-grow-1,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) header li.flex-grow-1 {
	grid-area: actions;
	justify-content: flex-end;
	min-width: 0;
	padding-right: 0 !important;
}

#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .cmt-content,
#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .cmt-content {
	margin-left: 0;
	padding-top: 4px !important;
	line-height: 1.52;
}

@media (max-width: 767px) {
	.slotmaru-author-avatar,
	#custom_page_header .cuser-info-wrap .usrniknamesec > .user-icon {
		flex-basis: 44px;
		width: 44px;
		height: 44px;
		min-width: 44px;
		min-height: 44px !important;
		margin-right: 10px;
	}

	#viewcomment .slotmaru-comment-avatar-item,
	#bo_vc .slotmaru-comment-avatar-item {
		flex-basis: 46px;
		width: 46px;
		height: 46px;
		min-width: 46px;
		min-height: 46px !important;
		margin-right: 8px;
	}

	#viewcomment .slotmaru-comment-avatar-img,
	#bo_vc .slotmaru-comment-avatar-img {
		width: 46px !important;
		height: 46px !important;
	}

	#custom_page_header .cuser-info-wrap {
		grid-template-columns: 44px max-content minmax(0, 1fr);
		column-gap: 7px;
		row-gap: 2px;
		margin-top: 14px;
	}

	#custom_page_header .cuser-info-wrap .user-nickname {
		font-size: 14px;
		line-height: 20px;
	}

	#custom_page_header .cuser-info-wrap .commenttimesec,
	#custom_page_header .cuser-info-wrap > div:not(.usrniknamesec):not(.commenttimesec) {
		font-size: 13px;
		line-height: 17px;
	}

	#custom_page_header .cuser-info-wrap .totviewcnt,
	#custom_page_header .cuser-info-wrap .totcmtcnt,
	#custom_page_header .cuser-info-wrap .totgoodcnt,
	#custom_page_header .cuser-info-wrap .totnogoodcnt {
		margin-right: 10px !important;
	}

	#bo_v_info ul.d-flex:has(.slotmaru-author-avatar) {
		grid-template-columns: 44px max-content minmax(0, 1fr);
		column-gap: 7px;
		row-gap: 2px;
	}

	#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) header ul.d-flex,
	#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) header ul.d-flex {
		grid-template-columns: 46px max-content minmax(0, 1fr);
		min-height: 46px;
		column-gap: 6px;
		row-gap: 1px;
	}

	#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .event_bgs,
	#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .event_bgs {
		padding-top: 0 !important;
		padding-bottom: 0 !important;
	}

	#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item):not(.comment-post-replys),
	#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item):not(.comment-post-replys) {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		margin-bottom: 4px !important;
	}

	#viewcomment .cmt-wrap.comment-post-replys:has(.slotmaru-comment-avatar-item),
	#bo_vc .cmt-wrap.comment-post-replys:has(.slotmaru-comment-avatar-item) {
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		margin-bottom: 4px !important;
	}

	#viewcomment .cmt-wrap:has(.slotmaru-comment-avatar-item) .cmt-content,
	#bo_vc .cmt-wrap:has(.slotmaru-comment-avatar-item) .cmt-content {
		padding-top: 2px !important;
		line-height: 1.45 !important;
	}
}

#custom_page_header .user-nickname .sv_member:hover,
#custom_page_header .user-nickname .sv_member:focus,
#custom_page_header .user-nickname .sv_guest:hover,
#custom_page_header .user-nickname .sv_guest:focus,
#bo_v_info .user-nickname .sv_member:hover,
#bo_v_info .user-nickname .sv_member:focus,
#bo_v_info .user-nickname .sv_guest:hover,
#bo_v_info .user-nickname .sv_guest:focus,
#bo_vc .sv_member:hover,
#bo_vc .sv_member:focus,
#bo_vc .sv_guest:hover,
#bo_vc .sv_guest:focus {
	color: var(--slotmaru-link-hover) !important;
}

#custom_page_header .user-nickname .sv_member:hover .member-visual__name,
#custom_page_header .user-nickname .sv_member:focus .member-visual__name,
#custom_page_header .user-nickname .sv_guest:hover .member-visual__name,
#custom_page_header .user-nickname .sv_guest:focus .member-visual__name,
#bo_v_info .user-nickname .sv_member:hover .member-visual__name,
#bo_v_info .user-nickname .sv_member:focus .member-visual__name,
#bo_v_info .user-nickname .sv_guest:hover .member-visual__name,
#bo_v_info .user-nickname .sv_guest:focus .member-visual__name,
#bo_vc .sv_member:hover .member-visual__name,
#bo_vc .sv_member:focus .member-visual__name,
#bo_vc .sv_guest:hover .member-visual__name,
#bo_vc .sv_guest:focus .member-visual__name {
	color: var(--slotmaru-link-hover) !important;
}

.pagination .page-mobile-prev,
.pagination .page-mobile-number,
.pagination .page-mobile-next,
.pg_mobile_prev,
.pg_mobile_number,
.pg_mobile_current,
.pg_mobile_next {
	display: none !important;
}

#bo_list_wrap #bo_btn_top.slotmaru-list-toolbar .slotmaru-write-button,
#bo_list_wrap #bo_search .btn-primary,
#bo_list_wrap .custom-search-sec .btn-primary,
#bo_list_wrap .slotmaru-search-submit,
.custom-event-main-sec .custom-write-event-button,
.custom-event-main-sec #bo_search .btn-primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-width: 44px;
	min-height: 44px;
	padding: 0 !important;
	border-color: var(--slotmaru-board-control-accent) !important;
	border-radius: var(--slotmaru-board-control-radius) !important;
	background: var(--slotmaru-board-control-accent) !important;
	color: var(--slotmaru-board-control-text) !important;
	font-weight: 800;
	line-height: 1;
	box-shadow: none;
}

#bo_list_wrap #bo_btn_top.slotmaru-list-toolbar .slotmaru-write-button {
	width: auto;
	padding-right: 12px !important;
	padding-left: 12px !important;
}

#bo_list_wrap #bo_btn_top.slotmaru-list-toolbar .slotmaru-write-button i {
	color: inherit !important;
}

#bo_list_wrap #bo_btn_top.slotmaru-list-toolbar .slotmaru-write-button:hover,
#bo_list_wrap #bo_btn_top.slotmaru-list-toolbar .slotmaru-write-button:focus,
#bo_list_wrap #bo_search .btn-primary:hover,
#bo_list_wrap #bo_search .btn-primary:focus,
#bo_list_wrap .custom-search-sec .btn-primary:hover,
#bo_list_wrap .custom-search-sec .btn-primary:focus,
#bo_list_wrap .slotmaru-search-submit:hover,
#bo_list_wrap .slotmaru-search-submit:focus,
.custom-event-main-sec .custom-write-event-button:hover,
.custom-event-main-sec .custom-write-event-button:focus,
.custom-event-main-sec #bo_search .btn-primary:hover,
.custom-event-main-sec #bo_search .btn-primary:focus {
	border-color: var(--slotmaru-board-control-accent-hover) !important;
	background: var(--slotmaru-board-control-accent-hover) !important;
	color: var(--slotmaru-board-control-text) !important;
}

#bo_v .btn-primary,
#viewcomment .btn-primary,
#viewcomment .btn_submit,
#bo_vc .btn-primary,
#bo_vc .btn_submit,
#bo_vc_w .btn-primary,
#bo_vc_w .btn_submit,
#fviewcomment .btn-primary,
#fviewcomment .btn_submit,
#bo_w .btn-primary,
#bo_w .btn_submit,
#bo_w #btn_submit {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-height: 36px;
	padding: 0 10px !important;
	border-color: var(--slotmaru-board-control-accent) !important;
	border-radius: var(--slotmaru-board-control-radius) !important;
	background: var(--slotmaru-board-control-accent) !important;
	color: var(--slotmaru-board-control-text) !important;
	font-weight: 800;
	line-height: 1.2;
	box-shadow: none;
}

#bo_v .btn-primary:hover,
#bo_v .btn-primary:focus,
#viewcomment .btn-primary:hover,
#viewcomment .btn-primary:focus,
#viewcomment .btn_submit:hover,
#viewcomment .btn_submit:focus,
#bo_vc .btn-primary:hover,
#bo_vc .btn-primary:focus,
#bo_vc .btn_submit:hover,
#bo_vc .btn_submit:focus,
#bo_vc_w .btn-primary:hover,
#bo_vc_w .btn-primary:focus,
#bo_vc_w .btn_submit:hover,
#bo_vc_w .btn_submit:focus,
#fviewcomment .btn-primary:hover,
#fviewcomment .btn-primary:focus,
#fviewcomment .btn_submit:hover,
#fviewcomment .btn_submit:focus,
#bo_w .btn-primary:hover,
#bo_w .btn-primary:focus,
#bo_w .btn_submit:hover,
#bo_w .btn_submit:focus,
#bo_w #btn_submit:hover,
#bo_w #btn_submit:focus {
	border-color: var(--slotmaru-board-control-accent-hover) !important;
	background: var(--slotmaru-board-control-accent-hover) !important;
	color: var(--slotmaru-board-control-text) !important;
}

#fviewcomment .input-group,
#viewcomment .input-group,
#bo_vc_w .input-group {
	align-items: flex-start;
}

#fviewcomment .input-group-append,
#viewcomment .input-group-append,
#bo_vc_w .input-group-append {
	align-self: flex-start;
}

#fviewcomment #btn_submit,
#viewcomment #btn_submit,
#bo_vc_w #btn_submit {
	width: auto;
	min-width: 68px;
	height: 44px;
	min-height: 44px;
	margin-left: 6px;
	border-radius: var(--slotmaru-board-control-radius) !important;
}

#bo_v .btn_b01,
#bo_v .btn-basic,
#viewcomment .btn_b01,
#bo_vc .btn_b01,
#bo_vc_w .btn_b01,
#bo_w .btn_b01,
#bo_w .btn-basic,
#bo_w .btn_cancel {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 4px;
	min-height: 36px;
	padding: 0 10px !important;
	border: 1px solid var(--slotmaru-board-control-border) !important;
	border-radius: var(--slotmaru-board-control-radius) !important;
	background: #fff !important;
	color: var(--slotmaru-board-control-text) !important;
	line-height: 1.2;
	box-shadow: none;
}

#bo_v .btn_b01:hover,
#bo_v .btn_b01:focus,
#bo_v .btn-basic:hover,
#bo_v .btn-basic:focus,
#viewcomment .btn_b01:hover,
#viewcomment .btn_b01:focus,
#bo_vc .btn_b01:hover,
#bo_vc .btn_b01:focus,
#bo_vc_w .btn_b01:hover,
#bo_vc_w .btn_b01:focus,
#bo_w .btn_b01:hover,
#bo_w .btn_b01:focus,
#bo_w .btn-basic:hover,
#bo_w .btn-basic:focus,
#bo_w .btn_cancel:hover,
#bo_w .btn_cancel:focus {
	border-color: rgba(15, 140, 124, 0.36) !important;
	background: #eef7f6 !important;
	color: #07333a !important;
}

#bo_v .slotmaru-view-actionbar {
	margin: 0;
	padding: 0;
	list-style: none;
	gap: 8px;
}

#bo_v .custom-back-btn,
#bo_v .custom-back-btn.slotmaru-view-nav-btn,
#bo_v .slotmaru-view-nav-btn,
#bo_v > ul:first-child #bo_v_btn > a.btn_b01,
#bo_v > ul:first-child #bo_v_btn > .btn-group > button.btn_b01,
#bo_v > ul:first-child #bo_v_btn > a.btn-primary,
#bo_v > .clearfix.text-right > a.btn_b01,
#bo_v > .clearfix.text-right > .btn-group > button.btn_b01,
#bo_v > .clearfix.text-right > a.btn-primary {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-height: 40px;
	padding: 0 14px !important;
	border: 1px solid #c8d5df !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #07333a !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none !important;
	box-shadow: none;
	transition: border-color 0.16s ease, background-color 0.16s ease, color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

#bo_v .custom-back-btn:not(.slotmaru-view-nav-btn)::before {
	content: "\f104";
	display: inline-block;
	margin-right: 6px;
	color: #c9861a;
	font-family: FontAwesome;
	font-size: 15px;
	font-weight: normal;
	line-height: 1;
}

#bo_v .custom-back-btn,
#bo_v .custom-back-btn.slotmaru-view-nav-btn {
	height: auto;
	margin: 0;
}

#bo_v .slotmaru-view-nav-btn i,
#bo_v > ul:first-child #bo_v_btn > .btn i,
#bo_v > .clearfix.text-right > .btn i {
	margin: 0 !important;
	color: #c9861a !important;
	font-size: 13px;
	line-height: 1;
	vertical-align: baseline;
}

#bo_v .custom-back-btn:hover,
#bo_v .custom-back-btn:focus,
#bo_v .custom-back-btn.slotmaru-view-nav-btn:hover,
#bo_v .custom-back-btn.slotmaru-view-nav-btn:focus,
#bo_v .slotmaru-view-nav-btn:hover,
#bo_v .slotmaru-view-nav-btn:focus,
#bo_v > ul:first-child #bo_v_btn > a.btn_b01:hover,
#bo_v > ul:first-child #bo_v_btn > a.btn_b01:focus,
#bo_v > ul:first-child #bo_v_btn > .btn-group > button.btn_b01:hover,
#bo_v > ul:first-child #bo_v_btn > .btn-group > button.btn_b01:focus,
#bo_v > .clearfix.text-right > a.btn_b01:hover,
#bo_v > .clearfix.text-right > a.btn_b01:focus,
#bo_v > .clearfix.text-right > .btn-group > button.btn_b01:hover,
#bo_v > .clearfix.text-right > .btn-group > button.btn_b01:focus {
	border-color: rgba(15, 140, 124, 0.36) !important;
	background: #eef7f6 !important;
	color: #07333a !important;
	box-shadow: none;
	transform: none;
}

#bo_v .slotmaru-view-nav-btn--write,
#bo_v > ul:first-child #bo_v_btn > a.btn-primary,
#bo_v > .clearfix.text-right > a.btn-primary {
	border-color: var(--slotmaru-board-control-accent) !important;
	background: linear-gradient(180deg, #ffd96e, #f6b73c) !important;
	color: #071827 !important;
}

#bo_v .slotmaru-view-nav-btn--write i,
#bo_v > ul:first-child #bo_v_btn > a.btn-primary i,
#bo_v > .clearfix.text-right > a.btn-primary i {
	color: #071827 !important;
}

#bo_v .slotmaru-view-nav-btn--write:hover,
#bo_v .slotmaru-view-nav-btn--write:focus,
#bo_v > ul:first-child #bo_v_btn > a.btn-primary:hover,
#bo_v > ul:first-child #bo_v_btn > a.btn-primary:focus,
#bo_v > .clearfix.text-right > a.btn-primary:hover,
#bo_v > .clearfix.text-right > a.btn-primary:focus {
	border-color: var(--slotmaru-board-control-accent-hover) !important;
	background: linear-gradient(180deg, #f8c853, #d99021) !important;
	color: #071827 !important;
}

@media (max-width: 575.98px) {
	#bo_v .slotmaru-view-actionbar {
		gap: 6px;
	}

	#bo_v .custom-back-btn,
	#bo_v .custom-back-btn.slotmaru-view-nav-btn,
	#bo_v .slotmaru-view-nav-btn,
	#bo_v > ul:first-child #bo_v_btn > a.btn_b01,
	#bo_v > ul:first-child #bo_v_btn > .btn-group > button.btn_b01,
	#bo_v > ul:first-child #bo_v_btn > a.btn-primary,
	#bo_v > .clearfix.text-right > a.btn_b01,
	#bo_v > .clearfix.text-right > .btn-group > button.btn_b01,
	#bo_v > .clearfix.text-right > a.btn-primary {
		min-height: 38px;
		padding: 0 12px !important;
		font-size: 13px;
	}
}
