@charset "UTF-8";

* {
  /* font-family: "Roboto", "Arial", "NotoSans", "Noto Sans TC", "微軟正黑體", "Meiryo", "Hiragino Kaku Gothic Pro", "sans-serif"; */
  font-family: "Microsoft JhengHei UI", "微軟正黑體", "Microsoft JhengHei", "Microsoft YaHei UI", "微軟雅黑", "Microsoft YaHei", sans-serif;
  font-weight: normal;
  box-sizing: border-box;
  /* outline: 1px solid red; */
  list-style: none;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  /* outline: none; */
}

body {
  /* font-family: "Roboto", "Arial", "NotoSans", "Noto Sans TC", "微軟正黑體", "Meiryo", "Hiragino Kaku Gothic Pro", "sans-serif"; */
  font-family: "Microsoft JhengHei UI", "微軟正黑體", "Microsoft JhengHei", "Microsoft YaHei UI", "微軟雅黑", "Microsoft YaHei", sans-serif;

  color: #000;
  font-size: 18px;
  line-height: 30px;
  margin: 0;

}

#area:focus {
  background-color: #000;
}

#counters:focus {
  background-color: #000;
}

#main_content_child {
  background-color: transparent;
  /* background-color: #000; */
}

#supply-btn {
  cursor: pointer;
}

.counters-title {
  color: #fff;
  font-weight: bold;
  justify-content: center;
  font-size: 3vw;
  letter-spacing: 2px;
  line-height: 1;
  margin-top: 10px;
  margin-bottom: 10px
}

.input-title {
  color: #fff;
  font-weight: bold;
  font-size: 3vw;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 20px;
}

.activity_container {
  margin: auto;
  /* max-width: 705px; */
}

.activity_container .form {
  margin-bottom: 20px;
  /* padding: 0 5px; */
}

.form .row {
  display: flex;
  margin-left: 0px;
  margin-right: 0px;
}

.form .row .row-col {
  width: 100%;
}

.form .row .row-col input {
  margin-bottom: 0px;
  width: 100%;
  border: 2px solid #fff;
  padding: 7px 15px;
  letter-spacing: 2px;
  font-size: 2.8vw;
  background-color: transparent;
  /* font-weight: bold; */
  color: #fff;
  outline: none;
}

.form .row .row-col input::placeholder {
  color: #A9A9A9;
  letter-spacing: 2px;
}

.form .row .row-col select {
  width: 100%;
  border: 2px solid #fff;
  padding: 7px 25px;
  ;
  letter-spacing: 2px;
  font-size: 3vw;
  padding-right: 30px;
  color: #fff;
  /* font-weight: 600; */
}

.form .row .row-col:nth-child(1) select {
  width: 100%;
}

.agree_block {
  margin-top: 5px;
  position: relative;
}

.agree_block label {
  font-weight: normal;
  color: #fff;
  letter-spacing: 2px;
  font-size: 2.3vw;
  /* font-weight: 600; */
  cursor: pointer;
  padding-left: 38px;
  margin-bottom: 0px;
}

.agree_block label a {
  /* font-weight: 600; */
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 1px solid#fff;
  text-decoration: none;
}

.full_width {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}

.form-tips {
  margin-left: 3px;
  color: #000;
  font-size: 14px;
}

.form-tips ul {
  margin-bottom: 5px;
}

.form-tips li {
  line-height: 1.5;
  letter-spacing: 2px;
  display: flex;
}

#supply-btn {
  color: #000;
  border-bottom: 1px solid#000;
  font-weight: 600;
}

.btn_notic {
  font-size: 22px;
  letter-spacing: 2px;
}

#confirm-btn,
#mail-confirm-btn {
  max-width: 100%;
  cursor: pointer;
}

.agree_block input {
  display: none;
}

.agree_block i {
  position: absolute;
  width: 28px;
  height: 28px;
  /* border: 1px solid #333; */
  /* background-color: #fff; */
  background-color: transparent;
  border: 2px solid #fff;
  /* transform: translate(0, 10%); */
  top: 0;
  pointer-events: none;
}

