﻿@import url("https://fonts.googleapis.com/css2?family=ZCOOL+XiaoWei&display=swap");
* {
  position: relative; }

button {
  outline: none; }

button a {
  color: #FFF; }

button a:hover {
  color: #FFF;
  text-decoration: none; }

.secondary-color {
  color: #9DC026; }

html, body {
  height: 100%;
  margin: 0; }

body {
  font-family: "Noto Sans TC", "Noto Sans SC Sliced", "Microsoft JhengHei";
  background-color: #F8F8F8;
  font-weight: 600; }

header {
  width: 100%;
  height: 100px;
  background: url(../img/header.png) top center no-repeat;
  margin-bottom: 40px; }
  header p {
    font-size: 40px;
    color: #FFF;
    text-align: center;
    line-height: 100px; }

header.indexHeader {
  width: 100%;
  height: 200px;
  background: url(../img/indexHeader.png) top center no-repeat;
  margin-bottom: 40px; }
  header.indexHeader p {
    font-size: 40px;
    color: #FFF;
    text-align: center;
    line-height: 200px; }

.wrap {
  min-height: 100%; }

.maincontent {
  padding-bottom: 80px; }

.containerA {
  position: relative;
  width: 540px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 40px; }

.bg {
  position: absolute;
  width: 90%;
  height: 2px;
  background-color: #E5E5E5;
  top: 13px;
  left: 50%;
  transform: translateX(-50%); }

.step {
  margin-bottom: 40px; }
  .step .list {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    margin: 0 auto;
    margin-bottom: 5px;
    color: #FFF; }
  .step .list.listActive {
    background-color: #F4D23E; }
  .step .list.listNormal {
    background-color: #C7C7C7; }
  .step p {
    margin: 0; }
  .step p.stepActive {
    color: #000; }
  .step p.stepNormal {
    color: #929292; }

.formstyle {
  width: 100%;
  min-height: 590px;
  background-color: #FFF;
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  margin: 0; }
  .formstyle p.text-center {
    font-size: 30px;
    margin: 0; }
  .formstyle .content {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    .formstyle .content .inputTitle {
      font-size: 18px;
      margin-bottom: 5px; }
    .formstyle .content input[type="text"], .formstyle .content input[type="tel"] {
      width: 100%;
      border: solid #C7C7C7 1px;
      height: 42px;
      padding: 10px;
      border-radius: 3px;
      font-size: 15px; }
    .formstyle .content input:focus {
      outline: none; }
    .formstyle .content input[type="text"].errorOuline {
      border: solid #FF0000 1px; }
    .formstyle .content input[type="tel"].errorOuline {
      border: solid #FF0000 1px; }
    .formstyle .content ul {
      margin: 0;
      padding: 0; }
      .formstyle .content ul li {
        list-style-type: none; }
        .formstyle .content ul li span {
          font-weight: bold; }
        .formstyle .content ul li span.color-red {
          font-size: 14px;
          color: #FF0000; }
    .formstyle .content .itemsImg {
      width: 200px;
      height: 200px;
      margin: 0 auto;
      border: #C7C7C7 2px solid;
      border-radius: 100px;
      background-color: #C7C7C7;
      background-size: cover !important;
      background-repeat: no-repeat;
      background-position: center !important;
      background: url(../img/items.jpg);
      display: block; }
    .formstyle .content .maincontent {
      font-size: 14px;
      margin: 0; }
      .formstyle .content .maincontent span {
        color: #9DC026;
        font-weight: bold; }

.fontsty {
  color: #000;
  font-size: 22px;
  font-weight: bold; }

.plsty {
  padding-left: 0; }

.plstyR {
  padding-right: 0; }

.mgstyT {
  margin-top: 0px; }

.Notice {
  color: #707070;
  font-size: 14px;
  margin: 0px; }

.errorNotice {
  color: #FF0000;
  font-size: 12px;
  margin-bottom: 0; }

.btnstyle {
  width: 100%;
  height: 30px;
  border: none;
  outline: none;
  border-radius: 50px;
  font-size: 12px;
  color: #FFF;
  font-weight: bold; }

.btnActive {
  background-color: #9DC026; }

.btnActive:hover {
  filter: brightness(1.1);
  transition: 0.2s; }

.btnNormal {
  cursor: auto !important;
  background-color: #C7C7C7; }

hr.hrstyle {
  border-top: 2px solid #C7C7C7;
  margin: 5px 0 15px 0; }

.check-img {
  width: 18px;
  height: 18px; }

.mbss {
  margin-bottom: 15px; }

.btn-next:active {
  outline: none; }

.btn-nextIndex {
  width: 100%;
  height: 40px;
  margin-top: 20px;
  outline: none;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  color: #FFF;
  font-weight: bold; }

.btn-next {
  width: 100%;
  height: 40px;
  margin-top: 40px;
  outline: none;
  border: none;
  border-radius: 50px;
  font-size: 20px;
  color: #FFF;
  font-weight: bold; }

.bgNormal {
  background-color: #C7C7C7;
  cursor: auto !important; }

.bgActive {
  background-color: #F4D23E; }

.bgActive:hover {
  filter: brightness(1.1);
  transition: 0.2s; }

footer {
  width: 100%;
  margin-top: -80px;
  height: 80px;
  background-color: #656565;
  padding: 0 15px; }
  footer p {
    line-height: 80px;
    color: #FFF;
    text-align: center;
    font-size: 12px; }

/* The container */
.container-checkbox {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.container-checkbox .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  border: solid #C7C7C7 1px;
  border-radius: 3px;
  background-color: #fff; }

/* On mouse-over, add a grey background color */
.container-checkbox:hover input ~ .checkmark {
  background-color: #eee; }

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: #2196F3; }

/* Create the checkmark/indicator (hidden when not checked) */
.container-checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 6.5px;
  top: 2.5px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }

.ui-form-input {
  padding: 10px;
  border-radius: 3px;
  border: 1px solid #C7C7C7;
  outline: 0;
  width: 100%;
  font-size: 15px;
  height: 100px; }

.must {
  color: #FF0000;
  font-weight: bold; }

/* Reset Select */
select {
  outline: 0;
  box-shadow: none;
  border: 1px #000 solid;
  background: #fff;
  background-image: none; }

/* Remove IE arrow */
select::-ms-expand {
  display: none; }

/* Custom Select */
.select {
  position: relative;
  display: flex;
  width: 100%;
  height: 42px;
  line-height: 2.5;
  background: #2c3e50;
  overflow: hidden;
  border-radius: 3px; }

select {
  flex: 1;
  padding: 0 10px;
  color: #000;
  cursor: pointer;
  border: 1px solid #C7C7C7; }

/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  color: #000;
  top: 0;
  right: 0;
  padding: 0 8px;
  background: #FFF;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
  border: 1px #C7C7C7 solid;
  border-radius: 3px; }

/* Transition */
.select:hover::after {
  color: #f39c12; }

.input-group-text {
  background-color: #E5E5E5;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  font-weight: 600; }

.btn.bgSubmit {
  background-color: #F4D23E;
  color: #FFF;
  border-radius: 50px;
  padding: 5px 25px;
  margin: 0 5px;
  opacity: 0.8; }

.btn.bgSubmit:hover {
  transition: 0.3s;
  opacity: 1;
  filter: brightness(1.1); }

.disableNotice {
  display: none; }

.verificationImg.border {
  border: solid #C7C7C7 1px;
  border-radius: 3px; }

.verificationImg {
  width: 100%;
  height: 42px; }
  .verificationImg img {
    width: 183px;
    height: 42px; }

.w3-modal-content {
  width: 600px;
  border-radius: 14px; }

.closebtn {
  left: 37%;
  color: #FFF;
  background-color: #F4D23E;
  padding: 8px 50px;
  opacity: .8;
  border-radius: 50px; }

.closebtn:hover {
  text-decoration: none;
  color: #FFF;
  transition: 0.3s;
  opacity: 1;
  filter: brightness(1.1); }

.custombtnsty {
  width: 280px;
  border-radius: 50px;
  padding: 5px 0px;
  left: 50%;
  transform: translateX(-50%);
  border: none;
  outline: none;
  background-color: #9DC026;
  color: #FFF;
  opacity: .8; }
  .custombtnsty:hover {
    opacity: 1;
    transition: .3s;
    filter: brightness(1.1); }
  .custombtnsty .text-lg {
    font-size: 20px; }
  .custombtnsty .text-sm {
    font-size: 12px; }

@media screen and (max-width: 767px) {
  .containerA {
    width: 90%; }
  .bg {
    width: 70%; }
  .plsty {
    padding-left: 15px; }
  .plstyR {
    padding-right: 15px; }
  .mgstyT {
    margin-top: 5px; }
  header p {
    font-size: 30px; } }
