@charset "UTF-8";
.breadcrumbs {
  color: #000;
  position: relative;
  z-index: 1;
}
.breadcrumbs .icon-button {
  color: #626262;
}

/* =====================================================
   서비스안내 2026 신규 디자인
   ===================================================== */

.service-guide-2026 {
  min-width: 1320px;
}
/* top 버튼: 컨텐츠(1320px) 우측 끝에서 60px 안쪽 */
.service-guide-2026 .top-button {
  right: calc((100% - 1320px) * 0.5 - 60px);
  z-index: 98;
}
/* 공유 버튼: top 버튼 바로 위 */
.service-guide-2026 .share-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 65px;
  right: calc((100% - 1320px) * 0.5 - 60px);
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
  z-index: 98;
}
.service-guide-2026 .share-button svg {
  width: 24px;
  height: 24px;
  position: relative;
  left: -1px;
}

/* 최상단 타이틀 배너 */
.service-content-wrap {
  margin-top: -56px;
}
.content-title-section {
  position: relative;
  width: 100%;
  height: 308px;
  text-align: center;
  overflow: hidden;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  z-index: 0;
}
.title-swiper {
  width: 100%;
}
.title-swiper .swiper-slide {
  width: 100%;
  height: 308px;
  overflow: hidden;
}
.title-swiper .slide-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.title-swiper .slide-inner img {
  display: block;
  max-width: 1320px;
  width: 100%;
  height: 100%;
}
.title-swiper-pagination {
  position: absolute;
  bottom: 20px !important;
  right: calc(50% - 650px);
  left: auto !important;
  width: auto !important;
  z-index: 10;
}
.title-swiper-pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  margin: 0 3px;
  border-radius: 100px;
  transition: width 0.3s, background-color 0.3s;
}
.title-swiper-pagination .swiper-pagination-bullet-active {
  width: 24px;
  background-color: #000;
}

/* 탭메뉴 */
.service-tab-area {
  background-color: #fceaf3;
  position: relative;
  z-index: 1;
}

