@charset "UTF-8";
/* mixin */ /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
} /* RESET plus */
html, body {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

input, select, option {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* C */
.wrapper {
  position: relative;
  box-sizing: border-box;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper * {
  background-position: center top;
  background-repeat: no-repeat;
  box-sizing: border-box;
  word-break: break-all;
}
.wrapper *:after {
  box-sizing: border-box;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper *:before {
  box-sizing: border-box;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper:after {
  box-sizing: border-box;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper:before {
  box-sizing: border-box;
  background-position: center top;
  background-repeat: no-repeat;
}
.wrapper ul, .wrapper li {
  margin: 0;
  padding: 0;
  border: 0;
}
.wrapper li {
  margin-left: 1.25em;
}
.wrapper p {
  margin: 0 0 1.25em 0;
}
.wrapper a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.wrapper select::-ms-expand {
  display: none;
}
.wrapper.mobile *[data-type=dt] {
  display: none !important;
}
.wrapper.desktop *[data-type=mb] {
  display: none !important;
}
.wrapper.typeBG {
  background-size: 100% auto;
}
.wrapper.typeBG * {
  background-size: 100% auto;
}
.wrapper.typeBG *:after {
  background-size: 100% auto;
}
.wrapper.typeBG *:before {
  background-size: 100% auto;
}
.wrapper.typeBG:after {
  background-size: 100% auto;
}
.wrapper.typeBG:before {
  background-size: 100% auto;
}

@media screen and (max-width: 768px) {
  .wrapper.desktop *[data-type=mb] {
    display: initial !important;
  }
  .wrapper.desktop *[data-type=dt] {
    display: none !important;
  }
}
.btn {
  cursor: pointer;
}

/* desktop */
.wrapper.desktop .btn:hover {
  background-position: center bottom;
}

body.desktop .gbox-btn:hover,
body.desktop .gbox-close:hover {
  background-position: center bottom;
}

/* gama */
.UNI-footer {
  position: relative;
}

@media screen and (max-width: 1000px) {
  #topBar {
    display: none;
  }
}
/* other */
body.ovh {
  overflow: hidden;
}

/* 變數 */
/* 主要 */
html, body {
  background-color: #fff;
}

.wrapper {
  min-height: 100vh;
  letter-spacing: 0.5px;
  min-height: calc(100% - 58px);
}
@media screen and (max-width: 768px) {
  .wrapper {
    min-height: calc(100% - 48px);
    letter-spacing: 0.1302083333vw;
  }
}
.wrapper .notice {
  color: #D80000;
}
.wrapper .header {
  position: relative;
  width: 100%;
  height: 70px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .wrapper .header {
    height: 18.2291666667vw;
  }
}
.wrapper .header a.logo {
  position: absolute;
  width: 188px;
  height: 34px;
  left: 5%;
  top: 50%;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .wrapper .header a.logo {
    width: 44.2708333333vw;
    height: 12.7604166667vw;
    top: 65%;
    left: 45%;
    transform: translate(-50%, -50%);
  }
}
.wrapper .header a.logo img {
  width: 234px;
  height: auto;
}
.wrapper .main {
  padding-bottom: 50px;
  position: relative;
  width: 708px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .wrapper .main {
    width: 100%;
    padding: 7.8125vw;
  }
}
.wrapper .main .title {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5em;
  color: #FF8300;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .wrapper .main .title {
    font-size: 6.25vw;
    margin-bottom: 3.90625vw;
  }
}
.wrapper .main .description {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6em;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .wrapper .main .description {
    font-size: 3.90625vw;
    margin-bottom: 7.8125vw;
  }
}
.wrapper .form {
  font-size: 0;
}
.wrapper .form .input-row {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row {
    padding-bottom: 2.6041666667vw;
    margin-bottom: 5.2083333333vw;
  }
}
.wrapper .form .input-row .input-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row .input-title {
    font-size: 4.6875vw;
    margin-bottom: 1.3020833333vw;
  }
}
.wrapper .form .input-row label.input-label {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row label.input-label {
    width: 100%;
    margin-bottom: 1.3020833333vw;
  }
}
.wrapper .form .input-row label.input-label .input {
  display: block;
  box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 10px 15px;
  width: 290px;
  height: 44px;
  border: 1px solid #CCC;
  border-radius: 4px;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  outline: none;
}
.wrapper .form .input-row label.input-label .input::-moz-placeholder {
  color: #CCC;
  opacity: 1;
}
.wrapper .form .input-row label.input-label .input:-ms-input-placeholder {
  color: #CCC;
  opacity: 1;
}
.wrapper .form .input-row label.input-label .input::placeholder {
  color: #CCC;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row label.input-label .input {
    padding: 2.6041666667vw 3.90625vw;
    width: 100%;
    height: 11.4583333333vw;
    border-width: 0.2604166667vw;
    border-radius: 1.0416666667vw;
    font-size: 3.90625vw;
    line-height: 6.5104166667vw;
  }
}
.wrapper .form .input-row label.input-label .input:focus, .wrapper .form .input-row label.input-label .input:active {
  border: 1px solid #CCC;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row label.input-label .input:focus, .wrapper .form .input-row label.input-label .input:active {
    border-width: 0.2604166667vw;
  }
}
.wrapper .form .input-row .input-text {
  font-weight: 400;
  font-size: 13px;
  line-height: 20px;
  height: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row .input-text {
    font-size: 3.3854166667vw;
    line-height: 5.2083333333vw;
    height: 5.2083333333vw;
  }
}
.wrapper .form .input-row .input-text.error {
  color: #D80000;
  display: none;
}
.wrapper .form .input-row .check-row {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row .check-row {
    display: block;
    margin-bottom: 1.3020833333vw;
  }
}
.wrapper .form .input-row .check-row .check-img {
  display: inline-block;
  vertical-align: middle;
  width: 134px;
  height: 40px;
  margin-left: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row .check-row .check-img {
    width: 34.8958333333vw;
    height: 10.4166666667vw;
    margin-left: 0;
  }
}
.wrapper .form .input-row .check-row .check-img img {
  width: 100%;
  height: auto;
}
.wrapper .form .input-row .check-row .btn-refresh {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: none;
  background-color: transparent;
  margin-left: 5px;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  .wrapper .form .input-row .check-row .btn-refresh {
    width: 10.4166666667vw;
    height: 10.4166666667vw;
    margin-bottom: 1.3020833333vw;
    font-size: 1.953125vw;
  }
}
.wrapper .form .input-row .check-row .btn-refresh img {
  width: 100%;
  height: auto;
}
.wrapper .form .btn-row .btn-submit {
  padding: 10px 15px;
  background: #FF8300;
  border-radius: 4px;
  border: none;
  font-weight: 700;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .wrapper .form .btn-row .btn-submit {
    padding: 2.6041666667vw 3.90625vw;
    border-radius: 1.0416666667vw;
    font-size: 3.90625vw;
  }
}




/*****************************************************************************************/

html, body {
  height: 100%;
}

body, input, button, textarea, select, optgroup {
  font-family: "PingFangTC-Regular", "Heiti TC", "Noto Sans TC", "Microsoft JhengHei", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1;
}

body {
  line-height: 1.5;
}

input, button, textarea, select, optgroup {
  padding: 0;
  margin: 0;
  outline: none;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: none;
  display: inline-block;
}

h2 {
  margin: 0 0 15px 0;
  color: #ff8300;
  font-size: 24px;
  font-weight: bold;
}

h4 {
  margin: 0 0 4px 0;
  font-size: 18px;
  font-weight: bold;
}

p {
  margin: 0 0 18px 0;
}

em {
  color: #ff8300;
  font-style: normal;
}

a {
  color: #ff8300;
  text-decoration: none;
}

input[type=tel], input[type=text] {
  width: 290px;
  height: 44px;
  padding: 0 0 0 10px;
  margin: 0 5.5px 10px 0;
  border-radius: 4px;
  border: 1px solid #ccc;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type=tel].input-otp, input[type=text].input-otp {
  width: 40px;
  padding: 0;
  font-weight: bold;
  font-size: 20px;
  font-family: monospace;
  text-align: center;
}

input[type=tel].input-phone.correct, input[type=text].input-phone.correct {
  background: url(img/icon-input-correct.png) top 50% right 10px/16px 16px no-repeat;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}

input:-ms-input-placeholder {
  /*IE要分開寫*/
  color: #ccc;
}

.btn {
  padding: 0 15px;
  margin-right: 4px;
  color: #FFFFFF;
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 44px;
  outline: 0;
  border: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ff8300;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: inline-block;
}

.btn.disabled {
  background: #ccc;
  cursor: default;
}

.btn-send-phone {
  width: 136px;
  padding: 0;
}

ol, ul {
  padding: 0 0 0 30px;
  margin: 0;
}

ol li, ul li {
  margin-bottom: 12px;
}

ol.custom {
  list-style: none;
  counter-reset: num;
}

ol.custom li {
  counter-increment: num;
  text-indent: -30px;
}

ol.custom li:before {
  content: counter(num);
  width: 22px;
  height: 22px;
  margin-right: 8px;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  text-indent: 0;
  background: #ff8300;
  color: #fff;
  border-radius: 100%;
  display: inline-block;
}

table {
  width: 100%;
  margin-bottom: 15px;
  border-collapse: collapse;
  table-layout: fixed;
  text-align: center;
}

table caption {
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px 0;
  text-align: left;
}

table td, table th {
  padding: 6px 16px;
  border: 1px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

table th {
  background: #eee;
  font-weight: normal;
}

table tr:first-child th {
  font-weight: bold;
}

.otp-brief tr:first-child th ~ th {
  width: 140px;
}

.header {
  height: 68px;
  margin-bottom: 25px;
  border-bottom: 2px solid #ff8300;
  position: relative;
}

.container {
  min-height: calc(100% - 58px);
}

.content {
  width: 708px;
  padding-bottom: 50px;
  margin: 0 auto;
}

.content .hint-block {
  margin-bottom: 4px;
  font-size: 13px;
  color: #8A8A8A;
  display: block;
}

.content .hint-block.alert {
  color: #D80000;
}

.content .row {
  margin-bottom: 18px;
}

.content .row > * {
  display: inline-block;
}

.content .row .error, .content .row .error2 {
  margin-bottom: 4px;
  color: #D80000;
  font-size: 13px;
  display: none;
}

.content .addl-block a, .link-style-type2{
  color: #3b3b3b;
  text-decoration: underline;
}
.content .row-otp br+.btn-send-otp{
  width: 290px;
}

.content .otp-misc{
  width: 290px;
  margin: 0 auto;
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}

#gbox .gbox-wrap {
  width: auto;
  max-width: 640px;
  min-width: 320px;
  padding: 30px;
  margin: 50px 30px 30px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#gbox .gbox-wrap .gbox-title {
  font-size: 18px;
  padding: 0;
  margin: 0 0 20px 0;
}

#gbox .gbox-wrap .gbox-content {
  padding: 0;
  font-size: 15px;
  text-align: left;
}

