.page-detail {
  padding: 60px 20px 80px;
}

.page-detail__inner {
  margin-inline: auto;
  max-width: 924px;
}

.c-detail__head {
  align-items: center;
  display: flex;
  gap: 12px;
}
.page-detail__container .movie {
  margin-top: 40px;
}
.page-detail__container .movie iframe {
  aspect-ratio: 16/9;
}

.detail-text {
  color: #3c3c3c;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1.2px;
  line-height: 1.85;
  padding-top: 41px;
}

.detail__btn {
  background: #1b58cd;
  border: 1px solid #1b58cd;
  border-radius: 999px;
  color: #fff;
  display: block;
  font-size: 15px;
  font-weight: 500;
  font-weight: 600;
  margin-inline: auto;
  margin-top: 74px;
  max-width: 183px;
  padding-block: 12px;
  padding-inline: 10px;
  text-align: center;
  transition: background 0.3s ease, color 0.3s ease;
  width: 100%;
}
.detail__btn:hover {
  background: #fff;
  color: #1b58cd;
}
.detail__btn.pdfLink {
  background: #fff;
  color: #1b58cd;
}
.detail__btn.pdfLink:hover {
  background: #1b58cd;
  color: #fff;
}

.post-ttl {
  border-bottom: 1.5px solid rgba(208, 208, 208, 0.3);
  font-size: 22px;
  font-weight: 500;
  line-height: 1.4545454545;
  margin-top: 47px;
  padding-bottom: 18px;
  padding-left: 29px;
  padding-top: 10px;
  position: relative;
}
.post-ttl::before {
  background: #47a5e9;
  content: "";
  height: 57%;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.post-detail__content > h2:first-child {
  margin-top: 0;
}
.post-detail__content h2 {
  align-items: center;
  display: flex;
  font-size: 20px;
  gap: 10px;
  margin-bottom: 35px;
  margin-top: 53px;
}
.post-detail__content h2::before {
  background: #47a5e9;
  border-radius: 5px;
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.post-detail__content h3 {
  border-bottom: 1.5px solid #47a5e9;
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 83px;
  padding-bottom: 12px;
}

.post-detail__content img,
.page-detail__item img {
  border-radius: 5px;
  display: block;
  margin: 40px auto 10px;
  margin-inline: auto;
  max-width: 600px;
}

@media (min-width: 768px) {
  .post-detail__content h2 {
    gap: 17px;
  }
  .post-detail__content img,
  .page-detail__item img {
    margin: 75px auto 20px;
    width: 43.9238653001vw;
  }
}

@media (min-width: 1024px) {
  .page-detail {
    padding: 135px 20px 140px;
  }
}