* {
  margin: 0;
  padding: 0;
  border: 0;
  /*list-style: none;*/
  font-family: 'Noto Sans TC', sans-serif;
  text-decoration: none;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
  box-sizing: border-box;
  scroll-behavior: auto !important;

}

.wrap {
  width: 100%;
  margin: auto;
  height: auto;
  overflow: hidden;
}

/* header */
.header {
  width: 100%;
  margin: auto;
  position: fixed;
  z-index: 500;
  transition: background-color 0.3s ease;
  background-color: transparent;
}

.header.scrolled {
  background-color: rgba(255, 255, 255, 0.9);
  /* background-color: rgba(245, 248, 252, 0.9); */
}

.header .item {
  max-width: 1832px;/*max-width: 900px;*/  
  margin: auto;
}

.header .item img {
   width: 386px;/*width: 184px;*/
  margin: 30px 0 25px 5px;
}

@media screen and (max-width:1024px) {

  .header {
    height: 80px;
    /* 設定一個固定高度 */

  }

  .header .item img {
    padding: 10px 30px;
  }

}

@media screen and (max-width: 768px) {
  .header {
    height: 80px;

  }

  .header .item img {
    padding: 10px 30px;
  }

}

.kv-p {
    padding-top: 50px;
    position: relative;
    width: 100%;
    height: auto;
    background-image: url('/fetctow/images/kv-p-bg.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    /* 垂直堆疊 */
    justify-content: center;
    /* 垂直置中 */
    align-items: center;
    /* 水平置中 */
    overflow: hidden;
}

.kv-title1 {
  position: static;
  max-width: 900px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding-top: 80px;
}

.kv-main {
  max-width: 650px;
  width: 100%;
  position: static;
  margin-top: 0px;
  margin: 0px 120px -20px 0;
  /* ✅ 正常的間距 */
}

.kv-title2 {
  position: static;
  /* 取消絕對定位 */
  max-width: 100%;

  text-align: center;
  margin: 0 auto;
  padding: 50px
}

.title-m-2 {
  display: none;
  /* 預設隱藏 */
}

.carowner-group {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.carowner-label {
    color:red;
    font-weight: 600;
    font-size: 18px;
    margin-right: 8px;
    white-space: nowrap;
}

.carowner-group input[type="radio"] {
    margin-left: 8px;
    accent-color: #007bff; /* 可依主色調調整 */
    width: 18px;
    height: 18px;
}

.carowner-group label {
    margin-right: 8px;
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
    /*font-size: 1rem;*/
    font-size: 1.2rem;
}


/* 手機版調整 */
@media (max-width: 768px) {
  .kv-p {
    background-image: url('images/kv-m-bg.jpg');
    /* 手機背景圖 */
    background-size: cover;
    /* 保持圖片比例，完整顯示 */
    background-repeat: no-repeat;
    /* 不重複 */
    background-position: center;
    /* 置中 */
    padding-top: 100px;
  }

  .kv-main {
    max-width: 75%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 50px 60px 0 0;

  }

  .kv-title1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .kv-title2 {
    max-width: 100%;
    width: 85%;
    padding: 30px 0 80px 0;
  }

  .title-m-2 {
    display: block;
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px
  }

    .carowner-label {
        font-size: 24px;
        font-weight: 400;
    }
}

/*@media (max-width: 600px) {
    .carowner-group {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .carowner-label {
        margin-bottom: 4px;
        font-size: 24px;
        font-weight: 400;
    }

    .carowner-group label {
        margin-right: 0;
    }
}*/
@media (max-width: 1024px) {
  .kv-p {
    background-image: url('/fetctow/images/kv-m-bg.jpg');
    /* 手機背景圖 */
    background-size: cover;
    /* 保持圖片比例，完整顯示 */
    background-repeat: no-repeat;
    /* 不重複 */
    background-position: center;
    /* 置中 */

    background-position: center 85%;
    padding-top: 100px;
  }

  .kv-title1 {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }

  .kv-main {
    max-width: 60%;
    width: 100%;
    transform: translate(-50%, -50%);
    margin: 0 auto;
    padding: 50px 60px 0 0;

  }

  .kv-title2 {
    max-width: 100%;

    padding: 30px 0 80px 0;
  }
}

.content {
    /*background-image: url('images/bg-p.png');*/
    background-image: url('/fetctow/images/bg-p.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -1px;
    position: relative;
    z-index: 1;
}

.title-bar {
  background-color: #0068b7;
  color: white;
  width: 220px;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  margin: 0 auto;
  top: 70px;
  display: block;
}

.step-wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 900px;
  padding: 20px;
}

.step-text {
  flex: 1;
  min-width: 300px;
}

.step-img img {
  display: block;
  /* 或 inline-block，確保桌面版顯示 */
  width: 177px;
  height: 182px;
  padding: 200px 30px 0 30px;
}

ul.info {
  color: #4d4d4d;
  font-size: 22px;
  line-height: 2em;
  list-style: none;
  padding: 150px 0 0 0;
}

ul.info .no-bullet {
  color: #0068b7;
  font-size: 24px;
  background: none;
  list-style-type: none;
}

.info li {
    position: relative;
    padding-left: 25px;
    /* 預留空間給小點圖片 */    
    background: url('/fetctow/images/li.png') no-repeat left center;
    background-size: 16px 16px;
}


table {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-collapse: collapse;
}

th,
td {
  background: #ffffff;
  width: 150px;
  width: 150px;
  border: 2px solid #fff4eb;
  padding: 12px;
  text-align: center;
}


@media (max-width: 1024px) {
  ul.info {
    padding: 100px 0 0 0;
  }

}

@media (max-width: 768px) {
  .content {
    padding: 20px 20px 100px 20px;
    height: auto;
  }

  .title-bar {
    width: 300px;
    font-size: 32px;
  }

  ul.info {
    padding: 100px 0 0 0;
    font-size: 26px;
  }

  .step-wrap {
    flex-direction: column;
    align-items: center;
  }

  ul.info .no-bullet {
    color: #0068b7;
    font-size: 26px;
    background: none;
    list-style-type: none;
  }

  .step-img img {
    display: none;
  }

  table {
    width: 100%;
    margin: 0px auto;
  }
}




th.th-title {
  font-size: 22px;
  color: #ffffff;
  background-color: #0068b7;
  font-weight: 500;
  text-align: center;
}

td.td-text {
  font-size: 19px;
  font-weight: 400;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.6;
  padding: 16px;
  text-align: center;
}

td.td-text1 {
  font-size: 19px;
  font-weight: 400;
  color: #4d4d4d;
  text-align: left;
  line-height: 2;
  padding: 16px;
}

td.td-text.highlight {
  color: #d10000;
  font-weight: 800;
  text-align: center;
}

.highlight {
  color: #d10000;
  font-weight: 400;
}

.underline {
  text-decoration: underline;
}

.consent-block {
  background-color: #fffdee;
  padding: 110px 20px 15px;
  text-align: center;

}

h2.title {
  font-size: 36px;
  font-weight: 700;
  color: #0068b7;
  text-align: center;

  letter-spacing: 3px;
}

h2.title-P2 {
  font-size: 36px;
  font-weight: 700;
  color: #0068b7;
  text-align: center;
  padding: 55px 0 30px 0;
  letter-spacing: 3px;

}

h2.title-P3 {
  font-size: 40px;
  font-weight: 700;
  color: #0068b7;
  text-align: center;
  padding: 30px 0;
  letter-spacing: 3px;
}

@media (max-width: 768px) {
  h2.title {
    font-size: 40px;
    padding: 20px 0;
  }

  h2.title-P2 {
    padding: 70px 30px 20px 30px;
    font-size: 40px;
  }

  h2.title-P3 {
    padding-top: 40px;
    font-size: 40px;
  }
}

.consent-container {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 40px 30px;
}

.scroll-box {
  max-height: 600px;
  overflow-y: auto;
  text-align: left;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
  padding-right: 15px;

}

.scroll-box ul {
  color: #808080;
  list-style: disc;
  padding-left: 1.5em;
  font-size: 18px;
  line-height: 1.8;
}

.scroll-box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #808080;
  text-align: center;
}

.scroll-box p {
  font-size: 18px;
  color: #808080;
}

.scroll-box strong {
  color: #808080;
}

.underline {
  text-decoration: underline;
}

.consent-check {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 15px auto 5px;
  max-width: 1000px;
  display: flex;
  /* 讓 checkbox 與文字分開排列 */
  align-items: flex-start;
}

.consent-check2 {
  color: #666666;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin: 20px auto 30px;
  max-width: 1000px;
  display: flex;
  /* 讓 checkbox 與文字分開排列 */
  align-items: flex-start;
}

.consent-check input {
  transform: scale(1.2);
  margin-top: 10px;
  /* 讓 checkbox 垂直對齊文字開頭 */
  margin-right: 10px;
  vertical-align: middle;
}

.consent-check2 input {
  transform: scale(1.2);
  margin-top: 8px;
  /* 讓 checkbox 垂直對齊文字開頭 */
  margin-right: 10px;
  vertical-align: middle;
}

.Btn1 {
  width: 100%;
  position: relative;
  margin: 0 auto;
  max-width: 900px;
  padding: 50px 0;
}

.Btn1 img {
  width: 100%;
  /* 讓圖片填滿按鈕 */
  max-width: 500px;
  /* 或你想限制的寬度 */
  height: auto;
  /* 保持原始比例 */

}

.consent-check label {
  display: block;
  line-height: 1.8;
}

#nextStepBtn1 {
  background-color: #f15a24;
  padding: 0px 1px;
  border: none;
  border-radius: 50px;
  cursor: not-allowed;
  transition: all 0.3s ease;
  display: block;
  margin: 0 auto;
  cursor: pointer;
}

