.article__cover--filled .article__right-column {
  padding: 50px 20px;
}

.article.full .article__right-column {
  display: none;
}

.article__catchbest {
  position: relative;
  margin: 50px 30px 0;
  border-top: 1px dotted black;
  border-bottom: 2px solid black;
  width: calc(100% - 60px);
  text-align: center;
}

@media screen and (min-width: 64em) {
  .article__catchbest {
    margin: 80px 30px 0;
  }
}

.article__catchbest::before,
.article__catchbest::after {
  content: '';
  width: 30px;
  height: 100%;
  position: absolute;
  display: block;
}

.article__catchbest::before {
  top: -2px;
  left: -30px;
  border-top: 2px solid black;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
}

.article__catchbest::after {
  top: -1px;
  right: -30px;
  border-top: 1px dotted black;
  border-right: 1px dotted black;
  border-bottom: 1px dotted black;
}

.catchbest__text {
  margin: 40px 0;
  display: inline-block;
  font-size: 1rem;
  color: black;
}

@media screen and (min-width: 64em) {
  .catchbest__text {
    margin: 50px 0;
    font-size: 1.125rem;
  }
}

.catchbest__text::before,
.catchbest__text::after {
  content: '';
  position: absolute;
  display: block;
  background-color: white;
  background-position: center;
  background-repeat: no-repeat;
}

.catchbest__text::before {
  top: -23px;
  left: 0;
  width: 211px;
  height: 40px;
  background-image: url(/images/title_bestcatch.svg?e27dbce9991b799613d8d7e9a005f3bb);
  background-size: 185px auto;
}

.catchbest__text::after {
  bottom: -18px;
  right: 0;
  width: 40px;
  height: 33px;
  background-image: url(/images/tltle_bestcatch_icon.svg?8dec2eae7be7172f9fad4e83ff2c1326);
  background-size: 21px auto;
}

.juksy_adBlock--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 1px;
  height: 1px;
  display: none;
}

.juksyCover.modal__mask.R18 {
  z-index: 100;
}

.article__row.container__row {
  padding-bottom: 60px;
}

.embed-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
}

.embed-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.embed-media-wrapper {
  width: 100%;
  height: auto;
  margin: auto;
  max-width: 550px;
}

.embed-media-wrapper > span {
  width: 100% !important;
}

.embed-media-wrapper > span > iframe {
  width: 100% !important;
}

.embed-media-wrapper > .instagram-media {
  width: 100%;
}

.article__row .article__cover {
  width: 100%;
}

@media screen and (min-width: 64em) {
  .article__row .article__cover {
    width: 910px;
  }
}

.article__row .juksy_ads {
  text-align: center;
}

@media screen and (min-width: 64em) {
  .article__row .juksy_ads {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }

  .article__row .juksy_ads > div {
    flex-grow: 1;
  }
}

.article__row .juksy_ads [ad-key]:not(:first-of-type) {
  margin-top: 1em;
}

@media screen and (min-width: 64em) {
  .article__row .juksy_ads [ad-key]:not(:first-of-type) {
    margin-top: 0;
  }
}

.article__row::after {
  content: '';
  display: none;
  width: 100vw;
  height: 20px;
  background-color: #f9f9f9;
  position: absolute;
  left: 50%;
  bottom: 0px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 3px 5px -3px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 1023px) {
  .article__author {
    font-size: 12px;
  }
}

.article__author .article__info {
  margin: 0 10px 0 0;
}

.article__author .article__info:last-child {
  margin: 0;
}

.article__middle {
  width: 100%;
  position: relative;
}

.cover__info {
  padding: 0 10px;
}

@media screen and (min-width: 64em) {
  .cover__info {
    padding: 0;
  }
}

.article__row.article__cover--filled {
  margin: auto;
  padding-top: 0;
}

@media screen and (min-width: 64em) {
  .article__row.article__cover--filled {
    padding-top: 640px;
  }
}

