/* -------------------------------------------login css------------------------------------------------ */


/* button:disabled,
button[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
} */

body {font-family: Arial, Helvetica, sans-serif;}
* {box-sizing: border-box;}



html, body {
  height: 100%; /*外層高度100%*/
  margin: 0;
}
.wrapper {
  min-height: 100%; /*外層高度100%*/
  margin-bottom: -50px; /*隨footer高度需做調整*/
}
.content{
  padding-bottom: 50px; /*避免文字超出瀏覽器時，內容區塊不會和footer打架*/
}


.input-container {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  background: #89898A;
}

.input-container-light {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  width: 100%;
  margin-bottom: 15px;
  background: #F3F4F7;
}


.icon {
  padding: 10px;
  background: transparent;
  color: white;
  min-width: 50px;
  text-align: center;
}

.input-field {
  width: 100%;
  padding: 10px;
  outline: none;
  background: transparent;
}

/* Set a style for the submit button */
.btn {
  /* color: #ffffff; */
  padding: 10px;
  border: none;
  cursor: pointer;
  /* width: 100%; */
  opacity: 0.9;
}

.btn-small {
  color: #ffffff;
  padding: 10px;
  border: none;

  border-radius: 4px;
  cursor: pointer;
  /* width: 100%; */
  opacity: 0.9;
}

.btn:hover {
  opacity: 1;
}

/* ------------------- */

.form-control-darkgray::-webkit-input-placeholder {
  color: #CED4DE;
  opacity: 1;
}

.form-control-darkgray::-moz-placeholder {
  color: #CED4DE;
  opacity: 1;
}

.form-control-darkgray:-ms-input-placeholder {
  color: #CED4DE;
  opacity: 1;
}

.form-control-darkgray::-ms-input-placeholder {
  color: #CED4DE;
  opacity: 1;
}

.form-control-darkgray::placeholder {
  color: #CED4DE;
  opacity: 1;
}


.form-control-lightgray {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color:#F3F4F7;
  background-clip: padding-box;
  border: transparent;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

      .form-control-darkgray {
  display: block;
  width: 100%;
  height: 44px;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #89898A;
  background-clip: padding-box;
  border: transparent;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}



/* ---------- */

.input-box{
      /* width: 300px; */
      height: 50px;
      /* background-color: red; */
      color: white;
      margin: 20px auto;
      text-align: center;
      line-height: 50px;
    }

    .input-box{
      position: relative;
    
      height: 50px;
      margin: 0px auto;
    }
    .input-dark {
      width: 100%;
      height: 46px;
      border: 0px white; 
      border-radius: 8px;
      background-color: #89898A;
      outline: none;
      padding-left: 20px;
    }

    .input-light {
      width: 100%;
      height: 46px;
      border: 2px #CED4DE ; 
      border-radius: 8px;
      background-color: #F3F4F7;
      outline: none;
      padding-left: 12px;
    }

    .input-light:focus {
      width: 100%;
      height: 46px;
      border: 2px #CED4DE ; 
      border-radius: 8px;
      background-color: #F3F4F7;
      outline: none;
      /* padding-left: 20px; */
    }

    #eyes {
      width: 18px;
      position: absolute;
      top: 15px;
      right: 10px;
    }

    .btn-red{
      background: #d7000f;
      border-radius: 28px;
      color:#ffffff;
    }

.object-fit{
  object-fit: cover;
}
.web-img {
    width: 100%;
}

        .object-fit {
    
    object-fit: cover;
}



.input-dark::placeholder { /* CSS 3 標準 */

  color: #CED4DE;

}

.input-dark::-webkit-input-placeholder { /* Chrome, Safari */

  color: #CED4DE;

}

.input-dark:-ms-input-placeholder { /* IE 10+ */
  color: #CED4DE;


}

.input-dark::-moz-placeholder { /* Firefox 19+ */

  color: #CED4DE;

  opacity: 1;

}



.input-light::placeholder { /* CSS 3 標準 */

  color: #145bce;

}

.input-light::-webkit-input-placeholder { /* Chrome, Safari */

  color: #9FA4AC;

}

.input-light:-ms-input-placeholder { /* IE 10+ */
  color: #9FA4AC;


}

.input-light::-moz-placeholder { /* Firefox 19+ */

  color: #9FA4AC;

  opacity: 1;

}



/* -------------------------------------------login css------------------------------------------------ */

