@charset "UTF-8";
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #5f5f5f;
  font-family: 0.875rem;
  font-size: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serifpx;
  letter-spacing: 1.6px;
  line-height: normal;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #5f5f5f;
  font-family: 0.875rem;
  font-size: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serifpx;
  letter-spacing: 1.6px;
  line-height: normal;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #5f5f5f;
  font-family: 0.875rem;
  font-size: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serifpx;
  letter-spacing: 1.6px;
  line-height: normal;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #5f5f5f;
  font-family: 0.875rem;
  font-size: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serifpx;
  letter-spacing: 1.6px;
  line-height: normal;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
input::placeholder,
textarea::placeholder {
  color: #5f5f5f;
  font-family: 0.875rem;
  font-size: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serifpx;
  letter-spacing: 1.6px;
  line-height: normal;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  opacity: 0;
}

input:focus::placeholder,
textarea:focus::placeholder {
  opacity: 0;
}

.ml-10 {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .ml-10 {
    margin-left: 0;
  }
}

.form-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 1200px) {
  .form-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-row.focus {
  position: relative;
  z-index: 2;
}
.form-row.checkbox .form-group {
  border-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media only screen and (max-width: 767px) {
  .form-row.optional input[type=text] {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: auto;
  }
  .form-row.optional span.point {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    padding-right: 5px;
  }
}
.form-row.opt .form-group {
  border-bottom: 0;
}
.form-row.opt .form-grid {
  padding: 5px 0;
}
.form-row.opt p.subject {
  padding-right: 5px;
}
@media only screen and (max-width: 1200px) {
  .form-row.opt .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-row.textarea .form-grid {
  padding: 15px 0 10px;
}
.form-row.textarea .form-group p.subject {
  padding-bottom: 25px;
}
@media only screen and (max-width: 767px) {
  .form-row.textarea .form-group p.subject {
    padding-bottom: 10px;
  }
}
.form-row.form-btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 30px;
}
.form-row.form-btn .form-done {
  width: 180px;
}
@media only screen and (max-width: 1200px) {
  .form-row.form-btn .form-done {
    width: 150px;
    padding: 15px;
  }
}

.form-grid {
  width: 100%;
  padding: 10px 0;
}
.form-grid .tip {
  display: none;
  position: absolute;
  left: -7px;
  top: 9px;
}
.form-grid > .form-select.type-normal {
  width: 100%;
}
.form-grid.w45 {
  width: 45%;
}
@media only screen and (max-width: 1600px) {
  .form-grid.w45 {
    width: 48%;
  }
}
@media only screen and (max-width: 1200px) {
  .form-grid.w45 {
    width: 100%;
  }
}
.form-grid.required .tip {
  display: block;
}
.form-grid.required p.option {
  position: relative;
}
.form-grid.required .form-group p.option::before, .form-grid.required .type-fullbox p.option::before {
  display: none;
}

.form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #d0d0d0;
  padding: 0 10px;
}
@media only screen and (max-width: 767px) {
  .form-group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-group p.subject {
  position: relative;
  padding: 10px 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  letter-spacing: 0.45px;
  line-height: 1.5rem;
  font-size: 0.875rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
@media only screen and (max-width: 767px) {
  .form-group p.subject {
    width: 100%;
    padding-bottom: 0;
  }
}
.form-group p.subject span:nth-child(3) {
  padding-left: 10px;
}
.form-group p.subject span.point {
  display: inline;
}
.form-group span.point {
  word-break: keep-all;
  display: block;
  font-size: 0.75rem;
  font-family: "QUESTION", "CenturyGothic";
}
.form-group.type-row {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.form-group.type-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.form-group.type-column .tip {
  top: 0;
}
.form-group.type-column p.subject {
  padding: 0;
}
.form-group.type-column input[type=text] {
  padding: 7px 0 12px;
}
@media only screen and (max-width: 767px) {
  .form-group.type-column input[type=text] {
    padding-bottom: 8px;
  }
}
.form-group input[type=text], .form-group input[type=password], .form-group input[type=tel], .form-group input[type=email], .form-group input[type=date] {
  width: 100%;
  background: transparent;
  border: none;
  padding: 14px;
  color: #5f5f5f;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .form-group input[type=text], .form-group input[type=password], .form-group input[type=tel], .form-group input[type=email], .form-group input[type=date] {
    padding-left: 0;
  }
}
.form-group input[type=text]::-webkit-input-placeholder, .form-group input[type=password]::-webkit-input-placeholder, .form-group input[type=tel]::-webkit-input-placeholder, .form-group input[type=email]::-webkit-input-placeholder, .form-group input[type=date]::-webkit-input-placeholder {
  color: #5f5f5f;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
}
.form-group input[type=text]::-moz-placeholder, .form-group input[type=password]::-moz-placeholder, .form-group input[type=tel]::-moz-placeholder, .form-group input[type=email]::-moz-placeholder, .form-group input[type=date]::-moz-placeholder {
  color: #5f5f5f;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
}
.form-group input[type=text]:-ms-input-placeholder, .form-group input[type=password]:-ms-input-placeholder, .form-group input[type=tel]:-ms-input-placeholder, .form-group input[type=email]:-ms-input-placeholder, .form-group input[type=date]:-ms-input-placeholder {
  color: #5f5f5f;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
}
.form-group input[type=text]::-ms-input-placeholder, .form-group input[type=password]::-ms-input-placeholder, .form-group input[type=tel]::-ms-input-placeholder, .form-group input[type=email]::-ms-input-placeholder, .form-group input[type=date]::-ms-input-placeholder {
  color: #5f5f5f;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
}
.form-group input[type=text]::placeholder, .form-group input[type=password]::placeholder, .form-group input[type=tel]::placeholder, .form-group input[type=email]::placeholder, .form-group input[type=date]::placeholder {
  color: #5f5f5f;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .form-group input[type=text], .form-group input[type=password], .form-group input[type=tel], .form-group input[type=email], .form-group input[type=date] {
    padding: 5px 0;
  }
}
.form-group.form-require img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100px;
  margin-left: 20px;
  padding-bottom: 5px;
}
@media only screen and (max-width: 767px) {
  .form-group.form-require img {
    width: 63px;
    padding: 5px 0;
    margin-left: 0;
  }
}
.form-group.form-require .form-icon {
  margin-left: 0;
}

.form-select {
  margin-left: auto;
  position: relative;
  background-color: #fff;
}
.form-select.active .select-head span[class*=icon-] {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
}
.form-select .select-head {
  position: relative;
  padding: 0 20px;
  cursor: pointer;
  border-bottom: 1px solid #000;
}
.form-select .select-head p.option span {
  color: #000;
  letter-spacing: 0.45px;
  font-size: 0.875rem;
  font-size: "QUESTION", "CenturyGothic";
}
.form-select .select-head span[class*=icon-] {
  font-size: 0.75rem;
  position: absolute;
  right: 20px;
  top: calc( 50% - 3px );
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.form-select .select-content {
  display: none;
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 100%;
  background-color: #fff;
}
.form-select .select-content ul.scrollbar-inner {
  max-height: 200px !important;
}
.form-select .select-content ul.scrollbar-inner li {
  padding: 20px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  font-size: 0.875rem;
}
.form-select .select-content ul.scrollbar-inner li:hover {
  background-color: #999;
  color: #fff;
}
.form-select.type-normal {
  width: 50%;
}
.form-select.type-normal .select-head p.option {
  padding: 15px 0;
}
@media only screen and (max-width: 1200px) {
  .form-select.type-normal {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .form-select.type-normal {
    margin-top: 10px;
  }
  .form-select.type-normal .select-head p.option {
    padding: 15px;
  }
}
.form-select.type-fullbox .select-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .form-select.type-fullbox .select-head {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.form-select.type-fullbox .select-head p.subject {
  position: relative;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .form-select.type-fullbox .select-head p.subject {
    width: 100%;
    padding-bottom: 0;
  }
}
.form-select.type-fullbox .select-head p.option {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0 20px 20px;
  color: #aaa;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 14px;
  letter-spacing: normal;
  line-height: normal;
}
@media only screen and (max-width: 767px) {
  .form-select.type-fullbox .select-head p.option {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .form-select.type-fullbox .select-head span.arrow-icon {
    top: auto;
    bottom: calc( 30px - 6px );
  }
}
.form-group .form-select .select-head {
  border: none;
}
@media only screen and (max-width: 767px) {
  .form-group .form-select .select-head {
    padding-left: 0;
  }
}
.form-group .form-select .select-head p.option {
  color: #aaa;
  font-family: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serif;
  font-size: 0.875rempx;
  letter-spacing: normal;
  line-height: normal;
}
.form-group .form-select .select-head span.arrow-icon {
  right: 0;
}
.form-group .form-select .select-content {
  top: calc(100% + 1px);
}

.form-check {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  .form-check {
    padding-left: 0;
    padding-top: 10px;
  }
}

.check-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0;
  margin-bottom: 6px;
  position: relative;
}
.check-wrap input {
  display: none;
}
.check-wrap input:checked + label.form-fakebox .form-box {
  background-color: #000;
}
.check-wrap input:checked + label.form-fakebox .form-box span {
  color: #fff;
}
.check-wrap input:checked + label.form-fakebox .fork .control div {
  background-color: #fff;
}
.check-wrap label.form-fakebox {
  position: relative;
  display: block;
  margin-right: 5px;
  cursor: pointer;
}
.check-wrap label.form-fakebox .form-box {
  padding: 20px 25px;
  border: solid 1px rgba(153, 153, 153, 0.5);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
@media only screen and (max-width: 1200px) {
  .check-wrap label.form-fakebox .form-box {
    padding: 15px;
  }
}
.check-wrap label.form-fakebox span {
  display: block;
  font-size: 0.875rem;
}
.check-wrap label.form-fakebox:hover .form-box {
  border-color: #000;
}
.check-wrap label.word {
  cursor: pointer;
  color: #000;
  font-family: 0.875rem;
  font-size: "QUESTION", "CenturyGothic", "微軟正黑體修正", "Microsoft JhengHei", "微軟正黑體", sans-serifpx;
  letter-spacing: 1.05px;
  line-height: 24px;
}
.check-wrap .fork {
  position: absolute;
  right: 7px;
  top: 3px;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.form-plus {
  position: relative;
  width: 100%;
}
.form-plus .plus-btn {
  position: relative;
  z-index: 1;
  width: 60px;
  height: 54px;
  border: solid 1px #d0d0d0;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-plus .plus-btn span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form-plus .plus-btn span::after, .form-plus .plus-btn span::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #000;
}
.form-plus .plus-btn span::after {
  width: 12px;
  height: 1px;
}
.form-plus .plus-btn span::before {
  width: 1px;
  height: 12px;
}
.form-plus .plus-btn:hover {
  border-color: #000;
}
.form-plus .plus-btn:hover span {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.form-plus .plus-btn.hide {
  opacity: 0;
  z-index: -1;
}
@media only screen and (max-width: 1200px) {
  .form-plus .plus-btn {
    width: 50px;
    height: 45px;
  }
}
.form-plus input[type=text] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 60px;
  height: 54px;
  border: solid 1px #d0d0d0;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 1200px) {
  .form-plus input[type=text] {
    height: 45px;
  }
}
.form-plus input[type=text].show {
  opacity: 1;
  width: 100%;
  border-color: #000;
}
@media only screen and (max-width: 767px) {
  .form-plus input[type=text] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.form-plus .plus-done {
  opacity: 0;
  z-index: -1;
  position: absolute;
  right: 5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-size: 0.9375rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
.form-plus .plus-done:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 1100px) {
  .form-plus .plus-done:hover {
    opacity: 0;
  }
}
.form-plus .plus-done.show {
  opacity: 1;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .form-plus .plus-done {
    margin-top: 5px;
  }
}

textarea {
  width: 90%;
  height: 160px;
  padding: 0;
  border: 0;
  background-color: transparent;
  resize: none;
  overflow-y: scroll;
}
@media only screen and (max-width: 767px) {
  textarea {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  textarea {
    overflow: auto;
  }
}

textarea::-webkit-scrollbar {
  width: 7px;
}

textarea::-webkit-scrollbar-track {
  opacity: 0;
}
textarea::-webkit-scrollbar-track:hover {
  opacity: 1;
}

textarea::-webkit-scrollbar-thumb {
  width: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
}

.file-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 0;
}
@media only screen and (max-width: 767px) {
  .file-wrap {
    padding-left: 0;
  }
}

.file-name {
  color: #aaa;
}

.form-clear * {
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.form-clear p:after {
  font-family: "icomoon";
  content: "";
  padding-left: 20px;
}
.form-clear:hover {
  opacity: 0.5;
}
.form-clear:hover p {
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .form-clear {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 330px) {
  .form-clear {
    margin-bottom: 20px;
  }
}

.form-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 20px;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.form-icon.file-input input[type=file] {
  display: none;
}
.form-icon:hover {
  background-color: #aaa;
}

.form-alert {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  z-index: -999;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.form-alert.active {
  opacity: 1;
  z-index: 9999;
}
.form-alert.active .alert-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.form-alert .alert-wrap {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.form-alert .alert-box {
  position: relative;
  max-width: 650px;
  width: 100%;
  padding: 80px 100px;
  -webkit-transform: translateY(-150px);
      -ms-transform: translateY(-150px);
          transform: translateY(-150px);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media only screen and (max-width: 768px) {
  .form-alert .alert-box {
    padding: 80px 20px;
  }
}
.form-alert .alert-box .text {
  padding-bottom: 10px;
  text-align: center;
}
.form-alert .alert-box .text p {
  font-size: 1.3125rem;
  line-height: 1.2;
}
.form-alert .alert-box .text p:first-child {
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
}
.form-alert .alert-box .text p:last-child {
  padding: 20px 35px;
  font-size: 0.875rem;
}
@media only screen and (max-width: 768px) {
  .form-alert .alert-box .text p:last-child {
    padding: 50px 25px;
  }
}
.form-alert .alert-box .text p:last-child span {
  font-family: "QUESTION", "CenturyGothic";
  line-height: 1.2;
}
.form-alert .alert-box .btn-learn {
  width: 180px;
  height: 65px;
  margin-left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.form-alert .alert-box.dark {
  background-color: #fff;
}
.form-alert .alert-box.dark .text p {
  color: #202121;
}
.form-alert .alert-box.light {
  background-color: #000;
}
.form-alert .alert-box.light .text p {
  color: #fff;
}
.form-alert .alert-box.light .text p span {
  color: #f24c4c;
  padding: 3px;
  display: inline-block;
}
.form-alert .alert-box.light .text p:last-child span:after {
  content: ",";
}
.form-alert .alert-box.light .text p:last-child span:last-child:after {
  content: ".";
}
@media only screen and (max-width: 767px) {
  .form-alert .alert-box {
    width: 100%;
  }
}

@-webkit-keyframes closeline1 {
  0%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes closeline1 {
  0%, 100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes closeline2 {
  0%, 100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes closeline2 {
  0%, 100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
.contact .tool-box {
  top: 20.8%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media only screen and (max-width: 1100px) {
  .contact .tool-box {
    top: 10%;
  }
}
@media only screen and (max-width: 768px) {
  .contact .tool-box {
    display: none;
  }
}
.contact main {
  padding-top: 180px;
  padding-bottom: 100px;
}
@media only screen and (min-width: 1921px) {
  .contact main {
    max-width: 1920px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 1100px) {
  .contact main {
    padding-top: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .contact main {
    padding-bottom: 60px;
  }
}
.contact .title-type {
  max-width: 530px;
  padding-bottom: 0;
}
.contact .title-type .title {
  max-width: none;
}
.contact-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 1100px) {
  .contact-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.contact-tit {
  width: 43%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 160px;
}
@media only screen and (max-width: 1100px) {
  .contact-tit {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-tit {
    margin-top: 60px;
  }
}
.contact-tit.fix {
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.contact-tit.hide {
  opacity: 0;
}
@media only screen and (max-width: 1500px) {
  .contact-tit {
    padding: 0 0 35px 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact-tit {
    width: 100%;
    padding: 100px 35px 80px;
  }
  .contact-tit .title-type {
    max-width: none;
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .contact-tit .title-type {
    text-align: left;
    margin: 0;
  }
}
.contact-p {
  padding-bottom: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  color: #202121;
}
.contact-p .tit {
  padding-right: 30px;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  font-size: 1.125rem;
  min-width: 150px;
  max-width: 150px;
}
.contact-p .text span {
  min-width: 150px;
  padding-bottom: 10px;
  display: block;
  font-family: "QUESTION", "CenturyGothic";
  font-size: 0.875rem;
  line-height: 1.3;
}
.contact-p .text span:first-child {
  margin-top: 3px;
}
.contact-p .text span:last-child {
  padding-bottom: 0;
}
@media only screen and (max-width: 1200px) {
  .contact-p .tit {
    padding-bottom: 10px;
  }
  .contact-p .text span {
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact-p {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .contact-p {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .contact-p .tit {
    padding-right: 25px;
    white-space: normal;
    min-width: 0;
    max-width: none;
  }
}
.contact-p.waypoint {
  opacity: 0;
  -webkit-transition: 0.5s 0.5s ease-in-out;
  -o-transition: 0.5s 0.5s ease-in-out;
  transition: 0.5s 0.5s ease-in-out;
  -webkit-transform: translateX(40px);
      -ms-transform: translateX(40px);
          transform: translateX(40px);
}
.contact-p.show {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.contact-img {
  position: relative;
}
.contact-img .color-block {
  max-width: 26.0416666667vw;
  width: 100%;
  position: absolute;
  left: -5%;
  top: 0;
  padding-bottom: 82%;
  background-color: #ffebeb;
}
.contact-img .color-block div {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-img .img-blazy {
  max-width: 450px;
  width: 100%;
  -webkit-transform: translateX(120px) translateY(95px);
      -ms-transform: translateX(120px) translateY(95px);
          transform: translateX(120px) translateY(95px);
}
.contact-img .img-blazy .img {
  padding-bottom: 138.63%;
}
@media only screen and (max-width: 1200px) {
  .contact-img .img-blazy {
    -webkit-transform: translateX(80px) translateY(75px);
        -ms-transform: translateX(80px) translateY(75px);
            transform: translateX(80px) translateY(75px);
  }
}
@media only screen and (max-width: 1100px) {
  .contact-img {
    display: none;
  }
}
.contact-img.waypoint .color-block, .contact-img.waypoint .img-block {
  opacity: 0;
  -webkit-transition: 0.5s 0.8s ease-in-out;
  -o-transition: 0.5s 0.8s ease-in-out;
  transition: 0.5s 0.8s ease-in-out;
}
.contact-img.waypoint .color-block {
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
.contact-img.waypoint .img-block {
  -webkit-transform: translateX(50px) skew(1deg, 10deg);
      -ms-transform: translateX(50px) skew(1deg, 10deg);
          transform: translateX(50px) skew(1deg, 10deg);
}
.contact-img.show .color-block, .contact-img.show .img-block {
  opacity: 1;
}
.contact-img.show .color-block {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
.contact-img.show .img-block {
  -webkit-transform: translateX(0) skew(0);
      -ms-transform: translateX(0) skew(0);
          transform: translateX(0) skew(0);
}
.contact-form {
  margin-left: auto;
  margin-right: 14%;
  max-width: 830px;
  width: 43%;
  padding: 100px 65px 120px;
  background-color: #f3f3f3;
}
.contact-form .text {
  padding-bottom: 13px;
}
.contact-form .text span {
  font-size: 1.75rem;
  font-family: "QUESTION", "CenturyGothicBold", "Microsoft JhengHei Bold";
  line-height: 1.1;
}
.contact-form .text span:last-child::before {
  content: ", ";
}
.contact-form > p {
  font-size: 0.875rem;
  letter-spacing: 0.45px;
  line-height: 1.8;
  margin-bottom: 6px;
}
@media only screen and (max-width: 1700px) {
  .contact-form {
    padding-left: 100px;
    padding-right: 100px;
    margin-right: 10%;
  }
}
@media only screen and (max-width: 1500px) {
  .contact-form {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .contact-form {
    width: 70%;
    margin: 160px auto 0;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .contact-form {
    margin: 120px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .contact-form {
    width: 90%;
    padding: 60px 30px;
  }
}
.contact-form.waypoint {
  opacity: 0;
  -webkit-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.contact-form.show {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/*# sourceMappingURL=contact.css.map */