/* MostPopular */
.popular {
  margin: 40px 0;
  padding: 20px 16px;
  background-color: var(--additional_3);
}
.popular-title {
  font-family: var(--font_family_2);
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 600px) {
  .popular-title {
    font-size: 1.25rem;
  }
}
.popular-collection li {
    margin-bottom: 16px;
  }
.popular-collection li:last-child {
      margin-bottom: 0;
    }
.popular-collection h2 {
    font-size: 16px;
    margin-bottom: 8px;
    margin-top: 8px;
  }
.popular-collection .date {
    font-family: var(--font_family_1);
    font-size: 12px;
    color: var(--additional_2);
  }
.popular-collection .cate {
    font-size: 16px;
    font-weight: bold;
    color: var(--main_1);
    line-height: 1.5;
    border-bottom: 1px solid var(--additional_3-1);
    padding-bottom: 8px;
  }
@media screen and (max-width: 1024px) {
  .popular-collection {
    margin-bottom: 8px;
    padding: 16px;
  }
}
@media screen and (max-width: 600px) {
    .popular-collection .cate {
      font-size: 0.875rem;
    }
}
@media screen and (max-width: 320px) {
    .popular-collection h2 {
      font-size: 0.875rem;
    }
}
.popular-collection.whiteBG {
  background-color: #ffffff;
}
@media screen and (max-width: 1024px) {
  .popular-collection.whiteBG {
    background-color: var(--additional_3);
  }
}
/*===================
article audio
===================*/
.audioctrl {
  width:738px;
  margin: 0 auto;
  transform: translateX(-25.9%);
  z-index: 1;
  display: none;
  pointer-events: auto;
}
.audioctrl.open {
    display: block;
  }
@media screen and (max-width: 1200px) {
  .audioctrl {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
.audioctrl {
    left: 0;
    width: 100vw
}
  }
.audiodes.open {
    display: block;
  }
.audiodes {
  display: none;
  position: absolute;
  right: 50px;
  top: 41px;
  font-size: 12px;
  color: #ffffff;
  padding: 12px;
  background-color: rgba(35, 35, 35, 0.8);
  z-index: 2;
  border-radius: 5px 0 5px 5px;
  text-align: left;
  max-width: 200px;
}
.audiodes::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 10px 20px;
    border-color: transparent transparent rgba(35, 35, 35, 0.8) transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;

    position: absolute;
    right: -5px;
    top: -30px;
  }
@media screen and (max-width: 600px) {
  .audiodes {
    right: 30px;
    /* border-radius: 5px; */
    left: initial;

    /* &::before {
      border-width: 20px 10px 10px 0px;
      border-color: transparent transparent rgba(35, 35, 35, 0.8) transparent;
      right: 20px;
    } */
  }
}
@media screen and (max-width: 320px) {
    .audiodes::before {
      left: 65px;
    }
}
.audiodes i {
    padding: 0 5px;
  }
.adjust {
  position: relative;
  background-color: #f4f4f4;
  border-top: 1px solid #cdcdcd;
  clear: both;
}
.adjust:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
@media screen and (max-width: 1024px) {
.adjust {
    width: 100vw
}
  }
.ctrl-left {
  margin: 18px 10px 18px 32px;
  float: left;
  width: calc(100% - 206px);
  overflow: hidden;
}
@media screen and (max-width: 730px) {
.ctrl-left {
    margin: 18px 10px 18px 20px;
    width: calc(100% - 182px)
}
  }