ul.decimal {
  list-style-type: decimal;
  /* 變更為數字列表 */
  padding-left: 20px;
  /* 使數字顯示距離左邊有些距離 */
  font-size: 18px;
  color: #808080;
}

.step {
  display: none;
}

.step.active {
  display: block;
}

#step1 {
  display: block;
  background-color: #fffdee;
}

#step2 {
  display: none;
  background-color: #fffdee;

}

#step3 {
  display: none;
}

#step4 {
  display: none;
}

/* === 新增以下讓按鈕游標變手指 === */
button {
  cursor: default;
}

button.enabled {
  cursor: pointer;
  background-color: #007bff;
  color: white;
}

button:disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.p1 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 30px 0 50px;
}

.Btn3 {
  text-align: center;
  width:100%;
  margin:20px 0px;
}

#nextStepBtn3 {
  background-color: #cfcfcf;
  color: #4d4d4d;
  font-size: 24px;
  font-weight: 600;
  padding: 5px 25px;
  border: none;
  border-radius: 50px;
  /*cursor: not-allowed;*/
  transition: all 0.3s ease;
}

#nextStepBtn3.enabled {
  background-color: #fbb03b;
  cursor: pointer;
  opacity: 1;
}

#nextStepBtn3.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

@media (max-width: 768px) {
  .consent-block {
    padding: 100px 10px 20px;

  }

  .consent-container {
    padding: 20px 15px;
  }

  .scroll-box {
    max-height: 700px;
    font-size: 20px;
    line-height: 1.6;
    padding: 10px;
  }

  .scroll-box h3 {
    font-size: 27px;
  }

  .scroll-box p {
    font-size: 20px;
  }

  .consent-check {
    padding: 0 10px;
  }

  .consent-check label {
    font-size: 20px;
    line-height: 1.6;
  }

  #nextStepBtn {
    display: block;
    margin: 20px auto 0;
    font-size: 30px;
    width: 90%;
    max-width: 300px;
    padding: 10px;
  }

  #nextStepBtn3 {
    display: block;
    margin: 20px auto 0;
    font-size: 30px;
    width: 90%;
    max-width: 300px;
    padding: 10px;
  }

}

