.d-title-article .b-info {
  position: relative;
  height: 100vh;
}
.d-title-article .b-info > div {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 90%;
}
.d-title-article .b-info .title {
  font-size: 9vw;
  line-height: 7.5vw;
  margin-bottom: 20px;
}
@media (min-width: 991px) {
  .d-title-article .b-info .title {
    font-size: 6vw;
    line-height: 4.5vw;
    margin-bottom: 35px;
  }
}
.d-title-article .b-info .title .word {
  padding-bottom: 11px;
}
@media (min-width: 991px) {
  .d-title-article .b-info .title .word {
    padding-bottom: 23px;
  }
}
.d-title-article .b-info .text {
  max-width: 725px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 34px;
}
.d-title-article .b-info .text p {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.01em;
}
@media (min-width: 991px) {
  .d-title-article .b-info .text p {
    font-size: 24px;
    line-height: 24px;
  }
}
.d-title-article .b-info .by p {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  color: #9F7176;
  margin-bottom: 0;
}
.d-title-article .b-info .social {
  display: flex;
  gap: 20px;
  max-width: max-content;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}
@media (min-width: 991px) {
  .d-title-article .b-info .social {
    margin-top: 50px;
  }
}
.d-title-article .b-info .social a {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-decoration: none;
  color: #702B33;
}

.d-article + script + .d-article,
.d-article + script + script + .d-article {
  padding-top: 0;
}
.d-article {
  padding-bottom: 40px;
  padding-top: 40px;
}
.d-article .img-full .img-div {
  width: 100%;
  height: 385px;
}
@media (min-width: 991px) {
  .d-article .img-full .img-div {
    height: 1160px;
    height: 65vw;
  }
}
.d-article .img {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.d-article .img .img-div {
  width: calc(50% - 4px);
  height: 53vw;
}
@media (min-width: 991px) {
  .d-article .img .img-div {
    height: 580px;
    height: 38vw;
  }
}
.d-article .img p {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.01em;
  margin-bottom: 0;
  width: 100%;
}
.d-article .b-text p {
  font-size: 18px;
  line-height: 28px;
}
.d-article .b-text ul:last-child {
  margin-bottom: 0;
}
.d-article .b-text li {
  font-size: 18px;
  line-height: 28px;
}
.d-article .b-text h4,
.d-article .b-text h3,
.d-article .b-text h2,
.d-article .b-text h5,
.d-article .b-text h6,
.d-article .b-text h7 {
  margin-top: 40px;
  margin-bottom: 30px;
}
.d-article .b-text h4 + p,
.d-article .b-text h3 + p,
.d-article .b-text h2 + p,
.d-article .b-text h5 + p,
.d-article .b-text h6 + p,
.d-article .b-text h7 + p,
.d-article .b-text h4 + ul,
.d-article .b-text h3 + ul,
.d-article .b-text h2 + ul,
.d-article .b-text h5 + ul,
.d-article .b-text h6 + ul,
.d-article .b-text h7 + ul {
  margin-top: 30px;
}
.d-article .b-text h4 a,
.d-article .b-text h3 a,
.d-article .b-text h2 a,
.d-article .b-text h5 a,
.d-article .b-text h6 a,
.d-article .b-text h7 a {
  color: inherit;
}
.d-article .b-text > div {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-top: 40px;
  padding-bottom: 0;
}
.d-article .b-text > div:first-child {
  padding-top: 0;
}
.d-article .b-text > div:last-child {
  padding-bottom: 0;
}
.d-article .b-text > div.text:has(:not(p)) h2,
.d-article .b-text > div.text:has(:not(p)) h3,
.d-article .b-text > div.text:has(:not(p)) h4,
.d-article .b-text > div.text:has(:not(p)) h5,
.d-article .b-text > div.text:has(:not(p)) h6,
.d-article .b-text > div.text:has(:not(p)) h7 {
  margin-bottom: 0;
}
.d-article .b-date {
  margin-top: 50px;
}
.d-article .b-date > div {
  padding-bottom: 50px;
  border-bottom: 1px solid #702B33;
  width: 100%;
}
.d-article .b-date p {
  margin: 0;
}
.d-article .video-container {
  aspect-ratio: 16 / 9;
  height: auto;
  position: relative;
  overflow: hidden;
}
.d-article .video-container.active-video .click-overlay .img-div-block {
  opacity: 0 !important;
}
.d-article .video-container .click-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: pointer;
}
.d-article .video-container .click-overlay .img-div-block {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1 !important;
}
.d-article .video-container .click-overlay .img-div-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.d-article .video-container .play-btn {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  background-color: transparent;
  border: 0;
  z-index: 1;
}
.d-article .video-container .play-btn img {
  width: 40px;
  height: auto;
}
.d-article .mute-btn {
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 1;
  border-radius: 100%;
  border: 0;
  width: 40px;
  height: 40px;
}
.d-article .mute-btn img {
  width: 30px;
  height: 30px;
  padding: 5px;
}
.d-article h3 strong,
.d-article h4 strong,
.d-article h5 strong,
.d-article h6 strong,
.d-article h7 strong {
  font-family: "Sprat-CondesedRegular";
}
.d-article h3 {
  font-size: 2.5vw;
  line-height: 2.7vw;
}
.d-article h4 {
  font-size: 2vw;
  line-height: 2.2vw;
}
.d-article h5 {
  font-size: 1.8vw;
  line-height: 2vw;
}
.d-article h6 {
  font-size: 1.5vw;
  line-height: 1.7vw;
}

.d-editorial.d-others .b-title {
  margin-bottom: 10px;
}
@media (min-width: 991px) {
  .d-editorial.d-others .b-title {
    margin-bottom: 32px;
  }
}
.d-editorial.d-others .b-img-2 {
  margin-bottom: 35px;
}