.notice-detail {
  padding-bottom: 100px;
}

.notice-detail__container {
  position: relative;
  display: flex;
  flex-direction: row;
}

.notice-detail__container .text-content__title {
  color: #011837;
}

.notice-detail__container .text-content__description {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
}

.notice-detail__category {
  color: #7e0c1e;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 21px;
  line-height: 1.3125rem;
  -webkit-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal;
  font-weight: 700;
}

.notice-detail .text-content {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.notice-detail .detail-container {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 40px 0;
  width: 100%;
}

.notice-detail .detail-container .image-wrapper {
  margin: 20px auto;
  width: 80%;
}

.notice-detail .detail-container .image-wrapper img {
  width: 100%;
}

.notice-detail .detail-container .text-wrapper {
  padding: 0;
  width: 100%;
}

.notice-detail .share-set {
  position: fixed;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  margin: 0 0 0 -80px;
  width: auto;
  height: auto;
}

.notice-detail .share-set__item {
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
  text-decoration: none;
  cursor: pointer;
}

.notice-detail .share-set__item img {
  -o-object-fit: contain;
  object-fit: contain;
}

@media only screen and (min-width: 768px) {
  .notice-detail .detail-container {
    flex-direction: row;
  }

  .notice-detail .detail-container .image-wrapper {
    margin: 0;
    width: 30%;
  }

  .notice-detail .detail-container .text-wrapper {
    padding: 10px 0 0 30px;
    width: 70%;
  }
}

@media only screen and (max-width: 1247px) {
  .notice-detail__container {
    flex-direction: column;
  }

  .notice-detail .share-set {
    position: relative;
    flex-direction: row;
    margin: 0 0 20px 0;
  }

  .notice-detail .share-set__item img {
    margin: 0 8px 0 0;
    width: 30px;
  }
}

@media only screen and (max-width: 767px) {
  .notice-detail {
    padding-bottom: 50px;
  }
}

/*# sourceMappingURL=death-notice-detail.css.map */
