@charset "UTF-8";
#member {
  /*font-family: MSIBodyFont, "Microsoft JhengHei", "微軟正黑體", sans-serif;*/
  font-size: 18px;
  color: #222;
  position: relative;
  line-height: 1.5; }
  #member * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  #member select, #member button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
  #member .container {
    width: 90%;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
  #member h1 {
    font-size: 32.5px;
    color: #222; }
  #member .error {
    color: #EA2023; }
  #member .btsty-fb {
    color: #fff;
    background: #3e5294;
    border: transparent 1px solid; }
    #member .btsty-fb:hover {
      color: #3e5294;
      background: #fff;
      border-color: #3e5294; }
  #member .btsty-google {
    color: #fff;
    background: #ea4335;
    border: transparent 1px solid; }
    #member .btsty-google:hover {
      color: #ea4335;
      background: #fff;
      border-color: #ea4335; }
  #member .btsty-twitter {
    color: #fff;
    background: #41cff6;
    border: transparent 1px solid; }
    #member .btsty-twitter:hover {
      color: #41cff6;
      background: #fff;
      border-color: #41cff6; }
  #member .btsty-ig {
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#f5a33d), color-stop(20%, #f06231), color-stop(65%, #d12a58), to(#612ac6));
    background: -webkit-linear-gradient(left, #f5a33d 0%, #f06231 20%, #d12a58 65%, #612ac6 100%);
    background: -o-linear-gradient(left, #f5a33d 0%, #f06231 20%, #d12a58 65%, #612ac6 100%);
    background: linear-gradient(left, #f5a33d 0%, #f06231 20%, #d12a58 65%, #612ac6 100%);
    border: #fff 1px solid; }
    #member .btsty-ig:hover {
      color: #f5a33d;
      background: #fff;
      border-color: #f5a33d; }
  #member .btsty, #member a.btsty {
    background: #EA2023;
    border: #EA2023 1px solid;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    border-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #member .btsty i, #member a.btsty i {
      font-size: 16px; }
    #member .btsty:hover, #member a.btsty:hover {
      background: none;
      color: #EA2023; }
  #member .btsty-gray {
    background: #999;
    border: #999 1px solid;
    padding: 10px 25px;
    color: #fff;
    font-size: 16px;
    text-align: left;
    border-radius: 5px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #member .btsty-gray i {
      font-size: 16px; }
    #member .btsty-gray:hover {
      background: none;
      color: #999; }
  #member .btsty-grayw {
    background: none;
    border: #999 1px solid;
    color: #666;
    font-size: 16px;
    display: inline-block;
    outline: none;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin: 0;
    line-height: 1; }
    #member .btsty-grayw i {
      margin-right: 5px;
      font-size: 14px; }
    #member .btsty-grayw:hover {
      background: #999;
      color: #fff; }
  #member .btsty-reg {
    background: none;
    color: #EA2023;
    border: #EA2023 1px solid;
    padding: 10px 25px;
    text-align: left;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #member .btsty-reg i {
      font-size: 90%; }
    #member .btsty-reg:hover {
      background: #EA2023;
      color: #fff; }
  #member .btcenter {
    padding-top: 20px;
    text-align: center; }
  #member .form-group .item {
    margin-bottom: 30px; }
    #member .form-group .item .note {
      padding-top: 5px;
      margin-top: 0;
      color: #666;
      font-size: 16px; }
  #member .form-group label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px; }
  #member .form-group .field .error {
    padding-top: 10px;
    font-size: 16px; }
  #member .form-group .field .formsty:not(:first-child) {
    margin-top: 8px; }
  #member .formsty {
    border: #ccc 1px solid;
    padding: 15px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #666;
    font-size: 16px; }
  #member select.formsty {
    position: relative;
    padding-right: 20px;
    background: url(../images/select-icon.png) right center no-repeat; }
  #member .star {
    color: #EA2023;
    margin-left: 3px; }
  #member .radiosty {
    padding-top: 10px; }
    #member .radiosty li {
      display: inline-block;
      margin-right: 25px; }
    #member .radiosty input[type="radio"] {
      display: none; }
      #member .radiosty input[type="radio"] + label {
        position: relative;
        padding-left: 22px;
        cursor: pointer; }
        #member .radiosty input[type="radio"] + label:before {
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          border-radius: 15px;
          border: #999 1px solid;
          vertical-align: middle;
          position: absolute;
          top: 0;
          left: 0; }
      #member .radiosty input[type="radio"]:checked + label:before {
        border-color: #EA2023; }
      #member .radiosty input[type="radio"]:checked + label:after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 11px;
        border-radius: 11px;
        background: #EA2023;
        position: absolute;
        top: 3px;
        left: 3px; }
  #member .checksty li {
    padding-bottom: 10px; }
  #member .checksty input[type="checkbox"] {
    display: none; }
    #member .checksty input[type="checkbox"] + label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.4; }
      #member .checksty input[type="checkbox"] + label:before {
        content: "";
        display: inline-block;
        width: 15px;
        height: 15px;
        border: #999 1px solid;
        margin-right: 10px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
        flex: 0 0 15px;
        border-radius: 3px;
        margin-top: 3px; }
    #member .checksty input[type="checkbox"]:checked + label:before {
      border-color: #EA2023;
      background: url(../images/icon-check.png) center center no-repeat ;
      background-size: cover;
      background-color: #EA2023; }
  #member .checkstyopt {
    display: none; }
    #member .checkstyopt + label {
      margin-top: 10px;
      position: relative;
      cursor: pointer; }
      #member .checkstyopt + label:before {
        content: "";
        display: block;
        background: -webkit-gradient(linear, left top, right top, from(#eee), color-stop(#ccc), to(#ddd));
        background: -webkit-linear-gradient(left, #eee, #ccc, #ddd);
        background: -o-linear-gradient(left, #eee, #ccc, #ddd);
        background: linear-gradient(left, #eee, #ccc, #ddd);
        width: 60px;
        height: 30px;
        border-radius: 30px;
        position: relative;
        -webkit-box-shadow: #999 1px 1px 3px inset;
        box-shadow: #999 1px 1px 3px inset; }
      #member .checkstyopt + label:after {
        content: "";
        display: block;
        width: 28px;
        height: 26px;
        border-radius: 28px;
        background: #fff;
        position: absolute;
        top: 2px;
        left: 2px;
        -webkit-transition: 0.5s all ease;
        -o-transition: 0.5s all ease;
        transition: 0.5s all ease; }
    #member .checkstyopt:checked + label:before {
      background: -webkit-gradient(linear, left top, right top, from(#EA2023), color-stop(#f00), to(#c00));
      background: -webkit-linear-gradient(left, #EA2023, #f00, #c00);
      background: -o-linear-gradient(left, #EA2023, #f00, #c00);
      background: linear-gradient(left, #EA2023, #f00, #c00);
      -webkit-box-shadow: #300 1px 1px 3px inset;
      box-shadow: #300 1px 1px 3px inset; }
    #member .checkstyopt:checked + label:after {
      left: 30px; }
  #member .msgtxt {
    padding-bottom: 25px;
    text-align: center; }
    #member .msgtxt p {
      padding-bottom: 20px; }
    #member .msgtxt .note {
      color: #c00; }
  #member .noticebox {
    background: #fafafa;
    padding: 20px 20px 40px; }
    #member .noticebox .btcenter h3 {
      padding-bottom: 15px;
      color: #666;
      font-size: 20px; }
    #member .noticebox .btcenter a, #member .noticebox .btcenter button {
      margin: 0 auto;
      width: auto; }
  #member .txtcenter {
    text-align: center; }
  #member .pswd-strength {
    padding-top: 15px;
    display: none; }
    #member .pswd-strength ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      max-width: 500px; }
      #member .pswd-strength ul li {
        display: inline-block;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-right: 2px;
        position: relative; }
        #member .pswd-strength ul li:before {
          content: "";
          display: block;
          width: 100%;
          height: 4px;
          background: #ccc;
          position: relative;
          z-index: 0; }
        #member .pswd-strength ul li:after {
          content: "";
          display: block;
          width: 0%;
          height: 4px;
          position: absolute;
          z-index: 1;
          top: 0;
          left: 0; }
        #member .pswd-strength ul li span {
          font-size: 12px;
          color: #666; }
        #member .pswd-strength ul li:nth-child(1).on:before {
          background: #f00; }
        #member .pswd-strength ul li:nth-child(2).on:before {
          background: #f90; }
        #member .pswd-strength ul li:nth-child(3).on:before {
          background: #390; }
      #member .pswd-strength ul.week li:after {
        width: 100%; }
      #member .pswd-strength ul.week li:nth-child(1):after {
        background: #f00; }
      #member .pswd-strength ul.mediocre li:after {
        width: 100%; }
      #member .pswd-strength ul.mediocre li:nth-child(1):after {
        background: #f00; }
      #member .pswd-strength ul.mediocre li:nth-child(2):after {
        background: #f90; }
      #member .pswd-strength ul.strong li:after {
        width: 100%; }
      #member .pswd-strength ul.strong li:nth-child(1):after {
        background: #f00; }
      #member .pswd-strength ul.strong li:nth-child(2):after {
        background: #f90; }
      #member .pswd-strength ul.strong li:nth-child(3):after {
        background: #390; }
  #member .commom-box .box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #member .commom-box .box__row .box__col {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  #member .commom-box__sp .box__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    #member .commom-box__sp .box__row .box__col {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
      padding: 10px; }
  @media screen and (max-width: 1536px) {
    #member .container {
      max-width: 1200px; } }
  @media screen and (max-width: 960px) {
    #member h1 {
      font-size: 28px; }
    #member .commom-box .box__row, #member .commom-box__sp .box__row {
      display: block; } }