@media (max-width: 768px) {
  .consent-check input {
    transform: scale(1.5);
  }

  .consent-check2 {
    padding: 0 10px;
  }

  .consent-check2 input {
    transform: scale(1.5);
  }

  .consent-check2 label {
    font-size: 20px;
    line-height: 1.6;
  }

  ul.decimal {
    font-size: 20px;
    padding-left: 20px;
  }

  ul.decimal li {
    margin-bottom: 10px;
  }
     

  /* 按鈕容器 */
  .Btn1 {
    margin: 20px auto 0 auto;
    /* 上方留白，左右置中 */
    /* 限制最大寬度 */
    display: block;
    position: static;
    /* 取消非必要定位 */
    text-align: center;
    /* 內容置中 */
  }

  /* 按鈕本身 */
  #nextStepBtn1 {
    width: 80%;
    padding: 12px 0;
    font-size: 16px;
    background-color: #f15a24;
    margin-bottom: 24px;
    border: none;
    border-radius: 50px;
    cursor: not-allowed;
    transition: all 0.3s ease;
  }

  .Btn1 img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
    cursor: pointer;
  }
}

.footer {
  text-align: center;
  padding: 20px 10px;
  background: #0091bc;
  color: white;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .footer {
    font-size: 24px;
    padding: 20px 12px;
  }
}

