﻿#mov .main .tag {
  font-size: 12px;
  background: #000;
  color: #fff;
  display: block;
  float: left;
  margin-right: .5em;
  line-height: 1.7;
  padding: 0 .5em; }

#tags a {
  display: inline-block;
  vertical-align: middle; }

#tags a {
  font-size: 14px;
  border: 2px solid #000;
  padding: 0 1.2em;
  margin: 0 .5em .4em 0; }

#mov .thumbnail img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%; }

#mov .thumbnail::before, #mov .thumbnail::after {
  content: '';
  display: block;
  pointer-events: none;
  top: 50%;
  left: 50%; }

#mov .thumbnail::before {
  background: rgba(246, 200, 0, 0.6);
  background-size: 50% 50%;
  width: 18%;
  padding-top: 18%;
  position: absolute;
  border-radius: 50% 50%;
  margin: -9% 0 0 -9%;
  z-index: 1; }

#mov .thumbnail::after {
  width: 9%;
  padding-top: 9%;
  background: url(../images/sprite.png) no-repeat;
  position: absolute;
  background-size: 1500% 750%;
  background-position: 78.33% 27.8%;
  margin: -4.5% 0 0 -4%;
  z-index: 2; }

#topic .item::before, #mov .thumbnail .fit {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

#index {
  margin-bottom: 90px; }
  #index .extend-btn {
    text-align: center;
    margin-top: 20px; }
  #index .slick-dotted.slick-slider {
    margin-bottom: 0; }
  #index .slick-slide {
    height: auto !important; }
  #index .slick-dots {
    bottom: 15px; }
    #index .slick-dots li button::before {
      opacity: .5;
      color: #fff;
      -webkit-transition: .25s ease-out;
      -o-transition: .25s ease-out;
      transition: .25s ease-out; }
    #index .slick-dots li.slick-active button::before {
      -webkit-transform: scale(1.5);
      -ms-transform: scale(1.5);
      transform: scale(1.5);
      color: #f6c800;
      opacity: 1; }

#kv {
  background: #000;
  overflow: hidden; }

#kv img {
  display: block;
  width: 100%; }

#kv .item {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: block; }

#kv .item:not(:first-child) {
  display: none;
}

#kv .item .image-overlay {
  bottom: 0;
  height: 80%;
  left: 0;
  position: absolute;
  right: 0;
  --tw-bg-opacity: 0.3;
  opacity: .9;
  background-image: linear-gradient(0deg,#333,rgba(51,51,51,0))
}

#kv .item a{
  position: relative; }

#kv .item-title {
  position: absolute;
  bottom: 0;
  color: white;
  font-size: 1rem;
  font-weight: 700;
  padding: 10px 20px;
  width: 85vw; }

@media screen and (min-width: 768px) {
  #kv .item-title {
    font-size: 2rem;
    width: unset;
    max-width: 100%;
  }
}

#kv .clear img.pc-image {
  display: none;
}
#kv .clear img.mb-image {
  display: block;
  max-height: 258px;
}
@media screen and (min-width: 768px) {
  #kv .clear img.pc-image {
      display: block;
      max-height: 320px;
  }
  #kv .clear img.mb-image {
      display: none;
  }
}

#kv .clear {
  max-width: 1024px;
  margin: 0 auto;
  padding: 48px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3; }

#kv .clear img {
  width: 100%;
  object-fit: cover;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.6); }

#kv .blur {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0; }

#kv .blur img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  -webkit-filter: brightness(70%) blur(30px);
  filter: brightness(70%) blur(30px);
  opacity: .7; }

#new, #hot, #trend {
  padding-top: 4em;
  padding-bottom: 4em; }

#new {
  padding-top: 3em; }

#topic {
  overflow: hidden; }
  #topic .slick-dots {
    bottom: 45px; }
  #topic .item {
    position: relative;
    overflow: hidden;
    padding: 4em 0 5em 0;
    background-size: cover;
    background-position: center; }
  #topic .item::before {
    content: '';
    background: rgba(0, 0, 0, 0.6); }
  #topic .item * {
    text-align: center;
    color: #fff;
    position: relative; }
  #topic a {
    text-shadow: 0 0 10px black; }
  #topic .highlight {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 2em;
    padding: 0 10%;
    display: -webkit-box;
    line-height: 1.38;
    height: 2.76em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #topic .ellipsis {
    font-size: 17px;
    padding: 0 10%;
    display: -webkit-box;
    line-height: 1.38;
    height: 4.14em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }

#hot .main {
  float: left;
  width: 66.5%; }

#hot .extend-box {
  overflow: hidden; }

#hot .aside {
  float: right;
  width: 30%; }

#tags a {
  margin-right: .3em; }

#mov {
  background: #181818;
  padding: 3em 0; }