.agree_block input:checked~i {
  background-image: url(../images/icon-check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.form .row .row-col select {
  /*移除箭頭樣式*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;

  /*改變右邊箭頭樣式*/
  background: url("../images/arrow_down_pc.png") no-repeat right center transparent;
  background-size: 22px 24px;
  background-position-x: calc(100% - 10px);
  outline: none;
}

.vpn .form .row .row-col select {
  /*改變右邊箭頭樣式*/
  background: url("../images/arrow_down_vpn.png") no-repeat right center transparent;
  background-position-x: calc(100% - 10px);
  background-size: 15px 8px;
}

.form .row .row-col.full_width select {
  background-size: 4%;
  background-position-x: 98.5%;
}

/*IE隱藏箭頭樣式*/
.form .row .row-col select::-ms-expand {
  display: none;
}

/*# sourceMappingURL=default.css.map */

.sub-title {
  font-size: 16px;
  padding-left: 10px;
}

.m-r-10 {
  margin-right: 10px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-60 {
  margin-bottom: 15px;
}

.set-flex {
  display: flex;
}

.input-item {
  box-sizing: border-box;
  /* border: 1px solid #333; */
  margin-bottom: 14px;
  align-items: center;
  /* background-color: #fff; */
  /* border-radius: 2px; */
}

.input-item.full-with {
  max-width: 100%;
}

.title-block {
  min-width: 18%;
  color: #333;
  font-size: 18px;
  padding: 15px 12px;
  position: relative;
  font-weight: 600;
}

.vpn .title-block {
  min-width: 13%;
}

.title-block::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 1px;
  height: 30px;
  /* background-color: #333; */
  transform: translate(0, -50%);
}

.input-block {
  flex-grow: 1;
  width: 190px;
}

.submit-btn-bg {
  position: relative;
  width: 36vw;
  padding: 16px 0;
  background-image: url(../images/btn-buy.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: flex;
  justify-content: center;
}

.submit-btn-bg+.submit-btn-bg {
  margin-top: 12px;
  text-decoration: none;
}

.btn_notic {
  position: relative;
  /* width: 64%; */
  text-align: center;
  font-size: 3.5vw;
  letter-spacing: 2px;
  color: #fff;
  /* left: 46%;
  top: 35.5%;
  transform: translate(-50%, -50%); */
  pointer-events: none;
  font-weight: bold;
  margin: 0;
}

/* #confirm-btn .btn_notic::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 25px;
  left: 105%;
  top: 50%;
  transform: translate(0%, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url('../images/submit-arrow.png');
  transition: left 0.3s;
} */

#confirm-btn:hover .btn_notic::after {
  left: 112%;
}

.vpn .btn_notic {
  top: 40%;
}

.right {
  flex-grow: 1;
}

.row.counters-row {
  display: flex;
  margin-bottom: 0px;
}

#main_content_child {
  position: relative;
}

@media screen and (max-width:450px) {
  .counters-title {
    font-size: 4.5vw;
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .activity_container .form {
    padding: 0 20px;
  }

  .row.counters-row {
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .m-r-10 {
    margin-right: 0px;
  }

  .m-b-10 {
    margin-bottom: 3vw;
  }

  .form .row .row-col select {
    width: 100%;
    padding: 3vw 3vw;
    letter-spacing: 2px;
    font-size: 4.2vw;
    background-size: 4vw 4.5vw;
    line-height: 1;
  }

  .form .row .row-col input {
    width: 100%;
    padding: 2.5vw 2.2vw;
    font-size: 4vw;
    line-height: 1;
  }

  .input-item {
    margin-bottom: 8px;
  }

  .input-title {
    font-size: 3.6vw;
    margin-right: 2vw;
  }

  .row.mb-no-flex {
    display: block;
  }

  .left {
    /* margin-top: 5vw; */
  }

  .full_width {
    margin-top: 3vw;
    justify-content: center;
  }

  .submit-btn-bg {
    line-height: 1;
    width: 70vw;
    padding: 2.8vw 0;
    background-image: url(../images/btn-buy-mb.png);
  }

  .btn_notic {
    font-size: 4.5vw;
  }

  .agree_block label {
    font-size: 3.5vw;
  }
}

.thank_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  top: -1px;
  overflow: auto;
}

.thank_container .thank {
  position: relative;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 40vw;
  height: 78vw;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/thanks_page.jpg);
  z-index: 999;
}

.thank_container .thank .close_btn {
  position: absolute;
  top: 2%;
  right: 4%;
  width: 3vw;
  height: 3vw;
  cursor: pointer;
  /* background-image: url('../images/close-btn.png'); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width:767px) {
  .thank_container .thank {
    position: absolute;
    width: 95%;
    height: auto;
    padding-top: 185%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    z-index: 999;
  }

  .thank_container .thank .close_btn {
    position: absolute;
    top: 1%;
    right: 3%;
    width: 10vw;
    height: 10vw;
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}

.agree-container {
  margin-left: 4vw;
}

.submit-btn-bg {
  display: block;
}

.submit-btn-bg+.submit-btn-bg {
  margin-top: 0;
  margin-left: 25px;
}

.full_width {
  margin-top: 6vw;
}

#confirm-btn {
  background-image: url(../images/btn-pc.png);
}

.anniversary {
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}

.show-mb {
  display: none;
}

@media screen and (max-width:450px) {
  .form .mb-no-flex {
    display: block;
  }

  .agree-container {
    margin-left: 0;
  }

  .agree_block {
    margin-top: 15px;
  }

  .submit-btn-bg+.submit-btn-bg {
    margin-top: 15px;
    margin-left: 0;
  }

  .full_width {
    margin-top: 40px;
    justify-content: center;
  }

  .show-mb {
    display: block;
  }

  .hidden-mb {
    display: none;
  }

  .anniversary {
    font-size: 12px;
    margin-top: 5px;
  }

}

@media screen and (max-width:450px) {
  #confirm-btn {
    background-image: url(../images/btn-mb.png);
  }
}