.notice-text {
    width: 100%;
    height: 80%;
    border: 0.5px solid #fafafa;
    padding: 16px 16px 0px 8px;
    text-align: justify;
    background: #ffffff;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24);
    margin: 24px 0px;
}

ul{
    padding-left:0px;
}


.d-flex{
    display: flex;
}


.flex-column{
    flex-direction: column;
}

.flex-row{
    flex-direction: row;
}


.align-self-center{
    align-items: center;
}

.align-self-end{
    align-items: flex-end;
}

.space-between{
    justify-content: space-between;
}

@media screen and (max-width: 578px){
.column{
flex-direction: column;
}
}


/* ����珦tyle RWD */
/* 
h4{
    font-size: 24px;

}

h5{
    font-size: 20px;
 
}

h6{
    font-size: 16px;
}

p{
    font-size: 16px;
}

@media screen and (max-width: 992px){
    h4{
        font-size: 20px;
    
    }
    
    h5{
        font-size: 16px;
    }
    
    h6{
        font-size: 15px;
    }

    p{
        font-size: 14px;
    }

}


@media screen and (max-width: 576px){
    h4{
        font-size: 16px;
    
    }
    
    h5{
        font-size: 16px;
    }
    
    h6{
        font-size: 18px;
    }


    p{
        font-size: 14px;
    }

} */

/* ����珦tyle RWD */




/* margin size RWD */
.my-1{
    margin: 8px 0;
}

.my-2{
    margin: 16px 0;
}

.my-3{
    margin: 24px 0;
}

.my-4{
    margin: 32px 0;
}

.my-6{
    margin: 48px 0;
}

.my-8{
    margin: 64px 0;
}


.mt-1{
    margin-top: 8px;
}

.mt-2{
    margin-top: 16px;
}

.mt-3{
    margin-top: 24px;
}

.mt-4{
    margin-top:32px ;
}


.mt-6{
    margin-top:48px ;
}
.mt-8{
    margin-top:64px ;
}


.mb-1{
    margin-bottom: 8px;
}

.mb-2{
    margin-bottom: 16px;
}


.mb-3{
    margin-bottom: 24px;
}

.mb-4{
    margin-bottom: 32px;
}

.mb-6{
    margin-bottom: 48px;
}

.mb-8{
    margin-bottom: 64px;
}
/* margin size RWD */


.object-fit{
   max-width: 100%;
   max-height: 100%;
    object-fit:cover;
}



/* color style css */

.btn-blue {
  color: #fff;
  background-color: #1DA6D0;
  border-color: #1DA6D0;
  width: 100%;

}

.btn-blue-small {
  color: #fff;
  background-color: #1DA6D0;
  border-color: #1DA6D0;
}

.btn-disable-gray {
  color: #fff;
  background-color: #CED4DE;
  border-color: #CED4DE;
  width: 100%;
}

.btn-outline-gray {
  color: #71747A;
  /* background-color: #CED4DE; */
  border: 1px solid #71747A;
  width: 100%;
}

.btn-outline-gray-small {
  color: #71747A;
  /* background-color: #CED4DE; */
  border: 1px solid #71747A;

}

.checked-active{
  background-color:  #1DA6D0;
  width: 100%;

   }



.text-red{
    color: #d7000f;
}

.text-gray{
color: #71747A;
}

.text-gray:hover{
  color: #979ba3;
  }
  
  .text-blue{
    color: #1DA6D0;
    }
/* color style css */

input, select, textarea{ 
  color: #424447; 
} 


.text-underline{
  text-decoration: underline;
}



/* -------navbar閮剖��---------- */

.navbar{
    height: 100px;
    box-shadow: 0px 0px white;
    background:#F8F9FA ;
    border: 0px;
    border-radius: 0px;
    margin-bottom: 0;
  }


.navbar-block{
    margin-top: 16px;
}


@media screen and (max-width: 578px){
    .navbar-block{
        margin-top: 8px;
    }
    
}


  @media screen and (max-width: 992px){
    .navbar{
        height: 70px;
       
      }
    
}

@media screen and (max-width: 578px){
    .navbar{
        height: 64px;
    
      }
    
}

  
  .navbar-second{
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.137);
  }
  


  .active a{
    color: #E60012;
  }

  a:hover{
      color: #E60012;
  }
  




  
/* -------navbar閮剖��---------- */