#gbox .gbox-wrap .gbox-content img[src*=icon-] {
  width: 66px;
}

#gbox .gbox-wrap .gbox-content em {
  color: red;
}

#gbox .gbox-wrap .gbox-content *:last-child{
  margin-bottom: 0;
}

#gbox .gbox-wrap .gbox-close {
  width: 46px;
  height: 46px;
  font-size: 0;
  top: -46px;
  background: url(img/close.png) 50% 50%/22px 22px no-repeat;
}

#gbox .gbox-wrap .gbox-action {
  padding-top: 15px;
}

#gbox .gbox-wrap .gbox-action .gbox-btn {
  padding: 10px 15px;
  margin: 0 5px;
  font-size: 15px;
  font-weight: bold;
}

#gbox.text-center .gbox-wrap .gbox-content {
  text-align: center;
}

#divCaptchaImage {
  vertical-align: middle;
}

.cross-man{
  width: 240px;
}

/****************Media Query****************/
@media screen and (min-width: 769px) {
  /*大於等於769px*/
  .UNI-footer .inner-wrap {
    height: 58px;
  }
}

@media screen and (max-width: 768px) {
  /*小於等於768px*/
  .UNI-footer .inner-wrap {
    height: auto;
  }
  body, input, button, textarea, select, optgroup {
    font-size: 4vw;
  }
  h2 {
    margin: 0 0 4vw 0;
    font-size: 6.4vw;
  }
  h4 {
    margin: 0 0 1.06667vw 0;
    font-size: 4.8vw;
  }
  p {
    margin: 0 0 4.8vw 0;
  }
  input[type=tel] {
    width: 100%;
    height: 11.73333vw;
    padding: 0 0 0 2.66667vw;
    margin: 0 0 2.66667vw 0;
    border-radius: 1.06667vw;
    border: 0.26667vw solid #ccc;
  }
  input[type=tel].input-otp {
    width: 12vw;
    font-size: 5.33333vw;
  }
  input[type=tel].input-phone.correct {
    background: url(img/icon-input-correct.png) top 50% right 2.66667vw/4.26667vw 4.26667vw no-repeat;
  }
  .btn {
    width: 100%;
    padding: 0 4vw;
    margin: 2.66667vw 0;
    font-size: 4vw;
    line-height: 11.73333vw;
    border-radius: 1.06667vw;
  }
  .content .row-otp br+.btn-send-otp{
    width: 100%;
  }
  .btn-send-phone {
    width: 100%;
  }
  ol, ul {
    padding: 0 0 0 8vw;
    margin: 0;
  }
  ol li, ul li {
    margin-bottom: 3.2vw;
  }
  ol.custom li {
    text-indent: -vw(30);
  }
  ol.custom:before {
    width: 5.86667vw;
    height: 5.86667vw;
    margin-right: 2.13333vw;
    line-height: 5.86667vw;
  }
  table {
    margin-bottom: 4vw;
    font-size: 3.46667vw;
  }
  table caption {
    font-size: 4.8vw;
    padding: 0 0 1.33333vw 0;
  }
  table td, table th {
    padding: 1.33333vw 2.66667vw;
  }
  .otp-brief tr:first-child th ~ th {
    width: 25.33333vw;
  }
  .container{
    min-height: calc(100% - 48px);
  }
  .header {
    height: 18.13333vw;
    margin-bottom: 6.66667vw;
    border-bottom: 0.53333vw solid #ff8300;
  }
  .header .logo {
    width: 40.26667vw;
    height: 7.73333vw;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .content {
    width: 84vw;
    padding-bottom: 16vw;
    margin: 0 auto;
  }
  .content .hint-block {
    margin-bottom: 1.06667vw;
    font-size: 3.46667vw;
  }
  .content .row {
    margin: 0 0 6.4vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .content .row .addl-block {
    width: 100%;
    text-align: center;
  }
  .content .row .code-group {
    width: 100%;
  }
  .content .row .error, .content .row .error2 {
    width: 100%;
    padding: 0;
    margin: 0 0 1.06667vw 0;
    font-size: 3.46667vw;
  }
  .content .row.row-phone input[type=tel] {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .content .row.row-phone .error {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content .row.row-phone .error2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content .row.row-phone .btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .content .row.row-phone .addl-block {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .content .row.row-otp .code-group {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .content .row.row-otp .error {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .content .row.row-otp .error2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .content .row.row-otp .btn {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .content .otp-misc{
    width: 100%;
    padding-top: 2vw;
    order: 4;
  }
  #gbox .gbox-wrap {
    min-width: 85.33333vw;
    padding: 6.66667vw;
    margin: 13.33333vw 6.66667vw 6.66667vw 6.66667vw;
  }
  #gbox .gbox-wrap .gbox-title {
    font-size: 4.8vw;
    margin: 0 0 5.33333vw 0;
  }
  #gbox .gbox-wrap .gbox-content {
    font-size: 4vw;
  }
  #gbox .gbox-wrap .gbox-content img[src*=icon-] {
    width: 17.6vw;
  }
  #gbox .gbox-wrap .gbox-close {
    width: 12.26667vw;
    height: 12.26667vw;
    top: -12.26667vw;
    background: url(img/close.png) 50% 50%/5.86667vw 5.86667vw no-repeat;
  }
  #gbox .gbox-wrap .gbox-action {
    padding-top: 4vw;
  }
  #gbox .gbox-wrap .gbox-action .gbox-btn {
    padding: 2.66667vw 4vw;
    margin: 0 1.33333vw;
    font-size: 4vw;
  }
  .cross-man{
    width: 70vw;
  }
  .hide-br br{
    display: none;
  }
}