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

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

.page_bodyContainer__xJR23 {
  width: 100%;
}

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

.page_topBanner__orksp {
  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__GZu_j {
  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__eb6D7 {
    background-image: url('/images/pc/notice/notice_001.jpg');
  }

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

@media (min-width: 1281px) {
  .page_topContainer__eb6D7 {
    background-image: url('/images/pc/notice/notice_001.jpg');
  }
}

@media (max-width: 768px) {
  .page_topContainer__eb6D7 {
    background-image: url('/images/mobile/notice/notice_001.jpg');
  }
  
  .page_topBanner__orksp {
    height: 217px;
    background-size: 650px 217px;
  }
  
  .page_bannerText__GZu_j {
    max-width: 650px;
    font-size: 16px;
    padding: 0 15px;
  }
}

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

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

.page_tabMenu__TLWbA {
  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__TLWbA.page_active__EUF6A {
  background-color: #4E9CFB;
  font-weight: bold;
}

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

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

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

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

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

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

.page_mobileTabMenu__m63_0 {
  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__m63_0.page_active__EUF6A {
  background-color: #4E9CFB;
  color: #000000;
  font-weight: bold;
}

.page_mobileSubTitleWrapper__0_fKS {
  text-align: center;
  margin: 30px 0 22px 0;
  width: 100%;
  overflow-x: hidden;
}

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

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

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

/* 카테고리 버튼 (PC) */
.page_categoryButtonRow__WKZXW {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
  margin: 80px 0 0 0;
  padding-left: 20px;
  padding-right: 20px;
}
.page_categoryButton__zFBTz {
  width: 110px;
  height: 110px;
  border-radius: 8px;
  background: #fff;
  border: 1.5px solid #e0e7ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(78, 156, 251, 0.08);
  cursor: pointer;
  transition: box-shadow 0.2s, border 0.2s;
  padding: 0;
}
.page_categoryButton__zFBTz:hover,
.page_categoryButton__zFBTz:focus {
  border: 2px solid #4E9CFB;
  box-shadow: 0 4px 16px rgba(78, 156, 251, 0.16);
}

.page_categoryButtonActive__Z_RAe {
  border: 3px solid #4E9CFB !important;
  box-shadow: 0 4px 16px rgba(78, 156, 251, 0.16) !important;
}
.page_categoryIcon____7A7 {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  display: block;
}
.page_categoryLabel__f32yq {
  font-size: 15px;
  color: #222;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  letter-spacing: -0.5px;
}

/* 카테고리 버튼 (모바일) */
.page_categoryButtonRowMobile__ku0dO {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  margin: 48px 0 0 0;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
  max-width: 100%;
}
.page_categoryButtonMobile__PD4ON {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  background: #fff;
  border: 1px solid #e0e7ef;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 1px 4px rgba(78, 156, 251, 0.08);
  cursor: pointer;
  padding: 0;
  flex-shrink: 0;
}
.page_categoryButtonMobile__PD4ON:active,
.page_categoryButtonMobile__PD4ON:focus {
  border: 2px solid #4E9CFB;
  box-shadow: 0 2px 8px rgba(78, 156, 251, 0.16);
}

.page_categoryButtonMobileActive__2N8CP {
  border: 3px solid #4E9CFB !important;
  box-shadow: 0 2px 8px rgba(78, 156, 251, 0.16) !important;
}
.page_categoryIconMobile__UmgOf {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  display: block;
}
.page_categoryLabelMobile__rFW4g {
  font-size: 12px;
  color: #222;
  font-weight: 500;
  text-align: center;
  margin-top: 0;
  letter-spacing: -0.5px;
} 

/* FAQ 리스트 (PC) */
.page_faqListWrapper__jVwq9 {
  width: 100%;
  max-width: 900px;
  margin: 40px auto 60px auto;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
  padding: 0;
}
.page_faqItem__cWIb_ {
  border-bottom: 1px solid #f0f1f3;
}
.page_faqItem__cWIb_:last-child {
  border-bottom: none;
}
.page_faqQuestionBtn__F3fBE {
  width: 100%;
  background: none;
  border: none;
  outline: none;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 24px 32px;
  cursor: pointer;
  font-size: 18px;
  color: #222;
  font-family: inherit;
  transition: background 0.15s;
  position: relative;
  text-align: left;
}
.page_faqQuestionBtn__F3fBE:hover, .page_faqQuestionBtn__F3fBE[aria-expanded="true"] {
  background: #f8f8fb;
}
.page_faqQ__H0rkn {
  color: #4E9CFB;
  font-weight: bold;
  font-size: 18px;
  margin-right: 8px;
  flex-shrink: 0;
}
.page_faqQuestion__GJ1c9 {
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  color: #222;
}
.page_faqArrow__N1wr3 {
  margin-left: 12px;
  font-size: 18px;
  color: #b0b0b0;
  flex-shrink: 0;
}
.page_faqAnswerWrap__00wHr {
  background: #fafafd;
  padding: 24px 48px 24px 56px;
  font-size: 16px;
  color: #333;
  animation: page_faqOpen__b5Htl 0.2s;
  border-radius: 0 0 12px 12px;
}
@keyframes page_faqOpen__b5Htl {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.page_faqA__QsFYb {
  color: #4E9CFB;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.page_faqAnswer__oQkZo {
  white-space: pre-line;
  font-size: 16px;
  color: #333;
}
.page_faqEmpty__UL4A2 {
  text-align: center;
  color: #aaa;
  padding: 60px 0;
  font-size: 18px;
}

/* FAQ 리스트 (모바일) */
.page_mobileFaqListWrapper__pDvOF {
  width: 100%;
  max-width: 100%;
  margin: 24px 0 40px 0;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  padding: 0;
}
@media (max-width: 768px) {
  .page_faqListWrapper__jVwq9 {
    max-width: 100%;
    margin: 24px 0 40px 0;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.04);
  }
  .page_faqQuestionBtn__F3fBE {
    padding: 18px 16px;
    font-size: 16px;
  }
  .page_faqAnswerWrap__00wHr {
    padding: 18px 24px 18px 32px;
    font-size: 15px;
    border-radius: 0 0 10px 10px;
  }
  .page_faqQ__H0rkn {
    font-size: 16px;
  }
  .page_faqA__QsFYb {
    font-size: 15px;
  }
  .page_faqAnswer__oQkZo {
    font-size: 15px;
  }
} 
