@charset "UTF-8";
.condition .agree input[type="checkbox"] + label span, .condition .agree input[type="checkbox"] + label span::before, .formList input[type="text"], .formList input[type="password"], .formList select, .formList input[type="radio"] {
  -webkit-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
  transition: all .8s ease-out; }

/*
	Authors: Alvin, Randy, Rex
    Version: 2.0
	Latest Update: 2020/03/13
*/
.mainArea {
  padding-top: 50px;
  padding-bottom: 50px; }

.side_menu {
  margin-bottom: 50px; }
  .side_menu li {
    position: relative;
    border-bottom: 1px solid #ececec; }
    .side_menu li > a {
      display: block;
      padding: 15px;
      font-size: 15px;
      color: #434343;
      letter-spacing: .05em; }
      .side_menu li > a.current, .side_menu li > a:hover {
        color: #fff;
        background-color: #dbbaa3; }
  .side_menu dl {
    padding-left: 25px; }
    .side_menu dl a {
      display: block;
      padding: 10px 15px;
      font-size: 14px; }
      .side_menu dl a.current, .side_menu dl a:hover {
        color: #fff;
        background-color: #dbbaa3; }

.contentBox .leftBox {
  padding-right: 50px; }

.passwordBox {
  width: 360px;
  max-width: 100%;
  margin: 0 auto; }

.orderTxt {
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: .08em;
  color: #666; }
  .orderTxt span {
    color: #dbbaa3; }

.passwordBox .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
  margin-bottom: 5px; }

.passwordBox label {
  display: inline-block;
  margin-right: 7px;
  font-size: 15px;
  color: #434343; }

.passwordBox em {
  margin-left: 3px;
  color: #dbbaa3; }

.passwordBox input[type="text"], .passwordBox input[type="password"], .passwordBox select, .passwordBox textarea {
  height: 40px;
  padding: 15px;
  border: 1px solid #ececec; }

.passwordBox input[type="text"], .passwordBox input[type="password"] {
  width: 100%;
  height: 50px;
  line-height: 50px; }

/*註冊頁面*/
.section {
  margin-top: 40px; }
  .section:first-child {
    margin: 0; }
  .section .title01 {
    margin-bottom: 18px; }
    .section .title01.line {
      padding-bottom: 12px;
      border-bottom: 1px solid #ececec; }

.condition .textEditor {
  height: 250px;
  margin: 0;
  padding: 15px;
  border: 1px solid #ccc;
  font-size: 13px;
  background-color: #fff;
  overflow-y: scroll; }

.condition .agree {
  margin-top: 20px; }
  .condition .agree label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .condition .agree input[type="checkbox"] + label {
    position: relative;
    cursor: pointer; }
    .condition .agree input[type="checkbox"] + label span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      width: 25px;
      height: 25px;
      border: 2px solid #dbbaa3; }
      .condition .agree input[type="checkbox"] + label span::before {
        content: '\f00c';
        font-family: FontAwesome;
        position: absolute;
        top: 9px;
        left: 50%;
        -webkit-transform: translateX(-50%) rotate(30deg);
        -ms-transform: translateX(-50%) rotate(30deg);
        transform: translateX(-50%) rotate(30deg);
        color: #fff;
        opacity: 0; }
  .condition .agree .check {
    display: none; }
    .condition .agree .check:checked + label {
      color: #dbbaa3; }
      .condition .agree .check:checked + label span {
        background-color: #dbbaa3; }
        .condition .agree .check:checked + label span::before {
          top: 5px;
          opacity: 1;
          -webkit-transform: translateX(-50%) rotate(0deg);
          -ms-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
          -webkit-transition-delay: .2s;
          -o-transition-delay: .2s;
          transition-delay: .2s; }

.formList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px; }
  .formList.full > li {
    width: 100%; }
  .formList > li {
    width: 50%;
    padding: 0 20px;
    margin-bottom: 20px; }
    @media (max-width: 640px) {
      .formList > li {
        width: 100%; } }
    .formList > li.full {
      width: 100%; }
    .formList > li.nameBox .left {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 5px; }
      .formList > li.nameBox .left span {
        display: block;
        min-height: 27px;
        line-height: 27px; }
      .formList > li.nameBox .left ul {
        display: inline-block;
        padding-left: 10px; }
        .formList > li.nameBox .left ul li {
          display: inline-block; }
  .formList .left {
    margin-bottom: 12px;
    font-size: 15px;
    color: #434343;
    letter-spacing: .05em; }
    .formList .left em {
      color: #dbbaa3; }
  .formList .inputTxt {
    font-size: 14px;
    letter-spacing: .1em; }
  .formList .noteTxt {
    margin-top: 10px;
    font-size: 13px;
    color: #959595;
    letter-spacing: .05em; }
  .formList input[type="text"]:focus, .formList select:focus, .formList textarea:focus {
    outline: none;
    border-color: #95b1bf; }
  .formList input[type="text"]:focus, .formList input[type="password"]:focus, .formList select:focus, .formList textarea:focus {
    border-color: #95b1bf; }
  .formList input[type="text"], .formList input[type="password"], .formList select {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    letter-spacing: .2em; }
  .formList textarea {
    width: 100%;
    height: 100px;
    padding: 5px;
    border: 1px solid #e0e0e0; }
  .formList .radioSet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .formList .radioSet > li {
      margin-right: 12px; }
    .formList .radioSet label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .formList input[type="radio"] {
    position: relative;
    cursor: pointer; }
    .formList input[type="radio"] + label span {
      position: relative;
      display: inline-block;
      vertical-align: top;
      margin-right: 5px;
      width: 25px;
      height: 25px;
      border: 1px solid #e7e7e7;
      background-color: #fff;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s;
      border-radius: 50%; }
      .formList input[type="radio"] + label span::before {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        left: 50%;
        margin-left: -6.5px;
        margin-top: -6.5px;
        width: 13px;
        height: 13px;
        background-color: #dbbaa3;
        border-radius: 50%;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
  .formList .radio {
    display: none;
    opacity: 0; }
    .formList .radio:checked + label {
      color: #dbbaa3; }
      .formList .radio:checked + label span::before {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1); }
  .formList .addressList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 12px 0 15px; }
    @media (max-width: 640px) {
      .formList .addressList {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    .formList .addressList select[name="data_city"], .formList .addressList select[name="data_town"], .formList .addressList input[name="data_zip"] {
      width: auto;
      margin-right: 4px; }
      @media (max-width: 640px) {
        .formList .addressList select[name="data_city"], .formList .addressList select[name="data_town"], .formList .addressList input[name="data_zip"] {
          width: 100% !important; } }
    .formList .addressList input[name="data_zip"] {
      width: 120px; }
    @media (max-width: 640px) {
      .formList .addressList select[name="data_city"] {
        margin-bottom: 12px; } }
    @media (max-width: 640px) {
      .formList .addressList select[name="data_town"] {
        margin-bottom: 12px; } }
  .formList .checkArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%; }
    @media (max-width: 480px) {
      .formList .checkArea {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .formList .checkArea .btn01 {
      margin-left: 20px; }
      @media (max-width: 480px) {
        .formList .checkArea .btn01 {
          margin: 20px 0 0 0; } }
      .formList .checkArea .btn01 a {
        padding: 15px 30px; }

.dropSuccess {
  /*成功*/
  color: #4e8b37; }

.dropError {
  /*錯誤*/
  display: none; }

/*history.php 歷史訂單列表*/
.orderList table {
  border-collapse: collapse;
  color: #222; }

.orderList th {
  padding: 15px;
  letter-spacing: .1em;
  font-size: 15px;
  color: #fff;
  border: 1px solid #ececec;
  background-color: #dbbaa3; }

.orderList td {
  padding: 15px 10px;
  font-size: 13px;
  color: #434343;
  letter-spacing: .05em;
  background: #fff;
  border: 1px solid #ececec; }

.orderList a {
  color: #dbbaa3; }
  .orderList a:hover {
    text-decoration: underline; }

.error {
  -webkit-box-shadow: 0 0 10px #f00;
  box-shadow: 0 0 10px #f00; }

.repayment {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
  margin-left: 10px;
  font-size: 9pt;
  line-height: 2 !important;
  vertical-align: middle;
  color: #FFF !important;
  border-radius: 4px;
  outline: none; }
  .repayment.orange {
    background: #dbbaa3;
    border: 1px solid #dbbaa3;
    text-shadow: 0 -1px #dbbaa3; }

@media (max-width: 960px) {
  .contentBox .leftBox, .contentBox .rightBox {
    padding: 0; } }
