:root {
  --font-jalnan: "jalnan";
}
html,
body {
  height: 100%;
}
body.active {
  overflow-y: hidden;
}
.loading {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 234234;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(187, 231, 231);
  pointer-events: none;
  touch-action: none;
}
.loading_img {
  width: 150px;
}
header {
  width: 100%;
  padding: 42px 0;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.header_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.logo {
  width: 236px;
}
main {
  width: 100%;
  position: relative;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  z-index: 0;
}
.keyvisual {
  height: 100vh;

  transform: translate3d(0, 0, 0);
  -webkit-transform: translateZ(0);
  top: 0;
  z-index: 0;
  overflow: hidden;
}
.keyvisual_bg {
  width: 100%;
  height: 100%;
  background: url(../img/keyvisual_bg.jpg) no-repeat center/cover;
}
.keyvisual_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.airplane {
  width: 110px;
  position: absolute;

  transform: translate(100vw, -70vh);
  animation: airplane 30s 0.5s infinite linear;
}
@keyframes airplane {
  0% {
    transform: translate(100vw, 50vh);
  }
  100% {
    transform: translate(-100vw, 30vh);
  }
}
.moon_img {
  position: absolute;
  top: 40px;
  width: 204px;
  right: 0;
  animation: moon 5s infinite alternate linear;
}
@keyframes moon {
  0% {
    transform: translate(0px, -30px);
  }
  100% {
    transform: translate(0px, 30px);
  }
}
.keyvisual_title {
  width: 668px;
}
.keyvisual_btn {
  margin-top: 86px;
}
.keyvisual_btn button {
  width: 290px;
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e60024;
  box-shadow: 0px 9px 17px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}
.keyvisual_btn button a {
  font-weight: 700;
  font-size: 32px;
  color: #f5f5f7;
}

/* sns */
.sns {
  padding: 70px 0;
}
.title {
  padding-bottom: 23px;
  border-bottom: 4px solid #e60024;
  text-align: center;
}
.sns_title h2 {
  color: #010101;
  font-weight: 700;
  font-size: 42px;
  font-family: var(--font-jalnan);
}
.sns_ul {
  display: flex;
  padding-top: 80px;
  align-items: center;
  justify-content: space-evenly;
}
.sns_list {
  width: 144px;
}
.sns_list a {
  width: 100%;
  height: 100%;
  display: block;
  text-align: center;
}
.sns_list a span {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
  font-family: var(--font-jalnan);
  display: inline-block;
  word-break: keep-all;
}

/* lifestory */
.lifestory {
  padding: 70px 0;
}
.lifestory_title h2 {
  color: #010101;
  font-weight: 700;
  font-size: 42px;
  font-family: var(--font-jalnan);
}
.lifestory_wrap {
  padding: 80px 0;
}
.lifestory_nav {
  display: flex;
  gap: 70px;
  padding-bottom: 58px;
}
.lifestory_imgs {
  flex: 1;
  cursor: pointer;
}
.lifestory_imgs > img {
  opacity: 0.5;
  border-radius: 30px;
}
.lifestory_imgs > img.active {
  opacity: 1;
}
.lifestory_text {
  display: flex;
  align-items: center;
  gap: 11.5px;
  justify-content: center;
  margin-top: 20px;
}
.lifestory_text span {
  font-weight: 700;
  font-size: 18px;
  color: #010101;
  display: flex;
}
.lifestory_text img {
  width: 18px;
  margin-top: 3px;
}
.lifestory_tab {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  padding: 45px 0;
}
.lifestory_slider {
  width: 100%;
  height: 100%;
  display: none;

  overflow: hidden;
}

.lifestory_wrapper {
  width: 100%;
  height: 100%;
  display: flex;
}
.slide_img {
  width: 100%;
  height: 296px;

  margin-bottom: 15px;
}
.slide_year {
  margin-bottom: 27px;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.slide_year span {
  font-family: var(--font-jalnan);
  background-color: #f1f1f1;
  display: inline-block;
}
.swiper-slide:last-child .slide_year:after {
  display: none;
}
.slide_year:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  background-color: #e60024;
}
.slide_texts {
  padding: 0 30px;
}
.slide_texts h3 {
  font-weight: 500;
  font-size: 19px;
  margin-bottom: 26px;
}
.slide_texts p {
  font-weight: 500;
  font-size: 14px;
}
.lifestory_info {
  display: none;
}

/* lifestory_info */

.lifestory_info.visible,
.lifestory_slider.visible {
  display: block;
}
.lifestory_slider .swiper-button-prev,
.lifestory_slider .swiper-button-next {
  top: 25%;
  z-index: 5;
}

.lifestory_slider .swiper-button-prev:after,
.lifestory_slider .swiper-button-next:after {
  font-size: 20px;
  color: #e60024;
  font-weight: bold;
}

.lifestory_info_wrap {
  display: flex;
  justify-content: space-between;
}
.lifestory_data {
  display: none;
}
.lifestory_data.visible {
  display: block;
}

.lifestory_outer-overflow {
  height: 100%;
}
.lifestory_outer {
  height: 350px;
  overflow-y: scroll;

  padding-right: 10px;
}
.lifestory_outer::-webkit-scrollbar {
  width: 10px;
}
.lifestory_outer::-webkit-scrollbar-thumb {
  background-color: #e60024;
  border-radius: 10px;
}
.lifestory_outer::-webkit-scrollbar-track {
  background-color: #e1e1e1;
  border-radius: 10px;
}
.lifestory_info_img {
  width: 300px;
}
.lifestory_info_list {
  margin-bottom: 20px;
  cursor: pointer;
}
.lifestory_info_list:last-child {
  margin-bottom: 0;
}
.lifestory_info_list span {
  word-break: keep-all;
  font-weight: 700;
  font-size: 16px;
  color: #010101;
}
.lifestory_info_list.active span {
  color: #e60024;

  font-size: 22px;
}
.lifestory_info_title {
  display: flex;
  flex: 1;
  gap: 40px;
  align-items: center;
  justify-content: center;
}
.lifestory_info_data {
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}
.data_ul li {
  margin-bottom: 10px;
}
.career_ul {
  display: flex;
  align-items: center;
  gap: 40px;
  margin-bottom: 5px;
}
.career_ul li {
  margin-bottom: 0;
}
.career_ul:last-child {
  margin-bottom: 0;
}
.book_ul {
  margin-bottom: 20px;
}
.data_list-large {
  font-size: 24px;
  font-weight: 700;
}
.data_list-medium {
  font-size: 18px;
  font-weight: 700;
}
.data_list-small {
  font-size: 14px;
  font-weight: 500;
}

.career_ul li:first-child {
  width: 150px;
}
.info-book ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.color-red {
  color: #e60024;
}
.align-center {
  text-align: center;
}
/* notice */
.notice_nav {
  width: 100%;
  padding-bottom: 22px;
  border-bottom: 4px solid #e60024;
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.notice_list {
  font-size: 42px;
  font-weight: 700;
  cursor: pointer;
  color: #d5d5d5;
}
.notice_list.active {
  color: #010101;
}
.notice_list span {
  font-family: var(--font-jalnan);
}
.notice_tabs {
  padding: 70px 0;
}
.notice_tablist {
  display: none;
}
.notice_tablist.active {
  display: block;
}
.notice_tabs form {
  width: 100%;
  height: 100%;
}
.board_search {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
}
.search_form {
  width: 317px;
  height: 50px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 14px 17px;
}
.search_btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 20px;
  right: 17px;
}
.board_wrap {
  margin-top: 30px;
  width: 100%;
}
.board_wrap ul {
  display: flex;
  flex-direction: column;
}
.board_wrap ul li:first-child {
  border-top: 1px solid #eaeaea;
}
.board_wrap ul li {
  display: flex;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  padding: 21px 36px;

  border-bottom: 1px solid #eaeaea;
}
.board_list_wrap {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.board_wrap ul li span {
  font-weight: 500;
  font-size: 18px;
  color: #010101;
}
.board_data {
  width: 100%;
  padding: 20px;
  overflow: hidden;
  display: none;
}
.board_wrap ul li.active .board_data {
  display: block;
}
.board_title {
  width: 80%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: keep-all;
}
.boardBtn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  position: relative;
  display: none;
}
.write_btn {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  width: 102px;
  height: 38px;
  padding: 11px 15px;
  background-color: #e60024;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.write_btn span {
  font-weight: 700;
  font-size: 16px;
  color: #f5f5f7;
}
.write_btn img {
  width: 15px;
}
.boardBtn ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.boardBtn_list {
  width: 27px;
  font-size: 18px;
  height: 27px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
}
.boardBtn_list-nub.active {
  background-color: #e60024;
  color: #f5f5f7;
}
.boardBtn_list-text {
  width: auto;
  color: #d7d7d7;
}
.boardBtn_list-text.active {
  color: #010101;
}
.galleryBtn,
.scheduleBtn {
  top: initial;
  bottom: 0%;
}
.schedule_tab {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9;
  background-color: #000000d2;
}
.schedule_tab.active {
  display: flex;
}
.schedule_tab_wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.schedule_tab_slider {
  overflow: hidden;
}
.schedule_page_wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;

  margin-bottom: 20px;
  position: relative;
}
.schedule_pagination {
  height: auto;
  width: auto !important;
  bottom: 0 !important;
  position: relative;
}
.bullet {
  display: none;
  font-weight: 700;
  font-size: 24px;
}
.bullet-active {
  display: block;
}
.schedule_page_wrap .swiper-button-prev,
.schedule_page_wrap .swiper-button-next {
  position: relative;
  height: auto;
  top: initial;
  margin-top: 0;
}
.schedule_page_wrap .swiper-button-prev:after,
.schedule_page_wrap .swiper-button-next:after {
  font-size: 25px;
  font-weight: bold;
  color: #929292;
}
.gallery_tab_wrap {
  width: 100%;
}
.gallery_outer {
  width: 100%;
  height: 814px;
  overflow-y: scroll;
}
.gallery_contents {
  padding-right: 10px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(241px, 1fr));
  gap: 18px;
}
.gallery_content {
  width: 100%;
  position: relative;
}
.gallery_content > img {
  width: 100%;
  aspect-ratio: 3/2;
  object-fit: cover;
}
.gallery_outer::-webkit-scrollbar {
  width: 9px;
}
.gallery_outer::-webkit-scrollbar-thumb {
  background-color: #e60024;
  border-radius: 10px;
}
.gallery_outer::-webkit-scrollbar-track {
  background: #eaeaea;
  border-radius: 10px;
}