.container {
  background-color: #fffdee;
  font-size: 20px;
  color: #666666;
  padding: 50px 20px;

}

.required-note {
  color: red;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.required-note1 {
  color: red;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  margin-bottom: 20px;
}

.note {
  color: gray;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin-top: 7px;
}

/* send */
.send .item2 {
  background-color: #fff;
  padding: 40px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.send .detail {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.send .detail .enter {
  display: flex;
  gap: 10px;
  /* 欄位間距可調整 */
}

.send .detail .enter .name,
.send .detail .enter .ID {
  width: 35%;
  /* 各佔一半 */
}

.send .detail .enter form {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.send input::placeholder {
  color: #DCDDDD;
}


.send .detail .enter .phone {
  width: 45%;
  display: inline
}

.send .detail .enter input {
  border: 1px solid #0068b7;
  padding: 20px 10px;
  margin: auto 0;
}

.send .name input,
.send .text input {
  font-size: 1em;
}

.send .ID input,
.send .text input {
  font-size: 1em;
}


.send .detail #phone,
.send .detail .phone {
  width: 100%;
  margin-bottom: 5px;
}


.send .detail .text .bday {
  width: 100%;
  display: flex;
}

.send .detail .text select {
  width: 100%;
  border: 1px solid #0070C0;
  padding: 20px 20px;
  margin: 8px 10px 8px 0;
  font-size: 1em;
}


@media screen and (max-width:992px) {

  .required-note {

    font-size: 24px;

  }

  .send .detail .enter .text {
    width: 100%;
  }

  .send .detail .enter .name,
  .send .detail .enter .ID,
  .send .detail .enter .phone {
    width: 100%;
  }
}

@media screen and (max-width:640px) {

  .send .detail .enter form {
    flex-direction: column;
  }


}

@media screen and (max-width:450px) {
  .send .item2 {
    padding: 30px 0px;
  }

  .send .detail {
    width: 75%;

  }

  .send .detail .enter form {
    justify-content: center;
    flex-direction: column;
  }

  .send .detail .enter .text {
    width: 100%;
    display: block;
  }

  .send .name input,
  .send .text input {
    font-size: 1em;
  }

  .send .detail .enter input {
    padding: 20px 20px;
  }

  .send .detail .text select {
    width: 100%;
    border: 1px solid #0070C0;
    background-color: #fff;
    padding: 20px 8px;
    margin: 8px 5px 8px 0;
    font-size: 1.5em;
  }


}

/* ========== 通用 Flex Row 排列 ========== */
.send .row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 16px;
}

.send .car-row {
  display: flex;
  align-items: flex-end;
  gap: 8px;
  margin-bottom: 16px;
}

.send .row>div {
  flex: 1 1 48%;
  display: flex;
  flex-direction: column;
}

.send .text .bday {
  display: flex;
}

.send .text .bday select {
  width: 100%;
  flex: 1;
  padding: 20px 10px;
  font-size: 1em;
  border: 1px solid #0070C0;
  border-radius: 0px;
}

.send .carowner {
    width: 100%;
}

.send .carownerdesc {
    width: 100%;
}

/* ========== 單一欄位 (EMAIL、地址) ========== */
.send .EMAIL,
.send .address {
  width: 100%;
  margin-bottom: 16px;
  display: flex;
  flex-direction: column;
}

.address-group {
  display: flex;
  gap: 8px;
  /* 欄位之間的間距 */
  flex-wrap: wrap;
  /* 小螢幕可換行 */
}

.address-group input[type="text"] {
  min-width: 100px;
  padding: 8px;
  font-size: 1em;
}

/* ========== 車牌兩欄 ========== */
.send .car-start,
.send .car-end {
  width: 100%;
  /* 或 100px / 8em / 40% 可依設計微調 */
  display: flex;
  flex-direction: column;
}

.send .dash {
  align-self: flex-end;
  margin-bottom: 16px;
  font-size: 1.5em;
  color: #888;
}

.send input {
  border: 1px solid #0070C0;
  padding: 16px;
  font-size: 1em;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

.enter .row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 16px;
}

.enter .car-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  margin-bottom: 16px;
}

.enter .row>div {
  flex: 1;
  /* 每個欄位平均分配 */
  display: flex;
  flex-direction: column;
}

.enter label {
  display: block;
  margin-bottom: 6px;
}

.enter input,
.enter select {
  padding: 12px;
  font-size: 1em;
  border: 1px solid #0068b7;
  border-radius: 6px;
}

.send .detail .text .date-select {
  display: flex;
  gap: 5px;
  align-items: center;
  width: 102%;
}

.new {
    /*width: 50%;*/
    width: 100%;
}

/* ========== Checkbox 驗證欄 ========== */
.license-check {
    background-color: #ffffff;
    /*padding: 30px 100px;*/
    padding: 30px 0px;
    display: flex;
    align-items: center;
    width:100%;
}

.license-check input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin: 0;
  /* 清除瀏覽器預設間距 */
}

.license-check label {
  color: red;
  font-size: 1.2em;
  padding-left: 10px;
}

@media (max-width: 768px) {
    .license-check {
        /*padding: 30px 60px;*/
        padding: 30px 0px;
    }

  .license-check label {
    font-size: 24px;
  }

  .license-check input[type="checkbox"] {
    transform: scale(1.1);
  }

    .address-group .row {
        width: 100%;
    }
    .address-group .row div {
        width: 100%;
    }
}

/* ========== Input 基本樣式 ========== */
.send input,
.send select {
  border: 1px solid #0068b7;
  padding: 20px 10px;
  font-size: 1em;
  border-radius: 0px;
  width: 100%;
  box-sizing: border-box;
}

.send input::placeholder {
  color: #DCDDDD;
}

.send label p {
  margin-bottom: 0px;
  font-weight: 400;
}


/* ========== RWD 手機版 ========== */
@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }

  .row>div {
    flex: 1 1 100%;
  }

  .car-row {
    display: flex;
    /* ✅ 保持橫向排列 */
    flex-wrap: nowrap;
    /* ✅ 不自動換行 */
    align-items: flex-end;
    gap: 8px;
  }

  .car-start,
  .car-end {
    width: 45%;
    /* ✅ 控制寬度別太大，不會換行 */
  }

  .dash {
    align-self: center;
    font-size: 20px;
    color: #888;
  }

  .new {
    width: 100%;
  }

}