.ctrl-right {
  margin: 29px 32px 29px 0;
  height: 26px;
  float: right;
  width: 132px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ctrl-right > div {
    display: inline-block;
    vertical-align: middle;
  }
.ctrl-right > div.audio-pause {
    display: none;
  }
.ctrl-right.pause > div.audio-play {
      display: none;
    }
.ctrl-right.pause > div.audio-pause {
      display: inline-block;
    }
@media screen and (max-width: 730px) {
.ctrl-right {
    margin: 29px 20px 29px 0
}
  }
.audio-prev svg {
    width: 24px;
    height: 18px;
  }
.audio-play {
  margin: 0 24px;
}
.audio-play svg {
    width: 20px;
    height: 24px;
  }
.audio-next svg {
    width: 24px;
    height: 18px;
  }
.audio-pause {
  margin: 0 24px;
}
.audio-pause svg {
    width: 18px;
    height: 24px;
  }
.progress {
  clear: both;
}
.progress:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
.progress {
  height: 8px;
  background-color: #cdcdcd;
}
.progress .progress-bar {
    height: 8px;
    background-color: #004e98;
    width: 0;
  }
.audio-title {
  position: relative;
  left: 0%;
}
.audio-title span {
    display: block;
    font-size: 18px;
    font-weight: bold;
    line-height: 22px;
    position: absolute;
    white-space: nowrap;
    left: 0%;
  }
.audio-time {
  margin-top: 30px;
  line-height: 1;
}
.audio-time div,
  .audio-time span {
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
  }
.closeAudio svg {
    width: 14px;
    height: 14px;
  }
.closeAudio {

  text-align: center;

  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 1px solid #cdcdcd;
  background-color: #ffffff;

  position: absolute;
  top: -13px;
  right: 16px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.loading {
  background: linear-gradient(88deg, #ffffff, #c6c6c6, #ffffff);
  background-size: 400% 400%;
  animation: loading 3s ease infinite;
  height: 8px;
  width: 100%;
  display: none;
}
@keyframes loading {
  0% {
    background-position: center right;
  }
  100% {
    background-position: center left;
  }
}
.audioload .loading {
    display: block;
  }
.audioload .progress-bar {
    display: none;
  }
/* hiddenCont */
.hiddenCont {
  display: none;
}
.hiddenCont.open {
    display: block;
    background-color: #f4f7fc;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    font-size: 12px;
    color: #232323;
    text-align: left;
    width: 170px;
    padding: 10px;
  }
.shareSide .hiddenCont {
  position: absolute;
  top: 0;
  left: 50px;
}
.shareSide .hiddenCont::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 5px 10px 5px 0;
    border-color: transparent #f4f7fc transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: -10px;
    top: 14px;
    z-index: 2;
  }
.shareSide .hiddenCont::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 7px 14px 7px 0;
    border-color: transparent #e1e1e1 transparent transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: -12px;
    top: 12px;
    z-index: -1;
  }
.mbBtnGroup .hiddenCont {
  position: absolute;
  top: 53px;
  left: -7px;
  z-index: 2;
}
.mbBtnGroup .hiddenCont::before {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 8px 8px;
    border-color: transparent transparent #f4f7fc transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: 22px;
    top: -24px;
    z-index: 2;
  }
.mbBtnGroup .hiddenCont::after {
    content: "";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 18px 9px 9px;
    border-color: transparent transparent #e1e1e1 transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    position: absolute;
    left: 21px;
    top: -27px;
    z-index: -1;
  }
.article {
  margin: 40px 0 0;
}
/*===================
Article Style
===================*/
.Information {
  padding: 0 28px;
}
@media screen and (max-width: 600px) {
  .Information {
    padding: 0;
  }
}
.paragraph {
  clear: both;
}
.paragraph:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
.paragraph {
  margin-bottom: 32px;
  padding: 0 28px;
}
.paragraph p:not(.noMarginB) {
    line-height: 1.6;
    margin-bottom: 32px;
  }
.paragraph p:not(.noMarginB):last-child {
      margin-bottom: 0;
    }
.paragraph a:not(.languageLink) {
    text-decoration: underline;
  }
.paragraph a:not(.languageLink):link {
      color: var(--main_1);
    }
.paragraph a:not(.languageLink):active {
      color: var(--main_1);
    }
.paragraph a:not(.languageLink):visited {
      color: var(--main_1);
    }
.paragraph a:not(.languageLink):hover {
      color: var(--main_1);
    }
@media screen and (max-width: 600px) {
  .paragraph {
    padding: 0;
  }
}
.article .PrimarySide h1 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 8px;
  }
@media screen and (max-width: 600px) {
  .article .PrimarySide h1 {
      font-size: 24px;
  }
}
.article .PrimarySide h1 .topic {
      color: var(--main_1);
      padding-right: 2px;
    }
.article .PrimarySide h2 {
    font-weight: bold;
    font-size: 1.25rem;
    margin-bottom: 16px;
  }
