@charset "utf-8";

/* .th-layout-header (헤더 래퍼: position/top/left/z-index + 루트 width, 미지정 시 100%) */
.th-layout-header {
  position: sticky !important;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
}

/* interim 147: 스크롤 스냅 — 제목급 섹션이 화면 상단에 끌려와 멈추도록 (proximity = 가까울 때만 스냅) */
/* interim 148: 사용자 피드백 — proximity도 평상 스크롤 시 끌어당김이 거슬림 → CSS snap 비활성 + scroll-margin만 유지 (anchor·JS 스크롤은 헤더 아래로 정확히 안착). 향후 "여백 영역에서만 끌어당김"은 JS로 별도 구현. */
html {
  scroll-behavior: smooth;
}
.temhain-N3,
.workeen-N11,
.temhain-N4,
.temhain-shop,
.temhain-N5,
.temhain-N6,
.temhain-N7 {
  scroll-margin-top: 80px;
}


/* temhain-N3 */
.temhain-N3 {
  overflow: hidden;
  position: relative
}

.temhain-N3 .contents-inner,
.temhain-N3 .contents-left,
.temhain-N3 .contents-swiper {
  width: 100%;
  height: 100%;
  overflow: hidden
}

.temhain-N3 .contents-inner {
  display: flex;
  gap: 2rem
}

.temhain-N3 .contents-left {
  width: calc(50% + 24rem)
}

.temhain-N3 .contents-swiper {
  position: relative;
  height: 60rem
}

.temhain-N3 .swiper-slide {
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 3.2rem
}

.temhain-N3 .swiper-slide .imageset {
  display: block;
  height: 100%
}

.temhain-N3 .textset {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 6.2rem
}

.temhain-N3 .textset .textset-tit {
  color: var(--white)
}

.temhain-N3 .textset .textset-tit+.textset-desc {
  margin-top: 0.4rem
}

.temhain-N3 .textset .textset-desc {
  color: var(--white)
}

.temhain-N3 .textset .btnset {
  gap: 0.6rem;
  margin-top: 3.2rem
}

.temhain-N3 .swiper-control {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 2;
  width: 29.2rem;
  height: 11.2rem;
  background-image: url(../icons/img_swiper_bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain
}

.temhain-N3 .swiper-control .control-inner {
  display: flex;
  align-items: center;
  gap: 4rem;
  position: absolute;
  right: 3rem;
  bottom: 2.5rem
}

.temhain-N3 .swiper-control button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: none;
  border: none;
  color: var(--text-color1)
}

.temhain-N3 .swiper-control button::before {
  font-size: 1.6rem;
  font-weight: var(--fw-bold)
}

.temhain-N3 .paging {
  display: flex;
  align-items: center;
  gap: 0.6rem
}

.temhain-N3 .paging .curr {
  font-weight: var(--fw-bold)
}

.temhain-N3 .paging .total {
  color: #9f9f9f;
  font-weight: var(--fw-regular)
}

.temhain-N3 .paging .line {
  flex-shrink: 0;
  color: var(--text-color3);
  font-weight: var(--fw-regular)
}

.temhain-N3 .swiper-btngroup {
  display: flex;
  align-items: center;
  gap: 0.8rem
}

.temhain-N3 .swiper-progress button {
  display: none
}

.temhain-N3 .swiper-progress button.active {
  display: flex
}

.temhain-N3 .contents-right {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  width: calc(50% - 25rem)
}

.temhain-N3 .contents-search,
.temhain-N3 .contents-login {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 2.4rem;
  background: var(--bg-color);
  border-radius: 3.2rem;
  text-align: center
}

.temhain-N3 .contents-search .search-form {
  width: 100%;
  margin-top: 1.6rem
}

.temhain-N1 .header-search-form {
  width: 100%;
  max-width: 68rem;
  margin: 0 auto
}

.temhain-N3 .contents-search .inputset {
  position: relative
}

.temhain-N3 .contents-search .inputset.inputset-round .inputset-input {
  padding-right: 5.8rem
}

.temhain-N3 .contents-search .search-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 5.8rem;
  height: 100%;
  line-height: 1;
  border: none;
  background: none
}

.temhain-N3 .contents-search .search-btn::before {
  font-size: 2rem
}

.temhain-N3 .contents-search .tag-list {
  display: flex;
  justify-content: center;
  gap: 0.4rem 0.8rem;
  flex-wrap: wrap;
  margin-top: 0.8rem
}

.temhain-N3 .contents-search .tag-list button {
  background: none;
  border: 0;
  color: var(--text-color3)
}

.temhain-N3 .contents-login {
  background: #e7efea
}

.temhain-N3 .contents-login .login-tit {
  margin-bottom: 2.4rem
}

.temhain-N3 .contents-login .login-tit strong {
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .temhain-N3 {
    padding-top: 1.8rem
  }

  .temhain-N3 .contents-inner {
    flex-direction: column
  }

  .temhain-N3 .contents-left,
  .temhain-N3 .contents-right {
    width: 100%
  }

  .temhain-N3 .contents-right {
    gap: 1.2rem
  }

  .temhain-N3 .contents-swiper {
    height: 36rem
  }

  .temhain-N3 .swiper-slide {
    border-radius: 2.4rem
  }

  .temhain-N3 .textset {
    padding: 3.2rem
  }

  .temhain-N3 .textset .textset-tit+.textset-desc {
    margin-top: 0.2rem
  }

  .temhain-N3 .textset .btnset {
    margin-top: 2rem
  }

  .temhain-N3 .swiper-control {
    width: 20.4rem;
    height: 8.4rem
  }

  .temhain-N3 .swiper-control .control-inner {
    right: 1.4rem;
    bottom: 1.4rem;
    gap: 3.8rem
  }

  .temhain-N3 .paging {
    gap: 0.6rem
  }

  .temhain-N3 .swiper-btngroup {
    gap: 0.4rem
  }

  .temhain-N3 .swiper-control button {
    width: 1.6rem;
    height: 1.6rem
  }

  .temhain-N3 .contents-search,
  .temhain-N3 .contents-login {
    border-radius: 2.4rem
  }

  .temhain-N3 .contents-search .search-form {
    margin-top: 1.2rem
  }

  .temhain-N3 .contents-login .login-tit {
    margin-bottom: 2rem
  }

  .temhain-N3 .contents-search .tag-list {
    gap: .8rem;
    margin: 0.4rem
  }

  .temhain-N3 .contents-search .inputset.inputset-round .inputset-input {
    padding-right: 5rem
  }

  .temhain-N3 .contents-search .search-btn {
    width: 5rem
  }

  .temhain-N3 .contents-search .search-btn::before {
    font-size: 1.6rem
  }
}
/* temhain-N4 */
.temhain-N4 {
  /* interim 151: 섹션 여백 2배 */
  padding-top: 24rem;
  padding-bottom: 24rem;
  overflow: hidden
}

.temhain-N4 .textset {
  text-align: center
}

.temhain-N4 .textset .textset-tit {
  font-weight: var(--fw-medium)
}

.temhain-N4 .textset .textset-tit+.textset-desc {
  margin-top: 0.8rem
}

