.post_main {
  padding: 11.2rem 0 10rem;
}
.post_main .content {
  max-width: 144.4rem;
}
.post_main .lt {
  flex: 1;
  max-width: 67rem;
}
.post_main .lt .image,
.post_main .lt .timer {
  display: none;
}
.post_main .breadcrumbs {
  font-weight: 500;
  font-size: 1rem;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.post_main .breadcrumbs span span::after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 6px;
  opacity: 0.6;
  margin: 0 0.6rem 0 1rem;
  transform: rotate(-90deg);
  filter: contrast(0) brightness(2);
  background: url(../img/arrow-d.svg) no-repeat center / contain;
}
.post_main .breadcrumbs span span:last-child::after {
  display: none;
}
.post_main .breadcrumbs a {
  transition: all 0.3s;
}
.post_main .breadcrumbs a:hover {
  color: var(--primary);
}
.post_main h1 {
  font-weight: 500;
  font-size: 5.2rem;
  line-height: 6.6rem;
}
.post_main .date {
  color: rgba(255, 255, 255, 0.65);
  font-size: 1.8rem;
  margin-top: 0.8rem;
}
.post_main .metas .tag {
  display: none;
}
.post_main .post_detail {
  margin-top: 4.8rem;
  line-height: 1.7; 
}
.post_main .post_detail .content > *:first-child {
  margin-top: 0;
}
.post_main .post_detail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .post_detail h2 {
  color: var(--primary);
  font-weight: 500;
  font-size: 2.5rem;
  margin: 3.2rem 0 2.6rem;
}
.post_main .post_detail img{
  width: 100%;
  height: auto;
}
.post_main .post_detail h2::after {
  content: '';
  display: block;
  width: 100%;
  height: 1.8rem;
  margin-top: 1.8rem;
  background: url(../img/h2-hr2.svg) no-repeat center / contain;
}
.post_main .post_detail p {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin: 1.6rem 0;
}
.post_main .post_detail li {
  color: var(--text);
  font-size: 1.8rem;
  line-height: 2.7rem;
  position: relative;
  padding-left: 3.2rem;
  margin: 1.6rem 0;
}
.post_main .post_detail li::before {
  content: '';
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  left: 0;
  top: 0.5rem;
  background: url(../img/icon-star.svg) no-repeat center / contain;
}
.post_main .rt {
  width: 48.476454%;
  margin-top: 1rem;
  position: sticky;
  top: 12rem;
}
.post_main .image {
  position: relative;
}
.post_main .image::before {
  content: '';
  display: block;
  width: 104.697987%;
  height: 106.635071%;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  pointer-events: none;
  transform: translate(-50%, -50%);
  background: url(../img/home-blog-border.svg) no-repeat center / contain;
}
.post_main .image .wrap {
  position: relative;
}
.post_main .image .wrap::before,
.post_main .image .wrap::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  border-radius: 0.6rem 2.2rem 0.6rem 2.2rem;
  border: 1px solid #6C665E;
}
.post_main .image .wrap::before {
  left: -0.6rem;
  top: -0.6rem;
  right: 0;
  bottom: 0;
}
.post_main .image .wrap::after {
  left: 0;
  top: 0;
  right: -0.6rem;
  bottom: -0.6rem;
}
.post_main .image .img {
  padding-bottom: 56.657224%;
  border-radius: 0.6rem 2.2rem 0.6rem 2.2rem;
}
.post_main .image .img:hover img {
  transform: scale(1.03);
}
.post_main .image .tag {
  display: grid;
  grid-template-columns: auto 1fr auto;
  max-width: max-content;
  position: absolute;
  left: 1.8rem;
  top: 2.2rem;
  z-index: 3;
}
.post_main .image .tag::before,
.post_main .image .tag::after {
  content: '';
  display: block;
  width: 1.2rem;
  height: 100%;
  background: url(../img/tag1.svg) no-repeat center / contain;
}
.post_main .image .tag::after {
  transform: rotate(180deg);
}
.post_main .image .tag span {
  display: block;
  white-space: nowrap;
  color: #181818;
  font-weight: 500;
  line-height: 2.6rem;
  font-size: 1.2rem;
  padding: 0 0.3rem;
  margin: 0 -1px;
  background: url(../img/tag2.svg) repeat center / auto 100%;
}
.post_main .timer {
  gap: 3rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 4.5rem;
}
.post_main .timer .title {
  font-weight: 500;
  font-size: 3.4rem;
}
.post_main .timer ul {
  gap: 0.8rem;
  display: flex;
}
.post_main .timer li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 9.3rem;
  height: 10.1rem;
  text-align: center;
  border-radius: 0.6rem 0.6rem 0 0;
  background-color: #151617;
}
.post_main .timer li strong {
  font-weight: 600;
  font-size: 5.722rem;
  line-height: 7.03rem;
}
.post_main .timer li .label {
  font-weight: 500;
  font-size: 1.185rem;
  line-height: 1.626rem;
  text-transform: uppercase;
}
.post_more {
  padding-bottom: 15rem;
}
.post_more .content {
  max-width: 144.4rem;
}
.post_more .list {
  margin-top: 4.4rem;
}
.post_more .list ul {
  gap: 4.2rem 3.2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.post_more .list .center {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1220px) {
  .post_main .content {
    padding: 0 3rem;
  }
}
@media screen and (max-width: 768px) {
  .post_main {
    padding: 25px 0 46px;
  }
  .post_main h1 {
    color: var(--primary);
    font-size: 24px;
    line-height: 32px;
  }
  .post_main .date {
    color: var(--text);
    font-size: 14px;
  }
  .post_main .metas {
    gap: 2rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-top: 6px;
  }
  .post_main .metas .tag {
    color: var(--text);
    display: block;
    font-size: 14px;
  }
  .post_main .image {
    margin-top: 16px;
  }
  .post_main .image .wrap::before {
    left: -4px;
    top: -4px;
  }
  .post_main .image .wrap::after {
    right: -4px;
    bottom: -4px;
  }
  .post_main .image .tag {
    top: 8px;
    left: 6px;
  }
  .post_main .image .tag span {
    padding: 0 2px;
    margin: 0 -2px;
    font-size: inherit;
    line-height: 22px;
  }
  .post_main .timer {
    gap: 10px;
    padding: 0 10px;
    margin-top: 12px;
    justify-content: space-between;
  }
  .post_main .timer .title {
    font-size: 16px;
  }
  .post_main .timer ul {
    gap: 2px;
    flex-wrap: wrap;
  }
  .post_main .timer li {
    width: 40px;
    height: 43px;
  }
  .post_main .timer li strong {
    font-size: 24px;
    line-height: 30px;
  }
  .post_main .timer li .label {
    font-size: 5px;
    line-height: 7px;
  }
  .post_main .post_detail h2 {
    font-size: 16px;
    margin: 32px 0 16px;
  }
  .post_main .post_detail h3 {
    font-size: 15px;
    margin: 26px 0 16px;
  }
  .post_main .post_detail p {
    color: var(--text);
    font-size: 14px;
    line-height: 22px;
    margin: 10px 0;
  }
  .post_main .post_detail li {
    color: var(--text);
    font-size: 14px;
    line-height: 22px;
    padding-left: 18px;
    margin: 10px 0;
  }
  .post_main .post_detail li::before {
    width: 10px;
    height: 10px;
  }
  .post_more {
    padding: 0 0 64px;
  }
  .post_more .list {
    margin-top: 30px;
  }
  .post_more .list ul {
    gap: 30px;
  }
}
@media screen and (max-width: 576px) {
  .post_main .lt .image {
    display: block;
  }
  .post_main .lt .timer {
    display: flex;
  }
  .post_main .breadcrumbs {
    display: none;
  }
  .post_main .post_detail h2::after {
    margin-top: 6px;
    background-image: url(../img/h2-hr-m.svg);
  }
  .post_main .rt {
    display: none;
  }
  .post_more {
    padding: 0 0 64px;
  }
  .post_more .head .more {
    display: none;
  }
  .post_more .list ul {
    grid-template-columns: 1fr;
  }
  .post_more .list .center {
    display: block;
    margin-top: 30px;
  }
}
