@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;
}

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

#supply-btn {
  cursor: pointer;
}

.activity_container {
  padding: 0;
  max-width: 1055px;
  margin: auto;
}

.activity_container .form {
  /* padding: 60px 50px; */
}

.max_width530 {
  max-width: 530px;
}

.w-100 {
  width: 100%;
}

.d-flex {
  display: flex;
}

.mr-15 {
  margin-right: 15px;
}

.ml-15 {
  margin-left: 15px;
}

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

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

.input-bgc {
  background-color: #BBC7DC;
}

.select-bgc {
  background-color: #BBC7DC;
}

.form .row .row-col input {
  margin-bottom: 10px;
  width: 100%;
  border: 0px solid #BBC7DC;
  padding: 5.2% 7.7%;
  letter-spacing: 0px;
  font-size: 20px;
  border-radius: 3px;
  line-height: 1;
}

.form .row .row-col.singo input {
  margin-bottom: 10px;
  width: 100%;
  border: 0px solid #BBC7DC;
  padding: 2.53% 3.74%;
  letter-spacing: 0px;
  font-size: 20px;
  border-radius: 3px;
}

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

.form .row .row-col select {
  width: 100%;
  border: 0px solid #BBC7DC;
  padding: 5.2% 7.7%;
  letter-spacing: 2px;
  font-size: 20px;
  padding-right: 30px;
  border-radius: 3px;
  color: #000;
}

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

.agree_block {
  /* text-align: center; */
  margin-top: 2.34%;
  margin-bottom: 3.14%;
  position: relative;
}

.agree_block.last {
  margin-top: -2.3%;
  margin-bottom: 2%;
}

.agree_block label {
  font-weight: normal;
  color: #000;
  letter-spacing: 0px;
  font-size: 20px;
  cursor: pointer;
  padding-left: 60px;
  margin-bottom: 0px;
  display: flex;
  height: 40px;
  align-items: center;
}

.agree_block label a {
  font-weight: normal;
  color: #000;
  letter-spacing: 0px;
  border-bottom: 1px solid#000;
  text-decoration: none;
}

.full_width {
  text-align: center;
}

.mb-40 {
  margin-bottom: 40px;
}

.form-tips {
  color: #16305e;
  font-size: 18px;
  padding: 0;
}

.form-tips li {
  line-height: 1.5;
  letter-spacing: 1px;
  margin-bottom: 5px;
  font-weight: bold;
}

#supply-btn {
  border-bottom: 1px solid#BBC7DC;
}

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

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

.agree_block input {
  display: none;
}

.agree_block i {
  position: absolute;
  width: 40px;
  height: 40px;
  border: 0px solid #BBC7DC;
  transform: translate(0, 10%);
  top: -5px;
  pointer-events: none;
  background-color: #BBC7DC;
  border-radius: 2px;
}

.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: 4%;
  background-position-x: 97%;
  outline: none;
  line-height: 1;
}

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

/*# sourceMappingURL=default.css.map */
.thank_container {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 999;
  display: none;
  top: -1px;
  max-height: 100vh;
  overflow: auto;
}

.thank_container .thank {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 82.3%;
  padding-top: 40.5%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url(../images/thanks_page.png);
  z-index: 999;
}

.thank_container .thank .close_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 5.2%;
  padding-top: 5.2%;
  cursor: pointer;
}

/* .thank_container .thank .close_btn::before {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: black;
  border-radius: 3px;
  transform: rotate(45deg);
}

.thank_container .thank .close_btn::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 2px;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  background-color: black;
  border-radius: 3px;
  transform: rotate(-45deg);
} */
.btn-container {
  display: flex;
  justify-content: center;
  background-image: url('../images/btn-bar.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  padding-top: 9.5%;
  position: relative;
}

.btn-buy {
  left: 24.5%;
  top: 13.5%;
  position: absolute;
  width: 24.5%;
  padding-top: 2.4%;
  padding-bottom: 2.3%;
  margin-right: 0%;
  font-weight: bold;
  font-size: 25px;
  color: #16305e;
  line-height: 1;
}

.btn-send {
  left: 52.5%;
  top: 13%;
  position: absolute;
  width: 24.5%;
  padding: 0;
  padding-top: 2.4%;
  padding-bottom: 2.3%;
  line-height: 1;
  border: 0;
  margin-right: 0%;
  font-weight: bold;
  font-size: 25px;
  color: #16305e;
  line-height: 1;
}

.btn-send:hover {
  color: #16305e;
}

.btn-send span {
  font-weight: bold;
}

.btn-container a {
  display: block;
}

.btn-container a:hover {
  color: #16305e;
  text-decoration: none;
}

#confirm-btn {
  /* background-image: url(../images/submit_btn.jpg); */
}

.btn-send.disable {
  pointer-events: none;
}

.btn:hover {
  /* color: #fff; */
}

.btn:focus {
  /* color: #fff; */
  outline: none;
}

@media screen and (max-width:1055px) {
  .btn-buy {
    font-size: 2.5vw;
  }

  .btn-send {
    font-size: 2.5vw;
  }
}

