@charset "UTF-8";
/* ================================
   기본 브레이크포인트 (Base Breakpoints)
   ================================ */
.single-post .single-post-top-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 750px;
  padding: 0 40px;
  background: url(/wp-content/uploads/2025/11/board-top-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-top-section {
    height: clamp(600px, calc(29.4117647059vw + 23.3639705882rem), 750px);
    padding: 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-top-section {
    height: clamp(400px, calc(44.6428571429vw + 16.0714285714rem), 600px);
    padding: 0 20px;
  }
}
.single-post .single-post-top-section .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.single-post .single-post-top-section .single-post-title {
  font-weight: 700;
  font-size: clamp(52px, calc(1.25vw + 2.25rem), 60px);
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-top-section .single-post-title {
    font-size: clamp(42px, calc(1.9607843137vw + 1.6825980392rem), 52px);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-top-section .single-post-title {
    font-size: clamp(32px, calc(2.2321428571vw + 1.5535714286rem), 42px);
  }
}
.single-post .single-post-content-section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 1640px;
  margin: 0 auto;
  padding: clamp(80px, calc(3.125vw + 2.5rem), 100px) 40px;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section {
    padding: clamp(60px, calc(3.9215686275vw + 1.8651960784rem), 80px) 30px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section {
    padding: clamp(80px, calc(8.9285714286vw + 3.2142857143rem), 120px) 20px;
  }
}
.single-post .single-post-content-section .container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.single-post .single-post-content-section .post-navigation-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: clamp(40px, calc(1.875vw + 1rem), 52px);
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-navigation-top {
    margin-bottom: clamp(30px, calc(1.9607843137vw + 0.9325980392rem), 40px);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-navigation-top {
    margin-bottom: clamp(20px, calc(2.2321428571vw + 0.8035714286rem), 30px);
  }
}
.single-post .single-post-content-section .post-category-badge {
  display: flex;
  background-color: #FFAE00;
  color: #fff;
  padding: 4px 10px;
  border-radius: 50px;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-category-badge {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-category-badge {
    font-size: 16px;
  }
}
.single-post .single-post-content-section .back-to-list {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .back-to-list {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .back-to-list {
    font-size: 16px;
  }
}
.single-post .single-post-content-section .post-header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: clamp(18px, calc(0.3125vw + 0.875rem), 20px);
  padding-bottom: clamp(36px, calc(0.625vw + 1.75rem), 40px);
  border-bottom: 1px solid #E0E0E0;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-header {
    gap: clamp(16px, calc(0.3921568627vw + 0.8115196078rem), 18px);
    padding-bottom: clamp(32px, calc(0.7843137255vw + 1.6230392157rem), 36px);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-header {
    gap: clamp(14px, calc(0.4464285714vw + 0.7857142857rem), 16px);
    padding-bottom: clamp(24px, calc(1.7857142857vw + 1.1428571429rem), 32px);
  }
}
.single-post .single-post-content-section .post-title {
  font-weight: 700;
  font-size: clamp(32px, calc(1.25vw + 1rem), 40px);
  color: #111;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-title {
    font-size: clamp(28px, calc(0.7843137255vw + 1.3730392157rem), 32px);
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-title {
    font-size: clamp(24px, calc(0.8928571429vw + 1.3214285714rem), 28px);
  }
}
.single-post .single-post-content-section .post-meta {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-meta {
    gap: 14px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-meta {
    gap: 12px;
  }
}
.single-post .single-post-content-section .post-meta > span {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 18px;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-meta > span {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-meta > span {
    font-size: 16px;
  }
}
.single-post .single-post-content-section .post-content {
  padding: clamp(40px, calc(1.875vw + 1rem), 52px) 0;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-content {
    padding: clamp(36px, calc(0.7843137255vw + 1.8730392157rem), 40px) 0;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-content {
    padding: clamp(32px, calc(0.8928571429vw + 1.8214285714rem), 36px) 0;
  }
}
.single-post .single-post-content-section .post-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: clamp(40px, calc(1.875vw + 1rem), 52px) 0;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-navigation {
    padding: clamp(32px, calc(1.568627451vw + 1.2460784314rem), 40px) 0;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-navigation {
    padding: clamp(24px, calc(1.7857142857vw + 1.1428571429rem), 32px) 0;
  }
}
.single-post .single-post-content-section .post-navigation .nav-next .nav-link {
  flex-direction: row-reverse;
}
.single-post .single-post-content-section .post-navigation .nav-link, .single-post .single-post-content-section .post-navigation .nav-label {
  display: flex;
  align-items: center;
}
.single-post .single-post-content-section .post-navigation .nav-link {
  gap: 20px;
}
.single-post .single-post-content-section .post-navigation .nav-title {
  font-weight: 500;
  color: #111;
}
.single-post .single-post-content-section .post-navigation .nav-label {
  gap: 8px;
  color: #666;
}
.single-post .single-post-content-section .post-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: clamp(40px, calc(1.875vw + 1rem), 52px) 0;
  border-top: 1px solid #E0E0E0;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-actions {
    padding: clamp(32px, calc(1.568627451vw + 1.2460784314rem), 40px) 0;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-actions {
    padding: clamp(24px, calc(1.7857142857vw + 1.1428571429rem), 32px) 0;
  }
}
.single-post .single-post-content-section .post-actions .btn-back-to-list {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 200px;
  height: 60px;
  border: 1px solid #333;
  border-radius: 100px;
  font-size: 18px;
  transition: all 0.3s ease;
}
.single-post .single-post-content-section .post-actions .btn-back-to-list:hover {
  background-color: #333;
  color: #fff;
}
@media screen and (max-width: 1279px) {
  .single-post .single-post-content-section .post-actions .btn-back-to-list {
    max-width: 180px;
    height: 50px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  .single-post .single-post-content-section .post-actions .btn-back-to-list {
    max-width: 160px;
    height: 40px;
    font-size: 16px;
  }
}