@charset "UTF-8";
@media (max-width: 767px) {
    table.paylisttable thead{
        display:none;
    }
    
    table.paylisttable tbody tr{
        display:flex;
        flex-direction:column;
        border-bottom: 1px solid #c1912b;
    }
    table.paylisttable tbody tr td{
        display:flex;
        align-items:center;
    }
    table.paylisttable tbody tr td:first-child::before{
        display:none;
    }
    table.paylisttable tbody tr td::before{
        content: attr(data-text);
    }
}
.red{
  color:#ed0c41!important;
}
.check {
  clear: both;
  margin-top: 20px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  background:#f7f7f7;
  padding: 10px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.check a{
  color: #2e61d3;
  display: inline-block;
}
.check a:hover{
  border-bottom: 1px solid #2e61d3;
}
.check input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 0;
}
.titlelist {
    border: 1px solid #fff;
    border-bottom: 1px solid #dcceb3;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    transition: 0.9s;
}
.titlelist:hover{
  border:1px solid #dcceb3;
  box-shadow: 0px -1px 20px rgba(0,0,0,0.1);
}
.g-ml-12, .g-ml-6{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    line-height: 40px;
    float: left;
}


.instextEditor {
    clear: both;
    font-size: 15px;
    color: #2f2f2f;
    line-height: 1.5;
    letter-spacing: 1px;
    padding:10px 0;
}

.formBox {
  margin: 20px 0 0 0;
  padding: 0 10px;
  color: #2f2f2f;
  line-height: 40px;
}
.otherright{
  flex: 0 0 160px;
  display: flex;
}

