.promote-section {
  background-color: #f1fdf9;
  margin-top: 17px;
}
.promote-section .promote-boxs {
  display: flex;
  margin-bottom: 20px;
}
.promote-section .promote-boxs .box {
  min-width: calc((100% - 24px * 2 - 7px * 4) / 3);

  text-align: center;
  display: flex;
  flex-direction: column;
  margin: unset;
}
.promote-section .promote-boxs .box > * {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.promote-section .promote-boxs .box .box-title {
  min-height: 40px;
  font-size: 20px;
  min-height: fit-content;
  color: #fff;
  font-weight: bold;
  background-color: #008945;
  position: relative;
  z-index: 1;
  width: 91%;
  margin: 0 auto;
  padding: 6px 18px;
}
.promote-section .promote-boxs .box.red .box-title {
  background: linear-gradient(to right, #d80000, #ff7200);
}
.promote-section .promote-boxs .box .box-content-box {
  margin-top: -20px;
  height: 100%;
  min-height: 160px;
  background: linear-gradient(to bottom, #ffffff, #f7faf7 30%, #e8f0e9);
  padding-top: 30px;
  padding-bottom: 10px;
  font-size: 20px;
  line-height: 28.8px;
}
.promote-section .promote-boxs .box.red .box-content-box {
  background: linear-gradient(to bottom, #ffffff, #fbe5e5);
}
.promote-section .promote-boxs .box .box-content-box b {
  font-size: 24px;
}
.promote-section .promote-boxs .box.red .box-content-box b {
  font-size: 30px;
  color: #d50000;
}

.promote-section .promote-boxs > * {
  margin: auto;
}
.promote-section .promote-boxs .plus-icon {
  min-width: 24px;
}
@media (max-width: 768px) {
  .promote-section .promote-boxs {
    flex-direction: column;
  }
  .promote-section .promote-boxs .box {
    width: 100%;
    max-width: 232px;
    margin: 10px auto;
  }
}
.btn-red-ico {
  width: 180px;
  background-color: hsl(0, 100%, 50%);
  height: 60px;
  font-size: 26px;
  border-radius: 10px;
  color: white;
  font-weight: bold;
  vertical-align: middle;
  position: relative;
}

.btn-red-ico:hover {
  background-color: hsl(0, 100%, 30%);
}
.note-ctn {
  display: flex;
  margin-top: 10px;
  position: relative;
  padding-left: 20px;
}
.note-ctn .note {
  position: relative;
  width: 100%;
}
.note-ctn .note-img {
  min-width: 350px;
  width: 350px;
}
.note-ctn ::before {
  content: "#";
  position: absolute;
  right: 102%;
}
@media (max-width: 768px) {
  .note-ctn {
    flex-direction: column;
  }
}
.note-ctn > * {
  margin-bottom: auto;
  max-width: 100%;
}
.flobutton .fbr .act.extra__btn a button.btn-red-ico {
  background-color: hsl(0, 100%, 50%);
}
.flobutton .fbr .act.extra__btn a button.btn-red-ico:hover {
  background-color: hsl(0, 100%, 30%);
}
.flobutton .fbr .act.extra__btn a button.btn-red-ico .txt {
  padding-right: 0;
}
.flobutton .fbr .act.extra__btn a button.btn-red-ico .txt:after {
  content: unset;
}
.flobutton .fbr {
  min-width: 144px;
  width: unset;
}
.flobutton .fbl {
  width: 100%;
}
.flobutton {
  z-index: 10;
}
@media (min-width: 769px) {
  .mobileonly {
    display: none;
  }
}
@media (max-width: 768px) {
  .desktoponly {
    display: none;
  }
}
