@charset "utf-8";
/* NHN (developers@xpressengine.com) */
/*csslint unique-headings:false, floats:false*/
/* Board */
.board img {
	border: 0;
}
.board,
.board label,
.board table,
.board input,
.board button,
.board textarea,
.board select {
	font-size: 12px;
	font-family: 돋움, Dotum, Tahoma, Geneva, 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: 3px 4px;
	height: 17px;
	line-height: 17px;
	border: 1px solid #a6a6a6;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
	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;
}
/* Board Header */
.board_header {
	position: relative;
	margin: 0 0 22px 0;
}
.board_header:after {
	content: "";
	display: block;
	clear: both;
}
.board_header h2 {
	margin: 0;
	float: left;
}
.board_header .setup {
	float: right;
	width: 16px;
	height: 0;
	padding: 16px 0 0 0;
	overflow: hidden;
	background: url(icoSet.gif) no-repeat 1px -239px;
}
/* Category Tab */
.cTab {
	position: relative;
	margin: 0 0 35px 0;
	padding: 0;
	list-style: none;
	border-bottom: 1px solid #999;
}
.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.on {
	border: 1px solid #999;
	border-top: 0;
	border-bottom: 1px solid #fff;
	margin-bottom: -1px;
}
.cTab li a {
	position: relative;
	top: -1px;
	border-top: 1px solid #e0e0e0;
	float: left;
	height: 25px;
	line-height: 25px;
	padding: 0 20px;
	font-size: 12px;
	font-family: 나눔고딕, NanumGothic, "맑은 고딕", "MalgunGhotic", sans-serif;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
.cTab li em {
	font: 11px Tahoma, Geneva, sans-serif;
	color: #767676;
	padding: 0 0 0 2px;
}
.cTab li.on a {
	color: #000;
	top: -1px;
	border-top: 1px solid #999;
}
.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-family: 돋움, Dotum;
	font-weight: normal;
}
.cTab li.on ul li.on_ a {
	font-weight: bold;
	color: #3912b3;
}
/* Board List */
/* list.html */
.board_list {
	background: url(bgHeader.gif) no-repeat 0 -100px;
}
.board_list table {
	border: 0;
	border-bottom: 1px solid #cdcdcd;
	color: #4a4a4a;
	background: url(bgHeader.gif) no-repeat right -100px;
}
.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;
	padding: 8px 0 9px 0;
	height: 14px;
	white-space: nowrap;
}
.board_list th:first-child span {
	border: 0;
}
.board_list th span {
	display: block;
	border-left: 1px solid #c7c7c7;
	padding: 0 15px;
	height: 14px;
}
.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;
}
.list_footer {
	position: relative;
	margin: 15px 0;
}
.list_footer:after {
	content: "";
	display: block;
	clear: both;
}
.list_footer .btnArea {
	float: right;
	margin: 0;
}
.list_footer .bsToggle {
	float: left;
	cursor: pointer;
	padding: 25px 0 0 0;
	margin: 0 4px 0 0;
	width: 25px;
	height: 25px;
	overflow: hidden;
	border: 0;
	background: url(btnSearch.gif) no-repeat;
}
.list_footer .board_search {
	float: left;
	position: relative;
	margin: 0 4px 0 0;
}
.list_footer .board_search * {
	vertical-align: top;
}
.list_footer .board_search .iText {
	height: 15px;
	line-height: 15px;
	padding: 4px 100px 4px 4px;
	width: 100px;
	border: 1px solid #a6a6a6;
	border-right-color: #d8d8d8;
	border-bottom-color: #d8d8d8;
}
.list_footer .board_search select {
	position: absolute;
	top: 4px;
	height: 18px;
	left: 123px;
	width: 80px;
	padding: 0;
}
.list_footer .tagSearch {
	display: inline-block;
	width: 25px;
	height: 0;
	padding: 25px 0 0 0;
	overflow: hidden;
	background: url(btnSearch.gif) no-repeat 0 -25px;
}
/* Board Write */

