#list_skin{
	margin: 50px auto 0;
}

#list_skin *{
	margin: 0px;
	padding: 0px;
	color: #000;
	line-height: normal;
}

.list_title{
	width:100%; height:500px; background-image:url(/img/review_title_bg.jpg); background-position:center; background-repeat:no-repeat; background-size:cover; text-align:center
}

.list_title img{}

#list_skin > h1.title{
	margin: 50px 0px 20px;
	font-size: 30px;
	font-weight: bold;
	text-align:center;
}
#list_skin > h1.title span{
	font-size: 30px;
}

#list_skin > .subTitle{ font-size:18px; color:#666; text-align:center; margin-bottom:40px}
#list_skin > .subTitle span{ font-size:18px; color:#666; }

#list_skin .btnBox{ margin-bottom:50px; text-align:center;}
#list_skin .btnBox a{ display:inline-block; width:100px; height:45px; line-height:45px; font-size:16px; color:#333; text-align:center; border-radius:5px; margin:0 10px; vertical-align:middle; border:1px solid #666; background-color:#fff; transition:0.5s;}
#list_skin .btnBox a.btn01:hover{ background-color:#35c5f0; border-color:#35c5f0; color:#fff;}
#list_skin .btnBox a.btn02:hover{ background-color:#00c7ae; border-color:#00c7ae; color:#fff;}
#list_skin .btnBox a.btn03:hover{ background-color:#c60000; border-color:#c60000; color:#fff;}
#list_skin .btnBox a.btn04:hover{ background-color:#f54a4c; border-color:#f54a4c; color:#fff;}

#list_skin > ul.category{
	list-style: none;
	height: 50px;
	margin: 70px 0 10px;
}

#list_skin > ul.category > li{
	float: left;
	height: 20px;
	padding-right:25px;
	line-height: 20px;
}

#list_skin > ul.category > li > a{
	font-size: 18px;
	font-weight:500;
	text-decoration: none;
}

#list_skin > ul.category > li > a:hover{
	color:#f54a4c;
}

#list_skin > ul.category > li > a.on{
	color: #f54a4c;
	border-bottom:2px solid #f54a4c
}

#list_skin > ul.category:after{
	display: block;
	clear: both;
	content: '';
}

#list_skin > p.total{
	margin: 10px 0px;
	
}

#list_skin > p.total a{
	display:inline-block;
	font-size: 14px;
	font-weight: normal;
	padding:5px 10px;
	border-radius:5px;
	color:#fff; border-color:#f54a4c; background-color:#f54a4c
}

#list_skin > p.total > span{
	vertical-align: -1px;
}

#list_skin > p.total > a{
	display: inline-block;
	float: right;
	margin-left: 5px;
}

#list_skin > p.total:after{
	display: block;
	clear: both;
	content: '';
}

#list_skin > form.list{
	margin: 10px 0px;
}

#list_skin > form.list > table{
	width: 100%;
	border-top: 1px solid #ddd;
	border-collapse: collapse;
}

#list_skin > form.list > table > thead > tr > th{
	width: 80px;
	height: 35px;
	background-color: #fff;
	border-bottom:1px solid #ddd;
	font-weight: normal;
	vertical-align:middle;
	color:#838383;
	font-size:13px
}

#list_skin > form.list > table > thead > tr > th.slim{
	width: 60px;
}

#list_skin > form.list > table > thead > tr > th.wide{
	width: 120px;
}

#list_skin > form.list > table > thead > tr > th.auto{
	width: auto;
}

#list_skin > form.list > table > thead > tr > th > input[type=checkbox]{
	cursor: pointer;
}

#list_skin > form.list > table > thead > tr > th > a{
	text-decoration: none;
}

#list_skin > form.list > table > thead > tr > th > a > img{
	vertical-align: 0px;
}

#list_skin > form.list > table > tbody > tr > td{
	min-height: 50px;
	border-bottom: 1px solid #ddd;
	text-align: center;
	vertical-align:middle;
	color:#838383;
	font-weight:300;
}
#list_skin > form.list > table > tbody > tr > td img.star{ width:90px;}

#list_skin > form.list > table > tbody > tr > td.cate_img{}
#list_skin > form.list > table > tbody > tr > td.cate_img img{ width:100px; display:block}

#list_skin > form.list > table > tbody > tr.notice > td{
	font-weight: bold;
}

#list_skin > form.list > table > tbody > tr > td.left{
	padding: 0px 10px;
	text-align: left;
}



#list_skin > form.list > table > tbody > tr > td > input[type=checkbox]{
	cursor: pointer;
}

