.c-page__title_name::before {
  right: 35px!important;
}

.k-event {
  background-color: var(--white);
  border-radius: 15px;
  padding: 48px;
  margin-bottom: 40px;
}

.k-event__list {
  display: flex;
  flex-wrap: wrap;
}

.k-event__item {
  width: 23%;
  margin-right: 20px;
  margin-bottom: 48px;
  border-radius: 10px;
}

.k-event__item:last-child {
  margin-right: 0;
}

.k-event__item_top {
  position: relative;
}

.k-event__item_top img {
  width: 100%;
  height: 174px;
  object-fit: cover;
}

.k-event__item_title {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-top: 12px;
  margin-bottom: 4px;
}

.k-event__item_content {
  color: var(--light-text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* detail */
.k-eventDetail__main {
  background-color: var(--white);
  margin-top: 48px;
  margin-bottom: 64px;
  padding: 80px;
  border-radius: 15px;
}
.k-eventDetail__main_title {
  position: relative;
  margin-bottom: 64px;
}

.k-eventDetail__underline {
  display: flex;
}

.k-eventDetail__underline_left {
  width: 96px;
  height: 1px;
  margin-right: 8px;
  background-color: var(--base-color);
}

.k-eventDetail__underline_right {
  flex: 1;
  height: 1px;
  background-color: #D3CBB8;
}

.k-eventDetail__main_title h1 {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 32px;
  font-weight: 700;
  line-height: 160%;
}

.k-eventDetail__main_date {
  color: var(--light-text-color);
  font-family: var(--font-rubik);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 20px 0;
}

.k-eventDetail__content {
  color: var(--text-color);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 200%;
}

.k-eventDetail__main_btn {
  margin-top: 58px;
}

.k-eventDetail__back {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 120px;
}

.k-eventDetail__back_icon {
  width: 32px;
  height: 32px;
  background-color: var(--blue);
  padding: 6px;
  border-radius: 50%;
}

.k-eventDetail__back_icon img {
  width: 20px;
  height: 20px;
}

.k-eventDetail__back_content {
  color: var(--blue);
  font-family: var(--font-zen-kaku-new-type);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin-left: 8px;
}

@media screen and (max-width: 767px) {
  .c-page__title_name {
    white-space: pre-line;
  }

  .c-page__title_box {
    left: 50%!important;
  }

  .c-page__title_name::before {
    right: 52px!important;
  }

  .k-event {
    padding: 32px 20px;
  }

  .k-event__list {
    display: block;
  }

  .k-event__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }

  /* detail */
  .k-eventDetail__main {
    margin-top: 24px;
    margin-bottom: 48px;
    padding: 32px 20px;
  }

  .k-eventDetail__main_title {
    margin-bottom: 32px;
  }

  .k-eventDetail__underline_left {
    width: 80px;
  }

  .k-eventDetail__main_title h1 {
    font-size: 26px;
    line-height: 140%;
  }

  .k-eventDetail__main_date {
    margin-top: 8px;
    font-size: 14px;
  }

  .k-eventDetail__content p {
    font-size: 14px;
    line-height: 160%;
    margin-bottom: 16px;
  }

  .k-eventDetail__main_btn {
    margin-top: 32px;
  }

  .k-eventDetail__back {
    margin-bottom: 96px;
  }
}