/* -------footer閮剖��---------- */

/* html{
 min-height: 100vh;
}


footer{
    position: absolute;
 bottom: 0;
    display: flex;
    background: #F8F9FA;
    width: 100%;
height: 64px;
margin-top: 100px;
justify-content: center;
align-items: center; 
} */

html {
    min-height: 100%;
    position: relative;
}



 .footer {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
    position: absolute;
    bottom: 0;
    width: 100%;
padding: 0 24px 24px 24px;

} 


.height-box{
  height: 300px;
}

/* 置底btn css */

.footer-btn-box {
  /* z-index: 9999; */
  position:fixed;
  bottom:0px;
  width: 100%
}
.footer-btn-box .buttonBox {
  width:80%;
  margin:0 auto;
  text-align:center;

}


.footer-btn-margin{
  margin-bottom: 80px;
}



@media screen and (max-width: 768px){
  .footer-btn-margin{
    margin-bottom: 100px;
  }
  
}


@media screen and (max-width: 578px){
  .footer-btn-margin{
    margin-bottom: 24px;
  }
  
}

/* 置底btn css */



/* -------footer閮剖��---------- */

header{
  height: 64px;
  background: #ffffff;
  box-shadow: 0px 0px 8px  #0000001a;
  text-align: center;
}

/* -------------------------------------------login閮剖��------------------------------------------------ */


.login-box{
    width: 100%;
    background: #F8F9FA;
    height: auto;
padding: 64px 0px;
    display: flex;
    flex-direction: row;
    margin: 64px 0px;
}


.login-box-left-inner,.login-box-right-inner{
padding: 0px 100px;

}


.login-box-line{

border-left: 1px solid #BBBBBB;
}


@media screen and (max-width: 1200px){

.login-box-left-inner,.login-box-right-inner{
padding: 0px 64px;
}

}


@media screen and (max-width: 996px){

    
.login-box{
   flex-direction: column;
   margin-bottom: 64px;
}
  .login-box-line{

border-left: 0px;
border-top:1px solid #BBBBBB;
margin: 32px 56px;
}

.login-box-left-inner,.login-box-right-inner{
padding: 0px 160px;

}
.logo-rwd{
    height: 25px;
     
    }
    


}

@media screen and (max-width: 700px){

  .login-box{
    
padding: 32px 0px;
   
}
  .login-box-line{

border-left: 0px;
border-top:1px solid #BBBBBB;
margin: 24px 16px;
}

.login-box-left-inner,.login-box-right-inner{
padding: 0px 16px;

}

.logo-rwd{
  margin-left: 20px;
}

}


@media screen and (max-width: 574px){

    .login-box{
  margin-top: 32px;
     
  }

  }
  



.desktop-margin-top{
  margin-top: 168px;
}

@media screen and (max-width: 768px){
  .desktop-margin-top{
    margin-top: 340px;
  }

}


/* -------------------------------------------login閮剖��------------------------------------------------ */



.tab-btn{
  width: 50%;
  border-radius: 0;
  color: #9FA4AC;
  padding: 5px;
}

.tab-active{
  border-bottom: 2px solid #424447;
  color: #585B60;
}



/* -------------------------------------------2.reservation ��鞟��𢒰css------------------------------------------------ */

.title-box{
    width: 100%;
    border-bottom: 1px solid #212529;
    
}

.reservation-box{
    margin-top: 64px;
}


@media screen and (max-width: 996px){

    
    .reservation-box{
        margin-top: 32px;
    }
    
    
    }
  
/* -------------------------------------------2.reservation ��鞟��𢒰css------------------------------------------------ */



.item-title{
  margin: 8px 0px;
  font-weight: 700;
  font-size: larger;
}

.item-content{
  margin-left: 16px;
  font-size: 12px;
  font-weight: 700;
}
/* -------------------------------------------4.search ��鞟��𢒰css------------------------------------------------ */

table {
    border-collapse: collapse;
  
    font: normal 12px arial;
    width: 100%;
  }
  td,
  th {
  
    padding: 8px;
  }
  
  @media only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px) {
    table,
    thead,
    tbody,
    th,
    td,
    tr {
      display: block;
  
    }

      
  
    thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
  
  tr{
    margin-bottom: 16px;
    border:1px solid #dee2e6;
    /* padding:32px; */
  }
  
    td {
      border: none;
      /* border-bottom: 1px solid #eee; */
      position: relative;
      padding-left: 50% !important;
      text-align: left !important;
     
    }
  
    td:before {
      content: attr(data-title);
      position: absolute;
      top: 6px;
      left: 6px;
      width: 45%;
      padding-right: 10px;
      white-space: nowrap;
      font-weight: bold;
      padding-left: 32px;
    }
  
    .rwd-table td:before {
              font-weight: bold;
              width: 6.5em;
              display: inline-block;
          }
  
   
  }
