.post_breadcrumbs {
  border-top: 1px solid #e4e9ee;
  border-bottom: 1px solid #e4e9ee;
  background-color: #f3f6f9;
  padding: 0.9rem 0 0.8rem;
}
.post_breadcrumbs .breadcrumbs span {
  letter-spacing: 0.002em;
}
.post_main {
  padding: 9.1rem 0 15.5rem;
}
.post_main .post_sidebar {
  display: grid;
  width: 37.2rem;
  padding-top: 0.4rem;
  gap: 3.2rem;
  position: sticky;
  top: 150px;
}
.post_main .post_sidebar .pt_box {
  border: 1px solid #e4e9ee;
}
.post_main .post_sidebar .pt_box .title {
  font-size: 2.4rem;
  font-weight: 600;
  color: #fff;
  background-color: #2e3a47;
  text-transform: uppercase;
  padding: 3.5135135% 6.4864865% 4.3243243%;
}
.post_main .post_sidebar .pt_box ul {
  font-size: 1.9rem;
  line-height: 1.18;
  font-weight: 600;
  color: #333e4a;
  letter-spacing: 0.00263em;
}
.post_main .post_sidebar .pt_box ul li + li {
  border-top: 1px solid #e4e9ee;
}
.post_main .post_sidebar .pt_articles ul {
  padding-top: 0.9rem;
  padding-bottom: 1.2rem;
}
.post_main .post_sidebar .pt_articles ul a {
  display: grid;
  grid-template-columns: 30.43478261% 1fr;
  align-items: start;
  gap: 7.76397516%;
  padding: 5.1351351% 6.4864865%;
}
.post_main .post_sidebar .pt_articles ul a:hover img {
  transform: scale(1.03);
}
.post_main .post_sidebar .pt_articles ul .img {
  padding-bottom: 75.51020408%;
}
.post_main .post_sidebar .pt_articles ul .info {
  margin-top: -0.3rem;
}
.post_main .post_sidebar .pt_articles ul .info .tt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.post_main .post_sidebar .pt_articles ul .info .date {
  font-size: 1.5rem;
  font-weight: 500;
  color: #6b7785;
  margin-top: 0.5rem;
  letter-spacing: -0.0067em;
}
.post_main .post_sidebar .pt_categories ul a {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  padding: 4.5945946% 6.4864865% 4.8648649%;
}
.post_main .post_sidebar .pt_categories ul a .num {
  font-weight: 500;
  color: #6b7785;
}
.post_main .post_sidebar .pt_quote {
  color: #fff;
  background-image: linear-gradient(121.3408deg, #0f5fa8 18.54%, #1779d1 84%);
  margin-left: 1px;
  padding: 8.0645161% 6.1827957% 10.2150538%;
}
.post_main .post_sidebar .pt_quote .info strong {
  font-size: 3.2rem;
  font-weight: 600;
}
.post_main .post_sidebar .pt_quote .info p {
  font-size: 2rem;
  line-height: 1.5;
  margin-top: 0.6rem;
  font-weight: 300;
  letter-spacing: 0.015em;
}
.post_main .post_sidebar .pt_quote .btn {
  width: 100%;
  line-height: 5.2rem;
  margin-top: 2.4rem;
}
.post_main .post_sidebar .pt_quote .btn::after {
  width: 0.6em;
  height: 0.6em;
  background-image: url("../img/nav-r.svg");
}
.post_main .post_sidebar .pt_quote .btn:hover {
  border-color: #fff;
  color: #Fff;
  background-color: transparent;
}
.post_main .flex1 {
  max-width: 91.1rem;
}
.post_main .head {
  max-width: 90.9rem;
}
.post_main .head .metas {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 1.656rem;
  line-height: 1.2;
  font-weight: 500;
  color: var(--text);
  gap: 0.49em;
}
.post_main .head .metas .cat {
  display: inline-block;
  font-size: 0.937802em;
  text-transform: uppercase;
  background-color: var(--secondary);
  color: #fff;
  letter-spacing: 0.09em;
  padding: 0.36607em 0.7419em;
  margin-right: 0.26em;
}
.post_main .head .metas .cat a {
  color: inherit;
  text-decoration: none;
}
.post_main .head h1 {
  font-size: 5rem;
  line-height: 1.18;
  font-weight: 600;
  margin-top: 1.4rem;
  letter-spacing: 0.003em;
}
.post_main .head .post_img {
  padding-bottom: 56.65566557%;
  margin-top: 4rem;
}
.post_main .head p {
  font-size: 2.5rem;
  line-height: 1.52;
  font-weight: 500;
  color: #616a75;
  margin-top: 3.1rem;
  letter-spacing: 0.0148em;
}
.post_main .postdetail {
  margin-top: 4.8rem;
  font-size: 2rem;
  line-height: 1.5;
  color: var(--text);
  letter-spacing: 0.005em;
}
.post_main .postdetail .content > *:first-child {
  margin-top: 0;
}
.post_main .postdetail .content > *:last-child {
  margin-bottom: 0;
}
.post_main .postdetail h2 {
  font-size: 3.2rem;
  line-height: 1.3125;
  font-weight: 600;
  color: var(--title);
  letter-spacing: 0.0025em;
  max-width: 83rem;
  margin: 5.3rem 0 2.4rem;
}
.post_main .postdetail h3 {
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 700;
  color: var(--title);
  letter-spacing: 0.0104em;
  margin: 4.4rem -1% 1.3rem 0;
}
.post_main .postdetail a {
  color: var(--primary);
  text-decoration: underline;
  transition: all 0.3s;
}
.post_main .postdetail a:hover {
  text-decoration-color: transparent;
}
.post_main .postdetail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  margin: 4rem 0;
}
.post_main .postdetail ul li {
  position: relative;
  padding-left: 0.85em;
}
.post_main .postdetail ul li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '•';
}
.post_main .postdetail ol {
  counter-reset: num;
}
.post_main .postdetail ol li {
  position: relative;
  padding-left: 1.3em;
}
.post_main .postdetail ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  color: var(--primary);
  counter-increment: num;
  content: counter(num) '.';
}
.post_main .postdetail .wp-block-columns {
  gap: 16px;
}
.post_main .postdetail table {
  table-layout: fixed;
  margin: 2.5rem 0 5.4rem;
}
.post_main .postdetail table th:first-child,
.post_main .postdetail table td:first-child {
  width: 31%;
}
.post_main .postdetail table th {
  font-size: 2.2rem;
  font-weight: 600;
  color: #fff;
  background-color: var(--primary);
  text-transform: uppercase;
  text-align: left;
  border-right: 1px solid rgba(228, 233, 238, 0.7);
  padding: 1.9rem 1.9rem 1.8rem;
}
.post_main .postdetail table th:first-child {
  padding-left: 2.9rem;
}
.post_main .postdetail table th:last-child {
  border-right-color: transparent;
}
.post_main .postdetail table td {
  font-size: 1.7rem;
  font-weight: 500;
  color: #333e4a;
  border-right: 1px solid #e4e9ee;
  border-bottom: 1px solid #e4e9ee;
  padding: 1.8rem 1.9rem 1.2rem;
  letter-spacing: 0.00368em;
}
.post_main .postdetail table td:first-child {
  font-weight: 400;
  color: #5e6a75;
  border-left: 1px solid #e4e9ee;
  letter-spacing: -0.0024em;
}
.post_main .postdetail table tbody tr:nth-child(odd) {
  background-color: #f4f7fb;
}
@media screen and (max-width: 768px) {
  .post_breadcrumbs {
    padding: 10px 0;
  }
  .post_breadcrumbs .breadcrumbs {
    min-height: unset;
  }
  .post_main {
    padding: 30px 0 50px;
  }
  .post_main .flex {
    display: block;
  }
  .post_main .post_sidebar {
    width: 100%;
    position: static;
    padding: 0;
    gap: 20px 16px;
    grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
    margin-top: 30px;
  }
  .post_main .post_sidebar .pt_box .title {
    font-size: 18px;
    padding: 12px 16px 14px;
  }
  .post_main .post_sidebar .pt_box ul {
    font-size: 16px;
  }
  .post_main .post_sidebar .pt_articles {
    grid-row: span 2;
  }
  .post_main .post_sidebar .pt_articles ul {
    padding: 0;
  }
  .post_main .post_sidebar .pt_articles ul a {
    padding: 16px;
    gap: 14px;
    align-items: center;
  }
  .post_main .post_sidebar .pt_articles ul .info {
    margin: 0;
  }
  .post_main .post_sidebar .pt_articles ul .info .date {
    font-size: 14px;
    margin-top: 4px;
  }
  .post_main .post_sidebar .pt_categories ul a {
    padding: 16px;
  }
  .post_main .post_sidebar .pt_quote {
    padding: 20px 16px;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .post_main .post_sidebar .pt_quote .info {
    margin: auto 0;
  }
  .post_main .post_sidebar .pt_quote .info strong {
    font-size: 20px;
  }
  .post_main .post_sidebar .pt_quote .info p {
    font-size: 14px;
    margin-top: 5px;
  }
  .post_main .post_sidebar .pt_quote .btn {
    line-height: 42px;
    margin-top: 20px;
  }
  .post_main .head .metas {
    font-size: 14px;
  }
  .post_main .head h1 {
    font-size: 25px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .post_main .head .post_img {
    margin-top: 30px;
  }
  .post_main .head p {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 20px;
  }
  .post_main .postdetail {
    font-size: 14px;
    margin-top: 30px;
  }
  .post_main .postdetail h2 {
    font-size: 22px;
    margin: 40px 0 14px;
  }
  .post_main .postdetail h3 {
    font-size: 18px;
    margin: 30px 0 10px;
  }
  .post_main .postdetail .wp-block-table {
    overflow-x: auto;
    margin: 0 -20px;
    padding: 0 20px;
  }
  .post_main .postdetail .wp-block-table::-webkit-scrollbar {
    display: none;
  }
  .post_main .postdetail .wp-block-table table {
    min-width: 700px;
  }
  .post_main .postdetail table {
    margin: 20px 0 30px;
  }
  .post_main .postdetail table th {
    font-size: 15px;
    padding: 14px;
  }
  .post_main .postdetail table th:first-child {
    padding-left: 14px;
  }
  .post_main .postdetail table td {
    font-size: 14px;
    padding: 14px;
  }
}