.success {
  background-color: #d2f7ff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* 若內容需垂直排列 */
  padding: 191px 0;

}

.notice {
  padding: 16px;
  position: relative;
  z-index: 2;
}

.success-img {
  position: relative;
  z-index: 1;
}

.success-img img {
  display: block;
  margin: 0 auto;
}

.success h1 {
  font-size: 30px;
  color: #0068b7;
  letter-spacing: 2px;
}

.notice-bar {
  background-color: #0068b7;
  color: white;
  width: 320px;
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  margin: 30px auto;
  display: block;
  cursor: pointer;
}

.QA-bar {
  background-color: #0068b7;
  color: white;
  width: 320px;
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  margin: 0 auto 8px auto;
  display: block;
}

.notice-content {
  background-color: #ffffff;
  width: 100%;
  max-width: 900px;
  border-radius: 25px;
  max-height: 0;
  overflow: hidden;
  display: none;
  box-sizing: border-box;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 16px;
}

.notice-content.show {
  display: block;
  margin: 50px auto;
  max-height: 1000px;
  max-width: 900px;
  padding: 16px;
}

.notice-bar .arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}

/* 開啟時加上旋轉 */
.notice-bar.open .arrow {
  transform: rotate(180deg);
}

ul.decimal2 {
  padding: 10px;
  list-style-type: decimal;
  padding-left: 50px;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 1.8em;
  color: #4d4d4d;
}