/*.member-login*/
.member-login {
  background: #f1f1f1;
  position: relative;
  overflow: hidden;
  padding: 4% 0 4%;
  color: #666; }
  .member-login .bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 55%;
    left: 22.5%; }
  .member-login .container {
    position: relative;
    z-index: 1; }
  .member-login header {
    text-align: center;
    width: 100%;
    text-align: center;
    padding-bottom: 4%; }
  .member-login h3 {
    font-size: 20px;
    color: #222; }
    .member-login h3 a {
      color: #222; }
      .member-login h3 a:hover {
        color: #EA2023;
        text-decoration: underline; }
  .member-login p {
    padding: 10px 0 15px; }
  .member-login .content-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 2% 0; }
    .member-login .content-box:after {
      content: "";
      display: block;
      background: #ccc;
      position: absolute;
      width: 1px;
      height: 100%;
      top: 0;
      left: 50%; }
  .member-login .loginbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
    .member-login .loginbox .bt {
      padding-top: 15px; }
  .member-login .field {
    padding-top: 12px; }
  .member-login .captcha {
    padding-top: 12px;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .member-login .captcha img {
      width: 45%;
      margin-right: 20px; }
    .member-login .captcha span {
      padding-bottom: 5px;
      display: block;
      cursor: pointer; }
      .member-login .captcha span img {
        width: 18px;
        margin-right: 5px;
        vertical-align: middle; }
      .member-login .captcha span:hover {
        color: #333; }
  .member-login .ortherbox {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%; }
    .member-login .ortherbox .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-bottom: 45px; }
    .member-login .ortherbox .icon {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
      flex: 0 0 50px;
      margin-right: 30px; }
  .member-login .btsty-reg {
    width: 55%; }
  .member-login .social-login {
    margin-top: 25px;
    border-top: #ccc 1px solid;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 15px;
    font-size: 14px;
    text-transform: uppercase; }
    .member-login .social-login img {
      opacity: .9;
      cursor: pointer; }
      .member-login .social-login img:hover {
        opacity: 1; }
    .member-login .social-login .bts a, .member-login .social-login .bts button {
      margin-left: 5px;
      width: 50px;
      height: 50px;
      border: none;
      background: none;
      text-align: center;
      border-radius: 5px;
      position: relative;
      cursor: pointer; }
      .member-login .social-login .bts a i, .member-login .social-login .bts button i {
        font-size: 20px; }
  @media screen and (max-width: 2560px) {
    .member-login .bg {
      width: 90%;
      left: 5%; } }
  @media screen and (max-width: 1920px) {
    .member-login .bg {
      width: 80%;
      left: 8%;
      opacity: 0.6; }
    .member-login .content-box p {
      font-size: 16px; } }
  @media screen and (max-width: 960px) {
    .member-login .bg {
      width: 100%;
      left: 0%; }
    .member-login .content-box {
      display: block; }
      .member-login .content-box:after {
        display: none; }
    .member-login .loginbox {
      padding-bottom: 5vh; }
      .member-login .loginbox h3, .member-login .loginbox p {
        text-align: center; }
    .member-login .bt-reg {
      width: 100%; }
    .member-login .ortherbox button {
      margin: 0 auto; } }
  @media screen and (max-width: 768px) {
    .member-login {
      padding: 7vh 0; }
      .member-login h1 {
        font-size: 24px; }
      .member-login .bg {
        width: 90%;
        top: 0%; }
      .member-login .social-login {
        display: block;
        text-align: center; }
        .member-login .social-login span {
          display: block;
          padding-bottom: 10px; }
      .member-login .ortherbox {
        padding-top: 2vh; }
        .member-login .ortherbox .item {
          display: block;
          padding: 3vh 0 4vh;
          text-align: center; }
          .member-login .ortherbox .item .icon {
            width: 50px;
            margin: 0 auto 10px; }
      .member-login .btsty-reg {
        margin: 0 auto;
        width: 100%; } }

/*membership*/
.membership {
  text-align: center;
  padding: 3.5% 0 4%; }
  .membership h2 {
    font-size: 32.5px;
    color: #222; }
  .membership .hdbox p {
    color: #666; }
  .membership ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 50px; }
    .membership ul li {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1; }
  .membership .icon img {
    width: 80px; }
  .membership p {
    padding-top: 15px;
    width: 70%;
    margin: 0 auto;
    max-width: auto; }
  @media screen and (max-width: 1920px) {
    .membership {
      padding: 3.5% 0 5%; } }
  @media screen and (max-width: 960px) {
    .membership h2 {
      font-size: 28px; } }
  @media screen and (max-width: 768px) {
    .membership {
      padding: 7vh 0; }
      .membership h2 {
        font-size: 24px; }
      .membership ul {
        display: block; }
        .membership ul li {
          padding: 3vh 0 4vh;
          display: inline-block;
          vertical-align: top;
          width: 45%; }
          .membership ul li:nth-child(2n) {
            margin-left: 2%; }
      .membership p {
        width: 100%; } }

/*member-register*/
#member .member-register {
  padding: 2.5% 0 4%; }
  #member .member-register .container {
    max-width: 900px; }
  #member .member-register header {
    text-align: center;
    line-height: 2;
    border-bottom: #ccc 1px solid;
    padding-bottom: 25px;
    margin-bottom: 40px; }
    #member .member-register header h1 {
      padding-bottom: 15px; }
  #member .member-register .item-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #member .member-register .item-group .item {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
  #member .member-register ul.check li {
    padding-bottom: 25px; }
  #member .member-register ul.check a {
    cursor: pointer;
    color: #EA2023;
    text-decoration: underline; }
    #member .member-register ul.check a:hover {
      text-decoration: none; }
  #member .member-register .txt {
    padding-left: 28px;
    color: #666;
    font-size: 14px; }
  #member .member-register .captcha {
    padding-top: 10px; }
    #member .member-register .captcha img {
      width: 35%; }
    #member .member-register .captcha span {
      font-size: 16px;
      color: #666; }
  #member .member-register .bt {
    border-top: #ccc 1px solid;
    padding-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #member .member-register .bt a, #member .member-register .bt button {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
      flex: 0 0 48%; }
  #member .member-register .msgbox p {
    padding-bottom: 25px; }
  #member .member-register .msgbox a.btsty {
    width: auto !important;
    margin: 0 auto;
    text-align: center;
    display: inline-block; }

