/* ==============================
   Blog Term (카테고리 태그)
============================== */
.blog_term .elementor-post-info__terms-list a {
  font-size: 14px !important;
  background: #f5f5f6 !important;
  color: #1a1a1a !important;
  letter-spacing: -1px !important;
}

/* ==============================
   Blog Content - 타이포그래피
============================== */
.blog-content h2,
.blog-content h3,
.blog-content h4,
.blog-content h5,
.blog-content h6 {
  font-family: "SKTSansDisplay", Sans-serif; 
}

.blog-content h2 > b,
.blog-content h3 > b,
.blog-content h4 > b,
.blog-content h5 > b,
.blog-content h6 > b {
  font-family: "SKT Sans Display", sans-serif;
}

.blog-content h2 {
  line-height: 1.3em !important;
  margin: 80px 0 20px !important;
	font-size: 33px !important;
	font-weight: 900 !important;
}

.blog-content h3,
.blog-content h4 {
  margin: 40px 0 20px;
}

.blog-content p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5em !important;
  margin-bottom: 20px !important;
}

.blog-content p:last-of-type {
  margin-bottom: 0 !important;
}

.blog-content strong {
  font-weight: 600;
/*   color: #000 !important; */
}

.font500 {
  font-weight: 500;
}

.wp-caption-text {
  font-size: 18px;
  font-weight: 300;
  font-style: normal !important;
	text-align: center;
}

/* ==============================
   Blog Content - 리스트
============================== */
.blog-content ul {
  list-style: none;
  padding-left: 1em;
}

.blog-content li {
  font-weight: 500;
  margin-top: 20px;
}

.blog-content ul li {
  position: relative;
}

.blog-content ul li::before {
  content: "•";
  position: absolute;
  left: -1.2em;
  font-size: 1em;
  line-height: 1.5;
}

/* ==============================
   Blog Content - 테이블
============================== */
.blog-content table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #e2e4e6;
  font-size: 16px;
  line-height: 1.6;
}

.blog-content th,
.blog-content td {
  padding: 8px 20px;
  text-align: center;
  border: 1px solid #e2e4e6;
	vertical-align: middle;
}

.blog-content thead:first-child tr:first-child th {
  background-color: #f5f5f6;
  border: 1px solid #e2e4e6;
  font-weight: 600;
}

.blog-content tbody td {
  color: #555;
}

.blog-content tbody tr:nth-child(odd) td,
.blog-content tbody tr:nth-child(odd) th {
  background: #fff;
}

.blog-content tbody tr:hover {
  background-color: #fafafa;
}


/* ==============================
   Blog Content - 이미지
============================== */
.blog-content .elementor-widget-text-editor + 
.elementor-widget-image{margin-top: 30px;}

.blog-content .elementor-widget-image +
.elementor-widget-text-editor {margin-top: 20px;}


/* ==============================
   Blog Content - 박스 컴포넌트 (공통)
============================== */
.noback_box,
.grey-box,
.yel-box {
  padding: 40px 30px;
  border-radius: 10px;
  margin: 80px 0;
}

.noback_box h2:first-of-type,
.noback_box h3:first-of-type,
.grey-box h2:first-of-type,
.grey-box h3:first-of-type,
.yel-box h2:first-of-type,
.yel-box h3:first-of-type {
  margin-top: 0 !important;
}

.grey-box p:last-of-type,
.yel-box h2:last-of-type,
.yel-box h3:last-of-type,
.yel-box p:last-of-type {
  margin-bottom: 0 !important;
}

/* --- noback_box --- */
.noback_box {
  border: 1px solid #dfdfdf;
}

/* --- grey-box --- */
.grey-box {
  background: #f0f0f0;
  margin-bottom: 0;
}

/* --- yel-box --- */
.yel-box {
  background: #fff8e2;
}

/* --- tip-box --- */
.tip-box {
  border-left: 1px solid #000;
  padding: 0 0 0 20px;
  margin: 30px 0 0;
}

.tip-box h2,
.tip-box h3,
.tip-box h4 {
  margin-top: 0;
}

.tip-box p:last-of-type {
  margin-bottom: 0;
}

.tip-box a {
	color: #0000FF !important;
	font-size: 18px !important;
	text-decoration: underline !important;
	font-weight: 700 !important;
	line-height: 1em !important;
}

.yel-box a {
	color: #FF00FF !important;
	font-size: 20px !important;
	text-decoration: underline !important;
	font-weight: 700 !important;
	line-height: 1em !important;
}


/* ==============================
   Blog Content - 특수 클래스
============================== */
.check h3::before {
  content: "✅";
  padding-right: 10px;
}

.faq h3 {
  margin-top: 20px;
}

/* ==============================
   Blog Content - Elementor 오버라이드
============================== */
.blog-content .e-con > .e-con-inner, .blog-content .e-con {
  gap: 0 !important;
}

.blog-content .elementor-widget-image {
/*   padding-bottom: 20px; */
}

.blog-content .elementor-widget-divider + .elementor-widget-heading h2 {
/*   margin: 60px 0 20px !important; */
}

.blog-content .elementor-widget-image + .elementor-widget-heading h2,
.blog-content .elementor-widget-image + .elementor-widget-heading h3,
.blog-content .elementor-widget-image + .elementor-widget-heading h4 {
/*   margin: 60px 0 20px !important; */
}

.blog-content .elementor-widget-text-editor + .elementor-widget-text-editor {
	padding-top:20px;
}

.blog-content .elementor-widget-heading + .elementor-widget-text-editor{
	margin-top: -10px;
}

.blog-content .elementor-widget-heading + .elementor-widget-image{
	margin-top: -10px;
}


/* ==============================
   반응형 - 모바일 (768px 이하)
============================== */
@media screen and (max-width: 768px) {
  .blog-content h2 {
    font-size: 22px !important;
    margin-top: 40px !important;
  }

  .blog-content h3 {
    font-size: 19px !important;
    margin: 20px 0 10px;
  }

  .blog-content p {
    font-size: 16px;
    margin-bottom: 10px !important;
  }

  .wp-caption-text {
    font-size: 12px !important;
  }

  .blog-content table {
    font-size: 12px;
    text-align: left;
  }

  /* 박스 컴포넌트 모바일 */
  .noback_box,
  .grey-box,
  .yel-box {
    padding: 20px;
    margin: 40px 0;
  }

  .grey-box {
    margin-bottom: 10px;
  }

  /* Elementor 이미지 + 헤딩 모바일 */
  .blog-content .elementor-widget-image + .elementor-widget-heading h2,
  .blog-content .elementor-widget-image + .elementor-widget-heading h3,
  .blog-content .elementor-widget-image + .elementor-widget-heading h4 {
    margin: 10px 0 20px !important;
  }
}

/* ==============================
   반응형 - 데스크톱 (769px 이상)
============================== */
@media screen and (min-width: 769px) {
  .blog-content h3 {
    font-size: 28px !important;
    margin-bottom: 20px;
  }
}