#list_skin > form.list > table > tbody > tr > td .mobile{ display:none}

#list_skin > form.list > table > tbody > tr > td > a{
	float: left;
	margin: 5px 20px 5px 0px;
}
#list_skin > form.list > table > tbody > tr > td > a.thumbnail{ width:70px; height:70px; background-position:center; background-repeat:no-repeat; background-size:cover;}

#list_skin > form.list > table > tbody > tr > td > p{
	margin: 29px 0px;
}

#list_skin > form.list > table > tbody > tr > td > p > img{
	vertical-align: -2px;
}

#list_skin > form.list > table > tbody > tr > td > p > a{
	text-decoration: none;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
	color:#333;
}

#list_skin > form.list > table > tbody > tr > td > p > a:hover{
	color: #f54a4c;
}

#list_skin > form.list > table > tbody > tr > td > div{
	overflow: hidden;
	margin: 10px 0px;
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

#list_skin > form.list > table > tbody > tr > td > div *{
	color: #999999;
	font-size: 12px;
	font-weight: normal;
}

#list_skin > form.list > p{
	margin-top: 10px;
}

#list_skin > form.list > p > button{
	height: 30px;
	padding: 0px 15px;
	color: #838383;
	line-height: 30px;
	text-decoration: none;
	border:1px solid #ccc;
	font-size:12px;
}

#list_skin > form.list > p > a{
	display: inline-block;
	float: right;
	height: 30px;
	padding: 0px 15px;
	color: #838383;
	line-height: 30px;
	text-decoration: none;
	border:1px solid #ccc;
	font-size:12px;
}

#list_skin > form.list > p:after{
	display: block;
	clear: both;
	content: '';
}

#list_skin > form.search{
	margin: 50px 0px;
	text-align: center;
}

#list_skin > form.search > input[type=text]{
	width: 200px;
	height: 28px;
	border: 1px solid #CCCCCC;
}

#list_skin > form.search > select{
	width: 100px;
	height: 30px;
	border: 1px solid #CCCCCC;
}

#list_skin > form.search > button{
	height: 30px;
	padding: 0px 15px 0px 15px;
	border-style: none;
	border-radius: 5px;
	background-color: #333333;
	color: #FFFFFF;
}

#list_skin > form.search > a{
	display: inline-block;
	height: 30px;
	padding: 0px 15px 0px 15px;
	border-radius: 5px;
	background-color: #333333;
	color: #FFFFFF;
	line-height: 30px;
	vertical-align: middle;
	text-decoration: none;
}

#list_skin span.sound_only{
	font-size: 0px;
}

#list_skin span.cnt_cmt{
	color: #CC0000;
	font-family: tahoma;
	font-size: 11px;
	vertical-align: 1px;
}

#list_skin span.sv_wrap > a > img{
	height: 21px;
	vertical-align: -6px;
}

#list_skin span.sv_wrap > span.sv{
	margin: 0px;
	padding: 5px 0px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	text-align: left;
}

#list_skin span.sv_wrap > span.sv > a{
	width: 80px;
	padding: 5px 10px;
	border-style: none;
	background-color: #FFFFFF;
	color: #333333 !important;
	font-size: 12px;
}

#list_skin nav.pg_wrap{
	margin-top: 50px;
	text-align: center;
	font-size: 16px;
}

#list_skin nav.pg_wrap > span.pg > strong.pg_current{
	display: inline-block;
	height: 28px;
	padding: 0px 10px;
	border-radius: 5px;
	color: #333;
	font-weight: bold;
	line-height: 28px;
}

#list_skin nav.pg_wrap > span.pg > a.pg_page{
	display: inline-block;
	height: 28px;
	padding: 0px 10px;
	border-radius: 5px;
	line-height: 28px;
	text-decoration: none;
	color:#838383;
}

#list_skin nav.pg_wrap > span.pg > a.pg_page > img{
	vertical-align: 0px;
}

@media (max-width:768px){
	#list_skin nav.pg_wrap{
		font-size: 14px;
	}
}



body{ background-color: #1f1f1f;}
header .logo{ background-image: url(/img/home/logo_w.png) !important;}
header .right a.btn_menu{ background-image: url(/img/home/menu.svg) !important;}
footer{ display: none !important}
#episodes #list_skin .circleBox .text{ color:#fff !important}
#episodes #list_skin .episodes_list li .subject{ color: #fff;}
#plusfriend-chat-button a{ border: 1px solid #888 !important; border-radius: 50% !important;}


