/* [project]/app/board/notice/page.module.css [app-client] (css) */
.page-module__RAdclG__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__RAdclG__topContainer {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.page-module__RAdclG__bodyContainer {
  width: 100%;
}

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

.page-module__RAdclG__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__RAdclG__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__RAdclG__topContainer {
    background-image: url("/images/pc/notice/notice_001.jpg");
  }

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

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

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

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

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

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

.page-module__RAdclG__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__RAdclG__tabMenu.page-module__RAdclG__active {
  background-color: #4e9cfb;
  font-weight: bold;
}

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

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

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

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

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

.page-module__RAdclG__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: relative;
}

.page-module__RAdclG__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__RAdclG__mobileTabMenu.page-module__RAdclG__active {
  color: #000;
  background-color: #4e9cfb;
  font-weight: bold;
}

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

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

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

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


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