/*!**********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./app/[locale]/notices/notice.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************/
.notice_subNav__jKUir {
  display: flex;
  align-items: center;
  justify-content: center;
}
.notice_subNav__jKUir ul {
  display: flex;
  flex-direction: row;
  gap: 0.2em;
}
.notice_subNav__jKUir li {
  list-style-type: none;
  color: var(--bg);
  background-color: var(--dimgray);
  padding: 3px 12px;
}
.notice_subNav__jKUir li.notice_active__xHc29 {
  background-color: var(--fg);
}

.notice_content__cWQg0 {
  margin-top: 40px;
}

.notice_noticeList__eM0PV li {
  width: 100%;
  border-top: solid 1px black;
  margin: 20px 0px 0px;
  padding: 10px 0;
  transition: opacity ease 0.3s;
}
.notice_noticeList__eM0PV {
  list-style-type: none;
  display: grid;
  grid-template-columns: 1fr;
}

.notice_noticeList__eM0PV li h2 {
  text-align: left;
  margin: 15px 0;
}

.notice_noticeList__eM0PV li:hover {
  opacity: 0.3;
}
.notice_innercontent__QOCWg {
  margin-top: 2em;
}
.notice_innercontent__QOCWg ol {
  margin: 2em 1em;
}
.notice_innercontent__QOCWg ul {
  margin: 2em 1em;
}
.notice_innercontent__QOCWg img {
  margin: 0 auto;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 768px) {
  .notice_content__cWQg0 {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}

/*!*************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[5].use[3]!./component/sections.module.css ***!
  \*************************************************************************************************************************************************************************************************************************************************************************/
.sections_tags__z8guF {
  padding: 5px 12px;
  background-color: var(--keyCol);
  color: white;
  font-size: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
.sections_status__9QPdt {
  background-color: var(--dimgray);
}
.sections_tags__z8guF.sections_ghost__MqI9Q {
  padding: 2px 5px;
  border: solid 1px black;
  color: black;
  background-color: transparent;
}
.sections_exhibitionSwiper__1sGya {
  position: relative;
  width: 100%;
}
.sections_slideItem__K9QWk {
  overflow: hidden;
  border-radius: 8px;
}
.sections_sliderImgWide__ye_YM {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}
.sections_sliderImg__tVPoi {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
.sections_exhibitionSwiper__1sGya h3 {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
}
.sections_sectionTitleHead__7XBGj {
  display: flex;
  justify-content: space-between;
  border-top: solid 1px black;
  margin-top: 60px;
  align-items: center;
  margin-bottom: 30px;
}
.sections_btnWrap__Aq82j {
  display: flex;
  gap: 10px;
}
.sections_sectionTitle__EE2Ns {
  padding: 20px 0px;
  font-size: 20px;
}
.sections_prevBtn__UHLPA,
.sections_nextBtn__t9CS4 {
  width: 35px;
  height: 35px;
  padding: 0;
  background-color: #d9d9d9;
  border-radius: 100%;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: opacity ease 0.3s;
}
.sections_prevBtn__UHLPA:hover,
.sections_nextBtn__t9CS4:hover {
  opacity: 0.3;
}
.sections_sectionNotice__HqCvB {
  display: flex;
  justify-content: space-between;
  align-items: start;
  border-top: solid 1px black;
  margin-top: 60px;
  align-items: flex-start;
  margin-bottom: 30px;
}
.sections_noticeList__gpM5D {
  padding: 20px 0;
  border-bottom: solid 1px black;
  display: flex;
  gap: 0.5em;
  flex-direction: column;
}
.sections_noticeListWrap__h7s12 {
  width: 70%;
}
.sections_midBanner__C0xcw {
  aspect-ratio: 3/1;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  margin: 30px 0;
}

.sections_tileDetail__TIM5R {
  display: flex;
  margin: 10px 0px;
  flex-direction: column;
  gap: 0.5em;
}
.sections_tileDetail__TIM5R h2 {
  margin: 0;
  text-align: left;
}
.sections_midBanner__C0xcw h2,
.sections_noticeList__gpM5D h2,
.sections_tileDetail__TIM5R h2 {
  font-weight: 500;
  font-size: var(--font-size-large);
  white-space: no-wrap;
  word-break: keep-all;
  line-height: 1.45;
}
.sections_tileDetail__TIM5R p,
.sections_tileDetail__TIM5R p span {
  color: var(--dimgray);
  font-size: var(--font-size-small);
  line-height: 1.55;
}

.sections_midBanner__C0xcw .sections_tags__z8guF.sections_ghost__MqI9Q {
  padding: 2px 5px;
  border: solid 1px white;
  color: white;
  background-color: transparent;
}
.sections_midBanner__C0xcw:hover .sections_bannerInner__M7nGy {
  background-color: rgba(0, 0, 0, 0.3);
}
.sections_bannerInner__M7nGy {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1em;
  transition: background ease 0.3s;
}
.sections_multiTags__B3XYz {
  display: flex;
  flex-direction: row;
  gap: 0.2em;
}
.sections_LinkHover__PlvjF {
  transition: opacity ease 0.3s !important;
}
.sections_LinkHover__PlvjF:hover {
  opacity: 0.3;
}
.sections_ExslideWidth__yU6gZ {
  width: 40vw !important;
}
.sections_eventSlideImg__eKM7E {
  width: 25vw !important;
}

@media (max-width: 768px) {
  .sections_ExslideWidth__yU6gZ {
    width: 80vw !important;
  }
  .sections_eventSlideImg__eKM7E {
    width: 50vw !important;
  }
  .sections_sectionNotice__HqCvB {
    display: flex;
    flex-direction: column;
  }
  .sections_noticeListWrap__h7s12 {
    width: 100%;
  }
  .sections_midBanner__C0xcw {
    aspect-ratio: 1/1;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    margin: 30px 0;
  }
  .sections_sectionTitleHead__7XBGj {
    margin-top: 30px;
    margin-bottom: 10px;
  }
  .sections_sectionTitle__EE2Ns {
    padding: 10px 0px;
    font-size: 18px;
  }
  .sections_prevBtn__UHLPA,
  .sections_nextBtn__t9CS4 {
    scale: 0.8;
  }
  .sections_btnWrap__Aq82j {
    gap: 0;
  }
}