.service-tab-area .inner {
  max-width: 1320px;
  margin: 0 auto;
  padding: 40px 0 0;
}
.service-tab-box {
  position: relative;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  background: transparent;
}
.service-tab-list {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.service-tab-list li {
  flex: 1;
  display: flex;
}
.service-tab-list li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 14px 16px;
  background-color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  text-align: center;
  min-height: 60px;
  box-sizing: border-box;
}
.service-tab-list li:last-child a {
  border-right: none;
}
.service-tab-list.row-top li:first-child a {
  border-radius: 20px 0 0 0;
}
.service-tab-list.row-top li:last-child a {
  border-radius: 0 20px 0 0;
}
.service-tab-list.row-bottom li:first-child a {
  border-radius: 0 0 0 20px;
}
.service-tab-list.row-bottom li:last-child a {
  border-radius: 0 0 20px 0;
}
.service-tab-list.row-bottom li a {
  border-bottom: none;
  border-top: none;
}
.service-tab-list li.active a {
  background-color: #4ebebb;
}
.service-tab-list li a .sub {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 1.4;
}
.service-tab-list li a .main {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 1.4;
}
.service-tab-list li.active a .sub,
.service-tab-list li.active a .main {
  color: #fff;
}
.service-tab-list li a .badge-wrap {
  position: absolute;
  top: 8px;
  right: 8px;
  display: flex;
  gap: 4px;
}
.service-tab-list li a .badge {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.service-tab-list li a .badge.type-up {
  background-color: #328bff;
}
.service-tab-list li a .badge.type-new {
  background-color: #ff647d;
}

.service-content-wrap .service-content {
  display: flex;
  flex-direction: column;
}

/* 본문영역 이미지 */
.section-main,
.section-video {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */ /* 260601 수정 */
}
.section-main img {
  display: block;
  margin: 0 auto;
  max-width: 1320px;
  width: 100%;
}

/* 영상 영역 비디오 */
.section-video {
  padding: 40px 0 40px 0;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.section-video .video-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.section-video .video-box iframe,
.section-video .video-box video {
  display: block;
  width: 1000px;
  aspect-ratio: 16 / 9;
  height: auto;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #000;
}

/* 슬라이드 영역 */
.section-slide {
  position: relative;
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */ /* 260601 수정 */
  padding: 40px 0 40px 0;
  overflow: hidden;
}
/* Swiper: 섹션 전체 너비 (min-width:1320px 이상 보장됨) */
.content-slide-swiper {
  width: 100%;
  overflow: hidden;
}
.content-slide-swiper .swiper-slide {
  width: 100%;
}
/* 슬라이드 내부 콘텐츠: 1320px 중앙 정렬 */
.content-slide-swiper .slide-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1320px;
  margin: 0 auto;
}
.content-slide-swiper .slide-img-box {
  width: 1000px;
  aspect-ratio: 16 / 9;
  border-radius: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  overflow: hidden;
  background: #eee;
  box-sizing: content-box;
  flex-shrink: 0;
}
.content-slide-swiper .slide-img-box img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* 이전/다음 버튼: sectin-slide(position:relative) 기준 절대위치 */
.slide-section-prev,
.slide-section-next {
  position: absolute;
  /* section padding(80px) + 이미지 포함 테두리(602px) 의 세로 중앙 */
  top: 381px;
  transform: translateY(-50%);
  width: 60px; /* 260602 수정 */
  height: 60px; /* 260602 수정 */
  border-radius: 50%;
  /* 활성화: 투명 배경 + 검정 테두리 + 검정 아이콘 */
  background-color: rgba(255, 255, 255, 0.6);
  /* border: 3px solid #000; */
  border: 2px solid #555; /* 260602 수정 */
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  z-index: 10;
}
/* 비활성화: 회색 배경 + 흰 아이콘 */
.slide-section-prev.is-disabled,
.slide-section-next.is-disabled {
  /* background-color: #fff; */
  border-color: #ccc;
  color: #ccc;
  cursor: default;
  pointer-events: none;
}
/* 1320px 콘텐츠 영역 좌우 끝에서 60px 안쪽 */
.slide-section-prev {
  left: calc(50% - 660px + 60px);
}
.slide-section-next {
  right: calc(50% - 660px + 60px);
}
.slide-section-prev svg,
.slide-section-next svg {
  width: 28px;
  height: 28px;
}
.slide-section-prev svg {
  position: relative;
  left: -2px;
}
.slide-section-next svg {
  position: relative;
  left: 2px;
}

/* CTA 빅버튼 영역 */
.section-cta {
  /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */ /* 260601 수정 */
  padding: 40px 0 40px 0;
}
.section-cta .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
  text-align: center;
}
.section-cta .cta-buttons {
  display: flex;
  gap: 20px;
  align-items: center;
}
.section-cta .cta-buttons .button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 70px;
  padding: 18px 30px;
  border-radius: 100px;
  background-color: #02a39f;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.section-cta .cta-buttons .button svg {
  width: 28px;
  height: 28px;
  color: #fff;
}

.section-cta .cta-buttons .button.type-primary:hover {
  border-color: transparent;
}


/* 플로팅 배너 */
.service-content-wrap ~ .floating_area {
  position: fixed;
  width: 160px;
  top: 460px;
  right: calc(50% + 680px);
  left: initial;
  /* left: calc(50% + 680px); */
  z-index: 98;
}
.service-content-wrap ~ .floating_area .banner {
  margin-bottom: 60px;
}
.service-content-wrap ~ .floating_area .banner:last-child {
  margin-bottom: 0;
}
.service-content-wrap ~ .floating_area .banner .btn-close svg {
  position: absolute;
  top: 4px;
  right: 0px;
  width: 16px;
  height: 16px;
  border: none;
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

/* footer */
.service-content-wrap ~ footer.layout-footer {
  margin-top: 0;
}
.service-content > div.is-last-order {
  border-bottom: none;
}

/* editor 영역 */
.service-content-wrap .editor {
  width: 100%;
  max-width: 1320px;
  margin: 0px auto 0;
  padding: 0px 100px;
  box-sizing: border-box;
  font-size: 20px;
  text-align: center;
  color:  #666;
}
.service-content-wrap .editor.slide-desc {
  overflow: hidden;
  margin-top: 40px;
  min-height: 200px;
  max-height: 200px;
}