/* write_form.html */
.board_write {
	background: url(bgHeader.gif) no-repeat 0 0;
}
.write_header {
	padding: 9px 10px 9px 10px;
	background: url(bgHeader.gif) no-repeat right 0;
}
.write_header * {
	vertical-align: middle;
}
.write_header select {
	height: 23px;
	width: 140px;
	padding: 0;
}
.write_header .iText {
	width: 360px;
	margin: 0 10px 0 0;
	background: #fff;
}
.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 0;
}
.write_option label {
	margin: 0 10px 0 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 {
	background: #fff url(bgHeader.gif) no-repeat 0 -50px;
}
.read_header {
	position: relative;
	background: url(bgHeader.gif) no-repeat right -50px;
}
.read_header h1 {
	width: 600px;
	margin: 0 0 0 15px;
	font-size: 12px;
	line-height: 36px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #fff;
}
.read_header h1 a {
	text-decoration: none;
	color: #fff;
}
.read_header h1 .category {
	font-weight: normal;
	border-right: 1px solid #7e7e7e;
	padding: 0 10px 0 0;
	margin: 0 5px 0 0;
}
.read_header .time {
	margin: 0;
	position: absolute;
	top: 11px;
	right: 12px;
	color: #bfbfbf;
	font-size: 11px;
}
.read_header .meta {
	margin: 0;
	padding: 8px 12px 8px 15px;
	background: #f6f6f6;
	border-bottom: 1px solid #ddd;
	white-space: nowrap;
}
.read_header .meta:after {
	content: "";
	display: block;
	clear: both;
}
.read_header .meta .author {
	float: left;
	text-decoration: none;
	color: #666;
	font-weight: bold;
}
.read_header .meta .author img {
	margin-top: -1px;
}
.read_header .meta .sum {
	float: right;
	color: #666;
	font-size: 11px;
}
.read_header .meta .sum .vote {
	border-left: 1px solid #ccc;
	padding: 0 0 0 10px;
	margin: 0 0 0 6px;
}
.read_body {
	padding: 15px;
	background: #fff;
}
.read_body .xe_content {
	color: #333;
}
.read_footer {
	overflow: hidden;
}
.read_footer .fileList {
	margin: 15px 0;
	display: inline;
	float: left;
}
.read_footer .toggleFile {
	border: 0;
	background: url(icoSet.gif) no-repeat 0 2px;
	cursor: pointer;
	overflow: visible;
	padding: 0 0 0 15px;
	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: url(icoSet.gif) no-repeat 0 -58px;
}
.read_footer .tags a {
	text-decoration: none;
	color: #666;
}
.read_footer .action {
	display: inline-block;
	line-height: 16px;
	font-size: 11px;
	margin: 0 15px 0 0;
}
.read_footer .sns {
	display: inline;
	margin: 0;
	padding: 0;
	list-style: none;
	vertical-align: top;
}
.read_footer .sns li {
	display: inline;
	vertical-align: top;
}
.read_footer .sns a {
	display: inline-block;
	height: 16px;
	line-height: 16px;
}
.read_footer .sns .link a {
	width: 16px;
	height: 0;
	padding: 16px 0 0 0;
	overflow: hidden;
	background: url(icoSet.gif) no-repeat;
}
.read_footer .sns .twitter a {
	background-position: 0 -270px;
}
.read_footer .sns .facebook a {
	background-position: 0 -330px;
}
.read_footer .sns .delicious a {
	background-position: 0 -360px;
}
.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;
	text-align: right;
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
/* Feedback (Trackback+Comment) */
/* _trackback.html | _comment.html */
.feedback {
	position: relative;
	border: 1px solid #ddd;
	color: #4b4b4b;
	margin: 0 0 20px 0;
}
.feedback .fbHeader {
	position: relative;
	height: 30px;
	padding: 0 0 0 35px;
	line-height: 30px;
	background: #f5f5f5 url(icoSet.gif) no-repeat;
	margin: 3px;
}
#trackback .fbHeader {
	background-position: 11px -84px;
}
#comment .fbHeader {
	background-position: 11px -112px;
}
#comment .fbHeader .wComment {
	position: absolute;
	top: 10px;
	right: 15px;
	padding: 0 0 0 18px;
	text-decoration: none;
	color: #666;
	line-height: 1;
	background: url(icoSet.gif) no-repeat 0 -150px;
}
.feedback .fbHeader h2 {
	margin: 0;
	font-size: 14px;
	display: inline;
}
.feedback .fbHeader h2 em {
	font-style: normal;
	color: #4736ac;
	text-decoration: underline;
}
.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 7px;
	padding: 0;
}
.feedback .fbItem {
	padding: 18px 0 16px 0;
	border-bottom: 1px dashed #e6e6e6;
	margin: 0 0 -1px 0;
	list-style: 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 6px 5px 0;
	border: 1px solid #ddd;
	background: url(profile.gif) no-repeat;
}
.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;
}
#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: url(icoSet.gif) no-repeat 0 2px;
	cursor: pointer;
	overflow: visible;
	padding: 0 0 0 15px;
	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 18px;
	color: #767676;
	text-decoration: none;
	background: url(icoSet.gif) no-repeat;
}
.feedback .action a.reply {
	background-position: 0 -210px;
}
.feedback .action a.modify {
	background-position: 0 -150px;
}
.feedback .action a.delete {
	background-position: 0 -180px;
}
.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;
}
.fbFooter {
	margin: -10px 0 10px 0;
}
/* Pagination */
/* list.html | _comment.html */
.pagination {
	margin: 0;
	padding: 4px 0 10px 0;
	text-align: center;
	line-height: normal;
}
.pagination a,
.pagination strong {
	position: relative;
	color: #767676;
	font: bold 12px/16px Tahoma, Sans-serif;
	vertical-align: top;
	display: inline-block;
	text-decoration: none;
	padding: 1px 8px;
	margin: 0 -3px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	background-color: #fff;
	z-index: 2;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus {
	background-color: #f8f8f8;
}
.pagination strong {
	color: #f60;
	font-size: 18px;
}
.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 0 0;
}
.write_author .item {
	position: relative;
	display: inline-block;
}
.write_author .iLabel {
	top: 4px;
	left: 8px;
	color: #666;
}
.write_author label {
	margin: 0 10px 0 0;
}
/* Write Comment */
/* _read.html | comment_form.html */
.write_comment {
	position: relative;
	margin: 10px 12px;
}
.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;
}
/* 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;
	padding: 0 12px;
	margin: 0;
	font-family: inherit;
	font-size: 12px;
	line-height: 24px;
	height: 24px;
	color: #333;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	vertical-align: top;
	cursor: pointer;
	overflow: visible;
	background-color: #f5f5f5;
	background: linear-gradient(top, #ffffff, #e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #bbb;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	border-bottom-color: #a2a2a2;
	border-radius: 2px;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.board .btn:hover,
.board .btn:active,
.board .btn[disabled] {
	color: #333;
	background-color: #e6e6e6;
}

/* ==========================================================================
   corin2 게시판 스킨 — 코인판식 초밀도 v2 (default CSS 뒤 append)
   제목 1줄 말줄임 + 컬럼 고정폭 + 추천 네이티브 렌더
   ========================================================================== */
