@media screen and (min-width: 768px) {
  #post_detail_area {
    width: 960px;
    margin: 0 auto 130px;
  }
  #post_detail_area #post_title_wrap {
    margin: 0 45px 115px;
  }
  #post_detail_area #post_title_wrap .sub_info_wrap {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    margin: 112px 0 36px;
  }
  #post_detail_area #post_title_wrap .sub_info_wrap .date {
    margin: 0;
    color: #999999;
    font-size: 18px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: 0.036em;
    font-family: "Outfit", serif;
  }
  #post_detail_area #post_title_wrap .sub_info_wrap .category {
    font-size: 16px;
    color: #02a1e9;
    line-height: 1;
    margin: 0;
    display: flex;
    align-items: center;
    column-gap: 8px;
    text-decoration: none;
  }
  #post_detail_area #post_title_wrap .sub_info_wrap .category::before {
    content: "";
    width: 9px;
    height: 9px;
    background: #02a1e9;
    border-radius: 100%;
    margin-top: 2px;
  }
  #post_detail_area #post_title_wrap .post_title {
    width: 100%;
    font-weight: 700;
    font-size: 40px;
    color: #213e53;
    letter-spacing: 0.08em;
    margin: 0;
    line-height: 1.5;
  }
  #post_detail_area #post_title_wrap .tag_list {
    margin: 44px 0 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
  }
  #post_detail_area #post_title_wrap .tag_list li a {
    text-decoration: none;
    color: #02a1e9;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    border: 1px solid #02a1e9;
    border-radius: 100vh;
    padding: 7px 17px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #post_main {
    line-height: 1.875;
    letter-spacing: 0.036em;
  }
  .post_link_wrap {
    margin: 0 auto;
    width: 960px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
  }
  .post_link_wrap li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #213e53;
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
  }
  .post_link_wrap li.previous {
    margin-right: auto;
  }
  .post_link_wrap li.previous a::before {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 2px solid #213e53;
    box-sizing: border-box;
    background: url("../img/base/arw.svg") no-repeat center center;
    background-size: 14px 14px;
    transform: scale(-1, 1);
  }
  .post_link_wrap li.next {
    margin-left: auto;
  }
  .post_link_wrap li.next a::after {
    content: "";
    width: 44px;
    height: 44px;
    border-radius: 100%;
    border: 2px solid #213e53;
    box-sizing: border-box;
    background: url("../img/base/arw.svg") no-repeat center center;
    background-size: 14px 14px;
  }
  .back_archive_button {
    height: 65px;
    width: max-content;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-size: 16px;
    font-weight: 500;
    background: #213e53;
    color: #ffffff;
    margin: 35px auto 0;
    text-decoration: none;
    border-radius: 100vh;
    padding: 0 50px;
    letter-spacing: 0.04em;
  }
  .wp-embed-aspect-16-9 iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
  }
  .alignfull {
    margin-left: -100vw;
    margin-right: -100vw;
    text-align: center !important;
  }
  .alignfull img {
    min-width: 1360px !important;
    width: 100vw !important;
    height: auto;
  }
}