.temhain-N4 .textset .textset-desc {
  font-weight: var(--fw-regular)
}

.temhain-N4 .tabset {
  margin-top: 6rem;
  margin-bottom: 4rem
}

.temhain-N4 .tabset .tabset-list {
  flex-wrap: wrap;
  gap: 0.8rem
}

.temhain-N4 .tabset .tabset-link {
  border: 1px solid var(--border-color);
  transition: border 0.3s;
  font-weight: var(--fw-regular);
  background: var(--white)
}

.temhain-N4 .tabset .tabset-link.active,
.temhain-N4 .tabset .tabset-link:hover {
  background: var(--primary);
  border-color: var(--primary)
}

.temhain-N4 .cardset-wrap {
  gap: 4rem 0;
  --th-gutter: 0.5rem
}

.temhain-N4 .cardset:hover .cardset-header .btnset {
  background: var(--primary)
}

.temhain-N4 .cardset .cardset-header {
  position: relative
}

.temhain-N4 .cardset .cardset-figure {
  width: 100%;
  height: 28rem;
  border-radius: 3.2rem;
  overflow: hidden
}

.temhain-N4 .cardset .cardset-figure::after {
  position: absolute;
  right: -1px;
  bottom: -1px;
  z-index: 1;
  content: "";
  width: 11rem;
  height: 11.2rem;
  background-image: url(../icons/img_card_bg.svg);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain
}

.temhain-N4 .cardset .cardset-header .btnset {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 6.4rem;
  height: 6.4rem;
  min-width: 0;
  padding: 0;
  border-radius: 50%;
  background: var(--black);
  transition: 0.3s
}

.temhain-N4 .cardset .cardset-header .btnset::before {
  font-size: 2rem;
  color: var(--white)
}

.temhain-N4 .cardset .cardset-body {
  padding: 1.6rem 1rem 0 1rem
}

.temhain-N4 .cardset .cardset-subtit {
  display: inline-block
}

.temhain-N4 .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.temhain-N4 .cardset .cardset-desc {
  margin-top: 1.2rem;
  margin-bottom: 0;
  -webkit-line-clamp: 3;
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .temhain-N4 {
    /* interim 151: 섹션 여백 2배 (mobile) */
    padding-top: 6rem;
    padding-bottom: 12rem
  }

  .temhain-N4 .textset .textset-tit+.textset-desc {
    margin-top: 0.4rem
  }

  .temhain-N4 .tabset {
    margin-top: 3rem;
    margin-bottom: 2.4rem
  }

  .temhain-N4 .tabset .tabset-list {
    flex-wrap: nowrap;
    gap: 0.4rem
  }

  .temhain-N4 .cardset-wrap {
    flex-direction: column;
    gap: 4rem;
    --th-gutter: 0
  }

  .temhain-N4 .cardset-wrap .cardset {
    width: 100%
  }

  .temhain-N4 .cardset .cardset-figure {
    height: 20rem;
    border-radius: 2.4rem
  }

  .temhain-N4 .cardset .cardset-figure::after {
    width: 8.2rem;
    height: 8.4rem
  }

  .temhain-N4 .cardset .cardset-header .btnset {
    width: 4.8rem;
    height: 4.8rem
  }

  .temhain-N4 .cardset .cardset-header .btnset::before {
    font-size: 1.6rem
  }

  .temhain-N4 .cardset .cardset-body {
    padding: 0.8rem 0.8rem 0 0.8rem
  }

  .temhain-N4 .cardset .cardset-desc {
    margin-top: 0.8rem
  }
}
/* temhain-N5 */
.temhain-N5 {
  /* interim 151: 섹션 여백 2배 */
  padding-top: 24rem;
  padding-bottom: 24rem;
  background: #e7efea;
  overflow: hidden
}

.temhain-N5 .textset {
  text-align: center
}

.temhain-N5 .textset .textset-tit {
  font-weight: var(--fw-medium)
}

.temhain-N5 .textset .textset-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem
}

.temhain-N5 .textset .textset-link:hover span {
  background: var(--primary)
}

.temhain-N5 .textset .textset-link span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--black);
  transition: 0.3s
}

.temhain-N5 .textset .textset-link span::before {
  font-size: 1.2rem;
  color: var(--white)
}

.temhain-N5 .textset .textset-link+.textset-desc {
  margin-top: 0.8rem
}

.temhain-N5 .contents-group {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 6rem
}

.temhain-N5 .contents-left {
  width: 50%
}

.temhain-N5 .contents-list {
  max-height: 49rem;
  padding-right: 1rem;
  overflow-y: auto
}

.temhain-N5 .contents-list::-webkit-scrollbar {
  width: 6px
}

.temhain-N5 .contents-list::-webkit-scrollbar-track {
  background-color: #ddd
}

.temhain-N5 .contents-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px
}

.temhain-N5 .contents-item {
  padding: 4rem;
  border-radius: 3.2rem;
  cursor: pointer;
  background-color: var(--white);
  transition: 0.3s
}

.temhain-N5 .contents-item.active {
  background: var(--primary)
}

.temhain-N5 .contents-item.active .contents-tit,
.temhain-N5 .contents-item.active .contents-desc {
  color: var(--white)
}

.temhain-N5 .contents-item.active .contents-desc span {
  color: #e0e0e0
}

.temhain-N5 .contents-item.active .contents-desc span+span::before {
  background: rgba(var(--white-rgb), 0.3)
}

.temhain-N5 .contents-item+.contents-item {
  margin-top: 2rem
}

.temhain-N5 .contents-item .contents-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.temhain-N5 .contents-item .contents-desc {
  display: flex;
  align-items: center;
  margin-top: 0.8rem
}

.temhain-N5 .contents-item .contents-desc span {
  position: relative;
  display: -webkit-box;
  max-width: 50%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--text-color3);
  transition: 0.3s
}

.temhain-N5 .contents-item .contents-desc span+span {
  padding-left: 1.7rem
}

.temhain-N5 .contents-item .contents-desc span+span::before {
  content: "";
  position: absolute;
  left: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 1px;
  height: 1.2rem;
  background: #d9d9d9;
  transition: 0.3s
}

.temhain-N5 .contents-right {
  width: 50%
}

.temhain-N5 .videoset {
  display: block;
  height: 49rem;
  border-radius: 3.2rem;
  overflow: hidden
}

.temhain-N5 .videoset .videoset-play {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: rgba(var(--black-rgb), 0.8)
}

.temhain-N5 .videoset .videoset-play::before {
  font-size: 2.8rem;
  color: var(--white)
}

