.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;
}
@media screen and (max-width: 1200px) {
  .love-living-page .notice-page .tab .tab-list {
    overflow-x: auto;
  }
  .love-living-page .notice-page .tab .tab-list::-webkit-scrollbar {
    height: 3px;
  }
  .love-living-page .notice-page .tab .tab-list::-webkit-scrollbar-thumb {
    background-color: rgba(112, 139, 109, 0.3);
    border-radius: 10px;
  }
  .love-living-page .notice-page .tab .tab-list::-webkit-scrollbar-track {
    background-color: transparent;
  }
}
@media screen and (max-width: 1200px) {
  .love-living-page .notice-page .tab .tab-list ul {
    width: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
}
.love-living-page .notice-page .tab .tab-list ul .tab-item {
  padding: 0 34px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .notice-page .tab .tab-list ul .tab-item {
    white-space: nowrap;
  }
}
.love-living-page .notice-page .tab .tab-list ul .tab-item a {
  padding: 30px 0;
  color: #212529;
}
.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;
}
