/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/korean/page.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.page_container__YaNdm {
  width: 100%;

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

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

  overflow-x: visible;
}

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

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

.page_bodyContainer__KS_jO {
  width: 100%;
}

.page_imageWrapper__eFHnN {
  width: 1280px;
  margin: 0 auto;
}

.page_topBanner__ALPD2 {
  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__jQwwx {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Pretendard', sans-serif;  /* ✅ 폰트 설정 */
  color: white;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -2.5%;                  /* ✅ 자간 */
  text-align: right;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
}

/* 반응형 처리 */
@media (max-width: 1280px) {
  .page_topContainer__F3exU {
    background-image: url('/images/pc/korean/korean_001.jpg');
  }

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

@media (min-width: 1281px) {
  .page_topContainer__F3exU {
    background-image: url('/images/pc/korean/korean_001.jpg');
  }
}

@media (max-width: 768px) {
  .page_topContainer__F3exU {
    background-image: url('/images/mobile/korean/korean_001.jpg');
  }
  
  .page_topBanner__ALPD2 {
    height: 217px;
    background-size: 650px 217px;
  }
  
  .page_bannerText__jQwwx {
    max-width: 650px;
    font-size: 16px;
    padding: 0 15px;
  }
}

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

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

.page_tabMenu___XARG {
  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___XARG.page_active__AzI2t {
  background-color: #4E9CFB;
  font-weight: bold;
}

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

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

.page_destGroup__WyRt8 {
  margin: 140px auto 60px auto;
  display: flex;
  justify-content: center;
  max-width: 1280px;
  overflow: hidden;
}

.page_destGroup__WyRt8 img {
  max-width: 1280px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

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

.page_mobileTabMenuWrapper__YGmm_ {
  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__0h_j9 {
  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__0h_j9.page_active__AzI2t {
  background-color: #4E9CFB;
  color: #000000;
  font-weight: bold;
}

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

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

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

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