@charset "UTF-8";
.banner {
  line-height: 0;
}

.indexMore {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 10px 25px;
  font-size: 1.75rem;
  font-weight: bold;
  color: #000;
  background: linear-gradient(to right, #f5c550 0%, #f4ec2e 100%);
  font-weight: 700;
  overflow: hidden;
  isolation: isolate;
  position: relative;
  border-radius: 50px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .indexMore {
    gap: 10px;
    font-size: 1.125rem;
  }
}
.indexMore::before {
  content: "";
  position: absolute;
  width: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  background: #E66E0D;
  z-index: -1;
  transition: all 0.3s ease;
}

.indexMore::after {
  content: "";
  width: 40px;
  height: 40px;
  display: block;
  -webkit-mask: url("../images/icon/icon_arrow_more.svg") center no-repeat;
  mask: url("../images/icon/icon_arrow_more.svg") center no-repeat;
  background: #FFF;
  transition: all 0.3s ease;
}

@media screen and (max-width: 767px) {
  .indexMore::after {
    width: 24px;
    height: 24px;
  }
}
.indexMore:hover {
  color: #000;
}

.indexMore:hover::before {
  width: 100%;
  left: 0;
}

.mainBox {
  overflow: hidden;
}

.mainBox .blockTitle img {
  width: 100%;
}

.block {
  padding-left: var(--contentPadding);
  padding-right: var(--contentPadding);
}

#block1 {
  padding: 0;
  position: relative;
}

#block1 .container {
  max-width: none;
  background: url("../images/index/b1_bg2.png") right top no-repeat;
}

@media screen and (max-width: 1080px) {
  #block1 .container {
    background: url("../images/index/b1_bg2_.png") no-repeat;
    background-size: contain;
    background-position: top left;
  }
}
#block1 .container::before {
  content: "";
  position: absolute;
  display: block;
  inset: 0;
  background: url("../images/index/b1_bg.png") right bottom no-repeat;
  background-size: cover;
  z-index: 10;
}

@media screen and (max-width: 1080px) {
  #block1 .container::before {
    background: url("../images/index/b1_bg_.png") no-repeat;
    background-size: contain;
    background-position: top left;
    left: 0%;
  }
}
#block1 .top {
  max-width: 1665px;
  margin: 0 auto;
  padding-top: 200px;
  position: relative;
  z-index: 10;
  isolation: isolate;
}

@media screen and (max-width: 1080px) {
  #block1 .top {
    padding-top: 0;
  }
}
#block1 .top .products {
  max-width: -moz-fit-content;
  max-width: fit-content;
  width: 30%;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  #block1 .top .products {
    width: 35%;
    bottom: 15px;
  }
}
#block1 .top .bobbles {
  position: absolute;
  width: 20%;
  max-width: 250px;
  aspect-ratio: 5/3;
  left: 16%;
  bottom: 42%;
}

@media screen and (max-width: 1080px) {
  #block1 .top .bobbles {
    bottom: 35%;
    left: 25%;
  }
}
#block1 .top .bobbles .bobble {
  position: absolute;
  transition: all 0.3s ease;
}

#block1 .top .bobbles .bobble.minus1 {
  bottom: 0;
  left: 0;
  width: 13%;
  aspect-ratio: 1;
  background: url("../images/index/icon_minus.png") no-repeat;
  background-size: contain;
  animation: bobble1 5s infinite ease-in-out;
}

#block1 .top .bobbles .bobble.minus2 {
  bottom: 5%;
  left: 50%;
  width: 20%;
  aspect-ratio: 1;
  background: url("../images/index/icon_minus.png") no-repeat;
  background-size: contain;
  animation: bobble1 6s infinite ease-in-out;
}

#block1 .top .bobbles .bobble.minus3 {
  top: 12%;
  left: 75%;
  width: 13%;
  aspect-ratio: 1;
  background: url("../images/index/icon_minus.png") no-repeat;
  background-size: contain;
  animation: bobble1 7s infinite ease-in-out;
}

