@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@400;700&display=swap");
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th {
  font-family: Arial, Helvetica, 'Microsoft JhengHei', sans-serif !important;
}

img,
object,
embed,
video {
  max-width: 100%;
}

.ie6 img {
  width: 100%;
}

body {
  color: #000;
  font-size: 15px;
  min-width: 320px;
  background: #eeeeee;
  overflow-x: hidden;
}

.cp-tips {
  width: 100%;
  line-height: 1.6;
  text-align: center;
  color: #996600;
  background-color: #ffefc6;
  padding: 10px;
  font-size: 16px;
}

.cp-tips p {
  margin: 0;
}

.cp-tips a {
  color: #f75c61;
  text-decoration: underline;
}

.cp-tips .cp-tips-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 22px;
  height: 22px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
}

.cp-tips .cp-tips-close:before {
  content: '';
  position: absolute;
  width: 100%;
  border-top: 1px solid #996600;
  top: 50%;
  left: 0;
}

.cp-tips .cp-tips-close:after {
  content: '';
  position: absolute;
  height: 100%;
  border-left: 1px solid #996600;
  top: 0;
  left: 50%;
}

.all-content {
  width: 100%;
  position: relative;
  margin: 0 auto;
  font-size: 1.1em;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

p {
  line-height: 1.6;
}

.pt-0,
.p-0,
.py-0 {
  padding-top: 0px;
}

.pb-0,
.p-0,
.py-0 {
  padding-bottom: 0px;
}

.pl-0,
.p-0,
.px-0 {
  padding-left: 0px;
}

.pr-0,
.p-0,
.px-0 {
  padding-right: 0px;
}

.mt-0,
.m-0,
.my-0 {
  margin-top: 0px;
}

.mb-0,
.m-0,
.my-0 {
  margin-bottom: 0px;
}

.ml-0,
.m-0,
.mx-0 {
  margin-left: 0px;
}

.mr-0,
.m-0,
.mx-0 {
  margin-right: 0px;
}

.pt-1,
.p-1,
.py-1 {
  padding-top: 10px;
}

.pb-1,
.p-1,
.py-1 {
  padding-bottom: 10px;
}

.pl-1,
.p-1,
.px-1 {
  padding-left: 10px;
}

.pr-1,
.p-1,
.px-1 {
  padding-right: 10px;
}

.mt-1,
.m-1,
.my-1 {
  margin-top: 10px;
}

.mb-1,
.m-1,
.my-1 {
  margin-bottom: 10px;
}

.ml-1,
.m-1,
.mx-1 {
  margin-left: 10px;
}

.mr-1,
.m-1,
.mx-1 {
  margin-right: 10px;
}

.pt-2,
.p-2,
.py-2 {
  padding-top: 20px;
}

.pb-2,
.p-2,
.py-2 {
  padding-bottom: 20px;
}

.pl-2,
.p-2,
.px-2 {
  padding-left: 20px;
}

.pr-2,
.p-2,
.px-2 {
  padding-right: 20px;
}

.mt-2,
.m-2,
.my-2 {
  margin-top: 20px;
}

.mb-2,
.m-2,
.my-2 {
  margin-bottom: 20px;
}

.ml-2,
.m-2,
.mx-2 {
  margin-left: 20px;
}

.mr-2,
.m-2,
.mx-2 {
  margin-right: 20px;
}

.pt-3,
.p-3,
.py-3 {
  padding-top: 30px;
}

.pb-3,
.p-3,
.py-3 {
  padding-bottom: 30px;
}

.pl-3,
.p-3,
.px-3 {
  padding-left: 30px;
}

.pr-3,
.p-3,
.px-3 {
  padding-right: 30px;
}

.mt-3,
.m-3,
.my-3 {
  margin-top: 30px;
}

.mb-3,
.m-3,
.my-3 {
  margin-bottom: 30px;
}

.ml-3,
.m-3,
.mx-3 {
  margin-left: 30px;
}

.mr-3,
.m-3,
.mx-3 {
  margin-right: 30px;
}

.pt-4,
.p-4,
.py-4 {
  padding-top: 40px;
}

.pb-4,
.p-4,
.py-4 {
  padding-bottom: 40px;
}

.pl-4,
.p-4,
.px-4 {
  padding-left: 40px;
}

.pr-4,
.p-4,
.px-4 {
  padding-right: 40px;
}

.mt-4,
.m-4,
.my-4 {
  margin-top: 40px;
}

.mb-4,
.m-4,
.my-4 {
  margin-bottom: 40px;
}

.ml-4,
.m-4,
.mx-4 {
  margin-left: 40px;
}

.mr-4,
.m-4,
.mx-4 {
  margin-right: 40px;
}

.pt-5,
.p-5,
.py-5 {
  padding-top: 50px;
}

.pb-5,
.p-5,
.py-5 {
  padding-bottom: 50px;
}

.pl-5,
.p-5,
.px-5 {
  padding-left: 50px;
}

.pr-5,
.p-5,
.px-5 {
  padding-right: 50px;
}

.mt-5,
.m-5,
.my-5 {
  margin-top: 50px;
}

.mb-5,
.m-5,
.my-5 {
  margin-bottom: 50px;
}

.ml-5,
.m-5,
.mx-5 {
  margin-left: 50px;
}

.mr-5,
.m-5,
.mx-5 {
  margin-right: 50px;
}

.pt-6,
.p-6,
.py-6 {
  padding-top: 60px;
}

.pb-6,
.p-6,
.py-6 {
  padding-bottom: 60px;
}

.pl-6,
.p-6,
.px-6 {
  padding-left: 60px;
}

.pr-6,
.p-6,
.px-6 {
  padding-right: 60px;
}

.mt-6,
.m-6,
.my-6 {
  margin-top: 60px;
}

.mb-6,
.m-6,
.my-6 {
  margin-bottom: 60px;
}

.ml-6,
.m-6,
.mx-6 {
  margin-left: 60px;
}

.mr-6,
.m-6,
.mx-6 {
  margin-right: 60px;
}

.text-center {
  text-align: center;
}

.d-block {
  display: block;
}

.container {
  width: 1010px;
  max-width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.row > [class^="col-"] {
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.row.smmargin {
  margin-left: -5px;
  margin-right: -5px;
}

.row.smmargin > [class^="col-"] {
  padding-left: 5px;
  padding-right: 5px;
}

.row .col-2 {
  width: 16.66%;
}

.row .col-3 {
  width: 25%;
}

.row .col-4 {
  width: calc(100% / 3);
}

.row .col-5 {
  width: 41.66%;
}

.row .col-6 {
  width: 50%;
}

.row .col-8 {
  width: calc(100% * 2 / 3);
}

.row .col-7 {
  width: 58.34%;
}

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

.n_header {
  position: relative;
  background: #fff;
  padding: 10px 0;
  width: 100%;
  z-index: 2;
}

.n_header .n_header-in {
  width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.n_header .n_twlogo img {
  width: 120px;
  height: 24px;
}

.n_header .n_twlogo.jr img {
  position: relative;
  top: 1px;
  width: 99px;
  height: 32px;
}

.n_header span {
  height: 18px;
  display: inline-block;
  vertical-align: middle;
  border-right: 1px solid #010f9f;
  margin: 0 10px;
}

.main_top {
  width: 100%;
  height: 450px;
  border-top: 6px solid #afafaf;
  border-bottom: 6px solid #586ffd;
  background: #ece2d9 url(../images/bg_xl.jpg) no-repeat center bottom;
  background-size: cover;
}

.main_content {
  text-align: center;
  width: 600px;
  max-width: 100%;
  margin: 40px auto;
  padding: 20px;
}

.main_content h2 {
  font-size: 1.4em;
  color: #465efd;
  line-height: 1.4;
}

.main_content h3 {
  font-size: 1.1em;
  color: #666;
  margin: 5px 0 20px;
}

.newfooter {
  height: auto !important;
}

.code-section .box {
  background: #fff;
  border: 1px solid #dcdcdc;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}

.code-section .form-input {
  float: none;
  border-radius: 50em;
}

.code-section .next {
  display: block;
  width: 50%;
  margin: 0 auto 3em;
  text-align: center;
  background: #455dfd;
  color: #fff;
  border-radius: 50em;
  line-height: 45px;
  cursor: pointer;
}

.code-section .next:hover {
  background: #000;
}

.code-section h4 {
  text-align: center;
  margin-bottom: 10px;
}

.code-section .oops {
  text-align: center;
  margin-top: 10px;
  display: none;
}

.p-note {
  font-size: 14px;
  color: #999;
  margin-top: 30px;
}

.feature {
  color: #fff;
  padding-bottom: 4em;
  background: #070a17;
}

.feature .inner_title {
  position: relative;
  background: #99e6d8;
  padding: 20px;
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 4em;
  letter-spacing: .1em;
  color: #070a17;
}

.feature .inner_title:after {
  content: '';
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 25px;
  border-color: #99e6d8 transparent transparent transparent;
  margin-left: -25px;
}

.feature .inner {
  width: 700px;
  max-width: calc(100% - 40px);
  margin: 0 auto;
}

.feature .box {
  margin-bottom: 30px;
}

.feature .box:nth-child(even) .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.feature .txt {
  padding: 40px 30px;
}

.feature .txt h3 {
  font-size: 1.4em;
  color: #99e6d8;
}

.feature .txt h3 b {
  font-size: 2em;
  margin-right: 15px;
  font-family: 'Oswald', sans-serif !important;
}

.feature .txt p {
  text-align: justify;
}

.mfp-container {
  padding: 0;
}

#ans_pop {
  position: relative;
  width: 600px;
  max-width: 95%;
  margin: 40px auto;
  border: 4px solid #b7936a;
  padding: 40px;
  background: #1f2c76;
  background: -webkit-gradient(linear, left top, left bottom, from(#1f2c76), to(#0f1735));
  background: linear-gradient(180deg, #1f2c76 0%, #0f1735 100%);
  color: #fff;
  text-align: center;
}

#ans_pop .link {
  border: 1px solid #b7936a;
  padding: 30px 20px;
  margin: 30px 0;
}

#ans_pop .link .link__a {
  display: inline-block;
  text-align: left;
}

#ans_pop .btm {
  color: #ccc;
}

#ans_pop a {
  color: #b7936a;
  text-decoration: underline;
}

@media only screen and (max-width: 1000px) {
  .main_top {
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    background-size: cover;
  }
}

@media only screen and (max-width: 900px) {
  .all-content {
    font-size: 1em;
  }
}

@media only screen and (max-width: 768px) {
  .n_header .n_twlogo.abc img {
    width: 90px;
    height: 18px;
  }
  .n_header .n_twlogo.jr img {
    top: 1px;
    width: 74px;
    height: 24px;
  }
  .n_header span {
    height: 14px;
    margin: 0 5px;
  }
}

@media only screen and (max-width: 576px) {
  .main_top {
    border-width: 4px;
  }
  .feature .col-6 {
    width: 100%;
  }
  .feature .txt {
    padding: 0;
    margin-top: 20px;
  }
  .feature .box {
    border: 1px solid #99e6d8;
    padding: 20px;
    border-radius: 15px;
  }
  .feature .box img {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }
  #ans_pop {
    padding: 30px 20px;
    border-width: 2px;
  }
}
