/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./app/love/service/page.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************/
.page_container__ZaXGF {
  width: 100%;

  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  font-family: "Pretendard", sans-serif; /* ✅ 폰트 설정 */
  letter-spacing: -0.5px;

  background-color: #ffffff;
}

.page_topContainer__1hG0Y {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;

  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.page_bodyContainer__F7nvd {
  width: 100%;
  padding: 0 20px 40px 20px;
}

.page_topBanner__kPWQy {
  width: 100%;
  height: 640px;
  margin-left: calc(-50vw + 50%);
  background-size: 1920px 640px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_bannerText__n9O60 {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: white;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -2.5%; /* ✅ 자간 */
  text-align: left;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

/* 반응형 처리 */
@media (max-width: 1280px) {
  .page_topContainer__1hG0Y {
    background-image: url("/images/pc/love/love_001.jpg");
  }

  .page_bannerText__n9O60 {
    width: 100%;
    padding: 0 20px;
  }
}

@media (min-width: 1281px) {
  .page_topContainer__1hG0Y {
    background-image: url("/images/pc/love/love_001.jpg");
  }
}

@media (max-width: 768px) {
  .page_topContainer__1hG0Y {
    background-image: url("/images/mobile/love/love_001.jpg");
  }

  .page_topBanner__kPWQy {
    height: 217px;
    background-size: 650px 217px;
  }

  .page_bannerText__n9O60 {
    max-width: 650px;
    font-size: 16px;
    padding: 0 15px;
  }
}

.page_tabMenuWrapper__U73FJ {
  display: flex;
  justify-content: center;
  margin-top: -28px;

  position: relative; /* ✅ position 추가 */
}

.page_tabMenu__KZfsv {
  width: 220px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #999999;
  transition: all 0.3s ease;
}

.page_tabMenu__KZfsv.page_active__9YAdS {
  background-color: #4e9cfb;
  font-weight: bold;
}

.page_subTitleWrapper__Kmzkw {
  text-align: center;
  margin-top: 120px;
}

.page_subTitle__DfpIY {
  font-size: 46px;
  font-weight: bold;
  display: inline-block;
  padding-bottom: 8px;
  border-bottom: 8px solid #4e9cfb;
}

.page_dest1__QuLVQ,
.page_dest2__yEvU9,
.page_dest3____AzR,
.page_dest4__U0xRW {
  margin: 0 auto; /* 위쪽 여백은 조정 가능 */
  display: block;
  color: #111111;
}

.page_dest1__QuLVQ {
  margin-top: 160px;
  display: flex;
  justify-content: center;
  width: 100%;
}

/* 러시아어 버전 wrapper */
.page_serviceContentRu__gVJmH {
  width: 1140px;
  margin: 80px auto;
  position: relative;
  letter-spacing: -0.5px;
}

.page_subTabMenuWrapper__zWdyc {
  display: flex;
  justify-content: center;
  margin-top: 40px;

  position: relative;
}

.page_subTabMenu__IPKNP {
  width: 25%;
  max-width: 220px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  font-size: 20px;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #999999;
  transition: all 0.3s ease;
}

.page_subTabMenu__IPKNP.page_active__9YAdS {
  background-color: #4e9cfb;
  font-weight: bold;
}

.page_dest2Wrapper__bufQG {
  width: 100%;
  max-width: 1280px;
  margin: 40px auto 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page_sliderContainer__32FmL {
  width: 100%;
  max-width: 1060px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/* 단계별 서비스 설명 (PC) */
.page_stageDescriptionWrapper__EThuX {
  width: 100%;
  max-width: 1060px;
  margin: 40px auto 60px auto;
  padding: 40px 48px;
  background-color: #f1f7fe;
  border-radius: 8px;
}

.page_stageDescriptionTitle__wSnqK {
  font-size: 28px;
  font-weight: bold;
  color: #4e9cfb;
  margin-bottom: 20px;
  padding-bottom: 12px;
  border-bottom: 2px solid #4e9cfb;
  letter-spacing: -0.5px;
}

.page_stageDescriptionList__n_U2_ {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page_stageDescriptionList__n_U2_ li {
  font-size: 20px;
  line-height: 1.7;
  color: #111;
  padding: 6px 0 6px 24px;
  position: relative;
  letter-spacing: -0.5px;
}

.page_stageDescriptionList__n_U2_ li::before {
  content: "•";
  color: #4e9cfb;
  position: absolute;
  left: 0;
  font-size: 20px;
}

/* 단계별 서비스 설명 (Mobile) */
.page_mobileStageDescriptionWrapper__eP5Tr {
  width: 100%;
  margin: 16px 0 24px 0;
  padding: 20px;
  background-color: #f1f7fe;
  border-radius: 8px;
}

.page_mobileStageDescriptionTitle__tot_t {
  font-size: 15px;
  font-weight: bold;
  color: #4e9cfb;
  margin-bottom: 10px;
  padding-bottom: 8px;
  border-bottom: 2px solid #4e9cfb;
  letter-spacing: -0.5px;
}

.page_mobileStageDescriptionList__wqZcY {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page_mobileStageDescriptionList__wqZcY li {
  font-size: 13px;
  line-height: 1.7;
  color: #111;
  padding: 4px 0 4px 16px;
  position: relative;
  letter-spacing: -0.5px;
}

.page_mobileStageDescriptionList__wqZcY li::before {
  content: "•";
  color: #4e9cfb;
  position: absolute;
  left: 0;
  font-size: 13px;
}

.page_sliderContainer__32FmL:active {
  cursor: grabbing;
}

.page_sliderContainer__32FmL * {
  pointer-events: none;
}

.page_sliderTrack__G_eSd {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  width: 100%;
  will-change: transform;
}

.page_sliderItem__C6Jke {
  flex-shrink: 0;
  width: 100%;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.page_sliderItem__C6Jke img {
  width: 100%;
  max-width: 1060px;
  height: auto;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.page_sliderItem__C6Jke img:hover {
  transform: scale(1.02);
}

/* 화살표 버튼 스타일 */
.page_arrowBtn__c8jyz {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  z-index: 10;
  transition: all 0.3s ease;
}

.page_arrowBtn__c8jyz:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page_arrowBtn__c8jyz:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* 러시아어 버전 서비스 섹션 스타일 */
.page_ruServiceSection__2ZCeX {
  padding: 40px;
  margin: 20px 0;
  background-color: #f7f7f7;
  border-radius: 8px;
}

.page_ruServiceTitle__jKxwo {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111111;
}

.page_ruServiceContent__oIQM8 {
  font-size: 18px;
  line-height: 1.6;
  color: #111111;
}

/* 러시아어 버전 서비스 설명 텍스트 */
.page_ruServiceDescription__ZhPFz {
  width: 100%;
  max-width: 1140px;
  margin: 40px auto;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #111111;
  line-height: 1.4;
  letter-spacing: -0.5px;
}

/* 러시아어 버전 destTitle 스타일 */
.page_destTitleRu__RdfTv {
  width: 100%;
  max-width: 1140px;
  padding: 80px 22px 60px 22px;
  height: 114px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 16px;
  color: #111111;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -2.5%;
}

/* 러시아어 버전 dest2 스타일 */
.page_dest2Ru__CBa_N {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 0;
  height: auto;
  min-height: 200px;
}

.page_dest2ContentRu__1rZqf {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  height: 100%;
  min-height: 200px;
}

.page_dest2IconRu__7wvLV {
  width: 23%;
  max-width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 20px;
  min-height: 200px;
}

.page_dest2TitleRu__WwWD5 {
  width: 15%;
  max-width: 180px;
  text-align: center;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  word-break: break-word;
  line-height: 1.3;
}

.page_dest2TitleRu__WwWD5 .page_dest2TitleText__43wYF {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  margin: 0;
  letter-spacing: -0.5px;
  text-align: center;
}

.page_dest2DescriptionRu__3_9mj {
  width: 62%;
  max-width: 700px;
  padding: 40px 10px 40px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-height: 200px;
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.page_dest2DescriptionRu__3_9mj p {
  font-size: 18px;
  line-height: 1.6;
  color: #111111;
  margin: 0 0 15px 0;
  letter-spacing: -0.5px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* 러시아어 버전 dest3 스타일 */
.page_dest3Ru__be07G {
  width: 100%;
  max-width: 1140px;
  margin: 40px auto 60px auto;
  padding: 40px 20px 30px 40px;
  background-color: #f7f7f7;
  font-size: 24px;
  line-height: 1.6;
  color: #111111;
  letter-spacing: -0.5px;
}

.page_dest3Ru__be07G p {
  margin: 0 0 20px 0;
  color: #111111;
}

.page_dest3Ru__be07G p:first-child {
  padding-left: 40px;
}

.page_dest3Ru__be07G p:nth-child(2),
.page_dest3Ru__be07G p:nth-child(3) {
  padding-left: 80px;
}

.page_dest3Ru__be07G p:last-child {
  margin-bottom: 0;
}

/* 홀수 섹션 배경색 */
.page_dest2TitleOdd__0zbmH {
  background-color: #e5f1ff;
}

/* 짝수 섹션 배경색 */
.page_dest2TitleEven__oo_7z {
  background-color: #ffebeb;
}
/* 홀수 섹션 배경색 */
.page_dest2DescriptionOdd__KvvyG {
  background-color: #f1f7fe;
}

/* 짝수 섹션 배경색 */
.page_dest2DescriptionEven__4fGXm {
  background-color: #fff4f4;
}

/* 홀수 섹션 배경색 */
.page_dest2IconOdd__8zsDQ {
  background-color: #f1f7fe;
}

/* 짝수 섹션 배경색 */
.page_dest2IconEven__oX78R {
  background-color: #fff4f4;
}

.page_destGroup__SmeMg {
  width: 100%;
}

.page_mobileBodyContainer__XUZHK {
  width: 100%;
  min-height: 400px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page_mobileTabMenuWrapper__GOWQC {
  display: flex;
  justify-content: center;
  margin-top: -14px;
  position: relative;
  max-width: 300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 2;
  gap: 0;
}

.page_mobileTabMenu__8EpSU {
  width: 120px;
  height: 28px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
  background-color: #fff;
  color: #000000;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #999999;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_mobileTabMenu__8EpSU.page_active__9YAdS {
  background-color: #4e9cfb;
  color: #000000;
  font-weight: bold;
}

.page_mobileSubTitleWrapper__MIH4c {
  text-align: center;
  margin: 30px 0 02px 0;
}

.page_mobileSubTitle__OLhby {
  font-size: 20px;
  font-weight: bold;
  color: #222;
  display: inline-block;
  border-bottom: 3px solid #4e9cfb;
  padding-bottom: 4px;
}

.page_mobileDestGroup__Vfr8W {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 10px;
  margin: 14px 0 24px 0;
}

.page_mobileDestImage__XyDMF {
  width: 100%;
  padding: 40px;
  height: auto;
  object-fit: contain;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.page_mobileDestGroupRu__Em7GB {
  width: 100%;
  margin: 24px auto;
  position: relative;
  letter-spacing: -0.5px;
  padding: 0 10px;
}

.page_mobileRuGuideSection__BI1Iu {
  margin-bottom: 24px;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 16px 12px;
}

.page_mobileRuGuideTitle__m7E6e {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #222;
}

.page_mobileRuGuideContent__YfVWI {
  font-size: 14px;
  color: #222;
  line-height: 1.6;
}

.page_mobileDest2IconImage__rirjc {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_mobileDest2Odd__NazZF {
  background: #f1f7fe;
  border-radius: 8px;
}

.page_mobileDest2Even__qw_1H {
  background: #fff4f4;
  border-radius: 8px;
}

.page_mobileDest2__r3iTA {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.page_mobileDest2Icon__BV5O9 {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_mobileDest2Content__Lxr3g {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}

.page_mobileDest2Title__hjs2G {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #111111;
}

.page_mobileDest2Description__ioDs8 {
  font-size: 12px;
}

.page_mobileDest2Description__ioDs8 p {
  font-size: 12px;
  margin-bottom: 10px;
  color: #111111;
}

.page_mobileDestTitle__Q0tj4 {
  font-size: 16px;
  margin-bottom: 6px;
  font-weight: bold;
  color: #111111;
  padding-left: 20px;
  padding-top: 5px;
  text-align: center;
}

.page_mobileRuSection1__CUROo {
  margin: 8px auto 42px auto;
  font-size: 14px;
  color: #111;
  display: block;
  max-width: 90vw;
  text-align: center;
  box-sizing: border-box;
  padding: 0 4px;
}

.page_mobileDest3Ru__MmxZ2 {
  margin: 8px auto 42px auto;
  font-size: 14px;
  color: #111;
  display: block;
  max-width: 90vw;
  box-sizing: border-box;
  padding: 20px;

  background-color: #f7f7f7;
}

.page_mobileRuSection1__CUROo p {
  margin-bottom: 10px;
  color: #111111;
}

.page_mobileRuSection2__crIa_ p {
  margin-bottom: 10px;
  color: #111111;
}

.page_mobileDest3Ru__MmxZ2 p {
  margin-bottom: 10px;
  color: #111111;
}

.page_mobileSubTabMenuWrapper__HtiW4 {
  display: flex;
  justify-content: center;
  margin: 24px 0 12px 0;
  width: 100%;
}

.page_mobileSubTabMenu__PYNtS {
  width: 70px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 13px;
  background-color: #fff;
  color: #000;
  font-weight: normal;
  cursor: pointer;
  border: 1px solid #999999;
  transition: all 0.3s ease;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page_mobileSubTabMenu__PYNtS.page_active__9YAdS {
  background-color: #4e9cfb;
  color: #fff;
  font-weight: bold;
  border: 1.5px solid #4e9cfb;
}

.page_mobileSliderContainer__v9RdJ {
  overflow: hidden;
  position: relative;
  margin: 0 auto 46px auto;
  width: 100%;
  height: 524px;
  cursor: grab;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-y;
}

.page_mobileSliderContainer__v9RdJ:active {
  cursor: grabbing;
}

.page_mobileSliderContainer__v9RdJ * {
  pointer-events: none;
}

.page_mobileSliderTrack__lQMLr {
  display: flex;
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

.page_mobileSliderItem__Y0GRp {
  flex-shrink: 0;
  width: 100vw;
  height: 524px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  transform-style: preserve-3d;
  backface-visibility: hidden;
}

.page_mobileSliderItem__Y0GRp img {
  width: 100%;
  max-width: 430px;
  height: 524px;
  object-fit: contain;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.page_mobileSliderItem__Y0GRp img:hover {
  transform: scale(1.02);
}

/* 모바일 화살표 버튼 스타일 */
.page_mobileArrowBtn__aY1tA {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #ddd;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  z-index: 10;
  transition: all 0.3s ease;
}

.page_mobileArrowBtn__aY1tA:hover {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.page_mobileArrowBtn__aY1tA:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

/* ============================================
   이용 과정 흐름도 - 오각형 + 중앙 (PC)
   ============================================ */
.page_processFlowWrapper__1w2Tl {
  max-width: 960px;
  margin: 60px auto 0 auto;
  text-align: center;
}

.page_processFlowPentagon__7zdRB {
  position: relative;
  width: 680px;
  height: 460px;
  margin: 0 auto;
}

.page_processFlowSvg__zMkHJ {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.page_pfOuterItem__622yR {
  position: absolute;
  width: 110px;
  text-align: center;
}

.page_pfOuterItemRight__YT_BO {
  position: absolute;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  width: 150px;
}

.page_pfOuterItemLeft__dwCny {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 10px;
  width: 150px;
}

.page_pfTextBlock__yPm5_ {
  flex: 1;
  min-width: 0;
}

.page_pfOuterItemRight__YT_BO .page_pfTextBlock__yPm5_ {
  text-align: left;
}

.page_pfOuterItemLeft__dwCny .page_pfTextBlock__yPm5_ {
  text-align: right;
}

.page_pfOuterItemRight__YT_BO .page_pfCircle__7sJCz,
.page_pfOuterItemLeft__dwCny .page_pfCircle__7sJCz {
  margin: 0;
  flex-shrink: 0;
}

.page_pfCenterItem__0xj9a {
  position: absolute;
  top: 194px;
  left: 50%;
  transform: translateX(-50%);
  width: 124px;
  text-align: center;
  z-index: 2;
}

.page_pfCircle__7sJCz {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4e9cfb 0%, #2e6dd4 100%);
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px auto;
  box-shadow: 0 4px 14px rgba(78, 156, 251, 0.4);
  transition: transform 0.2s;
}

.page_pfCircle__7sJCz:hover {
  transform: scale(1.08);
}

.page_pfCircleFinal__z0wiN {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #ff6b9d 0%, #e5476b 100%);
  box-shadow: 0 4px 14px rgba(229, 71, 107, 0.45);
  font-size: 24px;
}

.page_pfLabel__SwULB {
  font-size: 17px;
  font-weight: bold;
  color: #111;
  margin-bottom: 3px;
  letter-spacing: -0.3px;
  word-break: keep-all;
  line-height: 1.3;
}

.page_pfDesc__V24tt {
  font-size: 15px;
  color: #666;
  letter-spacing: -0.2px;
  word-break: keep-all;
  line-height: 1.4;
}

.page_processFlowCircleFinal__wYuDH {
  background: linear-gradient(135deg, #ff6b9d 0%, #e5476b 100%);
  box-shadow: 0 4px 14px rgba(229, 71, 107, 0.4);
}

/* ============================================
   서비스 카드 슬라이더 (PC)
   ============================================ */
.page_serviceSliderOuter__d9GW5 {
  width: 100%;
  max-width: 860px;
  margin: 44px auto 60px auto;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
}

.page_serviceSliderTrack__kVcpX {
  display: flex;
  width: 400%;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.page_serviceSliderItem__M55p1 {
  flex-shrink: 0;
  width: 25%;
}

.page_serviceCardNote__dgWUu {
  background: #f0f7ff;
  border-left: 4px solid #4e9cfb;
  padding: 12px 20px;
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  letter-spacing: -0.3px;
}

/* ============================================
   서비스 카드 내부 공통
   ============================================ */
.page_serviceCard__q_G7u {
  width: 100%;
}

.page_serviceCardVisible__OGUHf {
  display: block;
}

.page_serviceCardHidden__cPTwy {
  display: none;
}

.page_serviceCardHeader__90Fa7 {
  padding: 28px 36px 20px 36px;
  border-bottom: 1px solid #f0f0f0;
}

.page_serviceCardTitle__gOI_C {
  font-size: 20px;
  font-weight: bold;
  color: #111;
  letter-spacing: -0.5px;
  margin-bottom: 8px;
}

.page_serviceCardDesc__DIrl0 {
  font-size: 16px;
  color: #555;
  line-height: 1.65;
  letter-spacing: -0.3px;
}

.page_serviceCardBody__NN6LF {
  display: flex;
  align-items: flex-start;
  padding: 32px 36px;
  gap: 32px;
}

.page_serviceCardBadge__MXC4b {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}

.page_serviceCardBadgeInner__iGaFS {
  width: 120px;
  height: 120px;
  background: linear-gradient(135deg, #3a7bd5 0%, #6aaaf7 100%);
  border-radius: 18px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.page_serviceCardBadgeLines__f44Ov {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: center;
}

.page_cardBadgeLine__a9DZc {
  display: block;
  width: 46px;
  height: 4px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

.page_serviceCardBadgeIcon__804cx {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.8);
}

.page_selfTestLabel__9_i_2 {
  font-size: 12px;
  color: #4e9cfb;
  font-weight: 600;
  text-align: center;
  border: 1px dashed #4e9cfb;
  border-radius: 4px;
  padding: 3px 10px;
}

.page_serviceTagGrid__gA4Ox {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-content: start;
}

.page_serviceTag__BOCXN {
  height: 48px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: -0.3px;
  cursor: default;
}

.page_serviceTagOn__govRa {
  background: #4e9cfb;
  color: #fff;
  font-weight: bold;
}

.page_serviceTagOff__or7fZ {
  background: #f0f0f0;
  color: #aaa;
}

.page_serviceLegend__xP7gC {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 4px;
  padding-right: 4px;
}

.page_legendDotOn__JNeiu {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4e9cfb;
  flex-shrink: 0;
}

.page_legendDotOff__S5OUU {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #d0d0d0;
  flex-shrink: 0;
  margin-left: 14px;
}

.page_legendText__jrOLe {
  font-size: 13px;
  color: #555;
}

/* ============================================
   모바일 이용 과정 흐름도 - 2행 그리드
   ============================================ */
.page_mobileProcessFlowGrid__ebYFp {
  width: 100%;
  padding: 18px 12px 14px 12px;
  margin-bottom: 16px;
  background: linear-gradient(135deg, #f0f7ff 0%, #fafcff 100%);
  border-radius: 12px;
  border: 1px solid #deeefb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0;
}

.page_mobileProcessFlowRow__y01vE {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
  gap: 0;
}

.page_mobileProcessFlowStep__twR9a {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 68px;
  max-width: 80px;
  padding: 0 4px;
}

.page_mobileProcessFlowCircle__oZmNc {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: linear-gradient(135deg, #4e9cfb 0%, #3a7bd5 100%);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;
  box-shadow: 0 2px 8px rgba(78, 156, 251, 0.35);
  flex-shrink: 0;
}

.page_mobileProcessFlowCircleFinal__1uLfu {
  background: linear-gradient(135deg, #ff6b9d 0%, #e5476b 100%);
  box-shadow: 0 2px 8px rgba(229, 71, 107, 0.35);
  width: 42px;
  height: 42px;
  font-size: 17px;
}

.page_mobileProcessFlowLabel__0HTYv {
  font-size: 12px;
  font-weight: bold;
  color: #222;
  word-break: keep-all;
  line-height: 1.3;
  margin-bottom: 2px;
}

.page_mobileProcessFlowStepDesc__N6MgV {
  font-size: 10px;
  color: #888;
  word-break: keep-all;
  line-height: 1.3;
}

.page_mobileProcessFlowH__6GpZP {
  color: #b0cff7;
  font-size: 13px;
  align-self: center;
  padding: 0 2px;
  flex-shrink: 0;
  margin-bottom: 28px;
}

.page_mobileProcessFlowDown__I8yX2 {
  font-size: 18px;
  color: #4e9cfb;
  margin: 10px 0 8px 0;
  opacity: 0.7;
}

/* ============================================
   모바일 서비스 카드 슬라이더
   ============================================ */
.page_mobileServiceSliderOuter__T95L9 {
  width: 100%;
  overflow: hidden;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
  margin: 0 0 20px 0;
}

.page_mobileServiceSliderTrack__WqIcl {
  display: flex;
  width: 400%;
  transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.page_mobileServiceSliderItem__yHeLu {
  flex-shrink: 0;
  width: 25%;
}

.page_mobileServiceCardNote__dhPPu {
  background: #f0f7ff;
  border-left: 3px solid #4e9cfb;
  padding: 8px 14px;
  font-size: 11px;
  color: #444;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.page_mobileServiceCardHeader__qLKVy {
  padding: 16px 16px 12px 16px;
  border-bottom: 1px solid #f0f0f0;
}

.page_mobileServiceCardTitle__kFU5r {
  font-size: 15px;
  font-weight: bold;
  color: #111;
  margin-bottom: 6px;
  letter-spacing: -0.3px;
}

.page_mobileServiceCardDesc__iyQwM {
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  letter-spacing: -0.2px;
}

.page_mobileServiceCardBody__pnqpt {
  display: flex;
  align-items: flex-start;
  padding: 16px;
  gap: 14px;
}

.page_mobileServiceCardBadge__N0zZN {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}

.page_mobileServiceCardBadgeInner__88GfZ {
  width: 72px;
  height: 72px;
  background: linear-gradient(135deg, #3a7bd5 0%, #6aaaf7 100%);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.page_mobileServiceCardBadgeLines__Nd_FL {
  display: flex;
  flex-direction: column;
  gap: 3px;
  align-items: center;
}

.page_mobileBadgeLine__UtGsj {
  display: block;
  width: 26px;
  height: 3px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 2px;
}

.page_mobileServiceCardBadgeIcon__iBBUX {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.page_mobileSelfTestLabel__0aodw {
  font-size: 10px;
  color: #4e9cfb;
  font-weight: 600;
  text-align: center;
  border: 1px dashed #4e9cfb;
  border-radius: 4px;
  padding: 2px 6px;
}

.page_mobileServiceTagGrid__qpOtD {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  align-content: start;
}

.page_mobileServiceTag__WS29J {
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.2px;
}

.page_mobileServiceLegend__lnDiG {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  margin-top: 2px;
}