.breadcrumb {
  font-size: 1rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
}
@media screen and (max-width: 600px) {
  .breadcrumb {
    margin-bottom: 16px;
  }
}
.breadcrumb a {
    display: inline-block;
    vertical-align: middle;
  }
.breadcrumb a:link {
      color: var(--additional_2);
    }
.breadcrumb a:active {
      color: var(--additional_2);
    }
.breadcrumb a:visited {
      color: var(--additional_2);
    }
.breadcrumb a:hover {
      color: var(--additional_2);
    }
.socialshare {
  display: inline-block;
}
.tool {
  position: relative;
  flex: 1 0 auto;
  text-align: right;
}
@media screen and (max-width: 600px) {
  .tool {
    margin: 15px auto 0 0;
    text-align: left;
    flex: 0 0 auto;
  }
}
.tool-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0 20px;
  }
@media screen and (max-width: 600px) {
  .tool-box {
      flex-wrap: wrap;
      justify-content: center;
      padding: 12px 0 0;
  }
}
.time {
  font-family: var(--font_family_1);
  color: var(--additional_2);
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (max-width: 600px) {
  .time {
    font-size: 12px;
    width: 100%;
  }
}
a[class^='share_'] {
  background-color: var(--additional_3);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 16px;
}
a[class^='share_'] svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
  }
a[class^='share_'].btn_more svg {
      width: 16px;
      height: 16px;
      vertical-align: middle;
    }
a[class^='share_'].btn_audio {
    width: 100px;
    border-radius: 20px;
    padding: 0 10px;
    box-sizing: border-box;
  }
a[class^='share_'].btn_audio svg {
      width: 13px;
      height: 13px;
    }
@media screen and (max-width: 600px) {
  a[class^='share_'] {
    margin-left: 7px;
  }
    a[class^='share_'].btn_audio {
      width: 95px;
    }
}
@media screen and (max-width: 320px) {
  a[class^='share_'] {
    margin-left: 13px;
  }
    a[class^='share_'].btn_audio {
      display: block;
      margin: 10px 0 0 0;
    }
}
.play_audio {
  display: inline-flex;
  vertical-align: middle;
  align-items: center;
  height: 28px;
  margin-left: 16px;
  border-radius: 30px;
  background: #F4F4F4;
  padding: 4px 12px;
  font-size: 14px;
}
@media screen and (max-width: 600px) {
  .play_audio {
    margin-left: 7px;
  }
}
.binline {
  padding: 1px 0 0 5px;
  display: inline-block;
  vertical-align: middle;
}
a[class^='more_'] {
  display: block;
  margin-bottom: 16px;
  line-height: 1;
}
a[class^='more_']:last-child {
    margin-bottom: 0;
  }
a[class^='more_']:link {
    color: #ffffff;
  }
a[class^='more_']:active {
    color: #ffffff;
  }
a[class^='more_']:visited {
    color: #ffffff;
  }
a[class^='more_']:hover {
    color: #ffffff;
  }
a[class^='more_'] svg {
    width: 20px;
    height: 20px;
    vertical-align: middle;
  }
a[class^='more_'] span {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
  }
a[class^='more_'] span:first-child {
      margin-right: 6px;
    }
.hiddenBtn.open {
    display: block;
  }
.hiddenBtn {
  display: none;
  position: absolute;
  right: 130px;
  top: 41px;
  padding: 20px 16px;
  background-color: rgba(35, 35, 35, 0.8);
  z-index: 2;
  border-radius: 5px 0 5px 5px;
  text-align: left;
  max-width: 130px;
}
.hiddenBtn::before {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 20px 0 10px 20px;
    border-color: transparent transparent rgba(35, 35, 35, 0.8) transparent;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;

    position: absolute;
    right: -5px;
    top: -30px;
  }
@media screen and (max-width: 600px) {
  .hiddenBtn {
    right: 40px;
    border-radius: 5px;
    left: initial;
  }

    .hiddenBtn::before {
      border-width: 20px 10px 10px 0px;
      border-color: transparent transparent rgba(35, 35, 35, 0.8) transparent;
      right: inherit;
      left: 35px;
    }
}
@media screen and (max-width: 320px) {
    .hiddenBtn::before {
      left: 65px;
    }
}
/* FullPic */
.FullPic {
  margin: 0 0 32px 0;
}
.FullPic .wrap {
    height: 28.75rem;
  }
