@import url("https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@200..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
.report a, .report .btn {
  text-decoration: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.report a:hover, .report .btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}
.report a:focus, .report .btn:focus {
  box-shadow: none !important;
  outline: none !important;
}
.report ul {
  margin: 0;
  padding: 0;
}
.report ul li {
  list-style: none;
}
.report body, .report h1, .report h2, .report h3, .report h4, .report h5, .report h6, .report p {
  padding: 0;
  margin: 0;
  margin-bottom: 0;
  text-transform: initial !important;
}
.report .fz48 {
  font-size: 48px;
  line-height: 58px;
}
.report h1, .report .fz32 {
  font-size: 32px;
  line-height: 50px;
  font-weight: 600;
  letter-spacing: 6px;
}
.report h2, .report .fz28 {
  font-size: 40px;
  line-height: 56px;
  font-weight: 600;
  letter-spacing: 5px;
}
.report h3, .report .fz24 {
  font-size: 24px;
  line-height: 38px;
  letter-spacing: 4px;
}
.report h4, .report .fz22 {
  font-size: 22px;
  line-height: 35px;
  font-weight: 300;
}
.report p {
  font-size: 18px;
  line-height: 40px;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.report h5, .report .fz20 {
  font-size: 20px;
  line-height: 32px;
}
.report h6, .report .fz14 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}
.report .fz12 {
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 1.5px;
}
.report .fz60 {
  font-size: 60px;
  line-height: 70px;
}
.report .fz40 {
  font-size: 40px;
  line-height: 55px;
}
@media (max-width: 1100px) {
  .report h3 {
    font-size: 24px;
    line-height: 36px;
  }
}
.report .font-bold-100 {
  font-weight: 100;
}
.report .font-bold-300 {
  font-weight: 300;
}
.report .font-bold-400 {
  font-weight: 400;
}
.report .font-bold-600 {
  font-weight: 600;
}
.report .bg-main {
  background-color: #5A97D1;
}
.report .bg-white {
  background-color: white;
}
.report .text-delete {
  text-decoration-line: line-through;
}
.report .text-main {
  color: #5A97D1;
}
.report .text-white {
  color: white;
}
.report .text-black {
  color: black;
}
.report .align-center {
  align-items: center;
}
.report .center {
  text-align: center;
}
.report .right {
  text-align: right;
}
.report .mb10 {
  margin-bottom: 10px;
}
.report .mb20 {
  margin-bottom: 20px;
}
.report .mb30 {
  margin-bottom: 30px;
}
.report .mb40 {
  margin-bottom: 40px;
}
.report .mb50 {
  margin-bottom: 50px;
}
.report .mb60 {
  margin-bottom: 60px;
}
.report .mb80 {
  margin-bottom: 80px;
}
.report .mb120 {
  margin-bottom: 120px;
}
.report .mt20 {
  margin-top: 20px;
}
.report .mt40 {
  margin-top: 40px;
}
.report .hide-in-mobile {
  display: block !important;
}
.report .show-in-mobile {
  display: none !important;
}
.report .hide-in-mobile-flex {
  display: flex !important;
}
.report .show-in-mobile-flex {
  display: none !important;
}
.report .d-flex.flex-center {
  justify-content: center;
  align-items: center;
}
.report .d-flex.flex-end {
  align-items: flex-end;
}
.report .letter-space-2 {
  letter-spacing: 2px;
}
.report .letter-space-5 {
  letter-spacing: 5px;
}
.report .br-in-mobile br {
  display: none;
}
@media (max-width: 768px) {
  .report h1, .report .fz32 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    letter-spacing: 4px;
  }
  .report h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .report h4, .report .fz22 {
    font-size: 20px;
    line-height: 29px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .report p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 1px;
  }
  .report .section {
    padding: 40px 0;
  }
  .report .hide-in-mobile {
    display: none !important;
  }
  .report .show-in-mobile {
    display: block !important;
  }
  .report .hide-in-mobile {
    display: none !important;
  }
  .report .show-in-mobile-flex {
    display: flex !important;
  }
  .report .hide-in-mobile-flex {
    display: none !important;
  }
  .report .br-in-mobile br {
    display: block;
  }
  .report .container {
    padding: 0 15px;
  }
}

img {
  width: 100%;
}

.main-content {
  max-width: 2560px;
  padding: 0;
}

#breadcrumbs {
  display: none;
}

.container-wrap {
  padding: 0;
}