/*faq*/
#member .faq {
  padding: 2.5% 0 4%; }
  #member .faq .container {
    max-width: 1000px; }
  #member .faq header {
    text-align: center;
    line-height: 2;
    border-bottom: #ccc 1px solid;
    padding-bottom: 25px;
    margin-bottom: 40px; }
    #member .faq header h1 {
      padding-bottom: 15px; }
  #member .faq .faq-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    #member .faq .faq-search li {
      margin-right: 10px;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
      flex: 0 0 30%; }
      #member .faq .faq-search li:last-child {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 10%;
        flex: 0 0 10%; }
    #member .faq .faq-search button {
      background: none;
      border: none;
      font-size: 100%;
      padding-bottom: 12px; }
  #member .faq .list-title {
    border-left: #EA2023 3px solid;
    padding: 0 0 0 10px;
    margin: 45px 0 15px;
    text-transform: uppercase;
    font-weight: bold; }
  #member .faq ul.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 15px; }
    #member .faq ul.item li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3 - 15px);
      flex: 0 0 calc(100% / 3 - 15px);
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      border: #ccc 1px solid;
      margin-right: 15px;
      margin-bottom: 15px; }
      #member .faq ul.item li:nth-child(3n) {
        margin-right: 0; }
      #member .faq ul.item li a {
        padding: 15px;
        color: #222; }
      #member .faq ul.item li:hover {
        border-color: #EA2023; }
        #member .faq ul.item li:hover a {
          color: #EA2023; }
      #member .faq ul.item li img {
        width: 65px; }
      #member .faq ul.item li i {
        color: #EA2023;
        font-size: 65px; }
  #member .faq .listtb {
    display: table;
    border-collapse: collapse;
    width: 100%; }
    #member .faq .listtb .tr {
      display: table-row;
      border-bottom: #ccc 1px solid; }
      #member .faq .listtb .tr:hover {
        background: #fafafa; }
    #member .faq .listtb .th, #member .faq .listtb .td {
      display: table-cell;
      padding: 10px; }
      #member .faq .listtb .th:first-child, #member .faq .listtb .td:first-child {
        width: 15%;
        text-align: center; }
    #member .faq .listtb .th {
      background: #eee;
      border-right: #fff 1px solid;
      text-align: center; }
    #member .faq .listtb .td i {
      font-size: 30px; }
    #member .faq .listtb a {
      color: #222; }
      #member .faq .listtb a:hover {
        color: #EA2023; }
  @media screen and (max-width: 960px) {
    #member .faq .faq-search {
      display: block; }
      #member .faq .faq-search li {
        padding-bottom: 10px; }
      #member .faq .faq-search button {
        border: #999 1px solid;
        color: #fff;
        display: inline-block;
        outline: none;
        padding: 10px;
        border-radius: 5px;
        cursor: pointer;
        background: #999;
        margin: 0;
        line-height: 1;
        width: 100%; }
    #member .faq ul.item li {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2 - 15px);
      flex: 0 0 calc(100% / 2 - 15px); }
      #member .faq ul.item li:nth-child(2n) {
        margin-right: 0px; }
      #member .faq ul.item li:nth-child(3n) {
        margin-right: 15px; }
    #member .faq .listtb {
      display: block; }
      #member .faq .listtb .tr {
        display: block;
        border-bottom: #ccc 1px solid; }
      #member .faq .listtb .td {
        display: block;
        text-align: center; }
        #member .faq .listtb .td:first-child {
          width: 100%;
          padding-bottom: 0; }
      #member .faq .listtb .th {
        display: none; }
      #member .faq .listtb a {
        color: #222; }
        #member .faq .listtb a:hover {
          color: #EA2023; } }