#block1 .top .bobbles .bobble.plus1 {
  bottom: 18%;
  left: 20%;
  width: 17%;
  aspect-ratio: 1;
  background: url("../images/index/icon_plus.png") no-repeat;
  background-size: contain;
  animation: bobble1 4s infinite ease-in-out reverse;
}

#block1 .top .bobbles .bobble.plus2 {
  top: 0%;
  left: 40%;
  width: 25%;
  aspect-ratio: 1;
  background: url("../images/index/icon_plus.png") no-repeat;
  background-size: contain;
  animation: bobble1 6.5s infinite ease-in-out reverse;
}

#block1 .top .bobbles .bobble.plus3 {
  bottom: 10%;
  right: 0%;
  width: 25%;
  aspect-ratio: 1;
  background: url("../images/index/icon_plus.png") no-repeat;
  background-size: contain;
  animation: bobble1 6.5s infinite ease-in-out reverse;
}

#block1 .event {
  width: -moz-fit-content;
  width: fit-content;
  max-width: 20%;
  position: absolute;
  right: 1%;
  top: 100px;
}

@media screen and (max-width: 1080px) {
  #block1 .event {
    top: 45%;
    right: 26%;
  }
}
@media screen and (max-width: 1024px) {
  #block1 .event {
    max-width: 30%;
    top: 40%;
  }
}
@keyframes bobble1 {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(2px, -3px);
  }
  40% {
    transform: translate(-1px, 4px);
  }
  60% {
    transform: translate(4px, 2px);
  }
  80% {
    transform: translate(-3px, -2px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#block2 {
  z-index: 2;
}

#block2::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: -60%;
  bottom: 12%;
  transform: translate(-50%, 0);
  width: 2100px;
  background: #FEF7CF;
  background-size: contain;
  z-index: 0;
  border-radius: 50%;
}

@media screen and (max-width: 1080px) {
  #block2::before {
    top: -35%;
    bottom: 5%;
  }
}
@media screen and (max-width: 767px) {
  #block2::before {
    top: -15%;
  }
}
@media screen and (max-width: 1024px) {
  #block2::before {
    top: -10%;
  }
}
#block2 .blockTitle {
  max-width: 560px;
  margin: 0 auto 50px;
  line-height: 0;
  padding: 0 30px;
}

@media screen and (max-width: 550px) {
  #block2 .blockTitle {
    width: 80%;
    margin: 0 auto 30px;
  }
}
#block2 .listBox {
  max-width: 1360px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

@media screen and (max-width: 1600px) {
  #block2 .listBox {
    gap: 30px 20px;
  }
}
@media screen and (max-width: 767px) {
  #block2 .listBox {
    justify-content: center;
  }
}
@media screen and (max-width: 550px) {
  #block2 .listBox {
    flex-direction: column;
    align-items: center;
  }
}
#block2 .listBox .item {
  max-width: 420px;
  width: calc((100% - 100px) / 3);
}

@media screen and (max-width: 1600px) {
  #block2 .listBox .item {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #block2 .listBox .item {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 550px) {
  #block2 .listBox .item {
    width: 80%;
  }
}
#block2 .listBox .item .pic {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
}

#block2 .listBox .item .titleBox {
  margin-bottom: 15px;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (max-width: 1024px) {
  #block2 .listBox .item .titleBox {
    font-size: 1.25rem;
  }
}
#block2 .listBox .item .titleBox .num {
  letter-spacing: 2px;
  font-size: 2.5rem;
  color: #F5C550;
  line-height: 1;
  font-family: "Nova Script", "Noto Sans TC", Arial, "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
}

@media screen and (max-width: 1024px) {
  #block2 .listBox .item .titleBox .num {
    font-size: 1.25rem;
  }
}
#block2 .listBox .item .titleBox .title {
  display: flex;
  gap: 10px;
  line-height: 1.2;
}

#block2 .listBox .item .titleBox span {
  display: block;
  color: #ED8007;
  font-weight: 400;
}