@media (max-width: 992px) {
  .temhain-N5 {
    /* interim 151: 섹션 여백 2배 (mobile) */
    padding-top: 12rem;
    padding-bottom: 12rem
  }

  .temhain-N5 .textset .textset-link {
    gap: 0.8rem
  }

  .temhain-N5 .textset .textset-link span {
    width: 3.2rem;
    height: 3.2rem
  }

  .temhain-N5 .textset .textset-link+.textset-desc {
    margin-top: 0.2rem
  }

  .temhain-N5 .contents-group {
    flex-direction: column-reverse;
    gap: 1.2rem;
    width: 100%;
    margin-top: 3rem
  }

  .temhain-N5 .contents-left,
  .temhain-N5 .contents-right {
    width: 100%
  }

  .temhain-N5 .contents-list {
    width: 100%;
    max-height: 42rem;
    padding-right: 0
  }

  .temhain-N5 .contents-item {
    padding: 2rem;
    border-radius: 2.4rem
  }

  .temhain-N5 .contents-item+.contents-item {
    margin-top: 1.2rem
  }

  .temhain-N5 .contents-item .contents-desc {
    margin-top: 0.4rem
  }

  .temhain-N5 .contents-item .contents-desc span+span {
    padding-left: 0.8rem
  }

  .temhain-N5 .contents-item .contents-desc span+span::before {
    left: 0.4rem;
    height: 1rem
  }

  .temhain-N5 .videoset {
    height: 38rem;
    border-radius: 2.4rem
  }

  .temhain-N5 .videoset .videoset-play {
    width: 6rem;
    height: 6rem
  }

  .temhain-N5 .videoset .videoset-play::before {
    font-size: 2rem
  }
}

@media (max-width: 768px) {
  .temhain-N5 .videoset {
    height: 21.5rem
  }
}
/* interim 136: temhain-N6 모바일에서 숏폼/롱폼 라벨 + 숏폼 카드 캡션 숨김 (웹은 그대로) */
/* interim 144: 모바일에서 쇼츠(contents-left TOMM40·LCT)가 너무 크게 풀폭 노출 → 60% 폭으로 축소 + 중앙 정렬 */
/* interim 145: 쇼츠 클릭 시 모달 풀스크린(100dvh) + close 버튼은 우상단 inside */
@media (max-width: 992px) {
  .temhain-N6 .contents-tit { display: none !important; }
  .temhain-N6 .contents-left .videoset > p.p2 { display: none !important; }
  .temhain-N6 .contents-left .videoset {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .temhain-N6 .modalset.modalset-video {
    padding: 0 !important;
    z-index: 9999999 !important;
  }
  .temhain-N6 .modalset.modalset-video .modalset-content {
    width: 100vw !important;
    max-width: 100vw !important;
    height: 100dvh !important;
    border-radius: 0 !important;
  }
  /* close 버튼은 모달 안쪽 우상단으로 (풀스크린 시 화면 밖으로 나가지 않게) */
  .temhain-N6 .modalset.modalset-video .modalset-close {
    top: calc(1.2rem + env(safe-area-inset-top, 0px)) !important;
    right: 1.2rem !important;
    bottom: auto !important;
    width: 4rem !important;
    height: 4rem !important;
    background: rgba(0, 0, 0, 0.6) !important;
    border-radius: 50% !important;
    z-index: 100 !important;
  }
  .temhain-N6 .modalset.modalset-video .modalset-close::before {
    font-size: 1.8rem !important;
  }
  .temhain-N6 .modalset.modalset-video video {
    object-fit: contain;
    background: #000;
  }
}
/* temhain-N6 */
.temhain-N6 {
  /* interim 151: 섹션 여백 2배 */
  padding-top: 24rem;
  padding-bottom: 12rem;
  overflow: hidden
}

.temhain-N6 .textset {
  text-align: center
}

.temhain-N6 .textset .textset-tit {
  font-weight: var(--fw-medium)
}

.temhain-N6 .textset .textset-link {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.2rem
}

.temhain-N6 .textset .textset-link:hover span {
  background: var(--primary)
}

.temhain-N6 .textset .textset-link span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--black);
  transition: 0.3s
}

.temhain-N6 .textset .textset-link span::before {
  font-size: 1.2rem;
  color: var(--white)
}

.temhain-N6 .contents-group {
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 6rem
}

.temhain-N6 .contents-tit {
  display: inline-block;
  margin-bottom: 1.2rem;
  padding: 0 1.2rem;
  font-weight: var(--fw-bold)
}

.temhain-N6 .videoset {
  border-radius: 3.2rem;
  overflow: hidden
}

.temhain-N6 .videoset .videoset-button {
  height: 100%
}

.temhain-N6 .videoset-button .videoset-icon {
  width: 8rem;
  height: 8rem
}

.temhain-N6 .videoset-button .videoset-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain
}

.temhain-N6 .videoset-button .videoset-img {
  object-position: top left
}

.temhain-N6 .contents-left {
  width: 100%;
  max-width: calc(50% + 13rem)
}

.temhain-N6 .contents-left .videoset {
  height: 68rem
}

.temhain-N6 .contents-left .video-group {
  display: flex;
  align-items: flex-start;
  gap: 2rem
}

.temhain-N6 .contents-right {
  width: 100%;
  max-width: calc(50% - 13rem)
}

.temhain-N6 .contents-right .videoset {
  height: 33rem
}

.temhain-N6 .contents-right .videoset+.videoset {
  margin-top: 2rem
}

@media (max-width: 1280px) {
  .temhain-N6 .contents-left .videoset {
    height: 58rem
  }

  .temhain-N6 .contents-right .videoset {
    height: 28rem
  }
}

@media (max-width: 992px) {
  .temhain-N6 {
    /* interim 151: 섹션 여백 2배 (mobile) */
    padding-top: 12rem;
    padding-bottom: 6rem
  }

  .temhain-N6 .textset .textset-link {
    gap: 0.8rem
  }

  .temhain-N6 .textset .textset-link span {
    width: 3.2rem;
    height: 3.2rem
  }

  .temhain-N6 .textset .textset-link+.textset-desc {
    margin-top: 0.2rem
  }

  .temhain-N6 .contents-group {
    flex-direction: column;
    gap: 4rem;
    margin-top: 3.6rem
  }

  .temhain-N6 .contents-tit {
    margin-bottom: 0.8rem
  }

  .temhain-N6 .videoset {
    border-radius: 2.4rem
  }

  .temhain-N6 .videoset-button .videoset-icon {
    width: 6rem;
    height: 6rem
  }

  .temhain-N6 .contents-left,
  .temhain-N6 .contents-right {
    max-width: 100%
  }

  .temhain-N6 .contents-left .video-group {
    flex-direction: column
  }

  .temhain-N6 .contents-left .videoset,
  .temhain-N6 .contents-right .videoset {
    height: auto
  }

  .temhain-N6 .contents-right .videoset+.videoset {
    margin-top: 1.2rem
  }
}
/* temhain-N7 */
.temhain-N7 {
  /* interim 149: 위 여백 확대 — 다른 섹션과 균일하게 10rem (B 단계 JS snap gap zone) */
  /* interim 151: 섹션 여백 2배 */
  padding-top: 20rem;
  padding-bottom: 24rem;
  overflow: hidden
}

.temhain-N7 .contents-inenr {
  display: flex;
  align-items: flex-start;
  gap: 2rem
}

.temhain-N7 .contents-left,
.temhain-N7 .contents-right {
  width: 50%
}

.temhain-N7 .textset {
  margin-bottom: 2rem
}

.temhain-N7 .textset .textset-tit {
  font-weight: var(--fw-medium)
}

.temhain-N7 .textset .textset-link {
  display: flex;
  align-items: center;
  gap: 1.2rem
}