#member #faq-detail .item {
  color: #999;
  font-size: 16px;
  padding-bottom: 20px; }
  #member #faq-detail .item li {
    padding-bottom: 8px; }

/*lightbox*/
.lightbox-wrapper {
  /*font-family: MSIBodyFont, "Microsoft JhengHei", "微軟正黑體", sans-serif;*/
  font-size: 16px;
  color: #222;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.4);
  overflow-y: auto;
  display: none;
  padding: 2% 0; }
  .lightbox-wrapper .lightbox {
    border: #ccc 1px solid;
    background: #fff;
    padding: 30px 30px 40px;
    margin: 0 auto;
    width: 90%;
    display: none; }
  .lightbox-wrapper .msgbox {
    max-width: 600px;
    text-align: center; }
    .lightbox-wrapper .msgbox .icon {
      color: #EA2023;
      font-size: 50px; }
  .lightbox-wrapper .contentbox {
    max-width: 1000px; }
  .lightbox-wrapper .close {
    text-align: right;
    padding-bottom: 15px; }
  .lightbox-wrapper .lightbox-close {
    background: none;
    border: none;
    cursor: pointer; }
    .lightbox-wrapper .lightbox-close:before {
      font-family: 'msi-icons';
      content: "\e926";
      display: block; }
    .lightbox-wrapper .lightbox-close:hover:before {
      color: #EA2023; }
  .lightbox-wrapper .lt-title {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px;
    text-align: center; }
  .lightbox-wrapper .regbox h3 {
    font-weight: bold;
    font-size: 24px;
    padding-bottom: 20px; }
  .lightbox-wrapper .regbox p {
    padding-bottom: 15px; }
  .lightbox-wrapper .regbox .bts a, .lightbox-wrapper .regbox .bts button {
    width: 100%;
    padding: 10px 25px;
    text-align: left;
    border-radius: 5px;
    font-size: 16px;
    margin-top: 10px;
    cursor: pointer;
    text-align: center; }
    .lightbox-wrapper .regbox .bts a i, .lightbox-wrapper .regbox .bts button i {
      margin-right: 10px; }
  .lightbox-wrapper .regbox .bts .btsty-reg {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important; }
    .lightbox-wrapper .regbox .bts .btsty-reg i {
      font-size: 18px !important; }
  .lightbox-wrapper .terms .date {
    text-align: center;
    color: #999;
    padding-bottom: 15px; }
  .lightbox-wrapper .terms .termsbox {
    margin-top: 15px; }
    .lightbox-wrapper .terms .termsbox li {
      padding-bottom: 25px;
      line-height: 1.6; }
      .lightbox-wrapper .terms .termsbox li ul {
        margin-left: 30px;
        padding-bottom: 25px; }
        .lightbox-wrapper .terms .termsbox li ul li {
          list-style: decimal;
          padding-bottom: 10px; }
          .lightbox-wrapper .terms .termsbox li ul li ul {
            padding-bottom: 0; }
            .lightbox-wrapper .terms .termsbox li ul li ul li {
              list-style: lower-alpha; }
    .lightbox-wrapper .terms .termsbox span {
      display: block;
      font-weight: bold;
      margin-bottom: 10px;
      border-left: #EA2023 2px solid;
      padding-left: 10px;
      font-size: 110%; }
    .lightbox-wrapper .terms .termsbox p {
      padding-bottom: 15px; }
  .lightbox-wrapper .terms .check {
    margin-top: 25px; }
  .lightbox-wrapper .terms .bt {
    margin-top: 25px;
    text-align: center; }
  .lightbox-wrapper .terms .txt {
    text-align: center;
    border-bottom: #ccc 1px solid;
    padding-bottom: 15px;
    margin-bottom: 30px; }
  .lightbox-wrapper .listtb {
    display: table;
    border-collapse: collapse;
    width: 100%;
    border: #ccc 1px solid;
    margin-bottom: 15px; }
    .lightbox-wrapper .listtb .tr {
      display: table-row; }
      .lightbox-wrapper .listtb .tr:nth-child(2n) {
        background: #eee; }
    .lightbox-wrapper .listtb .th, .lightbox-wrapper .listtb .td {
      display: table-cell;
      padding: 10px; }
    .lightbox-wrapper .listtb .th {
      border-top: #ccc 3px solid;
      border-bottom: #EA2023 1px solid;
      width: 50%; }
      .faq_tag_select{
        margin-block-start: 10px;
    }
    
    .faq_tag_select ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        list-style: none;
        padding: 0;
    }
    .faq_tag_select ul li {
        border: 1px solid red;
        background: red;
        border-radius: 4px;
        box-sizing: border-box;
        color: #fff;
        display: flex;
        margin: 3px 3px 3px 0;
        max-width: 100%;
        text-align: center;
        opacity: .5;
    }
    .faq_tag_select ul li.is-active {
        opacity: 1;
    }
    .faq_tag_select ul li button{
        color: #fff;
        padding: 3px 10px;
        display: flex;
        flex-direction: column;
        flex: 1;
        justify-content: center;
        border-radius: inherit;
    }
    .faq_tag_select ul li:hover,
    .faq_tag_select ul li:focus,
    .faq_tag_select ul li:active,
    .faq_tag_select ul li:visited {
        background: red;
        opacity: .85;
    }
    #faq_more {
      border: 1px solid red;
      background: red;
      border-radius: 4px;
      box-sizing: border-box;
      color: #fff;
      display: flex;
      margin: 20px auto 0px auto;
      max-width: 100%;
      text-align: center;
      opacity: .5;
      padding: 3px 10px;
      justify-content: center;
    }
    #faq_more.is-active {
        opacity: 1;
    }
    #faq_more:hover,
    #faq_more:focus,
    #faq_more:active,
    #faq_more:visited {
        background: red;
        opacity: .85;
    }