@charset "utf-8";

#contents>* {
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

html,
body {
	min-height: 100%;
}


*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: inherit;
}

/* HEADING STYLE */
#contents h1,
.note-editable h1 {
	padding: 0.1em 0.3em !important;
	margin: 2.5em 0em 0.5em 0em !important;
	border-left: 10px #c47602 solid !important;
	border-bottom: 3px #c47602 solid !important;
	font-weight: bold !important;
	font-size: 2em !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#contents h1 *,
.note-editable h1 * {
	font-size: 2rem !important;
}

#contents h2,
.note-editable h2 {
	padding: 0.3em 0.3em !important;
	margin: 2em 0em 0.5em 0em !important;
	border-bottom: 5px #E68900 solid !important;
	font-weight: bold !important;
	font-size: 1.7em !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#contents h2 *,
.note-editable h2 * {
	font-size: 1.7rem !important;
}

#contents h3,
.note-editable h3 {
	padding: 0.2em 0.3em !important;
	margin: 1.5em 0em 0.5em 0em !important;
	border-left: 8px #ffaa2a solid !important;
	font-weight: normal !important;
	font-size: 1.5em !important;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
}

#contents h3,
.note-editable h3 * {
	font-size: 1.5rem !important;
}


/* PAGE */
.main_display {
	display: flex;
	/* justify-content: center; */
	height: auto;

	/* display: flex; */
	justify-content: space-around;
	align-items: flex-start;
}


/* BOARD CONTENTS */
.div_board_g_view_card {
	width: auto;
	color: #000;
	text-decoration: none;
	/* margin: 10px; */
	height: auto;
}

.h_board_g_view_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: normal;
	font-size: 1.3em;
}

.div_board_g_view_info {
	color: #999999;
	margin: 0 0 0 0;
}

.span_board_g_view_nick {
	margin: 0 7px 0 0;
	color: #000000;
	text-decoration: underline;
	cursor: pointer;
}

.img_board_g_view_block {
	/* margin: 0 7px 0 0;
	color: #000000;
	text-decoration: underline; */
	cursor: pointer;
	/* height: 1rem; */

	width: 1.1rem;
	height: 1.1rem;
	vertical-align: middle;
}

.span_board_g_view_time {
	margin: 0 7px 0 7px;
	color: #999999;
}

.span_board_g_view_comment {
	color: #5482d0;
	cursor: pointer;
	font-size: 0.9em;
}

.div_board_a_status_view {
	margin: 5px 0 0 0;
	text-align: center;
}

.div_board_g_view_like {
	display: inline-block;
	cursor: pointer;
	padding: 5px 13px;
	border-radius: 5px;
}

.div_board_g_view_report {
	text-align: center;
	display: inline-block;
	cursor: pointer;
	padding: 10px 0px 10px 15px;
	border-radius: 5px;
}

.span_board_g_view_like {
	margin: 0 0 0 2px;
	color: #999999;
	vertical-align: middle;
}

.span_board_g_view_dislike {
	margin: 0 0 0 2px;
	color: #999999;
	vertical-align: middle;
}

.span_board_g_view_report {
	margin: 0 0 0 2px;
	color: #999999;
	vertical-align: middle;
}

.div_board_g_view_empty {
	width: 10px;
	display: inline-block;
}

.div_delete {
	width: 80px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 3px;
	text-align: center;
	background-color: white;
	float: right;
	cursor: pointer;
}

div.div_comment_title {
	padding: 10px 0;
	margin: 0 13px;
	clear: both;
	width: auto;
}

div.form_comment_contents {
	position: relative;
	height: 150px;
	width: 100%;
}

input.comment_txt {
	position: absolute;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 5px;
	border: 1px solid #9F9F9F;
}

textarea.comment_txt {
	position: absolute;
	height: 100%;
	width: calc(100% - 23px);
	box-sizing: border-box;
	resize: none;
	padding: 5px 10px;
	border: 1px solid #9F9F9F;
}

.div_save_comment {
	width: 80px;
	height: 40px;
	border: 1px solid #999999;
	border-radius: 3px;
	text-align: center;
	background-color: white;
	float: right;
	cursor: pointer;
}

.h_board_g_view_contents {
	margin: 20px 0 20px 0;
	min-height: 200px;
	width: 100%;
	height: auto;
}

.go_board {
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
	color: #5F5F5F;
	cursor: pointer;
}

/* BOARD CONTENTS LIST */
.ul_board_list,
.ul_board_list_hot {
	width: auto;
	margin: 0 10px;
	list-style: none;
}

.li_board_list,
.li_board_list_hot {
	display: flex;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #E0E0E0;
	flex-direction: row;
	text-align: left;
}

.li_board_list:hover,
.li_board_list_hot:hover {
	background-color: #EFEFEF;
	transition-duration: 0.3s;
}

.a_board_list_card {
	width: 100%;
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.a_board_list_card:visited {
	/* color: #99209b; */
	color: #770088;
	/* color: #6d459e; */
	/* color: #858585; */
}

.h_board_list_title {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	box-orient: vertical;
	line-clamp: 1;
	overflow: hidden;
	vertical-align: middle;
}

.board_img_icon {
	background: url(/assets/img/board_img_icon_16.png) no-repeat left center;
	padding-left: 20px;
}

.board_new_notify {
	display: inline-block;
	zoom: 1;
	padding: 2px 3px;
	line-height: 10px;
	font-size: 10px;
	color: white;
	background-color: #0eb92a;
	border-radius: 1px;
	font-weight: normal;
	vertical-align: 1px;
	margin: 0 5px 0 0;
}

.board_new_notify_hot {
	display: inline-block;
	zoom: 1;
	padding: 2px 3px;
	line-height: 10px;
	font-size: 10px;
	color: white;
	background-color: #f52463;
	border-radius: 1px;
	font-weight: normal;
	vertical-align: 1px;
	margin: 0 5px 0 0;
}

.div_board_list_info {
	color: #999999;
	margin: 0 0 0 0;
}

.span_board_list_desc {
	margin: 0 9px 0 0;
	font-size: 0.9em;
	vertical-align: middle;
}

.div_board_a_status {
	margin: 10px 0 0 0;
}

.span_board_list_like {
	margin: 0 9px 0 0;
	color: #999999;
	font-size: 0.9em;
	vertical-align: middle;
}

.span_board_list_comment {
	margin: 0 9px 0 0;
	color: #999999;
	font-size: 0.9em;
	vertical-align: middle;
}

.span_board_list_view {
	margin: 0 9px 0 0;
	color: #999999;
	font-size: 0.9em;
	vertical-align: middle;
}

.span_board_list_point {
	margin: 0 9px 0 0;
	color: #999999;
	font-size: 0.9em;
	vertical-align: middle;
}

.img_board_list_like_comment {
	margin: 0 3px 0 0;
	color: #999999;
	width: 0.9em;
	height: 0.9em;
	vertical-align: middle;
}

.img_board_list_dislike_comment {
	margin: 0 3px 0 0;
	color: #999999;
	width: 0.9em;
	height: 0.9em;
	vertical-align: middle;
}

.img_board_list_report {
	margin: 0 3px 0 0;
	color: #999999;
	width: 0.9em;
	height: 0.9em;
	vertical-align: middle;
}

.div_board_list_status_view {
	text-align: left;
	line-height: 0 !important;
}

/* DROPDOWN */
.horizontal_align {
	display: inline-block;
	width: 100%;
	padding: 10px 20px;
	box-sizing: border-box;
	word-spacing: 0 !important;
	letter-spacing: 0 !important;
	font-size: 0;
	z-index: 100;
	background: #757575;
	vertical-align: middle;

	/* 상단에 붙이기 */
	position: sticky;
	top: 0;
}

.horizontal_align .item {
	display: inline-block !important;
	height: auto;
	box-sizing: border-box;
	border: 0px !important;
	vertical-align: bottom;
	word-spacing: 0 !important;
	letter-spacing: 0 !important;
	white-space: nowrap;
	margin: 0 7px 0 0;
}

.horizontal_align .menu_select_board,
.menu_select_type {
	margin: 0 !important;
	padding: 0 !important;
	/* padding: 0 5px; */
	border: 0;
	vertical-align: middle;
	text-align: center;
	/* text-align: left; */
	/* width: 60px; */
	/* min-width: 50px; */
	border-bottom: 1px solid #CACACA;
	background: #757575;
	color: white;
	text-shadow: 2px 2px 2px #000000;
	cursor: pointer;
	word-spacing: 0 !important;
	letter-spacing: 0 !important;
	min-width: 70px;
	font-size: 14px;
}

.horizontal_align .menu_a {
	margin: 0 5px 0 0;
	padding: 0 !important;
	border: 0;
	vertical-align: middle;
	text-align: center;
	color: white;
	word-spacing: 0 !important;
	letter-spacing: 0 !important;
	font-size: 14px;
}

.horizontal_align .ctg_main {
	text-decoration: underline;
	text-underline-offset: 5px;
	text-decoration-thickness: 1px;
	text-decoration-color: #CACACA;
}

/* WRITE */
.div_write_parent::after {
	content: "";
	display: block;
	clear: both;
}

.div_write_parent {
	position: relative;
}

/* PAGING */
.paging {
	width: auto;
	padding: 10px;
	vertical-align: middle;
	align-items: flex-end;
	position: relative;
	text-align: center;
}

.paging>.next,
.prev {
	display: inline-block;
	border: 1px solid #ccc;
	padding: 1px 5px;
	margin: 5px 10px;
	text-decoration: none;
	word-wrap: break-word;
	word-break: break-all;
	color: black;
}

.paging>span>input {
	display: inline-block;
	border: 1px solid #ccc;
	width: 70px !important;
	text-align: right;
	padding: 1px 10px;
}

.paging>span>input::-webkit-inner-spin-button {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

/* SEARCH */
.container_search {
	background-color: #f9fafc;
}

fieldset,
img {
	border: 0 none;
}

.blind {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

.div_board_search {
	background-color: #f9f9f9;
	border: 1px solid #9ea0ab;
	margin: 10px;
	position: relative;
	display: -ms-flexbox;
	display: flex;
}

.div_board_search::after {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	background: url(/assets/img/btn_right.png) no-repeat;
}

.div_select {
	position: relative;
	background-color: #FFFFFF;
}

.div_select label {
	display: none;
	line-height: 1.5;
	color: #000;
}

.div_select .select_type {
	font-weight: bold;
	color: #555;
	padding: 8px 0px 8px 10px;
}

.select_type {
	box-sizing: border-box;
	border: none;
	color: #000;
	line-height: 1.5;
	background: #fff;
	font-size: 0.9em;
}

.select_type:focus {
	border: none;
	box-shadow: 0 0 0 1px #000 inset;
	outline: none;
}

/* option {
    font-weight: normal;
    display: block;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    white-space: nowrap;
	max-width: 100%;
} */
.div_board_search .input_search {
	padding: 8px 65px 8px 20px;
	width: 100%;
	border: none;
	line-height: 1.5;
	box-sizing: border-box;
}

.div_board_search .input_search:focus {
	border: none;
	box-shadow: 0 0 0 1px #000 inset;
	outline: none;
}

input[type='text'],
input[type='password'],
input[type='submit'],
input[type='search'],
textarea {
	border-radius: 0;
}

.div_board_search .rt {
	position: absolute;
	right: 0;
	top: 0;
}

.div_board_search .btn_text_clear {
	width: 30px;
	height: 34px;
	outline: 0;
	border: 0 none;
	background-color: transparent;
	cursor: pointer;
}

.btn_text_clear::after {
	position: absolute;
	display: inline-block;
	content: "";
	font-size: 0;
	line-height: 0;
	transform: translate(-50%, -50%);
	width: 16px;
	height: 16px;
	background-position: -20px -22px;
	background: url(/assets/img/btn_close.png) no-repeat center center;
	background-size: 10px auto;
}

.btn_text_clear .btn_text_clear {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;

}

.div_board_search .btn_submit {
	width: 30px;
	height: 34px;
	position: relative;
	border: 0;
	background-color: none;
	background: none;
	color: transparent;
	cursor: pointer;
}

.btn_submit::after {
	content: "";
	display: block;
	width: 20px;
	height: 22px;
	background-position: 0 -21px;
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
}

.btn_submit::after {
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	color: transparent;
	background: url(/assets/img/btn_search.png) no-repeat center center;
	background-size: 15px auto;
}

/* scroll bar in mobile */
/* ::-webkit-scrollbar {
    width: 7px;
    height: 7px;
} */
/* ::-webkit-scrollbar-thumb {
    background: #a9a9a9;
} */

/* section grid */
.grid {
	background-color: #fff;
}

.grid::after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #EBEBEB;
}

/* BOARD VIEW */
.ul_board_g_view_comment {
	width: auto;
	margin: 0 10px;
	list-style: none;
}

.li_board_g_view_comment {
	display: flex;
	position: relative;
	padding: 5px 0;
	border-bottom: 1px solid #E0E0E0;
	flex-direction: row;
	text-align: left;
	border-left: 1px solid #F0F0F0;
	box-shadow: -0.5px 1px 3px 0px rgb(184, 184, 184);
}

.h_board_g_view_contents_comment {
	padding: 5px 5px 0 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	width: 100%;
	box-sizing: border-box;
	word-break: break-all;
}

.div_board_g_view_card_comment {
	width: 100%;
	color: #000;
	text-decoration: none;
	height: auto;
	text-align: left;
	margin: 3px;
}

/* BOARD LIST MAIN */
.forum h4 {
	font-size: 20px;
	padding: 5px;
	height: 32px;
	line-height: 31px;
}

.forum {
	padding: 10px;
	display: inline-block;
}

.forum .ct {
	float: left;
	min-width: 49%;
	width: 49%;
	margin-right: 2%;
}

/* 마지막 칸에는 오른쪽 마진 제거 */
.forum .ct:last-child {
	margin-right: 0;
}

.forum ul li {
	position: relative;
	font-weight: bold;
	float: left;
	width: 100%;
	/* height: 35px; */
	line-height: 35px;
	padding-left: 6px;
	box-sizing: border-box;
}

.forum ul li a {
	background: url(/assets/img/board_list_doc_16.png) no-repeat left center;
	text-decoration: none;
	color: black;
	padding-left: 20px;
}

.forum ul {
	list-style: none;
}

.a_sg_stock {
	background: url(/assets/img/board_list_stock_16.png) no-repeat left center;
	padding-left: 20px;
	/* font-size: 1.1rem !important; */
}

.a_sg_fun {
	background: url(/assets/img/board_list_fun_16.png) no-repeat left center;
	padding-left: 20px;
	/* font-size: 1.1rem !important; */
}

/* 리스트에 보이는 항목, 한줄로 보이게 */
/* .latest-posts {
	display: flex;
	justify-content: flex-start;
} */

/* .latest-posts a {
	flex: 1 1 auto;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	max-width: 500px;
	display: inline-block;
	text-align: left;
	font-weight: normal;
	padding-right: 30px !important;
} */

/* ──────────────────────────────────────────────
   기본 초기화
────────────────────────────────────────────── */
ul.board-list,
ul.board-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

/* ──────────────────────────────────────────────
   게시판 박스 스타일
────────────────────────────────────────────── */
ul.board-list>li {
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 10px;
	margin-bottom: 16px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

/* ──────────────────────────────────────────────
   게시판 제목 스타일
────────────────────────────────────────────── */
ul.board-list>li>a {
	display: block;
	/* font-size: 1.1rem; */
	font-weight: 600;
	color: #333;
	text-decoration: none;
	margin-bottom: 8px;
}

/* ──────────────────────────────────────────────
   최신글 리스트 컨테이너 여백
────────────────────────────────────────────── */
ul.board-list>li>ul {
	margin-top: 8px;
}

/* ──────────────────────────────────────────────
   최신글 항목 스타일
────────────────────────────────────────────── */
ul.board-list li ul li.latest-posts {
	margin-bottom: 6px;
	/* display: flex; */
	/* justify-content: flex-start; */
}

/* 최신글 링크 */
ul.board-list li ul li.latest-posts a {
	display: block;
	/* 한 줄 차지 */
	white-space: nowrap;
	/* 줄바꿈 금지 */
	overflow: hidden;
	/* 넘치는 부분 숨김 */
	text-overflow: ellipsis;
	/* … 처리 */
	/* max-width: 100%; */
	/* 컨테이너 너비에 맞춤 */
	color: #555;
	text-decoration: none;
	/* font-size: 0.95rem; */

	max-width: 500px;
	/* 필요에 따라 조정하세요 */
	/* display: inline-block; */
	/* 또는 block */
	text-align: left;
	/* ← 여기서 텍스트를 왼쪽 정렬 */
	font-weight: normal;
	padding-right: 5px !important;
	padding-left: 0px !important;
}

/* 호버 시 강조 */
ul.board-list li ul li.latest-posts a:hover {
	color: #007bff;
}


/* 숨겨야 할 경우 */
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

/* ─── 커스텀 셀렉트 박스 ─── */
.custom-select {
	/* 기본 스타일 초기화 */
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	/* 크기 & 폰트 */
	/* width: 170px; */
	/* 필요에 따라 조절 */
	height: 36px;
	/* 버튼 높이(완료 버튼과 비슷하게) */
	/* line-height: 36px; */
	padding: 0 12px;
	margin-right: 10px;
	font-size: 14px;
	color: #333;

	/* 배경 & 화살표 아이콘 */
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='6'><path fill='%23555' d='M0,0 L5,6 L10,0 Z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 10px center;

	/* 테두리 & 모서리 */
	border: 1px solid #ccc;
	border-radius: 4px;

	/* 전환(hover/focus) */
	transition: border-color 0.2s, box-shadow 0.2s;
	cursor: pointer;
}

/* 호버 시 살짝 진해지게 */
.custom-select:hover {
	border-color: #999;
}

/* 포커스 시 초록색 음영 */
.custom-select:focus {
	outline: none;
	border-color: #dadada;
	box-shadow: 0 0 0 2px rgba(201, 201, 201, 0.2);
}

/* 게시판 url 썸네일 디자인 */
.thumbnail-card {
	display: inline-block;
	max-width: 500px;
	border: 1px solid #ddd;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	text-decoration: none;
}

.thumbnail-card:hover {
	transform: scale(1.03);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}

.thumbnail-card img {
	display: block;
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.thumbnail-label {
	background: #77b9ff;
	color: white;
	text-align: center;
	padding: 6px;
	font-size: 14px;
	font-weight: bold;
}

/* 알림 아이콘 */
.notification-wrapper {
	float: right;
	margin: 5px 10px;
	z-index: 9999;
}

.header-area {
	display: flex;
	justify-content: flex-end;
	/* 오른쪽 끝으로 붙이기 */
	align-items: center;
	/* ✅ 세로 가운데 정렬 */
	height: 50px;
}

.notification-icon {
	cursor: pointer;
	font-size: 24px;
	position: relative;
	z-index: 9999;
	-webkit-tap-highlight-color: transparent;
	outline: none;
	user-select: none;
}

.notification-img {
	width: 30px;
	height: 30px;
	display: block;
}

.badge {
	background: red;
	color: white;
	font-size: 12px;
	border-radius: 50%;
	padding: 2px 6px;
	position: absolute;
	top: -5px;
	right: -10px;
	z-index: 9999;
	line-height: 1.3 !important;
	width: 21px !important;
	height: 21px !important;
	text-align: center;
	z-index: 9999;
	/* 오버레이보다 위 */
}

/* ✅ 오버레이 */
.dropdown-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
	z-index: 999;
}

.dropdown-overlay.hidden {
	display: none;
	z-index: 9999;
}

/* ✅ 드롭다운 */
.notification-dropdown {
	position: absolute;
	top: 47px;
	width: 300px;
	height: 450px;
	overflow-y: auto;
	background: #fff;
	border: 2px solid #ddd;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	z-index: 9999;
	margin-right: 10px;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
	scrollbar-color: rgba(0, 0, 0, 0.3) transparent;
}

.notification-dropdown::-webkit-scrollbar {
	width: 6px;
	/* 스크롤바 너비 */
}

.notification-dropdown::-webkit-scrollbar-thumb {
	background: rgba(0, 0, 0, 0.3);
	/* 스크롤바 색 */
	border-radius: 3px;
}

.notification-dropdown::-webkit-scrollbar-track {
	background: transparent;
	/* 트랙(배경) 색 */
}

.notification-dropdown.hidden {
	display: none;
	z-index: 9999;
	/* 오버레이보다 위 */
}

.notification-dropdown ul {
	list-style: none;
	margin: 0;
	padding: 10px;
	z-index: 9999;
	/* 오버레이보다 위 */
}

.notification-dropdown ul li {
	border-bottom: 1px solid #f1f1f1;
	z-index: 9999;
	list-style: none;
	display: flex;
	align-items: flex-start;
	padding: 6px 1px;
	font-size: 14px;
	border-bottom: 1px solid #f1f1f1;
}

/* 아이콘 공통 크기 */
.notification-dropdown ul li .icon {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
	margin-top: 3px;
}

/* 댓글 아이콘(녹색) */
.comment-icon {
	filter: drop-shadow(0 0 1px rgba(76, 175, 80, 0.6));
}

/* 답글 아이콘(오렌지) */
.reply-icon {
	filter: drop-shadow(0 0 1px rgba(255, 152, 0, 0.6));
}

/* 링크 스타일 */
.notification-dropdown ul li a {
	color: black;
	text-decoration: none;
	line-height: 1.4;
	display: inline-block;
}

.notification-dropdown ul li:last-child {
	border-bottom: none;
	z-index: 9999;
}

.dropdown-footer {
	text-align: center;
	padding: 8px;
	font-size: 14px;
	background: #f9f9f9;
}

.onelinetext {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
	width: 230px;
	vertical-align: middle;
}

/* 카테고리 */
.board-category {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 10px;
	padding: 20px;
	background: #fafafa;
	border: 1px solid #ddd;
	border-radius: 10px;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

.board-category a {
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 45px;
	text-align: center;
	padding: 0 8px;
	font-size: 15px;
	font-weight: 500;
	color: #333;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 8px;
	text-decoration: none;
	transition: all 0.2s ease;
}

.board-category a:hover {
	background: #f0f4ff;
	border-color: #a3bffa;
	color: #1a4ed8;
	transform: translateY(-2px);
}

.board-category a:active {
	background: #dbe4ff;
	border-color: #7c9eff;
}

.board-category a.has-new::after {
	content: "N";
	display: inline-block;
	margin-left: 5px;
	padding: 2px 3px;
	font-size: 11px;
	font-weight: bold;
	color: white;
	background: #0eb92a;
	border-radius: 10%;
	line-height: 1;
}

/* IE11 대응: 배경 커버 */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	.custom-select {
		background-image: none;
		/* IE11에서 SVG 화살표 제대로 안 보일 때 */
	}
}

/* summernote editor style */
.note-editor.note-airframe .note-editing-area,
.note-editor.note-frame .note-editing-area {
	padding-top: 20px !important;
}