.love-living-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #DCEFD9 no-repeat center top / 100% auto;
  overflow-x: hidden;
  transition: height 0.35s ease-in-out;
}
.love-living-page .notice-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
.love-living-page .notice-page .tab .tab-list ul .tab-item {
  padding: 0;
}
.love-living-page .notice-page .tab .tab-list ul .tab-item a {
  padding: 30px 34px;
  color: #708B6D;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .love-living-page .notice-page .tab .tab-list ul .tab-item a {
    padding: 22px 24px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .notice-page .tab .tab-list ul .tab-item a {
    padding: 16px 24px;
  }
}
.love-living-page .notice-page .tab .tab-list ul .tab-item a::before {
  content: '';
  margin-right: 12px;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: block;
  transition: background-color 0.35s ease-in-out;
  background-color: #708B6D;
  min-width: 12px;
}
.love-living-page .notice-page .tab .tab-list ul .tab-item::before {
  content: none;
}
.love-living-page .notice-page .tab .tab-list ul .tab-item.active a,
.love-living-page .notice-page .tab .tab-list ul .tab-item:hover a {
  color: #fff;
}
.love-living-page .notice-page .tab .tab-list ul .tab-item.active a::before,
.love-living-page .notice-page .tab .tab-list ul .tab-item:hover a::before {
  background-color: #C9D8D4;
}
.love-living-page .notice-page .tab .pane-content h3 {
  color: #708B6D;
}
.love-living-page .notice-page .tab .pane-content p {
  line-height: 1.66;
  color: #101010;
}