#mov .underline-title {
  text-align: center; }

#mov .video {
  overflow: hidden;
  background: #fff; }

#mov .thumbnail {
  display: block;
  background: #ddd;
  position: relative; }

#mov .thumbnail .fit {
  z-index: 0; }

#mov h3 {
  font-weight: bold;
  display: -webkit-box;
  line-height: 1.38;
  height: 4.14em;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis; }

#mov .main {
  border-bottom: 1px solid #f6c800;
  padding-bottom: 38px;
  margin-bottom: 38px; }

#mov .main .thumbnail {
  width: 57.85%;
  padding-top: 303.5px;
  float: left; }

#mov .main .text {
  margin: 0 3% 0 60%;
  position: relative;
  overflow: hidden; }

#mov .main .top {
  position: absolute;
  left: 0;
  top: 1.8em;
  width: 100%;
  overflow: hidden; }

#mov .main .publish {
  float: right; }

#mov .main h3 {
  margin-top: 3.5em;
  font-size: 26px; }

#mov .aside .thumbnail {
  padding-top: 52.5%;
  background: #ddd; }

#mov .aside .text {
  padding: 10px 10px 20px 10px; }

#mov .aside h3 {
  font-size: 18px;
  margin-bottom: 1em; }

#mov .publish {
  line-height: 1.2;
  font-size: 14px; }

#mov .publish * {
  display: inline-block;
  vertical-align: middle; }

#mov .publish time {
  color: #606060;
  border-right: 1px solid #aaa;
  padding-right: .5em;
  margin-right: .5em; }

#trend .underline-title {
  text-align: center; }

#trend .container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 30.27273% 27.27273%;
  grid-template-columns: auto 30.27273% 27.27273%;
  grid-column-gap: 20px; }

#trend figure {
  overflow: hidden;
  position: relative; }
  #trend figure img {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #trend figure [id*="div-gpt"] {
    width: auto !important;
    padding-top: 83.33333% !important;
    height: 0 !important;
    position: relative; }
  #trend figure [id*="google_ads_iframe"] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  #trend figure iframe {
    width: 100% !important;
    height: 100% !important; }
  #trend figure .cloud {
    padding-top: 75.07508%;
    position: relative; }
  #trend figure .chart {
    padding-top: 58.54801%;
    position: relative; }
  #trend figure #comments-chart {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

#trend figcaption {
  font-weight: bold; }

#quote {
  text-align: center; }
  #quote blockquote {
    font-size: 28px;
    font-weight: bold;
    color: #5b5b5b;
    line-height: 1.38;
    margin-bottom: 12px; }
  #quote blockquote span:before {
    content: '\201C'; }
  #quote blockquote span::after {
    content: '\201D'; }
  #quote cite {
    font-size: 18px;
    color: #a7a7a7; }

.fb-comments {
  overflow: hidden;
  margin-top: 20px;
  position: relative; }

.fb-comments._fadeout::after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }

.fb-comments .fb-rolling {
  overflow: hidden;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out; }

.fb-comments .fb-cmm {
  background: #f0f1f3;
  border-radius: 1em;
  padding: .3em 1em;
  font-size: 14px;
  margin-bottom: 10px;
  float: left;
  clear: both;
  -webkit-transition: .5s ease-out;
  -o-transition: .5s ease-out;
  transition: .5s ease-out; }

@media only screen and (max-width: 800px) {
  #new .underline-title {
    text-align: center; }
  #hot .aside {
    float: none;
    display: none; }
  #hot .main {
    float: none;
    width: auto; }
    #hot .main .underline-title {
      text-align: center; } }

@media only screen and (max-width: 660px) {
  #mov .aside .video {
    margin-bottom: 15px; }
  #mov .main .thumbnail {
    width: auto;
    float: none;
    padding-top: 52.2%;
    position: relative; }
  #mov .main .text {
    margin: 0;
    padding: 10px 10px 20px 10px; }
  #mov .main .top {
    top: 1em; }
  #mov .main h3 {
    font-size: 18px;
    margin: 0 0 1em 0;
    display: -webkit-box;
    line-height: 1.38;
    height: 2.76em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #mov .main .publish {
    float: none; }
  #trend figure {
    margin-right: 0;
    float: none;
    width: 100%;
    margin-bottom: 15px;
    text-align: center; }
  #trend figure:last-of-type {
    display: none; }
  #trend [id*="div-gpt-ad"] {
    margin: 0 auto; } }

@media only screen and (max-width: 550px) {
  #kv {
    max-height: 300px; } }

@media only screen and (max-width: 450px) {
  #mov .aside h3 {
    display: -webkit-box;
    line-height: 1.38;
    height: 2.76em;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
  #trend .container {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-row-gap: 10px; } }