.formBox label {
  letter-spacing: 1px;
  font-size: 15px;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #c4922e;
  padding:0 10px;
  line-height: 40px;
  transform: translate(0,1px);
  min-width: 110px;
  position: relative;
  font-family: "Noto Sans TC", "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

.formBox em {
  font-style: normal;
  font-weight: 400;
  color: #c4922e;
  font-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.formBox b{
  color:#656565;
  font-size: 13px;
  font-weight: 400;
}
.formBox input[type="text"], .formBox select, .formBox textarea, .formBox input[type="password"] {
  padding: 0 10px;
  border:none;

}

.formBox input[type="text"], .formBox input[type="password"] {
  width:100%;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color:#8a8a8a;
  font-family: "Noto Sans TC", "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
.formBox textarea {
  width:100%;
  line-height: 25px;
  font-size: 14px;
  color:#8a8a8a;
  font-family: "Noto Sans TC", "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

.formBox select {
  height: 40px;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 150px;
  padding: 10px;
}


.bannerArea .titleBox h2 em::before{
  transform: translate(-240px,-10px);
  width: 85px;
  height: 55px;
  background: url(../images/pay-leaf.png) no-repeat;
}

@media (max-width: 767px) {
.bannerArea .titleBox h2 em::before{
  transform: scale(0.6) translate(-350px,10px);
}
}


/*步驟*/
.step {
  margin-bottom: 60px;
  text-align: center;
}

.step li {
  position: relative;
  display: inline-block;
  padding: 0 50px;
  color: #cecece;
}

.step li.current {
  color: #000;
}

.step li i {
  display: inline-block;
  vertical-align: middle;
  font-size: 50px;
}

.step li .Txt {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}

.step li .Txt strong {
  font-size: 14px;
  font-weight: 400;
}

.step li .Txt strong b {
  margin-left: 7px;
  font-size: 25px;
  font-weight: 400;
}

.step li .Txt p {
  font-size: 18px;
    font-weight: 300;
}

.formWrap {
  position: relative;
  clear: both;
}

.infoArea {
  margin-right: 360px;
}

/*
.infoArea > div {
   transition: 0.6s;
   position: relative;
   z-index: 10;
}
.infoArea > div::before {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: -10px;
  left: -10px;
  z-index: -1;
  display: block;
  box-shadow: 0px 2px 10px rgba(0,0,0,0.2);
  opacity: 0;
  transition: 0.6s;
  background:#fff;
}
.infoArea > div:hover::before {
  opacity: 1;
}
.infoArea:hover > div {
  opacity: 0.3;

}
.infoArea:hover > div:hover {
  opacity: 1;
}
*/

.priceArea {
  position: absolute;
  right: 0;
  top: 0;
  width: 320px;
}

/**結帳說明**/
.noteBox .title, .itemBox .title, .totalArea .title {
  position: relative;
  clear: both;  
  font-size: 20px;
  color: #000;
  border-bottom: 1px solid #ded1b8;
}
.noline {border-bottom: 1px solid #fff!important;}
.noteBox .title strong, .itemBox .title strong, .totalArea .title strong {
  display: inline-block;
    border-bottom: 2px solid #c4922e;
    padding: 8px 5px;
    font-weight: 400;
    transform: translate(0,1px);
    letter-spacing: 2px;
}

.noteBox .textEditor {
  padding: 15px 5px;
  color:#000;
}

.itemBox, .section {
  margin-top: 60px;
}

/**清單表格**/
.itemBox table {
  width: 100%;
  border-collapse: collapse;
}

.itemBox th {
  padding: 10px;
  color: #8a8a8a;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

.itemBox td {
  padding: 10px 5px;
  vertical-align: middle;
  border-bottom: 1px solid #dcceb3;
  color: #656565;
}

.itemBox td a {

  color: #656565;
  display: flex;
  align-items: center;
  height: 70px;
  overflow: hidden;
}

.itemBox td a strong {
  display: inline-block;
  vertical-align: middle;
      font-weight: 400;
}

.itemBox td a img {
  display: inline-block;
  vertical-align: middle;
  width: 70px;
  margin-right: 15px;
}

.itemBox .btn_remove {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  color: #656565;
  text-align: center;
}

/**資料填寫**/
.section .title {
    position: relative;
    clear: both;
    font-size: 20px;
    color: #000;
    border-bottom: 1px solid #ded1b8;
    display: flex;
    align-items: flex-end;
flex-wrap:wrap;
}

.section .title strong {
display: inline-block;
    border-bottom: 2px solid #c4922e;
    padding: 8px 5px;
    font-weight: 400;
    transform: translate(0,1px);
    letter-spacing: 2px;
}

.section .box {
  padding: 0;
}

.section .left {
  display: block;
  height: 20px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #222;
}

.section .left em {
  font-size: 12px;
  color: #f00;
}

.section .left b.note {
  padding-left: 5px;
  font-weight: 400;
  font-size: 12px;
  color: #d07474;
}
.section .radioSet{
  font-size: 14px;
  padding: 5px 10px 0 10px;
  color:#686868;
}
.section .radioSet label {
  display: inline-block;
  margin-right: 10px;
  padding: 8px 0;
}

.section .radioSet label:last-child {
  margin-right: 0;
}
.section ul.invoice li input.other{
  background:#eee;
  border:1px solid #eee;
  line-height: 30px;
}
.section ul {
       margin-top:15px; 
}
.section ul li.otherform{

}

.section ul li {
  display: none;
  line-height: 1.8;
  color:#656565;
  font-size: 14px;
  letter-spacing: 1px;
}

.section ul li:first-child {
  display: block;
}

.section label.same {
    cursor: pointer;
    background: #9bba3b;
    border-radius: 25px;
    font-size: 15px;
    line-height: 35px;
    color: #fff;
    padding: 0 20px;
    display: flex;
    align-items: center;
    font-weight: 300;
    margin-left: auto;
}

.section label.same:before {
  content: "\f096";
  margin-right: 5px;
  font-family: FontAwesome;
  font-size: 20px;
}

.section label.same.select:before {
  content: "\f046";
}

.error {
  border-color: #f00 !important;
}

/*coupon券*/
.couponBox{
    position:relative;
}

#coupon_btn{
    outline:none;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 33px;
    border: none;
    background: #9bba3b;
    cursor: pointer;
    color: #FFF;
    padding: 0 10px;
}

#coupon_btn:hover{
    background:#89a72d;
}

/*總計*/
.totalArea{
  margin-top: 60px;
}
.totalArea h3 {
  position: relative;
clear: both;
font-size: 20px;
color: #000;
border-bottom: 1px solid #ded1b8;
display: flex;
align-items: flex-end;
}
.totalArea strong {
    display: inline-block;
    border-bottom: 2px solid #c4922e;
    padding: 8px 5px;
    font-weight: 400;
    transform: translate(0,1px);
    letter-spacing: 2px;
}
.totalArea table {
  width: 100%;
  font-size: 14px;
  border-collapse: collapse;
}

.totalArea td {
  padding: 8px;
  line-height: 25px;
}

.totalArea tr td:last-child {
  text-align: right;
}

.totalArea tr.total td {
font-size: 18px;
    color: #bd8f33;
    background-color: #f8f6f1;
}

.totalArea b {
  font-size: 18px;
}
.totalArea em{
  font-size: 26px;
}
.totalArea #coupon {
  width: 100%;
  height: 35px;
  line-height: 35px;
  padding: 5px;
  border: none;
  outline: none;
}

.totalArea .code_current {
  border: 1px solid #8ec73b !important;
  background: #fafff2 !important;
}

.totalArea .code_error {
  border: 1px solid #d21632 !important;
  background: #fff7f8 !important;
}
.totalArea .code_error + #coupon_status {
  color: #d3e025;
}

.discountNote {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.8;
  color: #fff1d2;
}

/*按鈕區塊*/
.btnArea {
  clear: both;
  margin-top: 30px;
}

.btnArea > a {
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px 20px;
  font-size: 15px;
  color: #fff;
}

.btnArea p {
  margin-top: 5px;
  color: #d92047;
}
.totalArea .title strong {
    border-bottom: 2px solid #fff;
    color:#fff;
}
.fixBox {
  position: relative;
  padding: 25px;
  background: url(../images/dightbg.jpg);
  color: #fff;
  box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.1);
}
.fixBox .totalArea {
    margin-top: 0px!important;
}
.btn{
  justify-content: center;
  margin: 0 -5px;
  display: flex;
  padding: 20px 0 0;
}
.btn a{
  display: inline-block;
  margin:0 5px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

}
/*結帳完成*/
.orderStatus {
  line-height: 1.8;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000;
}

.orderStatus b {
  font-size: 16px;
  color: #a58640;
  font-weight: 400;
}



/*960*/
@media screen and (max-width: 960px) {
  .infoArea {
    margin: 0;
  }
  .priceArea {
    position: static;
    width: 100%;
  }
  .fixBox {
    margin-top: 40px;
    position: static;
  }
}

/*960 end*/
/*640*/
@media screen and (max-width: 640px) {
  .step li {
    padding: 0 5px;
    display: none;
  }
  .step li.current{
    display: block;

  }
  .step i {
    margin-right: 5px;
    font-size: 28px;
  }
  .step .Txt p {
    font-size: 13px;
  }
  .itemBox table td a img {
    //display: none;
  }


  .g-ml-12, .g-ml-6 {
    float: none;
}
}

/*640end*/

@media screen and (max-width: 580px){

  .titlelist {
    flex-wrap: wrap;
}

.formBox label {
    border-bottom: none;
    transform: translate(0,0);
}
}