@import url('./mobile-sidebar.css');
@import url('./mobile-board-responsive.css');
/********************************************************
■ 모바일 여백 조절
********************************************************/
@media (max-width: 767px) {
	#nt_body {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}

	.bg_gray_boxshadow_slope {
		margin-bottom: 15px !important;
	}

	#main_con_2_m {
		margin-top: 20px;
		margin-bottom: 15px;
	}

	#main_banner {
		margin: 30px 0 25px;
	}

	.main_banner_title2 {
		margin-bottom: 15px;
	}

	.main_explain_title_wrap {
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.main_explain_con_wrap {
		margin-bottom: 15px;
	}

	.board-banner-grid-mobile {
		margin-bottom: 15px !important;
	}

	.bo_top_bn {
		margin-bottom: 15px !important;
	}

	.mt-4 {
		margin-top: 1rem !important;
	}

	.mb-4 {
		margin-bottom: 1rem !important;
	}
}

/********************************************************
■ 게시판 내부 수정
********************************************************/
#bo_v .bo_v_btn_wrap .btn_b01 {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #999;
	color: #333;
	line-height: 1.2;
	padding: 7px 10px 5px !important;
}

#bo_v .bo_v_btn_wrap .btn_b01 i,
#bo_v .btn_b01 i {
	vertical-align: middle;
	margin-top: -1px;
}

#bo_v .bo_v_btn_wrap .btn_b01:hover {
	background: #f5f5f5;
}

#bo_v .bo_v_btn_wrap .btn_shingo {
	border: 1px solid #e82432;
	color: #e82432;
}

#bo_v .bo_v_btn_wrap .btn_shingo img {
	margin-top: -1px;
}

#bo_v .bo_v_btn_wrap .btn_shingo:hover {
	background: #fff2f2;
}

#bo_v .bo_v_btn_wrap .btn-primary {
	line-height: 1.2;
	padding: 7px 10px 5px !important;
	border-radius: 5px;
}

#bo_v .bo_v_btn_wrap .btn-group-vertical .btn-primary {
	border-radius: 0;
}

#bo_v_btn_group #btn_bo_good {
	background: #db3232;
	color: #fff !important;
	border: 1px solid #db3232;
	border-right: 0 !important;
	border-radius: 10px 0 0 10px;
	font-size: 1rem;
	width: 130px;
	padding: 10px 45px 10px 10px;
	text-align: right;
}

#bo_v_btn_group #btn_bo_good:hover {
	background: #c82333;
}

#bo_v_btn_group #btn_bo_good img {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

#bo_v_btn_group #btn_bo_good #wr_good {
	font-weight: normal;
	position: absolute;
	left: 10px;
	width: 44px;
	text-align: center;
}

#bo_v_btn_group #btn_bo_nogood {
	border-radius: 0 10px 10px 0;
	font-size: 1rem;
	width: 130px;
	padding: 10px 10px 10px 36px;
	text-align: left;
	color: #666 !important;
	border-left: 0 !important;
	margin-left: 0;
}

#bo_v_btn_group #btn_bo_nogood img {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

#bo_v_btn_group #btn_bo_nogood #wr_nogood {
	font-weight: normal;
	position: absolute;
	right: 10px;
	width: 44px;
	text-align: center;
}

#bo_vc .cmt-btn {
	margin-bottom: 5px;
}

#bo_vc .cmt-btn ul>li::before {
	content: '';
}

#bo_vc .cmt-btn ul>li {
	padding: 0 2px;
}

#bo_vc .cmt-btn ul>li>a {
	background: #fff;
	border-radius: 5px;
	border: 1px solid #999;
	color: #333;
	padding: 2px 8px 0;
	transition: background .15s;
}

#bo_vc .cmt-btn ul>li>a:hover {
	background: #f5f5f5;
}

#bo_vc .cmt-btn ul>li>a.btn_cmt_shingo {
	border: 1px solid #e82432;
	color: #e82432;
}

#bo_vc .cmt-btn ul>li>a.btn_cmt_shingo:hover {
	background: #fff2f2;
}