.red-text {
  color: red;
  font-weight: 400;
  font-size: 24px;
  padding: 0 5px;

}

.home-btn {
  background-color: #0068b7;
  color: white;
  width: 350px;
  padding: 10px 16px;
  border-radius: 50px;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 4px;
  text-align: center;
  position: relative;
  margin: 5px auto;
  display: block;
  cursor: pointer;
}



@media screen and (max-width: 768px) {
  .success h1 {
    padding: 0 50px;
    font-size: 30px;
    text-align: center;
  }

  .notice {
    width: 100%;
    max-width: 90%;
  }

  .notice-content {
    padding: 0 16px;
  }

  .notice-content.show {
    padding: 16px;
    max-height: 2000px;
  }

  ul.decimal2 {
    font-size: 24px;
  }

  .success-img img {
    width: 100%;
    max-width: 90%;
    display: block;
    margin: 0 auto;
  }

  .success {
    min-height: 100vh;
    box-sizing: border-box;
  }

  .notice-bar {
    max-width: 350px;
    font-size: 32px;
  }

  .QA-bar {
    max-width: 350px;
    font-size: 32px;
  }

  .home-btn {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    font-size: 32px;
  }
}
.verifyC {
    width:150px;
    height:60px;
}
.text-red {
    color: red;
}