.temhain-N7 .textset .textset-link:hover span {
  background: var(--primary)
}

.temhain-N7 .textset .textset-link span {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: var(--black);
  transition: 0.3s
}

.temhain-N7 .textset .textset-link span::before {
  font-size: 1.2rem;
  color: var(--white)
}

.temhain-N7 .contents-list {
  max-height: 64rem;
  overflow-y: auto
}

.temhain-N7 .contents-list::-webkit-scrollbar {
  width: 6px
}

.temhain-N7 .contents-list::-webkit-scrollbar-track {
  background-color: #ddd
}

.temhain-N7 .contents-list::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 3px
}

.temhain-N7 .contents-link {
  width: 100%;
  padding: 3.6rem 4rem;
  border-radius: 3.2rem;
  background: var(--bg-color);
  transition: 0.3s
}

.temhain-N7 .contents-item+.contents-item {
  margin-top: 2rem
}

.temhain-N7 .contents-tit {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s
}

.temhain-N7 .contents-tit+.contents-date {
  margin-top: 0.8rem;
  transition: 0.3s
}

.temhain-N7 .contents-date {
  color: var(--text-color3)
}

.temhain-N7 .contents-left .contents-link {
  background: #f2f6f3
}

.temhain-N7 .contents-left .contents-link:hover {
  background: var(--primary)
}

.temhain-N7 .contents-left .contents-link:hover .contents-tit {
  color: var(--white)
}

.temhain-N7 .contents-left .contents-link:hover .contents-date {
  color: #e0e0e0
}

.temhain-N7 .contents-right .contents-link:hover {
  background: var(--secondary)
}

.temhain-N7 .contents-right .contents-link:hover .contents-tit {
  color: var(--white)
}

.temhain-N7 .contents-right .contents-link:hover .contents-date {
  color: #e0e0e0
}

@media (max-width: 992px) {
  .temhain-N7 {
    /* interim 151: 섹션 여백 2배 (mobile) */
    padding-top: 6rem;
    padding-bottom: 12rem
  }

  .temhain-N7 .textset .textset-link {
    gap: 0.8rem;
    padding: 0 1.2rem
  }

  .temhain-N7 .textset .textset-link span {
    width: 3.2rem;
    height: 3.2rem
  }

  .temhain-N7 .textset .textset-link+.textset-desc {
    margin-top: 0.2rem
  }

  .temhain-N7 .contents-inenr {
    gap: 4rem;
    flex-direction: column
  }

  .temhain-N7 .textset {
    margin-bottom: 1.2rem
  }

  .temhain-N7 .contents-left,
  .temhain-N7 .contents-right {
    width: 100%
  }

  .temhain-N7 .contents-tit {
    -webkit-line-clamp: 2
  }

  .temhain-N7 .contents-list {
    max-height: 56rem
  }

  .temhain-N7 .contents-item+.contents-item {
    margin-top: 1.2rem
  }

  .temhain-N7 .contents-link {
    padding: 2.4rem;
    border-radius: 2.4rem
  }

  .temhain-N7 .contents-tit+.contents-date {
    margin-top: 0.4rem
  }
}
/* sub_office-N4 */
.sub_office-N4 {
  overflow: hidden;
  position: relative;
  padding-top: 20rem;
  padding-bottom: 8rem
}

.sub_office-N4 .contents-inner {
  width: 100%
}

.sub_office-N4 .title-area {
  margin-bottom: 6rem
}

.sub_office-N4 .title-area p {
  margin-top: 0.4rem;
  color: var(--text-color3)
}

.sub_office-N4 .tabset.tabset-brick .tabset-item {
  flex: 1
}

.sub_office-N4 .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
  padding: 1.9rem 3.2rem;
  height: 100%
}

@media (max-width: 992px) {
  .sub_office-N4 {
    padding-top: 12rem;
    padding-bottom: 4rem
  }

  .sub_office-N4 .title-area {
    margin-bottom: 3rem
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-list {
    overflow: visible;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-bottom: 0;
    border: 1px solid var(--border-color)
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-item {
    margin: 0;
    width: 100%;
    border: none
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-item:nth-child(odd) {
    border-right: 1px solid var(--border-color)
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-item:nth-child(n + 3) {
    border-top: 1px solid var(--border-color)
  }

  .sub_office-N4 .tabset.tabset-brick .tabset-list.tabset-lg .tabset-link {
    padding: 1.2rem 2.4rem;
    border: none;
    min-height: var(--ht-lg)
  }
}
/* sub_office-N6 */
.sub_office-N6 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 16rem
}

.sub_office-N6 .contents-inner {
  width: 100%
}

.sub_office-N6 .title-area {
  margin-bottom: 4rem
}

.sub_office-N6 .title-area h2 {
  color: var(--primary);
  margin-bottom: 0.4rem
}

.sub_office-N6 .thumb-area {
  margin-bottom: 6rem;
  width: 100%;
  height: 42rem
}

.sub_office-N6 .thumb-area img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sub_office-N6 .desc-area p {
  margin-top: 2rem;
  color: var(--text-color3)
}

@media (max-width: 992px) {
  .sub_office-N6 {
    padding-top: 4rem;
    padding-bottom: 8rem
  }

  .sub_office-N6 .title-area {
    margin-bottom: 2rem
  }

  .sub_office-N6 .thumb-area {
    margin-bottom: 3rem;
    height: auto;
    aspect-ratio: 328/220
  }

  .sub_office-N6 .desc-area p {
    margin-top: 1.2rem
  }
}
/* sub_office-N7 */
.sub_office-N7 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem;
  background: #f6f8fc
}

.sub_office-N7 .contents-inner {
  width: 100%
}

.sub_office-N7 .title-area {
  margin-bottom: 10rem
}

.sub_office-N7 .title-area h2 {
  color: var(--primary)
}

.sub_office-N7 .title-area strong {
  display: block;
  margin: 0.4rem 0 2rem
}

.sub_office-N7 .title-area p {
  color: var(--text-color3)
}

.sub_office-N7 .thumb-area {
  width: 100%
}

.sub_office-N7 .thumb-area .wrap {
  display: flex;
  gap: 2.4rem
}

.sub_office-N7 .thumb-area .wrap+.wrap {
  margin-top: 2.4rem
}

.sub_office-N7 .thumb-area .thumb {
  position: relative;
  height: 46rem
}

.sub_office-N7 .thumb-area .thumb::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to bottom, rgba(var(--black-rgb), 0) 70%, rgba(var(--black-rgb), 80%))
}

.sub_office-N7 .thumb-area .thumb.lg {
  flex: 1 1 83rem
}

.sub_office-N7 .thumb-area .thumb.sm {
  flex: 1 1 58.6rem
}

.sub_office-N7 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.sub_office-N7 .desc {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 4rem
}

.sub_office-N7 .desc strong {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 5;
  color: var(--white);
  font-weight: var(--fw-bold)
}

