@charset "utf-8";
/* CSS Document */

.textEditor .logo_brand_bar{
  margin-top: 90px;
  text-align: center;
}
.textEditor .logo_brand_bar img{
  display: inline-block;
}

.textEditor .img_hotel{
  padding-left: 20px;
}

/**********響應式**********/
@media (max-width:1023px) {
  .textEditor .editorBox .Txt,
  .textEditor .editorBox.reverse .Txt{
    padding: 20px 0;
  }
  .textEditor .editorBox.reverse{
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  .textEditor .logo_brand_bar{
    margin-top: 50px;
  }
}

/*btn_circle*/
  .btn_circle{
    text-align: center;
  }
  .btn_circle a{
    width: 140px;
    height: 140px;
    background: #102232;
    border-radius: 50%;
    color: #fff;
    line-height: 120px;
    text-align: center;
    display: inline-block;
  }
  .btn_circle a:hover{
    background: #830051;
  }
  .btn_circle a span{
    display: block;
    line-height: 1;
    margin-top: -45px;
  }
  .contentBox .textEditor .btn_circle a{
    color: #fff;
    position: relative;
  }
  .contentBox .textEditor .btn_circle a:before{
    content: '';
    width: 180px;
    height: 180px;
    background: transparent;
    border: 1px solid rgba(27, 27, 27, 0.5);
    border-radius: 50%;
    position: absolute;
    top: calc(50% - 90px);
    left: calc(50% - 90px);
  }
  .contentBox .textEditor .btn_circle a:hover:before{
    background: rgba(131, 0, 81, 0.2);
    border: 1px solid rgba(131, 0, 81, 0.6);
  }
  .btn_circle.map_download{
    margin-top: -70px;
    margin-bottom: 40px;
  }
  .btn_circle.scenery720{
    margin-top: 65px;
    padding-bottom: 15px;
  }
  .btn_circle.scenery720 a::after{
    content: '';
    width: 22px;
    height: 22px;
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: calc(50% + 6px);
    left: calc(50% - 11px);
  }

/**********響應式**********/
@media (max-width:480px) {
  .btn_circle.scenery720{
    margin-top: 45px;
  }
}
@media (max-width:400px) {
  .btn_circle.map_download{
    margin-top: -20px;
    margin-bottom: 25px;
  }
}

#gmap_s{
  width: 100%;
  height: 415px;
}
.mapbox{
  font-family: '微軟正黑體';
}

/*trafficTab*/
  ul.trafficTab{
    list-style: none;
    padding: 0;
    margin-top: -50px;
    margin-bottom: 40px;
  }
  ul.trafficTab li{
    display: inline-block;
    position: relative;
    padding: 0 5px;
    margin-right: 35px;
    cursor: pointer;
    color: #23272a;
    font-size: 16px;
    letter-spacing: 0.5px;
  }
  ul.trafficTab li::before{
    content: '';
    width: 100%;
    height: 1px;
    background: #a30066;
    position: absolute;
    bottom: -5px;
    left: 0;
    opacity: 0;
  }
  ul.trafficTab li:hover::before{
    bottom: 0;
    opacity: 1;
  }

/**********響應式**********/
@media (max-width: 550px){
  ul.trafficTab li{
    margin-right: 15px;
  }
}
@media (max-width: 480px){
  ul.trafficTab{
    margin-top: -20px;
  }
  ul.trafficTab li{
    margin-right: 8px;
  }
}
@media (max-width: 400px){
  ul.trafficTab li{
    margin-right: 0px;
    margin-bottom: 5px;
  }
}

/*trafficList*/
  ul.trafficList{
    list-style: none;
    padding-top: 50px;
    padding-left: 90px;
    max-width: 1060px;
  }
  ul.trafficList li{
    position: relative;
    padding-left: 8px;
    margin-bottom: 50px;
  }
  ul.trafficList li:last-of-type{
    margin-bottom: 0;
  }
  ul.trafficList li .byIcon{
    width: 80px;
    height: 80px;
    position: absolute;
    top: -30px;
    left: -90px;
  }
  ul.trafficList li h3{
    color: #23272a;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
  }
  ul.trafficList li strong{
    color: #1b1b1b;
  }

/**********響應式**********/
@media (max-width: 640px){
  ul.trafficList{
    padding-left: 0;
  }
  ul.trafficList li h3{
    padding-left: 60px;
    margin-bottom: 20px;
  }
  ul.trafficList li .byIcon{
    width: 50px;
    height: 50px;
    top: -15px;
    left: 0;
  }
}

/*historylist*/
  ul.historylist {
    padding-left: 60px;
    padding-right: 40px;
    position: relative;
    margin-top: -20px;
  }
  ul.historylist::before {
    content: '';
    width: 1px;
    height: 100%;
    background: #a30066;
    position: absolute;
    top: 8px;
    left: 20px;
  }
  ul.historylist li {
    position: relative;
    padding: 0 0 60px;
    margin: 0;
    list-style-type: none;
    clear: both;
  }
  ul.historylist li:last-of-type {
    padding: 0 0 80px;
  }
  ul.historylist li::before {
    content: '';
    width: 13px;
    height: 13px;
    background: #a30066;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: -46px;
  }
  ul.historylist li .year {
    color: #23272a;
    font-size: 30px;
    letter-spacing: 0.5px;
    line-height: 1;
    padding-bottom: 12px;
    position: relative;
    margin-bottom: 10px;
  }
  ul.historylist li .year::before {
    content: '';
    width: 30px;
    height: 1px;
    background: #d1c0a5;
    position: absolute;
    bottom: 0;
    left: 0;
  }

/**********響應式**********/
@media (max-width: 640px){
  ul.historylist{
    padding-right: 0;
  }
}
@media (max-width: 400px){
  ul.historylist::before{
    left: 0;
  }
  ul.historylist{
    padding-left: 25px;
  }
  ul.historylist li,
  ul.historylist li:last-of-type{
    padding: 0 0 50px;
  }
  ul.historylist li::before{
    left: -31px;
  }
  ul.historylist li .year{
    font-size: 24px;
  }
  .textEditor .img_hotel{
    padding-left: 0;
  }
}


/*othersPage*/
  .othersPage{
    width: 100%;
    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;
  }
  .othersPage li{
    width: 50%;
    position: relative;
    padding: 130px 0 90px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
  }
  .othersPage li::before{
    content: '';
    width: 100%;
    height: 100%;
    background: #313131;
    position: absolute;
    top: 0;
    left: 0;
  }
  .othersPage li.current::before{
    background: rgba(178, 63, 131, 0.75);
  }
  .othersPage li .Txt{
    color: #fff;
    font-size: 20px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .othersPage li .Txt a{
    display: block;
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
    opacity: 0;
  }
  .othersPage li.current .Txt a{
    opacity: 1;
  }

/**********響應式**********/
@media (max-width: 1000px){
  .othersPage li{
    padding: 90px 0 70px;
  }
}
@media (max-width: 640px){
  .othersPage li{
    padding: 70px 0 50px;
  }
}
@media (max-width: 480px){
  .othersPage li{
    width: 100%;
    padding: 60px 0 40px;
  }
}
