@charset "UTF-8";

.c-detail {
  background: #f0f3f6;
  padding-bottom: 60px;
  padding-inline: 20px;
  padding-top: 60px;
}

.c-detail-inner {
  margin-inline: auto;
  max-width: 924px;
}

.page-detail__header {
  align-items: center;
  display: flex;
  gap: 20px;
}

.detail-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.85;
  padding-top: 41px;
}

.detail__btn {
  align-items: center;
  background: #1169ca;
  border: 1px solid #1169ca;
  border-radius: 999px;
  color: #fff;
  display: block;
  display: flex;
  font-weight: 500;
  height: 47px;
  justify-content: center;
  margin-inline: auto;
  margin-top: 74px;
  transition: background 0.3s ease, color 0.3s ease;
  width: 183px;
}
.detail__btn:hover {
  background: #fff;
  color: #1169ca;
}
.detail__btn.pdfLink {
  background: #fff;
  color: #1169ca;
}
.detail__btn.pdfLink:hover {
  background: #1169ca;
  color: #fff;
}

.post-ttl {
  border-bottom: 1.5px solid rgba(139, 139, 139, 0.3);
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1.32px;
  line-height: 1.4545454545;
  margin-top: 47px;
  padding-bottom: 18px;
  padding-left: 29px;
  padding-top: 10px;
  position: relative;
}
.post-ttl::before {
  background: #284169;
  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: #284169;
  border-radius: 5px;
  content: "";
  display: inline-flex;
  flex-shrink: 0;
  height: 18px;
  width: 18px;
}
.post-detail__content h3 {
  border-bottom: 1.5px solid #284169;
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 83px;
  padding-bottom: 12px;
}

.post-detail__content img,
.page-detail__item img {
  aspect-ratio: 600/281;
  border-radius: 10px;
  display: block;
  height: 281px;
  margin: 40px auto 10px;
  margin-inline: auto;
  max-width: 600px;
}
.page-detail__container .movie iframe {
  aspect-ratio: 16/9;
}

@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) {
  .c-detail {
    padding-bottom: 150px;
    padding-top: 120px;
  }
}