.navbar {
  display: flex;
  justify-content: space-between;
  height: 48px;
  padding: 0 10px 0 16px;
  background: #f4f5f5;
}
.navbar_logo,
.navbar_tel {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 20px;
}
.navbar_logo img {
  height: 32px;
}
.navbar_mb {
  display: none;
}
.navbanner {
  position: relative;
}
.navbanner p {
  font-weight: bold;
  color: #000;
  margin: 0 40px 0 0;
}
.navbanner button {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 0px;
  font-size: 20px;
  color: #fff;
  position: absolute;
  right: 30px;
  top: calc(50% - 15px);
  cursor: pointer;
}
.navbanner a {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 60px;
  background-color: #51ffcf;
  background-image: linear-gradient(180deg, #51ffcf, #d0ff75);
  box-shadow: inset 0 -8px 5px -5px rgb(0 0 0 / 20%);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  line-height: 1.3;
  text-align: center;
}
.navbanner span {
  color: #0073ff;
  border-bottom: 1px solid #0073ff;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .navbar_tel {
    display: none;
  }
  .navbar_mb {
    display: flex;
    align-items: center;
  }
  .navbar_mbtel {
    padding: 0 10px;
    border-radius: 100px;
    line-height: 32px;
    height: 32px;
    margin: 0 4px 0 0;
    font-size: 13px;
    color: #f20c0c;
    background: #fff;
    border: 1px solid #bdbdbd;
    letter-spacing: 1px;
  }
  .navbar_contact {
    padding: 0 10px;
    border-radius: 100px;
    line-height: 32px;
    height: 32px;
    margin: 0 4px 0 0;
    font-size: 13px;
    color: #fff;
    background: #f20c0c;
    letter-spacing: 1px;
  }
  .navbanner a {
    flex-direction: column;
    font-size: 20px;
  }
  .navbanner p {
    margin: 0;
  }
}

.Form {
  background: url("../images/bg.png") no-repeat center;
  background-size: cover;
  background-color: #04a0b8;
}
@media screen and (max-width: 768px) {
  .Form {
    background: url("../images/bg_mb.png") no-repeat top center;
    background-size: inherit;
    background-color: #04a0b8;
  }
}
.Form .content {
  max-width: 1200px;
  margin: 0 auto;
}
.Form .content .Form_title {
  margin: 0 0 200px;
  padding: 40px 0 0;
  position: relative;
}
.Form .content .Form_title h1 {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.1;
  color: #000;
  text-align: center;
  padding: 0 0 25px;
}
.Form .content .Form_title h2 {
  font-size: 32px;
  font-weight: bold;
  color: #721efd;
  text-align: center;
  margin: 0 0 5px;
  padding: 25px 0 0;
  position: relative;
}
.Form .content .Form_title h2::before {
  content: " ";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  max-width: 373px;
  height: 1px;
  background: #8b9193;
}
.Form .content .Form_title h3 {
  width: 100%;
  max-width: 300px;
  height: 50px;
  margin: 0 auto;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: #721efd;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Form .content .Form_title h4 {
  font-size: 24px;
  font-weight: bold;
  color: #721efd;
  text-align: center;
  margin: 5px 0 0;
}
@media screen and (max-width: 768px) {
  .Form .content .Form_title {
    margin: 0 0 110px;
    padding: 10px 0 0;
  }
  .Form .content .Form_title h1 {
    font-size: 26px;
    padding: 0 0 10px;
  }
  .Form .content .Form_title h2 {
    font-size: 20px;
    padding: 15px 0 0;
  }
  .Form .content .Form_title h2::before {
    max-width: 200px;
  }
  .Form .content .Form_title h3 {
    max-width: 150px;
    height: 30px;
    font-size: 20px;
  }
}
.Form .content .Form_a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  height: 50px;
  background: #ff276e;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border: 0px;
  margin: 25px auto 0;
  cursor: pointer;
}
.Form .content .Form_a:hover {
  background: #910101;
}
.Form .content .Form_text {
  position: relative;
  padding: 0 5px;
}
.Form .content .Form_text .content {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  background: #fffad3;
  border: 5px solid #ff276e;
  border-radius: 10px;
  padding: 60px 0;
}
.Form .content .Form_text .content h1 {
  width: 100%;
  max-width: 300px;
  height: 50px;
  background: #ff276e;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -25px;
  left: 50%;
  transform: translate(-50%, 0);
}
.Form .content .Form_text .content p {
  font-size: 45px;
  font-weight: bold;
  color: #ff276e;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .Form .content .Form_text .content p {
    font-size: 30px;
  }
}
@media screen and (max-width: 768px) {
  .Form .content .Form_text .content {
    padding: 35px 15px;
  }
  .Form .content .Form_text .content h1 {
    font-size: 26px;
  }
  .Form .content .Form_text .content p {
    font-size: 30px;
  }
}
.Form .content .Form_form {
  padding: 20px 5px;
}
.Form .content .Form_form .content {
  width: 100%;
  max-width: 1100px;
  margin: 80px auto 60px;
  border: 5px solid #fff600;
  border-radius: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
}
.Form .content .Form_form .content h1 {
  width: 100%;
  max-width: 300px;
  height: 50px;
  background: #fff600;
  font-size: 30px;
  font-weight: bold;
  color: #000;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translate(-50%, 0);
}
.Form .content .Form_form .content #contact {
  margin: 0;
  padding: 0;
  background-color: transparent;
}
.Form .content .Form_form .content #contact input {
  outline: none;
}
.Form .content .Form_form .content #contact .verifica {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 30px;
}
.Form .content .demandCheck{
  padding: 5px 0 15px 10px;
}
.Form .content .demandCheck label{
  font-size: 24px;
  display: flex;
  align-items: center;
}
.Form .content .demandCheck label input{
  margin: 0 10px 0 0;
  width: 25px;
  height: 25px;
}
.Form .content .Form_form .content #contact .verifica .veriSpan {
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .Form .content .Form_form .content #contact .verifica .veriSpan {
    font-size: 16px;
    letter-spacing: 0px;
  }
}
.Form .content .Form_form .content #contact .verifica #vericodePic,
.Form .content .Form_form .content #contact .verifica #identCode {
  border: 0px;
}
.Form .content .Form_form .content #contact .verifica #identCode2{
  width: 100px;
  height: 36px;
  color: #000;
  outline: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 0 0 0 15px;
}
.Form .content .Form_form .content #contact .verifica #vericodePic2{
  position: relative;
  height: 38px;
  width: 120px;
  margin-left: 8px;
  padding: 0;
  background: url(https://www.digiwin.com.tw/dsc/images/Eform/identCode.jpg) no-repeat center;
  color: #555;
  font-size: 20px;
  font-family: Arial;
  font-style: italic;
  font-weight: bold;
  letter-spacing: 4px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .Form .content .Form_form .content #contact .verifica #vericodePic {
    width: 100px;
  }
}
.Form .content .Form_form .content #contact .verifica #identCode {
  outline: none;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 5px;
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .Form .content .Form_form .content #contact .verifica #identCode {
    width: 80px;
    padding: 0 0 0 5px;
  }
}
.Form .content .Form_form .content #contact .form {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .Form .content .Form_form .content {
    margin: 30px auto 60px;
  }
  .Form .content .Form_form .content h1 {
    font-size: 26px;
  }
}
.Form .content .Form_form .Form_button {
  width: 100%;
  max-width: 400px;
  height: 50px;
  background: #fcc83c;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  border: 0px;
  margin: 25px auto 10px;
  letter-spacing: 30px;
  padding: 0 0 0 30px;
  cursor: pointer;
  display: block;
}
.Form .content .Form_form .checAgree {
  color: #fff;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.Form .content .Form_form .checAgree input {
  width: 15px;
  height: 15px;
}
.Form .content .Form_form .checAgree a {
  color: #fff;
  margin: 0 0 0 5px;
}
.Form .Form_footer {
  background: #666;
  padding: 50px 0;
}
.Form .Form_footer .content {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.Form .Form_footer .content p {
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .Form .Form_footer .content {
    padding: 0 15px;
  }
}

#dgwFooter {
  padding-top: 13px;
  padding-bottom: 17px;
  width: 100%;
  background-color: #d9d9d9;
  color: #595757;
  text-align: center;
  font-size: 13px;
  font-family: "新細明體", "微軟正黑體";
  line-height: 1;
}
#dgwFooter .link01 a {
  display: inline-block;
  padding: 0 3px 0 0x;
  color: #595757;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}

