/* [project]/app/board/faq/page.module.css [app-client] (css) */
.page-module__jyrNKa__container {
  letter-spacing: -.5px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  font-family: Pretendard, sans-serif;
  display: flex;
  overflow-x: visible;
}

.page-module__jyrNKa__topContainer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
}

.page-module__jyrNKa__bodyContainer {
  width: 100%;
}

.page-module__jyrNKa__imageWrapper {
  width: 1280px;
  margin: 0 auto;
}

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

.page-module__jyrNKa__bannerText {
  color: #fff;
  width: 100%;
  max-width: 1280px;
  letter-spacing: -2.5%;
  text-align: right;
  text-shadow: 2px 2px 8px #0009;
  margin: 0 auto;
  padding: 0 20px;
  font-family: Pretendard, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.4;
}

@media (width <= 1280px) {
  .page-module__jyrNKa__topContainer {
    background-image: url("/images/pc/notice/notice_001.jpg");
  }

  .page-module__jyrNKa__bannerText {
    width: 100%;
    padding: 0 20px;
  }
}

@media (width >= 1281px) {
  .page-module__jyrNKa__topContainer {
    background-image: url("/images/pc/notice/notice_001.jpg");
  }
}

@media (width <= 768px) {
  .page-module__jyrNKa__topContainer {
    background-image: url("/images/mobile/notice/notice_001.jpg");
  }

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

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

.page-module__jyrNKa__tabMenuWrapper {
  justify-content: center;
  margin-top: -28px;
  display: flex;
  position: relative;
}

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

.page-module__jyrNKa__tabMenu.page-module__jyrNKa__active {
  background-color: #4e9cfb;
  font-weight: bold;
}

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

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

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

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

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

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

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

.page-module__jyrNKa__mobileTabMenu.page-module__jyrNKa__active {
  color: #000;
  background-color: #4e9cfb;
  font-weight: bold;
}

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

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

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

.page-module__jyrNKa__mobileDestImage {
  object-fit: contain;
  width: 100%;
  height: auto;
  box-shadow: 0 2px 8px #0000000a;
}

.page-module__jyrNKa__categoryButtonRow {
  flex-flow: wrap;
  justify-content: center;
  gap: 24px;
  margin: 80px 0 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.page-module__jyrNKa__categoryButton {
  cursor: pointer;
  background: #fff;
  border: 1.5px solid #e0e7ef;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 110px;
  padding: 0;
  transition: box-shadow .2s, border .2s;
  display: flex;
  box-shadow: 0 2px 8px #4e9cfb14;
}

.page-module__jyrNKa__categoryButton:hover, .page-module__jyrNKa__categoryButton:focus {
  border: 2px solid #4e9cfb;
  box-shadow: 0 4px 16px #4e9cfb29;
}

.page-module__jyrNKa__categoryButtonActive {
  border: 3px solid #4e9cfb !important;
  box-shadow: 0 4px 16px #4e9cfb29 !important;
}

.page-module__jyrNKa__categoryIcon {
  width: 42px;
  height: 42px;
  margin-bottom: 8px;
  display: block;
}

.page-module__jyrNKa__categoryLabel {
  color: #222;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 15px;
  font-weight: 500;
}

.page-module__jyrNKa__categoryButtonRowMobile {
  flex-flow: wrap;
  justify-content: center;
  gap: 10px;
  width: 100%;
  max-width: 100%;
  margin: 48px 0 0;
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.page-module__jyrNKa__categoryButtonMobile {
  cursor: pointer;
  background: #fff;
  border: 1px solid #e0e7ef;
  border-radius: 8px;
  flex-direction: column;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 0;
  display: flex;
  box-shadow: 0 1px 4px #4e9cfb14;
}

.page-module__jyrNKa__categoryButtonMobile:active, .page-module__jyrNKa__categoryButtonMobile:focus {
  border: 2px solid #4e9cfb;
  box-shadow: 0 2px 8px #4e9cfb29;
}

.page-module__jyrNKa__categoryButtonMobileActive {
  border: 3px solid #4e9cfb !important;
  box-shadow: 0 2px 8px #4e9cfb29 !important;
}

.page-module__jyrNKa__categoryIconMobile {
  width: 28px;
  height: 28px;
  margin-bottom: 4px;
  display: block;
}

.page-module__jyrNKa__categoryLabelMobile {
  color: #222;
  text-align: center;
  letter-spacing: -.5px;
  margin-top: 0;
  font-size: 12px;
  font-weight: 500;
}

.page-module__jyrNKa__faqListWrapper {
  background: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 900px;
  margin: 40px auto 60px;
  padding: 0;
  box-shadow: 0 2px 8px #0000000a;
}

.page-module__jyrNKa__faqItem {
  border-bottom: 1px solid #f0f1f3;
}

.page-module__jyrNKa__faqItem:last-child {
  border-bottom: none;
}

.page-module__jyrNKa__faqQuestionBtn {
  cursor: pointer;
  color: #222;
  text-align: left;
  background: none;
  border: none;
  outline: none;
  align-items: flex-start;
  gap: 12px;
  width: 100%;
  padding: 24px 32px;
  font-family: inherit;
  font-size: 18px;
  transition: background .15s;
  display: flex;
  position: relative;
}

.page-module__jyrNKa__faqQuestionBtn:hover, .page-module__jyrNKa__faqQuestionBtn[aria-expanded="true"] {
  background: #f8f8fb;
}

.page-module__jyrNKa__faqQ {
  color: #4e9cfb;
  flex-shrink: 0;
  margin-right: 8px;
  font-size: 18px;
  font-weight: bold;
}

.page-module__jyrNKa__faqQuestion {
  color: #222;
  flex: 1;
  font-size: 18px;
  font-weight: 500;
}

.page-module__jyrNKa__faqArrow {
  color: #b0b0b0;
  flex-shrink: 0;
  margin-left: 12px;
  font-size: 18px;
}

.page-module__jyrNKa__faqAnswerWrap {
  color: #333;
  background: #fafafd;
  border-radius: 0 0 12px 12px;
  padding: 24px 48px 24px 56px;
  font-size: 16px;
  animation: .2s page-module__jyrNKa__faqOpen;
}

@keyframes page-module__jyrNKa__faqOpen {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.page-module__jyrNKa__faqA {
  color: #4e9cfb;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: bold;
}

.page-module__jyrNKa__faqAnswer {
  white-space: pre-line;
  color: #333;
  font-size: 16px;
}

.page-module__jyrNKa__faqEmpty {
  text-align: center;
  color: #aaa;
  padding: 60px 0;
  font-size: 18px;
}

.page-module__jyrNKa__mobileFaqListWrapper {
  background: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 100%;
  margin: 24px 0 40px;
  padding: 0;
  box-shadow: 0 1px 4px #0000000a;
}

@media (width <= 768px) {
  .page-module__jyrNKa__faqListWrapper {
    border-radius: 10px;
    max-width: 100%;
    margin: 24px 0 40px;
    box-shadow: 0 1px 4px #0000000a;
  }

  .page-module__jyrNKa__faqQuestionBtn {
    padding: 18px 16px;
    font-size: 16px;
  }

  .page-module__jyrNKa__faqAnswerWrap {
    border-radius: 0 0 10px 10px;
    padding: 18px 24px 18px 32px;
    font-size: 15px;
  }

  .page-module__jyrNKa__faqQ {
    font-size: 16px;
  }

  .page-module__jyrNKa__faqA, .page-module__jyrNKa__faqAnswer {
    font-size: 15px;
  }
}


/*# sourceMappingURL=app_board_faq_page_module_ea9c4558.css.map*/