.accounts-info {
  padding: 5.867vw 5.333vw 1.333vw;
}
.accounts-info .text {
  font-size: 4.267vw;
  color: #222;
  line-height: 6.4vw;
}
.accounts-info .imgs {
  margin-top: 8vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.accounts-info .imgs .img-box {
  margin-bottom: 11.467vw;
}
.accounts-info .imgs .img-box img {
  margin: 0 auto;
  width: 26.667vw;
  height: 26.667vw;
}
.accounts-info .imgs .img-box .title {
  margin-top: 3.2vw;
  font-weight: 500;
  font-size: 4.267vw;
  color: #111;
  text-align: center;
}
footer {
  height: 44.267vw;
  background: #f4f4f4;
  text-align: center;
  padding-top: 10.4vw;
}
footer ul {
  margin-top: 5.333vw;
  padding: 0 2.133vw;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
footer ul li {
  position: relative;
  font-size: 3.2vw;
  color: #262626;
}
footer ul li + li::before {
  content: ' ';
  position: absolute;
  top: 1.067vw;
  left: -3.2vw;
  width: 1px;
  height: 3.2vw;
  background: #d8d8d8;
}
footer .line {
  margin-top: -2.133vw;
}
footer span {
  font-size: 3.2vw;
  color: #262626;
  line-height: 4.8vw;
}
footer span + span {
  margin-left: 7.467vw;
}
footer .underline {
  text-decoration: underline;
}
.detail-main {
  flex: 1;
  min-height: 100vh;
  background: #fff;
}
.detail-container {
  max-width: 320vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
  gap: 6.4vw;
}
.article {
  background: #fff;
}
.article__title {
  font-size: 7.467vw;
  font-weight: 500;
  font-size: 6.933vw;
  line-height: 6.933vw;
  color: #262626;
  margin-bottom: 6.4vw;
  font-size: 5.333vw;
  margin-bottom: 4.267vw;
}
.article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 4.267vw;
  font-size: 3.733vw;
  color: #6c757d;
  flex-direction: column;
  align-items: flex-start;
}
.article__author {
  margin-left: 6.4vw;
}
.article__content {
  padding: 4.267vw 0;
  padding-bottom: 0;
  margin: 0 5.333vw;
  border-bottom: 1px solid rgba(196, 198, 207, 0.5);
}
@media print {
  .article__actions,
  .article__footer,
  .breadcrumb,
  .header,
  .sidebar {
    display: none !important;
  }
  .article {
    box-shadow: none;
    border: none;
  }
  .article__content {
    padding: 0;
  }
}
.accounts-info {
  padding: 5.867vw 5.333vw 1.333vw;
}
.accounts-info .text {
  font-size: 4.267vw;
  color: #222;
  line-height: 6.4vw;
}
.accounts-info .imgs {
  margin-top: 8vw;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.accounts-info .imgs .img-box {
  margin-bottom: 11.467vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.accounts-info .imgs .img-box img {
  margin: 0 auto;
  width: 26.667vw;
  height: 26.667vw;
}
.accounts-info .imgs .img-box .title {
  margin-top: 3.2vw;
  font-weight: 500;
  font-size: 4.267vw;
  color: #111;
  text-align: center;
}
footer {
  height: 44.267vw;
  background: #f4f4f4;
  text-align: center;
  padding-top: 10.4vw;
}
footer ul {
  margin-top: 5.333vw;
  padding: 0 2.133vw;
  display: flex;
  justify-content: space-around;
  list-style: none;
}
footer ul li {
  position: relative;
  font-size: 3.2vw;
  color: #262626;
}
footer ul li + li::before {
  content: ' ';
  position: absolute;
  top: 1.067vw;
  left: -3.2vw;
  width: 1px;
  height: 3.2vw;
  background: #d8d8d8;
}
footer .line {
  margin-top: -2.133vw;
}
footer span {
  font-size: 3.2vw;
  color: #262626;
  line-height: 4.8vw;
}
footer span + span {
  margin-left: 7.467vw;
}
footer .underline {
  text-decoration: underline;
}
.detail-main {
  flex: 1;
  min-height: 100vh;
  background: #fff;
}
.detail-container {
  max-width: 320vw;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
.article {
  background: #fff;
}
.article__header {
  margin: 0 5.333vw;
  border-bottom: 1px solid rgba(196, 198, 207, 0.5);
  padding: 3.2vw 0 5.333vw;
}
