@charset "UTF-8";
.formBox select, .formBox input[type="text"], .formBox input[type="password"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.bannerArea .titleBox h2 em::before{
  transform: translate(-100px,-10px);
  width: 70px;
  height: 50px;
  background: url(../images/member-leaf.png) no-repeat;
}

@media (max-width: 767px) {
.bannerArea .titleBox h2 em::before{
  transform: scale(0.6) translate(-140px,-0px);
}
}
.membertopinfo{
  float: left;
}
.membertopinfo i{
  display: inline-block;
  font-size: 18px;
}
.membertopinfo strong{
  display: inline-block;
  padding: 0 10px;
  font-size: 20px;
  font-weight: normal;
}
.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-tv-12 ,.g-tv-6{
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
    padding:20px 10px;
    line-height: 40px;
    float: left;
}

/*註冊頁面*/
.section {
  margin-top: 60px;
}

.section:first-child {
  margin: 0;
}

.section h3 {
  position: relative;
  clear: both;  
  font-size: 20px;
  color: #000;
}
.section h3 strong{
  display: inline-block;
  border-bottom: 2px solid #c4922e;
  padding: 8px 5px;
  font-weight: 400;
  transform: translate(0,1px);
  letter-spacing: 2px;
}
.condition .textEditor {
  height: 330px;
  margin: 0;
  padding: 15px;
  border: 1px solid #ded1b8;
  font-size: 14px;
  background-color: #fff;
  overflow-y: scroll;
  color: #656565;
}

.condition .check {
  clear: both;
  margin-top: 10px;
  font-weight: 500;
  color: #000;
  font-size: 14px;
  text-align: left;
  background:#f7f7f7;
  padding: 10px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
.condition .check a{
  color: #2e61d3;
  display: inline-block;
}
.condition .check a:hover{
  border-bottom: 1px solid #2e61d3;
}
.condition .check input[type="checkbox"] {
  vertical-align: middle;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  border-radius: 0;
}
.formBox {
  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: 90px;
  position: relative;
  text-align: left;
  font-family:  "微軟正黑體", 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: normal;
}
.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:"微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}

.formBox select {
  height: 40px;
}

.formBox textarea {
  display: block;
  width: 100%;
  height: 150px;
  padding: 10px;
}

/*驗證碼*/
.checkArea {
  clear: both;
  padding-top: 25px;
}

.checkArea .btn {
  /*送出按鈕*/
  display: inline-block;
  vertical-align: middle;
}

.checkArea .btn a {
  line-height: 40px;
  padding: 0 30px;
}

.sliderBox {
  position: relative;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
}

.note {
  /*向右滑動解鎖*/
  position: absolute;
  left: 55px;
  top: 7px;
  font-family: '微軟正黑體';
  font-size: 15px;
  color: #999;
}

.error {
  -webkit-box-shadow: 0 0 10px #f00;
          box-shadow: 0 0 10px #f00;
}

/*****************/
/** QapTcha CSS **/
/*****************/
.clr {
  clear: both;
}

.bgSlider {
  /*滑軌*/
  float: left;
  width: 200px;
  height: 34px;
  border-radius: 6px;
  background: #eeeeee;
  /* Old browsers */
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, lightgray));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #eeeeee 0%, lightgray 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #eeeeee 0%, lightgray 100%);
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(lightgray));
  background: linear-gradient(to bottom, #eeeeee 0%, lightgray 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#d3d3d3', GradientType=0);
  /* IE6-9 */
}

.Slider {
  /*按鈕*/
  position: relative;
  top: 2px;
  left: 0;
  z-index: 99;
  width: 45px;
  height: 30px;
  background: transparent url("../Scripts/Qaptcha/but-arrow_white.gif") no-repeat;
  cursor: pointer;
}

.dropSuccess {
  /*成功*/
  color: #4e8b37;
}

.dropError {
  /*錯誤*/
  display: none;
}

/*history.php 歷史訂單列表*/
.orderList{
  padding-top: 20px;
}
.orderList table {
  border-collapse: collapse;
  color: #222;
}

.orderList th {
  padding: 10px;
  border-bottom: 1px solid #c69636;
  font-size: 15px;
  color: #000;
  font-weight: 500;
  letter-spacing: 3px;
}

.orderList td {
  padding: 10px;
  font-size: 14px;
  color: #656565;
  background: #fff;
  border-bottom: 1px solid #dcceb3;
  line-height: 30px;
}

.orderList a {
  color: #656565;
}

.orderList a:hover {
  text-decoration: underline;
}

.orderList b {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 20px;
    color: #c4922e;
    font-family: 'Amiri', serif;
    font-weight: normal;
}
@media (max-width: 980px){
  .membertopinfo{
    float: none;
    margin-bottom: 20px;
  }
}

@media (max-width:766px){
  .g-tv-12, .g-tv-6 {
    float: none; 
}
}



@media (max-width:580px){
.titlelist{
  flex-wrap: wrap;
}

  .otherright{
  flex: 0 0 100%;

}
.formBox label {
    border-bottom: none;
    transform: translate(0,0);
}

.g-tv-12, .g-tv-6 {
    padding: 20px 0px;
}
.captchaArea {
    display: block;
    width: 100%;
    margin-right: 0px;
}
.captchaArea::after {
    display: none;
}
.checkArea .btn {
    display: block;
    margin-top: 10px;

}
}
