* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Noto Sans TC',
    sans-serif;
}

.cti_view {
  width: 100%;
  margin: auto;
  background-color: #BADBFD;
  background-image: url("./assets/images/bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.fuide_group{
  overflow: hidden;
}
.container {
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
}

.main_header {
  display: flex;
  justify-content: space-around;

}

.main_title {
  padding-top: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}

.logo_pic {
  width: 54%;
}

.url_text {
  font-size: 75px;
  line-height: 81px;
  color: #fff;
}

@media (max-width: 1045px) {
  .main_title {
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 700px) {
  .logo_pic {
    width: 80%;
    max-width: 388px;
  }


}

@media (max-width: 500px) {
  .main_title {
    gap: 5px;
  }

  .url_text {
    font-size: 14vw;
    /* line-height: 81px; */
    color: #fff;
  }
}

.main_banner {
  margin-top: 100px;
}

.main_banner {
  width: 100%;
}





.full_group {
  display: flex;
  justify-content: center;
  /* column-gap: 30px; */
  gap: 72px;
  flex-wrap: wrap;
}

.main_banner .title_list {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;

}

.title_text {
  max-width: 1052px;
  width: 90%;
  margin: 138px auto 0;
}

.title_text img {
  width: 100%;
}

.title_group {
  display: flex;
  flex-direction: column;
  align-content: center;
  position: relative;
  column-gap: 0;
}

.cti_square {
  max-width: 476px;
  width: 90%;
}

.square_text {
  width: 468px;
}

.cti_baby {
  width: 468px;
  margin-left: -80px;
}

.title_qrcode {
  display: flex;
  justify-content: center;
  column-gap: 40px;

}

.link_qrcode {
  display: flex;
  flex-direction: column;
}

.QR_code {
  width: 230px;
}

.download_link {
  margin-top: 27px;
  width: 230px;
  border-radius: 12px;
}
.download_link:hover{
  opacity: .8;
}

/* Card List */

.fuide_card_list {
  margin-top: 100px;
  /* overflow: hidden; */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 150px 100px;
}

.fuide_card_item {
  width: calc((100% - 200px) / 3);
  max-width: 382px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
}



.card_title {
  width: 100%;
  margin: auto;
  text-align: center;
  padding-top: 50px;
  position: relative;
  color: #014099;
  font-size: 36px;
  line-height: 45px;
  font-weight: 900;
  font-family: 'Noto Sans TC',
    sans-serif;
}

.fuide_card_item:nth-child(2) .card_title,.fuide_card_item:nth-child(10) .card_title {
  position: relative;
  margin-top: -40px;
}

.card_title img {
  width: 100%;
}

.card_text {
  margin: 0 auto;
  color: #007fe0;
  font-size: 28px;
  text-align: center;
  font-weight: 500;
  height: 76px;
}

.card_text span {
  display: inline-block;
  color: #C52620;
  font-weight: 700;
}

.card_text img {
  width: 100%;
}

.fuide_card_item .line {
  margin: auto;
  width: 90%;
  height: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobel_pic {
  margin-top: 20px;
  /* width: 100%; */
  height: 570px;
  bottom: 0;
  position: absolute;
  z-index: 3;
}

.mobel_pic_op {
  margin-top: 20px;
  opacity: 0;
  width: 100%;
  overflow: hidden;
  height: 570px;
  position: relative;
  z-index: 99;
}

.pic_box{
  overflow: hidden;
}

.pic_box_no1::after {
  content: '';
  display: block;
  width: 171px;
  height: 180px;
  background-image: url(./assets/images/icon_03.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -10px;
  right: -90px;
  z-index: 2;
}

.pic_box_no2::before {
  content: '';
  display: block;
  width: 500px;
  height: 502px;
  background-image: url(./assets/images/icon_02.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 165px;
  left: 240px;
  z-index: 2;
}

.pic_box_no3::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(./assets/images/icon_pink06.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -5px;
  right: -130px;
  z-index: 2;
}

.pic_box_no3::after {
  content: '';
  display: block;
  width: 250px;
  height: 300px;
  background-image: url(./assets/images/icon_cbaby_05.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  right: -90px;
  z-index: 999;
}

.pic_box_no4::after {
  content: '';
  display: block;
  width: 250px;
  height: 300px;
  background-image: url(./assets/images/icon_cbaby_06.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 205px;
  left: -70px;
  z-index: 999;
}

.pic_box_no5::after {
  content: '';
  display: block;
  width: 180px;
  height: 230px;
  background-image: url(./assets/images/icon_cbaby_07.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 175px;
  left: -50px;
  z-index: 999;
}

.pic_box_no5::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(./assets/images/icon_pink06.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 245px;
  left: -57px;
  z-index: 2;
}

.pic_box_no6::after {
  content: '';
  display: block;
  width: 230px;
  height: 240px;
  background-image: url(./assets/images/icon_cbaby_08.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 195px;
  right: -90px;
  z-index: 999;
}

.pic_box_no6::before {
  content: '';
  display: block;
  width: 500px;
  height: 400px;
  background-image: url(./assets/images/icon_bg_09.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 160px;
  left: -65px;
  z-index: 2;
}

.pic_box_no7::after {
  content: '';
  display: block;
  width: 450px;
  height: 400px;
  background-image: url(./assets/images/icon_cbaby_09.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 195px;
  left: -20px;
  z-index: 999;
}

/* .pic_box_no7::before {
  content: '';
  display: block;
  width: 500px;
  height: 400px;
  background-image: url(./assets/images/icon_pinkgroup_09.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 165px;
  left: -70px;
  z-index: 2;
} */

.pic_box_no8::after {
  content: '';
  display: block;
  width: 500px;
  height: 600px;
  background-image: url(./assets/images/icon_cgroup_08.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 155px;
  left: -70px;
  z-index: 999;
}

.pic_box_no8::before {
  content: '';
  display: block;
  width: 171px;
  height: 180px;
  background-image: url(./assets/images/icon_03.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 240px;
  right: -90px;
  z-index: 2;
}

.pic_box_no9::before {
  content: '';
  display: block;
  width: 171px;
  height: 180px;
  background-image: url(./assets/images/icon_03.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 155px;
  right: -70px;
  z-index: 2;
}

.pic_box_no9::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(./assets/images/icon_pink06.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -120px;
  top: 565px;
  z-index: 2;
}

.pic_box_no9::after {
  content: '';
  display: block;
  width: 250px;
  height: 300px;
  background-image: url(./assets/images/icon_cbaby_10.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -30px;
  right: -90px;
  z-index: 999;
}

.pic_box_no10::before {
  content: '';
  display: block;
  width: 200px;
  height: 200px;
  background-image: url(./assets/images/icon_pink06.png);
  background-repeat: no-repeat;
  position: absolute;
  right: -120px;
  top: 565px;
  z-index: 2;
}

.pic_box_no10::after {
  content: '';
  display: block;
  width: 200px;
  height: 300px;
  background-image: url(./assets/images/icon_citbaby_no8.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -30px;
  right: -80px;
  z-index: 999;
}









@media (max-width: 1400px) {
  .fuide_card_list {
    margin: 100px 5% 0;
    gap: 100px 50px;
  }

  .fuide_card_item {
    width: calc((100% - 100px) / 2);
    min-width: 333px;
  }

  .pic_box_no1::after {
    right: -70px;
  }

  .pic_box_no6::before {
    left: -30px;
  }

}
@media (max-width: 1050px) {
  .fuide_card_item{
    min-width: 429px;
  }
}
@media (max-width: 800px) {
  .fuide_card_list {
    margin: 100px 5% 0;
    gap: 100px 0px;
  }

  .fuide_card_item {
    width: 90%;
    min-width: 333px;
  }

  .pic_box_no6::before {
    left: -25px;
  }
}

@media (max-width: 540px) {
  .title_qrcode {
    justify-content: center;
    column-gap: 10px;
    padding: 20px;
    
  }
  .link_qrcode{
    justify-content: center;
    align-items: center;
  }

  .QR_code {
    width: 90%;
  }

  .download_link {
    width: 90%;
  }


  .mobel_pic {
    height: 500px;
  }

  .mobel_pic_op {
    height: 500px;
  }

  .pic_box_no1::after {
    right: -60px;
  }
}

@media (max-width: 400px) {
  .mobel_pic {
    height: 400px;
  }

  .mobel_pic_op {
    height: 400px;
  }

  .pic_box_no9::before {
    position: absolute;
    right: -50px;
    top: 500px;

  }
}

/* Main Footer */
.main_footer {
  width: 100%;
  background-image: url("./assets/images/bg_bottom.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: 100%;
  padding-top: 200px;
  /* padding-bottom: 200px; */
}
.foot_group{
  padding-bottom: 200px;
}

.main_footer .title_list {
  display: flex;
  justify-content: center;
}