#bo_vc .cmt-btn ul>li>a.btn_cmt_shingo img {
	width: 10px;
	margin-right: 3px;
	margin-top: -2px;
}

#bo_vc .cmt-btn ul>li>a.na-cgood,
#bo_vc .cmt-btn ul>li>a.na-cnogood {
	width: auto;
	height: auto;
	margin: 0;
	line-height: inherit;
	font: inherit;
	text-align: center;
	padding: 2px 10px 0;
	color: #333;
	border: 1px solid #ccc;
}

#bo_vc .cmt-btn ul>li>a.na-cgood {}

#bo_vc .cmt-btn ul>li>a.na-cnogood {
	margin-left: 4px;
}

#bo_vc .cmt-btn ul>li>a.na-cgood .fa {
	color: #db3232;
	margin-right: 5px;
}

#bo_vc .cmt-btn ul>li>a.na-cnogood .fa {
	color: #555;
	margin-right: 5px;
}

#bo_vc .cmt-box {
	border: 1px solid #dee2e6 !important;
}

#bo_vc .cmt-box .custom-checkbox .custom-control-label:before,
#bo_vc .cmt-box .custom-checkbox .custom-control-label:after,
#bo_vc_w .cmt-box .custom-checkbox .custom-control-label:before,
#bo_vc_w .cmt-box .custom-checkbox .custom-control-label:after {
	top: 2px !important;
}

@media (max-width: 767px) {
	#bo_v_btn_ul {
		flex-wrap: wrap;
	}

	#bo_v_btn_ul #bo_v_btn {
		width: 100%;
		margin: 10px 0;
	}

	#bo_v .bo_v_btn_wrap .btn_b01,
	#bo_v .bo_v_btn_wrap .btn_shingo,
	#bo_v .bo_v_btn_wrap .btn-primary {
		padding: 6px 7px 4px !important;
		margin-left: 2px !important;
		margin-top: 4px;
		margin-bottom: 4px;
		font-size: 13px;
	}

	#bo_v .bo_v_btn_wrap .btn_shingo img {
		width: 12px;
	}

	#bo_v .bo_v_btn_wrap .btn-group-vertical .btn-primary {
		margin: 0;
	}

	#bo_vc .cmt-btn ul>li>a {
		padding: 2px 6px 0;
	}

	#bo_vc .cmt-btn ul>li>a.na-cgood,
	#bo_vc .cmt-btn ul>li>a.na-cnogood {
		padding: 2px 8px 0;
	}
}

@charset "utf-8";

/********************************************************
■ 모바일 사이드바
********************************************************/

@media (max-width: 767px) {
	#nt_sidebar_move {
		bottom: 62px;
	}
}

@charset "utf-8";

.btn-primary,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-outline-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.page-item.active .page-link,
.show>.btn-outline-primary.dropdown-toggle,
.custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	background-color: #dc3545 !important;
	border-color: #dc3545 !important;
}

hr.hr::after,
.dropdown-item.active,
.dropdown-item:active,
.bg-primary {
	background-color: #dc3545 !important;
}

.border-primary {
	border-color: #dc3545 !important;
}

.text-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
	color: #dc3545 !important;
}

/* ---------------------------------------------------------- */

.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
	background-color: #c82333 !important;
	border-color: #c82333 !important;
}

.btn-outline-primary {
	color: #c82333 !important;
	border-color: #c82333 !important;
}

.btn-outline-primary:hover {
	color: #fff !important;
}

a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
	background-color: #c82333 !important;
}

.page-link:focus,
.btn-primary:focus,
.btn-primary.focus,
.btn-outline-primary:focus,
.btn-outline-primary.focus,
.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5) !important;
}

/* 모바일 주메뉴 좌우측 그라데이션 */
.gra-left-primary {
	background: linear-gradient(to left, rgba(0, 0, 0, 0) 0, #dc3545 60%);
}

.gra-right-primary {
	background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #dc3545 60%);
}

#bo_v_con h1 {
	white-space: inherit !important;
}