@media screen and (max-width: 1024px) {
    .FullPic figure {
      width: 100%;
    }
    .FullPic .wrap {
      height: calc(62.5vw - 20px);
    }
}
/* media */
.media {
  margin: 32px 0;
  text-align: center;
  clear: both;
}
@media screen and (max-width: 600px) {
  .media {
    margin: 20px 0;
  }
}
.media .wrap {
    margin-bottom: 0;
  }
.pageImg {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 600px) {
  .pageImg {
    margin: 20px auto 8px;
  }
}
.pageImg.main {
    width: 100%;
  }
.pageImg.main img {
      width: 100%;
      max-width: initial;
      right: 0;
    }
.pageImg.center {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 0 48px;
  }
@media screen and (max-width: 600px) {
  .pageImg.center {
      padding: 0;
  }
}
.pageImg.center > img {
      right: 0;
    }
.pageImg.left {
    width: 300px;
    float: left;
    margin-right: 22px;
  }
@media screen and (max-width: 600px) {
  .pageImg.left {
      width: 100%;
      float: none;
      margin-right: 0;
  }
}
.picinfo {
  text-align: left;
  margin-top: 8px;
  line-height: 1.4;
  font-size: 14px;
  color: var(--additional_2);
}
@media screen and (max-width: 320px) {
  .picinfo {
    font-size: 12px;
  }
}
blockquote.main {
  margin: 48px auto;
  width: 64%;
  padding: 48px 32px;
  position: relative;
}
@media screen and (max-width: 600px) {
  blockquote.main {
    width: calc(100% - 36px);
    margin: 40px 18px;
  }
}
blockquote.main p {
    font-size: 1.125rem;
    font-weight: bold;
  }
@media screen and (max-width: 600px) {
  blockquote.main p {
      font-size: 1rem;
  }
}
blockquote.main:before {
    content: '';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(../img/quotes_up.svg);
    left: 0;
    top: 0;
  }
blockquote.main:after {
    content: '';
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    width: 32px;
    height: 32px;
    background-image: url(../img/quotes_down.svg);
    right: 0;
    bottom: 0;
  }
.author {
  clear: both;
}
.author:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
.author p {
    color: var(--additional_2);
  }
.languageLink:link {
    color: var(--main_2-2);
  }
.languageLink:active {
    color: var(--main_2-2);
  }
.languageLink:visited {
    color: var(--main_2-2);
  }
.languageLink:hover {
    color: var(--main_2-2);
  }
.languageLink {
  font-size: 14px;
  position: relative;
  margin-top: 10px;
  display: inline-block;
}
.languageLink:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 13px);
    height: 1px;
    background-color: var(--main_2-2);
    left: 13px;
    bottom: 0;
  }
/* youtube */
.youtube {
  position: relative;
  padding: 56.25% 0 0 0;
}
.youtube > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
.youtubeBox {
  padding: 0 48px;
}
@media screen and (max-width: 600px) {
  .youtubeBox {
    padding: 0;
  }
}
.youtubeBox .picinfo {
    padding: 0 0 10px 0;
  }
/* social media embed */
.facebookMedia {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .facebookMedia {
    width: 99%;
  }
    .facebookMedia .fb-post span,
    .facebookMedia .fb-post iframe,
    .facebookMedia iframe {
      width: 99% !important;
    }
}
.twitterMedia {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .twitterMedia {
    width: 100%;
  }
    .twitterMedia iframe {
      width: 99% !important;
    }
}
.instagramMedia {
  width: 500px;
  margin: 0 auto;
  text-align: center;
}
.instagramMedia .instagram-width {
    margin: 0 auto !important;
  }
@media screen and (max-width: 600px) {
  .instagramMedia {
    width: 100%;
  }
    .instagramMedia iframe {
      max-width: 100% !important;
      min-width: 100% !important;
    }
}
.soundcloudMedia {
  margin: 0 auto;
  text-align: center;
}
.noWidthMedia {
  margin: 0 auto;
  text-align: center;
}
/* RelatedNews */
.RelatedNews {
  clear: both;
}
.RelatedNews:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ' ';
    clear: both;
    height: 0;
  }
