.category-title {
	font-size:30px;
	font-weight: 300;
	letter-spacing: -2px;
	text-align: center;
	margin:30px 0 20px;
	
}

.subtab {
	margin-bottom:0px;
}

.subtab .wrap {
	width:calc(100% - 30px);
	padding:15px;
}

.subtab .wrap ul {
	list-style: none;
	margin:0px;
	padding:0px;
	font-size:0px;
}

.subtab .wrap ul li {
	width:calc(33.3% - 32px);
	display:inline-block;
	font-size:14px;
	padding:10px 15px;
	text-align:center;
	cursor: pointer;
}

.subtab .wrap ul li:nth-child(1) {
	border-bottom:1px solid #bbbbbb;
	background-color:#f4f4f4;
}

.subtab .wrap ul li:nth-child(2) {
	border:1px solid #bbbbbb;
	border-bottom:0px;
}

.subtab .wrap ul li:nth-child(3) {
	border-bottom:1px solid #bbbbbb;
	background-color:#f4f4f4;
}

.qna-list .wrap, .answer .wrap {
	width:calc(100% - 30px);
	padding:15px;
}

.qna-list table, .write table, .answer table {
	border-collapse: collapse;
	margin:0px 0px 30px;
	padding:0px;
	width:100%;
}

.write table {
	border-top:1px solid #dddddd;
}

.write .wrap {
	width:calc(100% - 30px);
	padding:0 15px;
}

.write table tbody tr th {
	padding:3px;
	font-size:12px;
	font-weight: 400;
	color:#000000;
	text-align: left;
}

.write table tbody tr th span {
	color:#dd0000;
}

.qna-list .wrap {
	width:calc(100% - 20px);
	padding:10px;
}

.qna-list table tbody tr, .write table tbody tr, .answer table tbody tr {
	border-bottom:1px solid #f4f4f4;
}

.qna-list table tbody tr td {
	padding:10px 0px;
	font-size:12px;
	font-weight: 300;
	text-align:center;
}

.qna-list table tbody tr td img {
	max-width:100% !important;
}

.qna-list table tbody tr td button {
	border:1px solid #bbbbbb;
	font-size:11px;
	padding:4px;
	background-color:#ffffff;
}

.qna-list table tbody tr td a {
	text-decoration: none;
	color:#000000;
}

.write table tbody tr td {
	padding:6px;
	font-size:12px;
	font-weight: 300;
	text-align:left;
}

.qna-list table tbody tr td i {
	color:#ffcc00;
	margin-bottom:5px;
}

.qna-list table tbody tr td:nth-child(2) {
	text-align:left;
	padding: 5px 5px;
}

.qna-list table tbody tr td p {
	font-weight: 300;
}

p.btnarea {
	text-align: center;
}

.qna-list .wrap p.btnarea button, .write .wrap p.btnarea button {
	padding:10px 15px;
	border:1px solid #bbbbbb;
	background-color:#ffffff;
}

.write table tbody tr td input {
	font-size:11px;
	font-weight: 400;
	margin:0px;
	width:100%;
	padding:6px;
}

.write table tbody tr td input[type=radio] {
	display:inline-block;
	width:auto;
}

.write table tbody tr td input[type=file] {
	padding:6px;
	border:1px solid #dddddd;
	background-color:#fafafa;
	font-size:11px;
	font-weight: 400;
	margin:0px;
}

.write table tbody tr td select {
	width:100%;
	font-size:11px;
	font-weight: 400;
	margin:0px;
	border:1px solid #dddddd;
	border-radius: 0;
	padding:6px;
	background-image:url('http://img.artnshop.net/bg/selectbg.gif');
	background-position: 97% center;
	background-repeat: no-repeat;
	background-size:10px 20px;
	-webkit-appearance: none;  /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
}

.write table tbody tr td textarea {
	width:100%;
	height:200px;
	border:1px solid #dddddd;
	background-color:#fafafa;
	padding:6px;
	font-size:11px;
	font-weight: 400;
	resize: none;
	margin:0px
}

.answer table tbody tr th {
	padding:3px 10px;
	font-size:14px;
	font-weight: 400;
	color:#000000;
	text-align: left;
}

.answer table tbody tr td {
	padding:6px;
	height:40px;
	font-size:14px;
	font-weight: 300;
	text-align:left;
}


.answer table tbody tr th span {
	color:#dd0000;
}


.answer table {
	border-top:1px solid #dddddd;
}

.answer table tbody tr td input {
	font-size:14px;
	font-weight: 400;
	margin:0px;
}

.answer table tbody tr td input[type=file] {
	padding:6px;
	border:1px solid #dddddd;
	background-color:#fafafa;
	font-size:14px;
	font-weight: 400;
	margin:0px;
}

.answer table tbody tr td select {
	font-size:14px;
	font-weight: 400;
	margin:0px;
}

.answer table tbody tr td textarea {
	width:100%;
	height:350px;
	border:1px solid #dddddd;
	background-color:#fafafa;
	padding:6px;
	font-size:14px;
	font-weight: 400;
	resize: none;
	margin:0px
}

p.subject {
	font-size:13px;
	text-align:left;
	letter-spacing: 0px;
	line-height: 120%;
	font-weight: 400;
	margin:0;
}

p.date {
	font-size:11px;
	text-align:left;
	letter-spacing: 0px;
	color:#888888;
}

p.text {
	display:inline-block;
	font-size:12px;
	text-align:left;
	letter-spacing: 0px;
	line-height: 100%;
}

p.name {
	font-size:11px;
	text-align:left;
	letter-spacing: 0px;
	line-height: 100%;
	color:#888888;
	margin:3px 0 0 0;
}

.thumbnail {
	width:120px;
	height:120px;
}

input {
	margin-bottom:0px;
}