@media (max-width: 992px) {
  .sub_office-N7 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .sub_office-N7 .title-area {
    margin-bottom: 5rem
  }

  .sub_office-N7 .title-area strong {
    margin: 0.4rem 0 1.2rem
  }

  .sub_office-N7 .thumb-area .wrap {
    flex-direction: column;
    gap: 1.6rem
  }

  .sub_office-N7 .thumb-area .wrap+.wrap {
    margin-top: 1.6rem
  }

  .sub_office-N7 .thumb-area .thumb {
    height: 28rem
  }

  .sub_office-N7 .thumb-area .thumb.lg,
  .sub_office-N7 .thumb-area .thumb.sm {
    flex: none
  }

  .sub_office-N7 .desc {
    padding: 2rem
  }
}
/* sub_office-N8 */
.sub_office-N8 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.sub_office-N8 .contents-inner {
  width: 100%
}

.sub_office-N8 .title-area {
  margin-bottom: 10rem
}

.sub_office-N8 .title-area h2 {
  color: var(--primary)
}

.sub_office-N8 .title-area strong {
  display: block;
  margin: 0.4rem 0 2rem
}

.sub_office-N8 .title-area p {
  color: var(--text-color3)
}

.sub_office-N8 .list-area {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 0 36rem;
  position: relative;
  padding: 8rem 4rem
}

.sub_office-N8 .list-area::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0.1rem;
  background: var(--border-color)
}

.sub_office-N8 .list-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 0.1rem;
  height: 100%;
  background: var(--border-color)
}

.sub_office-N8 .logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
  padding: 3rem;
  width: 20rem;
  min-height: 20rem;
  border-radius: 50%;
  background: var(--black)
}

.sub_office-N8 .logo-item img {
  height: 4.4rem;
  object-fit: contain
}

.sub_office-N8 .logo-item span {
  color: var(--white);
  font-weight: var(--fw-bold);
  text-align: center
}

.sub_office-N8 .item {
  display: flex;
  gap: 0.8rem
}

.sub_office-N8 .item i {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.8rem;
  height: 4.2rem;
  font-style: normal
}

.sub_office-N8 .item strong {
  font-weight: var(--fw-bold)
}

.sub_office-N8 .item p {
  margin-top: 0.8rem;
  color: var(--text-color3)
}

.sub_office-N8 .item:nth-child(2),
.sub_office-N8 .item:nth-child(3) {
  padding-bottom: 8.4rem
}

.sub_office-N8 .item:nth-child(4),
.sub_office-N8 .item:nth-child(5) {
  padding-top: 8.4rem
}

@media (max-width: 992px) {
  .sub_office-N8 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .sub_office-N8 .title-area {
    margin-bottom: 5rem
  }

  .sub_office-N8 .title-area strong {
    margin: 0.4rem 0 1.2rem
  }

  .sub_office-N8 .list-area {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 0;
    padding: 0
  }

  .sub_office-N8 .list-area::before,
  .sub_office-N8 .list-area::after {
    content: none
  }

  .sub_office-N8 .logo-item {
    gap: 0.4rem;
    position: static;
    transform: none;
    margin: 0 auto 3.2rem;
    padding: 2rem 1rem;
    width: 14rem;
    min-height: 14rem
  }

  .sub_office-N8 .logo-item img {
    height: 3.5rem
  }

  .sub_office-N8 .list-area .item {
    gap: 0.4rem;
    padding: 2.4rem 0;
    border-bottom: 1px solid var(--border-color)
  }

  .sub_office-N8 .list-area .item:nth-child(2) {
    padding-top: 0
  }

  .sub_office-N8 .item i {
    width: 2.2rem;
    height: 3.4rem
  }

  .sub_office-N8 .item p {
    margin-top: 0.4rem
  }
}
/* bloomcity-N10 */
.bloomcity-N10 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem
}

.bloomcity-N10 .contents-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%
}

.bloomcity-N10 .con-tit {
  margin: 0 auto 6rem 0
}

.bloomcity-N10 .con-tit p {
  margin-top: 1.6rem;
  color: #505050
}

.bloomcity-N10 .link-area {
  display: flex;
  align-items: center;
  gap: 4rem
}

.bloomcity-N10 .tabset {
  margin-bottom: 12rem
}

.bloomcity-N10 .tabset .tabset-list {
  justify-content: flex-start
}

.bloomcity-N10 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item:first-child {
  padding-left: 0
}

.bloomcity-N10 .tabset.tabset-solid .tabset-link.active {
  font-weight: var(--fw-bold)
}

.bloomcity-N10 .tabset.tabset-solid .tabset-link.active::after,
.bloomcity-N10 .tabset.tabset-solid .tabset-link:hover::after {
  content: none
}

.bloomcity-N10 .wrap {
  width: 100vw
}

.bloomcity-N10 .tab-con {
  width: 100%;
  height: 42rem
}

.bloomcity-N10 .tab-con img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 992px) {
  .bloomcity-N10 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .bloomcity-N10 .con-tit {
    margin-bottom: 4rem
  }

  .bloomcity-N10 .con-tit p {
    margin-top: 0.8rem
  }

  .bloomcity-N10 .tab-con {
    height: 22rem
  }

  .bloomcity-N10 .tabset {
    margin-bottom: 8rem
  }

  .bloomcity-N10 .tabset.tabset-solid .tabset-list.tabset-lg .tabset-item {
    padding-right: 1rem;
    padding-left: 1rem
  }
}
/* bloomcity-N16 */
.bloomcity-N16 {
  overflow: hidden;
  position: relative;
  padding-top: 12rem;
  padding-bottom: 6rem
}

.bloomcity-N16 .contents-inner {
  width: 100%
}

.bloomcity-N16 .content-group {
  display: flex;
  justify-content: space-between;
  gap: 5rem;
  margin-bottom: 12rem
}

.bloomcity-N16 .content-group h2,
.bloomcity-N16 .content-group .textset-desc {
  flex: 1
}

.bloomcity-N16 .content-group h2 em {
  font-style: normal;
  font-weight: var(--fw-bold)
}

.bloomcity-N16 .content-group .textset-desc p {
  color: #666
}

.bloomcity-N16 .con-figure {
  width: 100%;
  height: 42rem
}

.bloomcity-N16 .con-figure .con-img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 992px) {
  .bloomcity-N16 {
    padding-top: 8rem;
    padding-bottom: 4rem
  }

  .bloomcity-N16 .content-group {
    flex-direction: column;
    gap: 2.4rem;
    margin-bottom: 8rem
  }

  .bloomcity-N16 .con-figure {
    height: 22rem
  }
}
/* bloomcity-N17 */
.bloomcity-N17 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem
}

.bloomcity-N17 .contents-inner {
  width: 100%;
  text-align: center
}

.bloomcity-N17 .contents-inner p {
  margin-top: 1.6rem;
  color: #666
}

@media (max-width: 992px) {
  .bloomcity-N17 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .bloomcity-N17 .contents-inner p {
    margin-top: 0.8rem
  }

  .bloomcity-N17 br {
    display: none
  }
}
/* bloomcity-N18 */
.bloomcity-N18 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem
}

.bloomcity-N18 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11.5rem
}

.bloomcity-N18 .thumb {
  flex: 1 1 15.5rem;
  height: 40rem
}

.bloomcity-N18 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bloomcity-N18 .desc {
  flex: 1
}

