.temp_frame-block_container{
	background: #fff;
  box-shadow: 0 0 2px #ccc;
  margin: 16px auto;
  padding: 7px 7px 15px;
	overflow: hidden;
}
.temp_frame-genre_container{
	background: #fff;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
.temp_frame-header{
	font-size: 18px;
  color: #442b2d;
	font-weight: normal;
  line-height: 28px;
  padding: 16px 0 16px 8px;
	text-align: left;
}
.temp_frame-header_sub_under{
	font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.temp_frame-genre_header_wrap{
	text-align: left;
}
.temp_frame-genre_header{
	display: inline-block;
  margin-left: 8px;
  padding-left: 8px;
	font-size: 16px;
  color: #442b2d;
  border-left: solid 2px #c83150;
  line-height: 28px;
}
.temp_frame-view_more{
	display: block;
	float: right;
  position: relative;
  font-size: 14px;
	color: #E91E63;
  text-align: right;
  padding: 0 28px 0 8px;
  border-radius: 4px;
  line-height: 28px;
  border-bottom: none;
  font-weight: 600;
}
.temp_frame-view_more:after{
	content: '';
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: 14px;
  width: 7px;
  height: 7px;
  border-right: solid 2px;
  border-bottom: solid 2px;
  transform: rotate(-45deg);
}
.temp_frame-item_wrap{
	display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}
.temp_frame-genre_item_wrap{
	margin: 16px auto 40px;
}
.temp_frame-item_link{
	display: inline-block;
	text-align: left;
	width: 120px;
  margin: 0 8px 8px;
	flex-shrink: 0;
  position: relative;
  min-height: 195px;
}
.temp_frame-cover_img{
	border: solid 1px #e6e6e6;
	max-height: 175px;
	width: 100%;
	margin: 0 auto;
	display: block;
}
.temp_frame-item_title{
	font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #442b2d;
}
.temp_frame-genre_item_title{
	position: relative;
	padding-top: 4px;
}
.temp_frame-item_release_date{
	font-size: 10px;
  font-weight: bold;
  color: rgba(68, 43, 45, 0.76);
  line-height: 20px;
  padding: 0 0 4px;
  text-align: left;
  letter-spacing: 0.4px;
}
.temp_frame-rank_num{
	vertical-align: middle;
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  margin: 0 auto 12px;
}
.rank_num_1{
	background: #ffc800;
}
.rank_num_2{
	background: #e8e8e8;
}
.rank_num_3{
	background: #ff985c;
}
.temp_frame-item_sub_genre {
  font-size: 10px;
  font-weight: bold;
  position: absolute;
  color: rgba(68, 43, 45, 0.76);
  letter-spacing: 0.4px;
  bottom: 19px;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
}
.temp_frame-with_subgenre{
	min-height: 210px;
}
@media screen and (min-width: 600px){
    .temp_frame-block_container{
        margin: 32px auto;
				padding: 12px 8px;
    }
		.temp_frame-header{
			font-size: 20px;
			padding-left: 16px 0 24px 8px;
		}
		.temp_frame-header_sub_under{
			font-size:16px;
		}
		.temp_frame-item_link{
			width: 135px;
			min-height: 220px;
		}
		.temp_frame-cover_img{
			max-height: 200px;
		}
		.temp_frame-with_subgenre{
			min-height: 235px;
		}
}
@media screen and (min-width: 989px){
		.temp_frame-item_link{
			width: 150px;
			min-height: 240px;
		}
		.temp_frame-cover_img{
			max-height: 220px;
		}
		.temp_frame-with_subgenre{
			min-height: 255px;
		}
}
/*recently viewed*/
.content-item__trace{
	width: 100%;
	max-width: 92px;
}
.content-img_base__trace{
  width: 100%;
  border: 1px solid #f2f2f2;
}
.content-img_base__trace img{
  width: 100%;
  height: 100%;
}
.content-title__trace{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	white-space: unset;
	color: #442b2d;
	font-size: 12px;
	padding-top: 4px;
	line-height: 1.4;
	height: 38px;
}
@media screen and (min-width: 600px) {
	.content-item__trace{
		max-width: 120px;
}
}