@charset "UTF-8";
/* CSS Document */
@import url(help/reset.css);
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css');
@import url(help/rwdgrid.css);
@import url(textEditor.css);
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400|Noto+Serif+TC:200,400|Crimson+Text|Philosopher');

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
*:before, *:after{
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
html,body{
  width: 100%;
}
body{
  color: #111;
  background: #fff;
  font-family: Arial, 'Noto Sans TC', "微軟正黑體", Helvetica, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  letter-spacing: 0.8px;
  position: relative;
}
body.hidden{
  overflow: hidden;
}
body::before{
  content: '';
  width: 100%;
  height: 5px;
  background: #ead366;
  position: absolute;
  top: 100%;
  left: 0;
}

.txt_oneLine{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
a.no_link{
  cursor: auto;
}
.crimsonText{
  font-family: 'Crimson Text', Arial, Helvetica, 'Noto Serif TC', 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
}
/*lightBox*/
  .lg-backdrop{
    background: rgba(25, 25, 25, 0.98) !important;
  }

/* loadingArea */
  .loadingArea{
    width: 100%;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999999;
    overflow: hidden;
  }
  .loadingArea .loadingMask{
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    -webkit-transition:all 0.5s ease-out;
    -moz-transition:all 0.5s ease-out;
    -o-transition:all 0.5s ease-out;
    transition:all 0.5s ease-out;
  }
  .loadingArea.go .loadingMask{
    opacity: 0;
  }

/* goTopButton */
  .goTopBox{
    position: fixed;
    bottom: calc(50% - 100px);
    right: 40px;
    opacity: 0;
    visibility: hidden;
    z-index: 998;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .goTopBox.activity{
    opacity: 1;
    visibility: visible;
  }
  .goTopBox a.goTop{
    width: 80px;
    height: 40px;
    position: relative;
    display: block; 
    background: url(../images/top_bg_water.png) no-repeat bottom right;
    border-radius: 0;
    color: #b38901;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 1;
    text-transform: uppercase;
  }
  .goTopBox a.goTop::before{
    content: '';
    width: 95px;
    height: 97px;
    background: url(../images/top_fish.png) no-repeat center;
    position: absolute;
    bottom: calc(100% - 15px);
    left: -20px;
    opacity: 0;
    -webkit-transform: rotate(15deg) translate(5px,15px);
    -ms-transform: rotate(15deg) translate(5px,15px);
    transform: rotate(15deg) translate(5px,15px);
    -webkit-transition: all 0.4s ease, transform 0.4s 0.3s ease;
    -moz-transition: all 0.4s ease, transform 0.4s 0.3s ease;
    -o-transition: all 0.4s ease, transform 0.4s 0.3s ease;
    transition: all 0.4s ease, transform 0.4s 0.3s ease;
  }
  .goTopBox.activity a.goTop::before{
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0,0);
    -ms-transform: rotate(0deg) translate(0,0);
    transform: rotate(0deg) translate(0,0);
    -webkit-transition: all 0.6s 0.06s cubic-bezier(1, 0.01, 0.04, 0.96);
    -moz-transition: all 0.6s 0.06s cubic-bezier(1, 0.01, 0.04, 0.96);
    -o-transition: all 0.6s 0.06s cubic-bezier(1, 0.01, 0.04, 0.96);
    transition: all 0.6s 0.06s cubic-bezier(1, 0.01, 0.04, 0.96);
  }
  .goTopBox.activity a.goTop:hover::before{
    -webkit-animation: topHover 1.6s forwards linear;
            animation: topHover 1.6s forwards linear;
  }
  @-webkit-keyframes topHover {
    0% {
    -webkit-transform: rotate(0deg) rotateY(0deg) translate(0,0);
    -ms-transform: rotate(0deg) rotateY(0deg) translate(0,0);
    transform: rotate(0deg) rotateY(0deg) translate(0,0);
    }
    40%,80% {
    -webkit-transform: rotate(0deg) rotateY(-40deg) translate(0,0);
    -ms-transform: rotate(0deg) rotateY(-40deg) translate(0,0);
    transform: rotate(0deg) rotateY(-40deg) translate(0,0);
    }
    20%,60%,100% {
    -webkit-transform: rotate(0deg) rotateY(12deg) translate(0,0);
    -ms-transform: rotate(0deg) rotateY(12deg) translate(0,0);
    transform: rotate(0deg) rotateY(12deg) translate(0,0);
    }
  }
  @keyframes topHover {
    0% {
    -webkit-transform: rotate(0deg) rotateY(0deg) translate(0,0);
    -ms-transform: rotate(0deg) rotateY(0deg) translate(0,0);
    transform: rotate(0deg) rotateY(0deg) translate(0,0);
    }
    40%,80% {
    -webkit-transform: rotate(0deg) rotateY(-40deg) translate(0,0);
    -ms-transform: rotate(0deg) rotateY(-40deg) translate(0,0);
    transform: rotate(0deg) rotateY(-40deg) translate(0,0);
    }
    20%,60%,100% {
    -webkit-transform: rotate(0deg) rotateY(12deg) translate(0,0);
    -ms-transform: rotate(0deg) rotateY(12deg) translate(0,0);
    transform: rotate(0deg) rotateY(12deg) translate(0,0);
    }
  }
  .goTopBox a.goTop::after{
    content: '';
    width: 27px;
    height: 37px;
    background: url(../images/top_water.png) no-repeat center;
    position: absolute;
    bottom: calc(100% - 15px);
    left: -40px;
    opacity: 0;
    -webkit-transform: rotate(20deg) translate(20px,20px);
    -ms-transform: rotate(20deg) translate(20px,20px);
    transform: rotate(20deg) translate(20px,20px);
    -webkit-transition: all 0.4s ease, transform 0.4s 0.3s ease;
    -moz-transition: all 0.4s ease, transform 0.4s 0.3s ease;
    -o-transition: all 0.4s ease, transform 0.4s 0.3s ease;
    transition: all 0.4s ease, transform 0.4s 0.3s ease;
  }
  .goTopBox.activity a.goTop::after{
    opacity: 1;
    -webkit-transform: rotate(0deg) translate(0,0);
    -ms-transform: rotate(0deg) translate(0,0);
    transform: rotate(0deg) translate(0,0);
    -webkit-transition: all 0.6s 0.11s cubic-bezier(1, 0.01, 0.04, 0.96);
    -moz-transition: all 0.6s 0.11s cubic-bezier(1, 0.01, 0.04, 0.96);
    -o-transition: all 0.6s 0.11s cubic-bezier(1, 0.01, 0.04, 0.96);
    transition: all 0.6s 0.11s cubic-bezier(1, 0.01, 0.04, 0.96);
  }
  .goTopBox a.goTop:hover{}
  @media (max-width: 1180px){
    .goTopBox{
      display: block;
    }
  }


/*********基本樣式設定**********/
  sup{
    font-size: small;
    vertical-align: super;
  }
  sub{
    font-size: small;
    vertical-align: sub;
  }
  a{
    cursor: pointer;
    color: #555;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }

  p,.txtExp{
    color: #666;
    overflow: hidden;
  }

  input[type="text"],
  textarea{
    -webkit-appearance: none;
  }

  img{
    display: block;
    max-width: 100%;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .wrap{
    width: 100%;
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 50px;
    position: relative;
  }

  .btn{
    position: relative;
  }
  .btn a{
    width: 100%;
    max-width: 150px;
    height: 40px;
    color: rgba(176, 143, 4, 0.8);
    background: transparent;
    border: 1px solid rgba(176, 143, 4, 0.5);
    border-radius: 0;
    display: inline-block;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.8px;
    text-align: center;
    position: relative;
    padding: 0;
    z-index: 5;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn.back a{
    max-width: 280px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #121212;
    border-color: #121212;
    font-size: 15px;
    letter-spacing: 0.5px;
  }
  .btn.back{
    margin-top: 60px;
  }
  .btn.back a:hover{}
  .btn.center{
    text-align: center;
  }
  .btn.right{
    text-align: right;
  }
  .btn a:hover{
    color: #fff;
    background: #c0a536;
    border-color: #c0a536;
  }
  .btn a::after{
    content: '>';
    color: #c0a536;
    padding-left: 15px;
  }
  .btn a:hover::after,
  .btn.back a::after{
    color: #fff;
  }
  .btn a:hover::after{
  }

  .btn_more{
    position: relative;
  }
  .btn_more a{
    display: inline-block;
    background: transparent;
    border: 1px solid transparent;
    border-radius: 0;
    color: #b08f04;
    font-size: 13px;    
    font-weight: 300;
    letter-spacing: 0.8px;
    line-height: 20px;
    text-align: left;
    position: relative;
    padding: 0 0 0 24px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .btn_more a:hover{
    padding: 0 24px 0 0;
  }
  .btn_more a::before{
    content: '>>';
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_more a:hover::before{
    left: calc(100% - 9px);
  }

  .titleBox{
    position: relative;
    font-family: 'Philosopher', 'Noto Serif TC', Arial, Helvetica, 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    z-index: 5;
  }
  .titleBox.center{
    text-align: center;
  }
  .titleBox h1,
  .titleBox h2{
    display: inline-block;
    color: #121212;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.8px;
    z-index: 1;
    margin-left: 15px;
    position: relative;
  }
  .titleBox em{
    display: inline-block;
    color: #121212;
    font-size: 46px;
    font-weight: 400;
    letter-spacing: 0.5px;
    line-height: 1;
    position: relative;
  }
  .titleBox em span{
    color: #f3bd39;
  }

/**********outerWrap**********/
  .outerWrap{ 
    overflow: hidden;
    position: relative;
    padding-top: 85px;
  }

/************網頁頭************/
  header{
    width: 100%;
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  header.shrink{}
  header::before{
    content: '';
    width: 100%;
    height: 5px;
    background: -webkit-linear-gradient(-540deg, rgba(142,195,31,1) 1%,rgba(248,182,43,1) 100%);
    background: linear-gradient(270deg, rgba(142,195,31,1) 1%,rgba(248,182,43,1) 100%);
    position: absolute;
    top: 100%;
    left: 0;
  }
  header .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  /*logo*/
    header .logo{
      display: block;
      width: 210px;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
    }
    header .logo a{
      display: inline-block;
      width: 100%;
      height: 56px; 
      background: url(../images/logo.svg) no-repeat center;
      position: relative;
      text-indent: -9999px;
    }

  header .rightBox{
    width: calc(100% - 210px);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  header .btn_booking{
    display: none;
  }

  /*languageBox*/
    .languageBox{
      width: 40px;
      height: 34px;
      cursor: pointer;
      color: #555;
      font-size: 0;
      line-height: 34px;
      text-align: center;
      border: 1px solid rgba(153, 153, 153, 0.3);
      position: relative;
    }
    .languageBox span{
      width: 16px;
      text-transform: uppercase;
      position: relative;
      /*padding-left: 25px;*/
      display: inline-block;
    }
    .languageBox span::before{
      content: '';
      width: 16px;
      height: 16px;
      background: url(../images/lang.png) no-repeat center;
      position: absolute;
      top: calc(50% - 8px);
      left: 0;
    }  
    .languageBox .sub_lang{
      width: 120px;
      font-size: 13px;
      background-color: #fff;
      border: 1px solid rgba(153, 153, 153, 0.3);
      position: absolute;
      top: 100%;
      left: calc(50% - 60px);
      display: none;
    }  
    .languageBox .sub_lang a{
      display: block;
      color: #888;
      border-top: 1px solid rgba(153, 153, 153, 0.3);
    }  
    .languageBox .sub_lang a:hover{
      color: #b38903;
    }

  /*menu_bar*/
    header .menu_bar{
      width: 80px;
      height: 50px;
      position: relative;
      display: none;
    }
    .menu_bar{
      cursor: pointer;
      color: transparent;
      font-size: 10px;
      letter-spacing: 0;
      text-transform: uppercase;
      padding: 0;
      position: relative;
    }
    .menu_bar .main{
      width: 26px;
      height: 1px;
      background: transparent;
      display: inline-block;
      position: relative;
      position: absolute;
      top: calc(50% - 2px);
      right: 0;
    }
    .menu_bar .main::before,
    .menu_bar .main::after{
      content: '';
      width: 100%;
      height: 2px;
      background: #1a1816;
      position: absolute;
      -webkit-transition: all 1s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96), background 0.4s ease;
      -moz-transition: all 1s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96), background 0.4s ease;
      -o-transition: all 1s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96), background 0.4s ease;
      transition: all 1s 0.2s cubic-bezier(1, 0.01, 0.04, 0.96), background 0.4s ease;
    }
    .menu_bar .main::before{
      left: 0;
      bottom: calc(100% + 2px);
    }
    .menu_bar .main::after{
      right: 0;
      top: calc(100% + 3px);
    }
    .menu_bar.close .main::before,
    .menu_bar.close .main::after{
      width: 0;
      -webkit-transition: all 0.6s 0.2s ease, background 0.4s ease;
      -moz-transition: all 0.6s 0.2s ease, background 0.4s ease;
      -o-transition: all 0.6s 0.2s ease, background 0.4s ease;
      transition: all 0.6s 0.2s ease, background 0.4s ease;
    }
    .menu_bar.close{
      opacity: 0;
      visibility: hidden;
      -webkit-transition: all 0.3s 0.4s ease;
      -moz-transition: all 0.3s 0.4s ease;
      -o-transition: all 0.3s 0.4s ease;
      transition: all 0.3s 0.4s ease;
    }

/*************單元列***********/
  .menuBox{
    width: calc(100% - 40px);
    padding: 0 35px 0 50px;
    z-index: 50;
  }
  ul.menu{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
  }
  ul.menu > li{
    display: inline-block;
    position: relative;
  }
  
  ul.menu > li.dropDown:after{
    content: "";
    width: 4px;
    height: 4px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 5px;
    margin-left: 6px;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}
  ul.menu li > a{
    color: #000;
    font-size: 15px;
    line-height: 1;
    padding: 35px 0;
    display: inline-block;
    position: relative;
  }  
  ul.menu li:hover > a,
  ul.menu li > a.current{
    color: #b38903;
  }
  ul.menu li > a::before{
    content: '';
    width: 1px;
    height: 0;
    background: #b38903;
    position: absolute;
    bottom: 0;
    left: 50%;
  }
  ul.menu li:hover > a::before,
  ul.menu li > a.current::before{
    height: 15px;
  }

  ul.menu > li .submenu{
    width: 140px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: calc(50% - 70px);
    z-index: 99;
    display: none;
  }
  ul.menu > li .submenu > a{
    color: #121212;
    background: #fff;
    padding: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: block;
  }
  ul.menu > li .submenu > a:last-child{
    border: 0;
  }
  ul.menu > li .submenu a:hover{
    color: #fff;
    background: #b08f04;
  }

  /*手機menu*/
  .m_menu{
    display:none;
  }

/************banner網頁頭************/
  .copy_header{
    position: relative;
    z-index: 100;
  }
  .copy_header::before{
    content: '';
    width: 100%;
    height: 5px;
    background: -webkit-linear-gradient(-540deg, rgba(142,195,31,1) 1%,rgba(248,182,43,1) 100%);
    background: linear-gradient(270deg, rgba(142,195,31,1) 1%,rgba(248,182,43,1) 100%);
    position: absolute;
    top: 100%;
    left: 0;
  }
  .bannerArea .copy_header .wrap{
    max-width: 1260px;
    padding: 0 50px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
  }

  /*logo*/
    .copy_header .logo{
      display: block;
      width: 100%;
      margin: 0;
      padding: 50px 10px 25px 0;
      position: relative;
      text-align: center;
    }
    .copy_header .logo a{
      display: inline-block;
      width: 276px;
      height: 56px; 
      background: url(../images/logo.svg) no-repeat center;
      position: relative;
      text-indent: -9999px;
    }

  .copy_header .rightBox{
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
  .copy_header .menuBox{
    padding: 0 70px 0 0;
  }
  .copy_header ul.menu li > a{
    padding: 30px 0 24px;
  }
  .copy_header .btn_booking,
  .copy_header .menu_bar{
    display: none;
  }

/************banner***********/
  .bannerArea{
    position: relative;
    overflow: hidden;
  }
  .bannerArea .wrap{
    max-width: 100%;
    padding: 0;
  }

  .bannerBox{
    position: relative;
    z-index: 10;
  }

  /*banner載入隱藏*/
    .bannerBox{
      position: relative;
      opacity: 0;
      -webkit-animation-name: bannershow;
      -webkit-animation-duration: 2s;
      -webkit-animation-fill-mode: forwards;
      animation-name: bannershow;
      animation-duration: 2s; 
      animation-fill-mode: forwards;
    }
    @-webkit-keyframes bannershow{
         0% {
        opacity:0;
      }
      100% {
        opacity:1;
      }
    }
    @keyframes bannershow{
         0% {
        opacity:0;
      }
      100% {
        opacity:1;
      }
    }
    .bannerBox li.hidden{
      display: none;
    }

  .bannerBox ul#banner{
    margin: 0;
    position: relative;
  }
  .bannerBox ul li{
    padding: 0;
    position: relative;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .bannerBox ul li .Img{
    position: relative;
    text-align: center;
  }
  .bannerBox ul li .Img a{
    position: relative;
    width: 100%;
    display: block;
  }
  .bannerBox ul li img{
    width: 100%;
    display: block;
  }

  /*bannerTxt*/
    .bannerBox .Txt{
      color: #fff;
      font-size: 15px;      
      line-height: 30px;
      width: 100%;
      max-width: 500px;
      text-align: center;
      padding: 0 30px 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      -ms-transform: translate(-50%,-50%);
      -moz-transform: translate(-50%,-50%);
      -webkit-transform: translate(-50%,-50%);
      -o-transform: translate(-50%,-50%);
      transform: translate(-50%,-50%);
      z-index: 10;
      text-shadow: 1px 1px 20px rgba(0, 0, 0, .1);
    }
    .bannerBox .Txt h1,
    .bannerBox .Txt h2{
      display: block;
      font-size: 24px;
      font-family: 'Crimson Text', 'Noto Serif TC', Arial, Helvetica, 'Noto Serif TC', 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
      font-weight: 300;
      line-height: 1.8;
      letter-spacing: 10px;
      margin-top: 5px;
    }
    .bannerBox .Txt p{
      display: block;
      color: #fff;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.6;
      letter-spacing: 1.5px;
      margin-top: 3px;
    }
    .bannerBox .Txt em{
      font-size: 42px;
      font-family: 'Philosopher', 'Noto Serif TC', Arial, Helvetica, 'Noto Serif TC', 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
      font-weight: 300;
      line-height: 1.1;
      letter-spacing: 0.8px;
      text-transform: uppercase;
      display: block;
    }
    .bannerBox .Txt em span{
      color: #f3bd39;
    }

/*********bookingArea*********/
  .bookingArea{
    width: 100%;
    margin-top: -45px;
    position: relative;
    z-index: 50;
    -moz-user-select: none;  /* for Firefox */ 
    -webkit-user-select: none;   /* for Chrome */
  }
  /*ani*/
    .bookingArea{
      opacity: 0;
      -webkit-transform: translate(0, 30px);
      transform: translate(0, 30px);
      -webkit-transition: all 0.4 ease;
      -moz-transition: all 0.4 ease;
      -o-transition: all 0.4 ease;
      transition: all 0.4 ease;
    }
    .bookingArea.show{
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
      -webkit-transition: all 0.4s 0.5s ease, transform 1.8s 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
      -moz-transition: all 0.4s 0.5s ease, transform 1.8s 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
      -o-transition: all 0.4s 0.5s ease, transform 1.8s 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
      transition: all 0.4s 0.5s ease, transform 1.8s 0.5s cubic-bezier(0.07, 0.51, 0.12, 1);
    }
  .bookingArea .wrap{
    max-width: 1160px;
    padding: 0 80px;
    background: #f8f8f8;
    box-shadow: 0 1px 2px rgba(65, 65, 65, 0.2);
  }
  .bookingArea .bookingList{
    height: 90px;
    font-family: 'Crimson Text', Arial, Helvetica, 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
  }
  .bookingArea .bookingList li{
    /* width: 245px; */
    width: 400px;
    height: 40px;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .bookingArea .bookingList li:hover{
    background: rgba(255, 255, 255, 0.1);
  }
  .bookingArea .bookingList li.booking{
    width: 150px;
    background: #f3bd39;
  }
  .bookingArea .bookingList li.booking a{
    width: 100%;
    color: #4e3232;
    font-size: 13px;
    line-height: 40px;
    letter-spacing: 1px;
    display: block;
  }
  .bookingArea .bookingList li .dateBox,
  .bookingArea .bookingList li .roomBox{
    position: relative;
    width: 100%;
  }
  .bookingArea .bookingList li .dateBox::before{
    content: '';
    width: 32px;
    height: 28px;
    background: url(../images/calender.png) no-repeat right center;
    border-left: 1px solid #d8d8d8;
    position: absolute;
    top: calc(50% - 14px);
    right: 12px;
  }
  .bookingArea .bookingList li input[type="text"]{
    width: 100%;
    height: 40px;
    color: #121212;
    cursor: pointer;
    border: 1px solid #e7d664;
    background: #fff;
    font-size: 13px;
    font-family: 'Crimson Text', Arial, Helvetica, 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    padding: 0 15px;
  }
  .bookingArea .bookingList li input:-moz-placeholder{ 
    color: #121212;
  }
  .bookingArea .bookingList li input::-moz-placeholder{ 
    color: #121212;
  }
  .bookingArea .bookingList li input:-ms-input-placeholder{ 
    color: #121212;
  }
  .bookingArea .bookingList li input::-webkit-input-placeholder{ 
    color: #121212;
  }
  .bookingArea .bookingList li select{
    width: 100%;
    height: 40px;
    display: block;
    background: #fff;
    border: 1px solid #e7d664;
    padding: 0 15px;
    color: #121212;
    font-size: 13px;
    font-family: 'Crimson Text', Arial, Helvetica, 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
    font-weight: 300;
    text-transform: uppercase;
    cursor: pointer;
  }
  .bookingArea .bookingList li.has_sel input[type="text"],
  .bookingArea .bookingList li.has_sel select{
    font-size: 15px;
  }

/***********頁尾***********/
  footer{
    position: relative;
    padding: 0;
    background: #ead366;
  }
  footer address{
    display: inline-block;
    font-style: normal;
  }
  footer .titleBox{
    width: 100%;
  }
  footer .bottomBox{
    position: relative;
    padding: 15px 0 10px;
  }
  footer .bottomBox::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: rgba(255, 247, 210, 0.6);
    box-shadow: 0 1px 0 rgba(176, 143, 4, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }
  footer .bottomBox .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    -ms-align-items: center;
    align-items: center;
  }
  footer .bottomBox .social span{
    color: #897210;
    font-size: 13px;
  }
  footer .bottomBox .social span::after{
    content: '|';
    padding: 0 10px 0 8px;
  }
  footer .bottomBox .social a{
    width: 36px;
    display: inline-block;
    color: #4e3232;
    font-size: 17px;
    text-align: center;
  }
  footer .bottomBox .social a:hover{
    opacity: 0.5;
  }
  footer .bottomBox .social a i.icon_line{
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(../images/line.png) no-repeat center bottom;
    -webkit-transform: translateY(2px);
    -ms-transform: translateY(2px);
    transform: translateY(2px);
  }
  footer .topBox{
    padding: 50px 0 40px;
  }
  footer .topBox .wrap{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .topBox .logo{
    display: block;
    width: 200px;
    margin: 0;
    padding: 0;
    position: relative;
    text-align: center;
  }
  footer .topBox .logo a{
    display: inline-block;
    width: 100%;
    height: 133px; 
    background: url(../images/logo_f.png) no-repeat center left;
    position: relative;
    text-indent: -9999px;
  }
  footer .topBox .info{
    width: calc(100% - 200px - 275px - 390px);
    font-size: 13px;
    line-height: 30px;
    letter-spacing: 0.5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  footer .topBox .info a{
    color: #4e3232;
    display: inline-block;
  }
  footer .topBox .info a:not(.no_link):hover,
  footer .topBox .info a:not(.no_link):hover *{
    text-decoration: underline;
  }
  footer .topBox .info span{
    color: #897210;
  }
  footer .topBox .info span::after{
    content: '|';
    padding: 0 5px;
  }
  footer .topBox .link{
    width: 275px;
    position: relative;
    padding: 0 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  footer .topBox .link a{
    width: 50%;
    color: #4e3232;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
  }
  footer .topBox .link a:hover{
    text-decoration: underline;
  }
  footer .topBox .fb_fans{
    width: 390px;
    position: relative;
    padding: 15px 0;
    text-align: right;
  }
  footer .topBox .link::before,
  footer .topBox .fb_fans::before{
    content: '';
    display: block;
    width: 1px;
    height: 100%;
    background: rgba(255, 247, 210, 0.6);
    box-shadow: 1px 0 0 rgba(176, 143, 4, 0.5);
    position: absolute;
    top: 0;
    left: 0;
  }

  footer .copyright{
    width: calc(100% - 290px);
    color: #4e3232;
    font-size: 13px;
    font-weight: 300;
    letter-spacing: 0.5px;
    line-height: 1.4;
    text-align: left;
  }
  .translateIbest{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-left: 5px;
  }
  .translateIbest .design span{
    display: block;
    font-size: 13px;
    color: #4e3232;
  }
  .translateIbest .design a{
    text-decoration: none;
    color: #4e3232;
    display: inline-block;
    font-size: 13px;
  }
  .translateIbest .design a:hover{
    text-decoration: underline;
  }

/***********內頁***********/
  .mainArea.ins{
    padding: 80px 0;
    position: relative;
  }

  /*網站導覽bread*/
    .mainArea.ins .bread{
      width: 400px;
      color: #888;
      font-size: 13px;
      font-weight: 300;
      letter-spacing: 0.5px;
      position: absolute;
      bottom: 3px;
      right: 0;
      text-align: right;
      z-index: 10;
    }
    .mainArea.ins .bread a{
      color: #888;
    }
    .mainArea.ins .bread a:hover{
      color: #b08f04;
      text-decoration: underline;
    }
    .mainArea.ins .bread a i{
      color: #888;
      font-size: 12px;
      margin-right: 5px;
    }
    .mainArea.ins .bread span{
      display: inline-block;
      position: relative;
      margin: 0 2px;
    }
  
  .mainArea .contentBox{
    width: 100%;
    padding: 0;
    position: relative;
    margin: 0;
  }

  /*文章標題*/
    .mainArea .contentBox .articleTitle{
      color: #121212;
      font-size: 28px;
      font-family: 'Crimson Text', 'Noto Serif TC', Arial, Helvetica, 'Noto Sans TC', "微軟正黑體", Heiti TC, "メイリオ", sans-serif;
      font-weight: 400;
      line-height: 1.5;
      letter-spacing: 1px;
      border-bottom: 1px dashed rgba(176, 143, 4, 0.5);
      margin: 0 0 10px;
      padding: 0 0 2px;
      position: relative;
      text-align: left;
      display: block;
      z-index: 1;
    }

  /*類別*/
    .m_classLink{
      display: none;
    }
    .classBox{
      width: 100%;
      padding: 0;
      position: relative;
      margin: 40px 0 20px;
    }
    ul.classLink{
      display: block;
      padding: 0;
      position: relative;
      text-align: center;
      z-index: 4;
    }
    ul.classLink li{
      display: inline-block;
      position: relative;
      padding: 0 6px 10px;
    }
    ul.classLink li > a{
      color: #888;
      background: transparent;
      border: 1px solid #e4e4e4;
      border-radius: 0;
      display: block;
      font-size: 14px;
      font-weight: 100;
      line-height: 1;
      text-align: center;
      position: relative;
      padding: 7px 12px;
    }
    ul.classLink li:hover > a,
    ul.classLink li > a.current{
      color: #fff;
      background: #b08f04;
      border-color: #b08f04;
    }
    ul.classLink li > a.current::before{
      content: '';
      width: 0px;
      height: 0px;
      border-top: 5px solid #b08f04;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      position: absolute;
      top: 100%;
      left: calc(50% - 10px);
    }

    ul.classLink li > dl{
      width: 104%;
      position: absolute;
      top: 100%;
      left: -2%;
      opacity: 0;
      visibility: hidden;
    }
    ul.classLink li:hover > dl{
      opacity: 1;
      visibility: visible;
    }
    ul.classLink li > a.current + dl{
      display: block;
    }
    ul.classLink li > dl dt{
      display: block;
      padding: 1px 5px 0;
    }
    ul.classLink li > dl a,
    ul.classLink li a.current + dl a{
      display: block;
      margin: 0;
      padding: 5px 5px 5px 20px;
      background: rgba(255, 255, 255, 0.7);
      color: #555;
      font-size: 14px;
      letter-spacing: 0.8px;
      text-align: left;
    }
    ul.classLink li > dl a:hover,
    ul.classLink li a.current + dl a:hover,
    ul.classLink li a.current + dl a.current{
      color: #77aa00;
    }

  /*類別說明*/
    .mainArea.ins .classNote{
      color: #787878;
      font-size: 14px;
      text-align: left;
      position: relative;
      padding: 0 5px;
      margin: 0 0 30px;
    }
    .mainArea.ins .classNote img{
      max-width: 100%;
    }

  /*頁籤*/
    .tab{
      margin: 45px 0 0;
      border-bottom: 1px solid #ddd;
      text-align: center;
    }
    .tab a{
      display: inline-block;
      position: relative;
      padding: 5px 35px;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 1px;
      text-align: center;
      color: #444;
      border-radius: 0;
    }
    .tab a:hover{}
    .tab a.current{
      color: #fff;
      background: #c0a536;
    }
    .tab a::before{
      content: '';
      width: 0;
      height: 2px;
      background: #232323;
      position: absolute;
      bottom: -2px;
      left: 50%;
    }
    .tab a.current::before,
    .tab a:hover::before{
      width: 100%;
      left: 0;
    }
    .tab a.current::before{      
      background: #c0a536;
    }
    ul.tabContent{
      padding: 5px 0;
    }
    ul.tabContent > li{
      /*display: none;*/
    }
    ul.tabContent li .textEditor{
      margin: 0;
    }

  /*相簿*/
    ul.side_album{
      margin: 0 -8px;
    }
    ul.side_album li{
      width: calc(100% / 6);
      float: left;
      padding: 10px 8px;
    }
    ul.side_album li a{
      display: block;
      border: 5px solid #fff;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    }
    ul.side_album li:hover a{
      opacity: 0.5;
    }
    ul.side_album li a img{
      display: block;
      width: 100%;
    }

  /*頁碼*/
    .pageBox{
      width: 100%;
      margin: 20px 0 0;
      padding: 0;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
      justify-content: center;
    }
    .pageBox a{
      line-height: 65px;
      padding: 0 15px;
      text-align: center;
      color: #bbb;
      font-size: 16px;
      font-weight: 400;
      border-radius: 0;
      background: transparent;
    }
    .pageBox a:hover,
    .pageBox a.current{
      color: #333;
    }
    .pageBox a.page_prev,
    .pageBox a.page_next{
      width: 65px;
      height: 65px;
      border: 1px solid #e5e5e5;
      border-radius: 50%;
      font-size: 0;
      position: relative;
    }
    .pageBox a.page_prev{
      margin: 0 40px 0 0;
    }
    .pageBox a.page_next{
      margin: 0 0 0 40px;
    }
    .pageBox a.page_prev:hover,
    .pageBox a.page_next:hover{
      border-color: #6fa203;
    }
    .pageBox a.page_prev::before,
    .pageBox a.page_next::before{
      content: '';
      width: 22px;
      height: 1px;
      background: #333;
      position: absolute;
      top: 50%;
      left: calc(50% - 11px);
    }
    .pageBox a.page_prev::after,
    .pageBox a.page_next::after{
      content: '';
      width: 6px;
      height: 6px;
      border-top: 1px solid #333;
      border-right: 1px solid #333;
      position: absolute;
      top: calc(50% - 3px);
    }
    .pageBox a.page_prev::after{
      left: calc(50% - 11px);
      -webkit-transform: rotate(-135deg);
      transform: rotate(-135deg);
    }
    .pageBox a.page_next::after{
      right: calc(50% - 11px);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    .contentBox .textEditor{
      padding-top: 30px;
    }
  /*slideUnLock*/
    .captchaArea {
      display: inline-block;
      position: relative;
      width: 220px;
      height: 45px;
      margin-right: 10px;
      background-color: #ddd;
      border-radius: 0;
      vertical-align: top;
      text-align: center;
    }
    .captchaArea.unlocking .sliderBtn {
      transition: none;
    }
    .captchaArea .note{
      color: #121212;
      font-size: 14px;
      font-weight: 300;
      letter-spacing: 0.5px;
      line-height: 45px;
      padding: 0px;
      position: relative;
      pointer-events: none;
      z-index: 1;
    }
    .sliderBtn {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2;
      width: 45px;
      height: 45px;
      border: none;
      outline: none;
      background-color: #c0a536;
      border-radius: 0;
      cursor: pointer;
      transition: all .3s linear;
    }
    .sliderBtn::before {
      content: '';
      width: 8px;
      height: 8px;
      border-right: 1px solid #fff;
      border-top: 1px solid #fff;
      position: absolute;
      top: calc(50% - 5px);
      left: calc(50% - 5px);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      pointer-events: none;
    }
  
  table.breakpoint > tbody > tr > td.expand {
    cursor: pointer;
    background: url("../tw/images/plus.png/index.html") no-repeat 5px center;
    padding-left: 40px;
  }
  .mainArea .footable.breakpoint > tbody > tr > td > span.footable-toggle{
    color: #222;
  }


  /** 20230810 增加環境導覽按鈕 */
  .btn-vrtour{
    padding: 5px 15px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .icon-vrtour{
    background: transparent url(../images/vrtour/camera-vrtour.png);
	  height: 32px;
	  text-align: center;
	  width: 32px;
  }

  .icon-place-vrtour{
    background: transparent url(../images/vrtour/camera-vrtour-64x64.png);
	  height: 42px;
	  text-align: center;
	  width: 42px;
    background-size: cover;
  }

  /** 20230811 設定浮動按鈕位置 */
  .floatButtonBox {
    position: fixed;	
    bottom: 90px;			
    right: 12px;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

  .floatButtonBox.activity {
    opacity: 1;
    visibility: visible;
  }

  .floatButtonBox a{
    display: flex;
    justify-content: center;    
    background-color: #fdd23c;
    border-radius: 60%;
    padding: 5px;
    border: 2px solid white;
    margin: 0px 12px;
    width: 60px;
  }

  @media (max-width: 1180px){
  .floatButtonBox {
      bottom: 95px;
      display: block;
  }
 
}
  @media (max-width: 1550px){
  .floatButtonBox {
      bottom: 90px;
  }}
  @media (max-width: 450px){

  .icon-place-vrtour{
	  height: 42px;
	  width: 42px;
  }}

/**********響應式**********/
  @media (min-width: 1921px){
  }
  @media (max-width: 1550px){
    .goTopBox{
       /* bottom: 100px; */
       bottom: 160px; /** 20230810 增加 60px 因為下面有放環境導覽按鈕 */
      right: 25px;
    }
  }
  @media (max-width: 1250px){
    .bookingArea{
      margin-top: 0;
      opacity: 1;
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0);
    }
    .bookingArea .wrap{
      max-width: 100%;
      padding: 0 20px;
    }
    .bookingArea form{
      max-width: 990px;
      margin: 0 auto;
    }
    .bannerBox .Txt{
      padding: 0 30px;
    }
    footer .topBox .link{
      width: 200px;
    }
    footer .topBox .info{
      width: calc(100% - 200px - 200px - 390px);
    }
  }
  @media (max-width: 1180px){
    img{
      height: auto !important;
    }
    .outerWrap{
      padding-top: 60px;
    }
    .wrap{
      max-width: 100%;
      padding: 0 50px;
    }
    .copy_header,
    .menuBox,
    .goTopBox a.goTop::before,
    .goTopBox a.goTop::after{
      display: none;
    }
    .goTopBox{
      /* bottom: 95px;
      right: 30px; */
      bottom: 150px; /** 20230810 增加 60px 因為下面有放環境導覽按鈕 */
      right: 25px;/** 20230810 將右方與 facebook 位置垂直一致 */
    }
    .goTopBox a.goTop{
      width: 50px;
      height: 50px;
      font-size: 13px;
      background: #121212;
      border-radius: 50%;
      text-align: center;
      line-height: 50px;
    }
    footer .topBox .logo{
      width: 160px;
    }
    footer .topBox .fb_fans{
      width: 370px;
    }
    footer .topBox .info{
      width: calc(100% - 160px - 200px - 370px);
    }

    /*header*/
      header{
        height: 60px;
      }
      header .menu_bar{
        display: block;
      }
      header .rightBox{
        width: calc(100% - 210px - 80px);
        justify-content: flex-end;
      }
      header .languageBox{
        display: inline-block;
      }

    .languageBox{
      width: 140px;
      font-size: 13px;
    }
    .languageBox span{
      width: auto;
      padding-left: 25px;
    }
    .languageBox .sub_lang{
      width: 100%;
      left: 0;
    } 


    .mainArea.ins{
      padding: 80px 0;
    }

    /*手機menu*/
      .m_menu{
        display: block;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 1001;
      }
      .m_menu .mask{
        background: rgba(0, 0, 0, 0);
        position: fixed;
        width: 100%;
        height: 100vh;
        top: 0;
        right: 0;
        z-index: 10;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
      }
      .m_menu.active .mask{
        background: -webkit-linear-gradient(-540deg, rgba(142,195,31,1) 1%,rgba(248,182,43,1) 100%);
        background: linear-gradient(270deg, rgba(142,195,31,1) 1%,rgba(248,182,43,1) 100%);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.6s ease, background 0.4s 0.7s ease;
        -moz-transition: all 0.6s ease, background 0.4s 0.7s ease;
        -o-transition: all 0.6s ease, background 0.4s 0.7s ease;
        transition: all 0.6s 0.7s ease;
      }

      .m_menu .hideBox{
        width: 100%;
        height: 100vh;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        flex-direction: column;
        -ms-align-items: center;
        align-items: center;
        padding: 0 0 20px;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 11;
        overflow-x: hidden;
        overflow-y: auto;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        transform: rotateY(90deg);
        -webkit-transition: all 0.8s ease;
        -moz-transition: all 0.8s ease;
        -o-transition: all 0.8s ease;
        transition: all 0.8s ease;
      }
      .m_menu.active .hideBox{
        opacity: 1;
        visibility: visible;
        -webkit-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
        transform: rotateY(0deg);
      }
      .m_menu .hideBox::before{
        content: '';
        width: 20%;
        height: 40%;
        background: -webkit-linear-gradient(-540deg, rgba(142,195,31,1) 1%,rgba(248,182,43,1) 100%);
        background: linear-gradient(270deg, rgba(142,195,31,1) 1%,rgba(248,182,43,1) 100%);
        position: absolute;
        top: 30%;
        left: 40%;
        z-index: -1;
        opacity: 0;
        -webkit-transition: all 0.6s ease, opacity 0.4s ease;
        -moz-transition: all 0.6s ease, opacity 0.4s ease;
        -o-transition: all 0.6s ease, opacity 0.4s ease;
        transition: all 0.6s ease, opacity 0.4s ease;
      }
      .m_menu.active .hideBox::before{
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        -webkit-transition: all 0.6s cubic-bezier(0.07, 0.51, 0.12, 1);
        -moz-transition: all 0.6s cubic-bezier(0.07, 0.51, 0.12, 1);
        -o-transition: all 0.6s cubic-bezier(0.07, 0.51, 0.12, 1);
        transition: all 0.6s cubic-bezier(0.07, 0.51, 0.12, 1);
      }

      /*btn_close*/
        .m_menu .btn_close{
          opacity: 0;
          visibility: hidden;
          -webkit-transform: scale(0.1);
          -ms-transform: scale(0.1);
          transform: scale(0.1);
          position: absolute;
          top: 0;
          right: 5px;
          -webkit-transition: all 0.6s ease, opacity 0.4s ease;
          -moz-transition: all 0.6s ease, opacity 0.4s ease;
          -o-transition: all 0.6s ease, opacity 0.4s ease;
          transition: all 0.6s ease, opacity 0.4s ease;
        }
        .m_menu.active .btn_close{
          opacity: 1;
          visibility: visible;
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1);
          -webkit-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          -moz-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          -o-transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
          transition: all 0.4s ease, transform 0.8s 1.4s cubic-bezier(0.68, -0.55, 0.265, 2.05), opacity 0.8s 1.4s ease;
        }
        .m_menu .btn_close a{
          width: 50px;
          height: 50px;
          font-size: 0;
          cursor: pointer;
          border-radius: 50%;
          background: transparent;
          position: relative;
          display: inline-block;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
        }
        .m_menu .btn_close a::before,
        .m_menu .btn_close a::after{
          content: '';
          width: 20px;
          height: 2px;
          background: #121212;
          position: absolute;
          top: calc(50% - 1px);
          left: calc(50% - 10px);
          -ms-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -webkit-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
        }
        .m_menu .btn_close a::after{
          -ms-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
        }
        .m_menu .btn_close a:hover::before{
          -ms-transform: rotate(28deg);
          -moz-transform: rotate(28deg);
          -webkit-transform: rotate(28deg);
          -o-transform: rotate(28deg);
          transform: rotate(28deg);
        }
        .m_menu .btn_close a:hover::after{
          -ms-transform: rotate(-28deg);
          -moz-transform: rotate(-28deg);
          -webkit-transform: rotate(-28deg);
          -o-transform: rotate(-28deg);
          transform: rotate(-28deg);
        }

      /*logo*/
        .m_menu .m_logo{
          display: inline-block;
          width: 100%;
          text-align: left;
          margin: 0;
          padding: 10px 0 10px 15px;
          position: relative;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: all 0.4s ease, opacity 0.05s ease;
          -moz-transition: all 0.4s ease, opacity 0.05s ease;
          -o-transition: all 0.4s ease, opacity 0.05s ease;
          transition: all 0.4s ease, opacity 0.05s ease;
        }
        .m_menu.active .m_logo{
          opacity: 1;
          visibility: visible;
          -webkit-transition: all 0.6s ease;
          -moz-transition: all 0.6s ease;
          -o-transition: all 0.6s ease;
          transition: all 0.6s ease;
        }
        .m_menu .m_logo::before{
          content: '';
          width: 0;
          height: calc(100% + 30px);
          background: #fff;
          position: absolute;
          top: 0;
          left: 50%;
          z-index: -1;
        }
        .m_menu.active .m_logo::before{
          width: 100%;
          left: 0;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          -webkit-transition-delay: 0.4s;
          -moz-transition-delay: 0.4s;
          -o-transition-delay: 0.4s;
          transition-delay: 0.4s;
        }
        .m_menu .m_logo a{
          display: inline-block;
          width: 210px;
          height: 60px; 
          background: url(../images/logo.svg) no-repeat center;
          -webkit-background-size: contain;
          background-size: contain;
          text-indent: -9999px;
          -webkit-transform: rotateY(90deg);
          -ms-transform: rotateY(90deg);
          transform: rotateY(90deg);
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
        }
        .m_menu.active .m_logo a{
          -webkit-transform: rotateY(0deg);
          -ms-transform: rotateY(0deg);
          transform: rotateY(0deg);
          -webkit-transition: all 1s cubic-bezier(0.07, 0.51, 0.12, 1);
          -moz-transition: all 1s cubic-bezier(0.07, 0.51, 0.12, 1);
          -o-transition: all 1s cubic-bezier(0.07, 0.51, 0.12, 1);
          transition: all 1s cubic-bezier(0.07, 0.51, 0.12, 1);
          -webkit-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
        }

      /*menu*/
        .m_menu ul.nav{
          width: 100%;
          max-width: 470px;
          padding: 20px 35px 25px;
          position: relative;
          z-index: 15;
          opacity: 0;
          -webkit-transition: all 0.4s ease, opacity 0.05s ease;
          -moz-transition: all 0.4s ease, opacity 0.05s ease;
          -o-transition: all 0.4s ease, opacity 0.05s ease;
          transition: all 0.4s ease, opacity 0.05s ease;
        }
        .m_menu.active ul.nav{
          opacity: 1;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
        }
        .m_menu ul.nav::before{
          content: '';
          width: calc(100% - 70px);
          height: 100%;
          background: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          position: absolute;
          top: 50px;
          left: 35px;
          z-index: -1;
          opacity: 0;
          -webkit-transition: all 0.4s ease, opacity 0.1s ease;
          -moz-transition: all 0.4s ease, opacity 0.1s ease;
          -o-transition: all 0.4s ease, opacity 0.1s ease;
          transition: all 0.4s ease, opacity 0.1s ease;
        }
        .m_menu.active ul.nav::before{
          opacity: 1;
          top: 0;
          -webkit-transition: all 0.8s ease, opacity 0.4s ease;
          -moz-transition: all 0.8s ease, opacity 0.4s ease;
          -o-transition: all 0.8s ease, opacity 0.4s ease;
          transition: all 0.8s ease, opacity 0.4s ease;
          -webkit-transition-delay: 0.7s;
          -moz-transition-delay: 0.7s;
          -o-transition-delay: 0.7s;
          transition-delay: 0.7s;
        }
        .m_menu ul.nav li{
          display: block;
          text-align: center;
          padding: 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: skewY(20deg) translate3d(0, 120%, 0);
          -ms-transform: skewY(20deg) translate3d(0, 120%, 0);
          transform: skewY(0deg) translate3d(0, 120%, 0);
          -webkit-transition: all 0.8s ease, opacity 0.3s ease;
          -moz-transition: all 0.8s ease, opacity 0.3s ease;
          -o-transition: all 0.8s ease, opacity 0.3s ease;
          transition: all 0.8s ease, opacity 0.3s ease;
        }
        .m_menu.active ul.nav li{
          opacity: 1;
          visibility: visible;
          -webkit-transform: translateZ(0);
          -ms-transform: translateZ(0);
          transform: translateZ(0);
          -webkit-transition: all 0.8s ease;
          -moz-transition: all 0.8s ease;
          -o-transition: all 0.8s ease;
          transition: all 0.8s ease;
        }
        .m_menu.active ul.nav li:nth-of-type(1){
          -webkit-transition-delay: 0.9s;
          -moz-transition-delay: 0.9s;
          -o-transition-delay: 0.9s;
          transition-delay: 0.9s;
        }
        .m_menu.active ul.nav li:nth-of-type(2){
          -webkit-transition-delay: 0.95s;
          -moz-transition-delay: 0.95s;
          -o-transition-delay: 0.95s;
          transition-delay: 0.95s;
        }
        .m_menu.active ul.nav li:nth-of-type(3){
          -webkit-transition-delay: 1s;
          -moz-transition-delay: 1s;
          -o-transition-delay: 1s;
          transition-delay: 1s;
        }
        .m_menu.active ul.nav li:nth-of-type(4){
          -webkit-transition-delay: 1.05s;
          -moz-transition-delay: 1.05s;
          -o-transition-delay: 1.05s;
          transition-delay: 1.05s;
        }
        .m_menu.active ul.nav li:nth-of-type(5){
          -webkit-transition-delay: 1.1s;
          -moz-transition-delay: 1.1s;
          -o-transition-delay: 1.1s;
          transition-delay: 1.1s;
        }
        .m_menu.active ul.nav li:nth-of-type(6){
          -webkit-transition-delay: 1.15s;
          -moz-transition-delay: 1.15s;
          -o-transition-delay: 1.15s;
          transition-delay: 1.15s;
        }
        .m_menu.active ul.nav li:nth-of-type(7){
          -webkit-transition-delay: 1.2s;
          -moz-transition-delay: 1.2s;
          -o-transition-delay: 1.2s;
          transition-delay: 1.2s;
        }
        .m_menu.active ul.nav li:nth-of-type(8){
          -webkit-transition-delay: 1.25s;
          -moz-transition-delay: 1.25s;
          -o-transition-delay: 1.25s;
          transition-delay: 1.25s;
        }
        .m_menu.active ul.nav li:nth-of-type(9){
          -webkit-transition-delay: 1.3s;
          -moz-transition-delay: 1.3s;
          -o-transition-delay: 1.3s;
          transition-delay: 1.3s;
        }
        .m_menu ul.nav li > a{
          position: relative;
          padding: 10px 35px;
          display: inline-block;
          font-size: 15px;
          color: #121212;
          letter-spacing: 1.5px;
          line-height: 1.6;
        }
        .m_menu ul.nav li > a.current{
          color: #b08f04;
        }
        .m_menu ul.nav li a i{
          display: block;
          font-size: 12px;
          position: absolute;
          right: 10px;
          top: 50%;
          margin-top: -5px;
        }
        .m_menu ul.nav li .submenu{
          display: none;
          padding: 10px 5px;
          border-top: 1px solid #e5e5e5;
        }
        .m_menu ul.nav li .submenu a{
          padding: 5px 0;
          color: #121212;
          font-size: 15px;
          display: block;
        }
        .m_menu ul.nav li .submenu a:hover{
          color: #b08f04;
        }
        /*.m_menu ul.nav li.dropDown > a,
        .m_menu ul.nav li a.hidden{
          display: none;
        }*/

      /*m_language*/
        .m_language{
          width: 100%;
          max-width: 470px;
          position: relative;
          padding: 0 35px;
          text-align: center;
          z-index: 16;
          opacity: 0;
          visibility: hidden;
          -webkit-transform: translate(0,30px);
          -ms-transform: translate(0,30px);
          transform: translate(0,30px);
          -webkit-transition: all 0.4s ease, opacity 0.05s ease;
          -moz-transition: all 0.4s ease, opacity 0.05s ease;
          -o-transition: all 0.4s ease, opacity 0.05s ease;
          transition: all 0.4s ease, opacity 0.05s ease;
        }
        .m_menu.active .m_language{
          opacity: 1;
          visibility: visible;
          -webkit-transform: translate(0,0);
          -ms-transform: translate(0,0);
          transform: translate(0,0);
          -webkit-transition: all 0.6s ease, opacity 0.4s 1.4s ease, transform 0.6s 1.4s ease;
          -moz-transition: all 0.6s ease, opacity 0.4s 1.4s ease, transform 0.6s 1.4s ease;
          -o-transition: all 0.6s ease, opacity 0.4s 1.4s ease, transform 0.6s 1.4s ease;
          transition: all 0.6s ease, opacity 0.4s 1.4s ease, transform 0.6s 1.4s ease;
        }
        .m_language::before{
          content: '';
          width: calc(100% - 70px);
          height: 100%;
          background: #232323;
          position: absolute;
          top: 0;
          left: 35px;
          z-index: -1;
        }
        .m_language a{
          display: inline-block;
          color: #fff;
          font-size: 13px;
          line-height: 50px;
          margin: 0 5px;
        }

      /*m_booking*/
        .m_booking{
          width: 100%;
          max-width: 470px;
          padding: 0 35px;
          opacity: 0;
          visibility: hidden;
          z-index: 16;
          -webkit-transform: translate(0,30px);
          -ms-transform: translate(0,30px);
          transform: translate(0,30px);
          -webkit-transition: all 0.4s ease, opacity 0.05s ease;
          -moz-transition: all 0.4s ease, opacity 0.05s ease;
          -o-transition: all 0.4s ease, opacity 0.05s ease;
          transition: all 0.4s ease, opacity 0.05s ease;
        }
        .m_menu.active .m_booking{
          opacity: 1;
          visibility: visible;
          -webkit-transform: translate(0,0);
          -ms-transform: translate(0,0);
          transform: translate(0,0);
          -webkit-transition: all 0.6s ease, opacity 0.4s 1.5s ease, transform 0.8s 1.5s ease;
          -moz-transition: all 0.6s ease, opacity 0.4s 1.5s ease, transform 0.8s 1.5s ease;
          -o-transition: all 0.6s ease, opacity 0.4s 1.5s ease, transform 0.8s 1.5s ease;
          transition: all 0.6s ease, opacity 0.4s 1.5s ease, transform 0.8s 1.5s ease;
        }
        .m_booking a{
          width: 100%;
          height: 50px;
          line-height: 50px;
          letter-spacing: 0.5px;
          color: #fff;
          font-size: 14px;
          display: inline-block;
          background: #121212;
          text-align: center;
          text-transform: uppercase;
        }

  }
  @media (max-width: 1100px){
    footer .topBox .link{
      display: none;
    }
    footer .topBox .logo{
      width: 200px;
    }
    footer .topBox .fb_fans{
      width: 390px;
    }
    footer .topBox .info{
      width: calc(100% - 200px - 390px);
    }
  }
  @media (max-width: 1024px){
    .wrap{
      padding: 0 40px;
    }
  }
  @media (max-width: 960px){
    .bookingArea{
      display: none;
    }
    footer .topBox .logo{
      width: 170px;
    }
    footer .topBox .fb_fans{
      width: 370px;
    }
    footer .topBox .info{
      width: calc(100% - 170px - 370px);
    }

    header .btn_booking{
      display: inline-block;
      width: 120px;
      text-align: center;
      margin-left: 20px;
    }
    header .btn_booking a{
      color: #4e3232;
      background: #f3bd39;
      font-size: 13px;
      line-height: 34px;
      letter-spacing: 1px;
      display: block;
    }
  }
  @media (max-width: 900px){
    .mainArea.ins .bread{
      display: none;
    }
    .mainArea.ins .titleBox{
      text-align: center;
    }
    .mainArea.ins .titleBox h2{
      display: block;
      margin: 0;
    }
    /*classLink*/
      .classBox{
        padding: 0;
        border: 0;
      }
      ul.classLink{
        display: none;
      }
      .m_classLink{
        display: block;
        background: transparent;
        margin: 0;
        position: relative;
        z-index: 50;
      }
      .m_classLink a.main{
        display: block;
        margin: 0 auto;
        line-height: 45px;
        font-size: 14px;
        color: #fff;
        letter-spacing: 1px;
        padding: 0 40px 0 30px;
        background: #b08f04;
        border: 1px solid #ddd;
        position: relative;
      }
      .m_classLink a.main::before{
        content: '';
        width: 10px;
        height: 1px;
        background: #fff;
        position: absolute;
        top: 24px;
        left: 14px;
      }
      .m_classLink a.main b{
        font-weight: 300; 
      }
      .m_classLink a.main i{
        display: block;
        font-size: 16px;
        width: 50px;
        height: 100%;
        line-height: 45px;
        color: #fff;
        background: #2b2424;  
        text-align: center;   
        position: absolute;
        right: 0;
        top: 0;
      }
      .m_classLink ul{
        border: 1px solid #ddd;
        padding: 0;
        list-style: none;
        display: none;
        width: 100%;
        position: relative;
        left: 0;
        top: 100%;
        z-index: 999;
      }
      .m_classLink ul li{
        padding: 0;
        border-bottom: 1px solid #ddd;
      }
      .m_classLink ul > li:last-of-type{
        border: none;
      }
      .m_classLink ul li a{
        color: #333;
        display: block;
        letter-spacing: 1px;
        font-size: 14px;
        padding: 8px 8px 8px 30px;
        background: transparent;
      }
      .m_classLink ul li:hover > a{
        color: #fff;
        background: #232323;
      }
      .m_classLink ul li dl dt a{
        padding: 6px 10px 6px 50px;
        border-top: 1px solid #e5e5e5;
      }
      .m_classLink ul li dl dt a:hover{
        color: #111;
        background: #e4e4e4;
      }
      .m_classLink ul li dl dt a::before{
        content: '-';
        color: #444;
        font-size: 16px;
        padding-right: 10px;
      }
  }
  @media (max-width: 880px){
    footer .topBox .logo{
      display: none;
    }
    footer .topBox .fb_fans{
      width: 390px;
    }
    footer .topBox .info{
      width: calc(100% - 390px);
    }
  }
  @media (max-width: 768px){
    .bannerBox .Txt em{
      font-size: 36px;
    }
    .bannerBox .Txt h2{
      letter-spacing: 6px;
    }
    footer .topBox{
      padding: 40px 0 30px;
    }
    footer .topBox .info{
        width: 100%;
        text-align: center;
	font-size: 14px;
	line-height: 3;
    }
    footer .topBox .fb_fans{
      width: 100%;
      text-align: center;
    }
    footer .topBox .link::before, footer .topBox .fb_fans::before{
      display: none;
    }
    footer .bottomBox .wrap{
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      -o-flex-wrap: wrap;
      flex-wrap: wrap;
    }
    footer .copyright{
      width: 100%;
      text-align: center;
    }
    footer .bottomBox .social{
      width: 100%;
      margin-top: 15px;
      text-align: center;
    }
  }
  @media (max-width: 700px){
    header .rightBox{
    width: calc(100% - 210px - 60px);
    }
    header .languageBox{
      display: none;
    }
    header .menu_bar{
      width: 60px;
    }
  }
  @media (max-width: 640px){
    .txt_oneLine{
      overflow: visible;
      text-overflow: clip;
      white-space: unset;
    }
    .wrap{
      padding: 0 30px;
    }
    .mainArea.ins{
      padding: 30px 0 50px;
    }
    .bannerBox .Txt p{
      font-size: 13px;
      margin-top: 0;
    }
    .bannerBox .Txt h2{
      font-size: 18px;
      margin-top: 0;
    }
    .bannerBox .Txt em{
      font-size: 28px;
    }
  }
  @media (max-width: 580px){
  }
  @media (max-width: 480px){
    .wrap{
      padding: 0 20px;
    }
    .titleBox em{
      font-size: 40px;
    }
    header .rightBox{
      width: calc(100% - 210px - 40px);
    }
    header .menu_bar{
      width: 40px;
    }
    .tab a{
      padding: 5px 15px;
    }
  }
  @media (max-width: 400px){
    .mainArea .contentBox .articleTitle{
      font-size: 22px;
      line-height: 1.6;
    }
    .bannerBox .Txt em{
      display: none;
    }
    header .btn_booking{
      display: none;
    }
  }
  @media (max-width: 360px){
    .wrap{
      padding: 0 18px;
    }

    /*menu*/
      .m_menu ul.nav li > a{
        padding: 6px 35px;
      }
  }

/* rectPrev,rectNext */
  .arrowsBox{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .rectPrev,
  .rectNext{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0;
    background: transparent;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    color: transparent;
    cursor: pointer;
    margin: 0 10px 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .rectPrev:hover,
  .rectNext:hover{
    background: #bd9d64;
    border-color: #bd9d64;
  }
  .rectPrev::before,
  .rectNext::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 0;
    position: absolute;
    top: calc(50% - 3px);
    left: calc(50% - 3px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .rectPrev::before{
    border-bottom: 1px solid #9a9a9a;
    border-left: 1px solid #9a9a9a;
  }
  .rectNext::before{
    border-top: 1px solid #9a9a9a;
    border-right: 1px solid #9a9a9a;
  }
  .rectPrev:hover::before,
  .rectNext:hover::before{
    border-color: #fff;
  }

/* dots */
  .dotsBox.center{
    text-align: center;
  }
  .dotsBox ul.dots{
    margin: 0;
    position: relative;
    z-index: 5;
  }
  .dotsBox ul.dots li{
    padding: 0 10px;
    position: relative;
    display: inline-block;
    margin: 0;
  }
  .dotsBox .dots li button{
    position: relative;
    display: block;
    width: 7px;
    height: 7px;
    padding: 0;
    font-size: 0;
    border: 1px solid transparent;
    border-radius: 0;
    background: transparent;
    color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .dotsBox .dots li.slick-active button,
  .dotsBox .dots li:hover button{}
  .dotsBox .dots li button::before{
    content: '';
    width: 7px;
    height: 7px;
    background: #bbb;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .dotsBox .dots li.slick-active button::before,
  .dotsBox .dots li:hover button::before{
    width: 11px;
    height: 11px;
    top: -2px;
    left: -2px;
  }
  .dotsBox .dots li.slick-active button::before{
      background: #121212;
  }

/***Hover效果1: 放大淡出***/
  .imh_opacity{
    position: relative;
    overflow: hidden;
  }
  .imh_opacity a::before{
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(35deg, rgba(189, 157, 100,0.65) 0%,rgba(189, 157, 100, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
  }
  .imh_opacity:hover a::before{
    opacity: 0.5;
  }
  .imh_opacity img{
    -webkit-transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
    -o-transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
  }
  .imh_opacity:hover img{
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

/***Hover效果1: 放大淡出Detail***/
  .imh_detail{
    position: relative;
    overflow: hidden;
  }
  .imh_detail img {
    -webkit-transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
    -o-transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
    transition: all 1.5s cubic-bezier(0.07, 0.51, 0.12, 1);
  }
  .imh_detail:hover img{
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

/***Hover效果1: 放大淡出zoom***/
  .imh_zoom{
    position: relative;
    overflow: hidden;
  }
  .imh_zoom img{
    -webkit-transition: all 0.45s linear;
    -o-transition: all 0.45s linear;
    transition: all 0.45s linear;
  }
  li:hover .imh_zoom img,
  .imh_zoom:hover img{
    opacity: 1;
    -webkit-transform: scale(1.1) rotate(5deg);
    -ms-transform: scale(1.1) rotate(5deg);
    transform: scale(1.1) rotate(5deg);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

/*--最新消息icon--*/

/****圖示顏色****/
  .newIcon_green {
    background: #6db801;
  }
  .newIcon_brown {
    background: #ed842e;
  }
  .newIcon_pink {
    background: #f48daf;
  }
  .newIcon_blue {
    background: #01afb8;
  }
  .newIcon_navy {
    background: #3f4c6b;
  }
  .newIcon_orange {
    background: #f67e2a;
  }
  .newIcon_gold {
    background: #eab92d;
  }
  .newIcon_burgundyRed {
    background: #a90329;
  }
  .newIcon_purple {
    background: #cb60b3;
  }
