


.table-responsive table {
	width: 100%; border-collapse: collapse;
}
/*.table-responsive table tr {
	cursor: pointer;
}*/

.table-responsive table tr td {
	padding: 10px 0; border-bottom: 1px solid #eee;
}
.table-responsive table tr:first-child td {
	border-top: 1px solid #e2e8f0;
}
.table-responsive table tr td:nth-of-type(1) {
	width: calc(100% - 240px); padding: 10px 0 10px 10px;
	text-align: left;
}
.table-responsive table tr td:nth-of-type(2) {
	width: 100px;
	text-align: center;
}
.table-responsive table tr td:nth-of-type(3) {
	width: 130px;
	text-align: center; font-size: 15px;
}

.table-responsive table tr td a:hover {
	color: var(--point-main);
}

/* type - verified (카지노검증) */
.verified-list:after,
.verified-list > ul > li:after {
	content: ''; display: block; clear: both;
}
.verified-list > ul > li {
	border: 1px solid #eee; margin: 0 0 10px;
}
.verified-list > ul > li {
	display: block; padding: 20px 10px;
}
.verified-list > ul > li:hover {
	background-color: #eee;
}
.verified-list > ul > li > .verified-img {
	float: left; width: 200px; height: 100px;
	overflow: hidden; border-radius: 8px;
}
.verified-list > ul > li > .verified-img img { width: 100%; height: 100%; }
.verified-list > ul > li > .verified-info {
	float: left; width: calc(100% - 210px); margin: 0 0 0 10px;
}
.verified-list > ul > li > .verified-info > h3 {
	margin: 10px 0;
}
.verified-list > ul > li > .verified-info > h4 {
	font-size: 14px; line-height: 1.5em; text-align: justify;
	overflow: hidden; text-overflow: ellipsis;
    display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
}
.verified-list > ul > li > .verified-info > h2 a:hover,
.verified-list > ul > li > .verified-info > h4 a:hover { color: var(--point-main); }

@media screen and (max-width: 640px) {
	.verified-list > ul > li > .verified-img { display: none; }
	.verified-list > ul > li > .verified-info {
		width: 100%; margin: 0;
	}
}

/* type - faq */
.faq-list > section {
    margin: 10px 0;
}
.faq-list > section > h2 {
    margin: 0 0 10px; padding: 10px 0;
    border-bottom: 1px solid #eee;
}
.faq-list > section > h2 > a {
    padding: 10px 0;
}
.faq-list > section > h2 > a:before {
    content: 'Q'; margin: 0 5px 0 0;
    font-size: 20px; font-weight: 900; color: #dc3545;
}
.faq-list > section .faq-content {
    display: none; padding: 10px;
    line-height: 1.5em;
}
.faq-list > section:first-child .faq-content {
	display: block;
}