@charset "utf-8";
/**
 * author : hong
 * last modified date : 2025-07-01
 */


a.default-button,
input.default-button,
button.default-button {
	min-width: 110px;
	padding: 0 20px;
	height: 40px;
	font-size: 15px;
	font-weight: bold;
	line-height: 38px;
	color: #fff;
	background-color: #888888;
	border-color: #888888;
	border: 1px solid transparent;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0;
}

a.default-button:hover,
a.default-button:focus,
a.default-button:active,
input.default-button:hover,
input.default-button:focus,
input.default-button:active,
button.default-button:hover,
button.default-button:focus,
button.default-button:active {
	background-color: #333;
	border-color: #333;
}

.default-document .reply {
	display: none;
}

.cut-strings {
	width: auto;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	word-wrap: normal;
	text-align: left;
	color: #333;
}

.default-list {
	*display: inline;
	zoom: 1;
	margin: 0;
	width: 100%;
}

.board_info {
	padding-bottom: 30px;
	width: 100%;
	display: flex;
	align-items: end;
}

.board_info .total-count {
	color: #666666;
	font-size: 18px;
}

.board_info .total-count strong {
	margin-left: 7px;
	color: #333333;
	font-size: 16px;
	font-family: "Noto Sans KR", Sans-serif;
	font-weight: 600;
}

.board_info .search_wrap {
	margin: 0 0 0 auto;
}

.board_info .kboard-sort {
	display: table-cell;
	text-align: right;
}