/* footer */
footer {
  width: 100%;
  height: 80px;

  background-color: #f7f7f7;
  border-top: 1px olid #e3e3e3;
}
.copyright {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.copyright p {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #4e4e4e;
}

.br_tablet {
  display: none;
}
.topBtn {
  position: fixed;
  z-index: 999;
  bottom: 130px;
  right: 70px;
  width: 100px;
  display: none;
  height: 100px;
}
.topBtn button {
  width: 100%;
  height: 100%;
  border-radius: 100px;
  background-color: #e60024;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.topBtn span {
  font-size: 17px;
  font-family: var(--font-jalnan);
  color: #f5f5f7;
  font-weight: 700;
}
.topBtn img {
  width: 40%;
}

#calendar {
  max-width: 1000px;
  padding: 20px;
  background-color: #fafafa;
  width: 100%;
  position: relative;
}
.fc-day-sun a,
.fc-day-sat a {
  color: #e60024;
}

.fc-theme-standard .fc-scrollgrid {
  border: 0;
}

.fc .fc-scroller-harness {
  border-top: 2px solid #010101;
}

.fc-daygrid-event-dot {
  display: none;
}
.fc-scroller::-webkit-scrollbar {
  width: 1px;
}
.fc-scroller::-webkit-scrollbar-thumb {
  background-color: transparent;
  border-radius: 6px;
}
.fc-scroller::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 6px;
}
.schedule_btn {
  position: absolute;
  top: -55px;
  right: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 5px;
  background-color: #000000;
}
.schedule_btn img {
  width: 25px;
  height: 25px;
}
.schedule_btn span {
  font-size: 30px;
  color: #fafafa;
  word-break: keep-all;
}
