@media all and (max-width: 1140px) {
  .keyvisual_title {
    width: 60%;
  }
  .lifestory_slider .swiper-button-prev,
  .lifestory_slider .swiper-button-next {
    top: 34%;
  }
  .lifestory_slider .swiper-button-prev:after,
  .lifestory_slider .swiper-button-next:after {
    font-size: 30px;
    color: #e60024;
    font-weight: bold;
  }
  .lifestory_info.container {
    max-width: 100%;
  }
  .lifestory_nav {
    gap: 22px;
    padding-bottom: 32px;
  }

  .lifestory_info_wrap {
    flex-direction: column;
    gap: 40px;
  }
  .lifestory_info_title {
    flex: 1;
  }
  .lifestory_info_data {
    flex: 1;
  }
  /* sns */
  .sns_ul {
    gap: 30px;
    justify-content: space-between;
  }
  .sns_list {
    flex: 1;
  }
  .sns_list a span {
    font-size: clamp(12px, 3vw, 22px);
  }
  .slide_img {
    width: 100%;
    height: auto;
  }

  .gallery_contents {
    padding-right: 10px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 7px;
  }
  .gallery_outer {
    height: 50vh;
  }
  .br_tablet {
    display: block;
  }
}

@media all and (max-width: 767px) {
  header {
    padding: 12px 0;
  }
  .header_wrap {
    justify-content: flex-start;
  }
  .logo {
    width: 125px;
  }
  .keyvisual_title {
    width: 80%;
  }
  .airplane {
    animation: airplane 10s infinite linear;
  }
  .keyvisual_btn {
    margin-top: 45px;
  }
  .keyvisual_btn button a {
    font-size: 21px;
  }
  .keyvisual_btn button {
    width: 202px;
    border-radius: 20px;
    height: 58px;
  }
  .moon_img {
    margin-right: -30px;
  }

  /* sns */
  .sns {
    padding: 38px 0;
  }
  .sns_title h2 {
    font-size: 24px;
  }
  /* lifestory */
  .slide_img {
    margin-bottom: 4px;
  }
  .slide_texts {
    padding: 0;
  }
  .slide_texts h3 {
    font-size: 17px;
  }

  .slide_year {
    margin-bottom: 23px;
  }
  .lifestory_slider .swiper-button-prev,
  .lifestory_slider .swiper-button-next {
    top: 25%;
  }
  .lifestory {
    padding: 38px 0;
  }
  .lifestory_title h2 {
    font-size: 24px;
  }
  .lifestory_text {
    margin-top: 3px;
  }
  .lifestory_wrap {
    padding: 26px 0;
  }
  .lifestory_text span {
    font-size: 12px;
  }
  .lifestory_imgs img {
    border-radius: 10px;
  }
  .lifestory_text img {
    width: 12px;
    margin-top: 3px;
  }
  .lifestory_info_title {
    gap: 40px;
  }
  .lifestory_info_nav {
    flex: 1;
  }
  .lifestory_info_img {
    flex: 2;
  }
  .lifestory_info_list span {
    font-size: 12px;
  }
  .lifestory_info_list.active span {
    font-size: 18px;
  }
  .lifestory_info_list {
    margin-bottom: 10px;
  }
  .data_list-large {
    font-size: 16px;
  }
  .data_list-medium {
    font-size: 12px;
  }
  .data_list-small {
    font-size: 10px;
  }
  .career_ul {
    gap: 22px;
  }
  .career_ul li:first-child {
    width: 85px;
  }
  .lifestory_outer {
    height: 20vh;
  }
  /* notice */
  .notice {
    padding-bottom: 88px;
  }
  .notice_nav {
    padding-bottom: 14px;
  }
  .notice_list {
    font-size: 18px;
  }
  .notice_tabs {
    padding: 0;
  }
  .board_wrap ul li span {
    font-size: 12px;
  }
  .board_wrap ul li {
    padding: 7px 13px;
  }
  .boardBtn {
    margin-top: 20px;
    padding: 0 5%;
  }
  .boardBtn ul {
    gap: 0;
  }
  .boardBtn_list {
    font-size: 12px;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .boardBtn_list-nub {
    margin: 0 6px;
  }
  .boardBtn_list-text {
    width: auto;
  }
  .boardBtn_list-text:first-child {
    margin-right: 44px;
  }
  .boardBtn_list-text:last-child {
    margin-left: 44px;
  }
  .boardBtn_list-nub.active {
    background-color: #e60024;
    border-radius: 50%;
    color: #f5f5f7;
  }
  .schedule_page_wrap {
    margin: 24px 0;
  }
  .bullet {
    font-size: 13px;
  }
  .schedule_page_wrap .swiper-button-prev:after,
  .schedule_page_wrap .swiper-button-next:after {
    font-size: 13px;
    font-weight: bold;
    color: #929292;
  }
  .gallery_tab {
    padding-top: 24px;
  }
  .gallery_outer {
    height: 30vh;
  }
  footer {
    height: 40px;
  }
  .copyright p {
    font-size: 12px;
  }
  .topBtn {
    bottom: 55px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
  .topBtn span {
    font-size: 11px;
  }
  .board_data {
    font-size: 12px;
  }
}
@media all and (max-width: 640px) {
  #calendar {
    height: 80%;
  }
  .fc .fc-toolbar-title {
    font-size: 16px;
  }

  .fc-daygrid-day-number {
    font-size: 14px;
  }

  .fc-direction-ltr .fc-daygrid-event .fc-event-time {
    font-size: 12px;
  }

  .fc-event-title,
  .fc-daygrid-event-dot {
    display: none;
  }

  .fc .fc-button-primary {
    font-size: 12px;
  }
}
