@charset "UTF-8";
/* ---- 顏色庫 ---- */
/* ---- 圓角半徑 ---- */
/* ---- 字體 ---- */
/* ---- 滑鼠手勢 ---- */
/* ---- 版面排版 ---- */
/* ---- 版面定位 ---- */
/* ---- RWD的斷點 ---- */
/* ---- 共同設定 ---- */
/* ---- CLEARFIX ---- */
@import url(https://fonts.googleapis.com/earlyaccess/notosanstc.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  letter-spacing: 1px;
  margin: 0;
  padding: 0;
}

html {
  font-family: "Noto Sans TC", sans-serif;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  overflow-y: scroll;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar {
  background: #dcdfe9;
  height: 10px;
  width: 10px;
}

html::-webkit-scrollbar-thumb {
  background: #4f8491;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

html::-webkit-scrollbar {
  width: 4px;
}

html::-webkit-scrollbar-track {
  background: #f7f2ef;
}

html::-webkit-scrollbar-thumb {
  background: #07913b;
}

ul {
  list-style-type: none;
}

body.sliverColor {
  background: #f7f7f5;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

::-moz-placeholder {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}

::placeholder {
  color: #757575;
  font-size: 14px;
  font-weight: 400;
}

#wrapper {
  background: linear-gradient(90deg, #87bb3f 0%, #07913b 100%);
  padding: 10px;
}

#forgetPswUI,
#ruleUI,
#registerUI {
  display: none;
}

/* --登入+忘記密碼+註冊的背景圖的CSS--------------------------------- */
.loginWrapper {
  background: #f9fbff url(../images/polygonBg.png) top right no-repeat;
  background-size: contain;
  border-radius: 12px;
}

.loginWrapper.scrollUI::-webkit-scrollbar-track {
  background: transparent;
}

.loginWrapper.scrollUI::-webkit-scrollbar {
  background: #ddd;
  height: 6.8px;
  width: 6.8px;
}

.loginWrapper.scrollUI::-webkit-scrollbar-thumb {
  background: #4f8491;
  border-radius: 6.8px;
}

.loginWrapper.scrollUI::-webkit-scrollbar-thumb:hover {
  background: #205865;
}

.loginBg {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
  height: 100vh;
  position: fixed;
  width: 52.4%;
  z-index: 100;
}

/* --登入+忘記密碼+註冊的CSS--------------------------------- */
.loginModalUI {
  height: 100vh;
  padding: 22px;
  width: 100%;
}

.loginModalUI .loginContent {
  display: block;
  margin: 0 auto;
  max-width: 520px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.loginModalUI .loginContent p {
  color: #353b39;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  padding-bottom: 20px;
  text-align: justify;
}

.loginModalUI .loginContent p.mt-1 {
  margin-top: 8px;
  padding: 0;
}

.loginModalUI .loginContent p.mt-2 {
  margin-top: 16px;
  padding: 0;
}

.loginModalUI .loginContent p.textCenter {
  text-align: center;
}

.loginModalUI .loginContent p.textRight {
  text-align: right;
}

.loginModalUI .loginContent p a {
  color: #353b39;
  font-size: 14px;
  text-decoration: none;
}

.loginModalUI .loginContent p a.redLink {
  color: #ed4926;
  font-weight: 600;
}

.loginModalUI .loginContent-M {
  margin: 0 auto;
  max-width: 500px;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.loginModalUI h1 img {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 166px;
}

.loginModalUI h3 {
  color: #353b39;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: center;
}

.loginModalUI h3.pbBig {
  padding: 16px 0 48px 0;
}

.loginModalUI h3.pbSmall {
  padding: 16px 0 32px 0;
}

.loginModalUI h4 {
  color: #353b39;
  font-size: 16px;
}

.loginModalUI .title:not(:first-child) {
  margin-top: 28px;
}

.loginModalUI .title label {
  color: #353b39;
  font-size: 18px;
  font-weight: 600;
}

.loginModalUI .pswIconBox {
  position: relative;
}

.loginModalUI input.inputUI {
  border-radius: 4px;
  border: 1px solid #ddd;
  box-shadow: 5px 0 7px rgba(129, 132, 196, 0.14);
  height: 52px;
  padding: 16px 16px 16px 38px;
  position: relative;
  width: 100%;
}

.loginModalUI span.pswFieldNotSeePswIcon {
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 48px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.loginModalUI span.pswFieldNotSeePswIcon:before {
  content: "";
  background: url(../images/pswNotShowIcon.png) no-repeat;
  background-size: 18px 13.5px;
  bottom: 0;
  display: block;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

.loginModalUI span.pswFieldShowPswIcon {
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 48px;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
}

.loginModalUI span.pswFieldShowPswIcon:before {
  content: "";
  background: url(../images/pswShowIcon.png) no-repeat;
  background-size: 18px 13.5px;
  bottom: 0;
  display: block;
  height: 13.5px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 18px;
}

.loginModalUI img.logo {
  display: block;
  height: auto;
  margin: 0 auto 10px auto;
  max-width: 218px;
}

.loginModalUI input.name {
  background: #f9fbff url(../images/icon-1.png) 12px center no-repeat;
  background-size: 16px 19px;
  display: block;
}

    .loginModalUI input.psw,
    .loginModalUI input.numberField {
        background: #f9fbff url(../images/icon-2.png) 12px center no-repeat;
        background-size: 16px 21px;
        display: block;        
    }

.loginModalUI input.email {
  background: #f9fbff url(../images/icon-3.png) 12px center no-repeat;
  background-size: 20px 15px;
  display: block;
}

.loginModalUI input.phone {
  background: #f9fbff url(../images/icon-4.png) 12px center no-repeat;
  background-size: 20px 18px;
  display: block;
}

.loginModalUI input.birthday {
  background: #f9fbff url(../images/icon-5.png) 12px center no-repeat;
  background-size: 20px 22px;
  color: #757575;
  display: block;
}

.loginModalUI input.address {
  background: #f9fbff url(../images/icon-6.png) 12px center no-repeat;
  background-size: 20px 26px;
  display: block;
}

.loginModalUI input:active,
.loginModalUI input:focus {
  border: 1px solid #07913b;
  outline: 1px solid #07913b;
}

.loginModalUI input[type=submit] {
  background: linear-gradient(0deg, #6da72c 0%, #86bb3f 100%);
  border: 1px solid rgba(8, 145, 59, 0.2);
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 52px;
  line-height: 48px;
  margin: 34px auto 0 auto;
  max-width: 240px;
  opacity: 1;
  outline: none;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

.loginModalUI a.backgroundFillBtn {
  background: linear-gradient(0deg, #6da72c 0%, #86bb3f 100%);
  border: 1px solid rgba(8, 145, 59, 0.2);
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 52px;
  line-height: 48px;
  margin: 34px auto 0 auto;
  opacity: 1;
  outline: none;
  text-align: center;
  text-decoration: none;
  transition: 0.4s ease-in-out 0s;
  width: 100%;
}

.loginModalUI a.borderBtn {
  background: #f9fbff;
  border: 1px solid rgba(8, 145, 59, 0.2);
  border-radius: 6px;
  color: #6da72c;
  cursor: pointer;
  display: block;
  font-size: 15px;
  font-weight: 500;
  height: 52px;
  line-height: 48px;
  margin: 34px auto 0 auto;
  max-width: 342px;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: 0.4s ease-in-out 0s;
  width: 100%;
  z-index: 0;
}

.loginModalUI a.borderBtn:active,
.loginModalUI a.borderBtn:hover {
  background: linear-gradient(0deg, #6da72c 0%, #86bb3f 100%);
  border: 1px solid rgba(8, 145, 59, 0.2);
  color: #fff;
}

.loginModalUI ul.verifyNumberBox li {
  display: inline-block;
}

.loginModalUI ul.verifyNumberBox li:nth-child(1) {
  float: left;
  width: 68%;
}

.loginModalUI ul.verifyNumberBox li:nth-child(2) {
  float: right;
}

.loginModalUI ul.verifyNumberBox li img {
  border: 1px solid #d8d8d8;
  height: auto;
  max-width: 128.54px;
}

.loginModalUI .ruleTextBox {
  margin-top: 26px;
}

.loginModalUI .ruleText {
  background: #f9fbff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 5px 0 7px rgba(129, 132, 196, 0.14);
  height: 123px;
  margin-top: 12px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding: 8px 12px;
}

.loginModalUI .ruleText p {
  font-size: 14px;
  line-height: 22px;
  text-align: justify;
}

.loginModalUI .ruleText.scrollUI::-webkit-scrollbar-track {
  background: transparent;
}

.loginModalUI .ruleText.scrollUI::-webkit-scrollbar {
  background: #ddd;
  height: 6.8px;
  width: 6.8px;
}

.loginModalUI .ruleText.scrollUI::-webkit-scrollbar-thumb {
  background: #07913b;
  border-radius: 6.8px;
}

.loginModalUI .checkBoxUI {
  margin-top: 14px;
}

.loginModalUI .checkBoxUI input[type=checkbox] {
  display: none;
}

.loginModalUI .checkBoxUI label {
  color: #353b39;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.loginModalUI .checkBoxUI label:before {
  content: "";
  background-color: #f9fbff;
  border: 2px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin-right: 6px;
  padding: 8px;
  position: relative;
  vertical-align: middle;
}

.loginModalUI .checkBoxUI input[type=checkbox]:checked+label:before {
  background: #07913b;
}

.loginModalUI .checkBoxUI input[type=checkbox]:checked+label:after {
  content: "";
  animation: checkEffect 0.4s ease-in-out 0s forwards;
  border: solid #fff;
  border-width: 0 2.8px 2.8px 0;
  display: block;
  height: 10px;
  left: 7.2px;
  position: absolute;
  top: 5px;
  transform: rotate(45deg);
  width: 5px;
}

.loginModalUI .checkBoxUI span.mustNotice {
  background: #ed4926;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  height: 22px;
  line-height: 20px;
  text-align: center;
  transform: translateY(-1px);
  width: 46px;
}

.loginModalUI .doubleBtn {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}

.loginModalUI .doubleBtn li {
  margin-right: 22px;
  width: 32%;
}

.loginModalUI .doubleBtn li:nth-child(2) {
  margin-right: 0;
}

#registerUI form .formScroll {
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: scroll;
  padding-right: 14px;  
}

#registerUI form .formScroll.scrollUI::-webkit-scrollbar-track {
  background: transparent;
}

#registerUI form .formScroll.scrollUI::-webkit-scrollbar {
  background: #ddd;
  height: 6.8px;
  width: 6.8px;
}

#registerUI form .formScroll.scrollUI::-webkit-scrollbar-thumb {
  background: #07913b;
  border-radius: 6.8px;
}

#registerUI form .twoFields {
  display: flex;
  flex-wrap: nowrap;
  margin-top: 30px;
}

#registerUI form .twoFields li {
  margin-right: 24px;
  width: 50%;
}

#registerUI form .twoFields li:nth-child(2n+2) {
  margin-right: 0;
}

#registerUI .verifyBtn {
  background: linear-gradient(0deg, #6da72c 0%, #86bb3f 100%);
  border-radius: 6px;
  border: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  cursor: pointer;
  display: block;
  font-size: 15px;
  height: 52px;
  line-height: 48px;
  outline: none;
  padding: 0 8px;
  width: 135px;
}

/* --字體設定的CSS--------------------------------- */
.fw500 {
  font-weight: 500;
}

.letterSpacing-1 {
  letter-spacing: 1px;
}

.textCenter {
  text-align: center;
}

.textLeft {
  text-align: left;
}

.textRight {
  text-align: right;
}

/* --側邊欄選單區的CSS--------------------------------- */
.wrapper {
  margin: 0 auto;
  max-width: 1200px;
  padding: 40px 0;
  width: 100%;
}

.sideBarMenu {
  background: -webkit-linear-gradient(-137deg, #4cce83 20%, #37ba81 50%, #239d78 100%);
  border-radius: 20px;
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  display: block;
  float: left;
  left: 0;
  padding: 22px 22px 26px 22px;
  position: sticky;
  top: 0;
  width: 20%;
}

.sideBarMenu.scrollUI::-webkit-scrollbar-track {
  background: transparent;
}

.sideBarMenu.scrollUI::-webkit-scrollbar {
  background: #ddd;
  height: 6.8px;
  width: 6.8px;
}

.sideBarMenu.scrollUI::-webkit-scrollbar-thumb {
  background: #4f8491;
  border-radius: 6.8px;
}

.sideBarMenu.scrollUI::-webkit-scrollbar-thumb:hover {
  background: #205865;
}

.sideBarMenu h1 img {
  display: block;
  height: auto;
  margin: 0 auto 18px auto;
  max-width: 122px;
}

.sideBarMenu nav li {
  border-bottom: 1px solid rgba(246, 246, 244, 0.28);
  line-height: 24px;
  opacity: 1;
  padding: 12px 0;
  position: relative;
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

.sideBarMenu nav li:last-child {
  border-bottom: none;
}

.sideBarMenu nav li:active,
.sideBarMenu nav li:hover {
  opacity: 0.7;
}

.sideBarMenu nav li:after {
  border-right: 2.6px solid #fff;
  border-top: 2.6px solid #fff;
  content: "";
  display: block;
  height: 8px;
  margin: -6px 0px 0px 0px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
}

.sideBarMenu nav a {
  color: #fff;
  text-decoration: none;
}

.sideBarMenu nav span.chineseMenuText {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: left;
}

.sideBarMenu .contactUs li {
  line-height: 26px;
}

/* --內頁內容區的CSS--------------------------------- */
.content {
  background: #fff;
  border-radius: 20px;
  border: 1px solid #ddd;
  float: right;
  max-width: 900px;
  padding: 16px 36px;
  width: 100%;
}

.content .description h2 {
  border-bottom: 1px solid #dddddd;
  color: #353b39;
  font-size: 24px;
  padding: 16px 0;
}

.content .description p {
  font-size: 16px;
  line-height: 28px;
  padding-top: 16px;
  text-align: justify;
}

.content .contentText {
  margin-top: 32px;
}

.content .contentText h3 {
  border-bottom: 1px solid #dddddd;
  font-size: 22px;
  padding-bottom: 18px;
}

.content .contentText p {
  font-size: 16px;
  line-height: 26px;
  padding: 18px 0 10px 0;
}

.content .contentText ul li,
.content .contentText ol li {
  padding-bottom: 10px;
}

.content .contentText ul li:last-child {
  padding-bottom: 0;
}

.content .contentText ol li {
  font-size: 15px;
  line-height: 25px;
  text-align: justify;
}

.content .contentText article {
  background: #eef4f5;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 20px 20px 16px 40px;
  width: 100%;
}

/* --動畫的CSS--------------------------------- */
@keyframes checkEffect {
  0% {
    transform: rotate(45deg) scale(1);
  }

  32% {
    transform: rotate(45deg) scale(0.8);
  }

  60% {
    transform: rotate(45deg) scale(1.1);
  }

  100% {
    transform: rotate(45deg) scale(1);
  }
}

/* --手機的CSS--------------------------------- */
@media screen and (max-width: 1095px) {
  .loginBg {
    display: none;
  }

  .loginBg:before {
    display: none;
  }

  .loginModalUI {
    float: none;
    padding: 32px 20px 20px 20px;
    width: 100%;
  }

  .loginModalUI .loginContent p {
    font-size: 14px;
    line-height: 22px;
  }

  .loginModalUI .loginContent p a {
    font-size: 14px;
  }

  .loginModalUI h1 img {
    max-width: 114px;
  }

  .loginModalUI h3 {
    font-size: 22px;
    line-height: 34px;
    padding: 14px 0;
  }

  .loginModalUI h3 span:before {
    left: -40px;
  }

  .loginModalUI h3 span:after {
    right: -38px;
  }

  .loginModalUI h3 span:before,
  .loginModalUI h3 span:after {
    width: 30px;
  }

  .loginModalUI h3.pbBig,
  .loginModalUI h3.pbSmall {
    padding: 12px 0 28px 0;
  }

  .loginModalUI h4,
  .loginModalUI .title label {
    font-size: 16px;
  }

  .loginModalUI input {
    height: 50px;
  }

  .loginModalUI .ruleText {
    height: 79px;
    margin-top: 14px;
  }

  .loginModalUI input[type=submit],
  .loginModalUI a.backgroundFillBtn,
  .loginModalUI a.borderBtn {
    font-size: 14px;
    height: 48px;
    line-height: 48px;
    margin: 32px auto 0 auto;
  }

  .loginModalUI .doubleBtn li {
    width: 46%;
  }

  .loginModalUI img.logo {
    margin: 0 auto 0 auto;
    max-width: 188px;
  }

  .loginModalUI .ruleTextBox {
    margin-top: 24px;
  }

  .loginModalUI ul.verifyNumberBox li img {
    max-width: 128.54px;
  }
}

#registerUI form {
  max-height: 520px;
}

#registerUI form .formScroll {
  max-height: 480px;
}

@media screen and (max-width: 925px) {
  .loginWrapper {
    background: #f0f5f5;
  }
}

@media screen and (max-width: 550px) {

  .loginModalUI .loginContent,
  .loginModalUI .loginContent-M {
    top: 50%;
    transform: translateY(-70%);
  }

  .loginModalUI ul.verifyNumberBox {
    display: flex;
  }

  .loginModalUI ul.verifyNumberBox li:nth-child(1) {
    float: none;
    margin-right: 22px;
  }

  .loginModalUI ul.verifyNumberBox li:nth-child(2) {
    float: none;
    margin-top: 0;
  }

  #registerUI form .twoFields {
    display: block;
    margin-top: 24px;
  }

  #registerUI form .twoFields li {
    margin-right: 0;
    margin-top: 24px;
    width: 100%;
  }

  #registerUI .verifyBtn {
    float: right;
  }

  /* 手機版:解除註冊表單高度鎖定,改由整頁捲動,避免欄位被內部 scroll 區藏住 */
  #registerUI.loginModalUI {
    height: auto;
    min-height: 100vh;
  }

  #registerUI .loginContent {
    height: auto !important;
    transform: none;
    top: auto;
    position: relative;
    padding-bottom: 24px;
  }

  #registerUI form,
  #registerUI form .formScroll {
    max-height: none;
    overflow: visible;
    padding-right: 0;
  }
}

@media screen and (max-width: 365px) {
  #registerUI .verifyBtn {
    width: 120px;
  }
}

@media screen and (max-width: 340px) {
  .loginModalUI .checkBoxUI span.mustNotice {
    display: block;
    margin: 10px 0 0 0;
  }
}

@supports (-webkit-touch-callout: none) {
  #registerUI form .formScroll {
    padding: 0 0 0 1px;
  }
}