.post-hero {
  padding-top: 124px;
}
.post-hero .container {
  margin: 0 auto;
  max-width: 1432px;
}

.post-img-wrap {
  position: relative;
  max-width: 1430px;
  padding: 30px;
  aspect-ratio: 16/8;
  margin: 0 auto;
}
.post-img-wrap .border-right {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: #B58352;
  background: linear-gradient(0deg, rgba(181, 131, 82, 0) 0%, #B58352 100%);
}
.post-img-wrap .border-top {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  right: 0;
  background: #B58352;
  background: linear-gradient(90deg, rgba(181, 131, 82, 0) 0%, #B58352 100%);
}
.post-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-details {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 32px 20px;
}

.post-head {
  margin: 0 32px;
  display: flex;
  justify-content: space-between;
  gap: 32px;
}

.post-title {
  max-width: 1000px;
  font-size: 34px;
  font-family: Bold;
  color: #212121;
}

.post-author {
  display: flex;
  gap: 10px;
  align-items: center;
  min-width: 260px;
}
.post-author-image {
  width: 54px;
  min-width: 54px;
  aspect-ratio: 1;
}
.post-author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-author-name {
  font-family: SemiBold;
  font-size: 18px;
  margin-bottom: 8px;
}
.post-author-position {
  font-size: 16px;
}

@media (max-width: 1000px) {
  .post-head {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .post-hero {
    padding-top: 56px;
  }
  .border-right, .border-top {
    display: none;
  }
  .post-img-wrap {
    padding: 0;
  }
  .post-details {
    margin: 16px;
    font-size: 16px;
  }
  .post-head {
    margin: 16px;
    gap: 16px;
  }
  .post-title {
    font-size: 20px;
  }
  .post-author-image {
    width: 36px;
    min-width: 36px;
  }
  .post-author-name {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .post-author-position {
    font-size: 14px;
  }
}
.post-body {
  display: flex;
  gap: 64px;
  margin: 60px auto 0;
  max-width: 1424px;
  padding: 0 32px;
}

#contents .table-of-contents {
  position: sticky;
  top: 100px;
  width: 340px;
}
#contents .table-of-contents a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
  text-decoration: none;
  color: #212121;
  font-size: 18px;
  font-family: Bold;
  transition: ease 0.3s;
  border-bottom: 2px solid #212121;
  padding: 20px 0;
  line-height: 1.25;
}
#contents .table-of-contents a svg {
  fill: #212121;
  transition: ease 0.3s;
}
#contents .table-of-contents a:visited {
  color: #212121;
}
#contents .table-of-contents a:hover {
  color: #B58352;
}
#contents .table-of-contents a:hover svg {
  fill: #B58352;
}
#contents .table-of-contents a.active {
  color: #B58352;
}
#contents .table-of-contents a.active svg {
  fill: #B58352;
}

.post-article h2 {
  font-size: 24px;
  font-family: Bold;
  line-height: 1.3;
  padding: 0;
  margin: 50px 0 20px;
}
.post-article h2::after {
  display: none;
}
.post-article h2:first-child {
  margin-top: 0;
}
.post-article .image {
  margin: 20px 0;
}
.post-article .image img {
  width: 100%;
  height: auto;
}
.post-article p {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.25;
}
.post-article ul {
  margin-left: 24px;
}
.post-article ul li {
  position: relative;
  font-size: 18px;
  margin-bottom: 10px;
  list-style-type: none;
  line-height: 1.15;
}
.post-article ul li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #B58352;
  left: -16px;
  top: 6px;
}
.post-article blockquote {
  color: #B58352;
  font-style: italic;
  margin: 24px 0;
  max-width: 60%;
}
.post-article blockquote p {
  font-size: 20px;
}
.post-article strong {
  font-family: SemiBold;
}
.post-article i {
  font-style: italic;
}
.post-article a {
  text-decoration: none;
  color: #B58352;
}
.post-article a:visited {
  color: #B58352;
}
.post-article a:hover {
  text-decoration: underline;
}

@media (max-width: 900px) {
  .post-body {
    padding: 0 16px;
    margin: 32px auto 0;
  }
  #contents {
    display: none;
  }
  .post-article h2 {
    text-align: left;
    font-size: 18px;
    margin: 32px 0 12px;
  }
  .post-article .image {
    margin: 16px 0;
  }
  .post-article p {
    font-size: 16px;
  }
  .post-article ul li {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .post-article blockquote {
    max-width: unset;
  }
  .post-article blockquote p {
    font-size: 16px;
  }
}
.post-form {
  display: flex;
  align-items: center;
  flex-direction: column;
  border: 2px solid;
  border-image: linear-gradient(170deg, rgba(192, 200, 214, 0.3), transparent) 1;
  padding: 50px;
  background-color: white;
  max-width: 680px;
  margin: 100px auto 0;
}

.form-header {
  font-size: 32px;
}

.form-subheader {
  max-width: 420px;
  text-align: center;
}

.form input {
  width: 100%;
}
.form .btn {
  margin: 32px auto 0;
}

.btn:hover .btn-icon-two {
  bottom: -5px;
}

@media (max-width: 768px) {
  .post-form {
    padding: 16px;
    margin-top: 48px;
  }
  .form-header {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .form-header {
    font-size: 18px;
  }
}
.interesting {
  max-width: 1400px;
  margin: 200px auto;
}
.interesting .btn {
  margin: 0 auto;
}
.interesting .btn:hover .btn-icon-two {
  bottom: -3px;
}

.interest-wrap {
  margin: 50px 0;
  display: flex;
  gap: 50px;
}

.interest-header {
  font-size: 40px;
}

.rel-posts {
  width: calc((100% - 100px) / 3);
}
.rel-posts-img {
  display: flex;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
  margin-bottom: 20px;
}
.rel-posts-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: ease 0.9s;
}
.rel-posts:hover .rel-posts-img img {
  transform: scale(1.1);
}

.rel-posts-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}

.rel-posts-details {
  display: flex;
  align-items: center;
  gap: 12px;
}

.rel-posts-ico {
  width: 16px;
  height: 16px;
}

.rel-posts-h3 {
  display: flex;
  text-decoration: none;
  color: #212121;
  font-size: 20px;
  font-family: Bold;
  margin-bottom: 12px;
  padding: 0;
  transition: ease 0.3s;
}
.rel-posts-h3::after {
  display: none;
}
.rel-posts-h3:hover {
  color: #B58352;
}

@media (max-width: 1464px) {
  .interesting {
    margin: 200px 32px;
  }
}
@media (max-width: 1100px) {
  .rel-posts {
    width: calc((100% - 48px) / 3);
  }
  .interest-wrap {
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .interesting {
    margin: 56px 16px;
  }
  .interest-wrap {
    flex-direction: column;
    margin: 24px 0 32px;
    gap: 48px;
  }
  .interest-header {
    font-size: 26px;
  }
  .rel-posts {
    width: 100%;
  }
  .interest-header {
    margin-bottom: 24px;
  }
}