.h1-stemap{
	font-size:20px;
	text-align:left;
}

.section-title {
  font-size: clamp(22px, 3vw, 36px);
  line-height: 1.0;
}

/* =========================================
   News Search UI
========================================= */

.news-search-wrap {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 50px;
}

.news-search-form {
  width: 100%;
  max-width: 360px;
  position: relative;
}

.news-search-input {
  width: 100%;
  height: 54px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 0 56px 0 18px;
  font-size: 15px;
  color: #111;
  outline: none;
  border-radius: 0;
  transition: border-color 0.3s ease;
}

.news-search-input:focus {
  border-color: #1d3557;
}

.news-search-input::placeholder {
  color: #999;
}

.news-search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 54px;
  height: 54px;
  border: 0;
  background: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #111;
}

.news-search-btn svg {
  width: 20px;
  height: 20px;
}

/* Mobile */
@media (max-width: 767px) {

  .news-search-wrap {
    margin-bottom: 34px;
    justify-content: center;
  }

  .news-search-form {
    max-width: 100%;
  }

  .news-search-input {
    height: 48px;
    font-size: 14px;
    padding-left: 14px;
    padding-right: 50px;
  }

  .news-search-btn {
    width: 48px;
    height: 48px;
  }
}

/* =========================================
   Recent Posts - 썸네일 + 제목만 표시
========================================= */

/* 작성자 / 카테고리 / 메타 정보 숨김 */
.blog-recent .meta,
.blog-recent .post-meta,
.blog-recent .grav-wrap,
.blog-recent .meta-category,
.blog-recent .article-content-wrap .meta {
  display: none !important;
}

/* 본문 요약 숨김 */
.blog-recent .excerpt,
.blog-recent .post-content,
.blog-recent .article-content-wrap > p {
  display: none !important;
}

/* 제목만 정리 */
.blog-recent .title,
.blog-recent .post-header .title {
  display: block !important;
  font-size: 18px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  margin: 22px 0 0 0 !important;
  color: #222 !important;
}

/* 텍스트 영역 여백 축소 */
.blog-recent .article-content-wrap {
  padding-top: 18px !important;
  padding-bottom: 0 !important;
}

/* =========================================
   POST Thumbnail Radius
========================================= */

.news-post-grid .blog-recent .post-featured-img,
.news-post-grid .blog-recent .featured-image-wrap {
  border-radius: 18px !important;
  overflow: hidden !important;
}

.news-post-grid .blog-recent img {
  border-radius: 18px !important;
  transition: transform 0.4s ease !important;
}

.news-post-grid .blog-recent article:hover img {
  transform: scale(1.03);
}

.news-post-grid .blog-recent .col {
  overflow: hidden;
}

.news-post-grid .blog-recent .col img {
  border-radius: 18px !important;
  transition: transform 0.4s ease !important;
}

.news-post-grid .blog-recent .col:hover img {
  transform: scale(1.03);
}


/* =========================================
   E-SOLUTION POSTS DETAIL
   Fixed Banner Image Only
   기존 게시물 제목 / 정보 유지
========================================= */

/* 포스트 상세페이지 상단 배너 이미지 고정 */
body.single-post #page-header-bg,
body.single-post #page-header-bg .page-header-bg-image,
body.single-post .page-header-bg-image {
  background-image: url("https://e-solution.kr/wp-content/uploads/2026/05/notice-news.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Salient inline background 대응 */
body.single-post #page-header-bg[style],
body.single-post #page-header-bg .page-header-bg-image[style],
body.single-post .page-header-bg-image[style] {
  background-image: url("https://e-solution.kr/wp-content/uploads/2026/05/notice-news.png") !important;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* 배너 높이 */
body.single-post #page-header-bg {
  min-height: 513px !important;
  height: 513px !important;
  position: relative !important;
  overflow: hidden !important;
}

/* 배경 이미지 레이어는 뒤로 */
body.single-post #page-header-bg .page-header-bg-image {
  z-index: 0 !important;
}

/* 기존 Salient 오버레이는 배경 위, 텍스트 아래 */
body.single-post #page-header-bg .page-header-overlay-color {
  z-index: 1 !important;
}

/* 제목 / 정보 영역은 가장 위로 */
body.single-post #page-header-bg .container,
body.single-post #page-header-bg .row,
body.single-post #page-header-bg .span_6,
body.single-post #page-header-bg .inner-wrap,
body.single-post #page-header-bg .blog-title {
  position: relative !important;
  z-index: 10 !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* 게시물 제목 복구 */
body.single-post #page-header-bg h1,
body.single-post #page-header-bg .entry-title {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #ffffff !important;
}

/* 카테고리 / 작성자 / 날짜 / 댓글 정보 복구 */
body.single-post #page-header-bg #single-below-header {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