.board_info .kboard-sort select {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	min-width: 0;
	max-width: none;
	height: 26px;
	min-height: 0;
	line-height: 26px;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: content-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

.default-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.default-list ul.body li:hover {
	background: #f4f4f4;
}

.board-category {
	padding-bottom: 20px;
	width: 100%;
}

.board-category.category-mobile {
	display: none;
}

.board-category.category-pc {
	display: block;
}

.board-category select {
	padding: 0 25px 0 15px;
	color: #666666;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	position: relative;
	display: block;
	appearance: menulist;
	width: 100%;
	border-radius: 0;
}

.board-category .board-category-list {
	margin: 0;
	padding: 0;
	list-style: none;
	border: 0;
	overflow: hidden;
}

.board-category .board-category-list li {
	display: inline-block;
	border: 0;
	list-style: none;
}

.board-category .board-category-list li + li {
	margin-left: 20px;
}

.board-category .board-category-list li::before,
.board-category .board-category-list li::after {
	display: none;
}

.board-category .board-category-list li a {
	display: block;
	padding: 10px 0;
	font-size: 0.9rem;
	border: 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	color: #515151;
}

.board-category .board-category-list li.kboard-category-selected a {
	font-weight: bold;
	border-bottom: 2px solid #0F0F70;
	color: #0F0F70;
}

.default-list .kboard-tree-category-wrap {
	overflow: hidden;
}

.default-list .kboard-tree-category-wrap select {
	display: inline;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	height: 28px;
	line-height: 28px;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 1px solid #f1f1f1;
	background: white;
	vertical-align: middle;
	box-shadow: none;
	box-sizing: border-box;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

.default-list .kboard-tree-category-search .board-search-option-wrap.type-select {
	width: auto;
}

.default-list .kboard-tree-category-search .board-search-option-wrap.type-tab {
	width: 100%;
}

.default-list .kboard-tree-category {
	float: left;
	margin: 0 0 5px 0;
	padding: 0;
	width: 100%;
	list-style: none;
	border: 0;
	background-color: #f9f9f9;
	overflow: hidden;
}

.default-list .kboard-tree-category li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	padding: 0 5px;
	border: 0;
	list-style: none;
}

.default-list .kboard-tree-category li::before,
.default-list .kboard-tree-category li::after {
	display: none;
}

.default-list .kboard-tree-category li a {
	display: block;
	padding: 10px 10px 8px 10px;
	font-size: 14px;
	border: 0;
	border-bottom: 2px solid transparent;
	text-decoration: none;
	text-shadow: none;
	box-shadow: none;
	color: #515151;
}

.default-list .kboard-tree-category li.kboard-category-selected a {
	font-weight: bold;
	border-bottom: 2px solid #545861;
	color: #545861;
}

.default-list .kboard-tree-category-search {
	width: 100%;
}

.default-list .kboard-tree-category-search .board-search-option-wrap {
	margin-right: 5px;
}

.default-list .board-list {
	width: 100%;
	background-color: white;
	border-top: 3px solid #333333;
}

.default-list .board-list .notice .uid em {
	height: 21px;
	padding: 0 7px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 21px;
	background-color: #888888;
	display: inline-block;
	font-style: normal;
}


.subject .new {
	display: inline-block;
	vertical-align: sub;
	margin-left: 7px;
}

.board-list .subject .reply {
	vertical-align: middle;
	display: inline-block;
	margin-right: 7px;
}

.subject .new img,
.board-list .subject .reply img {
	display: block;
}

.default-list .board_header > li > .inner > span {
	font-weight: 600;
	letter-spacing: -0.04em;
	justify-content: center;
}


.default-list .board_header > li > .inner,
.default-list .board_body > li > .inner {
	width: 100%;
	border-bottom: 1px solid #cdcdcd;
	position: relative;
	display: table;
	table-layout: fixed;
	box-sizing: border-box;
}

.default-list .board_header > li > .inner > *,
.default-list .board_body > li > .inner > * {
	padding: 22px 10px;
	color: #333;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
	display: table-cell;
}


.default-list .subject {
	display: flex !important;
	justify-content: space-between;
	flex-grow: 1;
}

.default-list .subject .attach {
	font-size: 0;
}

.default-list .subject .attach:before {
	width: 20px;
	height: 20px;
	background-image: url('/wp-content/img/icon/icon_download.png');
	margin-right: 4px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	content: '';
	display: inline-block;
}


.default-list .uid {
	width: 85px;
}

.default-list .category {
	width: 110px;
}

.default-list .user {
	width: 150px;
}

.default-list .view {
	width: 80px;
}

.default-list .date {
	width: 140px;
}

.default-list .board_body > li > .inner > .subject > a > .cut-strings {
	font-weight: 600;
}

.default-list .board_body > li > .inner > .subject > a {
	text-decoration: none;
	width: calc(100% - 40px);
	font-size: 1rem;
}

.default-list .board-list thead {
	background-color: transparent;
}

.default-list .board-list thead tr td {
	font-weight: bold;
	color: #545861;
	border: 0;
	border-bottom: 2px solid #f1f1f1;
}

.default-list .board-list tbody tr td {
	word-break: break-all;
	border: 0;
	border-bottom: 1px solid #f1f1f1;
}

.default-list .board-list tbody tr:hover {
	background-color: #f7f7f7;
}

.default-list .board-list tbody tr.kboard-list-notice {
	background-color: #f4f4f4;
}

.default-list .board-list tbody tr.kboard-list-selected .kboard-default-cut-strings {
	font-weight: bold;
}

.default-list .board-list tbody td.kboard-list-title {
	text-align: left;
}

.default-list .board-list tbody td.kboard-list-title img {
	display: inline;
	margin: 0;
	width: auto;
	height: auto;
	vertical-align: middle;
	max-width: 100%;
}

.default-list .board-list tbody td.kboard-list-title .kboard-comments-count {
	color: #00a8e7;
}

.default-list .board-list tbody td.kboard-list-user img.avatar {
	display: inline;
	margin: 0;
	width: 24px;
	max-width: none;
	height: 24px;
	vertical-align: middle;
	border-radius: 50%;
}

.default-list .board-list .kboard-mobile-contents {
	display: none;
	font-size: 13px;
	color: #999999;
}

.default-list .board-list .kboard-mobile-contents .contents-item {
	display: inline;
	margin: 0;
	padding: 0;
}

.default-list .board-list .kboard-mobile-contents .contents-item img.avatar {
	display: inline;
	margin: 0;
	width: 24px;
	max-width: none;
	height: 24px;
	vertical-align: middle;
	border-radius: 50%;
}

.default-list .board-list .kboard-mobile-contents .contents-separator {
	display: inline;
	margin: 0;
	padding: 0 2px;
	color: #bebebe;
}

.board-pagination {
	margin-top: 70px;
	width: 100%;
}

.board-pagination .pages {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 100%;
	list-style: none;
	text-align: center;
	border: 0;
}

.board-pagination .pages li {
	background: none;
	border: 0;
	list-style: none;
}

.board-pagination .pages li a {
	width: 30px;
	height: 30px;
	color: #999999;
	font-size: 15px;
	font-family: 'Lato', sans-serif;
	line-height: 30px;
	text-align: center;
	display: block;
	position: relative;
	text-decoration: none;
}

.board-pagination .pages li.last-page a,
.board-pagination .pages li.first-page a,
.board-pagination .pages li.prev-page a,
.board-pagination .pages li.next-page a {
	font-size: 0;
}

.board-pagination .pages li.prev-page a {
	margin-right: 20px;
}

.board-pagination .pages li.next-page a {
	margin-left: 20px;
}


.board-pagination .pages li.first-page a:after,
.board-pagination .pages li.prev-page a:after {
	width: 6px;
	height: 6px;
	margin-top: 2px;
	border: 1px solid #999999;
	border-top: 0;
	border-right: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
}

.board-pagination .pages li.first-page a:before {
	width: 6px;
	height: 6px;
	margin-top: 2px;
	margin-left: -4px;
	border: 1px solid #999999;
	border-top: 0;
	border-right: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(45deg) translate(-50%, -50%);
}


.board-pagination .pages li.next-page a:after,
.board-pagination .pages li.last-page a:after {
	width: 6px;
	height: 6px;
	margin-top: -7px;
	border: 1px solid #999999;
	border-top: 0;
	border-right: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-135deg) translate(-50%, -50%);
}