.article__row.article__cover--filled .title--article {
  color: white;
}

.article__row.article__cover--filled .cover__info {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  color: white;
}

@media screen and (min-width: 64em) {
  .article__row.article__cover--filled .cover__info {
    bottom: 40px;
    text-align: center;
  }
}

.article__row.article__cover--filled .cover__info .article__author {
  color: white;
}

.article__row.article__cover--filled .article__cover {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

@media screen and (min-width: 64em) {
  .article__row.article__cover--filled .article__cover {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
            transform: translate(-50%, -100%);
    height: 640px;
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .article__row.article__cover--filled .article__cover .tags__wrap {
    justify-content: center;
  }
}

.article__row.article__cover--filled .cover__img {
  position: relative;
  font-size: 0;
  height: 100%;
}

.article__row.article__cover--filled .cover__img::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 400px;
  bottom: 0;
  left: 0;
  background: linear-gradient(to bottom, transparent 0%, black 100%);
  opacity: 0.7;
}

@media screen and (min-width: 64em) {
  .article__row.article__cover--filled .cover__img::after {
    height: 520px;
  }
}

.article__row.article__cover--filled .cover__img--desktop {
  height: 640px;
  width: auto;
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.article__row.article__cover--filled .cover__img--mobile {
  width: 100%;
}

.article__content {
  width: calc(100% - 20px);
  max-width: 800px;
  padding: 0 10px;
  margin: 10px auto;
  position: relative;
  left: 0;
  right: 0;
}

@media screen and (min-width: 64em) {
  .article__content {
    margin: 50px 0;
    padding-left: 110px;
    width: calc(100% - 110px);
  }
}

.article__content .mainArticle {
  max-width: 800px;
  font-size: 1rem;
  transition: 0.5s;
  position: relative;
}

@media screen and (min-width: 48em) {
  .article__content .mainArticle {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 64em) {
  .article__content .mainArticle {
    min-height: 2600px;
  }
}

.article__content .mainArticle img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 100%;
}

@media screen and (min-width: 48em) {
  .article__content .mainArticle img {
    max-width: 600px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 48em) {
  .article__content .mainArticle .article__content--image {
    width: 100%;
    max-width: 800px;
  }
}

.article__content .mainArticle p {
  margin: 10px 0;
  line-height: 2em;
}

.article__content .mainArticle a {
  color: #144b8c;
  word-break: break-all;
}

.article__content .mainArticle h1,
.article__content .mainArticle h2 {
  color: #2969B0;
  font-size: 1.25em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.5em;
}

.article__content .mainArticle h3,
.article__content .mainArticle h4 {
  color: #f37934;
  font-size: 1.125em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.5em;
}

.article__content .mainArticle ul {
  margin-left: 1em;
}

.article__content .mainArticle ul.figcaption {
  margin: 5px 0 20px 0;
  text-align: inherit;
}

@media screen and (min-width: 48em) {
  .article__content .mainArticle ul.figcaption {
    max-width: 800px;
    margin: 5px auto 20px auto;
    line-height: 1em;
  }
}

.article__content .mainArticle ul.figcaption li {
  list-style: none;
  display: block;
}

.article__content .mainArticle ul.figcaption li.h1 {
  font-size: 0.875em;
  text-align: left;
  color: black;
  font-weight: bold;
  line-height: 2em;
}

.article__content .mainArticle ul.figcaption li.desc {
  font-size: 0.8125rem;
  text-align: justify;
  line-height: 2em;
  color: #2d2d2d;
}

.article__content .mainArticle ul.figcaption li.desc a {
  color: #2d2d2d;
  text-decoration: underline;
}

.article__content .mainArticle ul.figcaption li.cite {
  font-size: 0.625em;
  text-align: right;
  line-height: 2em;
  color: #9b9b9b;
}

.article__content .mainArticle ul.figcaption li.cite a {
  color: #9b9b9b;
}

.article__content .mainArticle .fr-video {
  display: block;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

@media screen and (min-width: 48em) {
  .article__content .mainArticle .fr-video {
    width: 800px;
    padding-bottom: 500px;
    margin: 0 calc((100% - 800px) / 2);
  }
}

.article__content .mainArticle .fr-video iframe {
  left: 0;
  top: 0;
  width: 100% !important;
  position: absolute;
}

.article__content .mainArticle .fr-youtube,
.article__content .mainArticle .fr-instagram,
.article__content .mainArticle .fr-facebook,
.article__content .mainArticle .op-interactive {
  border-radius: 3px;
  width: 100% !important;
  max-width: 800px !important;
}

@media screen and (min-width: 48em) {
  .article__content .mainArticle .fr-youtube,
  .article__content .mainArticle .fr-instagram,
  .article__content .mainArticle .fr-facebook,
  .article__content .mainArticle .op-interactive {
    margin: 0 calc((100% - 800px) / 2) !important;
  }
}

.article__content .mainArticle .hr-text {
  font-size: 13px;
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.7;
  margin: 25px;
}

.article__content .mainArticle .hr-text:before {
  content: '';
  background: black;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  opacity: 0.2;
}

.article__content .mainArticle .hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  color: black;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: black;
  background-color: white;
}

.article__content .videoTop {
  margin-top: 10px;
  margin-bottom: 10px;
}

.article__content .videoTop .vWrap {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.article__content .videoTop .vWrap iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.article__content .tags__content {
  margin-top: 40px;
}

@media screen and (min-width: 64em) {
  .article__content .tags__content {
    margin-top: 80px;
  }
}

.article__content .autoload__readmore {
  display: none;
}

.article__row.article__cover--filled .article__content {
  margin-top: 20px;
}

@media screen and (min-width: 64em) {
  .article__row.article__cover--filled .article__content {
    margin-top: 60px;
  }
}

@media screen and (min-width: 64em) {
  .article.full .article__row:not(.article__cover--filled) .article__cover {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }

  .article.full .article__content {
    margin: 50px auto;
  }

  .article.full .article__cover--filled .article__content {
    padding-left: 10px;
    width: 100%;
  }
}

.article.full .article__bottom .article__bottom-ad {
  display: none;
}

.article.full.article__ads .article__bottom .article__bottom-ad {
  display: flex;
  justify-content: center;
}

.pagination {
  display: inline-block;
  position: relative;
  min-width: 175px;
  text-align: center;
  line-height: 30px;
  margin: 40px auto 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.pagination .pagination__btn {
  position: absolute;
  top: 0;
}

.pagination .pagination__btn.prev {
  left: -62px;
}

.pagination .pagination__btn.next {
  right: -58px;
}

.pagination .pagination__arrow {
  width: 10px;
  height: 16px;
  margin: 0 5px;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}

.pagination .pagination__pages {
  text-align: center;
}

.pagination .pagination__page {
  display: inline-block;
  width: 30px;
}

@media screen and (min-width: 64em) {
  .pagination .pagination__page {
    margin: 0 7.5px;
  }
}

.pagination .pagination__page.active,
.pagination .pagination__page:hover {
  background: #f4f4f4;
}

.pagination .pagination__page.active .text--p,
.pagination .pagination__page:hover .text--p {
  font-weight: 600;
}

.article__bottom {
  position: relative;
  width: calc(100% - 20px);
  margin: 0 10px;
}

.article__bottom .article__recommend {
  display: none;
}

.article__bottom .recommend__content {
  width: 100%;
  max-width: 1184px;
  position: relative;
  margin: auto;
  left: 0;
  right: 0;
  padding: 40px 0;
}

.article__bottom .recommend__content .title--h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
  .article__bottom .recommend__items {
    display: list-item;
    width: calc(100% - 7px);
    margin-bottom: 10px;
    list-style: disc;
    list-style-position: inside;
    padding-left: 7px;
  }

  .article__bottom .recommend__items:last-child {
    margin-bottom: 0;
  }

  .article__bottom .recommend__items .article-list__content {
    display: inline;
  }

  .article__bottom .recommend__items .article-list__dot {
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 2em);
  }

  .article__bottom .recommend__items .text--p {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media screen and (min-width: 64em) {
  .article__bottom .recommend__items {
    margin: 0 10px;
    width: calc(25% - 15px);
    padding: 0;
  }

  .article__bottom .recommend__items:nth-child(4n) {
    margin: 0 0 0 10px;
  }

  .article__bottom .recommend__items:nth-child(4n + 1) {
    margin: 0 10px 0 0;
  }

  .article__bottom .recommend__items .article-list__dot {
    height: 3em;
  }

  .article__bottom .recommend__items .text--p {
    white-space: initial;
  }

  .article__bottom .recommend__items .article-list__img::before {
    z-index: initial;
  }
}

.article__bottom .recommend__arrow.arrow--pre {
  display: none;
}

@media screen and (min-width: 64em) {
  .article__bottom .recommend__content.nextRecommend .recommend__list {
    left: -100%;
  }
}

@media screen and (min-width: 64em) {
  .article__bottom .recommend__content.nextRecommend .recommend__arrow.arrow--pre {
    display: block;
  }

  .article__bottom .recommend__content.nextRecommend .recommend__arrow.arrow--next {
    display: none;
  }
}

.article__bottom .article__description {
  padding: 40px 0px;
}

@media screen and (min-width: 64em) {
  .article__bottom .article__description {
    width: 100%;
    max-width: 1184px;
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.article__bottom .source__wrap {
  margin-top: 20px;
}

.article__bottom .source__text {
  color: #9b9b9b;
  line-height: 1.5;
}

.article__related {
  margin: 40px auto;
  max-width: 1200px;
  position: relative;
  left: 0;
  right: 0;
  padding: 0 10px;
}

@media screen and (min-width: 64em) {
  .article__related {
    margin: 100px auto;
  }
}

.article__related #_popIn_recommend_footer {
  margin-top: 40px;
}

.article__row--autoload + .article__row.article__row--autoload .autoload__mask {
  position: relative;
  transition: all 0.3s;
}

@media screen and (min-width: 64em) {
  .article__row--autoload + .article__row.article__row--autoload .autoload__mask {
    max-height: 3000px;
    overflow: hidden;
  }

  .article__row--autoload + .article__row.article__row--autoload .autoload__mask::after {
    content: '';
    width: 100%;
    height: 400px;
    background-image: url(/images/mask_gradual_w.svg?e32bd5f10a50f5da071b86c44ecb069b);
    background-repeat: repeat-x;
    background-position: bottom;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
  }
}

@media screen and (min-width: 64em) {
  .article__row--autoload + .article__row.article__row--autoload .autoload__readmore {
    width: 100%;
    padding-top: 80px;
    padding-bottom: 20px;
    background: white;
    display: block;
    text-align: center;
  }
}

@media screen and (min-width: 64em) {
  .article__row--autoload + .article__row.article__row--autoload .article__bottom {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .article__row--autoload + .article__row.article__row--autoload.showAutoload .autoload__mask {
    max-height: 100%;
  }

  .article__row--autoload + .article__row.article__row--autoload.showAutoload .autoload__mask::after {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .article__row--autoload + .article__row.article__row--autoload.showAutoload .autoload__readmore {
    display: none;
  }
}

@media screen and (min-width: 64em) {
  .article__row--autoload + .article__row.article__row--autoload.showAutoload .article__bottom {
    display: block;
  }
}

.article--ad--fixed {
  position: fixed;
  z-index: 5;
  width: calc(100%);
  background-color: #f9f9f9;
  transition: top 0.3s;
}