#block2 .listBox .item .description {
  color: #333333;
}

#block2 .decorative {
  max-width: 562px;
  margin: 0 auto;
}

#block3 {
  padding-top: 120px;
  margin-bottom: 100px;
  position: relative;
  isolation: isolate;
}

@media screen and (max-width: 767px) {
  #block3 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
#block3::before {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 23%;
  bottom: 25%;
  transform: translate(-50%, 0);
  width: 2100px;
  background: #CFF1EA;
  background-size: contain;
  z-index: 0;
  border-radius: 50%;
  z-index: -2;
}

@media screen and (max-width: 1200px) {
  #block3::before {
    top: 15%;
    bottom: 18%;
  }
}
@media screen and (max-width: 1024px) {
  #block3::before {
    bottom: 15%;
  }
}
@media screen and (max-width: 767px) {
  #block3::before {
    bottom: 10%;
  }
}
#block3::after {
  content: "";
  position: absolute;
  display: block;
  left: 50%;
  top: 22%;
  bottom: 0%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 1083px;
  background: url("../images/index/b3_bg.png") top center no-repeat;
  z-index: -1;
}

@media screen and (max-width: 550px) {
  #block3::after {
    bottom: 5%;
  }
}
#block3 .blockTitle {
  display: flex;
  align-items: center;
  gap: 20px;
}

#block3 .blockTitle .logo {
  max-width: 126px;
}

@media screen and (max-width: 1024px) {
  #block3 .blockTitle .logo {
    width: 20%;
  }
}
@media screen and (max-width: 550px) {
  #block3 .blockTitle .logo {
    width: 30%;
  }
}
#block3 .blockTitle h2 {
  flex-grow: 1;
}

#block3 .blockTitle picture {
  flex-grow: 1;
}

#block3 .contentBox {
  position: relative;
}

#block3 .top {
  max-width: 1364px;
  margin: 0 auto;
}

#block3 .top .blockTitle {
  max-width: 1044px;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #block3 .top .blockTitle {
    margin-bottom: 20px;
  }
}
#block3 .top .description {
  color: #333333;
  font-size: 1.125rem;
  margin-bottom: 65px;
  max-width: 680px;
}

@media screen and (max-width: 767px) {
  #block3 .top .description {
    margin-bottom: 30px;
  }
}
#block3 .picBox {
  position: relative;
  max-width: 1364px;
  margin: 0 auto;
}

#block3 .picBox .pic {
  border-radius: 0 350px 0 350px;
}

@media screen and (max-width: 1400px) {
  #block3 .picBox .pic {
    border-radius: 0 220px 0 220px;
  }
}
@media screen and (max-width: 1024px) {
  #block3 .picBox .pic {
    border-radius: 0 180px 0 180px;
  }
}
@media screen and (max-width: 767px) {
  #block3 .picBox .pic {
    border-radius: 0 130px 0 130px;
  }
}
@media screen and (max-width: 550px) {
  #block3 .picBox .pic {
    border-radius: 0 80px 0 80px;
  }
}
#block3 .picBox .bobble {
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease;
}

#block3 .picBox .bobble.minus1 {
  width: 58px;
  top: -8%;
  right: 10%;
  aspect-ratio: 1;
  background: url("../images/index/icon_minus.png") no-repeat;
  background-size: contain;
  animation: bobble1 5s infinite ease-in-out reverse;
}

@media screen and (max-width: 1024px) {
  #block3 .picBox .bobble.minus1 {
    width: 40px;
  }
}
#block3 .picBox .bobble.minus2 {
  width: 58px;
  top: 10%;
  left: 5%;
  aspect-ratio: 1;
  background: url("../images/index/icon_minus.png") no-repeat;
  background-size: contain;
  animation: bobble1 4s infinite ease-in;
}