@media (max-width: 767px) {
  .report .section {
    padding: 40px 0;
  }
}
.report .form {
  background-image: url(https://daduo.com.tw/wp-content/daduo-custom/data/images/form-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
.report .steps {
  background: radial-gradient(53.14% 53.14% at 50% 46.86%, rgba(90, 151, 209, 0.48) 0%, rgba(255, 255, 255, 0) 100%);
  overflow: hidden;
}
.report .steps .step-title {
  position: relative;
}
.report .steps .step-title .dot {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
}
.report .steps .step-title .dot.red {
  background-color: #F87B74;
  width: 24px;
  height: 24px;
  left: 300px;
  bottom: 50px;
}
.report .steps .step-title .dot.blue {
  background-color: #5A97D1;
  width: 10px;
  height: 10px;
  right: 400px;
  top: 0px;
}
.report .steps .step-title .dot.green {
  background-color: #B6ED87;
  width: 18px;
  height: 18px;
  left: 350px;
  top: 20px;
}
.report .steps .step-title .dot.yellow {
  background-color: #F6C00A;
  width: 18px;
  height: 18px;
  right: 200px;
  top: 80px;
}
.report .steps .step-title .dot.blue2 {
  background-color: #5A97D1;
  width: 13px;
  height: 13px;
  bottom: 40px;
  right: 600px;
}
@media (max-width: 1400px) {
  .report .steps .step-title .dot.green {
    left: 150px;
  }
  .report .steps .step-title .dot.red {
    left: 50px;
  }
  .report .steps .step-title .dot.yellow {
    right: 100px;
  }
  .report .steps .step-title .dot.blue {
    right: 200px;
  }
}
.report .steps .step-box {
  background: white;
  padding: 80px 30px 40px 45px;
  position: relative;
  height: 100%;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.report .steps .step-box .number {
  color: rgba(222, 225, 230, 0.5);
  font-size: 78px;
  position: absolute;
  top: 25px;
  left: 15px;
  line-height: 1;
  font-weight: 900;
}
.report .steps .step-box .title {
  color: #5A97D1;
  font-size: 44px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 30px;
}
.report .steps .step-box ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
}
.report .steps .step-box ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5A97D1;
  position: absolute;
  left: 0;
  top: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 990px) {
  .report .steps .step-box .title {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .report .steps .mb80 {
    margin-bottom: 40px;
  }
  .report .steps .col-sm-4 {
    width: 100%;
  }
  .report .steps .col-sm-4.mb40 {
    margin-bottom: 20px;
  }
  .report .steps .step-box {
    padding: 60px 30px 40px 45px;
  }
  .report .steps .step-box .number {
    font-size: 58px;
  }
  .report .steps .step-title .dot.green {
    left: 80px;
  }
  .report .steps .step-title .dot.red {
    left: 20px;
    bottom: 5px;
    width: 18px;
    height: 18px;
  }
  .report .steps .step-title .dot.yellow {
    right: 80px;
    top: 100px;
  }
  .report .steps .step-title .dot.blue {
    right: 20px;
  }
}
.report .steps.s02 .step-box {
  padding: 80px 40px 20px 40px;
  min-height: 260px;
  height: inherit;
  border-radius: 6px 6px 100px 6px;
  position: relative;
}
.report .steps.s02 .step-box::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #5A97D1;
  position: absolute;
  top: 0;
  left: 0;
}
.report .steps.s02 .step-box .title {
  font-size: 36px;
}
.report .steps.s02 .step-box.long {
  min-height: auto;
}
.report .steps.s02 .step-box.long2 {
  min-height: 190px;
}
.report .steps.s02 a p {
  color: #565E6C;
}

.popup {
  display: none;
  background-color: transparent;
  padding: 0;
}
.popup .content {
  background-color: white;
  padding: 80px 40px 20px 40px;
  position: relative;
  border-radius: 6px 6px 100px 6px;
}
.popup .content::before {
  content: "";
  width: 100%;
  height: 5px;
  background-color: #5A97D1;
  position: absolute;
  top: 0;
  left: 0;
}
.popup .content .number {
  color: rgba(222, 225, 230, 0.5);
  font-size: 90px;
  position: absolute;
  top: 35px;
  left: 15px;
  line-height: 1;
  font-weight: 900;
}
.popup .content .title {
  color: #5A97D1;
  font-size: 44px;
  position: relative;
  margin-top: 0px;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 30px;
}
.popup .content p {
  color: #565E6C;
}
.popup .content h4 {
  color: #5A97D1;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 30px;
}
.popup .content ul li {
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 15px;
  line-height: 1.6;
  font-size: 16px;
}
.popup .content ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #5A97D1;
  position: absolute;
  left: 0;
  top: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
