@charset "UTF-8";

.single {
  background-color: #E4EDF0;
  padding: 4.375rem 0;
}

.single__ttl {
  font-size: 2.25rem;
  margin-bottom: 1.875rem;
}

@media (max-width: 768px) {
  .single__ttl {
    margin-right: 1.875rem;
    padding-right: 1.25rem;
    text-align: left;
  }
}

.single__date {
  color: #d0d0d0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.member-top {
  margin-bottom: 2.8rem;
}

.member {
  width: 40%;
}

@media (max-width: 768px) {
  .member {
    margin-bottom: 2.455rem;
  }
}

.member__thumb {
  height: 20.4vw;
  margin-bottom: 1.4rem;
}

@media (max-width: 768px) {
  .member__thumb {
    height: 48vw;
  }
}

.member__contents {
  -ms-flex-flow: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  flex-flow: column;
  margin-left: 1.875rem;
  text-align: center;
}

.member__sub {
  color: #b3b3b3;
  margin-bottom: 0.625rem;
}

.member__name {
  font-size: 2.625rem;
  font-weight: 600;
}

.member-cal {
  width: 50%;
}

.member-cal__item {
  font-size: 1.1875rem;
  padding: 0.875rem 1rem;
}

.member-cal__item:nth-of-type(odd) {
  background-color: #e6e6e6;
}