/* 메타 정보 내부 요소 복구 */
body.single-post #page-header-bg #single-below-header span,
body.single-post #page-header-bg #single-below-header a,
body.single-post #page-header-bg .meta-author,
body.single-post #page-header-bg .meta-date,
body.single-post #page-header-bg .meta-category,
body.single-post #page-header-bg .meta-comment-count {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: rgba(255, 255, 255, 0.92) !important;
}

/* Tablet */
@media only screen and (max-width: 999px) {
  body.single-post #page-header-bg {
    min-height: 360px !important;
    height: 360px !important;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  body.single-post #page-header-bg {
    min-height: 300px !important;
    height: 300px !important;
  }

  body.single-post #page-header-bg,
  body.single-post #page-header-bg .page-header-bg-image,
  body.single-post .page-header-bg-image {
    background-position: center center !important;
  }
}


/* =========================================
   E-SOLUTION POSTS DETAIL
   Prev / Next Post Navigation
========================================= */

.es-single-post-nav-wrap {
  width: 100%;
  max-width: 960px;
  margin: 90px auto 0;
  padding: 0 0 50px;
  box-sizing: border-box;
}

.es-single-post-nav-list {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.es-single-post-nav-item {
  position: relative;
  display: grid;
  grid-template-columns: 80px 1fr 120px 36px;
  align-items: center;
  min-height: 56px;
  padding: 0 14px;
  border-bottom: 1px solid #dcdcdc;
  text-decoration: none !important;
  color: #111 !important;
  box-sizing: border-box;
  transition: background 0.25s ease;
}

.es-single-post-nav-item:hover {
  background: #f8f8f8;
}

.es-single-post-nav-item.is-disabled {
  color: #aaa !important;
  pointer-events: none;
}

.es-single-post-nav-label {
  font-size: 14px;
  font-weight: 600;
  color: #555;
}

.es-single-post-nav-title {
  font-size: 15px;
  font-weight: 600;
  line-height: 1.45;
  color: #111;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.es-single-post-nav-item.is-disabled .es-single-post-nav-title,
.es-single-post-nav-item.is-disabled .es-single-post-nav-label,
.es-single-post-nav-item.is-disabled .es-single-post-nav-icon {
  color: #aaa;
}

.es-single-post-nav-date {
  font-size: 13px;
  font-weight: 400;
  color: #777;
  text-align: right;
}

/* 화살표 아이콘 공통 */
.es-single-post-nav-icon {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  justify-self: end;
  font-size: 0 !important;
  line-height: 0 !important;
}

/* CSS 화살표 생성 */
.es-single-post-nav-icon::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid #111;
  border-bottom: 2px solid #111;
  transform-origin: center;
}

/* 첫 번째 행: 이전글 / 위쪽 화살표 */
.es-single-post-nav-item:first-child .es-single-post-nav-icon::before {
  transform: translate(-50%, -35%) rotate(-135deg);
}

/* 두 번째 행: 다음글 / 아래쪽 화살표 */
.es-single-post-nav-item:last-child .es-single-post-nav-icon::before {
  transform: translate(-50%, -65%) rotate(45deg);
}

/* 비활성 행 화살표 색상 */
.es-single-post-nav-item.is-disabled .es-single-post-nav-icon::before {
  border-color: #b5b5b5;
}

.es-single-post-list-btn-wrap {
  margin-top: 30px;
  text-align: right;
}

.es-single-post-list-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 150px;
  height: 46px;
  padding: 0 32px;
  background: #23465c;
  color: #ffffff !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none !important;
  border-radius: 2px;
  transition: background 0.25s ease;
}

.es-single-post-list-btn:hover {
  background: #183345;
  color: #ffffff !important;
}

/* Tablet */
@media only screen and (max-width: 999px) {
  .es-single-post-nav-wrap {
    max-width: 88%;
    margin-top: 70px;
  }

  .es-single-post-nav-item {
    grid-template-columns: 70px 1fr 100px 32px;
  }
}

/* Mobile */
@media only screen and (max-width: 767px) {
  .es-single-post-nav-wrap {
    max-width: 100%;
    margin-top: 56px;
    padding: 0 20px 40px;
  }

  .es-single-post-nav-item {
    grid-template-columns: 64px 1fr 28px;
    min-height: auto;
    padding: 16px 4px;
    gap: 8px;
  }

  .es-single-post-nav-title {
    font-size: 14px;
    white-space: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .es-single-post-nav-date {
    display: none;
  }

  .es-single-post-nav-icon {
    font-size: 20px;
  }

  .es-single-post-list-btn-wrap {
    margin-top: 24px;
    text-align: center;
  }

  .es-single-post-list-btn {
    width: 100%;
    height: 46px;
  }
}

.single-post .blog-title a{
    display:none !important;
}

#header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top .slide-out-widget-area-toggle[data-custom-color=true] a:before, #header-outer:not([data-format=centered-menu-under-logo]):not([data-format=centered-menu-bottom-bar]) #top nav>ul>li[class*=button_]>a:before{
	border-radius:100px !important;
}