.bloomcity-N18 .desc strong {
  font-weight: var(--fw-bold)
}

.bloomcity-N18 .desc p {
  margin-top: 1.6rem;
  color: #666
}

@media (max-width: 992px) {
  .bloomcity-N18 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .bloomcity-N18 .contents-inner {
    flex-direction: column;
    gap: 1.6rem
  }

  .bloomcity-N18 .thumb {
    height: 24rem
  }

  .bloomcity-N18 .desc p {
    margin-top: 0.8rem
  }

  .bloomcity-N18 .thumb,
  .bloomcity-N18 .desc {
    flex: none;
    width: 100%
  }
}
/* bloomcity-N19 */
.bloomcity-N19 {
  overflow: hidden;
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem
}

.bloomcity-N19 .contents-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 11.5rem
}

.bloomcity-N19 .thumb {
  flex: 1 1 15.5rem;
  height: 40rem
}

.bloomcity-N19 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

.bloomcity-N19 .desc {
  flex: 1
}

.bloomcity-N19 .desc strong {
  font-weight: var(--fw-bold)
}

.bloomcity-N19 .desc p {
  margin-top: 1.6rem;
  color: #666
}

@media (max-width: 992px) {
  .bloomcity-N19 {
    padding-top: 4rem;
    padding-bottom: 4rem
  }

  .bloomcity-N19 .contents-inner {
    flex-direction: column;
    gap: 1.6rem
  }

  .bloomcity-N19 .thumb {
    height: 24rem
  }

  .bloomcity-N19 .desc p {
    margin-top: 0.8rem
  }

  .bloomcity-N19 .thumb,
  .bloomcity-N19 .desc {
    flex: none;
    width: 100%
  }
}
/* opilsol-N17 */
.opilsol-N17 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem
}

.opilsol-N17 .contents-inner {
  width: 100%
}

.opilsol-N17 .thumb-area {
  display: flex;
  justify-content: center;
  width: 100%
}

.opilsol-N17 .thumb-area img {
  width: 100vw;
  height: 48rem;
  object-fit: cover
}

.opilsol-N17 .title-area {
  margin-top: 4rem;
  text-align: center
}

.opilsol-N17 .title-area p {
  margin-top: 2rem;
  color: #777;
  font-weight: var(--fw-regular)
}

@media (max-width: 992px) {
  .opilsol-N17 {
    padding-top: 6rem;
    padding-bottom: 6rem
  }

  .opilsol-N17 .title-area {
    margin-top: 2rem
  }

  .opilsol-N17 .title-area p {
    margin-top: 1.6rem
  }
}
/* opilsol-N20 */
.opilsol-N20 {
  overflow: hidden;
  position: relative;
  padding-top: 10rem;
  padding-bottom: 10rem
}

.opilsol-N20 .contents-inner {
  width: 100%
}

.opilsol-N20 .list-area {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 8rem;
  opacity: 0;
  visibility: hidden;
  height: 0
}

.opilsol-N20 .list-area.active {
  opacity: 1;
  visibility: visible;
  margin-top: 8rem;
  height: auto;
  transition: opacity 0.3s, visibility 0.3s
}

.opilsol-N20 .item {
  display: flex;
  align-items: center;
  gap: 10rem
}

.opilsol-N20 .desc {
  width: 50%
}

.opilsol-N20 .desc p {
  margin-top: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--border-color);
  font-weight: var(--fw-regular);
  color: #767676
}

.opilsol-N20 .desc dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 1.6rem 2rem;
  margin-top: 2rem
}

.opilsol-N20 .desc dt {
  font-weight: var(--fw-bold)
}

.opilsol-N20 .desc dd {
  margin: 0;
  color: #767676
}

.opilsol-N20 .thumb {
  width: calc(50% + 14.5rem);
  height: 48rem
}

.opilsol-N20 .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover
}

@media (max-width: 992px) {
  .opilsol-N20 {
    padding-top: 6px;
    padding-bottom: 8rem
  }

  .opilsol-N20 .tabset.tabset-brick .tabset-list {
    overflow: hidden;
    display: grid;
    grid-template-columns: 1fr 1fr
  }

  .opilsol-N20 .tabset.tabset-brick .tabset-item {
    width: 100%;
    border: none;
    margin: 0
  }

  .opilsol-N20 .tabset.tabset-brick .tabset-item:nth-child(3) a {
    border-left: 1px solid var(--border-color)
  }

  .opilsol-N20 .list-area {
    gap: 6rem
  }

  .opilsol-N20 .list-area.active {
    margin-top: 6rem
  }

  .opilsol-N20 .item {
    flex-direction: column;
    gap: 2rem
  }

  .opilsol-N20 .item:nth-child(odd) {
    flex-direction: column-reverse
  }

  .opilsol-N20 .desc,
  .opilsol-N20 .thumb {
    width: 100%
  }

  .opilsol-N20 .desc p {
    margin-top: 1.6rem;
    padding-bottom: 1.6rem
  }

  .opilsol-N20 .desc dl {
    grid-template-columns: 1fr;
    margin-top: 1.6rem;
    gap: 0
  }

  .opilsol-N20 .desc dt {
    margin-bottom: 0.8rem
  }

  .opilsol-N20 .desc dd:nth-of-type(1) {
    margin-bottom: 1.6rem
  }

  .opilsol-N20 .thumb {
    height: 28rem
  }
}
/* butti-N10 — interim 134: 전구 배경(img_subvisual_01.png) 제거 */
.butti-N10 {
  position: relative;
  overflow: hidden;
  background: #F4ECDC
}

.butti-N10 .contents-container {
  display: flex;
  align-items: center;
  height: 80rem
}

.butti-N10 .title-area {
  width: 100%
}

.butti-N10 .title-area h2 {
  color: var(--white)
}

@media (max-width: 992px) {
  .butti-N10 .contents-container {
    height: 62rem
  }
}
/* butti-N12 */
.butti-N12 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 8rem
}

.butti-N12 .title-area {
  width: 100%
}

.butti-N12 .title-area h2 {
  color: #777;
  font-weight: var(--fw-bold)
}

.butti-N12 .title-area p {
  margin-top: 2rem;
  color: #242424
}

@media (max-width: 992px) {
  .butti-N12 {
    padding-top: 10rem;
    padding-bottom: 5rem
  }

  .butti-N12 .title-area p {
    margin-top: 0.8rem
  }
}
/* butti-N24 */
.butti-N24 {
  overflow: hidden;
  position: relative;
  padding-top: 16rem;
  padding-bottom: 16rem
}

.butti-N24 .contents-inner {
  width: 100%
}

.butti-N24 .cardset.cardset-hor {
  align-items: center
}

.butti-N24 .cardset.cardset-hor .cardset-figure {
  flex: 1;
  width: auto;
  height: 40rem
}

.butti-N24 .cardset.cardset-hor .cardset-body {
  flex: 1;
  margin-left: 4rem;
  padding: 0
}

.butti-N24 .cardset.cardset-hor+.cardset.cardset-hor {
  margin-top: 10rem
}

