@charset "utf-8";
/* NAVER (developers@xpressengine.com) */
/* Board */
.board img {
	border: 0;
}
.board,
.board label,
.board table,
.board input,
.board button,
.board textarea,
.board select {
	font-size: 12px;
	font-family: "Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","돋움",Dotum,"애플 SD 산돌고딕 Neo","Apple SD Gothic Neo",AppleGothic,Helvetica,sans-serif;
}
.board select {
	margin: 0;
}
.board .iCheck {
	width: 13px;
	height: 13px;
	margin: 0;
	vertical-align: middle;
}
.board .iCheck+label {
	vertical-align: middle;
}
.board .iText {
	position: relative;
	padding: 4px 9px;
	height: 19px;
	line-height: 19px;
	border: 1px solid #DBDBDB;
	background: transparent;
}
.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;
	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;
	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 {
}
.board_heading--free-slot {
	margin: 8px 0 14px;
	padding: 6px 2px 0;
}
.board_heading--free-slot h1 {
	margin: 0;
	font-size: 28px;
	line-height: 1.2;
	font-weight: 800;
	color: #171717;
}
.board_heading--free-slot p {
	margin: 8px 0 0;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 500;
	color: #5f5649;
}
.board_heading--free-slot h2 {
	margin: 16px 0 0;
	font-size: 20px;
	line-height: 1.35;
	font-weight: 800;
	color: #171717;
}
.board:not([data-mid="free_slot"]) .board_heading--free-slot {
	margin: 10px 0 16px;
	padding: 22px 24px;
	border: 1px solid #e3e8ef;
	border-radius: 22px;
	background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
	box-shadow: 0 16px 34px rgba(15, 23, 42, 0.06);
}
.board:not([data-mid="free_slot"]) .board_heading--free-slot h1 {
	font-size: 22px;
	line-height: 1.28;
	letter-spacing: -0.02em;
	color: #182131;
}
.board:not([data-mid="free_slot"]) .board_heading--free-slot p {
	max-width: 780px;
	font-size: 14px;
	line-height: 1.86;
	color: #5c6b80;
	word-break: keep-all;
}
.board:not([data-mid="free_slot"]) .board_heading--free-slot.board_heading--free-slot-sub {
	margin-top: 0;
	padding: 18px 24px 20px;
	border-radius: 18px;
	background: linear-gradient(180deg, #f9fbff 0%, #f2f7ff 100%);
	border-color: #dbe7f6;
	box-shadow: 0 12px 26px rgba(59, 130, 246, 0.06);
}
.board:not([data-mid="free_slot"]) .board_heading--free-slot.board_heading--free-slot-sub h2 {
	margin-top: 0;
	font-size: 19px;
	line-height: 1.38;
	color: #1f2d44;
}
.board:not([data-mid="free_slot"]) .board_heading--free-slot.board_heading--free-slot-sub p {
	margin-top: 10px;
	font-size: 14px;
	line-height: 1.84;
	color: #62748a;
}
.board_search--hero {
	margin: 18px 0 20px;
	padding: 18px 20px;
	border: 1px solid #e7e1d7;
	border-radius: 18px;
	background: linear-gradient(135deg, #fffdf9 0%, #f8f3ea 100%);
	box-shadow: 0 14px 30px rgba(44, 33, 14, 0.06);
}
.board_search_hero_inner {
	display: flex;
	align-items: center;
	gap: 12px;
}
.board_search--hero select {
	height: 46px;
	min-width: 130px;
	padding: 0 12px;
	border: 1px solid #d8c6a6;
	border-radius: 12px;
	background: #fff;
	font-size: 14px;
	box-sizing: border-box;
}
.board_search--hero .search_input {
	position: relative;
	flex: 1;
}
.board_search--hero .xi-magnifier {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #7c6a49;
}
.board_search--hero .iText {
	width: 100%;
	height: 46px;
	padding: 0 16px 0 18px;
	border: 1px solid #d8c6a6;
	border-radius: 12px;
	background: #fff;
	font-size: 15px;
	box-sizing: border-box;
}

.board .board_search--hero .board_search_hero_btn {
	display: inline-flex !important;
	align-items: center;
	justify-content: center;
	align-self: stretch;
	height: 46px !important;
	min-width: 100px;
	padding: 0 18px !important;
	border: 1px solid #e1a11d;
	border-radius: 12px;
	background: #f4a100;
	color: #111;
	font-weight: 700;
	font-size: 13px;
	line-height: 46px !important;
	text-decoration: none;
	cursor: pointer;
	box-sizing: border-box;
	appearance: none;
	-webkit-appearance: none;
}
.board .board_search--hero .board_search_hero_btn:hover,
.board .board_search--hero .board_search_hero_btn:focus {
	background: #ffb21f;
	border-color: #f0aa14;
	color: #111;
	text-decoration: none;
}
@media (max-width: 767px) {
	.board_search--hero {
		padding: 14px;
		border-radius: 14px;
	}
	.board_heading--free-slot h1 {
		font-size: 24px;
	}
	.board_heading--free-slot h2 {
		font-size: 18px;
	}
	.board:not([data-mid="free_slot"]) .board_heading--free-slot {
		padding: 18px;
		border-radius: 18px;
	}
	.board:not([data-mid="free_slot"]) .board_heading--free-slot h1 {
		font-size: 20px;
	}
	.board:not([data-mid="free_slot"]) .board_heading--free-slot.board_heading--free-slot-sub h2 {
		font-size: 18px;
	}
	.board:not([data-mid="free_slot"]) .board_heading--free-slot p,
	.board:not([data-mid="free_slot"]) .board_heading--free-slot.board_heading--free-slot-sub p {
		font-size: 13px;
		line-height: 1.78;
	}
	.board_search_hero_inner {
		flex-direction: column;
		align-items: stretch;
	}
	.board_search--hero select,
	.board_search--hero .board_search_hero_btn,
	.board_search--hero .iText {
		width: 100%;
	}
}
.board_list table {
	border: 0;
	border-top: 1px solid #D8D8D8;
	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 {
	border: 0;
	border-bottom:double #DBDBDB;
	padding: 14px 0 15px 0;
	height: 14px;
	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;
}
.board_list td {
	border: 0;
	border-bottom: 1px solid #e6e6e6;
	padding: 8px 10px;
	white-space: nowrap;
	vertical-align: top;
}
.board_list tr:last-child td {
	border: 0;
}
.board_list td.notice {
	text-align: center;
}
.board_list td.no {
	text-align: center;
	font: 11px Tahoma, Geneva, sans-serif;
}
.board_list td.title {
	white-space: normal;
	line-height: 1.4;
	width: 100%;
}
.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;
}
.board_list td.lastReply sub {
	font: 9px Tahoma, Geneva, sans-serif;
}
.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;
}
.list_footer:after {
	content: "";
	display: block;
	clear: both;
}
.list_footer .btnArea {
	float: right;
	margin: 0;
}
.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;
}
.list_footer .board_search * {
	vertical-align: top;
}
.list_footer .board_search .iText {
	height: 25px;
	line-height: 25px;
	padding: 0 60px 0 27px;
	width: 160px;
	border: 1px solid #DBDBDB;
	border-radius: 4px;
	box-sizing:border-box;
	transition: all .2s ease-in-out;
}
.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;
	padding: 0;
}
.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: 9px 10px 10px 0px;
}
.write_header * {
	vertical-align: middle;
}
.write_header select {
	border: 1px solid #DBDBDB;
	height: 29px;
	width: 140px;
	padding: 0;
}
.write_header select[name=is_notice] {
	width: 76px;
}
.write_header .iText {
	width: 360px;
	margin: 0;
	background: #fff;
}
.write_editor .xd {
	margin-top: -3px;
}
.slot_embed_form {
	padding: 12px 10px;
	margin: 0 0 10px 0;
	border: 1px solid #e3e3e3;
	background: #fafafa;
}
.slot_embed_form label {
	display: block;
	margin: 0 0 6px 0;
	font-weight: 600;
	color: #333;
}
.slot_embed_form .iText {
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	line-height: 24px;
	background: #fff;
}
.slot_embed_form p {
	margin: 7px 0 0;
	font-size: 11px;
	color: #666;
}
.slot_meta_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px 10px;
}
.slot_meta_row {
	display: flex;
	align-items: center;
	gap: 8px;
}
.slot_meta_row label {
	width: 70px;
	margin: 0;
	font-weight: 600;
	white-space: nowrap;
}
.slot_meta_row .iText,
.slot_meta_row select {
	flex: 1;
	width: auto;
	min-width: 0;
	height: 32px;
	border: 1px solid #dbdbdb;
	background: #fff;
	box-sizing: border-box;
}
.slot_meta_row_full {
	grid-column: 1 / -1;
}
.slot_meta_row_full label {
	width: auto;
	font-weight: normal;
}
.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 0;
}
.write_option label {
	margin: 0 10px 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;
	border-top: 1px solid #ddd;
}
.exForm th {
	color: #333;
	text-align: left;
	padding: 10px 5px 15px 5px;
	white-space: nowrap;
}
.exForm th label {
	cursor: default;
}
.exForm td {
	color: #666;
	padding: 8px 10px;
}
.exForm em {
	font-style: normal;
	color: #f60;
}
.exForm .text,
.exForm .password,
.exForm .homepage,
.exForm .email_address,
.exForm .tel,
.exForm .address,
.exForm .date {
	padding: 3px 4px;
	margin: 0 4px 0 0;
	height: 14px;
	line-height: 14px;
	vertical-align: top;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.exForm .text,
.exForm .email_address,
.exForm .homepage,
.exForm .address {
	width: 300px;
}
.exForm .tel {
	width: 40px;
}
.exForm .date {
	width: 120px;
}
.exForm textarea {
	width: 90%;
	padding: 3px 4px;
	margin: 0 4px 0 0;
	vertical-align: top;
	border: 1px solid #A6A6A6;
	border-right-color: #D8D8D8;
	border-bottom-color: #D8D8D8;
}
.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;
}
.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 {
	display: block;
}
.read_header {
	position: relative;
	margin-bottom: 8px;
}
.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: 6px 0 0;
	border-bottom: 0;
	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: 0;
}
.read_body .xe_content {
	color: #333;
}
.board[data-mid="free_slot"] .slotbox_game_embed {
	position: relative;
	width: 100%;
	height: clamp(380px, 62vw, 760px);
	margin: 0 0 24px;
	padding: 14px;
	border: 1px solid rgba(214, 155, 57, 0.28);
	border-radius: 28px;
	background: radial-gradient(circle at top left, #4e3623 0%, #1b120d 58%, #120c09 100%);
	box-shadow: 0 30px 60px rgba(27, 18, 13, 0.28);
	overflow: hidden;
}
.board[data-mid="free_slot"] .slotbox_game_chrome {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 0 4px 12px;
}
.board[data-mid="free_slot"] .slotbox_game_chrome span {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: rgba(255, 238, 205, 0.55);
}
.board[data-mid="free_slot"] .slotbox_game_chrome strong {
	margin-left: auto;
	font-size: 12px;
	letter-spacing: 0.16em;
	text-transform: uppercase;
	color: #f6d793;
}
.board[data-mid="free_slot"] .slotbox_game_frame {
	position: relative;
	height: calc(100% - 34px);
	border-radius: 20px;
	overflow: hidden;
	border: 1px solid rgba(255, 227, 169, 0.18);
	background: #000;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}
.board[data-mid="free_slot"] .slotbox_game_embed iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}
.board[data-mid="free_slot"] .slotbox_game_note {
	position: absolute;
	right: 22px;
	bottom: 18px;
	padding: 8px 12px;
	border-radius: 999px;
	background: rgba(18, 12, 9, 0.72);
	backdrop-filter: blur(8px);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #ffe4a3;
}
.board[data-mid="free_slot"] .slotbox_info_wrap {
	max-width: 920px;
	margin: 0 auto 20px;
	padding: 16px;
	border: 1px solid #e6dfd3;
	border-radius: 20px;
	background: linear-gradient(180deg, #fffaf1 0%, #ffffff 100%);
	box-shadow: 0 12px 28px rgba(103, 74, 27, 0.07);
}
.board[data-mid="free_slot"] .slotbox_info_hero {
	padding: 0 0 12px;
	margin: 0 0 12px;
	border-bottom: 1px solid rgba(191, 158, 106, 0.25);
}
.board[data-mid="free_slot"] .slotbox_info_kicker {
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.18em;
	text-transform: uppercase;
	color: #b28334;
}
.board[data-mid="free_slot"] .slotbox_info_title {
	margin: 0;
	padding: 0;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	color: #2b2418;
}
.board[data-mid="free_slot"] .slotbox_info_summary {
	margin: 8px 0 0;
	font-size: 15px;
	line-height: 1.5;
	color: #6e5c3c;
}
.board[data-mid="free_slot"] .slotbox_info_grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 10px;
}
.board[data-mid="free_slot"] .slotbox_info_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	overflow: hidden;
	border-top: 1px solid rgba(191, 158, 106, 0.22);
}
.board[data-mid="free_slot"] .slotbox_info_table th,
.board[data-mid="free_slot"] .slotbox_info_table td {
	padding: 16px 8px;
	border-top: 1px solid rgba(191, 158, 106, 0.18);
	font-size: 15px;
	line-height: 1.6;
	text-align: left;
	vertical-align: top;
}
.board[data-mid="free_slot"] .slotbox_info_table th {
	width: 92px;
	color: #8c7245;
	font-weight: 700;
	white-space: nowrap;
}
.board[data-mid="free_slot"] .slotbox_info_table td {
	color: #2a2418;
	font-weight: 700;
}
.board[data-mid="free_slot"] .slotbox_info_table tr:first-child th,
.board[data-mid="free_slot"] .slotbox_info_table tr:first-child td {
	border-top: 0;
}
.board[data-mid="free_slot"] .slotbox_info_table td[colspan="3"] {
	font-size: 18px;
}
.board[data-mid="free_slot"] .slotbox_info_item {
	padding: 13px 14px;
	border: 1px solid rgba(191, 158, 106, 0.22);
	border-radius: 14px;
	background: #fff;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.board[data-mid="free_slot"] .slotbox_info_item.is-wide {
	grid-column: 1 / -1;
}
.board[data-mid="free_slot"] .slotbox_info_label {
	display: block;
	margin: 0 0 6px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 0.04em;
	color: #927647;
}
.board[data-mid="free_slot"] .slotbox_info_value {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	color: #282114;
}
.board[data-mid="free_slot"] .slotbox_story {
	margin: 24px 0 0;
	padding: 26px 28px;
	border-radius: 26px;
	background: linear-gradient(180deg, #ffffff 0%, #fbf7ef 100%);
	border: 1px solid rgba(201, 171, 126, 0.24);
	box-shadow: 0 16px 34px rgba(77, 59, 28, 0.08);
}
.board[data-mid="free_slot"] .slotbox_story_paragraph {
	margin: 0 0 18px;
	font-size: 17px;
	line-height: 1.92;
	letter-spacing: -0.01em;
	color: #433826;
}
.board[data-mid="free_slot"] .slotbox_story_paragraph:last-child {
	margin-bottom: 0;
}
.board[data-mid="free_slot"] .slotbox_story_lead {
	margin: 0 0 18px;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.92;
	letter-spacing: -0.01em;
	color: #433826;
}
.board[data-mid="free_slot"] .slotbox_story strong {
	color: #8d6622;
}
.board[data-mid="free_slot"] .slotbox_story a {
	color: #9e6b0f;
	text-decoration: underline;
}
.board[data-mid="free_slot"] .slotbox_story dl {
	margin: 22px 0 0;
	padding: 18px 20px;
	border-radius: 18px;
	background: rgba(255, 249, 236, 0.86);
	border: 1px solid rgba(201, 171, 126, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}
.board[data-mid="free_slot"] .slotbox_story dt {
	margin: 0 0 10px;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.5;
	color: #7f5d21;
}
.board[data-mid="free_slot"] .slotbox_story dd {
	margin: 0 0 6px;
	padding-left: 14px;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.72;
	color: #5b4b31;
	position: relative;
}
.board[data-mid="free_slot"] .slotbox_story dd::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0.76em;
	width: 5px;
	height: 5px;
	border-radius: 999px;
	background: #c99d3d;
	transform: translateY(-50%);
}
.board[data-mid="free_slot"] .slotbox_story dd:last-child {
	margin-bottom: 0;
}
.board[data-mid="free_slot"] .read_body .xe_content img {
	display: none !important;
}
@media (max-width: 768px) {
	.slot_meta_grid {
		grid-template-columns: 1fr;
	}
	.slot_meta_row label {
		width: 78px;
	}
	.board[data-mid="free_slot"] .slotbox_game_embed {
		height: clamp(260px, 56vw, 420px);
		padding: 12px;
		border-radius: 22px;
	}
	.board[data-mid="free_slot"] .slotbox_game_note {
		right: 16px;
		bottom: 14px;
	}
	.board[data-mid="free_slot"] .slotbox_info_wrap {
		padding: 16px;
		border-radius: 18px;
	}
	.board[data-mid="free_slot"] .slotbox_info_title {
		font-size: 28px;
	}
	.board[data-mid="free_slot"] .slotbox_info_summary {
		font-size: 15px;
	}
	.board[data-mid="free_slot"] .slotbox_info_table,
	.board[data-mid="free_slot"] .slotbox_info_table tbody,
	.board[data-mid="free_slot"] .slotbox_info_table tr,
	.board[data-mid="free_slot"] .slotbox_info_table th,
	.board[data-mid="free_slot"] .slotbox_info_table td {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
	.board[data-mid="free_slot"] .slotbox_info_table {
		border-top: 0;
	}
	.board[data-mid="free_slot"] .slotbox_info_table tr {
		padding: 12px 0;
		border-top: 1px solid rgba(191, 158, 106, 0.18);
	}
	.board[data-mid="free_slot"] .slotbox_info_table tr:first-child {
		border-top: 0;
	}
	.board[data-mid="free_slot"] .slotbox_info_table th,
	.board[data-mid="free_slot"] .slotbox_info_table td {
		padding: 0;
		border-top: 0;
	}
	.board[data-mid="free_slot"] .slotbox_info_table th {
		margin: 0 0 4px;
		font-size: 12px;
	}
	.board[data-mid="free_slot"] .slotbox_info_table td {
		margin: 0 0 10px;
		font-size: 17px;
	}
	.board[data-mid="free_slot"] .slotbox_info_table td:last-child {
		margin-bottom: 0;
	}
	.board[data-mid="free_slot"] .slotbox_story {
		padding: 18px;
		border-radius: 18px;
	}
	.board[data-mid="free_slot"] .slotbox_story_paragraph {
		font-size: 15px;
		line-height: 1.82;
	}
	.board[data-mid="free_slot"] .slotbox_story_lead {
		font-size: 15px;
		font-weight: 400;
		line-height: 1.82;
	}
	.board[data-mid="free_slot"] .slotbox_story dl {
		margin-top: 18px;
		padding: 14px 16px;
		border-radius: 14px;
	}
	.board[data-mid="free_slot"] .slotbox_story dt {
		font-size: 14px;
	}
	.board[data-mid="free_slot"] .slotbox_story dd {
		font-size: 13px;
		line-height: 1.68;
	}
}
.read_body .xe_content table {
	font: inherit;
}
.read_footer {
	overflow: hidden;
}
.read_footer .fileList {
	margin: 15px 0;
	display: inline;
	float: left;
}
.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: 28px;
	text-align: center;
}
.read_footer .sns ul {
	list-style: none;
	display: inline-flex;
	gap: 10px;
	padding: 0;
	margin: 0;
}
.read_footer .sns li {
	display: inline-flex;
}
.read_footer .sns a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 42px;
	border: 1px solid #d9dee8;
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.06);
	transition: all 0.18s ease;
}
.read_footer .sns i {
	font-size: 18px;
	line-height: 1;
	color: #6b7c93;
}
.read_footer .sns a:hover {
	border-color: #cfd7e3;
	background: #f8fafc;
	transform: translateY(-1px);
	box-shadow: 0 12px 24px rgba(15, 23, 42, 0.08);
}