@media screen and (max-width: 1024px) {
  #block3 .picBox .bobble.minus2 {
    width: 40px;
  }
}
#block3 .picBox .bobble.plus1 {
  width: 75px;
  top: 35%;
  left: -6%;
  aspect-ratio: 1;
  background: url("../images/index/icon_plus.png") no-repeat;
  background-size: contain;
  animation: bobble1 6s infinite ease-in-out reverse;
}

@media screen and (max-width: 1024px) {
  #block3 .picBox .bobble.plus1 {
    width: 50px;
  }
}
#block3 .picBox .bobble.plus2 {
  width: 90px;
  top: 8%;
  right: 0%;
  aspect-ratio: 1;
  background: url("../images/index/icon_plus.png") no-repeat;
  background-size: contain;
  animation: bobble1 7s infinite ease-in-out;
}

@media screen and (max-width: 1024px) {
  #block3 .picBox .bobble.plus2 {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block3 .picBox .bobble.plus2 {
    width: 50px;
  }
}
@media screen and (max-width: 550px) {
  #block3 .picBox .bobble.plus2 {
    width: 40px;
  }
}
#block3 .titleBox {
  display: flex;
  align-items: flex-end;
  max-width: 1400px;
  margin: -10% auto 60px;
  z-index: 2;
  position: relative;
}

#block3 .titleBox .pic {
  width: 20%;
  max-width: 211px;
  margin-bottom: 5%;
  margin-right: -30px;
  transform-origin: bottom right;
  animation: sRotate 5s infinite ease-in-out reverse;
}

@media screen and (max-width: 767px) {
  #block3 .titleBox .pic {
    margin-bottom: 8%;
  }
}
@keyframes sRotate {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
#block3 .titleBox .slogan {
  max-width: 700px;
  width: 50%;
  line-height: 0;
}

@media screen and (max-width: 1200px) {
  #block3 .titleBox .slogan {
    width: 100%;
  }
}
#block3 .center {
  display: flex;
  position: relative;
  z-index: 5;
  margin-bottom: 50px;
  padding: 0 30px;
}

@media screen and (max-width: 1200px) {
  #block3 .center {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #block3 .center {
    padding: 0px;
  }
}
#block3 .center .pic {
  margin-right: -50px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  #block3 .center .pic {
    margin-right: auto;
    margin-left: auto;
    order: 5;
  }
}
#block3 .center .listBox {
  display: flex;
  flex-grow: 1;
  flex-direction: row-reverse;
  align-items: flex-start;
  max-width: 1040px;
}

@media screen and (max-width: 1200px) {
  #block3 .center .listBox {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 30px;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  #block3 .center .listBox {
    flex-direction: column;
  }
}
#block3 .center .listBox .item {
  width: 37%;
  max-width: 375px;
}

@media screen and (max-width: 1200px) {
  #block3 .center .listBox .item {
    margin-top: unset !important;
    margin-right: unset !important;
    width: calc((100% - 0px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  #block3 .center .listBox .item {
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  #block3 .center .listBox .item {
    width: 90%;
  }
}
#block3 .center .listBox .item .box {
  padding: 15%;
  aspect-ratio: 1;
  background: #FFF;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  box-shadow: 0px 0px 40px 0px rgba(38, 164, 154, 0.4);
  isolation: isolate;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  #block3 .center .listBox .item .box {
    padding: 10% 15%;
    gap: 5px;
  }
}
@media screen and (max-width: 1024px) {
  #block3 .center .listBox .item .box {
    padding: 10% 15%;
    gap: 5px;
    justify-content: center;
  }
}
#block3 .center .listBox .item .box .num {
  letter-spacing: 2px;
  font-size: 2.25rem;
  color: #fff;
  line-height: 1;
  font-family: "Nova Script", "Noto Sans TC", Arial, "微軟正黑體", "Microsoft JhengHei", "蘋果儷中黑", "Apple LiGothic Medium", sans-serif;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  line-height: 1;
}

