@charset "UTF-8";

/********************** Form**************************/
#CLA-form .note ul li {
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 3%;
  line-height: 1.6;
}

#CLA-form .formfield {
  float: none;
  width: 100%;
  margin: 0;
}

.event_oto .event_content {
  display: block;
  margin: 20px auto 0;
  padding: 0;
}

.event_oto .formfields_box {
  width: 100%;
  margin: 0 auto;
}

.event_oto .formfields_box .f_label {
  display: none;
}
/*
.event_oto .formfields_box .answer7 {
  text-align: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 16px;
}

.event_oto .formfields_box .answer7 .checkbox {
  display: block;
  height: 23px;
  width: 23px;
  position: relative;
  margin-right: 7px;
}

.event_oto .formfields_box .answer7 .f_label {
  display: block;
  color: #000000;
  font-size: 15px;
  position: relative;
  padding-left: 8px;
}

.event_oto .formfields_box .answer7 .f_label a {
  color: #92629d;
}

.event_oto .formfields_box .answer7 .f_label::after {
  color: #e40000;
  position: absolute;
  top: 2px;
  left: 0;
}
*/
.event_oto .formfields_box .f_field_textinput input {
  font-size: 16px;
  padding: 3px 10px;
  width: 100%;
  max-width: 100%;
  height: 52px;
  color: #92629d;
  margin-bottom: 20px;
}

.event_oto .formfield_address1.input-group {
  margin-bottom: 0;
}

.event_oto .selectboxit-container .selectboxit {
  height: 3.6rem;
  line-height: 3.6rem;
  height: 52px;
  text-align: left;
  font-weight: bold;
}

.event_oto .selectboxit-container .selectboxit-text {
  height: 3.6rem;
  line-height: 3.2rem;
  font-size: 17.5px;
  color: #92629d;
}