.read_footer .vote {
	margin-top: 26px;
	text-align: center;
}
.read_footer .vote ul {
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	padding: 0;
	margin: 0;
}
.read_footer .vote li {
	display: inline-flex;
}
.read_footer .vote a {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 6px;
	min-width: 96px;
	padding: 14px 18px;
	border: 1px solid #d9dee8;
	background: #fff;
	border-radius: 16px;
	text-decoration: none;
	color: #3d4f68;
	box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
	transition: all 0.18s ease;
}
.read_footer .vote i {
	font-size: 20px;
	line-height: 1;
	color: #5f7290;
}
.read_footer .vote .label {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: -0.01em;
}
.read_footer .vote .count {
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	color: #16212f;
}
.read_footer .vote a:hover {
	transform: translateY(-1px);
	border-color: #cfd7e3;
	background: #f8fafc;
	box-shadow: 0 14px 28px rgba(15, 23, 42, 0.08);
}
.read_footer .vote .voted-up.is-active {
	border-color: rgba(255, 179, 0, 0.5);
	background: linear-gradient(180deg, #fff7dd 0%, #fff2c1 100%);
}
.read_footer .vote .voted-up.is-active i,
.read_footer .vote .voted-up.is-active .count {
	color: #b77907;
}
.read_footer .vote .voted-down.is-active {
	border-color: rgba(255, 113, 113, 0.38);
	background: linear-gradient(180deg, #fff3f3 0%, #ffe5e5 100%);
}
.read_footer .vote .voted-down.is-active i,
.read_footer .vote .voted-down.is-active .count {
	color: #c24141;
}

.read_footer .sign {
	clear: both;
	border: 1px solid #ddd;
	margin: 0 0 -1px 0;
	padding: 10px 15px;
	overflow: hidden;
}
.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 {
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
	padding: 12px 0 0;
}
.read_footer .btnArea .etc {
	display: inline-flex;
}
.read_footer .btnArea .btn {
	height: auto !important;
	line-height: 1.2 !important;
	padding: 11px 16px !important;
	border: 1px solid #d9dee8;
	border-radius: 12px;
	background: #fff;
	color: #334155;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.05);
}
.read_footer .btnArea .btn i {
	width: auto;
	height: auto;
	line-height: 1;
	margin-left: 0;
	margin-right: 6px;
	padding-left: 0;
	background: transparent;
	color: inherit;
}
.read_footer .btnArea .btn:hover,
.read_footer .btnArea .btn:active {
	border-color: #cfd7e3;
	background: #f8fafc;
	color: #16212f;
}
.read_footer .btnArea .btn.btn-list {
	background: #16212f;
	border-color: #16212f;
	color: #fff;
}
.read_footer .btnArea .btn.btn-list:hover,
.read_footer .btnArea .btn.btn-list:active {
	background: #223248;
	border-color: #223248;
	color: #fff;
}
.read_footer .btnArea .btn.btn-edit {
	background: #fff8e8;
	border-color: #f1dfb8;
	color: #8b5e08;
}
.read_footer .btnArea .btn.btn-edit:hover,
.read_footer .btnArea .btn.btn-edit:active {
	background: #fff1cf;
	border-color: #e8d19b;
	color: #7a5106;
}
.read_footer .btnArea .btn.btn-delete {
	background: #fff1f1;
	border-color: #f0c8c8;
	color: #b42318;
}
.read_footer .btnArea .btn.btn-delete:hover,
.read_footer .btnArea .btn.btn-delete:active {
	background: #ffe2e2;
	border-color: #e8b3b3;
	color: #9f1f15;
}
.read_footer .btnArea .btn.btn-muted {
	background: #f8fafc;
	color: #526277;
}

@media (max-width: 767px) {
	.read_footer .sns {
		margin-top: 22px;
	}
	.read_footer .vote {
		margin-top: 20px;
	}
	.read_footer .vote ul {
		width: 100%;
	}
	.read_footer .vote li {
		flex: 1 1 0;
	}
	.read_footer .vote a {
		min-width: 0;
		width: 100%;
		padding: 12px 10px;
	}
	.read_footer .btnArea {
		justify-content: flex-start;
	}
	.read_footer .btnArea .btn,
	.read_footer .btnArea .etc {
		flex: 0 0 auto;
	}
}
/* Feedback (Trackback+Comment) */
/* _trackback.html | _comment.html */
.feedback {
	position: relative;
	color: #4b4b4b;
	margin: 0 0 14px 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}
.feedback .fbHeader {
	position: relative;
	height: auto;
	padding: 0;
	line-height: 30px;
	border-top: 0;
	background: transparent;
	box-shadow: none;
}
#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,
.feedback .fbHeader .comment_heading {
	margin: 0;
	font-size: 14px;
	display: inline;
}
.feedback .fbHeader h2 em,
.feedback .fbHeader .comment_heading 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;
}
.feedback .fbItem {
	padding: 18px 0 16px;
	border-bottom: 1px solid #E9E9E9;
	margin: 0 0 -1px 0;
	list-style: none;
}
.feedback .fbItem:last-child {
	border-bottom:none;
}
.feedback .fbItem:after {
	content: "";
	display: block;
	clear: both;
}
.feedback .fbMeta {
	display: flex;
	align-items: center;
	gap: 12px;
	width: auto;
	padding: 0;
	margin: 0 0 8px 0;
}
.feedback .fbMeta .author {
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	color: #222;
}
.feedback .author a {
	text-decoration: none;
	color: #222;
}
.feedback .time {
	margin: 0;
	font: 12px Tahoma, Geneva, sans-serif;
	color: #8e8e8e;
}
.feedback .xe_content {
	margin: 0;
	color: #3d3d3d;
	line-height: 1.7;
}
.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: 10px 0 0 0;
	padding: 0;
	display: block;
	float: none;
	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 0 0 0;
	white-space: nowrap;
	float: none;
}
.feedback .action a {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin: 0 8px 0 0;
	padding: 6px 10px;
	border: 1px solid #e1e1e1;
	border-radius: 999px;
	background: #fafafa;
	color: #666;
	text-decoration: none;
}
.feedback .action a:hover {
	color:#222;
	border-color: #cfcfcf;
	background: #fff;
}
.feedback .pagination {
	padding: 10px 0;
}
.feedback .indent1 {
	padding-left: 16px;
	border-left: 2px solid #efefef;
}
.feedback .indent2 {
	padding-left: 24px;
	border-left: 2px solid #efefef;
}
.feedback .indent3 {
	padding-left: 32px;
	border-left: 2px solid #efefef;
}
.feedback .indent4 {
	padding-left: 40px;
	border-left: 2px solid #efefef;
}
.feedback .indent5 {
	padding-left: 48px;
	border-left: 2px solid #efefef;
}
.feedback .indent6 {
	padding-left: 56px;
	border-left: 2px solid #efefef;
}
.feedback .indent7 {
	padding-left: 64px;
	border-left: 2px solid #efefef;
}
.feedback .indent8 {
	padding-left: 72px;
	border-left: 2px solid #efefef;
}
.feedback .indent9 {
	padding-left: 80px;
	border-left: 2px solid #efefef;
}
.feedback .indent10 {
	padding-left: 88px;
	border-left: 2px solid #efefef;
}
.feedback .indent11 {
	padding-left: 96px;
	border-left: 2px solid #efefef;
}
.feedback .indent12 {
	padding-left: 104px;
	border-left: 2px solid #efefef;
}
.feedback .indent12 .action {display: none}
.fbFooter {
	margin: -10px 0 10px 0;
}
/* Pagination */
/* list.html | _comment.html */
.pagination {
	margin: 0;
	padding: 13px 0;
	text-align: center;
	line-height: normal;
	clear:both;
}
.pagination a,
.pagination strong {
	position: relative;
	color: #767676;
	font: bold 11px/22px Tahoma, Sans-serif;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	padding: 1px 8px;
	background-color: #F6F6F6;
	border-radius:2px;
	z-index: 2;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	background-color: #f8f8f8;
}
.pagination strong {
	color: #D88700;
	font-size: 13px;
}
.pagination .direction {
	font-weight: normal;
	color: #767676;
	text-decoration: none !important;
	border: 0;
	z-index: 1;
}
.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;
}
.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;
}
.write_author .item {
	position: relative;
	display: inline-block;
}
.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;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
}
.write_comment:after {
	content: "";
	display: block;
	clear: both;
}
.write_comment textarea {
	width: 100%;
	max-width: 100%;
	min-height: 150px;
	margin: 0;
	padding: 12px 14px;
	border: 1px solid #d7d7d7;
	border-radius: 14px;
	background: #fff;
	box-sizing: border-box;
	resize: vertical;
}
.write_comment .comment_editor {
	margin: 0 0 12px 0;
}
.write_comment .comment_editor_label {
	display: block;
	margin: 0 0 8px 0;
	font-size: 12px;
	font-weight: 600;
	color: #555;
}
.write_comment .comment_admin_tools {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 12px 0;
}
.comment_login_notice {
	margin: 14px 0 0;
	padding: 14px 16px;
	border: 1px solid #ececec;
	border-radius: 14px;
	background: #fafafa;
	color: #666;
	font-size: 13px;
}
.write_comment .comment_admin_tools .iText,
.write_comment .comment_admin_tools select {
	height: 36px;
	padding: 0 12px;
	border: 1px solid #d7d7d7;
	border-radius: 10px;
	background: #fff;
	box-sizing: border-box;
}
.write_comment .comment_regdate_input {
	min-width: 220px;
}
.write_comment .admin_writer_alias {
	min-width: 160px;
}
.write_comment .write_author {
	padding: 0 0 10px 0;
	margin: 0;
	float: left;
}
.write_comment .iText.userName,
.write_comment .iText.userPw {width:100px;}
.write_comment .iText.homePage {width:150px;}
.write_comment .comment_submit {
	float: right;
}
/* Context Data | Context Message */
/* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */
.context_data {
	background: transparent;
	border-top: 0;
	padding: 0;
	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;
	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;
	transition: all .2s ease-in-out;
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
	color: #fff;
	background-color: #CDA25A;
}
.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;
	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;
	background: rgb(255, 255, 255);
}

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