.profile span.position b {
  color: var(--hanseorin);
}

.detail {
  padding: 10px 0;
  background-color: #efeeea;
  font-size: 150%;
}

.detail-main {
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail span.info {
  margin: 0 40px;
  display: flex;
  flex-direction: column;
}

.detail span.favorites,
.detail span.dislikes {
  margin: 0 40px;
  display: flex;
  flex-direction: column;
}

.detail details {
  width: fit-content;
  margin: 10px auto 0;
  width: 100%;
}

.detail summary {
  list-style: none;
  text-align: center;
  cursor: pointer;
  width: 100%;
}

.detail summary::-webkit-details-marker {
  display: none;
}

.detail details div.favorite-real-contents {
  margin: 0 40px;
  text-align: center;

  display: flex;
  flex-direction: column;

  overflow: hidden;
  height: 0;
  transition: height 0.4s ease;
}

.favorite-real-contents > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.favorite-real-contents > div > span:last-child {
  width: 100%;
  text-align: center;
}

.contents-container {
  padding: 10px 0;
  margin: 0 40px;
  display: flex;
  justify-content: center;
  gap: 200px;
}

.contents {
  font-size: 150%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dream {
  padding: 10px 40px;
  background-color: #efeeea;
  font-size: 150%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.dream-contents {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.sns {
  margin: 0 40px;
  padding: 10px 0;
  font-size: 150%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.sns .ohsimark,
.sns .hashtag {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.parents {
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 40px;

  background-color: #efeeea;
}

.parents .mama-1,
.parents .mama-2,
.parents .papa {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;

  width: 250px;
}

@media (max-width: 768px) {
  .detail-main {
    flex-direction: column;
    align-items: stretch;
  }

  .detail span.info,
  .detail span.favorites,
  .detail span.dislikes {
    margin: 10px 20px;
    text-align: center;
  }

  .contents-container {
    margin: 0 20px;
    flex-direction: column;
    align-items: center;
    gap: 20px !important;
  }

  .skills {
    font-size: 150%;
  }

  .skills .skill-lists {
    flex-direction: column;
  }

  .skills .skill-lists .skill {
    width: 100%;
  }

  .parents {
    flex-direction: column;
    align-items: center;
  }

  .mama-1,
  .mama-2,
  .papa {
    width: 100%;
    margin-bottom: 10px;
  }
}
