/*******************************************************************************
 * version 1.0 release;
 * copyright 2019
 ******************************************************************************/
/* Chrome, Safari, AND NOW ALSO the Edge Browser and Firefox */
.wrap__title {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .wrap__title {
    font-size: 30px;
  }
}

@media (max-width: 991px) {
  .content-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 991px) {
  .content-wrap .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 576px) {
  .content-wrap .container {
    max-width: 100%;
  }
}
@media (min-width: 1600px) {
  .content-wrap .container {
    max-width: 1470px;
    margin: 0 auto;
  }
}

.pagination {
  margin-top: 0;
}

.section {
  padding-top: 30px;
}
@media (min-width: 992px) {
  .section {
    padding-bottom: 80px;
  }
}
@media (max-width: 1599px) and (min-width: 992px) {
  .section {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.section-list {
  padding-top: 0;
}
.section-banner + .section-list {
  padding-top: 56px;
}
@media (max-width: 991px) {
  .section-banner + .section-list {
    padding-top: 30px;
  }
}
.section-media {
  color: #000;
}
.section-media .wrap__title {
  font-size: 42px;
  padding-bottom: 0.4em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 991px) {
  .section-media .wrap__title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section-media {
    padding-top: 0;
  }
}
.section__header {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .section__header {
    margin-bottom: 50px;
  }
}
.section__title {
  color: #333;
  font-size: 24px;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .section__title {
    font-size: 30px;
    margin-bottom: 0.25em;
  }
}
@media (min-width: 768px) {
  .section__title br {
    display: none;
  }
}
.section__desc {
  font-size: 18px;
  line-height: 1.777;
}
@media (max-width: 991px) {
  .section__desc span {
    display: block;
  }
  .section__desc span:not(:last-child) {
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .section__desc span {
    display: inline;
  }
}

.banner {
  position: relative;
}
.banner__img-outer {
  position: relative;
  overflow: hidden;
}
.banner__img-outer::after {
  content: "";
  display: block;
  padding-top: 44.44%;
}
.banner__img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}
.banner__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
@media (max-width: 991px) {
  .banner-outer {
    margin: 0 -30px;
  }
}
.banner__item {
  color: #000;
  position: relative;
}
.banner__item::after {
  padding-bottom: 44.444%;
}
.banner__img {
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 992px) {
  .banner__item:hover .banner__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.banner__inner {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 0 120px;
  z-index: 1;
}
@media (max-width: 991px) {
  .banner__inner {
    padding: 0 30px;
  }
}
.banner__board {
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  padding: 30px 55px;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 991px) {
  .banner__board {
    padding: 10px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner__board {
    padding: 1rem 1.5rem;
  }
}
.banner__title {
  font-weight: bold;
  font-size: 42px;
  margin-bottom: 0.5em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1em;
  line-height: 1;
  color: #000;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media (max-width: 1439px) {
  .banner__title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .banner__title {
    font-size: 24px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 2.5em;
    line-height: 1.25;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .banner__title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1em;
    line-height: 1;
    font-size: 30px;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 992px) {
  .banner__item:hover .banner__title {
    color: #FD0050;
  }
}
.banner__subtitle {
  font-weight: normal;
  font-size: 20px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 1em;
  line-height: 1;
}
@media (max-width: 767px) {
  .banner__subtitle {
    display: none;
  }
}
.banner .owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 26px;
  pointer-events: none;
  margin-top: 0;
}
@media (max-width: 991px) {
  .banner .owl-nav {
    padding: 0 14px;
  }
}
.banner .carousel__btn {
  background: #000;
  border-color: #000;
  color: #fff;
  width: 44px;
  height: 44px;
  font-size: 24px;
  font-weight: bold;
  pointer-events: auto;
}
@media (max-width: 991px) {
  .banner .carousel__btn {
    width: 35px;
    height: 35px;
  }
}
.banner .carousel__btn:not(.disabled):hover {
  background: #000;
}
.banner .carousel__btn.disabled {
  opacity: 0.25;
}
.banner .carousel__btn-prev .carousel__btn-icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.banner .carousel__btn-next .carousel__btn-icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.article-list {
  color: #000;
}
.article-list__header {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .article-list__header {
    margin-bottom: 30px;
  }
}
.article-list__header--between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .article-list__header--between {
    display: block;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.article-list__header .btn-selector {
  height: 40px;
}
@media (max-width: 767px) {
  .article-list__header .btn-selector {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 10px;
  }
}
.article-list__header .btn-selector__item {
  font-size: 20px;
  min-width: 100px;
}
@media (max-width: 767px) {
  .article-list__header .btn-selector__item {
    min-width: 0;
  }
}
.article-list__header .btn-selector__item:first-child {
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
.article-list__header .btn-selector__item:last-child {
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .article-list__header .btn-selector__item, .article-list__header .btn-selector__item:first-child, .article-list__header .btn-selector__item:last-child {
    border-radius: 20px;
  }
}
.article-list__header .btn-selector__item--active .btn-selector__label {
  background: #FD0050;
}
.article-list__header .btn-selector__item--active .btn-selector__label .btn-selector__text {
  color: #fff;
}
.article-list__header .btn-selector__item:not(.btn-selector__item--active) .btn-selector__label:hover {
  cursor: pointer;
  background: #FD0050;
}
.article-list__header .btn-selector__item:not(.btn-selector__item--active) .btn-selector__label:hover .btn-selector__text {
  color: #fff;
}
.article-list__header .btn-selector__label {
  text-decoration: none;
}
.article-list__header .btn-selector__text {
  color: #999999;
}
.article-list__title {
  font-size: 24px;
  line-height: 1.25;
  font-weight: normal;
}
@media (max-width: 767px) {
  .article-list__header--between .article-list__title {
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
  }
}
.article-list__list {
  margin-bottom: 75px;
}
.article-list__item:not(:last-child) {
  margin-bottom: 50px;
}
.article-list + .article-list {
  margin-top: 50px;
}
@media (max-width: 991px) {
  .article-list + .article-list {
    margin-bottom: 30px;
  }
}

.article {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 10px auto 10px auto 10px 1fr;
  -ms-grid-columns: 35.7894% 24px 1fr;
      grid-template: "img-outer title" "img-outer date" "img-outer desc" "img-outer tags" 1fr/35.7894% 1fr;
  grid-gap: 10px 24px;
}
.article__img-outer {
  position: relative;
  overflow: hidden;
}
.article__img-outer::after {
  content: "";
  display: block;
  padding-top: 75.1461%;
}
.article__img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}
@media (max-width: 767px) {
  .article {
    -ms-grid-rows: auto 0 20px 0 auto 0 10px 0 auto 0 10px 0 auto 0 20px 0 1fr;
    -ms-grid-columns: 1fr;
        grid-template: "img-outer" "." 20px "title" "." 10px "date" "." 10px "desc" "." 20px "tags" 1fr/1fr;
    grid-gap: 0;
  }
}
.article__img-outer {
  -ms-grid-row: 1;
  -ms-grid-row-span: 7;
  -ms-grid-column: 1;
  grid-area: img-outer;
}
.article__title {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: title;
}
.article__date {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: date;
}
.article__desc {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: desc;
}
.article__tags {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: tags;
}
.article__title {
  font-size: 36px;
  font-weight: bold;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  line-height: 1.4;
}
@media (max-width: 1439px) {
  .article__title {
    font-size: 28px;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .article__title {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 1.4em;
    line-height: 1.4;
  }
}
.article__img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
@media (min-width: 992px) {
  .article__img-outer:hover .article__img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
.article__date {
  color: #FD0050;
}
@media (max-width: 1439px) {
  .article__date {
    font-size: 14px;
  }
}
.article__desc {
  font-size: 18px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.554em;
  line-height: 1.777;
}
@media (max-width: 1439px) {
  .article__desc {
    font-size: 16px;
  }
}
.article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: -10px;
}
.article__item {
  margin-right: 10px;
  margin-bottom: 10px;
}
.article__item:last-child {
  margin-right: 0;
}
.article__tag {
  border: 1px solid #FD0050;
  height: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  font-size: 18px;
  padding: 0 12px;
  text-decoration: none;
  -webkit-transition: background-color 0.25s;
  transition: background-color 0.25s;
}
@media (max-width: 1439px) {
  .article__tag {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  .article__tag:hover {
    background: #FD0050;
    color: #fff;
  }
}

.learning-article__header {
  margin-bottom: 50px;
}
.learning-article__link {
  color: #FD0050;
  background: transparent;
  border-color: transparent;
}
.learning-article__link:not(:disabled):not(.btn--disabled):focus, .learning-article__link:not(:disabled):not(.btn--disabled):active {
  color: #f96166;
  background: transparent;
  border-color: transparent;
}
@media (min-width: 992px) {
  .learning-article__link:not(:disabled):not(.btn--disabled):hover {
    color: #f96166;
    background: transparent;
    border-color: transparent;
  }
}
.learning-article__title {
  font-size: 36px;
  color: #000;
  margin-bottom: 0.25em;
}
.learning-article__subtitle {
  color: #FD0050;
  line-height: 1.375;
}
.learning-article__date {
  border-right: 1px solid #FD0050;
  padding-right: 0.5em;
  margin-right: 0.25em;
}
.learning-article__tags > *:not(:last-child) {
  margin-right: 0.15em;
}

.editor {
  color: #000;
  font-size: 18px;
}
.editor p {
  line-height: 1.777;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6 {
  margin-top: 0;
  line-height: 1.4;
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor p {
  margin-bottom: 1.875rem;
}
.editor h2 {
  font-size: 1.666em;
}
@media (max-width: 767px) {
  .editor h2 {
    font-size: 1.333em;
  }
}

@media (min-width: 992px) {
  .article-template {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .article-template__main {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 76%;
            flex: 1 1 76%;
    max-width: 76%;
    padding-right: 10%;
  }
  .article-template__sub {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 24%;
            flex: 1 1 24%;
    max-width: 24%;
  }
  .article-template--detail .article-template__sub {
    padding-top: 85px;
  }
  .article-template--media .article-template__sub {
    padding-top: 33px;
  }
}

.selectable-tags-article {
  margin-bottom: 50px;
}
.selectable-tags-article .selectable-tags__item {
  font-size: 18px;
  border-color: #FD0050;
  margin-bottom: 0.55em;
  margin-right: 0.55em;
}
@media (max-width: 1439px) {
  .selectable-tags-article .selectable-tags__item {
    font-size: 16px;
  }
}
.selectable-tags-article .selectable-tags__label {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s;
  border: 1px solid #FD0050;
  background: #fff;
  padding-left: 0.88em;
  padding-right: 0.88em;
  display: block;
  text-decoration: none;
}
@media (min-width: 992px) {
  .selectable-tags-article .selectable-tags__label:hover {
    background: #FD0050;
    color: #fff;
  }
}

.article-ranking {
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.777;
  padding-left: 50px;
  counter-reset: num;
}
.article-ranking__item {
  position: relative;
  counter-increment: num;
}
.article-ranking__item:not(:last-child) {
  margin-bottom: 20px;
}
.article-ranking__item::before {
  content: counter(num);
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background: #FD0050;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 15px;
  position: absolute;
  left: -50px;
  top: 0;
}
.article-ranking__title {
  margin-bottom: 0.25em;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 3.554em;
  line-height: 1.777;
}
.article-ranking__date {
  font-size: 16px;
  color: #FD0050;
}

.page-link {
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
@media (min-width: 992px) {
  .page-link:hover {
    color: #FD0050;
  }
}

.extend-article {
  padding-top: 50px;
  margin-bottom: 65px;
  color: #000;
}
.extend-article__img-outer {
  position: relative;
  overflow: hidden;
}
.extend-article__img-outer::after {
  content: "";
  display: block;
  padding-top: 75%;
}
.extend-article__img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}
.extend-article__header-title {
  font-weight: normal;
  font-size: 24px;
  padding-bottom: 0.4em;
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
}
@media (min-width: 768px) {
  .extend-article__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 25px 1fr 25px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 25px;
  }
}
@media (max-width: 767px) {
  .extend-article__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.extend-article__img-outer {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .extend-article__img-outer {
    margin-bottom: 0.75em;
  }
}
.extend-article__img {
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
.extend-article__img-outer:hover .extend-article__img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.extend-article__title {
  font-size: 24px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.8em;
  line-height: 1.4;
}
.extend-article .learning-media__title {
  margin-bottom: 0;
}

.learning-media__img-outer {
  position: relative;
  overflow: hidden;
}
.learning-media__img-outer::after {
  content: "";
  display: block;
  padding-top: 133.333%;
}
.learning-media__img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}
.learning-media-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px 0;
}
@media (min-width: 768px) {
  .learning-media-list {
    margin: 0 -12px 0;
  }
}
.learning-media-list__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  max-width: 50%;
  padding: 0 10px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .learning-media-list__item {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 33.333%;
            flex: 1 1 33.333%;
    max-width: 33.333%;
    padding: 0 12px;
    margin-bottom: 50px;
  }
}
.learning-media__img-outer {
  margin-bottom: 18px;
}
@media (min-width: 992px) {
  .learning-media__img-outer:hover::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 1;
  }
}
.learning-media__img-outer::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.learning-media__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 4.5em;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .learning-media__title {
    font-size: 20px;
    line-height: 30px;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3em;
    line-height: 1.5;
  }
}
.learning-media__author {
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 20px;
}
.learning-media__btn .btn {
  height: 50px;
  font-size: 20px;
}

.learning-media-article {
  color: #000;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .learning-media-article {
    padding-top: 50px;
  }
}
.learning-media-article__header {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .learning-media-article__header {
    padding: 30px 0;
    margin-bottom: 30px;
  }
}
.learning-media-article__title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .learning-media-article__title {
    margin-bottom: 24px;
  }
}
.learning-media-article__author {
  font-size: 20px;
  line-height: 27px;
}

.field {
  margin-bottom: 32px;
}
.field__img-outer {
  position: relative;
  overflow: hidden;
}
.field__img-outer::after {
  content: "";
  display: block;
  padding-top: 100%;
}
.field__img {
  position: absolute;
  top: -9999px;
  bottom: -9999px;
  left: -9999px;
  right: -9999px;
  margin: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .field {
    margin-bottom: 50px;
  }
}
.editor-outer .field {
  color: #333;
  padding-top: 50px;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .editor-outer .field {
    display: -ms-grid;
    display: grid;
    grid-gap: 0 30px;
    -ms-grid-rows: auto 0 auto;
        grid-template: "title title" "img name" "img desc";
  }
  .editor-outer .field > .article__title {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
  }
  .editor-outer .field > .article__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
.field__title {
  font-size: 20px;
  line-height: 1.777;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .field__title {
    margin-bottom: 30px;
  }
}
.editor-outer .field__title {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #ccc;
  padding-bottom: 14px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .editor-outer .field__title {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    grid-area: title;
  }
}
.field__img-outer {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .field__img-outer {
    width: 140px;
    height: 140px;
    margin-bottom: 30px;
  }
}
.editor-outer .field__img-outer {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .editor-outer .field__img-outer {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .editor-outer .field__img-outer {
    grid-area: img;
    width: 120px;
    height: 120px;
  }
}
.field__name {
  font-size: 24px;
  line-height: 34px;
  font-weight: bold;
}
.field__desc {
  font-size: 18px;
  line-height: 1.777;
  white-space: pre-line;
}
.field__desc.editor {
  white-space: normal;
}
.editor-outer .field__desc {
  line-height: 34px;
}
@media (min-width: 768px) {
  .editor-outer .field__desc {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
    grid-area: desc;
  }
  @media (max-width: 767px) {
  .article__img-outer {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
  }
  .article__title {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
  }
  .article__date {
      -ms-grid-row: 9;
      -ms-grid-column: 1;
  }
  .article__desc {
      -ms-grid-row: 13;
      -ms-grid-column: 1;
  }
  .article__tags {
      -ms-grid-row: 17;
      -ms-grid-column: 1;
  }
  .editor-outer .field__title {
      -ms-grid-row: 5;
      -ms-grid-column: 1;
  }
  .editor-outer .field__desc {
      -ms-grid-row: 13;
      -ms-grid-column: 1;
  }
  }
  @media (min-width: 768px) {
  .editor-outer .field > .field__title {
      -ms-grid-row: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 3;
  }
  .editor-outer .field__img-outer {
      -ms-grid-row: 3;
      -ms-grid-row-span: 3;
      -ms-grid-column: 1;
  }
  .editor-outer .field > .field__desc {
      -ms-grid-row: 5;
      -ms-grid-column: 3;
  }
  }
}

.video-container {
  position: relative;
}
.video-container::after, .video-container__overlay {
  display: none;
}
.video-container::after {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.video-container--overlay::after {
  display: block;
}
.video-container__overlay {
  font-size: 24px;
  border-radius: 10px;
  color: #fff;
  background: rgba(253, 0, 80, 0.8);
  width: 50%;
  height: 140px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}
.video-container__overlay a {
  display: inline-block;
  margin: 0 6px;
  color: #fff;
}
.video-container--overlay .video-container__overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.editor {
  margin-bottom: -1.875rem;
  position: relative;
}
.editor--overlay {
  padding-bottom: calc(200px - 1.875rem);
  min-height: 270px;
  margin-bottom: 0;
}
.editor__overlay {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.editor--overlay .editor__overlay {
  display: block;
}
.editor__overlay::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 270px;
  background: linear-gradient(transparent, #fff 100px);
}
.editor a:link:hover {
  text-decoration: none;
}

.overlay__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 1px solid #FF6666;
  padding: 50px;
  border-radius: 10px;
  height: 170px;
}
.overlay__inner {
  font-size: 24px;
  line-height: 1.41666;
  text-align: center;
}
@media (max-width: 767px) {
  .overlay__inner {
    font-size: 18px;
    line-height: 1.777;
  }
}

.editor-outer {
  position: relative;
  min-height: 170px;
}
@media (max-width: 1599px) {
  .editor-outer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.article-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 0;
  margin-top: 50px;
}
@media (max-width: 1599px) and (min-width: 768px) {
  .article-link {
    padding: 20px 50px;
    border: 1px solid #CCCCCC;
    border-radius: 50px;
  }
}
@media (min-width: 1600px) {
  .article-link {
    position: absolute;
    top: 0;
    right: calc(100% + 20px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}
.article-link__item:not(:first-child) {
  margin-left: 20px;
}
@media (min-width: 1600px) {
  .article-link__item:not(:first-child) {
    margin-top: 10px;
    margin-left: 0;
  }
}
.article-link__item.title {
  color: #111111;
  font-size: 18px;
  line-height: 50px;
  display: none;
}
@media (max-width: 1599px) and (min-width: 768px) {
  .article-link__item.title {
    display: block;
  }
}
@media (max-width: 767px) {
  .article-link__item.title + .article-link__item {
    margin-left: 0;
  }
}
@media (min-width: 1600px) {
  .article-link__item.title + .article-link__item {
    margin-top: 0;
  }
}
.article-link__link {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  border-radius: 50%;
}
.article-link__item.facebook .article-link__link {
  background: #0099FF;
}
.article-link__item.line .article-link__link {
  background: #31C139;
}
.article-link__item.link .article-link__link {
  background: #FF6666;
}
.article-link__icon {
  font-size: 32px;
}