.wcsi-seller-wrap {
	width: 100%;
	margin: 0 0 1.25rem;
	clear: both;
}

.wcsi-seller-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 13px;
	line-height: 1.35;
	background: #fff;
	border: 1px solid #222;
}

.wcsi-seller-table th,
.wcsi-seller-table td {
	border: 1px solid #222;
	padding: 8px 10px;
	text-align: center;
	vertical-align: middle;
	word-break: keep-all;
	overflow-wrap: anywhere;
}

.wcsi-seller-table thead th {
	background: #f7efb2;
	font-weight: 600;
	color: #111;
}

.wcsi-seller-table .wcsi-zh,
.wcsi-seller-table .wcsi-ko {
	display: block;
}

.wcsi-seller-table .wcsi-zh {
	font-size: 12px;
}

.wcsi-seller-table .wcsi-ko {
	font-size: 12px;
	margin-top: 2px;
}

.wcsi-seller-table tbody td {
	background: #fff;
	color: #222;
}

@media (max-width: 768px) {
	.wcsi-seller-wrap {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.wcsi-seller-table {
		min-width: 720px;
		font-size: 12px;
	}
}