@media screen and (max-width: 1400px) and (min-width: 1200px) {
  #block3 .center .listBox .item .box .num {
    font-size: 1.25rem;
    width: 50px;
  }
}
@media screen and (max-width: 1024px) {
  #block3 .center .listBox .item .box .num {
    font-size: 1.25rem;
    width: 50px;
  }
}
#block3 .center .listBox .item .box .title {
  font-size: 1.5rem;
  color: #111111;
  text-align: center;
  font-weight: bold;
}

#block3 .center .listBox .item .box .description {
  color: #333333;
  font-size: 1.125rem;
  text-align: center;
}

#block3 .center .listBox .item:nth-child(1) {
  margin-top: -30%;
}

#block3 .center .listBox .item:nth-child(1) .box::before {
  content: "";
  width: 135px;
  aspect-ratio: 1;
  position: absolute;
  display: block;
  background: url("../images/index/b3_4.png") no-repeat;
  z-index: -1;
  right: 10%;
  bottom: 5%;
}

#block3 .center .listBox .item:nth-child(1) .box .num {
  background: #FF8000;
}

#block3 .center .listBox .item:nth-child(2) {
  margin-top: 3%;
  margin-right: -12%;
}

#block3 .center .listBox .item:nth-child(2) .box::before {
  content: "";
  width: 135px;
  aspect-ratio: 1;
  position: absolute;
  display: block;
  background: url("../images/index/b3_5.png") no-repeat;
  z-index: -1;
  right: 10%;
  bottom: 5%;
}

#block3 .center .listBox .item:nth-child(2) .box .num {
  background: #244F07;
}

#block3 .center .listBox .item:nth-child(3) {
  margin-top: 12%;
  margin-right: auto;
}

#block3 .center .listBox .item:nth-child(3) .num {
  background: #127ADC;
}

#block3 .bottom .pic {
  max-width: 500px;
  margin: 0 auto 40px;
}

#block3 .bottom .video {
  max-width: 1080px;
  margin: 0 auto 65px;
  border-radius: 40px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #block3 .bottom .video {
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 767px) {
  #block3 .bottom .video {
    border-radius: 20px;
  }
}
#block3 .bottom .video .videoContainer {
  padding-top: 0px;
}

.outBox {
  background: url("../images/index/b4_bg.jpg") center top repeat;
}

#block4 {
  padding-top: 130px;
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #block4 {
    padding-top: 50px;
    margin-bottom: 50px;
  }
}
#block4 .contentBox {
  display: flex;
  align-items: flex-end;
}

#block4 .doctor {
  max-width: 30%;
  margin-top: -20px;
  margin-right: -100px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1100px) {
  #block4 .doctor {
    width: 40%;
  }
}
#block4 .titleBox {
  display: flex;
  align-items: center;
  margin: 0 auto 50px;
  margin-bottom: -38px;
  position: relative;
  z-index: 2;
  margin-right: 20%;
}

@media screen and (max-width: 1600px) {
  #block4 .titleBox {
    margin-bottom: -3%;
  }
}
@media screen and (max-width: 1400px) {
  #block4 .titleBox {
    margin-bottom: -3.5%;
  }
}
@media screen and (max-width: 767px) {
  #block4 .titleBox {
    margin-right: 10%;
    margin-bottom: 0px;
    flex-direction: column;
    align-items: center;
  }
  #block4 .titleBox .pic {
    display: none;
  }
}
#block4 .picBox {
  flex-grow: 1;
  margin-bottom: 30px;
}

#block4 .picBox .blockTitle {
  width: 80%;
  max-width: 560px;
  margin-right: -15px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #block4 .picBox .blockTitle {
    width: auto;
  }
}
#block4 .picBox .video {
  max-width: 1080px;
  border-radius: 40px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  #block4 .picBox .video {
    border-radius: 20px;
  }
}
#block4 .picBox .video .videoContainer {
  padding-top: 0px;
}

#block5 {
  padding-bottom: 280px;
  background: url("../images/index/bg_bg.png") center bottom repeat-x;
}