@media screen and (max-width:767px) {
  .mr-15 {
    margin-right: 0;
  }

  .ml-15 {
    margin-left: 0;
  }

  .mb-40 {
    margin-bottom: 40px;
  }

  .thank_container .thank {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 79.2%;
    padding-top: 146%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center top;
    background-image: url(../images/thanks_page_mb.png);
    z-index: 999;
  }

  .thank_container .thank .close_btn {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 14.2%;
    padding-top: 14.2%;
    cursor: pointer;
  }

  .activity_container .form {
    /* padding: 20px 10px; */
  }

  .form .row .row-col input {
    margin-bottom: 7px;
    width: 100%;
    border: 0px solid #BBC7DC;
    padding: 5.87% 6.52%;
    ;
    letter-spacing: 1px;
    font-size: 4.65vw;
  }

  .form .row .row-col.singo input {
    margin-bottom: 7px;
    width: 100%;
    padding: 5.87% 6.52%;
    ;
    letter-spacing: 1px;
    font-size: 4.65vw;
  }

  .select-bgc {
    background-color: transparent;
  }

  .form .row .row-col select {
    /* background: url(../images/arrow_down_red.png) no-repeat right center transparent; */
    margin-bottom: 7px;
    width: 100%;
    border: 0px solid #BBC7DC;
    padding: 5.87% 6.52%;
    ;
    letter-spacing: 1px;
    font-size: 4.65vw;
    background-position-x: 93%;
    background-color: #BBC7DC;
  }

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

  .form .row {
    display: flex;
    flex-wrap: wrap;
  }

  .form .row .row-col select {
    background-size: 3%;
  }

  .agree_block {
    margin-top: 6%;
    margin-bottom: 9%;
    position: relative;
    width: 100%;
    max-width: none;
  }

  .agree_block i {
    width: 10.43vw;
    height: 10.43vw;
    background-color: #BBC7DC;
  }

  .agree_block label {
    height: 10.43vw;
    font-weight: normal;
    /* color: #797979; */
    letter-spacing: 2px;
    font-size: 3.65vw;
    cursor: pointer;
    padding-left: 13.5vw;
    margin-bottom: 0px;
    color: #000;
  }

  .agree_block label a {
    color: #000;
    border-bottom: 1px solid#000;
  }

  .form-tips {
    color: #16305E;
    font-size: 3vw;
    padding: 0;
  }

  .btn-send {
    left: 53.3%;
    top: 14%;
    position: absolute;
    width: 34%;
    padding-top: 3.5%;
    padding-bottom: 2.8%;
    margin-right: 0%;
    font-weight: bold;
    font-size: 3.7vw;
  }

  .btn:hover {
    /* color: #fff; */
  }

  .btn:focus {
    /* color: #fff; */
    outline: none;
  }

  .btn-send span {
    font-family: monospace;
    position: relative;
    bottom: 2px;
  }

  .btn-container {
    display: block;
    padding-top: 13.5%;
  }

  .btn-buy {
    left: 14.5%;
    top: 14%;
    position: absolute;
    width: 33.7%;
    padding-top: 3.3%;
    padding-bottom: 2.8%;
    margin-right: 0%;
    font-weight: bold;
    font-size: 3.7vw;
    line-height: 1;
  }
}

@media screen and (min-width:1920px) {
  .btn-buy {
    font-size: 25px;
  }

  .btn-send {
    font-size: 25px;
  }
}

/* @media screen and (max-width:330px) {
  .form .row .row-col input {
    margin-bottom: 14px;
    width: 100%;
    border: 1px solid #D7C29D;
    padding: 4px 13px;
    letter-spacing: 1px;
    font-size: 18px;
  }

  .form .row .row-col select {
    margin-bottom: 20px;
    width: 100%;
    border: 1px solid #D7C29D;
    padding: 4px 13px;
    letter-spacing: 1px;
    font-size: 16px;
    padding-right: 20px;
    background-color: #fff;
  }

  .btn-send {
    font-size: 20px;
    border-radius: 2px;
    margin-bottom: 0px;
  }

  .agree_block {
    margin-top: 0px;
    margin-bottom: 20px;
    position: relative;
  }
} */
/* input[type="date"] {
  display:block;
  position:relative;
  padding:1rem 3.5rem 1rem 0.75rem;
  
  font-size:1rem;
  font-family:monospace;
  
  border:1px solid #8292a2;
  border-radius:0.25rem;
  background:
  #BBC7DC
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='22' viewBox='0 0 20 22'%3E%3Cg fill='none' fill-rule='evenodd' stroke='%23688EBB' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' transform='translate(1 1)'%3E%3Crect width='18' height='18' y='2' rx='2'/%3E%3Cpath d='M13 0L13 4M5 0L5 4M0 8L18 8'/%3E%3C/g%3E%3C/svg%3E")
    right 1rem
    center
    no-repeat;
  
  cursor:pointer;
}

::-webkit-datetime-edit-text {
  opacity:0;
}
::-webkit-clear-button,
::-webkit-inner-spin-button {
  display:none;
}
::-webkit-calendar-picker-indicator {
  position:absolute;
  width:2.5rem;
  height:100%;
  top:0;
  right:0;
  bottom:0;
  
  opacity:0;
  cursor:pointer;
  
  color:rgba(0, 120, 250, 1);
  background:rgba(0, 120, 250, 1);
 
}

input[type="date"]:hover::-webkit-calendar-picker-indicator { opacity:0.05; }
input[type="date"]:hover::-webkit-calendar-picker-indicator:hover { opacity:0.15; } */

.birthday-select {
  display: flex;
  /* background-color: #BBC7DC; */
  margin-bottom: 10px;
  font-size: 20px;
  border-radius: 3px;
  /* line-height: 1; */
}

.form .row .row-col.birthday-select select {
  background-size: 9%;
}


@media screen and (max-width: 767px) {
  /* .birthday-select {
    background-color: #BBC7DC;
  } */

  .form .row .row-col.birthday-select select {
    background-size: 9%;
  }

  .agree_block.last {
    margin-top: -7.3%;
    margin-bottom: 4%;
  }
}

#confirm-btn.disable {
  pointer-events: none;
}