/* -------------------------------------------4.search ��鞟��𢒰css------------------------------------------------ */

.credit-card-box{
  display: flex;
  justify-content: flex-start;
  align-items:center;
}


/* register step css */
.msform {
  max-width: 200px;
      margin: 0px auto;
      text-align: center;
      position: relative;
  }
  #msform fieldset {
      background: white;
      border: 0 none;
      border-radius: 3px;
      box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.4);
      padding: 20px 30px;
      box-sizing: border-box;
      width: 80%;
      margin: 0 10%;
      
      /*stacking fieldsets above each other*/
      position: relative;
  }
  /*Hide all except first fieldset*/
  #msform fieldset:not(:first-of-type) {
      display: none;
  }
  /*inputs*/
  #msform input, #msform textarea {
      padding: 15px;
      border: 1px solid #ccc;
      border-radius: 3px;
      margin-bottom: 10px;
      width: 100%;
      box-sizing: border-box;
      font-family: montserrat;
      color: #2C3E50;
      font-size: 13px;
  }
  /*buttons*/
  #msform .action-button {
      width: 100px;
      background: #27AE60;
      font-weight: bold;
      color: white;
      border: 0 none;
      border-radius: 1px;
      cursor: pointer;
      padding: 10px 5px;
      margin: 10px 5px;
  }
  #msform .action-button:hover, #msform .action-button:focus {
      box-shadow: 0 0 0 2px white, 0 0 0 3px ＃1DA6D0;
  }
  /*headings*/
  .fs-title {
      font-size: 15px;
      text-transform: uppercase;
      color: #2C3E50;
      margin-bottom: 10px;
  }
  .fs-subtitle {
      font-weight: normal;
      font-size: 13px;
      color: #666;
      margin-bottom: 20px;
  }
  /*progressbar*/
  #progressbar {
      margin-bottom: 30px;
      overflow: hidden;
      /*CSS counters to number the steps*/
      counter-reset: step;
  }
  #progressbar li {
      list-style-type: none;
      color: white;
      text-transform: uppercase;
      font-size: 9px;
      width: 33.33%;
      float: left;
      position: relative;
  }
  #progressbar li:before {
      content: counter(step);
      counter-increment: step;
      width: 32px;
      line-height: 32px;
      display: block;
      font-size: 12px;
      color: #ffffff;
      background: #D8D8D8;
      border-radius: 999em;
      margin: 0 auto 5px auto;
  }
  /*progressbar connectors*/
  #progressbar li:after {
      content: '';
width: 20%;
height: 2px;
background: #D8D8D8;
position: absolute;
left: -10%;
top: 15px;
z-index: -1; /*put it behind the numbers*/
  }
  #progressbar li:first-child:after {
      /*connector not needed before the first step*/
      content: none; 
  }
  /*marking active/completed steps green*/
  /*The number of the step and the connector before it = green*/
  #progressbar li.active:before,  #progressbar li.active:after{
      background: #1DA6D0;
      color: white;
  }
  

  
.height-box{
  height: 300px;
}

/* tab css */

.tab-active-blue{
  background: #1DA6D0;
  color: #ffffff;
  border-radius: 4px;

}
.tab-choose-style {
  background: #ffffff;
  padding: 5px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.24);
  border-radius: 4px;
}

.tab-no-active-white{
  background: #ffffff;
}

/* tab css */


.select-form{
  width: 100%;
    height: 46px;
    border: 2px #CED4DE;
    border-radius: 8px;
    background-color: #F3F4F7;
    outline: none;
    padding-left: 12px;
}

.block-blue{
 margin: 0 auto;
  color: #fff;
  background-color: #1DA6D0;
  border-color: #1DA6D0;
  width: 90%;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.banner-box img {
    max-width: 100%;
    border-radius: 8px;
}

#eyesConfirm {
    width: 18px;
    position: absolute;
    top: 15px;
    right: 10px;
}