/* BASIC css start */
.xans-board-read .boardView table {
	table-layout: fixed;
	border: 1px solid #d7d5d5;
	color: #353535;
	line-height: 180%;
}

.xans-board-read table th {
	width: 110px;
	padding: 10px 0 8px 20px;
	border-top: 1px solid #e8e8e8;
	border-right: 1px solid #e8e8e8;
	background-color: #fbfafa;
	text-align: left;
	font-weight: normal;
}

.xans-board-read table td {
	width: auto;
	padding: 10px 0 8px 10px;
	border-top: 1px solid #e8e8e8;
}

.xans-board-read table tr:first-child th,
.xans-board-read table tr:first-child td {
	border-top: 0;
}

.xans-board-read table tr.etcArea td {
	padding: 0;
	border: 0;
}

.xans-board-read table tr.etcArea ul {
	position: relative;
	z-index: 1;
	overflow: hidden;
	width: 100%;
	border-top: 1px solid #e8e8e8;
}

.xans-board-read table tr.etcArea ul li {
	float: left;
}

.xans-board-read table tr.etcArea ul .th {
	float: left;
	padding: 10px 0 8px 20px;
	width: 110px;
	background-color: #fbfafa;
	border-right: 1px solid #e8e8e8;
	font-weight: normal;
}

.xans-board-read table tr.etcArea ul .td {
	float: left;
	padding: 8px 0 8px 10px;
	width: 180px;
}

.xans-board-read table tr.etcArea ul li.recom .th,
.xans-board-read table tr.etcArea ul li.hit .th {
	border-left: 1px solid #e8e8e8;
}

.xans-board-read table td img {
	vertical-align: middle;
}

.xans-board-read table a {
	text-decoration: none;
}

.xans-board-read table tr.view td {
	padding: 0;
	border: 0;
	line-height: 140%;
}

.xans-board-read table tr.view .detail {
	position: relative;
	z-index: 2;
	margin: -1px 0 0;
	padding: 17px 0 15px 20px;
	border-top: 1px solid #d7d5d5;
	word-break: break-all;
	line-height: normal;
	text-align: center;
}

.xans-board-read table tr.view .detail .mobile {
	display: none;
}

.xans-board-read table tr.view ol,
.xans-board-read table tr.view ul {
	margin: 15px 0;
	padding: 0 0 0 40px;
}

.xans-board-read table tr.view ol li {
	list-style: decimal;
}

.xans-board-read table tr.view ul li {
	list-style: disc;
}

.xans-board-read table tr.attach a {
	padding: 0 0 0 12px;
	background: url("/design/monga2/img/ico_attach1.gif") no-repeat 0 0;
	color: #8f8f8f;
}

.xans-board-read table tr.attach a:hover {
	text-decoration: underline;
}

.xans-board-read table .info {
	margin: 0 0 0 5px;
	color: #757575;
}

.xans-board-read table input {
	height: 20px;
	padding: 2px;
	border: 1px solid #d9d9d9;
}

.xans-board-read .btnArea {
	margin: 20px 0 50px;
	text-align: right;
	font-size: 1%;
	line-height: 1%;
}

.xans-board-read .btnArea::after {content: '';display: block;clear: both;}

.xans-board-read .btnArea.miniType {
	float: left;
}

.xans-board-read .btnArea.center {
	text-align: center;
}

.xans-board-read .btnArea img {
	cursor: pointer;
	margin: 0 1px 0 0;
}

.xans-board-read .btnArea span.left {
	float: left;
	margin: 0 0 0 3px;
}



.xans-board-movement {
	width: 1100px !important;
	margin: 30px auto 50px !important;
}

.xans-board-movement {
	border: 1px solid #d7d5d5;
	margin: 20px 0;
}

.xans-board-movement li {
	overflow: hidden;
	padding: 0 20px;
	border-bottom: 1px solid #e9e9e9;
	line-height: 140%;
	color: #353535;
}

.xans-board-movement li strong,
.xans-board-movement li a {
	float: left;
	padding: 10px;
}

.xans-board-movement li strong {
	width: 6%;
	padding-left: 15px;
	border-right: 1px solid #e9e9e9;
	font-weight: normal;
	background: url("/design/monga2/img/ico_move_prev.gif") no-repeat 0 15px;
}

.xans-board-movement li.next {
	border: 0;
}

.xans-board-movement li.next strong {
	background: url("/design/monga2/img/ico_move_next.gif") no-repeat 0 15px;
}

.xans-board-listsgroup {
	margin: 0 0 10px;
}

.xans-board-listsgroup h3 {
	margin: 0 0 10px;
	font-size: 12px;
	color: #353535;
	font-weight:bold;
}

.xans-board-listsgroup table {
	border: 1px solid #d7d5d5;
	color: #353535;
	font-size: 12px;
	line-height: 140%;
}

.xans-board-listsgroup table th {
	padding: 12px 0 10px;
	border-right: 1px solid #e3e3e3;
	background: #fbfafa;
	font-weight: normal;
}

.xans-board-listsgroup table td {
	padding: 6px 3px 4px;
	height: 32px;
	border-top: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	text-align: center;
	vertical-align: middle;
}

.xans-board-listsgroup table th:last-child,
.xans-board-listsgroup table td:last-child {
	border-right: none;
}

.xans-board-listsgroup table a,
.xans-board-listsgroup table a:hover {
	color: #000;
}

.xans-board-listsgroup table td.subject {
	font-size: 12px;
	text-align: left;
	word-break: break-all;
}

.xans-board-listsgroup table .subject img {
	vertical-align: middle;
	margin: 0 1px;
}

.xans-board-listsgroup table .txtLess {
	color: #939393;
	font-size: 11px;
}

.xans-board-function {
	padding: 10px 10px 0;
	color: #757575;
	font-size: 12px;
}

.xans-board-function p {
	padding: 0 0 0 7px;
	line-height: 25px;
	background: url("/design/monga2/img/ico_function.gif") no-repeat 0 10px;
}



/* BASIC css end */

