@charset "UTF-8";
.loginArea .thirdPartyItem svg {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.contentBox .leftBox {
  padding-right: 50px;
}
@media (max-width: 1180px) {
  .contentBox .leftBox {
    padding: 0;
  }
}
.contentBox .rightBox {
  padding: 0;
}

.titleBox {
  margin-bottom: 30px;
}

.loginArea {
  width: 100%;
  max-width: 1060px;
  margin: 200px auto 30px;
  background-color: #fff;
  padding: 90px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(4, 4, 4, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(4, 4, 4, 0.1);
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
.loginArea.noThirdParty {
  max-width: 760px;
}
.loginArea.noThirdParty .leftBox {
  width: 100%;
  padding-right: 0;
  padding-bottom: 0;
}
@media (max-width: 960px) {
  .loginArea {
    padding: 45px;
  }
}
@media (max-width: 767px) {
  .loginArea {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 20px;
  }
}
@media (max-width: 640px) {
  .loginArea {
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding-left: 0;
    padding-right: 0;
  }
}
.loginArea .leftBox,
.loginArea .rightBox {
  width: 50%;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (max-width: 767px) {
  .loginArea .leftBox,
  .loginArea .rightBox {
    width: 100%;
  }
}
.loginArea .leftBox {
  padding-right: 90px;
}
@media (max-width: 960px) {
  .loginArea .leftBox {
    padding-right: 45px;
  }
}
@media (max-width: 767px) {
  .loginArea .leftBox {
    padding-right: 0;
    padding-bottom: 30px;
  }
}
.loginArea .rightBox {
  padding-left: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-left: 1px solid #d9d9d9;
}
@media (max-width: 960px) {
  .loginArea .rightBox {
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .loginArea .rightBox {
    padding-left: 0;
    padding-top: 30px;
    border-left: none;
    border-top: 1px solid #d9d9d9;
  }
}
.loginArea .rightBox::before {
  content: "OR";
  position: absolute;
  left: -25px;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.05em;
  background-color: #fff;
}
@media (max-width: 767px) {
  .loginArea .rightBox::before {
    top: -25px;
    left: 50%;
    margin-left: -25px;
    margin-top: 0;
  }
}
.loginArea .welcomeText {
  margin-bottom: 50px;
  letter-spacing: 0.05em;
}
.loginArea .welcomeText .text {
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  line-height: calc(22 / 22);
  letter-spacing: calc(22 * 5 / 1000 * 1px);
  font-family: "Noto Sans TC", "Inter", "Microsoft JhengHei", sans-serif;
}
@media (max-width: 767px) {
  .loginArea .welcomeText .text {
    font-size: 20px;
  }
}
.loginArea input[type=text], .loginArea input[type=email], .loginArea input[type=password] {
  width: 100%;
  height: 42px;
  background: none;
  border: none;
  padding: 10px 50px 10px 0;
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(16 / 16);
  letter-spacing: calc(16 * 5 / 1000 * 1px);
  font-family: "Noto Sans TC", "Inter", "Microsoft JhengHei", sans-serif;
  border-bottom: 1px solid #555555;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.loginArea input[type=text]:focus, .loginArea input[type=text].hasValue, .loginArea input[type=email]:focus, .loginArea input[type=email].hasValue, .loginArea input[type=password]:focus, .loginArea input[type=password].hasValue {
  border-color: #81bc18;
}
.loginArea input[type=text]:focus ~ .title, .loginArea input[type=text].hasValue ~ .title, .loginArea input[type=email]:focus ~ .title, .loginArea input[type=email].hasValue ~ .title, .loginArea input[type=password]:focus ~ .title, .loginArea input[type=password].hasValue ~ .title {
  top: -15px;
}
.loginArea .btn_relog {
  color: #454545;
  font-size: 14px;
  letter-spacing: 0.05em;
}
.loginArea .icon {
  position: absolute;
  top: 50%;
  left: unset;
  right: 10px;
  bottom: unset;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  z-index: 1;
}
.loginArea .iconLock {
  width: 15px;
  height: 20px;
}
.loginArea .iconKey {
  width: 15px;
  height: 15px;
}
.loginArea .inputBox {
  color: #000;
  margin-bottom: 40px;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
.loginArea .textBox {
  padding-top: 15px;
  font-size: 16px;
}
.loginArea .textBox a {
  color: #81bc18;
}
@media (min-width: 1181px) {
  .loginArea .textBox a:hover {
    text-decoration: underline;
  }
}
.loginArea .title {
  color: #808080;
  color: #808080;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 5 / 1000 * 1px);
  font-family: "Noto Sans TC", "Inter", "Microsoft JhengHei", sans-serif;
  position: absolute;
  top: 10px;
  left: 0;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.loginArea .btnBox {
  margin-bottom: 15px;
}
.loginArea .btnBox.flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.loginArea .btnBox .textLink {
  padding-right: 10px;
  margin-right: 10px;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(14 / 14);
  letter-spacing: calc(14 * 5 / 1000 * 1px);
  font-family: "Noto Sans TC", "Inter", "Microsoft JhengHei", sans-serif;
  position: relative;
  top: unset;
  left: unset;
  right: unset;
  bottom: unset;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  z-index: 1;
}
@media (min-width: 1181px) {
  .loginArea .btnBox .textLink:hover {
    color: #81bc18;
  }
}
.loginArea .btnBox .textLink:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 14px;
  background-color: #808080;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -7px;
}
.loginArea .thirdPartyBox {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.loginArea .thirdPartyItem {
  height: 50px;
  background-repeat: no-repeat;
  background-size: 22px 22px;
  background-position: 18px 50%;
  line-height: 50px;
  margin-bottom: 25px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
}
.loginArea .thirdPartyItem svg {
  width: 24px;
  height: 22px;
  display: inline-block;
  fill: #fff;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  vertical-align: middle;
}
.loginArea .thirdPartyItem a {
  color: #454545;
  display: block;
  font-size: 14px;
  letter-spacing: 0.5px;
  padding: 0 45px;
}
.loginArea .thirdPartyItemGoogle {
  background-color: #f1f1f1;
}
.loginArea .thirdPartyItemFb {
  background-color: #3b5781;
}
.loginArea .thirdPartyItemFb a {
  color: #fff;
}
.loginArea .thirdPartyItemLine {
  border: 1px solid #c9c9c9;
}
@media (min-width: 1181px) {
  .loginArea .thirdPartyItem:hover {
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.loginArea .forgetCheck,
.loginArea .resendCheck {
  display: none;
}
.loginArea .btn_relog {
  display: inline-block;
  padding-top: 15px;
  color: #808080;
  border-bottom: 1px solid #808080;
}
@media (min-width: 1181px) {
  .loginArea .btn_relog:hover {
    color: #81bc18;
    border-bottom-color: #81bc18;
  }
}

/*註冊頁面*/
.section {
  margin-top: 50px;
}
.section.first {
  margin-top: 200px;
}
.section .condition .textEditor {
  height: 250px;
  margin: 0;
  padding: 15px;
  border: 1px solid #d9d9d9;
  font-size: 13px;
  background-color: #fff;
  overflow-y: scroll;
}
.section .condition .check {
  margin-top: 10px;
  font-size: 15px;
  color: #db1b60;
}
.section .condition .check label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section .condition .check input[type=checkbox] {
  margin-right: 5px;
  width: 25px;
  height: 25px;
}

/*history.php 歷史訂單列表*/
.orderTxt {
  font-size: 14px;
  letter-spacing: 0.05em;
  padding-bottom: 10px;
}

.orderList table {
  border-collapse: collapse;
  color: #222;
}
.orderList th {
  padding: 15px;
  letter-spacing: 0.1em;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #ececec;
  background-color: #bbb;
}
.orderList td {
  padding: 15px 10px;
  font-size: 13px;
  color: #434343;
  letter-spacing: 0.05em;
  background: #fff;
  border: 1px solid #ececec;
}
.orderList a {
  color: #81bc18;
}
@media (min-width: 1181px) {
  .orderList a:hover {
    text-decoration: underline;
  }
}

.innerPage {
  padding-top: 200px;
}