.butti-N24 .cardset .cardset-desc {
  overflow: visible;
  -webkit-line-clamp: inherit;
  color: #777;
  font-weight: var(--fw-regular)
}

.butti-N24 .cardset .cardset-tit+.cardset-desc,
.cardset .cardset-desc+.cardset-txt {
  margin: 2rem 0 0
}

@media (max-width: 992px) {
  .butti-N24 {
    padding-top: 10rem;
    padding-bottom: 10rem
  }

  .butti-N24 .cardset.cardset-hor+.cardset.cardset-hor {
    margin-top: 4rem
  }

  .butti-N24 .cardset.cardset-hor .cardset-figure {
    width: 100%;
    height: 24rem
  }

  .butti-N24 .cardset.cardset-hor .cardset-body {
    margin: 2rem 0 0 0;
    width: 100%
  }

  .butti-N24 .cardset.cardset-xl .cardset-tit+.cardset-desc {
    margin-top: 0.8rem
  }
}
/* temhain-N13 */
.temhain-N13 {
  padding-top: 8rem;
  padding-bottom: 12rem;
  overflow: hidden
}

.temhain-N13 .textset {
  margin-bottom: 1.2rem;
  padding: 0 1rem
}

.temhain-N13 .textset .textset-tit {
  font-weight: var(--fw-medium)
}

.temhain-N13 .imageset {
  display: inline-block;
  height: 46rem;
  border-radius: 3.4rem;
  overflow: hidden
}

@media (max-width: 992px) {
  .temhain-N13 {
    padding-top: 4rem;
    padding-bottom: 8rem;
    overflow: hidden
  }

  .temhain-N13 .textset {
    margin-bottom: 0.8rem;
    padding: 0 0.8rem
  }

  .temhain-N13 .imageset {
    height: 36rem;
    border-radius: 2.4rem
  }
}
/* temhain-N9 */
.temhain-N9 {
  overflow: hidden
}

.temhain-N9 .tabset .tabset-list {
  justify-content: flex-start;
  gap: 0.8rem
}

.temhain-N9 .tabset .tabset-link {
  border: 1px solid var(--border-color);
  transition: border 0.3s;
  font-weight: var(--fw-regular)
}

.temhain-N9 .tabset .tabset-link.active {
  border-color: var(--primary)
}

@media (max-width: 992px) {
  .temhain-N9 .tabset .tabset-list {
    gap: 0.4rem
  }
}
/* temhain-N15 */
.temhain-N15 {
  padding-top: 8rem;
  padding-bottom: 12rem;
  overflow: hidden
}

.temhain-N15 .contents-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between
}

.temhain-N15 .point {
  font-style: normal;
  color: var(--primary)
}

.temhain-N15 .btnset-icon .contents-tit {
  font-weight: var(--fw-bold)
}

.temhain-N15 .inputset {
  flex-basis: 28rem;
  display: flex;
  align-items: center;
  position: relative
}

.temhain-N15 .inputset button {
  background: none;
  border: 0
}

.temhain-N15 .inputset.inputset-icon .icon {
  width: 1.6rem;
  height: 1.6rem
}

.temhain-N15 .inputset.inputset-icon.icon-left .inputset-input {
  padding-left: 4.4rem
}

.temhain-N15 .inputset.inputset-icon .ff-ico::before {
  font-size: 1.6rem
}

.temhain-N15 .contents-top .inputset-input {
  padding-right: 3rem
}

.temhain-N15 .contents-list {
  margin-top: 1.6rem
}

.temhain-N15 .contents-item:first-child .cardset {
  border-top: 1px solid var(--border-color)
}

.temhain-N15 .cardset {
  align-items: flex-start;
  gap: 4rem;
  padding: 3rem 2.4rem;
  border-bottom: 1px solid var(--border-color);
  transition: 0.3s
}

.temhain-N15 .cardset:hover {
  background: #f2f6f3
}

.temhain-N15 .cardset .cardset-figure {
  width: 24rem;
  height: 14rem;
  border-radius: 2.4rem;
  overflow: hidden
}

.temhain-N15 .cardset.cardset-hor .cardset-body {
  padding: 0
}

.temhain-N15 .cardset .cardset-tit {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis
}

.temhain-N15 .cardset .cardset-tit+.cardset-desc {
  margin-top: 0.4rem;
  margin-bottom: 0
}

.temhain-N15 .cardset .cardset-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: 0.3s;
  margin-top: 0.8rem;
  color: var(--text-color3)
}

.temhain-N15 .cardset .cardset-info {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2.4rem
}

.temhain-N15 .cardset .cardset-info span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 50%;
  color: var(--text-color3)
}

.temhain-N15 .cardset .cardset-info span+span {
  position: relative;
  padding-left: 0.8rem
}

.temhain-N15 .cardset .cardset-info span+span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 1.2rem;
  background: var(--border-color)
}

.temhain-N15 .pagiset {
  margin-top: 8rem
}

@media (max-width: 992px) {
  .temhain-N15 {
    padding-top: 3rem;
    padding-bottom: 6rem;
    overflow: hidden
  }

  .temhain-N15 .contents-top {
    display: block
  }

  .temhain-N15 .inputset {
    margin-top: 0.8rem
  }

  .temhain-N15 .contents-list {
    margin-top: 1.2rem
  }

  .temhain-N15 .cardset {
    padding: 2.4rem 0
  }

  .temhain-N15 .cardset:hover {
    background: transparent
  }

  .temhain-N15 .cardset .cardset-figure {
    width: 100%;
    height: 20rem
  }

  .temhain-N15 .cardset.cardset-hor .cardset-body {
    padding: 0.8rem 0.8rem 0 0.8rem
  }

  .temhain-N15 .cardset .cardset-tit+.cardset-desc {
    margin-top: 0
  }

  .temhain-N15 .cardset .cardset-info {
    gap: 0.4rem;
    margin-top: 1.6rem
  }

  .temhain-N15 .cardset .cardset-info span+span {
    padding-left: 0.4rem
  }

  .temhain-N15 .pagiset {
    margin-top: 4rem
  }
}
/* opilsol-N24 */
.opilsol-N24 {
  overflow: hidden;
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem
}

.opilsol-N24 .contents-inner {
  width: 100%
}

.opilsol-N24 .tableset {
  text-align: center
}

.opilsol-N24 .tableset .tableset-table>thead.thead-light>*>* {
  background: #fff
}

.opilsol-N24 .tableset .tableset-table>thead.thead-border-top>*>* {
  border-top: 1px solid #111;
  border-bottom: 0
}

.opilsol-N24 .tableset .tableset-table>tbody>*>td.text-left {
  text-align: left
}

.opilsol-N24 .tableset tbody {
  border-top: 1px solid var(--border-color)
}

.opilsol-N24 .tableset tbody tr:hover {
  background-color: #fafafa
}

.opilsol-N24 .tableset tbody td.date {
  color: #bbbbbb
}

.opilsol-N24 .pagiset {
  margin-top: 8rem
}

.opilsol-N24 .pagiset.pagiset-line .pagiset-ctrl .pagiset-link::after {
  font-size: 1.8rem
}