.board-pagination .pages li.last-page a:before {
	width: 6px;
	height: 6px;
	margin-top: -7px;
	margin-left: -4px;
	border: 1px solid #999999;
	border-top: 0;
	border-right: 0;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: rotate(-135deg) translate(-50%, -50%);
}

.board-pagination .pages li.active a {
	color: #333333;
	text-decoration: underline;
	font-weight: 600;
}

.board-pagination .pages li:before {
	display: none;
}

.board-pagination .pages li:after {
	display: none;
}

.board-search {
	width: 100%;
	text-align: center;
}

.board-search > form {
	margin: 0;
	padding: 0;
	display: flex;
}

.board-search select {
	min-width: 120px;
	padding: 0 25px 0 15px;
	color: #666666;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	background-color: #fff;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	text-align: left;
	text-decoration: none;
	position: relative;
	display: block;
	border-radius: 0;
}

.board-search input {
	width: auto;
	margin-left: 10px;
	padding: 0 15px 0 15px;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	border: 1px solid #DDDDDD;
	box-sizing: border-box;
	vertical-align: middle;
	max-width: 200px;
}

.board-search button {
	width: 57px;
	min-width: 57px;
	padding: 0;
	cursor: pointer;
	font-size: 14px;
}

.board-pagination + .control {
	margin-top: 70px;
	text-align: center;
}

div[class$="list"] .control {
	width: 100%;
	text-align: center;
}

.default-editor {
	overflow: hidden;
}

.default-editor form {
	margin: 0;
	padding: 0;
}

.default-editor select {
	display: inline;
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #666666;
	border-radius: 0;
	border: 0;
	border-bottom: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: content-box;
	vertical-align: middle;
	text-indent: 0;
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
	box-sizing: border-box;
}

.default-editor input[type=text],
.default-editor input[type=email],
.default-editor input[type=number],
.default-editor input[type=date],
.default-editor input[type=password] {
	width: 100%;
	border: solid 1px #ddd;
	border-radius: 3px;
	padding: 0.5rem 1rem;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	height: 40px;
	padding: 0 10px;
	line-height: 38px;
	border-radius: 0 !important;
	box-sizing: border-box;
}

