.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 .index-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
.love-living-page .index-page .white-box {
  margin: 0 auto;
  border-radius: 40px;
  padding: 74px 84px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .love-living-page .index-page .white-box {
    padding: 50px;
    flex-grow: 0;
    overflow-y: hidden;
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .index-page .white-box {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .index-page .white-box {
    border-radius: 20px;
    padding: 30px 18px;
  }
}
.love-living-page .index-page .white-box h3 {
  line-height: 1.2;
}
.love-living-page .index-page .white-box p {
  line-height: 1.66;
}
.love-living-page .index-page .white-box .list {
  margin-left: -24px;
  margin-right: -24px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .index-page .white-box .list {
    margin: 0 -18px calc(-18px * 2);
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .index-page .white-box .list {
    margin-bottom: -18px;
  }
}
.love-living-page .index-page .white-box .list .col-box {
  padding: 0 24px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .index-page .white-box .list .col-box {
    padding: 0 18px;
    margin-bottom: calc(18px * 2);
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .index-page .white-box .list .col-box {
    margin-bottom: 18px;
  }
}
.love-living-page .index-page .white-box .list .col-box .box {
  border-radius: 20px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 20px 35px;
  background-color: #EFF2F1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.love-living-page .index-page .white-box .list .col-box .box:hover .pic {
  transform: scale(1.1);
}
.love-living-page .index-page .white-box .list .col-box .box .pic {
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.love-living-page .index-page .white-box .list .col-box .box .btn-box {
  margin-top: 20px;
  padding: 8px 18px;
  font-size: 1rem;
}