@media (max-width: 992px) {
  .opilsol-N24 {
    padding-top: 8rem;
    padding-bottom: 8rem
  }

  .opilsol-N24 .textset {
    margin-bottom: 2rem
  }

  .opilsol-N24 .tableset-table {
    min-width: auto
  }

  .opilsol-N24 .tableset-table .tableset-tit a {
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table {
    display: block
  }

  .opilsol-N24 .tableset.tableset-fract thead {
    display: none
  }

  .opilsol-N24 .tableset.tableset-fract tbody {
    display: block;
    border-top: 1px solid #111
  }

  .opilsol-N24 .tableset.tableset-fract tbody tr {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 1.6rem 0.8rem;
    gap: 0;
    border-bottom: 1px solid var(--border-color)
  }

  .opilsol-N24 .tableset.tableset-fract tbody tr td {
    padding: 0 !important;
    border: 0 !important
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table td.tableset-mobile {
    display: none
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table td.tableset-tit {
    width: 100%;
    max-width: 100%;
    max-height: 2.4rem
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table td.tableset-order01 {
    order: 1
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table td.tableset-order02 {
    order: 2
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table td.tableset-order03 {
    order: 3
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table td.tableset-order04 {
    order: 4
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table td.tableset-order05 {
    order: 5
  }

  .opilsol-N24 .tableset.tableset-fract .tableset-table td.tableset-order06 {
    order: 6
  }

  .opilsol-N24 .pagiset {
    margin-top: 4rem
  }

  .opilsol-N24 .pagiset.pagiset-line .pagiset-ctrl .pagiset-link::after {
    font-size: 1.2rem
  }
}

/* ==========================================================================
   [Custom Override] N5 전문가 인터뷰 카드 도형 높이 확대 및 상하좌우 가운데 정렬
   ========================================================================== */
.temhain-N5 .contents-left {
  width: 58% !important; /* 카드 도형 가로 크기 확대 (기존 50%) */
}
.temhain-N5 .contents-right {
  width: 42% !important; /* 영상 영역 가로 크기 축소 (기존 50%) */
}
.temhain-N5 .contents-list .contents-item {
  min-height: 140px !important; /* 위아래 높이 증가 */
  padding: 24px 40px !important; /* 상하 24px, 좌우 40px 여백 */
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important; /* 수직 중간 정렬 */
  align-items: center !important; /* 수평 가운데 정렬 */
  text-align: center !important; /* 텍스트 가운데 정렬 */
}
@media (max-width: 992px) {
  .temhain-N5 .contents-left,
  .temhain-N5 .contents-right {
    width: 100% !important;
  }
  .temhain-N5 .contents-list .contents-item {
    min-height: 130px !important; /* 모바일 높이 확대 */
    padding: 20px 20px !important; /* 모바일 여백 */
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
}
.temhain-N5 .contents-list .contents-tit {
  display: block !important;
  max-width: 100% !important;
  margin-bottom: 8px !important;
  line-height: 1.4 !important;
  word-break: keep-all !important;
  white-space: normal !important;
  overflow: visible !important;
  text-align: center !important;
}
.temhain-N5 .contents-list .contents-desc {
  display: flex !important;
  justify-content: center !important; /* 수평 가운데 정렬 */
  align-items: center !important;
  margin: 0 !important;
  line-height: 1.55 !important;
  word-break: keep-all !important;
  white-space: normal !important;
  overflow: visible !important;
  text-align: center !important;
}
.temhain-N5 .contents-list .contents-desc span {
  display: block !important;
  max-width: 100% !important; /* 기존 50% 너비 제한을 풀어 전체를 채우도록 함 */
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: clip !important;
  text-align: center !important;
}
/* interim 136: workeen-N11 swiper — project3 템플릿에서 이식, 홈 상단(웰니스 코칭 위)에 삽입 */
.workeen-N11 {
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  max-width: 762px;
}
.workeen-N11 .contents-inner { width: 100%; }
.workeen-N11 .swiper { margin-top: 1.6rem; }
.workeen-N11 .swiper .swiper-wrapper { align-items: stretch; }
.workeen-N11 .swiper .swiper-slide {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  height: auto;
  min-height: 16rem;
  border-radius: 0.8rem;
  position: relative;
}
.workeen-N11 .swiper-slide .imageset {
  position: absolute;
  inset: 0;
  height: auto;
}
.workeen-N11 .swiper-slide .imageset .imageset-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workeen-N11 .swiper-slide .textset {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.8rem;
  position: relative;
  z-index: 1;
}
.workeen-N11 .swiper-slide .textset-tit {
  color: var(--white, #fff);
  font-weight: 700;
}
.workeen-N11 .swiper-slide .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.workeen-N11 .swiper-slide .tag-wrap span {
  flex-shrink: 0;
  color: var(--white, #fff);
}
.workeen-N11 .pagination {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 2;
  padding: 0 1rem;
  height: 2.2rem;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: rgba(17, 17, 17, 0.6);
  border-radius: 10rem;
}
.workeen-N11 .pagination span { color: var(--white, #fff); }
.workeen-N11 .pagination .total { color: #a8a8a8; }

/* interim 137: workeen-N11 — slider 대신 2칸 grid */
/* interim 138: workeen-N11 위·아래 여백 — interim 140: 데스크탑 margin-bottom 제거(웰니스 코칭 padding-top 12rem가 이미 있어 desktop만 과도) */
.workeen-N11-grid {
  /* interim 151: 섹션 여백 2배 */
  margin-top: 12rem;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .workeen-N11-grid {
    /* interim 151: 섹션 여백 2배 (mobile) */
    margin-top: 6rem;
    margin-bottom: 6rem;
  }
}
/* interim 141: 데스크탑에서 카드가 화면 폭에 맞춰 반응형으로 확대 — 모바일은 기존 사이즈 유지 */
@media (min-width: 993px) {
  .workeen-N11.workeen-N11-grid { max-width: 1200px; }
  .workeen-N11-grid .grid-card {
    min-height: 0;
    aspect-ratio: 2 / 1;
  }
}
/* interim 139: 데스크탑은 2칸 가로 유지, 모바일에서만 1칸 세로 스택 */
.workeen-N11-grid .grid-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
@media (max-width: 992px) {
  .workeen-N11-grid .grid-wrap {
    grid-template-columns: 1fr;
  }
}
.workeen-N11-grid .grid-card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 2rem;
  min-height: 16rem;
  border-radius: 0.8rem;
  text-decoration: none;
}
.workeen-N11-grid .grid-card .imageset {
  position: absolute;
  inset: 0;
  height: auto;
}
.workeen-N11-grid .grid-card .imageset .imageset-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.workeen-N11-grid .grid-card .textset {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 3.8rem;
  position: relative;
  z-index: 1;
}
.workeen-N11-grid .grid-card .textset-tit {
  color: #fff;
  font-weight: 700;
}
.workeen-N11-grid .grid-card .tag-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.workeen-N11-grid .grid-card .tag-wrap span {
  flex-shrink: 0;
  color: #fff;
}
@media (max-width: 600px) {
  .workeen-N11-grid .grid-wrap { gap: 8px; }
  .workeen-N11-grid .grid-card { padding: 1.4rem; min-height: 14rem; }
}