.default-editor input[type=checkbox] {
	width: auto;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}

.default-editor input[type=radio] {
	width: auto;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;
}

.default-editor select:hover,
.default-editor input[type=text]:hover,
.default-editor input[type=email]:hover,
.default-editor input[type=number]:hover,
.default-editor input[type=date]:hover,
.default-editor input[type=password]:hover {
	border-bottom: 1px solid #9e9e9e;
}

.default-editor select:focus,
.default-editor input[type=text]:focus,
.default-editor input[type=email]:focus,
.default-editor input[type=number]:focus,
.default-editor input[type=date]:focus,
.default-editor input[type=password]:focus {
	border-bottom: 1px solid #666;
}

.default-editor input[type=file] {
	display: inline;
	margin: 0;
	padding: 0;
	width: 30%;
	font-size: 13px;
	color: #666666;
	border-radius: 0;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}

.default-editor .kboard-attr-title input {
	width: 100%;
	box-sizing: border-box;
}

.default-editor .row {
	width: 100%;
	background-color: white;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.default-editor .row + .row {
	margin-top: 20px;
}

.default-editor .row .attr-name {
	width: 120px;
	font-weight: 500;
	letter-spacing: -0.04em;
	font-size: 15px;
	font-weight: 600;
}

.default-editor .row .attr-value {
	width: calc(100% - 120px);
}


.default-editor .row .attr-name img {
	display: inline;
	margin: 0;
	padding: 0;
	width: auto;
	max-width: 100%;
	vertical-align: middle;
}

.default-editor .row .attr-name .attr-required-text {
	color: red;
	font-weight: normal;
	font-size: 13px;
}

/*
.default-editor .row.kboard-attr-content .attr-name {
    display: none;
}
*/

.default-editor .row .attr-value .attr-value-option {
	display: inline;
	padding-right: 20px;
	width: auto;
	font-size: 14px;
	cursor: pointer;
}

.default-editor .row .attr-value .attr-value-option input {
	cursor: pointer;
}

.default-editor .row .attr-value .attr-value-label {
	display: inline;
	padding-right: 5px;
	width: auto;
	cursor: pointer;
}

.default-editor .row .attr-value .attr-value-label input {
	cursor: pointer;
}

.default-editor .row .attr-value .description {
	margin: 0;
	color: #666666;
}

.default-editor .row .attr-value .kboard-tree-category-wrap {
	float: left;
	width: 100%;
}

.default-editor .row .attr-value .kboard-tree-category-wrap select {
	clear: both;
	float: left;
	margin-bottom: 5px;
	width: 30%;
}

.default-editor .row.confirm-row {
	align-items: first baseline;
}

.default-editor .kboard-content {
	width: calc(100% - 120px);
}

.default-editor .kboard-content .editor-textarea {
	display: inline;
	margin: 0;
	padding: 5px;
	width: 100%;
	min-width: 100%;
	max-width: 100%;
	height: 250px;
	min-height: 0;
	font-size: 14px;
	border: 1px solid #dcdcdc;
	box-shadow: none;
	background: none;
	background-color: transparent;
	box-sizing: border-box;
	text-indent: 0;
}


.default-editor.confirm {
	margin: 100px auto;
	max-width: 590px;
}

.default-editor.confirm input[type=password] {
	width: 100%;
	box-sizing: border-box;
}

.default-editor .inner {
	padding: 40px 20px;
	border-bottom: 1px solid #555555;
}

.default-editor .inner .kboard-attr-media {
	display: none;
}


.default-editor .inner #wp-kboard_content-media-buttons button:not(.add_media) {
	display: none;
}

.default-editor .kboard-control {
	margin-top: 70px;
	display: flex;
	justify-content: center;
}

.default-editor .kboard-control > .left {
	margin-right: auto;
}

.default-editor .kboard-control a {
	color: #555;
	border-color: #555;
	background: #fff;
	padding: 0 20px;
}

