
.subtab {
	margin-bottom:50px;
}

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

.subtab .wrap ul li {
	width:calc(33% - 37px);
	display:inline-block;
	font-size:16px;
	padding:15px 20px;
	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 {
}

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

.qna-list table thead {
	border-top:2px solid #dddddd;
}



.qna-list table thead tr th {
	padding:10px;
	font-size:14px;
	font-weight: 400;
	background-color:#f4f4f4;
	color:#333333;
}



.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:15px;
	font-size:14px;
	font-weight: 300;
	text-align:center;
}

.qna-list table tbody tr td button {
	border:1px solid #bbbbbb;
	padding:6px 12px;
	font-size:12px;
}

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


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

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

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

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


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


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

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

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

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

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

.write table tbody tr td textarea {
	width:100%;
	height:350px;
	border:1px solid #dddddd;
	background-color:#fafafa;
	padding:10px;
	font-size:14px;
	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:50px;
	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:10px;
	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:10px;
	font-size:14px;
	font-weight: 400;
	resize: none;
	margin:0px
}

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

p.date {
	display:inline-block;
	font-size:14px;
	text-align:center;
	letter-spacing: 0px;
}

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

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

input {
	margin-bottom:0px;
}