.RelatedNews {
  padding: 0 16px;
  margin-bottom: 32px;
}
@media screen and (max-width: 600px) {
  .RelatedNews {
    padding: 0;
  }
}
.RelatedNews a {
    padding: 16px 0;
    border-bottom: 1px solid var(--additional_3-1);
    display: block;
  }
.RelatedNews-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: var(--main_1);
  line-height: 1.4;
}
.RelatedNews-link {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.4;
}
.RelatedNews-link:link {
    color: var(--main_2);
  }
.RelatedNews-link:active {
    color: var(--main_2);
  }
.RelatedNews-link:visited {
    color: var(--main_2);
  }
.RelatedNews-link:hover {
    color: var(--main_2);
  }
.OtherSideAdBox {
  margin-bottom: 32px;
  text-align: center;
}
.OtherSideAdBox.w-300 {
    width: 300px;
    height: 250px;
    margin: 0 auto 32px;
  }
.maylike {
  margin: 64px 0 100px;
  padding: 40px 24px;
  background-color: var(--additional_3);
}
@media screen and (max-width: 600px) {
  .maylike {
    padding: 40px 16px 64px;
    margin: 45px 0 35px;
  }
}
.maylike-title {
    color: var(--main_1);
    font-weight: 700;
    margin: 0 0 15px;
  }
.maylike-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-gap: 14px;
  }
@media screen and (max-width: 600px) {
  .maylike-wrapper {
      grid-template-columns: repeat(2, 1fr);
  }
}
.maylike-link p {
      margin: 10px 0 0;
    }
@media screen and (max-width: 600px) {
  .maylike-link p {
        margin: 8px 0 0;
  }
}
@media screen and (max-width: 600px) {
  .fb-video > span {
      width: 100%!important;
      height: 100% !important;
  }
}
@media screen and (max-width: 600px) {
  .fb-video > span > iframe {
        width: 100%!important;
        height: 100% !important;
        min-height: calc(56vw - 16.8px) !important;
  }
}
.other-title {
    color: var(--main_2);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 20px;
  }
.other-list {
    margin: 64px 0;
  }
@media screen and (max-width: 600px) {
  .other-list {
      margin: 40px 0 64px 0;
  }
}
.other-li {
    margin: 0 0 20px;
  }
.other-li > a {
      display: flex;
    }
.other-li > a > img {
        width: 248px;
        flex: 0 0 auto;
        margin: 0 16px 0 0;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center;
           object-position: center;
      }
@media screen and (max-width: 600px) {
  .other-li > a > img {
          width: 115px;
  }
}
.other-content > p:nth-of-type(1) {
      font-weight: 700;
      font-size: 18px;
      line-height: 1.5;
      margin: 0 0 4px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
    }
@media screen and (max-width: 600px) {
  .other-content > p:nth-of-type(1) {
        display: -webkit-box;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        margin: 0;
        font-size: 14px;
        line-height: 1.4;
  }
}
.other-content > p:nth-of-type(2) {
      color: #595959;
      font-size: 14px;
      line-height: 1.4;
      margin: 0 0 4px;
      display: -webkit-box;
      overflow: hidden;
      text-overflow: ellipsis;
      -webkit-line-clamp: 3;
      -webkit-box-orient: vertical;
    }
@media screen and (max-width: 600px) {
  .other-content > p:nth-of-type(2) {
        display: none;
  }
}
.other-content > p:nth-of-type(3) {
      color: #595959;
      font-size: 14px;
      line-height: 1.4;
      font-family: var(--font_family_1);
    }
.other-more {
    font-size: 14px;
    text-align: center;
    margin: 38px 0 0;
  }
.other-more > a {
      color: #fff;
      padding: 8px 16px;
      display: inline-block;
      background-color: #242323;
    }
.article-ad {
  width: 300px;
  height: 250px;
  overflow: hidden;
  margin: 35px auto;
}

.advertiseInArticlePad {
  display: none;
  margin: 40px auto;
  clear: both;
  width: 300px;
}

@media screen and (max-width: 1024px) {
  .advertiseInArticlePad {
    display: block;
  }
}