@charset "utf-8";

/* font */
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: url('./font/PretendardVariable.woff2') format('woff2-variations');
}
.board *{
	box-sizing: border-box;
}
.board{
	box-sizing: border-box;
}
/* Board */
.board img {
	border: 0;
}
.board,
.board label,
.board table,
.board input,
.board button,
.board textarea,
.board select {
    font-family: 'Pretendard Variable',sans-serif;
    font-weight: 400;
    letter-spacing: -.03em;
}
.board a{
	text-decoration: none;
}
.board select {
	margin: 0;
	height: 42px;
	padding: 0 15px;
	font-size: 14px;
	border:1px solid #bdbdbd;
	color: #8a8a8a;
	border-radius: 5px;
}
.board .iCheck {
	width: 15px;
	height: 15px;
	margin: 0;
	vertical-align: middle;
}
.board .iCheck+label {
	vertical-align: middle;
	font-size: 15px;
}
.board .iText {
	position: relative;
	height: 42px;
	padding: 5px;
	border-radius: 5px;
	line-height: 42px;
	border: 1px solid #bdbdbd;
	background: #fff;
	font-size: 17px;
	width: 300px;
}
.board .nonmember {
	position: relative;
	height: 30px;
	padding: 5px 10px;
	border-radius: 5px;
	line-height: 30px;
	border: 1px solid #DBDBDB;
	background: transparent;
	font-size: 14px;
}
.board textarea {
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #a6a6a6;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
}
.board label {
	display: inline-block;
	margin: 0;
}
/* Category Tab */
.cTab {
	position: relative;
	margin: 0;
	padding: 0;
	list-style: none;
	zoom: 1;
	border: 0;
}
.cTab:after {
	content: "";
	display: block;
	clear: both;
}
.cTab li {
	float: left;
	margin: 0 2px 0 0;
	border: 1px solid #e0e0e0;
	border-top: 0;
	border-bottom: 0;
}
.cTab li a {
	position: relative;
	border-top: 1px solid #e0e0e0;
	float: left;
	height: 28px;
	line-height: 28px;
	padding: 0 20px;
	font-size: 11px;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "MalgunGhotic", sans-serif;
	text-decoration: none;
	color: #666;
	box-sizing:border-box;
	-webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out		
}
.cTab li em {
	font: 11px Tahoma, Geneva, sans-serif;
	color: #767676;
	padding: 0 0 0 2px;
}
.cTab li:hover a,
.cTab li.on a {
	color: #000;
	border-top: 2px solid #CDA25A;
}
.cTab ul {
	display: none;
	position: absolute;
	top: 30px;
	left: 0;
	margin: 0;
	padding: 0;
}
.cTab li.on ul {
	display: block;
	overflow: hidden;
	white-space: nowrap;
}
.cTab li.on ul li {
	position: relative;
	left: 1px;
	float: none;
	display: inline;
	margin: 0;
	padding: 0 15px;
	list-style: none;
	border: 0;
	border-right: 1px solid #d0d0d0;
}
.cTab li.on ul li a {
	border: 0;
	top: 0;
	float: none;
	line-height: none;
	padding: 0;
	font-weight: normal;
}
.cTab li.on ul li.on_ a {
	font-weight: bold;
	color: #3912b3;
}
/* Board List */
/* list.html */
.board_list {
	overflow-x: auto;
}
.board_list table {
	border: 0;
	border-top: 2px solid #000;
	border-bottom: 1px solid #D8D8D8;
	color: #4a4a4a;
}
.board_list a {
	text-decoration: none;
	color: #4a4a4a;
}
.board_list a:hover,
.board_list a:active,
.board_list a:focus {
	text-decoration: underline;
}
.board_list th {
    padding: 20px 0 19px;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    color: #333;
    vertical-align: middle;
    background: #f9f9f9;
	white-space: nowrap;
}
.board_list th:first-child span {
	border: 0;
}
.board_list th span {
	display: block;
	padding: 0 15px;
	height: 14px;
	font-weight: normal;
}
.board_list tr.notice {
	background: #f6f6f6;
}
.board_list tr.notice td.title a {
	font-weight: bold;
	vertical-align: middle;
}
.board_list td {
	border: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 20px 10px 19px;
	white-space: nowrap;
	vertical-align: top;
	font-size: 14px;
    color: #555;
}
.board_list tr:last-child td {
	border: 0;
}
.board_list td.notice {
	text-align: center;
}
.board_list td.no {
	text-align: center;
}
.board_list td.title {
	white-space: normal;
	line-height: 1.4;
	width: 100%;
	min-width: 500px;
}
.board_list td.author img {
	position: relative;
	top: -1px;
}
.board_list td.time,
.board_list td.readNum,
.board_list td.voteNum,
.board_list td.lastReply a {
	text-align: center;
	/* font: 11px Tahoma, Geneva, sans-serif; */
	color:#999;
}
.board_list td.lastReply sub {
	/* font: 9px Tahoma, Geneva, sans-serif; */
	color:#999;
}
.board_list td.check {
	text-align: center;
}
.board_list tr.no_article {
	height:150px;
}
.board_list tr.no_article td {
	vertical-align: middle;
}
.list_footer {
	position: relative;
	margin: 15px 0;
	zoom: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.list_footer:after {
	content: "";
	display: block;
	clear: both;
}
.list_footer div.nbsp{
	flex: 1;
}
.list_footer .btnArea {
	/* margin-left: auto; */
	white-space: nowrap;
	flex: 1;
}
.list_footer .board_search {
	float: left;
	position: relative;
	margin: 0 4px 0 0; }
.list_footer .board_search .xi-magnifier {
	position:absolute; top:7px; left: 7px;
	font-size: 20px;
	color: #979797;
}
.list_footer .board_search * {
	vertical-align: top;
}
.list_footer .board_search .iText {
	height: 35px;
	line-height: 35px;
	padding: 0 5px;
	padding-left: 30px;
	padding-right: 50px;
	width: 200px;
	border: 1px solid #DBDBDB;
	border-radius: 10px;
	box-sizing:border-box;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out;
	font-size: 13px;
}
.list_footer .board_search .iText.active,
.list_footer .board_search .iText:active,
.list_footer .board_search .iText:focus {
	/* width: 180px; */
}
.list_footer .board_search .search_input {display:inline-block; position: relative;}
.list_footer .board_search select {
	/* height: 25px; */
	/* min-width: 80px; */
	height: 36px;
	padding: 0 10px;
	font-size: 13px;
	border-radius: 10px;
}
.list_footer .board_search .btn {
	position: absolute;
	top: 0;
	right:0;
	border-radius: 0 2px 2px 0;
}

.update-log {
	width:100%;
	border-bottom:1px solid #dbdbdb;
	margin: 5px auto 5px auto;

	padding:5px;

}

/* Board Write */

/* write_form.html */
.board_write {
}
.write_header {
	padding: 10px 0px;
	font-size: 0;
}
.write_header * {
	vertical-align: middle;
}
.write_header select {
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	height: 42px;
	width: 100%;
	padding: 5px 10px;
	font-size: 17px;
}
.write_header select[name=is_notice] {
	width: 10%;
}
.write_header_bottom{
	font-size: 0;
}
.write_header .iText {
	width: 90%;
	margin: 0;
	background: #fff;
	border-radius: 5px 0 0 5px;
	padding: 5px 10px;
}
button.doDocumentLoad{
	width: calc(10% - 5px);
	display: inline-block;
	height: 42px;
	border-radius: 0 5px 5px 0;
	border: 1px solid #DBDBDB;
	border-left: 0;
	font-size: 17px;
	color: #8f8f8f;
	font-weight: 700;
	cursor: pointer;
}
.write_editor .xd {
	margin-top: -3px;
}
.write_footer {
	overflow: hidden;
	margin: 1em 0;
}
.write_footer:after {
	content: "";
	display: block;
	clear: both;
}
.write_footer .btnArea {
	float: right;
	margin: 0;
}
.write_option {
	margin: 0 0 1em 1px;
	font-size: 14px;
}
.write_option label {
	margin: 0 20px 0 0;
}
.write_captcha {
	float: left;
	margin: 0;
}
/* Extra Form */
.exForm {
	background: #fff;
	padding: 10px 0;
}
.exForm table {
	border: 0;
	width: 100%;
}
.exForm caption {
	text-align: right;
	font-size: 11px;
	padding: 0 0 2px 0;
}
.exForm th,
.exForm td {
	border: 0;
	vertical-align: top;
}
.exForm th {
	color: #333;
	text-align: left;
	padding: 20px 5px;
	white-space: nowrap;
	font-size: 14px;
}
.exForm th label {
	cursor: default;
}
.exForm td {
	color: #666;
	padding: 8px 10px;
}
.exForm em {
	color: rgb(0, 140, 255);
	font-size: 25px;
	position: relative;
	top: 9px;
}
.exForm .text,
.exForm .password,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,
.exForm .address,
.exForm .date {
	padding: 5px 10px;
	margin: 0;
	height: 42px;
	line-height: 42px;
	vertical-align: top;
	border: 1px solid #DBDBDB;
	border-radius: 5px;
	font-size: 17px;
}
.exForm .text,
.exForm .email_address,
.exForm .homepage,
.exForm .address {
	width: 100%;
}
.exForm .tel {
	width: calc(33% - 2px);
}
.exForm .date {
	width: 120px;
}
.exForm textarea {
	width: 100%;
	padding: 5px;
	vertical-align: top;
	border: 1px solid #D8D8D8;
	border-radius: 5px;
}
.exForm p {
	margin: 5px 0 0 0;
	font-size: 11px;
}
.exForm ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.exForm li {
	display: inline;
}
.exForm li input {
	width: 13px;
	height: 13px;
	margin: 0 4px 0 0;
	vertical-align: middle;
}
.exForm li label {
	margin: 0 15px 0 0;
}
.exOut {
	background: #fff;
	padding: 10px 0;
	border: 1px solid #ddd;
	padding: 10px 20px;
	border-radius: 10px;
}
.exOut table {
	border: 0;
	width: 100%;
}
.exOut th,
.exOut td {
	border: 0;
	vertical-align: top;
	border-bottom: 1px solid #ddd;
	padding: 8px 15px;
}
.exOut th {
	color: #333;
	text-align: left;
	white-space: nowrap;
}
.exOut td {
	color: #666;
	width: 100%;
}
/* Board Read */

/* _read.html */
.board_read {
	zoom: 1;
}
.read_header {
	position: relative;
	margin-bottom:20px;
}
.read_header h1 {
	width: 90%;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #555;
}
.read_header h1 span.is_admin {
	font-size: 15px;
	font-weight: normal;
	line-height:15px;
	color:#FF6C00;
}

.read_header h1 a {
	text-decoration: none;
	color: #444;
}
.read_header h1 .category {
	font-weight: normal;
	border-right: 1px solid #DDD;
	padding: 0 13px 0 0;
	margin: 0 8px 0 0;
}
.read_header .meta {
	margin: 0;
	padding: 8px 0 13px;
	border-bottom: 1px solid #ddd;
	zoom: 1;
	white-space: nowrap;
	color : #666;
}
.update-log .read_header .meta {
	border-bottom:0;
}
.read_header .meta > span { margin-left: 8px ;}
.read_header .meta > span:first-child {margin-left:0;}
.read_header .meta:after {
	content: "";
	display: block;
	clear: both;
}
.read_header .meta .author {
	text-decoration: none;
	color: #666;
	font-weight: normal;
}
.read_body {
	padding: 15px 10px;
}

.read_body .xe_content {
	color: #333;
}
.read_footer {
	overflow: hidden;
}
.read_footer .fileList {
	margin: 15px 0;
	display: inline;
}
.read_footer .toggleFile {
	border: 0;
	background: none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	color: #4b4b4b;
}
.read_footer .files {
	display: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 16px;
}
.read_footer .files li {
	background: url(icoSet.gif) no-repeat 0 -28px;
	padding: 0 0 0 15px;
}
.read_footer .files a {
	color: #4b4b4b;
	position: relative;
	text-decoration: none;
}
.read_footer .files a .fileSize {
	visibility: hidden;
	position: absolute;
	padding: 1px 4px;
	left: 100%;
	top: -4px;
	border: 1px solid #ddd;
	font: 11px Tahoma, Geneva, sans-serif;
	background: #fff;
	white-space: nowrap;
}
.read_footer .files a:hover .fileSize,
.read_footer .files a:active .fileSize,
.read_footer .files a:focus .fileSize {
	visibility: visible;
}
.read_footer .tns {
	float: right;
	margin: 15px 0;
}
.read_footer .tns a:hover,
.read_footer .tns a:active,
.read_footer .tns a:focus {
	text-decoration: underline;
}
.read_footer .tags {
	display: inline-block;
	height: 16px;
	font-size: 11px;
	color: #666;
	vertical-align: top;
	padding: 0 15px 0 32px;
	line-height: 16px;
	background: none;
}
.read_footer .tags a {
	text-decoration: none;
	color: #666;
}
.read_footer .tags .xi-tags {
	font-size: 14px;
	margin-right:3px;
}
.read_footer .action {
	display: inline-block;
	line-height: 16px;
	font-size: 11px;
	margin: 0 15px 0 0;
	color: #555;
}
.read_footer .sns{ margin-top:51px;text-align:center; }
.read_footer .sns li{display:inline;vertical-align:top}
.read_footer .sns a{display:inline-block;width:32px;height:32px;border:1px solid #e0e0e0;background-color:#f4f4f4; border-radius:2px;}
.read_footer .sns i{font-size:22px;line-height:32px;color:#bcbcbc}
.read_footer .sns a:hover{border-color:#DECA79;background-color:#f9dc5f;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out}
.read_footer .sns a:hover {color:#747474;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out}

.read_footer .vote{ margin-top:51px;text-align:center; }
.read_footer .vote li{display:inline;vertical-align:top}
.read_footer .vote a{display:inline-block;width:70px;height:70px;border:1px solid #e0e0e0;background-color:#f4f4f4; border-radius:2px;}
.read_footer .vote i{font-size:22px;line-height:45px;color:#bcbcbc}
.read_footer .vote a:hover{border-color:#DECA79;background-color:#f9dc5f;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out}
.read_footer .vote a:hover {color:#747474;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out}

.read_footer .sign {
	clear: both;
	border: 1px solid #ddd;
	margin: 0 0 -1px 0;
	padding: 10px 15px;
	overflow: hidden;
	zoom: 1;
}
.read_footer .sign .pf {
	float: left;
	margin: 0 15px 0 0;
	width: 80px;
	height: 80px;
}
.read_footer .sign .tx {
	overflow: hidden;
	line-height: 1.3;
	font-size: 11px;
	border-left: 1px dotted #ddd;
	padding: 0 0 0 15px;
	color: #333;
}
.read_footer .sign .tx * {
	margin: 0;
}
.read_footer .btnArea {
	display: flex;
	justify-content: space-between;
	margin: 30px 0;
}
div.prev_next{
	flex-basis: 50%;
	text-align: left;
}
div.prev_next a{
	font-size: 15px;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: rgb(91, 76, 67);
	padding: 10px 15px;
	background: #fff;
}
div.btn_func{
	flex-basis: 50%;
	text-align: right;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 1px;
}
div.btn_func a{
	font-size: 15px;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: rgb(91, 76, 67);
	padding: 10px 15px;
	background: #fff;
}
/* Feedback (Trackback+Comment) */
/* _trackback.html | _comment.html */
.feedback {
	position: relative;
	color: #4b4b4b;
	margin: 0 0 30px 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #ededed;
}
.feedback .fbHeader {
	position: relative;
	height: 32px;
	padding: 10px 0 0 5px;
	line-height: 30px;
	border-top:1px solid #DDD;
}
#comment .fbHeader .wComment {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0 0 0 18px;
	text-decoration: none;
	color: #666;
	line-height: 1;
}
.feedback .fbHeader h2 {
	margin: 0;
	font-size: 14px;
	display: inline;
}
.feedback .fbHeader h2 em {
	font-style: normal;
	color: #CDA25A;
}
.feedback .fbHeader .trackbackURL {
	position: absolute;
	top: 8px;
	right: 10px;
	margin: 0;
	line-height: 1;
	color: #666;
	font: 11px Tahoma, Geneva, sans-serif;
}
.feedback .fbHeader .trackbackURL a {
	text-decoration: none;
	color: #666;
}
.feedback .fbList {
	margin: 0;
	padding: 0;
	margin-bottom: 30px;
}
.feedback .fbItem {
	padding: 20px 0 19px 0;
	border-bottom: 1px solid #E9E9E9;
	margin: 0 0 -1px 0;
	zoom: 1;
	list-style: none;
}
.feedback .fbItem:last-child {
	border-bottom:none;
}
.feedback .fbItem:after {
	content: "";
	display: block;
	clear: both;
}
.feedback .indent {
	background: url(icoIndent.gif) no-repeat;
}
.feedback .fbMeta {
	float: left;
	width: 184px;
	padding: 0 0 0 6px;
}
.feedback .fbMeta .profile {
	float: left;
	width: 38px;
	height: 38px;
	margin: 0 10px 5px 0;
	background: url(profile.gif) no-repeat;
	background-size:100%;
	border-radius: 100%;
}
.feedback .fbMeta .author {
	margin: 0;
	font-size: 12px;
}
.feedback .author a {
	text-decoration: none;
	color: #666;
}
.feedback .author a img {
	margin: 0 6px 0 0 !important;
	vertical-align: top !important;
}
.feedback .time {
	margin: 0;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #8e8e8e;
}
.feedback .xe_content {
	margin: 0 0 0 200px;
	color: #666;
	line-height: 1.5;
}
.feedback .xe_content *:first-child {
	margin-top: 0;
}
.feedback .xe_content.is_deleted,
.feedback .xe_content.is_secret {
	color: #999;
}
#trackback .xe_content {
	color: #888;
}
#trackback .xe_content strong {
	color: #666;
	display: block;
	font-weight: normal;
}
.feedback .fileList {
	margin: 0 0 0 190px;
	padding: 8px 0 0 0;
	display: inline;
	float: left;
	clear: both;
}
.feedback .toggleFile {
	border: 0;
	background: none;
	cursor: pointer;
	overflow: visible;
	padding: 0;
	color: #767676;
}
.feedback .files {
	display: none;
	list-style: none;
	margin: 15px 0;
	padding: 0;
	line-height: 16px;
}
.feedback .files li {
	background: url(icoSet.gif) no-repeat 0 -28px;
	padding: 0 0 0 15px;
}
.feedback .files a {
	color: #767676;
	position: relative;
	text-decoration: none;
}
.feedback .files a .fileSize {
	visibility: hidden;
	position: absolute;
	padding: 1px 4px;
	left: 100%;
	top: -4px;
	border: 1px solid #ddd;
	font: 11px Tahoma, Geneva, sans-serif;
	background: #fff;
	white-space: nowrap;
}
.feedback .files a:hover .fileSize,
.feedback .files a:active .fileSize,
.feedback .files a:focus .fileSize {
	visibility: visible;
}
.feedback .action {
	margin: 0;
	padding: 10px 10px 0 0;
	white-space: nowrap;
	float: right;
}
.feedback .action .vote {
	margin: 0 10px 0 0;
	color: #767676;
}
.feedback .action a {
	padding: 0 0 0 4px;
	color: #767676;
	text-decoration: none;
}
.feedback .action a:hover {
	color:#CDA25A;
}
.feedback .action a.this {
	background: none;
	padding: 0;
	margin: 0 0 0 10px;
	text-decoration: underline;
}
.feedback .pagination {
	padding: 10px 0;
}
.feedback .indent1 {
	padding-left: 20px;
	background-position: 6px 15px;
}
.feedback .indent2 {
	padding-left: 40px;
	background-position: 26px 15px;
}
.feedback .indent3 {
	padding-left: 60px;
	background-position: 46px 15px;
}
.feedback .indent4 {
	padding-left: 80px;
	background-position: 66px 15px;
}
.feedback .indent5 {
	padding-left: 100px;
	background-position: 86px 15px;
}
.feedback .indent6 {
	padding-left: 120px;
	background-position: 106px 15px;
}
.feedback .indent7 {
	padding-left: 140px;
	background-position: 126px 15px;
}
.feedback .indent8 {
	padding-left: 160px;
	background-position: 146px 15px;
}
.feedback .indent9 {
	padding-left: 180px;
	background-position: 166px 15px;
}
.feedback .indent10 {
	padding-left: 200px;
	background-position: 186px 15px;
}
.feedback .indent11 {
	padding-left: 220px;
	background-position: 206px 15px;
}
.feedback .indent12 {
	padding-left: 240px;
	background-position: 226px 15px;
}
.feedback .indent12 .action {display: none}
.fbFooter {
	margin: -10px 0 10px 0;
}
/* Pagination */
/* list.html | _comment.html */
div.pagination{
	padding: 10px 10px;
	display: inline-flex;
	border-radius: 25px;
	box-shadow: 0px 2px 9.8px 0.2px rgba(0,0,0,0.08);
	background-color: #fff;
	align-items: center;
	justify-content: center;
}
.pagination a{
	position: relative;
	color: #333;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	background-color: #F6F6F6;
	border-radius:2px;
	z-index: 2;
    width: 33px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #fff;
    color: #999;
    line-height: 33px;
    font-weight: bold;
    transition: 0.4s;
	font-size: 14px;
	margin: 0 5px;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	background-color: #f8f8f8;
}
.pagination strong {
	position: relative;
	color: #333;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	background-color: #F6F6F6;
	border-radius:2px;
	z-index: 2;
    width: 33px;
    border: 1px solid transparent;
    border-radius: 50%;
    background: #fff;
    color: #999;
    line-height: 33px;
    font-weight: bold;
    transition: 0.4s;
	font-size: 14px;
	margin: 0 5px;
    box-shadow: inset 0px 5px 10px 0 rgba(53, 53, 53, 0.11);
    background-image: linear-gradient(to top, #ed1c24, #e0462e);
    color: #fff;
}
.pagination .direction {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 10px;
    font-weight: normal;
    color: #000000;
    border-radius: 17.5px;
}
.pagination .direction:hover,
.pagination .direction:active,
.pagination .direction:focus {
	color: #333;
	background-color: #fff;
}
/* .pagination .prev {
	border-left: 0;
}
.pagination .next {
	border-right: 0;
} */
.pagination .direction span {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
	top: 4px;
}
.pagination .prev span {
	border: 3px solid;
	border-top: solid #fff;
	border-bottom: solid #fff;
	border-left: 0;
	margin-right: 1px;
	*left: -4px;
}
.pagination .next span {
	border: 3px solid;
	border-top: solid #fff;
	border-bottom: solid #fff;
	border-right: 0;
	margin-left: 1px;
}
/* Write Author */
/* _read.html | write_form.html | comment_form.html */
.write_author {
	/* float: left; */
	margin: 0 4px 1em 0;
	margin-bottom: 10px;
}
.write_author .item {
	position: relative;
	display: inline-block;
	zoom: 1;
}
.write_author .iLabel {
	top: 6px;
	left: 12px;
	color: #666;
}
.write_author label {
	margin: 0 10px 0 0;
}
/* Write Comment */
/* _read.html | comment_form.html */
.write_comment {
	position: relative;
	/* margin: 10px 0 75px; */
	zoom: 1;
	overflow: hidden;
	transition-property: all;
	transition-duration: 0.3s;
	display: none;
	margin-top: 20px;
}
/* .write_comment.show{ */
	/* animation: expandHeight 0.3s forwards; */
/* }
.write_comment.hide{ */
	/* animation: shrinkHeight 0.3s forwards; */
/* } */
/* @keyframes expandHeight {
	from {
	  height: 0;
	}
	to {
	  height: 300px;
	}
  }
@keyframes shrinkHeight  {
	from {
		height: 300px;
	  
	}
	to {
		height: 0;
	}
} */
.write_comment:after {
	content: "";
	display: block;
	clear: both;
}
.write_comment textarea {
	width: 645px;
	height: 37px;
	margin: 0 0 5px 0;
}
.write_comment .write_author {
	padding: 0 0 10px 0;
}
.write_comment .iText.userName,
.write_comment .iText.userPw {width:100px;}
.write_comment .iText.homePage {width:150px;}
/* Context Data | Context Message */
/* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */
.context_data {
	background: #f8f8f8;
	border-top: 2px solid #666;
	padding: 15px 20px;
	color: #666;
}
.context_data h3.author {
	margin: 0 0 10px 0;
	color: #333;
}
.context_data h3.title {
	margin: 0 0 10px 0;
	color: #333;
}
.context_data p.author {
	margin: 0;
}
.context_data p.author strong {
	font-weight: normal;
}
.context_data .xe_content {
	color: #666;
}
.context_message {
	text-align: center;
	border-top: 2px solid #666;
}
.context_message h1 {
	font-size: 16px;
	margin: 20px 0;
}
.context_message .btnArea {
	margin: 20px 0;
}
/* Tag List */
.tagList {
	margin: 0;
	padding: 25px;
	border: 1px solid #cdcdcd;
	line-height: 1.2;
	text-align: justify;
}
.tagList a {
	color: #fff;
	text-decoration: none;
	white-space: nowrap;
	margin: 0 2px;
}
.tagList a.rank1 {
	font-size: 24px;
	background: #000;
}
.tagList a.rank2 {
	font-size: 18px;
	background: #333;
}
.tagList a.rank3 {
	font-size: 14px;
	background: #666;
}
.tagList a.rank4 {
	font-size: 12px;
	background: #999;
}
.tagList a.rank5 {
	font-size: 12px;
	color: #666;
	text-decoration: underline;
}
.tagFooter {
	text-align: center;
	padding: 20px 0;
}
/* Button */
.board .btn {
	text-decoration: none !important;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding: 0 12px !important;
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 24px !important;
	height: 25px !important;
	color: #fff;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	background-color: #ECECEC;
	background-image: none;
	border: 0;
	border-radius:2px;
	text-shadow:none;
	color:#000;
	box-shadow:none;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out		
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
	color: #fff;
	background-color: #CDA25A;
	*background-color: #CDA25A;
}
button.btn.search{
	height: 42px!important;
	border-radius: 5px!important;
	font-size: 13px!important;
	margin-left: 5px;
	text-align: center;
	background-color: #3D3D3D;
}
.board .btn i {
	width: 24px;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.06);
	height: 25px;
	line-height: 25px;
	display: inline-block;
	margin-left: -12px;
	margin-right: 4px;
	text-align: center;
	padding-left: 2px;
	border-radius: 2px 0 0 2px;
}
.board .btn_insert {
	font-size: 13px;
	border:0;
	cursor:pointer;
	width:130px;
	height:38px;
	border-radius:2px;
	color:#fff; 
	background:#CDA25A;
	-webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out	
}
.board .btn_insert:hover {
	background:#555;
}
/* secret form */
.board .secretForm .iText {height:25px; width:150px; box-sizing:border-box;}
.board .secretForm .btn {border-radius: 0 2px 2px 0; }
.board .secretForm p {margin-bottom:5px;}

.vote-list {
	display:block;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0px !important;
	padding: 20px;
	color: rgb(34, 34, 34);
	font-size: 15px;
	font-family: "Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","돋움",Dotum,"애플 SD 산돌고딕 Neo","Apple SD Gothic Neo",AppleGothic,Helvetica,sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	background: rgb(255, 255, 255);
}

.votelog {
	display:inline-block;
	padding:2px 15px;
	background:#00b0a2;
	border-radius: 23px;
	color:#fff;
	text-decoration: inherit;
}

i.secret_document{
	font-size: 15px;
	vertical-align: middle;
	color: #000;
}
span.notice_icon{
	color: #fff;
	background-color: #2684FF;
	padding: 1px 5px;
	font-size: 11px;
	font-weight: 300;
	border-radius: 2px;
	margin-right: 5px;
}
span.new_icon{
	color: #fff;
	background-color: #EE4A51;
	padding: 1px 5px;
	font-size: 11px;
	font-weight: 300;
	border-radius: 2px;
}
span.update_icon{
	color: #fff;
	background-color: #ee9b4a;
	padding: 1px 5px;
	font-size: 11px;
	font-weight: 300;
	border-radius: 2px;
}
a.replyNum{
	color:#EBB392;
}
a.button{
	display: inline-block;
    /* width: 90px;
    height: 36px;
    padding: 0;
    line-height: 34px;
    font-size: 13px;
    border-radius: 30px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
	background-color: #FF4659;
	color: #fff;
	text-align: center; */
	font-size: 15px;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: rgb(91, 76, 67);
	padding: 10px 15px;
	background: #fff;
	white-space: nowrap;
}
ul.exFormF{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between 	;
}
ul.exFormF li{
	flex-basis: calc(50% - 50px);
	box-sizing: border-box;
	/* 다른 스타일링을 적용하기 위한 추가적인 스타일 */
	text-align: left;
	padding: 15px 0;
}
span.th{
	display: inline-block;
	width: 25%;
	font-size: 17px;
	vertical-align: middle;
}
span.td{
	display: inline-block;
	width: calc(75% - 4px);
	font-size: 17px;
	vertical-align: middle;
}
ul.exFormF li.full{
	flex-basis: 100%;
	font-size: 0;
}
ul.exFormF li.full span.th{
	width: 11.5%;
	vertical-align: top;
}
ul.exFormF li.full span.td{
	width: 88.5%;
}
.exForm .password{
	width: 100%;
}
div.write_header_top{
	margin-bottom: 10px;
	font-size: 0;
}
button.botton_btn{
	font-size: 17px;
	border: 1px solid #ccc;
	color: #959595;
	padding: 10px 15px;
	background: #fff;
	font-weight: 600;
	border-radius: 2px;
	cursor: pointer;
}
h1.title{
	text-align: center;
}
h1.title a{
	font-size: 20px;
	color: rgb(17, 17, 17);
	font-weight: 700;
}
.meta .category{
	color:#333;
	text-decoration: none;
}
.meta .category:after{
	content: '|';
	margin-left: 10px;
}
.read_header .meta a, .read_header .meta span{
	font-size: 14px;
}
span.ipaddress{
	margin-right: 5px;
	font-size: 13px!important;
}
input[name=is_secret]{
	width: 15px!important;
	height: 15px!important;
	margin-left: 5px!important;
}
label.is_secret{
	font-size: 15px;
}
button.cmt_insert_bt{
	font-size: 15px;
	border-radius: 2px;
	border: 1px solid #ddd;
	color: rgb(91, 76, 67);
	padding: 10px 15px;
	background: #fff;
}

ul.exOutF{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between 	;
}
ul.exOutF li{
	flex-basis: calc(50% - 50px);
	box-sizing: border-box;
	/* 다른 스타일링을 적용하기 위한 추가적인 스타일 */
	text-align: left;
	padding: 15px 0;
}
ul.exOutF span.th{
	display: inline-block;
	width: 25%;
	font-size: 14px;
	vertical-align: middle;
}
ul.exOutF span.td{
	display: inline-block;
	width: calc(75% - 4px);
	font-size: 14px;
	vertical-align: middle;
}
ul.exOutF li.full{
	flex-basis: 100%;
	font-size: 0;
}
ul.exOutF li.full span.th{
	width: 11.5%;
	vertical-align: top;
}
ul.exOutF li.full span.td{
	width: 88.5%;
}

/* category_design type 1 */
div.category_type_1{
	text-align: left;
	margin-bottom: 30px;
}
div.category_type_1 ul{
	display: flex;
	gap: 5px;
	justify-content: start;
}
div.category_type_1 ul li{
	border: 1px solid #989898;
	background-color: #fff;
	border-radius: 2px;
}
div.category_type_1 ul li a{
	font-size: 14px;
	color: #7a7a7a;
	font-weight: 400;
	padding: 7px 20px;
	display: inline-block;
}
div.category_type_1 ul li.on{
	background-color: #000;	
	border-color: #000;
}
div.category_type_1 ul li.on a{
	color: #fff;
}

/* category_design type 2 */
div.category_type_2{
	margin-bottom: 30px;
}
div.category_type_2 ul{
	display: flex;
	justify-content: start;
}
div.category_type_2 ul li{
	border-right: 1px solid #bebebe;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
	background-color: #F8F8F8;
}
div.category_type_2 ul li:first-child{
	border-radius: 5px 0 0 5px;
	border: 1px solid #bebebe;
}
div.category_type_2 ul li:last-child{
	border-radius: 0 5px 5px 0;
}
div.category_type_2 ul li a{
	font-size: 16px;
	color: #535353;
	font-weight: 400;
	padding: 15px 30px;
	display: inline-block;
}
div.category_type_2 ul li.on{
	background-color: #5CA9B4;	
	border-color: #5CA9B4;
}
div.category_type_2 ul li.on a{
	color: #fff;
}
div.board-search{
	display:flex; 
	justify-content:space-between; 
	align-items:center; 
	background:#f7f7f7; 
	padding:20px 40px; 
	margin:0 0 30px;
}
div.board-search-info{
	display:flex;
	align-items:center;
	gap: 10px;
}
div.board-search-info div{
	font-size: 16px;
	color: #525252;
}
div.board-search-info span{
	font-size: 14px;
	color: #0763c0;
}
form.board_search{
	display:flex;
	align-items:center;
	gap: 10px;
}
button.btn.search i{
	color: #fff;
	background-color: transparent;
	font-size: 22px;
	margin: 0 auto;
	font-weight: 700;
	vertical-align: middle;
}
div.pagination_wrap{
	text-align: center;
	flex: 0 1 auto;
	margin: 0 auto;
}
div.status_list{
	display: inline-block;
}
input.krzip-search.btn{
	font-size: 15px;
	width: 80px;
	vertical-align: middle;
	height: 32px!important;
}
input.krzip-postcode{
	width: 120px!important;
	height: 32px!important;
}
input.krzip-roadAddress, input.krzip-jibunAddress, input.krzip-extraAddress, input.krzip-detailAddress{
	width: 100%!important;
	height: 32px!important;
	margin-bottom: 5px!important;
}
ul.files{
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
	padding: 0 5px;
	padding-bottom: 5px;
}
ul.files li{
	margin-bottom: 5px;
}
ul.files li i{
	font-size: 15px;
	color: #007bb0;
	margin-right: 5px;
}
ul.files a{
	text-decoration: none;
	color: #818181;
	font-size: 15px;
}
@media ( max-width: 768px ) {
	.list_footer .board_search{
		margin-top: 15px;
	}
	div.category_type_1{
		margin-top: 10px;
		overflow-x: auto;
		padding: 5px;
	}
	div.category_type_1 ul{
		flex-wrap: nowrap;
		justify-content: start;
	}
	div.category_type_1 ul li a{
		white-space: nowrap;
	}
	div.category_type_2{
		margin-top: 10px;
		overflow-x: auto;
		padding: 5px;
	}
	div.category_type_2 ul{
		flex-wrap: nowrap;
	}
	div.category_type_2 ul li a{
		white-space: nowrap;
	}
	div.board-search{
		flex-wrap: wrap;
		padding: 10px 20px;
		width: calc(100% - 20px);
		margin: 10px;
	}
	div.board-search-info{
		flex-basis: 100%;
	}
	form.board_search{
		display: block;
		margin-top: 10px;
		width: 100%;
	}
	div.search_input{
		display: flex;
		margin-top: 10px;
	}
	.board select{
		width: 100%;
	}
	.board .iText{
		width: calc(100% - 85px);
		font-size: 15px;
	}
	form.board_write{
		padding: 5px;
	}
	div.status_list{
		display: block;
	}
	button.doDocumentLoad{
		width: 80px;
		font-size: 15px;
	}
	.write_header select{
		font-size: 15px;
	}
	span.th{
		font-size: 15px;
		width: 25%;
	}
	span.td{
		font-size: 15px;
		width: 74%;
	}
	ul.exFormF li{
		flex-basis : calc(100% - 5px);
	}
	ul.exFormF li.full span.th{
		width: 25%;
	}
	ul.exFormF li.full span.td{
		width: 74%;
	}
	button.botton_btn{
		font-size: 15px;
	}
	input.krzip-postcode{
		width: calc(100% - 70px - 80px - 10px)!important;
	}
	.krZip label{
		margin-right: 2px!important;
	}
	.write_author .item{
		display: block;
		margin-bottom: 5px;
	}
	.write_author .item input[type=text], .write_author .item input[type=password]{
		width: 100%!important;
	}
	div.pagination{
		flex-wrap: wrap;
		width: 100%;
	}
	.list_footer{
		flex-wrap: wrap;
	}
	.exOut{
		padding: 10px;
	}
	ul.exOutF li{
		flex-basis : calc(100% - 5px);
	}
	.read_footer .btnArea {
		/* display: block; */
		align-items: baseline;
	}
	div.pagination_wrap{
		width: 100%;
	}
	.list_footer div.nbsp{
		display: none;
	}
}

/* DropDown menu */
.category_type_dropdown{
	padding: 10px;
}
.dropbtn {
	background-color: #fff;
	color: #000;
	padding: 15px;
	font-size: 14px;
	border: 1px solid #8A8A8A;
	cursor: pointer;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.dropbtn span.left{
	text-align: center;
	flex : 1;
}
.dropbtn span.center{
	text-align: center;
	flex : 8;
}
.dropbtn i{
	flex : 1;
	text-align: right;
}
div.dropdown-content-area{
	position: relative;
	z-index: 10;
	display: none;
}
ul.dropdown-content{
	margin-top: 3px;
	border: 1px solid #8A8A8A;
	border-radius: 5px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}
ul.dropdown-content li a{
	padding: 10px 15px;
	font-size: 14px;
	color: #000;
	display: block;
	width: 100%;
	text-align: center;
}
ul.dropdown-content li a:hover, ul.dropdown-content li a:active, ul.dropdown-content li a:focus, ul.dropdown-content li.on a{
	background-color: #1967D2;
	color: #fff;
}