@media screen and (max-width: 767px) {
  #block5 {
    padding-bottom: 150px;
  }
}
#block5 .blockTitle {
  width: 80%;
  max-width: 315px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 767px) {
  #block5 .blockTitle {
    margin: 0 auto 30px;
  }
}
#block5 .listBox {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

@media screen and (max-width: 767px) {
  #block5 .listBox {
    gap: 30px 18px;
  }
}
#block5 .listBox .item {
  width: calc((100% - 90px) / 6);
}

@media screen and (max-width: 1024px) {
  #block5 .listBox .item {
    width: calc((100% - 36px) / 3);
  }
}
@media screen and (max-width: 767px) {
  #block5 .listBox .item {
    width: calc((100% - 18px) / 2);
  }
}
#block5 .listBox .item a:hover .pic img {
  transform: scale(1.1);
}

#block5 .listBox .item .pic {
  background: #fff;
  border-radius: 12px;
  border: #FFC926 1px solid;
  box-shadow: 0px 0px 20px 0px rgba(255, 201, 38, 0.4);
  padding: 20px;
  margin-bottom: 20px;
}

#block5 .listBox .item .pic img {
  width: auto;
  transition: all 3s ease;
}

#block5 .listBox .item .title {
  text-align: center;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  #block5 .listBox .item .title {
    font-size: 1.25rem;
  }
}
.outBox2 {
  background: linear-gradient(to bottom, #feed9a 0%, #f5c550 100%);
}

#block6 {
  padding-top: 1px;
  margin-bottom: 80px;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.2));
}

@media screen and (max-width: 1024px) {
  #block6 {
    margin-bottom: 50px;
  }
}
#block6 .pic {
  margin-top: -13%;
  text-align: center;
}

#block7 {
  padding-bottom: 230px;
}

@media screen and (max-width: 767px) {
  #block7 {
    padding-bottom: 50px;
  }
}
#block7 .contentBox {
  padding: 5%;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0px 0px 20px 0px rgba(232, 148, 32, 0.4);
}

#block7 .blockTitle {
  max-width: 477px;
  margin: 0 auto 30px;
}

#block7 .swiper {
  max-width: 1470px;
  margin: 0 auto;
}

#block7 .controlBox {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-bottom: 50px;
}

#block7 .slickArrow {
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media screen and (max-width: 1000px) {
  #block7 .slickArrow {
    width: 50px;
    height: 50px;
  }
}
#block7 .slickArrow::before {
  content: "";
  width: 100%;
  height: 100%;
  -webkit-mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  mask: url("../images/icon/icon_arrow.svg") center no-repeat;
  background: #E89420;
  display: block;
  transition: all 0.3s ease;
}

#block7 .slickArrow.swiperNext::before {
  transform: rotate(180deg);
}

#block7 .slickArrow:hover::before {
  background: #000;
}

#block7 .swiper .picBox {
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

#block7 .swiper .picBox .tag {
  position: absolute;
  right: 0;
  bottom: -20px;
  border-radius: 50%;
  font-size: 0.8125rem;
  color: #fff;
  background: #E89420;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  aspect-ratio: 1;
  word-break: break-all;
  padding: 15px;
  max-width: 100px;
  width: 100%;
  line-height: 1.4;
  box-shadow: 10px 8px 20px 0 rgba(0, 0, 0, 0.2);
}

#block7 .swiper .pic {
  max-width: 280px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto -45px;
}

#block7 .swiper .pic img {
  width: 100%;
  aspect-ratio: 1;
}

#block7 .swiper .infoBox {
  padding: 80px 34px 34px;
  border: #FADF9B 1px solid;
  border-radius: 18px;
}

#block7 .swiper .name {
  color: #E7931F;
  font-size: 1.125rem;
  display: flex;
  align-items: flex-end;
  font-weight: 500;
  margin-top: -25px;
  margin-bottom: 15px;
}

#block7 .swiper .name span {
  color: #000000;
  font-size: 2.25rem;
  margin-right: 10px;
  margin-bottom: -8px;
}