.default-editor .kboard-control a[type="submit"] {
	color: #fff;
	background-color: #555;
	border-color: #555;
}

.default-editor .kboard-control a + a {
	margin-left: 10px;
}

.default-editor .kboard-control button + a,
.default-editor .kboard-control a + button {
	margin-left: 10px;
}


.default-document {
	display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
	width: 100%;
	border-top: 3px solid #333333;
}

.default-document .kboard-document-wrap {
	width: 100%;
	background-color: white;
}

.default-document .kboard-header {
	padding: 34px 20px;
	border-bottom: 1px solid #DDDDDD;
	word-break: break-all;
	width: 100%;
	box-sizing: border-box;
}

.default-document .kboard-header .tit {
	font-size: 24px;
	line-height: 1.5;
	display: block;
	font-weight: bolder;
	margin: 0;

}

.default-document .kboard-header .cate {
	margin-bottom: 10px;
	color: #0F0F70;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: -0.04em;
	line-height: 1;
	display: inline-block;
}

.default-document .kboard-info {
	width: 100%;
	font-size: 14px;
	margin-top: 12px;
	color: #9F9F9F;
	font-size: 14px;
	letter-spacing: -0.04em;
	line-height: 1;
	display: flex;
	justify-content: end;
}

.default-document .kboard-info > div {
	display: flex;
	align-items: center;
}

.default-document .kboard-info > div + div {
	margin-left: 15px;
}

.default-document .kboard-info > div:before {
	margin-right: 4px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	vertical-align: middle;
	content: '';
	display: inline-block;
}

.default-document .kboard-info > .writer:before {
	width: 15px;
	height: 14px;
	background-image: url('/wp-content/img/icon/icon_writer.png');
}

.default-document .kboard-info > .date:before {
	width: 18px;
	height: 18px;
	background-image: url('/wp-content/img/icon/icon_time.png');
}

.default-document .kboard-info > .view:before {
	width: 20px;
	height: 14px;
	background-image: url('/wp-content/img/icon/icon_hit.png');
}

.default-document .kboard-info .name {
	font-size: 0;
}

.default-document .kboard-content {
	width: 100%;
	min-height: 200px;
	padding: 38px 20px 70px 20px;
	border-bottom: 1px solid #DDDDDD;
	word-break: break-all;
	box-sizing: border-box;
}


.default-document .kboard-content .content-view iframe {
	max-width: 100%;
}

.default-document .kboard-content .content-view img {
	display: inline;
	margin: 0;
	vertical-align: middle;
	max-width: 100%;
}

.default-document .kboard-content .content-view hr {
	margin: 10px 0;
	padding: 0;
	height: 1px;
	border: 0;
	background-color: #f1f1f1;
}

.default-document .kboard-content .content-view ul {
	margin: 0.75em 0;
}

.default-document .kboard-content .content-view ol {
	margin: 0.75em 0;
}

.default-document .kboard-content .content-view p {
	margin: 0 0 0.75em;
}

.default-document .kboard-content .content-view p:last-child {
	margin: 0;
}

.default-document .kboard-content .content-view .thumbnail-area {
	text-align: center;
}

.default-document .kboard-content .content-view .aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.default-document .kboard-content .content-view .alignright {
	float: right;
}

.default-document .kboard-content .content-view .alignleft {
	float: left;
}

.default-document .kboard-document-action {
	padding: 0 22px 5px 22px;
	overflow: hidden;
	line-height: 1;
}

.default-document .kboard-document-action .left {
	position: static;
	float: left;
}

.default-document .kboard-document-action .right {
	position: static;
	float: right;
	text-align: right;
}

.default-document .kboard-attach {
	overflow: hidden;
	box-sizing: border-box;
	padding: 24px 20px;
	border-bottom: 1px solid #DDDDDD;
}

.default-document .kboard-attach ul {
	list-style: none;
	padding: 0;
	margin: 0;
	padding-left: 150px;
	position: relative;
}