/* NGL-表單placeholder */
.event_oto .c-text-field__input::-webkit-input-placeholder {
  color: #92629d;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

.event_oto .c-text-field__input .f_field:-ms-input-placeholder {
  color: #92629d;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

.event_oto .c-text-field__input input::-moz-placeholder {
  color: #92629d;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

.event_oto .c-text-field__input:-moz-placeholder {
  color: #92629d;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

.event_oto .c-text-field__input input::-webkit-input-placeholder {
  color: #92629d;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

.event_oto .c-text-field__input input:-ms-input-placeholder {
  color: #92629d;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

.event_oto .c-text-field__input input::-ms-input-placeholder {
  color: #92629d;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

.event_oto .c-text-field__input input::placeholder {
  color: #92629d;
  font-size: 18px;
  font-weight: 600;
  opacity: 1;
}

/*
  #otoo-event-form .required.error {
    margin-bottom: 15px;
  }
  
  #otoo-event-form .error {
    margin-bottom: 30px;
  }
  */
.button[disabled] {
  background: #000 !important;
}

.event_oto .button_box {
  padding: 0;
}

.event_oto .button_box button {
  display: inline-block;
  text-align: center;
  border: 0;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.1em;
  font-weight: normal;
  padding: 10px 31px;
  background-color: #000;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  position: relative;
  overflow: hidden;
  margin: 0 7px;
}

.event_oto .button_box button::before {
  content: "";
  background: url(../images/shine_light.png) no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 200%;
  height: 200%;
  margin-top: -20%;
  display: block;
  pointer-events: none;
  animation: btn-shine 4s ease 1s infinite;
}

@media (max-width: 320px) {
  .event_oto .button_box button {
    padding: 11.5px 35px;
    font-size: 15px;
  }
}

.event_oto .button_box #CLA-form .formfield.formfield_button {
  margin: 0 auto;
  width: 200px;
  float: none;
}

.event_oto .button_box button:focus,
.event_oto .button_box button:hover {
  background: #fff;
  border: 1px solid #000;
  color: #000;
}

.event_oto .button_box .formfield.formfield_button:hover {
  transform: scale(0.9);
  -ms-transform: scale(0.9);
  /* IE 9 */
  -moz-transform: scale(0.9);
  /* Firefox */
  -webkit-transform: scale(0.9);
  /* Safari 和 Chrome */
  -o-transform: scale(0.9);
  /* Opera */
}

.event_oto .button_box .formfield_button {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* 如果要使用漂亮版的lightbox就把以下隱藏 */
.event_oto .response_box.active {
  position: fixed;
  background: rgba(51, 51, 51, 0.4);
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
}

.event_oto .response_box.active span {
  font-size: 15px;
  background: #fff;
  color: #000;
  width: 90%;
  height: 20%;
  display: inline-block;
  margin: 0 auto;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-left: -45%;
  text-indent: initial;
  text-align: center;
  line-height: 1em;
  padding-top: 15%;
}

.event_oto .response_box.active .close_lightbox {
  background: url(../images/lightbox_close.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 19px;
  height: 19px;
  text-indent: -9999px;
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 41%;
  left: 88%;
  cursor: pointer;
  font-size: 16px;
}

@media (min-width: 992px) {
  .event_oto .response_box.active span {
    width: 50%;
    height: 250px;
    top: 30%;
    margin-left: -25%;
  }

  .event_oto .response_box.active .close_lightbox {
    top: 31%;
    left: auto;
    right: 50%;
    margin-right: -24%;
  }
}

@media (min-width: 768px) {
  .event_oto .response_box.active span {
    height: 250px;
    padding-top: 120px;
  }
}

/* 如果要使用漂亮版的lightbox就把以下隱藏_end */


@media (max-width: 500px) {
  #CLA-form .note ul li {
    margin-left: 5%;
  }

  .event_oto .selectboxit-container .selectboxit {
    height: 52px;
    font-size: 16px;
  }

  .event_oto .selectboxit-container .selectboxit-text {
    font-size: 15px;
  }

  .event_oto .c-text-field__input::-webkit-input-placeholder {
    font-size: 15px;
  }

  .event_oto .c-text-field__input .f_field:-ms-input-placeholder {
    font-size: 15px;
  }

  .event_oto .c-text-field__input input::-moz-placeholder {
    font-size: 15px;
  }

  .event_oto .c-text-field__input:-moz-placeholder {
    font-size: 15px;
  }

  .event_oto .c-text-field__input input::-webkit-input-placeholder {
    font-size: 15px;
  }

  .event_oto .c-text-field__input input:-ms-input-placeholder {
    font-size: 15px;
  }

  .event_oto .c-text-field__input input::-ms-input-placeholder {
    font-size: 15px;
  }

  .event_oto .c-text-field__input input::placeholder {
    font-size: 15px;
  }

}

.CLA-Launch-wrap [class*=" icon-"]:before {
  line-height: 3.6em;
  margin-left: -0.5em;
}

/*NGL新表單調整樣式 start*/

.event_oto .c-check-field.m-checkbox .c-check-field__label {
  /* color: #fff;*/
  margin-bottom: 15px;
}

/*
   #otoo-event-form .selectboxit-container .selectboxit-options {
       max-height: 130px !important;
      }
   */


.event_oto .c-check-field__label {
  /*color: #fff;*/
  text-align: left;
}

.event_oto .c-select__field,
.event_oto [type=color],
.event_oto [type=datetime-local],
.event_oto [type=datetime],
.event_oto [type=email],
.event_oto [type=month],
.event_oto [type=number],
.event_oto [type=password],
.event_oto [type=search],
.event_oto[type=tel],
.event_oto [type=text],
.event_oto [type=time],
.event_oto [type=url],
.event_oto [type=week],
.event_oto textarea {
  background-color: #fff;
  border: 0;
  border-radius: 0;
  height: 2.8rem;
  line-height: 2.8rem;
  padding: 0 1.25rem;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.event_oto .c-check-field.m-checkbox .c-check-field__input:checked+.c-check-field__label:hover:before {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.event_oto .c-text-field.m-active .c-text-field__label.m-float:before {
  background: none;
}

.event_oto .c-text-field__label.m-float {
  padding-left: 1.25rem;
  /*left: 0.8em;*/
  top: -0.3em;
  display: none;
  /*隱藏欄位title*/
}

.event_oto .c-text-field.m-active .c-text-field__label.m-float,
.event_oto .c-text-field.m-focus .c-text-field__label.m-float {
  display: none;
}

.event_oto .c-select.m-active .c-select__label.m-float,
.event_oto .c-select.m-focus .c-select__label.m-float {
  display: none;
}

.event_oto .c-field__error-message {
  color: #bae4fb;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  font-size: .625rem;
  margin: 0.5rem 0 -0.5rem;
  display: none;
  /*隱藏error訊息*/
}

.event_oto .response_box span.hidden,
.event_oto .response_box .error_message.hidden {
  display: none;
  /*隱藏非lightbox的error訊息影響版面*/
}

@media (max-width:500px) {

  .event_oto .c-select__field,
  .event_oto [type=color],
  .event_oto [type=datetime-local],
  .event_oto [type=datetime],
  .event_oto [type=email],
  .event_oto [type=month],
  .event_oto [type=number],
  .event_oto [type=password],
  .event_oto [type=search],
  .event_oto[type=tel],
  .event_oto [type=text],
  .event_oto [type=time],
  .event_oto [type=url],
  .event_oto [type=week],
  .event_oto textarea {
    height: 2.5rem;
    line-height: 2.5rem;
    padding: 0 1rem;
  }

  .event_oto .c-text-field__label.m-float {
    padding-left: 1rem;
  }

}

.event_oto .c-form__legend {
display: none;
}

/*因應新表單調整樣式end*/