#block8 {
  background: url("../images/index/b8_bg.png") center top repeat-x;
  padding-top: 121px;
  padding-bottom: 150px;
}

@media screen and (max-width: 767px) {
  #block8 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
#block8 .blockTitle {
  max-width: 264px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 767px) {
  #block8 .blockTitle {
    margin: 0 auto 50px;
  }
}
#block8 .listBox {
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin: 0 auto 80px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  #block8 .listBox {
    margin: 0 auto 50px;
  }
}
#block8 .listBox .item {
  width: calc((100% - 160px) / 5);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 1300px) {
  #block8 .listBox .item {
    width: calc((100% - 120px) / 4);
  }
}
@media screen and (max-width: 1024px) {
  #block8 .listBox .item {
    width: calc((100% - 80px) / 3);
  }
}
@media screen and (max-width: 550px) {
  #block8 .listBox .item {
    width: calc((100% - 40px) / 2);
  }
}
#block8 .listBox .item img {
  width: auto;
  transition: all 1s ease;
}

#block8 .listBox .item a {
  display: block;
  padding: 5%;
}

#block8 .listBox .item a img {
  -o-object-fit: contain;
  object-fit: contain;
}

#block8 .listBox .item a:hover img {
  transform: scale(0.95);
}

#block8 .bobble {
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease;
}

#block8 .bobble.minus1 {
  width: 128px;
  top: 10%;
  right: 5%;
  aspect-ratio: 1;
  background: url("../images/index/icon_minus.png") no-repeat;
  background-size: contain;
  animation: bobble1 5s infinite ease-in-out reverse;
}

@media screen and (max-width: 1024px) {
  #block8 .bobble.minus1 {
    width: 80px;
  }
}
@media screen and (max-width: 767px) {
  #block8 .bobble.minus1 {
    width: 40px;
  }
}
#block8 .bobble.minus2 {
  width: 58px;
  bottom: 20%;
  left: 5%;
  aspect-ratio: 1;
  background: url("../images/index/icon_minus.png") no-repeat;
  background-size: contain;
  animation: bobble1 4s infinite ease-in;
}

@media screen and (max-width: 1024px) {
  #block8 .bobble.minus2 {
    width: 43px;
  }
}
@media screen and (max-width: 767px) {
  #block8 .bobble.minus2 {
    width: 28px;
  }
}
#block8 .bobble.plus1 {
  width: 150px;
  bottom: 30%;
  left: 0%;
  aspect-ratio: 1;
  background: url("../images/index/icon_plus.png") no-repeat;
  background-size: contain;
  animation: bobble1 6s infinite ease-in-out reverse;
}

@media screen and (max-width: 1024px) {
  #block8 .bobble.plus1 {
    width: 90px;
  }
}
@media screen and (max-width: 767px) {
  #block8 .bobble.plus1 {
    width: 45px;
  }
}
#block8 .bobble.plus2 {
  width: 90px;
  top: 30%;
  right: 2%;
  aspect-ratio: 1;
  background: url("../images/index/icon_plus.png") no-repeat;
  background-size: contain;
  animation: bobble1 7s infinite ease-in-out;
}

