.m__article-header {
  margin-bottom: 1em;
}
.m__article-header > div {
  background-image: url("../../../../src/img/pages/detail-1/bg/web-exhibition.jpg");
}
.m__article-header > div::before {
  background-image: linear-gradient(rgba(31, 78, 121, 0.75), rgba(11, 17, 29, 0.75));
}

.f__cnt *[data-theme^=bg--][data-theme^=bg--old-exhibition] {
  color: #fff;
  background-image: url("../../../../src/img/pages/detail-1/bg/old-exhibition.jpg");
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--old-exhibition]::before {
  background-image: linear-gradient(rgba(31, 78, 121, 0.75), rgba(11, 17, 29, 0.75));
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--old-exhibition] b {
  color: #fee215;
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--web-exhibiton] {
  color: #fff;
  background-image: url("../../../../src/img/pages/detail-1/bg/web-exhibition.jpg");
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--web-exhibiton]::before {
  background-image: linear-gradient(rgba(52, 130, 202, 0.85), rgba(4, 137, 168, 0.85));
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--web-exhibiton] b,
.f__cnt *[data-theme^=bg--][data-theme^=bg--web-exhibiton] a {
  color: #fee215;
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--cv] {
  color: #fff;
  background-image: url("../../../../src/img/pages/detail-1/bg/cv.jpg");
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--cv]::before {
  background-image: linear-gradient(rgba(31, 78, 121, 0.9), rgba(11, 17, 29, 0.9));
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--cv] b {
  color: #fee215;
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--matterport] {
  color: #fff;
  background-image: url("../../../../src/img/pages/detail-1/step2/matterport.jpg");
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--matterport]::before {
  background-image: linear-gradient(rgba(31, 78, 121, 0.75), rgba(11, 17, 29, 0.75));
}
.f__cnt *[data-theme^=bg--][data-theme^=bg--matterport] b {
  color: #fee215;
}
.f__cnt *[data-theme=black] {
  color: #fff;
  background: #0B111D;
}
.f__cnt *[data-theme=black] *[class^=heading--lv2] {
  color: #63dffb;
}
.f__cnt *[data-theme=black] b {
  color: #fee215;
}
.f__cnt *[data-theme=navy] {
  color: #fff;
  background: #1f4e79;
}
.f__cnt *[data-theme=navy] *[class^=heading--lv2] {
  color: #63dffb;
}
.f__cnt *[data-theme=navy] b {
  color: #fee215;
}
.f__cnt *[data-theme=yellow] {
  color: #0B111D;
  background: #fee215;
}
.f__cnt *[data-theme=yellow] b {
  color: #de3a00;
}
.f__cnt *[data-theme=white] {
  color: #0B111D;
  background: #fff;
}
.f__cnt *[data-theme=white] *[class^=heading--lv3] {
  color: #0489A8;
}
.f__cnt *[data-theme=white] b {
  color: #de3a00;
}

.m__article-footer {
  margin: 3em auto 0;
  color: #fff;
  background-image: url("../../../../src/img/pages/detail-1/bg/web-exhibition.jpg");
}
.m__article-footer::before {
  background-image: linear-gradient(rgba(31, 78, 121, 0.75), rgba(11, 17, 29, 0.75));
}