@charset "UTF-8";
.mainArea {
  padding-bottom: 150px;
  margin-top: -235px;
}
@media (max-width: 1024px) {
  .mainArea {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .mainArea {
    padding-bottom: 70px;
  }
}
.mainArea::after {
  background-position: 100% 235px;
}
@media (max-width: 1024px) {
  .mainArea::after {
    background-position: 100% 0px;
  }
}
.mainArea .wrap {
  max-width: 100%;
  width: 1420px;
  padding: 0 40px;
}
@media (max-width: 640px) {
  .mainArea .wrap {
    padding: 0 20px;
  }
}
.mainArea .wrap .city {
  position: absolute;
  z-index: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: block;
  max-width: 1540px;
  width: 100%;
}
@media (max-width: 768px) {
  .mainArea .wrap .city {
    display: none;
  }
}

.bannerArea .Txt {
  padding: 70px 20px 155px;
}
@media (max-width: 1024px) {
  .bannerArea .Txt {
    padding: 40px 20px;
  }
}
@media (max-width: 768px) {
  .bannerArea .Txt .titleBox {
    margin: 0;
  }
}
.bannerArea .Txt .titleBox .titleImg {
  position: relative;
  max-width: 670px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  -webkit-animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
          animation: bannerTxtAnimation 0.8s 1s ease-in-out forwards;
}
.bannerArea .Txt .titleBox .titleImg img {
  height: 100%;
}
.bannerArea .Txt .titleBox .titleImg::after {
  position: absolute;
  right: 20px;
  top: 45px;
  content: attr(data-tip);
  display: block;
  font-weight: 700;
  font-size: 36px;
  letter-spacing: 3px;
  color: #000000;
}
@media (max-width: 1024px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 620px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    right: 0px;
    top: 45px;
  }
}
@media (max-width: 800px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 520px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    top: 40px;
    font-size: 30px;
    letter-spacing: 1px;
  }
}
@media (max-width: 640px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 420px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 380px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    top: 25px;
  }
}
@media (max-width: 414px) {
  .bannerArea .Txt .titleBox .titleImg {
    max-width: 280px;
  }
  .bannerArea .Txt .titleBox .titleImg::after {
    font-size: 18px;
    top: 110%;
  }
}
.bannerArea .decoBox .city {
  position: absolute;
  top: 80px;
  left: calc(50% - 750px);
  display: block;
  max-width: 1474px;
  z-index: 1;
  -webkit-animation: up 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: up 3s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media (max-width: 1280px) {
  .bannerArea .decoBox .city {
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    height: 60%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .city {
    height: 70%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .city {
    height: 50%;
    top: 20%;
    -webkit-animation: none;
            animation: none;
  }
}
.bannerArea .decoBox .c {
  position: absolute;
  top: 385px;
  left: calc(50% - 640px);
  display: block;
  max-width: 235px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
          animation: e01TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}
@media (max-width: 1560px) {
  .bannerArea .decoBox .c {
    max-width: 25vh;
    left: 10%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .c {
    left: 2%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .c {
    max-width: 18vw;
    left: 5%;
    top: 65%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .c {
    left: -1%;
  }
}
@media (max-width: 414px) {
  .bannerArea .decoBox .c {
    top: initial;
    bottom: 13%;
  }
}
.bannerArea .decoBox .o {
  position: absolute;
  top: 410px;
  left: calc(50% - 380px);
  display: block;
  max-width: 205px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e02TextUp 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
          animation: e02TextUp 1.8s cubic-bezier(0.16, 1, 0.3, 1) 0.2s forwards;
}
@media (max-width: 1560px) {
  .bannerArea .decoBox .o {
    max-width: 26vh;
    left: 21%;
  }
}
@media (max-width: 1280px) {
  .bannerArea .decoBox .o {
    left: 23%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .o {
    left: 18%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .o {
    max-width: 18vw;
    top: 70%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .o {
    left: 10%;
  }
}
@media (max-width: 414px) {
  .bannerArea .decoBox .o {
    top: initial;
    bottom: 8%;
    left: 13%;
  }
}
.bannerArea .decoBox .n {
  position: absolute;
  top: 560px;
  left: calc(50% - 330px);
  display: block;
  max-width: 254px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
          animation: e01TextUp 1.9s cubic-bezier(0.16, 1, 0.3, 1) 0.1s forwards;
}
@media (max-width: 1560px) {
  .bannerArea .decoBox .n {
    max-width: 32vh;
    left: 25%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .n {
    max-width: 23vw;
    top: 84%;
    left: 30%;
  }
}
@media (max-width: 480px) {
  .bannerArea .decoBox .n {
    left: 24%;
    top: 78%;
  }
}
@media (max-width: 414px) {
  .bannerArea .decoBox .n {
    top: initial;
    bottom: 0;
    left: 27%;
  }
}
.bannerArea .decoBox .t {
  position: absolute;
  top: 330px;
  left: calc(50% + 130px);
  display: block;
  max-width: 215px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
          animation: e01TextUp 1.5s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
}
@media (max-width: 1560px) {
  .bannerArea .decoBox .t {
    max-width: 28vh;
    left: initial;
    right: 33%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .t {
    right: 35%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .t {
    max-width: 18vw;
    top: 45%;
  }
}
@media (max-width: 414px) {
  .bannerArea .decoBox .t {
    top: 55%;
  }
}
.bannerArea .decoBox .a {
  position: absolute;
  top: 355px;
  left: calc(50% + 280px);
  display: block;
  max-width: 235px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
          animation: e01TextUp 1.6s cubic-bezier(0.16, 1, 0.3, 1) 0.4s forwards;
}
@media (max-width: 1560px) {
  .bannerArea .decoBox .a {
    max-width: 28vh;
    left: initial;
    right: 23%;
    top: 39%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .a {
    right: 21%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .a {
    max-width: 18vw;
    top: 50%;
  }
}
@media (max-width: 414px) {
  .bannerArea .decoBox .a {
    top: 60%;
  }
}
.bannerArea .decoBox .c2 {
  position: absolute;
  top: 510px;
  left: calc(50% + 360px);
  display: block;
  max-width: 205px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
          animation: e01TextUp 1.3s cubic-bezier(0.16, 1, 0.3, 1) 0.7s forwards;
}
@media (max-width: 1560px) {
  .bannerArea .decoBox .c2 {
    max-width: 24vh;
    left: initial;
    right: 16%;
    top: 52%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .c2 {
    max-width: 18vw;
    top: 65%;
  }
}
@media (max-width: 414px) {
  .bannerArea .decoBox .c2 {
    top: 70%;
  }
}
.bannerArea .decoBox .t2 {
  position: absolute;
  top: 485px;
  right: calc(50% - 810px);
  display: block;
  max-width: 215px;
  width: 100%;
  z-index: 4;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
          filter: drop-shadow(0px 1px 1px rgba(144, 171, 171, 0.8));
  -webkit-animation: e01TextUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
          animation: e01TextUp 1.2s cubic-bezier(0.16, 1, 0.3, 1) 0.8s forwards;
}
@media (max-width: 1560px) {
  .bannerArea .decoBox .t2 {
    max-width: 29vh;
    right: 4%;
    top: 50%;
  }
}
@media (max-width: 1280px) {
  .bannerArea .decoBox .t2 {
    right: 1%;
  }
}
@media (max-width: 1180px) {
  .bannerArea .decoBox .t2 {
    right: -2%;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .t2 {
    max-width: 18vw;
    top: 65%;
    right: 1%;
  }
}
@media (max-width: 414px) {
  .bannerArea .decoBox .t2 {
    top: 68%;
  }
}
.bannerArea .decoBox .box02 {
  position: absolute;
  top: 140px;
  left: calc(50% + 280px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move02 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
          animation: move02 1s cubic-bezier(0.77, -0.01, 0.58, 1) 1.2s forwards;
}
.bannerArea .decoBox .box02 img {
  display: block;
  height: auto;
  max-width: 125px;
  width: 100%;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .box02 {
    right: 10%;
    left: initial;
  }
  .bannerArea .decoBox .box02 img {
    max-width: 12vh;
  }
}
@media (max-width: 1024px) {
  .bannerArea .decoBox .box02 img {
    max-width: 9vh;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .box02 {
    top: 20%;
  }
}
.bannerArea .decoBox .box03 {
  position: absolute;
  bottom: initial;
  top: 540px;
  left: calc(50% - 350px);
  z-index: 5;
  opacity: 0;
  -webkit-transform: scale(1.8, 1.8);
          transform: scale(1.8, 1.8);
  -webkit-animation: move 1.8s cubic-bezier(0.77, -0.01, 0.58, 1) 1.8s forwards;
          animation: move 1.8s cubic-bezier(0.77, -0.01, 0.58, 1) 1.8s forwards;
}
.bannerArea .decoBox .box03 img {
  display: block;
  height: auto;
  max-width: 52px;
  width: 100%;
}
@media (max-width: 1366px) {
  .bannerArea .decoBox .box03 {
    left: 10%;
  }
  .bannerArea .decoBox .box03 img {
    max-width: 5vh;
  }
}
@media (max-width: 768px) {
  .bannerArea .decoBox .box03 {
    top: 45%;
  }
}

.contentBox {
  position: relative;
  z-index: 5;
}
@media (max-width: 1023px) {
  .contentBox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.contentBox .leftBox {
  position: relative;
  z-index: 5;
  padding: 0;
}
@media (max-width: 1023px) {
  .contentBox .leftBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 640px) {
  .contentBox .leftBox {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contentBox .rightBox {
  position: relative;
  z-index: 5;
  padding: 0 0 0 50px;
}
@media (max-width: 1023px) {
  .contentBox .rightBox {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 0 0 50px 0;
  }
}

.side_contactInfo {
  margin: 0;
}
@media (max-width: 1023px) {
  .side_contactInfo {
    margin: 30px 40px 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media (max-width: 768px) {
  .side_contactInfo {
    margin: 30px 20px 0 0;
  }
}
@media (max-width: 640px) {
  .side_contactInfo {
    margin: 0 10px 20px;
  }
}

.sectionTitle {
  padding: 5px 0 30px;
  margin-bottom: 0;
  border-bottom: transparent;
}
.sectionTitle::before {
  content: attr(data-tip);
  font-size: 47px;
  font-weight: 500;
  font-family: Outfit;
  color: #003670;
}
.sectionTitle strong {
  font-weight: 700;
  font-size: 34px;
  color: #222222;
  letter-spacing: 1.8px;
}
@media (max-width: 1280px) {
  .sectionTitle::before {
    font-size: 40px;
  }
  .sectionTitle strong {
    font-size: 30px;
  }
}
@media (max-width: 1024px) {
  .sectionTitle {
    display: none;
  }
}

.companyBox {
  margin-top: 50px;
  padding: 40px 25px;
  background: rgba(255, 255, 255, 0.3);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .companyBox {
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .companyBox {
    width: 100%;
  }
}

.thankInfo {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  font-size: 14px;
  line-height: 1.8;
  color: #2f2f2f;
}

.inquiryNote {
  /*感謝資訊*/
  margin-bottom: 25px;
  padding: 0 0 20px 0;
  font-size: 14px;
  color: #2f2f2f;
  line-height: 1.8;
}

.dataTable table {
  border-collapse: collapse;
  border-spacing: 0 10px;
  min-width: 100%;
  -webkit-box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
          box-shadow: 0 3px 20px rgba(133, 179, 202, 0.25);
}
.dataTable th {
  position: relative;
  margin-top: 80px;
  margin-bottom: 10px;
  padding: 35px 25px;
  font-size: 18px;
  letter-spacing: 1px;
  color: #ffffff;
  font-weight: 500;
  font-family: Outfit;
  vertical-align: middle;
  text-align: center;
  background-color: #003670;
}
.dataTable th::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 1px;
  height: 70%;
  background: #5579a0;
}
.dataTable th:last-child {
  border-right: transparent;
}
@media (max-width: 1280px) {
  .dataTable th .itemBox {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .dataTable th {
    padding: 20px 15px;
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 414px) {
  .dataTable th {
    padding: 15px 10px;
  }
}
@media (max-width: 360px) {
  .dataTable th {
    padding: 15px 5px;
  }
}
.dataTable tr:not(.dataTable tr:nth-of-type(1)) {
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (min-width: 1180px) {
  .dataTable tr:not(.dataTable tr:nth-of-type(1)):hover {
    background: rgb(255, 255, 255);
  }
}
.dataTable td {
  margin: 50px 0;
  padding: 35px 25px;
  vertical-align: middle;
  text-align: center;
  font-family: Roboto, "Noto Sans Tc";
  font-size: 16px;
  font-weight: 500;
  color: #888888;
}
@media (max-width: 1024px) {
  .dataTable td {
    padding: 15px 25px;
  }
}
@media (max-width: 480px) {
  .dataTable td {
    padding: 10px 15px;
  }
}
@media (max-width: 414px) {
  .dataTable td {
    padding: 10px;
  }
}
@media (max-width: 360px) {
  .dataTable td {
    padding: 10px 5px;
  }
}
.dataTable td a {
  color: #4a4a4a;
  font-family: Roboto, "Noto Sans Tc";
  font-size: 18px;
  font-weight: 700;
}
.dataTable td a img {
  width: 50px;
  vertical-align: middle;
  margin-right: 8px;
}
@media (max-width: 480px) {
  .dataTable td a {
    font-size: 16px;
    font-weight: 500;
  }
}
.dataTable td .deleteBtn {
  position: relative;
  display: block;
  background: #d2d2d2;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  margin: 0 auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@media (min-width: 1023px) {
  .dataTable td .deleteBtn:hover {
    background: #6c6c6c;
  }
}
@media (max-width: 480px) {
  .dataTable td .deleteBtn {
    width: 35px;
    height: 35px;
  }
}
.dataTable td svg {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 25px;
  fill: #ffffff;
}

.formBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 13px;
  color: #2f2f2f;
  /*字的顏色*/
  /*星號的顏色*/
}
.formBox [class^=g-] {
  float: none;
}
.formBox > div {
  margin: 10px 0;
}
@media (max-width: 480px) {
  .formBox > div {
    margin: 0;
  }
}
.formBox > div:nth-of-type(2) .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #becdc8;
}
.formBox > div:nth-of-type(2) #data_m_name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.formBox > div:nth-of-type(2) .sexBox {
  width: 155px;
}
.formBox > div:nth-of-type(2) .sexBox input {
  border-radius: 25px;
  font-size: 18px;
  font-weight: 500;
  color: #656565;
}
.formBox .left {
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .formBox .left {
    margin-bottom: 8px;
  }
}
.formBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 20px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #3a3a3a;
}
@media (max-width: 480px) {
  .formBox label {
    font-size: 17px;
  }
}
.formBox em {
  font-style: normal;
  font-weight: 400;
  font-size: 21px;
  color: #5ed8eb;
  margin-right: 5px;
}
.formBox .inputStyle,
.formBox select,
.formBox textarea {
  padding: 5px;
  border-bottom: 1px solid #becdc8;
  border-radius: 3px;
}
.formBox .inputStyle:focus,
.formBox select:focus,
.formBox textarea:focus {
  border-color: #003670;
}
.formBox .inputStyle {
  width: 100%;
  height: 35px;
  line-height: 35px;
  font-size: 21px;
  letter-spacing: 1.8px;
  font-family: Roboto, "Noto Sans Tc";
  color: #003670;
}
@media (max-width: 640px) {
  .formBox .inputStyle {
    font-size: 16px;
  }
}
.formBox select {
  border: transparent;
  border-bottom: 2px solid #003670;
  height: 60px;
  width: 100%;
  font-size: 24px;
  letter-spacing: 1.8px;
  font-weight: 700;
  color: #003670;
  background: transparent;
  cursor: pointer;
}
.formBox select option {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 1.8px;
  cursor: pointer;
  background: #ffffff;
}
@media (max-width: 480px) {
  .formBox select {
    font-size: 17px;
    height: 50px;
    padding-left: 10px;
    letter-spacing: 1.2px;
  }
}
.formBox textarea {
  display: block;
  width: 100%;
  height: 200px;
  line-height: 35px;
  font-size: 20px;
  font-family: Roboto, "Noto Sans Tc";
  letter-spacing: 1.5px;
}
@media (max-width: 640px) {
  .formBox textarea {
    font-size: 17px;
  }
}

/*驗證碼*/
.checkArea {
  padding-top: 25px;
  clear: both;
}
.checkArea .sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}
.checkArea p.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-size: 15px;
  font-family: "微軟正黑體";
  color: #999;
}
.checkArea .btn {
  position: relative;
  max-width: 336px;
  margin: 0px 0 20px;
  background: #003670;
  border-radius: 35px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 640px) {
  .checkArea .btn {
    max-width: 280px;
  }
}
@media (min-width: 1179px) {
  .checkArea .btn:hover {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    background: #002a57;
  }
  .checkArea .btn:hover span {
    -webkit-transform: translate(-15px, -50%);
            transform: translate(-15px, -50%);
  }
}
.checkArea .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 65px;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
}
@media (max-width: 414px) {
  .checkArea .btn a {
    font-size: 17px;
  }
}
.checkArea .btn span {
  position: absolute;
  z-index: 5;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ffffff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media (max-width: 360px) {
  .checkArea .btn span {
    width: 32px;
    height: 32px;
  }
}
.checkArea .btn svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 10px;
  stroke: #003670;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.error {
  border-color: #f00 !important;
}

.checkArea p.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-size: 15px;
  font-family: "微軟正黑體";
  color: #999;
}