@media screen and (max-width: 1024px) {
  #block8 .bobble.plus2 {
    width: 60px;
  }
}
@media screen and (max-width: 767px) {
  #block8 .bobble.plus2 {
    width: 35px;
  }
}
#block9 {
  padding-top: 3%;
  margin-bottom: 5%;
  isolation: isolate;
}
#block9::before {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(to right, #D5DEF2 0%, #E9F8F2 100%);
  max-width: 820px;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 20%;
  left: -10%;
}
#block9::after {
  content: "";
  position: absolute;
  z-index: -1;
  background: linear-gradient(to right, #F6EBF1 0%, #E9F3FC 100%);
  max-width: 1230px;
  width: 50%;
  aspect-ratio: 1;
  border-radius: 50%;
  top: 0%;
  right: -5%;
}
#block9 .blockTitle {
  max-width: 470px;
  margin: 0 auto 50px;
}
#block9 .listBox {
  max-width: 985px;
  box-sizing: content-box;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (max-width: 767px) {
  #block9 .listBox {
  padding: 0 0px;
  }
}
#block9 .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-width: 830px;
  border-radius: 50px;
  border: 5px solid #90C8F0;
  background: #E9F3FC;
  padding-left: 12%;
  max-width: 830px;
  min-height: 208px;
}
@media screen and (max-width: 1024px) {
  #block9 .item {
    padding-left: 70px;
  }
}
@media screen and (max-width: 767px) {
  #block9 .item {
    max-width: none !important;
    margin-left: 0 !important;
    padding: 0 30px;
    flex-direction: column;
    gap: 20px;
  }
}
#block9 .item .itemTitle {
  aspect-ratio: 1;
  background: #90C8F0;
  box-shadow: 0px 0px 20px 0px rgba(144, 200, 240, 0.4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  font-size: 2.625rem;
  color: #fff;
  line-height: 1.1;
  letter-spacing: 3px;
  padding: 40px;
  min-height: 0;
  min-width: 0;
  white-space: nowrap;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  #block9 .item .itemTitle {
    font-size: 1.5rem;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #block9 .item .itemTitle {
    top: 0;
    left: 50%;
  }
}
#block9 .item .infoBox {
  margin: 20px 0 40px 0;
}
@media screen and (max-width: 767px) {
  #block9 .item .infoBox {
    margin: 60px 0 20px;
  }
}
#block9 .item .title {
  color: #111111;
  font-size: 2rem;
}
@media screen and (max-width: 1024px) {
  #block9 .item .title {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 550px) {
  #block9 .item .title {
    font-size: 1.2rem;
  }
}
#block9 .item .description {
  font-size: 1.125rem;
  color: #333333;
}
#block9 .item .pic {
  margin-top: -10px;
  margin-bottom: -10px;
  transform: translateX(55px);
}
@media screen and (max-width: 767px) {
  #block9 .item .pic {
    transform: none;
    margin-top: auto;
    margin-bottom: 0px;
  }
}
#block9 .item a {
  position: absolute;
  bottom: 0;
  transform: translateY(50%);
  color: #fff;
  background: linear-gradient(to right, #ED1E66 0%, #90C8F0 100%);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 25px;
  border-radius: 50px;
  font-size: 1.125rem;
  left: 12%;
  min-width: 0;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 767px) {
  #block9 .item a {
    width: 100%;
    position: relative;
    transform: none;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 20px;
    left: 0%;
    flex-direction: column;
    box-shadow: none;
  }
}
#block9 .item a span {
  font-weight: bold;
  white-space: nowrap;
}
#block9 .item a::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  min-width: 0;
  min-height: 0;
  aspect-ratio: 1;
  background: url("../images/index/b9_icon_arrow.svg") center no-repeat;
}
#block9 .item:nth-child(2) {
  max-width: 800px;
  margin-left: auto;
  background: #CCD7F4;
  border: 5px solid #2581D7;
}
#block9 .item:nth-child(2) .itemTitle {
  background: #2581D7;
  box-shadow: 0px 0px 20px 0px rgba(37, 129, 215, 0.4);
}
#block9 .item:nth-child(2) a {
  background: linear-gradient(to right, #634BC0 0%, #2581D7 100%);
}
#block9 .item:nth-child(3) {
  max-width: 810px;
  margin-left: 5%;
  background: #FAF1D8;
  border: 5px solid #F5C550;
}
#block9 .item:nth-child(3) .itemTitle {
  background: #F5C550;
  box-shadow: 0px 0px 20px 0px rgba(245, 197, 80, 0.4);
}
#block9 .item:nth-child(3) a {
  background: linear-gradient(to right, #FF8000 0%, #F5C550 100%);
}/*# sourceMappingURL=index.css.map */