#dgwFooter .link01 a:hover {
  display: inline-block;
  padding: 0 3px 0 0x;
  color: #595757;
  text-align: center;
  text-decoration: underline;
  font-size: 13px;
}

#dgwFooter .link01 span {
  display: inline-block;
  text-align: center;
  font-size: 9px;
}

#dgwFooter .link02 {
  margin: 14px 0 8px 0;
  text-align: center;
}

#dgwFooter .link02 li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

#dgwFooter .link02 ul li a {
  display: inline-block;
  padding: 0 4px 0 1px;
  color: #595757;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
}
#dgwFooter .link02 ul li a:hover {
  display: inline-block;
  padding: 0 4px 0 1px;
  color: #595757;
  text-align: center;
  text-decoration: underline;
  font-size: 13px;
}

#dgwFooter .link02 ul li span {
  display: inline-block;
  text-align: center;
  font-size: 13px;
}

#dgwFooter p {
  clear: both;
  margin: 0;
  font-size: 13px;
}

.clear {
  clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  body,
  html {
    -webkit-text-size-adjust: none;
  }
  /*-------------------------------*/
  #dgwFooter {
    padding-top: 13px;
    padding-bottom: 17px;
    width: 100%;
    background-color: #333;
    color: #595757;
    text-align: center;
    font-size: 13px;
    font-family: "微軟正黑體", Arial, Helvetica, sans-serif;
  }
  #dgwFooter .link01 {
    display: none;
  }

  #dgwFooter .link01 a {
    display: none;
    display: inline-block;
    padding: 0 3px 0 0x;
    color: #595757;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
  }

  #dgwFooter .link01 a:hover {
    display: inline-block;
    padding: 0 3px 0 0x;
    color: #595757;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
  }

  #dgwFooter .link01 span {
    display: inline-block;
    text-align: center;
    font-size: 9px;
  }

  #dgwFooter .link02 {
    display: none;
    margin: 14px 0 8px 0;
    text-align: center;
  }

  #dgwFooter .link02 ul li a {
    display: inline-block;
    padding: 0 4px 0 1px;
    color: #595757;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
  }
  #dgwFooter .link02 ul li a:hover {
    display: inline-block;
    padding: 0 4px 0 1px;
    color: #595757;
    text-align: center;
    text-decoration: underline;
    font-size: 13px;
  }

  #dgwFooter .link02 ul li span {
    display: inline-block;
    text-align: center;
    font-size: 13px;
  }

  #dgwFooter p {
    clear: both;
    margin: 0;
    padding: 0 20px;
    color: #ccc;
    font-size: 13px;
    line-height: 1.8;
  }

  .clear {
    clear: both;
    margin: 0;
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
  }
}