.board {
  --cp-brand: #2f6fed; --cp-ink: #1f2933; --cp-sub: #6b7684;
  --cp-line: #edf0f3; --cp-line2: #dfe3e8; --cp-head-bg: #f7f9fb;
  --cp-hover: #f4f8ff; --cp-notice-bg: #fff9e8; --cp-notice-line: #f2e2b0;
  font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, "Malgun Gothic", sans-serif;
  color: var(--cp-ink); font-size: 13px; letter-spacing: -0.01em;
}

/* 카테고리 탭 = 코인판 상단 카테고리(알약형) */
.board .cTab { display:flex; flex-wrap:wrap; gap:4px; border:none; padding:2px 0 12px; margin:0; list-style:none; }
.board .cTab > li { float:none; border:none; margin:0; }
.board .cTab > li > a { display:inline-block; padding:5px 12px; border:1px solid var(--cp-line2); border-radius:999px; font-size:12.5px; font-weight:600; color:var(--cp-sub); background:#fff; text-decoration:none; line-height:1.4; }
.board .cTab > li > a:hover { border-color:var(--cp-brand); color:var(--cp-brand); }
.board .cTab > li.on > a { background:var(--cp-brand); border-color:var(--cp-brand); color:#fff; }

/* 리스트 테이블 — 고정 레이아웃 + 초밀도 */
.board .board_list { border-top:2px solid var(--cp-brand); }
.board .board_list table { width:100%; border:none!important; border-collapse:collapse; table-layout:fixed; }
.board .board_list thead th { background:var(--cp-head-bg); border:none; border-bottom:1px solid var(--cp-line2); padding:9px 4px; font-size:12px; font-weight:700; color:var(--cp-sub); text-align:center; white-space:nowrap; }
.board .board_list thead th.title { text-align:left; padding-left:12px; }
.board .board_list thead th a { color:var(--cp-sub); text-decoration:none; }
/* 컬럼 고정폭 (게스트뷰 기준: 1번호 2제목 3글쓴이 4날짜 5조회 6추천) */
.board .board_list thead th:nth-child(1){ width:58px; }
.board .board_list thead th:nth-child(3){ width:104px; }
.board .board_list thead th:nth-child(4){ width:80px; }
.board .board_list thead th:nth-child(5){ width:62px; }
.board .board_list thead th:nth-child(6){ width:56px; }

.board .board_list tbody td { border:none; border-bottom:1px solid var(--cp-line); padding:6px 4px; font-size:13px; text-align:center; color:var(--cp-sub); vertical-align:middle; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.board .board_list tbody tr:hover td { background:var(--cp-hover); }

.board .board_list td.no { color:#9aa4af; font-size:12px; }
/* 제목 — 1줄 말줄임(핵심 밀도) */
.board .board_list td.title { text-align:left; padding-left:12px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.board .board_list td.title > a { color:var(--cp-ink); font-weight:500; text-decoration:none; }
.board .board_list td.title > a:hover { color:var(--cp-brand); text-decoration:underline; }
.board .board_list td.title a.replyNum { color:var(--cp-brand); font-weight:700; font-size:12px; margin-left:2px; }
.board .board_list td.title a.trackbackNum { color:#e5484d; font-weight:700; font-size:12px; }
.board .board_list td.author a { color:var(--cp-sub); text-decoration:none; font-size:12.5px; }
.board .board_list td.author a:hover { color:var(--cp-ink); }
.board .board_list td.time { color:#9aa4af; font-size:12px; }
.board .board_list td.readNum { color:var(--cp-sub); font-size:12px; }
.board .board_list td.voteNum { font-size:12px; font-weight:700; color:#e5484d; }

/* 공지 행 */
.board .board_list tr.notice td { background:var(--cp-notice-bg); border-bottom:1px solid var(--cp-notice-line); }
.board .board_list tr.notice:hover td { background:#fff4d6; }
.board .board_list tr.notice td.no { color:#c08a1e; font-weight:800; font-size:11px; }
.board .board_list tr.notice td.title > a { font-weight:700; color:#6b5310; }

/* 하단 */
.board .list_footer { margin-top:14px; }
.board .list_footer .btnArea .btn, .board .board_search .btn { display:inline-block; padding:7px 16px; background:var(--cp-brand); color:#fff; border:none; border-radius:6px; font-size:13px; font-weight:700; text-decoration:none; cursor:pointer; }
.board .list_footer .btnArea .btn:hover, .board .board_search .btn:hover { background:#1f5fd6; }
.board .pagination strong { background:var(--cp-brand); color:#fff; border-radius:4px; padding:3px 8px; }
.board .pagination a { color:var(--cp-sub); text-decoration:none; padding:3px 8px; }
.board .pagination a:hover { color:var(--cp-brand); }
.board .board_search .iText, .board .board_search select { border:1px solid var(--cp-line2); border-radius:6px; padding:6px 8px; font-size:13px; }

/* 다크모드 */
html.dark .board, html.rx_dark .board { --cp-ink:#d8e1eb; --cp-sub:#8b949e; --cp-line:#232a33; --cp-line2:#2d3540; --cp-head-bg:#161b22; --cp-hover:#1a2130; --cp-notice-bg:#211a12; --cp-notice-line:#3a2f14; --cp-brand:#4c8dff; }
html.dark .board .cTab > li > a, html.rx_dark .board .cTab > li > a { background:#161b22; }
html.dark .board .board_list td.title > a, html.rx_dark .board .board_list td.title > a { color:#d8e1eb; }
html.dark .board .board_list tr.notice td.title > a, html.rx_dark .board .board_list tr.notice td.title > a { color:#e3b341; }

/* 모바일: 코인판식 카드형(제목 위 / 글쓴이·추천 아래) — 테이블 폭 문제 원천 제거 */
@media (max-width:640px){
  .board .board_list table, .board .board_list tbody, .board .board_list tr, .board .board_list td { display:block; width:auto!important; }
  .board .board_list thead { display:none; }
  .board .board_list table { table-layout:auto; }
  .board .board_list tr { padding:11px 12px; border-bottom:1px solid var(--cp-line); }
  .board .board_list tbody td { border:none!important; padding:0; text-align:left; white-space:normal; overflow:visible; }
  .board .board_list td.no, .board .board_list td.time, .board .board_list td.readNum { display:none; }
  .board .board_list td.title { font-size:14px; font-weight:600; line-height:1.4; margin-bottom:6px; }
  .board .board_list td.title > a { white-space:normal; display:inline; }
  .board .board_list td.author { display:inline; font-size:12px; }
  .board .board_list td.author::after { content:"·"; color:var(--cp-faint); margin:0 6px; }
  .board .board_list td.voteNum { display:inline; font-size:12px; }
  .board .board_list td.voteNum::before { content:"추천 "; color:var(--cp-faint); font-weight:400; }
  .board .board_list tr.notice td { background:transparent; border:none!important; }
  .board .board_list tr.notice { background:var(--cp-notice-bg); }
  .board .board_list tr.notice td.no { display:inline; color:#c08a1e; font-weight:800; margin-right:6px; }
}

/* 야간루프 1회차: 글 상세(read) 모바일 오버플로 수정 */
@media (max-width:640px){
  .board .board_read .read_header h1, .board .read_header h1 { white-space:normal!important; word-break:break-word; font-size:17px; line-height:1.45; }
  .board .board_read .read_header p.meta, .board .read_header .meta, .board .board_read p.meta { white-space:normal!important; }
  .board .board_read, .board .read_header, .board .read_body, .board .rd_body { max-width:100%; overflow-wrap:break-word; word-break:break-word; }
  .board .board_read img, .board .read_body img { max-width:100%!important; height:auto; }
  .board .board_read table { table-layout:auto; width:100%!important; }
}

/* 야간루프 1회차b: 댓글에디터/파일업로드 모바일 오버플로 수정 */
@media (max-width:640px){
  .board { overflow-x:hidden; }
  .board .cke { max-width:100% !important; }
  .board iframe.cke_wysiwyg_frame { max-width:100%; }
  .board input.fileupload-processing, .board input[type="file"] { max-width:100%; }
}

/* 야간루프 1회차c: CKE iframe 고정폭 순환 해제 */
@media (max-width:640px){
  .board .cke, .board .cke_inner, .board .cke_contents { width:100% !important; max-width:100% !important; box-sizing:border-box; }
  .board iframe.cke_wysiwyg_frame { width:100% !important; }
}

/* ============================================================
   야간루프 2회차: 글 상세(read) 페이지 전면 리디자인
   — bgHeader.gif 검정 그라데이션(구 XE) 제거, 화이트 아티클 톤
   ============================================================ */
.board .board_read { background:#fff !important; border:1px solid var(--cp-line); border-radius:10px; overflow:hidden; }
.board .read_header { background:#fff !important; padding:18px 20px 0; border-bottom:1px solid var(--cp-line); }
.board .read_header h1 { width:auto !important; margin:0 0 10px !important; padding:0; font-size:22px; line-height:1.4; font-weight:800; color:var(--cp-ink) !important; white-space:normal !important; overflow:visible; text-overflow:clip; letter-spacing:-.2px; }
.board .read_header h1 a { color:var(--cp-ink) !important; text-decoration:none; }
.board .read_header h1 .category { display:inline-block; font-size:13px; font-weight:700; color:var(--cp-brand); border-right:none; padding:0 8px 0 0; margin:0 4px 0 0; vertical-align:1px; }
.board .read_header .time { position:static; float:none; margin:0; color:var(--cp-sub); font-size:12px; }
.board .read_header .meta { position:static; margin:0 -20px; padding:10px 20px; background:var(--cp-head-bg,#f7f9fc) !important; border-top:1px solid var(--cp-line); border-bottom:1px solid var(--cp-line); white-space:normal; font-size:13px; }
.board .read_header .meta .author { float:none; color:var(--cp-ink); font-weight:700; }
.board .read_header .meta .sum { float:right; color:var(--cp-sub); font-size:12px; }
.board .read_header .meta .sum .read, .board .read_header .meta .sum .vote { margin-left:8px; }

/* 본문 타이포그래피 — 가독성 */
.board .read_body { padding:22px 20px; font-size:15.5px; line-height:1.78; color:var(--cp-ink); word-break:break-word; overflow-wrap:break-word; }
.board .read_body p { margin:0 0 15px; }
.board .read_body img { max-width:100%; height:auto; border-radius:6px; }
.board .read_body a { color:var(--cp-brand); text-decoration:underline; text-underline-offset:2px; }
.board .read_body h1, .board .read_body h2, .board .read_body h3 { line-height:1.4; margin:24px 0 12px; font-weight:800; color:var(--cp-ink); }
.board .read_body h2 { font-size:19px; } .board .read_body h3 { font-size:17px; }
.board .read_body blockquote { margin:16px 0; padding:10px 16px; border-left:3px solid var(--cp-brand); background:var(--cp-head-bg,#f7f9fc); color:var(--cp-sub); border-radius:0 6px 6px 0; }
.board .read_body pre, .board .read_body code { font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace; }
.board .read_body pre { background:#0d1117; color:#e6edf3; padding:14px 16px; border-radius:8px; overflow-x:auto; font-size:13px; line-height:1.6; }
.board .read_body :not(pre) > code { background:var(--cp-head-bg,#eef1f6); padding:2px 6px; border-radius:4px; font-size:.9em; }
.board .read_body hr { border:none; border-top:1px solid var(--cp-line); margin:22px 0; }
.board .read_body ul, .board .read_body ol { margin:0 0 15px; padding-left:22px; }
.board .read_body li { margin:4px 0; }

/* 첨부/태그/서명 정리 */
.board .read_footer { padding:0 20px 18px; }
.board .read_footer .fileList { margin:14px 0 0; padding:12px 14px; background:var(--cp-head-bg,#f7f9fc); border:1px solid var(--cp-line); border-radius:8px; }
.board .read_footer .fileList .toggleFile { background:none; border:none; color:var(--cp-ink); font-weight:700; font-size:13px; cursor:pointer; padding:0; }
.board .read_footer .fileList .files a { color:var(--cp-brand); font-size:13px; }
.board .read_footer .tns { margin:14px 0 0; padding-top:12px; border-top:1px solid var(--cp-line); }
.board .read_footer .tns .tag { display:inline-block; padding:3px 10px; margin:0 4px 4px 0; background:var(--cp-head-bg,#eef1f6); color:var(--cp-sub); border-radius:20px; font-size:12px; text-decoration:none; }
.board .read_footer .tns .tag:hover { background:var(--cp-brand); color:#fff; }
.board .read_footer .tns span { display:none; } /* 태그 뒤 쉼표 숨김 */
.board .read_footer .tns .tag + span { display:none; }
/* 죽은 소셜 공유(Delicious 등 서비스 종료) 숨김 — AI/방치 템플릿 티 제거 */
.board .read_footer .sns { display:none !important; }
.board .read_footer .sign { margin:14px 0 0; padding:12px 0 0; border-top:1px solid var(--cp-line); color:var(--cp-sub); font-size:12px; }
.board .read_footer .sign .pf { max-width:48px; border-radius:6px; }

/* 하단 버튼(수정/삭제/목록) */
.board .read_footer .btnArea { margin:18px 0 0; display:flex; gap:8px; align-items:center; }
.board .read_footer .btnArea .btn { display:inline-block; padding:8px 16px; border:1px solid var(--cp-line2); background:#fff; color:var(--cp-ink); border-radius:6px; font-size:13px; font-weight:600; text-decoration:none; cursor:pointer; }
.board .read_footer .btnArea .btn:hover { border-color:var(--cp-brand); color:var(--cp-brand); }
.board .read_footer .btnArea .etc { margin-left:auto; }
.board .read_footer .btnArea .etc .btn { background:var(--cp-brand); border-color:var(--cp-brand); color:#fff; }
.board .read_footer .btnArea .etc .btn:hover { background:#1f5fd6; color:#fff; }

/* 추천/비추천(feedback) 정리 */
.board .feedback { text-align:center; margin:20px 0; }
.board .feedback .pagination { display:inline-flex; gap:10px; }

/* 다크모드: read 페이지 완성(감사 지적 — board_read 흰블록 잔존) */
html.dark .board .board_read, html.rx_dark .board .board_read { background:#0d1117 !important; border-color:var(--cp-line); }
html.dark .board .read_header, html.rx_dark .board .read_header { background:#0d1117 !important; }
html.dark .board .read_body pre, html.rx_dark .board .read_body pre { background:#010409; border:1px solid var(--cp-line); }
html.dark .board .read_footer .btnArea .btn, html.rx_dark .board .read_footer .btnArea .btn { background:#161b22; }

/* ============================================================
   야간루프 2회차 (Batch B): 목록터치/페이징/글쓰기/댓글/XE잔재
   ============================================================ */

/* [designer low] 추천수 빨강볼드(XE잔재) → 뉴트럴 */
.board .board_list td.voteNum{ color:var(--cp-sub) !important; font-weight:600; }

/* [board 입력창 공통] 구 XE iText(1px inset) → corin2 톤 */
.board .iText{ position:static; height:auto; line-height:normal; border:1px solid var(--cp-line2,#d7dce2); border-radius:8px; padding:10px 12px; font-size:14px; background:#fff; box-sizing:border-box; }
.board .iText:focus{ outline:none; border-color:var(--cp-brand); box-shadow:0 0 0 3px rgba(47,111,237,.12); }

/* [designer medium] 글쓰기 제목 입력 — 주 액션 강조 */
.board .write_form input[name="title"], .board input.iText[name="title"]{ width:100%; height:52px; font-size:17px; font-weight:600; padding:0 14px; }
.board .write_form input#tags{ width:100% !important; max-width:360px; }

/* [designer medium] 댓글 영역 리디자인 */
.board .feedback{ margin-top:26px; }
.board .feedback .fbHeader h2{ font-size:16px; font-weight:800; color:var(--cp-ink); margin:0 0 12px; padding-bottom:10px; border-bottom:2px solid var(--cp-brand); }
.board .feedback .fbHeader h2 em{ color:var(--cp-brand); font-style:normal; margin-left:4px; }
.board .fbList{ list-style:none; margin:0; padding:0; }
.board .fbItem{ padding:14px 0; border-bottom:1px solid var(--cp-line); }
.board .fbItem.indent{ margin-left:20px; padding-left:14px; border-left:2px solid var(--cp-line); }
.board .fbMeta{ display:flex; align-items:center; gap:8px; margin-bottom:6px; }
.board .fbMeta .profile{ width:28px; height:28px; border-radius:50%; object-fit:cover; background:var(--cp-head-bg,#eef1f6); }
.board .fbMeta .author{ font-size:13px; font-weight:700; color:var(--cp-ink); margin:0; }
.board .fbMeta .author a, .board .fbMeta .author strong{ color:var(--cp-ink); text-decoration:none; font-weight:700; }
.board .fbMeta .time{ font-size:12px; color:var(--cp-faint); margin:0 0 0 auto; }
.board .fbItem .xe_content{ font-size:14px; line-height:1.7; color:var(--cp-ink); word-break:break-word; }
.board .fbItem .xe_content.deleted{ color:var(--cp-faint); font-style:italic; }

/* 댓글 작성폼 */
.board .write_comment{ margin-top:16px; background:var(--cp-head-bg,#f7f9fc); border:1px solid var(--cp-line); border-radius:10px; padding:14px; }
.board .write_comment .write_author{ display:flex; flex-wrap:wrap; gap:8px; margin-top:10px; }
.board .write_comment .write_author .item{ display:flex; align-items:center; gap:6px; }
.board .write_comment .write_author .iLabel{ font-size:12px; color:var(--cp-sub); }
/* [designer] 스팸유인 홈페이지 필드 숨김(댓글) */
.board .item:has(input[name="homepage"]){ display:none; }
.board input[name="homepage"]{ display:none; }

/* [mobile-ux medium] 목록 제목 터치영역 확대(행 전체 탭) */
@media (max-width:640px){
  .board .board_list td.title{ margin-bottom:4px; }
  .board .board_list td.title > a{ display:block !important; padding:6px 0; min-height:24px; }
  .board .board_list td.author, .board .board_list td.voteNum{ min-height:30px; line-height:30px; }
}

/* [mobile-ux medium] 페이지네이션 44px 터치 */
@media (max-width:640px){
  .board .pagination a, .board .pagination strong, .board .pagination .direction{ display:inline-flex; align-items:center; justify-content:center; min-width:44px; min-height:44px; margin:0 1px; box-sizing:border-box; }
}

/* [designer high] 다크모드 — 댓글/글쓰기(흰 블록 잔존) */
html.dark .board .write_comment, html.rx_dark .board .write_comment{ background:#161b22; border-color:var(--cp-line); }
html.dark .board .fbItem .xe_content, html.rx_dark .board .fbItem .xe_content{ color:var(--cp-ink); }
html.dark .board .iText, html.rx_dark .board .iText{ background:#0d1117; color:var(--cp-ink); border-color:var(--cp-line); }

/* [seo] 목록 게시판명 h1 */
.board .cp-board-h1{ font-size:20px; font-weight:800; color:var(--cp-ink); margin:2px 0 14px; padding-bottom:12px; border-bottom:1px solid var(--cp-line); letter-spacing:-.3px; }
@media (max-width:640px){ .board .cp-board-h1{ font-size:18px; } }

/* [user] 모바일 목록 카드에 작성일 노출(최신성 판단 가능하게) */
@media (max-width:640px){
  .board .board_list td.time{ display:inline !important; font-size:12px; color:var(--cp-faint); }
  .board .board_list td.time::before{ content:"· "; color:var(--cp-faint); }
}

/* [marketer] 글상세 공유 버튼(URL복사/텔레그램/X) */
.board .cp-share{ display:flex; align-items:center; gap:8px; margin:16px 0 0; padding-top:14px; border-top:1px solid var(--cp-line); flex-wrap:wrap; }
.board .cp-share-label{ font-size:13px; font-weight:700; color:var(--cp-sub); margin-right:2px; }
.board .cp-share-btn{ display:inline-flex; align-items:center; min-height:36px; padding:0 14px; border:1px solid var(--cp-line2,#d7dce2); border-radius:8px; background:#fff; color:var(--cp-ink); font-size:13px; font-weight:600; text-decoration:none; cursor:pointer; }
.board .cp-share-btn:hover{ border-color:var(--cp-brand); color:var(--cp-brand); }
html.dark .board .cp-share-btn, html.rx_dark .board .cp-share-btn{ background:#161b22; }

/* [designer] 댓글폼 홈페이지 필드 라벨까지 숨김(세로쪼개짐 잔재 제거) */
.write_author .item:has(input[name="homepage"]){ display:none !important; }
.write_author label[for="homePage"], .write_author input#homePage, .write_author input[name="homepage"]{ display:none !important; }
