/*!****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: 150px;

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

.page_subTabMenu__IPKNP {
  width: 20%;
  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;
}

.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;
}