.default-document .kboard-attach ul li,
.default-document .kboard-attach ul li a {
	padding-left: 20px;
	color: #666666;
	font-size: 14px;
	letter-spacing: -0.04em;
	position: relative;
	text-decoration: none;
}

.default-document .kboard-attach ul li a:before {
	width: 20px;
	height: 14px;
	background: url('/wp-content/img/icon/icon_file.png') 50% no-repeat;
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	display: inline-block;
}

.default-document .kboard-attach ul:before {
	padding-left: 0;
	font-size: 15px;
	letter-spacing: -0.04em;
	font-weight: 600;
	content: '첨부파일';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
}

.default-document .kboard-button-action {
	font-weight: normal;
	text-align: left;
	background: none;
	letter-spacing: normal;
	cursor: pointer;
	vertical-align: middle;
	text-shadow: none;
	box-shadow: none;
	border: 0;
	padding: 0;
}

.default-document .kboard-button-action span {
	position: static;
	display: inline;
	margin: 0;
	padding: 0;
	font-size: 13px;
	line-height: 12px;
}

.default-document .kboard-button-like {
	color: #ff5959;
}

.default-document .kboard-button-unlike {
	color: #3d62aa;
}

.default-document .kboard-button-print {
	color: gray;
}

.default-document .kboard-button-download {
	color: gray;
}

.default-document .kboard-comments-area {
	width: 100%;
}

.default-document .document-navi {
	width: 100%;
	margin-top: 70px;
	border-top: 1px solid #CDCDCD;
}

.default-document .document-navi ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.default-document .document-navi ul li {
	padding: 20px 21px 20px;
	border-bottom: 1px solid #CDCDCD;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.default-document .document-navi a {
	display: block;
	text-decoration: none;
	border: 0;
	font-size: 14px;
	line-height: 20px;
	box-shadow: none;
	color: #545861;
	transition-duration: .3s;
}

.default-document .document-navi em {
	width: 130px;
	color: #333333;
	font-size: 15px;
	font-weight: 600;
	vertical-align: middle;
	display: inline-block;
	font-style: normal;
}

.default-document .document-navi em:before {
	width: 5px;
	height: 5px;
	margin-top: -7px;
	margin-right: 25px;
	border: 2px solid #0F0F70;
	border-right: 0;
	border-bottom: 0;
	vertical-align: middle;
	content: '';
	display: inline-block;
	transform: rotate(-135deg);
}

.default-document .document-navi ul li.next em:before {
	margin-top: -3px;
	transform: rotate(45deg);
}

.default-document .document-navi .no_data {
	color: #999999;
}

.default-document .document-navi em + * {
	width: calc(100% - 130px);
	color: #555555;
	letter-spacing: -0.04em;
	line-height: 1.5;
	display: block;
	flex: 1;
	font-size: 15px;
}

.default-document .document-navi .navi-document-title {
	display: block;
}

.default-document .document-navi .navi-arrow {
	position: absolute;
	display: block;
}

.default-document .document-navi .kboard-prev-document {
	position: relative;
	float: left;
	width: 45%;
}

.default-document .document-navi .kboard-prev-document .navi-document-title {
	padding-left: 15px;
}

.default-document .document-navi .kboard-prev-document .navi-arrow {
	left: 0;
	top: 0;
}

.default-document .document-navi .kboard-prev-document:hover a {
	color: black;
}

.default-document .document-navi .kboard-next-document {
	position: relative;
	float: right;
	width: 45%;
	text-align: right;
}

.default-document .document-navi .kboard-next-document .navi-document-title {
	padding-right: 15px;
}

.default-document .document-navi .kboard-next-document .navi-arrow {
	right: 0;
	top: 0;
}

.default-document .document-navi .kboard-next-document:hover a {
	color: black;
}

.default-document .kboard-control {
	width: 100%;
	display: flex;
	margin-top: 20px;
}

.default-document .kboard-control .right {
	margin: 0 0 0 auto;
}

div[class$="latest"] ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

div[class$="latest"] a {
	text-decoration: none;
	color: #333;
}

