


.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;
}

.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 {
	border-top: 1px solid #eee;
}
.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: 17px; font-weight: 900; color: #333;
}
.faq-list > section > .faq-content:before {
	content: 'A'; margin: 0 5px 0 0;
    font-size: 17px; font-weight: 900; color: var(--point-main);
}
.faq-list > section .faq-content {
    display: none; padding: 10px;
    line-height: 1.5em;
}
.faq-list > section:first-child .faq-content {
	display: block;
}


.photoreview-list ul li {
	position: relative; display: inline-block;
    width: calc(20% - 16px); margin: 0 5px 40px;
    background-color: #fff;
    text-align: center; border: 1px solid #e8e8e8; overflow: hidden;
    -webkit-transition: border .3s ease;
    -moz-transition:    border .3s ease;
    -ms-transition:     border .3s ease;
    -o-transition:      border .3s ease;
    transition:         border .3s ease;
}
.photoreview-list ul li:hover { border-color: #aaa; }
.photoreview-list ul li > a {
	display: block;
}
.photoreview-list ul li > a .photoreview-img {
	min-height: 200px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.photoreview-list ul li > a > h2 {
	margin: 8px;
	font-size: 13px; font-weight: 400; color: #333;
}
.photoreview-list ul li > a > h3 {
	margin: 8px;
	font-size: 11px; font-weight: 400; color: #999;
	text-align: left;
}

@media screen and (max-width: 930px)  {
	.photoreview-list ul li { width: calc(25% - 16px); }
}

@media screen and (max-width: 768px)  {
	.photoreview-list ul li { width: calc(33.3333% - 16px); }
}

@media screen and (max-width: 560px)  {
	.photoreview-list ul li { width: calc(50% - 16px); }
}

@media screen and (max-width: 380px)  {
	.photoreview-list ul li { width: calc(100% - 16px); }
}


.photoreview-write-btn {
	display: block; float: right;
}