@charset "utf-8";
/*****
feature/sd.css
*****/

.block.feature {
  margin-bottom: 0;
  padding-bottom: 5%;
  background: #f0f0f0;
}

.article-feature {
  margin: 1.4rem 0 0;
  padding: 1.2rem 0 6rem;
  background: #FFF;
  overflow: hidden;
}
.article-feature .tit-box{
  margin-bottom: 1.4rem;
  padding: 0 0.8rem;
  align-items: flex-start;
}
.article-feature .heading{
  border-bottom: 2px solid #c0c0c0;
  color: #AEAEAE;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 0.8rem 10px;
}
.article-feature .title{
  padding: 0;
  flex: 1;
  text-align: left;
  line-height: 1.3;
  font-size: 18px;
  font-size: 1.8rem;
}
.article-feature .subtitle {
  margin-bottom: 5%;
  padding: 0 12px;
  display: block;
  line-height: 1.4;
  font-size: 12px;
  font-size: 1.2rem;
  color: #999999;
}

.article-feature .link {
  margin: 0;
  text-align: center;
}
.article-feature .link a.btn {
  max-width: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  border-radius: 0;
  border: none;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-feature .link a.btn span {
  color: #2379ca;
  text-decoration: none;
  padding-bottom: 0;
  font-weight: bold;
  border-bottom: none;
}
.article-feature .link a.btn span:after{
  content: "";
  width: 6px;
  height: 6px;
  margin-left: 2px;
  margin-bottom: 0.1em;;
  display: inline-block;
  border-bottom: solid 1px #2379ca;
  border-right: solid 1px #2379ca;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.article-feature .list-feature {
  position: relative;
  margin: 0 12px;
}
.article-feature .list-feature .swiper-wrapper{
  height: auto;
}
.article-feature .list-feature .slide.upcoming{
  width: 75%;
}
.article-feature .list-feature .slide {
  width: 80%;
}
.article-feature .list-feature .slide .box-shadow{
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.28);
}
.article-feature .list-feature .slide-link {
  display: block;
  margin: 0;
  box-sizing: border-box;
  box-shadow: none;
}
.article-feature .list-feature .slide-img {
  height: 45vw;
  position: relative;
  overflow: hidden;
  background: #262626;
  line-height: 0;
}
.article-feature .list-feature .slide-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.article-feature .list-feature .slide-img .normal {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  z-index: 9;
}
.article-feature .list-feature .slide-img .fixed-height {
  width: auto;
  height: 45vw;
  margin: 0 auto;
  display: block;
  position: relative;
  z-index: 9;
}
.article-feature .list-feature .bg-blur {
  position: absolute;
  width: 120%;
  height: 120%;
  top: 0px;
  right: 0px;
  bottom: 0;
  left: -28px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  filter: blur(8px);
  z-index: 1;
  opacity: 0.5;
}
.article-feature .list-feature li.upcoming a{
  pointer-events: none;
}
.article-feature .list-feature li.upcoming figure,.article-feature .list-feature li.upcoming h2 {
  opacity: 0.4;
}
.article-feature .list-feature li.upcoming .slide-img{
  background: #fff;
}
.article-feature .list-feature li.upcoming .label-icon {
    display: inline-block;
    height: 22px;
    width: fit-content;
    margin: 5px 0 0;
    background: #02a5d4;
}
.article-feature .list-feature li.upcoming .label-icon p {
    display: inline-block;
    height: 22px;
    position: relative;
    color: #FFF;
    font-weight: 700;
    font-size: 12px;
    font-size: 1.2rem;
    line-height:22px;
    padding: 0 10px 0 10px;
    vertical-align: top;
}
.article-feature .list-feature .slide-title-outer {
  padding: 2.5%;
}
.article-feature .list-feature .slide-title {
  line-height: 1.4;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
  overflow: hidden;
}
.article-feature .list-feature .slide-title .label-icon {
  display: inline-block;
  height: 15px;
  margin-right: 6px;
  padding: 1px 7px 0 6px;
  background: #f83f3f;
  line-height: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  font-style: italic;
  color: #FFF;
}
.article-feature .list-feature .pr .slide-title .label-icon{
  background: #c7c6c6;
}
.article-feature .list-feature .slide-detail{
  padding: 0 2.5% 2.5%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  font-size: 1.2rem;
  color: #7a7a7a;
}
.article-feature .list-feature .slide-detail .cat{
  display: flex;
  align-items: center;
  font-feature-settings: "palt";
}
.article-feature .list-feature .slide-detail .cat a{
  color: #7a7a7a;
}
.article-feature .list-feature .slide-detail .cat .list-author-icon{
  width: 30px;
  height: 30px;
  margin-right: 5px;
  display: inline-block;
  border-radius: 50%;
}

.article-feature .list-feature .slide-last {
  width: 85%;
  height: inherit;
}
.article-feature .list-feature .slide-last-link {
  height: 100%;
  display: block;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  box-shadow: 0 0 6px rgba(32, 33, 36, 0.28);
  background-size: cover;
  background-position: center center;
  text-align: center;
}
.article-feature .list-feature .slide-last-link:before{
  content: '';
  background: inherit;
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  filter: blur(5px);
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  z-index: 1;
}
.article-feature .list-feature .slide-last-title {
  margin-top: calc(50% - 3.5em);
  padding: 0.75em 8%;
  display: inline-block;
  position: relative;
  z-index: 3;
  background: #fff;
  border-radius: 25px;
  font-size: 12px;
  font-size: 1.2rem;
}
.article-feature .list-feature .slide-last-title span {
  vertical-align: middle;
  color: #2379ca;
  text-decoration: none;
  font-weight: bold;
}

/* swiper */
.article-feature .list-feature .swiper-pagination{
  bottom: -37px;
}
.article-feature .list-feature .swiper-pagination-bullet{
  width: 12px;
  height: 12px;
  margin: 0 4px;
}
.article-feature .list-feature  .swiper-pagination-bullet-active{
  background: #000;
}
.article-feature .list-feature .swiper-button-next,
.article-feature .list-feature .swiper-button-prev{
  top: inherit;
  bottom: -51px;
  width: auto;
}
.article-feature .list-feature .swiper-button-prev{
  left: 0;
}
.article-feature .list-feature .swiper-button-next{
  right: 0;
}
.article-feature .list-feature .swiper-button-prev:after,
.article-feature .list-feature .swiper-rtl .swiper-button-next:after,
.article-feature .list-feature .swiper-button-next:after,
.article-feature .list-feature .swiper-rtl .swiper-button-prev:after{
  color: #000;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
/* swiper end */

/* single */
.article-feature.single {
  padding: 1.2rem;
}
.article-feature.single .list-feature .slide {
  margin: 0 auto!important;
}
/* single end */

/* other-feature */
.other-feature .block-header {
  margin: 2rem 0 1.4rem;
}
.other-feature .block.feature {
  padding-bottom: 0;
}
.other-feature .btn-block.other-feature-btn a.btn {
  margin: 10px auto;
}
/* other-feature end */