div[class$="latest"] a:hover {
	text-decoration: underline;
	color: #000;
}

.default-latest ul li {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
}

.default-latest ul li .subject {
	width: calc(100% - 100px);
}

.default-latest ul li .date {
	color: #777;
	font-size: 0.9rem;
	width: 100px;
	text-align: right;
}

.default-latest ul li a {
	display: block;
	width: 100%;
	font-weight: 500;
	color: #333;
	text-decoration: none;
}


@media screen and (max-width: 768px) {

	a.default-button,
	input.default-button,
	button.default-button {
		height: 32px;
		font-size: 14px;
		line-height: 30px;
		min-width: auto;
		padding: 0 15px;
		width: auto;
	}

	.default-list .board_header {
		display: none;
	}

	.board_info {
		flex-direction: column;
		align-items: baseline;
	}

	.board_info .total-count {
		margin: 0;
		margin-bottom: 10px;
		font-size: 0.9rem;
	}

	.default-list form {
		flex-flow: row wrap;
	}

	.board-search {
		padding-bottom: 0;
	}

	.board-search > form {
		flex-flow: row wrap;
	}

	.board-search select {
		height: 32px;
		line-height: 32px;
		min-width: 90px;
		width: 100%;
	}

	.board-search input {
		width: calc(100% - 65px);
		margin-top: 10px;
		margin-left: 0;
		height: 32px;
		line-height: 32px;
		max-width: none;
	}

	.board-search button {
		line-height: 30px;
		top: inherit;
		margin: 0 0 0 auto;
		margin-top: 10px;
		height: 32px;
		line-height: 32px;
	}

	.default-list .board_header > li > .inner,
	.default-list .board_body > li > .inner {
		padding: 12px 10px;
		display: block;
	}

	.default-list .board_body > li > .inner > * {
		width: auto;
		padding: 0;
		text-align: left;
	}

	.default-list .board_body > li > .inner > .uid {
		display: none;
	}

	.default-list .board_body > li.kboard-list-notice > .inner > .uid {
		display: block;
		margin-top: 0;
		font-weight: 600;
	}

	.default-list .board_body > li > .inner > .subject {
		margin-top: 22px;
		margin-bottom: 12px;
		font-size: 15px !important;
		display: block !important;
	}

	.default-list .board_body > li > .inner > .category + .subject {
		margin-top: 12px;
	}

	.default-list .board_body > li > .inner > .view {
		position: absolute;
		right: 10px;
		bottom: 6px;
	}

	.default-list .board_body > li > .inner > .category {
		width: auto;
		padding: 0;
		font-size: 13px;
		display: inline-block;
		color: #333;
	}

	.default-list .board_body > li.kboard-list-notice > .inner > .category {
		display: none;
	}

	.default-list .board_body > li > .inner > .date {
		position: absolute;
		top: 13px;
		right: 10px;
	}

	.board-category.category-mobile {
		display: block;
	}

	.board-category.category-pc {
		display: none;
	}

	.default-list .kboard-tree-category-search .board-search-option-wrap.select {
		width: 100%;
	}

	.default-list .board-list table {
		border-top: 1px solid #f1f1f1;
	}

	.default-list .board-list table thead {
		display: none;
	}

	.default-list .board-list table td.kboard-list-title {
		padding: 10px 5px;
	}

	.default-list .board-list table td.kboard-list-title .kboard-default-cut-strings {
		margin-bottom: 10px;
		white-space: normal;
		font-size: 15px;
		line-height: 23px;
	}

	.default-list .board-list table td.kboard-list-uid,
	.default-list .board-list table td.kboard-list-user,
	.default-list .board-list table td.kboard-list-date,
	.default-list .board-list table td.kboard-list-vote,
	.default-list .board-list table td.kboard-list-view {
		display: none;
	}

	.default-list .board-list .kboard-mobile-contents {
		display: block;
	}

	.board-pagination .pages li {
		display: none;
	}

	.board-pagination .pages li.first-page,
	.board-pagination .pages li.last-page,
	.board-pagination .pages li.prev-page,
	.board-pagination .pages li.next-page,
	.board-pagination .pages li.active {
		display: inline-block;
	}

	.board-pagination .pages li.prev-page a,
	.board-pagination .pages li.next-page a {
		padding: 0 18px;
	}

	.default-editor select,
	.default-editor input[type=text],
	.default-editor input[type=email],
	.default-editor input[type=number],
	.default-editor input[type=date],
	.default-editor input[type=password],
	.default-editor input[type=file] {
		width: 100% !important;
		box-sizing: border-box;
		border: 1px solid #dcdcdc;
	}

	.default-editor .row {
		flex-direction: column;
	}

	.default-editor .row + .row {
		margin-top: 15px;
		padding-top: 15px;
		border-top: 1px dotted #ccc;
	}

	.default-editor .row .attr-name {
		padding: 0;
		width: 100%;
		font-size: 14px;
		margin-bottom: 10px;
	}

	.default-editor .row .attr-value {
		margin: 0;
		width: 100%;
	}

	.default-editor .row .attr-value .kboard-tree-category-wrap select {
		margin-bottom: 10px;
		width: 100%;
	}

	.default-editor .kboard-content {
		width: 100%;
	}

	.default-editor .kboard-control {
		margin-top: 20px;
	}

	.default-editor .kboard-control a {
		min-width: auto;
		padding: 0 15px;
	}

	.default-editor.confirm {
		max-width: none;
	}

	.default-document .kboard-header {
		padding: 20px 10px;
	}

	.default-document .kboard-content {
		padding: 20px 10px 40px;
		line-height: 1.5;
		word-break: break-all;
	}

	.default-document .kboard-header h1 {
		font-size: 18px;
		word-break: break-all;
	}

	.default-document .kboard-content .content-view {
		padding: 10px 5px;
	}

	.default-document .kboard-info .detail-attr {
		clear: both;
		padding: 10px 5px;
		line-height: normal;
	}

	.default-document .kboard-document-action {
		padding: 10px 5px 5px 5px;
	}


	.default-document .kboard-attach {
		margin: 0;
		padding: 20px 10px;
	}

	.default-document .kboard-attach ul {
		padding-left: 0;
	}

	.default-document .kboard-attach ul:before {
		margin-bottom: 15px;
		padding-left: 0;
		font-size: 13px;
		position: static;
	}

	.default-document .kboard-attach ul li {
		padding-left: 0
	}

	.default-document .document-navi ul li {
		padding: 10px;
		display: block;
	}

	.default-document .document-navi em {
		width: 100%;
		margin-right: 0;
		font-size: 13px;
	}

	.default-document .document-navi em + * {
		width: 100%;
	}

	.default-document .document-navi em:before {
		margin-right: 10px;
	}

	.default-document .document-navi .kboard-prev-document {
		width: 100%;
	}

	.default-document .document-navi .kboard-next-document {
		margin-top: 10px;
		float: left;
		width: 100%;
		text-align: left;
	}

	.board_info .search_wrap {
		margin: 0;
		width: 100%;
	}
}

.kboard-attr-search {
	display: none !important;
}

.notice-expired-date-row {
	margin-top: 20px;
}

#notice_expired_date {
	font-size: 14px;
	font-family: "Noto Sans KR", Sans-serif !important;
}


/* 작성자 메뉴 */
.kboard-author-dropdown {
	position: relative;
	display: inline-block;
	cursor: pointer;
}

.kboard-author-menu {
	position: absolute;
	top: calc(100% + 5px);
	left: 0;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	z-index: 1000;
	width: 120px;
	display: none;
}

.kboard-author-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.kboard-author-menu li {
	padding: 0;
	border-bottom: 1px solid #eee;
}

.kboard-author-menu li:last-child {
	border-bottom: none;
}

.kboard-author-menu li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-size: 0.8rem;
	padding: 8px 0;
	text-align: center;
}

.kboard-author-menu li a:hover {
	background: #f5f5f5;
	color: #000;
}

.kboard-author-name {
	word-break: break-all
}