/*Start CommonPopup */
.temporary {
    display: none;
    width: 100vw;
    height: 100vh;
    background: rgba(52,73,94,0.7);
    position: fixed;
    top: 0;
    left: 0;
    overflow: scroll;
    z-index: 2000;
}
    /*alert*/
    .temporary div {
        /*        width: 80vw;
        margin: 3.3333vw;*/
        width: 60vw;
        margin: 15.3333vw;
        padding: 6.6666vw 6.6666vw 6vw;
        position: relative;
        background: #fff;
    }

        .temporary div.btns {
            margin: 4vw 0vw 0vw 0vw;
        }

    .temporary a.btn_close {
        display: block;
        width: 8vw;
        height: 8vw;
        position: absolute;
        /*background: #008fc7 url(../images/delete_w.png) no-repeat center;*/
        background: #008fc7 url('/fetctow/images/delete_w.png') no-repeat center;
        background-size: 4vw;
        top: 0;
        right: 0;
    }

    .temporary iframe {
        width: 3.3333vw;
        height: 2.6666vw;
        margin-right: 2.1333vw;
    }

    .temporary span.title {
        display: block;
        width: 80vw;
        color: #6a7884;
        font-size: 1.2rem; /*line-height: 4.2666vw;*/
    }

    .temporary strong {
        display: block;
        padding: 6.6666vw 0;
        font-size: 1.2rem;
        color: #34495e;
    }

    .temporary p {
        color: #6a7884;
        font-size: 1.2rem;
        line-height: 1.2rem;
        margin: 0;
    }

        .temporary p.remind {
            color: #6a7884;
            font-size: 1.2rem;
            line-height: 1.2rem;
        }

        .temporary p span {
            line-height: 6vw;
            display: initial;
            font-size: 1.2rem;
            font-weight: 400;
        }

            .temporary p span.red {
                color: #ff5c5c;
                font-weight: 700;
            }

            .temporary p span.blue {
                display: block;
                color: #6a7884;
                width: 65vw;
                white-space: pre-wrap;
                word-break: break-all;
            }

    .temporary input {
        width: 80vw;
    }

    .temporary a.btn_check {
        display: block;
        width: 80vw;
        font-size: 1.2rem;
        line-height: 6vw;
        text-align: center;
        font-weight: 700;
        color: #fff;
        background: #008fc7;
    }

    .temporary a.pre_calc_btn_check {
        display: block;
        width: 80vw;
        font-size: 1.2rem;
        line-height: 6vw;
        text-align: center;
        font-weight: 700;
        color: #fff;
        background: #008fc7;
    }

/* step1 popup 文字樣式　by Ivan */
.popupHeader {
    position: relative;
    left: 50px;
}

@media screen and (min-width: 1024px) {
    .collapse_btn {
        color: #fff;
        padding: 0 0;
        width: 190px;
        border-radius: 30px;
        margin: 0 20% 25px;
        font-size: 18px;
        line-height: 20px;
        background: hotpink;
        float: right;
        text-align: center;
    }

    .temporary {
        display: none;
        width: 100vw;
        height: 100vh;
    }

        .temporary div {
            width: 600px;
            margin: 100px auto 0;
            padding: 50px;
        }

            .temporary div.btns {
                margin: 0;
            }

        .temporary a.btn_close {
            width: 30px;
            height: 30px;
            background-size: 15px;
        }

        .temporary iframe {
            width: 12.5px;
            height: 10px;
            margin-right: 8px;
        }

        .temporary span.title {
            width: 100%;
            font-size: 16px;
            line-height: 16px;
            padding-bottom: 25px;
            border-bottom: solid 1px #e7eaf0;
        }

        .temporary strong {
            padding: 0 0 25px;
            font-size: 16px;
        }

        .temporary p {
            font-size: 16px;
            line-height: 27px;
            margin-bottom: 25px;
        }

            .temporary p.remind {
                font-size: 14px;
                line-height: 24px;
            }

            .temporary p span {
                line-height: 27px;
                font-size: 16px;
            }

                .temporary p span.blue {
                    width: 95%;
                }

        .temporary input {
            width: 380px;
            margin-right: 25px;
            display: inline-block;
        }

        .temporary a.btn_check {
            width: 180px;
            font-size: 16px;
            line-height: 28px;
            display: inline-block;
        }

        .temporary a.pre_calc_btn_check {
            width: 180px;
            font-size: 16px;
            line-height: 45px;
            display: inline-block;
        }
    /* step1 popup 文字樣式　by Ivan */
    .popupHeader {
        position: relative;
        left: 150px;
    }
}
/*End CommonPopup */