/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/guide/page.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
.page_container__c4iiF {
  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__C1ZHt {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;

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

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

.page_topBanner__nj7By {
  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__QsqoM {
  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__C1ZHt {
    background-image: url('/images/pc/love/love_001.jpg');
  }

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

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

@media (max-width: 768px) {
  .page_topContainer__C1ZHt {
    background-image: url('/images/mobile/love/love_001.jpg');
  }
  
  .page_topBanner__nj7By {
    height: 217px;
    background-size: 650px 217px;
  }
  
  .page_bannerText__QsqoM {
    max-width: 650px;
    font-size: 16px;
    padding: 0 15px;
  }
}

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

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

.page_tabMenu__qM0sc {
  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__qM0sc.page_active__YbQtO {
  background-color: #4E9CFB;
  font-weight: bold;
}

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

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

.page_destGroup__nEkJg {
  width: 100%;
  max-width: 1140px;
  margin: 80px auto;
  position: relative;
}

.page_destGroup__nEkJg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 40px;
  width: 2px;
  height: 100%;
  background-color: #CFE5FF;
}

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

/* 세로줄 */
.page_destTitle__tDfZH {
  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%;
}

.page_destTitleIcon__aelPy {
  width: 36px; /* 또는 원하시는 사이즈 */
  height: 36px;
  object-fit: contain;
  margin-left: 1px;
}

.page_dest2__apZKo {
  margin: 0 auto;
  width: 100%;
  max-width: 1140px;
  padding: 0;
  height: auto;
}

.page_dest2Content__dOJxW {
  display: flex;
  align-items: stretch;
  gap: 0;
  width: 100%;
  height: auto; /* JavaScript로 동적 설정 */
  min-height: 200px;

  color: #111111;
}

.page_dest2Icon__PEliI {
  width: 23%;
  max-width: 260px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 10px 0px;
}

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

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

.page_dest2IconImage__Jqasw {
  max-width: 160px;
  max-height: 160px;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_dest2Title__EOHhq {
  width: 15%;
  max-width: 180px;
  padding: 40px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  box-sizing: border-box;

  color: #111111;
}

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

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

.page_dest2Title__EOHhq .page_dest2TitleText__DxbnK {
  font-size: 24px;
  font-weight: 600;
  color: #111111;
  margin: 0 0 10px 0;
  letter-spacing: -0.5px;
  text-align: center;
}

.page_dest2Title__EOHhq .page_dest2TitleArrow__bGGpH {
  width: 17px;
  height: 10px;
  color: #111111;
  margin: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -2.5%;
  text-align: center;
}

.page_dest2Description__6p6fV {
  width: 62%;
  max-width: 700px;
  height: 100%;
  padding: 40px 10px 40px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  flex: 1;
  box-sizing: border-box;

  color: #111111;
}

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

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

.page_dest2Description__6p6fV p {
  font-size: 20px;
  line-height: 1.6;
  color: #111111;
  margin: 0;
  letter-spacing: -0.5px;
  
}

.page_dest2Description__6p6fV p:not(:last-child) {
  margin-bottom: 15px;
}

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

.page_dest2Description__6p6fV li {
  font-size: 20px;
  color: #111111;
  margin: 8px 0;
  padding-left: 20px;
  position: relative;
  letter-spacing: -0.5px;
}

.page_dest2Description__6p6fV li:before {
  content: '•';
  position: absolute;
  left: 0;
  color: #4E9CFB;
  font-weight: bold;
}

.page_destTitle__tDfZH,
.page_dest2__apZKo {
  position: relative;
  z-index: 1;  /* 라인보다 위에 오도록 */
  box-sizing: border-box;
  color: #111111;
}

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

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

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

.page_buttonContainer__S_HVb {
  width: 100%;
  gap: 40px;
  display: flex;
}

.page_serviceButton__3gaX_ {
  width: 290px;
  height: 40px;
  border: 1px solid #4E9CFB;
  background-color: transparent;
  color: #4E9CFB;
  font-size: 18px;
  cursor: pointer;
  border-radius: 4px;
  font-family: 'Pretendard', sans-serif;
}

/* 러시아어 버전 dest2Title 스타일 */
.page_dest2TitleRu__elNte {
  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__elNte .page_dest2TitleText__DxbnK {
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  margin: 0;
  letter-spacing: -0.5px;
  text-align: center;
}

/* 러시아어 버전 dest2Description 스타일 */
.page_dest2DescriptionRu__7kbYC {
  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__7kbYC 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;
}

/* 홀수 섹션 배경 이미지 */
.page_dest2Odd__ONTYB {
  /*
  background-image: url('/images/pc/love_guide_dest2_bg_1.png');
  background-repeat: repeat-y;
  background-position: center;
  */
}

/* 짝수 섹션 배경 이미지 */
.page_dest2Even__X9U1R {
  /*
  background-image: url('/images/pc/love_guide_dest2_bg_2.png');
  background-repeat: repeat-y;
  background-position: center;
  */
}

/* 러시아어 버전 dest2Icon 가운데 정렬 */
.page_dest2IconRu__ut0Cl {
  width: 260px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px 0;
  min-height: 200px;
}

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

.page_mobileTabMenuWrapper__pzkyt {
  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__93cZ8 {
  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__93cZ8.page_active__YbQtO {
  background-color: #4E9CFB;
  color: #000000;
  font-weight: bold;
}

.page_mobileSubTitleWrapper__PDa59 {
  text-align: center;
  margin: 30px 0 22px 0;
}

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

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

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

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

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

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

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

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

.page_mobileDest2Odd__nqhNR {
  background: #F1F7FE;
  border-radius: 8px;
}

.page_mobileDest2Even__AnSS5 {
  background: #FFF4F4;
  border-radius: 8px;
}

.page_mobileDest2__4BwkT {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  z-index: 3;
}

.page_mobileDest2Icon__DogvY {
  width: 8%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.page_mobileDest2Content__Pu8RW {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 20px;
}

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

.page_mobileDest2Description__8VXYv {
  font-size: 12px;
}

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

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

.page_mobileDestGroup__PMaUn::before {
  content: '';
  position: absolute;
  top: 0;
  left: 10px;
  width: 2px;
  height: 100%;
  background-color: #CFE5FF;
}
