@import url('https://fonts.googleapis.com/css?family=Noto+Sans+TC&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');
html,
body {
	width: 100%;
	overflow-x:hidden;
	line-height: 1.5;
  color: #111;
  font-weight: 400;
	font-size: 1em;
  font-family: 'Noto Sans', sans-serif;	
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, botton{
	font-family: 'Noto Sans', sans-serif;
	font-weight: 500;
}
.style-zh{
  font-family: 'Noto Sans TC', sans-serif;
}
.g-color-gray{
  color: #dcd4c9 !important;
}
.u-header__logo-img{
  width: 50px;
}
.u-header__section--light .navbar-brand, 
.u-header__section--light--shift.js-header-change-moment .navbar-brand {
  position: fixed;
  opacity: 1;
  top: 10px;
  left: 10px;
  z-index: 10000;
  width: 120px;
  height: 140px;
  display: block; 
}
.u-header__logo-img:not(.u-header__logo-img--main) {
  width: 100%;
  opacity: 1;
}
.index-wrapper{
  text-align: center;
}
.index-wrapper a{
  color: #8C6E4A;
  text-decoration: none;
  display: inline-block;
  padding: 5px 0;
  border-bottom: 2px solid #8C6E4A;
  transition: all .5s ease;
}
.index-wrapper a:hover{
  color: #fff;
  border-bottom: 2px solid #fff;
}
.hs-has-sub-menu > a::after {
    display: none;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link {
    color: #fff;
    padding: 10px;
    font-weight: 600;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .open > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .active > .nav-link, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.open, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link.active {
    color: #fff;
    background-color: #420A15;
}
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--light .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:focus, 
.u-header__section--light--shift.js-header-change-moment .navbar-nav:not([class*="u-main-nav-v"]) .nav-link:hover {
    color: #fff;
    background-color: rgba(255,255,255,0.2);
}
.main-logo{
  height: 50px;
}
.g-bg-primary {
    background-color: rgba(66, 10, 21, 1) !important;
}
.photo-bg{
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.dropdown-item {
    padding: 0;
}
.menu-wrapper{
  position: fixed;
  width: 60px;
  left: 0px;
  top: 30vh;
  bottom: 0;
  display: block;
  z-index: 200;
}
.menu-wrapper a:first-child{
  position: fixed;
  top: 30vh;
  left: 0;
  display: block;
  height: 20vh;
  width: 60px;
  background-color: rgba(140, 110, 74, 0);
  border-left: 4px solid rgba(140, 110, 74, 0);
  border-right: 4px solid rgba(140, 110, 74, 0.9);
  text-decoration: none;
  transition: all .5s ease;
}
.menu-wrapper a:last-child{
  position: fixed;
  top: 50vh;
  left: 0;
  border: none;
  display: block;
  height: 50vh;
  width: 60px;
  background-color: rgba(140, 110, 74, 0);
  border-left: 4px solid rgba(140, 110, 74, 0);
  border-right: 4px solid rgba(140, 110, 74, 0.9);
  border-top: 1px solid rgba(140, 110, 74, 0.8);
  text-decoration: none;
  transition: all .5s ease;
}
.menu-wrapper a:hover{
  background-color: rgba(140, 110, 74, 1);
  color: #fff;
}
.btn-menu .line{
  background-color: #fff;
  display: block;
  height: 1px;
  margin: 10px 0;
  transition: all .5s ease;
}
/*.menu-wrapper button:nth-child(1){
  position: absolute;
  top: 30vh;
  left: 0;
  border: none;
  display: block;
  height: 20vh;
  width: 60px;
  background-color: rgba(140, 110, 74, 0);
  border-left: 4px solid rgba(140, 110, 74, 0);
  border-right: 4px solid rgba(140, 110, 74, 0.2);
  text-decoration: none;
  transition: all .5s ease;
}
.menu-wrapper button:nth-child(1):after{
  width: 1px;
  height: 50%;
  display: block;
  position: absolute;
  left: 25px;
  bottom: 0;
  content: "";
  background-color: rgba(255,255,255,0.2);
  transition: all .5s ease;
}*/
.menu-wrapper button:hover:nth-child(1):after{
  background-color: rgba(255,255,255,0.5);
}
.menu-wrapper button:nth-child(2){
  position: absolute;
  top: 50vh;
  left: 0;
  border: none;
  display: block;
  height: 40vh;
  width: 60px;
  background-color: rgba(140, 110, 74, 0);
  border-left: 4px solid rgba(140, 110, 74, 0);
  border-right: 4px solid rgba(140, 110, 74, 0.2);
  text-decoration: none;
  transition: all .5s ease;
}
/*.menu-wrapper button:nth-child(2):after{
  width: 1px;
  height: 30%;
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
  content: "";
  background-color: rgba(255,255,255,0.2);
  transition: all .5s ease;
}*/
.menu-wrapper button:hover:nth-child(2):after{
  background-color: rgba(255,255,255,0.5);
  height: 35%;
}
.menu-wrapper button:nth-child(3){
  position: absolute;
  top: 80%;
  left: 0;
  border: none;
  display: block;
  height: 20%;
  width: 60px;
  background-color: rgba(140, 110, 74, 0.2);
  border-left: 4px solid rgba(140, 110, 74, 0);
  border-right: 4px solid rgba(140, 110, 74, 0);
  background-image: url('../img/menu-map.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-decoration: none;
  transition: all .5s ease;
}
.menu-wrapper button:nth-child(3) .btn-menu-map{
  width: 40px;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease;
  position: absolute;
  bottom: 10px;
}
.menu-wrapper a:first-child .btn-menu{
  position: absolute;
  top: 80px;
  left: -55px;
  width: 160px;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: 600;
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  word-break: keep-all;
  color: rgba(140, 110, 74, 1);
  text-decoration: none;
  transition: all .5s ease;
}
.menu-wrapper a:hover:first-child .btn-menu{
  color: #fff;
}
.menu-wrapper a:last-child .btn-menu{
  position: absolute;
  top: 110px;
  left: -75px;
  width: 200px;
  letter-spacing: 1px;
  font-size: 1.4em;
  font-weight: 600;
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  word-break: keep-all;
  color: rgba(140, 110, 74, 1);
  text-decoration: none;
  transition: all .5s ease;
}
.menu-wrapper a:hover:last-child .btn-menu{
  color: #fff;
}
.menu-wrapper button:hover{
  border-right: 4px solid rgba(140, 110, 74, 0.8);
}
.menu-wrapper button:nth-child(1):hover .btn-menu,
.menu-wrapper button:nth-child(2):hover .btn-menu{
  color: #fff;
}
.menu-wrapper button.active{
  border-right: 4px solid rgba(140, 110, 74, 1);
  background-color: rgba(140, 110, 74, 1);
}
.menu-wrapper button:nth-child(1).active .btn-menu,
.menu-wrapper button:nth-child(2).active .btn-menu{
  color: #fff !important;
}
.menu-wrapper button:nth-child(3).active {
  background-color: rgba(140, 110, 74, 1);
}
.btn-menu .line{
  background-color: #fff;
  display: block;
  height: 1px;
  margin: 10px 0;
  transition: all .5s ease;
}
.menu-map{
  position: fixed;
  width: 60px;
  left: 10px;
  top: 10px;
  bottom: calc(25vh - 10px);
}
.menu-wrapper-close{
  position: fixed;
  width: 60px;
  left: 0;
  height: 20vh;
  top: 30vh;
  bottom: 50vh;
  display: block;
  display: block;
  padding-left: 5px;
  background-color: rgba(66, 10, 21, 0.85);
  border: none;
  z-index: 9999;
  font-size: 0.8em;
  color: #fff;
}
.menu-wrapper-close i{
  position: fixed;
  left: 10px;
  top: calc(30vh + 210px);
  width: 40px;
  font-size: 1.7em;
  color: #fff;
  text-align: center;
}
.menu-wrapper-close span{
  position: fixed;
  left: 10px;
  top: calc(30vh + 230px);
  width: 40px;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
}
.menu-wrapper-close .close-title{
  position: absolute;
  top: 45px;
  left: -51px;
  width: 160px;
  letter-spacing: 1px;
  font-size: 1.7em;
  font-weight: 600;
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  word-break: keep-all;
  color: rgba(140, 110, 74, 1);
  text-decoration: none;
  transition: all .5s ease;
}
.menu-wrapper-close2{
  position: fixed;
  width: 60px;
  left: 0;
  top: 50vh;
  bottom: 0;
  display: block;
  display: block;
  padding-left: 5px;
  background-color: rgba(66, 10, 21, 0.85);
  border: none;
  z-index: 9999;
  font-size: 0.8em;
  color: #fff;
}
.menu-wrapper-close2 i{
  position: fixed;
  left: 10px;
  bottom: 60px;
  width: 40px;
  font-size: 1.7em;
  color: #fff;
  text-align: center;
}
.menu-wrapper-close2 span{
  position: fixed;
  left: 10px;
  bottom: 40px;
  width: 40px;
  font-size: 0.7em;
  color: #fff;
  text-align: center;
}
.menu-wrapper-close2 .close-title{
  position: absolute;
  top: 95px;
  left: -71px;
  width: 200px;
  letter-spacing: 1px;
  font-size: 1.7em;
  font-weight: 600;
  -moz-transform:rotate(90deg);
  -webkit-transform:rotate(90deg);
  -o-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  word-break: keep-all;
  color: rgba(140, 110, 74, 1);
  text-decoration: none;
  transition: all .5s ease;
}
.menu-bottom-wrapper{
  position: fixed;
  width: 60px;
  left: 10px;
  top: 75vh;
  bottom: 10px;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.3);
}
.menu-bottom-wrapper a{
  display: block;
  padding-left: 10px;
  height: 100%;
  background-color: #8C6E4A;
  transition: all .5s ease;
  background-image: url('../img/menu-map.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-decoration: none;
}
.menu-bottom-wrapper a:hover{
  background-color: #555559;
}
.menu-bottom-wrapper a .btn-menu-map{
  width: 40px;
  font-size: 0.8em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease;
  padding: 21vh 0 0 0;
}
.menu-bottom-wrapper-close{
  position: fixed;
  width: 60px;
  left: 10px;
  top: 75vh;
  bottom: 10px;
  display: block;
  padding-left: 8px;
  height: calc(25vh - 10px);
  background-color: #420A15;
  transition: all .5s ease;
  background-image: url('../img/menu-map.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  text-decoration: none;
  border: none;
  color: #fff;
  font-size: 0.8em;
  z-index: 9999;
}
.menu-bottom-wrapper-close i{
  font-size: 1.3em;
  color: #fff;
  text-align: center;
  text-decoration: none;
  transition: all .5s ease;
  padding: 18vh 0 0 0;
}
.custombox-content .left-map{
  position: fixed;
  top: 50vh;
  left: 68px;
  height: 50vh;
  width: 600px;
  background-color: rgba(66, 10, 21, 0.85);
  z-index: 10;
}
.custombox-content .left-menu{
  background-color: rgba(66, 10, 21, 0.85);
  min-height: 70vh;
  z-index: 10;
}
.custombox-content .left-menu-scrollbar{
  height: auto;
  max-height: 70vh;
}
.custombox-content{
  position: fixed;
  left: 68px;
  top: 30vh;
  height: 70vh;
  width: 350px;
  background-color: rgba(66, 10, 21, 0);
  color: #fff;
  justify-content: left;
  display: block;
  overflow-y: hidden;
}
.custombox-content .close{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0);
  border: none;
  z-index: 0;
}
.custombox-content .close2{
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0);
  border: none;
  z-index: 0;
}
.custombox-content .close:hover{
  color: #fff;
}
.custombox-content .menu-list a{
  padding: 10px 30px 10px 20px;
  color: #fff; 
  display: block;
  text-decoration: none;
  transition: all .5s ease;
}
.custombox-content .menu-list a:hover{
  background-color: rgba(0,0,0,0.3);
}
.custombox-content .menu-list a i{
  position: relative;
  right: 0;
  transition: all .5s ease;
}
.custombox-content .menu-list a:hover i{
  right: -5px;
}
.navbar-nav{
  background-color: #420A15;
  padding-right: 20px;
}
.accordion-item {
    border: none;
    z-index: 10;
}
.menu-title{
  padding: 20px;
  border-bottom: 2px solid #8C6E4A;
  font-size: 1.6em;
  font-weight: 600;
  margin-bottom: 0;
  color: #8C6E4A;
}
.card, 
.card-header {
  background-color: rgba(0,0,0,0);
}
.card a, 
.card-header a{
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
}
.u-accordion__header {
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255,255,255,0.1)
}
.u-accordion__body {
    padding: 0;
}
.hs-sub-menu{
  background-color: #420A15;
  width: auto;
  padding: 0;
  margin: 0;
  display: flex;
}
.dropdown-item .nav-link{
  color: #fff !important;
}
.index-map-out{
  width: 100vw;
  height: 100vh;
  cursor: grab;
  overflow: auto;
  background-color: #A6A9AB;
}
.index-map{
  background-image: url('../img/map.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  position: relative;
}
.index-map-out:after{
  top: 0;
  left: 0;
  bottom: 0;
  width: 100px;
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  background: -moz-linear-gradient(left, rgba(255,255,255,0.8) 1%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.8) 1%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.8) 1%,rgba(255,255,255,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 ); 
}
.map-area-btn-01{
  position: absolute;
  left: 33%;
  top: 26%;
  width: 70px;
  height: 100px;
  display: block;
  font-size: 0;
  z-index: 10!important;
  background-image: url('../img/icon-area.svg');
  background-repeat: no-repeat;
  animation: wave .8s ease-in-out 0s infinite alternate;
}
.map-area-btn-01 ~ .map-area-01{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-01.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn-02{
  position: absolute;
  left: 50%;
  top: 3%;
  width: 70px;
  height: 100px;
  display: block;
  font-size: 0;
  z-index: 10!important;
  background-image: url('../img/icon-area.svg');
  background-repeat: no-repeat;
  animation: wave .9s ease-in-out 0s infinite alternate;
}
.map-area-btn-02 ~ .map-area-02{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-02.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn-03{
  position: absolute;
  left: 72%;
  top: 22%;
  width: 70px;
  height: 100px;
  display: block;
  font-size: 0;
  z-index: 10!important;
  background-image: url('../img/icon-area.svg');
  background-repeat: no-repeat;
  animation: wave 1s ease-in-out 0s infinite alternate;
}
.map-area-btn-03 ~ .map-area-03{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-03.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn-04{
  position: absolute;
  left: 86%;
  top: 38%;
  width: 70px;
  height: 100px;
  display: block;
  font-size: 0;
  z-index: 10!important;
  background-image: url('../img/icon-area.svg');
  background-repeat: no-repeat;
  animation: wave .8s ease-in-out 0s infinite alternate;
}
.map-area-btn-04 ~ .map-area-04{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-04.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn-05{
  position: absolute;
  left: 62%;
  top: 58%;
  width: 70px;
  height: 100px;
  display: block;
  font-size: 0;
  z-index: 10!important;
  background-image: url('../img/icon-area.svg');
  background-repeat: no-repeat;
  animation: wave 1s ease-in-out 0s infinite alternate;
}
.map-area-btn-05 ~ .map-area-05{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-05.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn-06{
  position: absolute;
  left: 47%;
  top: 43%;
  width: 70px;
  height: 100px;
  display: block;
  font-size: 0;
  z-index: 10!important;
  background-image: url('../img/icon-area.svg');
  background-repeat: no-repeat;
  animation: wave .9s ease-in-out 0s infinite alternate;
}
.map-area-btn-06 ~ .map-area-06{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-06.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn-07{
  position: absolute;
  left: 23%;
  top: 65%;
  width: 70px;
  height: 100px;
  display: block;
  font-size: 0;
  z-index: 1;
  background-image: url('../img/icon-area.svg');
  background-repeat: no-repeat;
  animation: wave .8s ease-in-out 0s infinite alternate;
}
.map-area-btn-07 ~ .map-area-07{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-07.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn-08{
  position: absolute;
  left: 27%;
  top: 79%;
  width: 70px;
  height: 100px;
  display: block;
  font-size: 0;
  z-index: 10!important;
  background-image: url('../img/icon-area.svg');
  background-repeat: no-repeat;
  animation: wave 1.1s ease-in-out 0s infinite alternate;
}
.map-area-btn-08 ~ .map-area-08{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-08.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn-01:hover ~ .map-area-01,
.map-area-btn-02:hover ~ .map-area-02,
.map-area-btn-03:hover ~ .map-area-03,
.map-area-btn-04:hover ~ .map-area-04,
.map-area-btn-05:hover ~ .map-area-05,
.map-area-btn-06:hover ~ .map-area-06,
.map-area-btn-07:hover ~ .map-area-07,
.map-area-btn-08:hover ~ .map-area-08{
  opacity: 1;
}

.big-map-list-wrapper{
  /*position: absolute;
  right: 30px;
  bottom: 0;
  top: 80px;
  width: 1700px;
  height: 1080px;
  z-index: 0;*/
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  width: 1920px;
  height: 1280px;
  z-index: 0;
}
.big-map-list{
  position: relative;
  height: 100%;
  display: block;
  z-index: 0;
}
.big-map-list-group{
  position: absolute;
}
.big-map-list-group a{
  position: relative;
  text-decoration: none;
  z-index: 30;
  display: block;
}
.big-map-list-group a .big-btn{
  border-radius: 50%;
  width: 39px;
  height: 39px;
  background-color: rgba(255,255,255,0.8);
  border: 3px solid #8C6E4A;
  padding: 4px;
  display: block;
  box-shadow: 0 0 3px #fff;
  z-index: 30;
}
.big-map-list-group a .big-btn:after{
  /*position: absolute;
  left: -4px;
  top: -4px;
  content: "";
  border-radius: 50%;
  width: 47px;
  height: 47px;
  border: 2px solid #8C6E4A;
  padding: 4px;
  display: block;
  box-shadow: 0 0 3px #fff;
  animation:neon-shine 1.5s ease infinite;
  z-index: 0;*/
  animation: numberCircle2 2s ease 1.3s infinite;
  border-radius: 50%;
  background: #8C6E4A;
  width: 26px;
  height: 26px;
  position: absolute;
  content: "";
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  z-index: -10;
}
.big-map-list-group a .big-btn:before{
  animation: numberCircle 2s ease 1s infinite;
  border-radius: 50%;
  background: #8C6E4A;
  width: 20px;
  height: 20px;
  position: absolute;
  content: "";
  left: calc(50% - 10px);
  top: calc(50% - 10px);
  z-index: -10;
}
.big-map-list-group:nth-child(even) a .big-btn:after{
  /*position: absolute;
  left: -4px;
  top: -4px;
  content: "";
  border-radius: 50%;
  width: 47px;
  height: 47px;
  border: 2px solid #8C6E4A;
  padding: 4px;
  display: block;
  box-shadow: 0 0 3px #fff;
  animation:neon-shine 1.8s ease infinite;*/
  animation: numberCircle2 2.2s ease 1.4s infinite;
  border-radius: 50%;
  background: #8C6E4A;
  width: 26px;
  height: 26px;
  position: absolute;
  content: "";
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  z-index: -10;
}
.big-map-list-group:nth-child(3n+1) a .big-btn:after{
  /*position: absolute;
  left: -4px;
  top: -4px;
  content: "";
  border-radius: 50%;
  width: 47px;
  height: 47px;
  border: 2px solid #8C6E4A;
  padding: 4px;
  display: block;
  box-shadow: 0 0 3px #fff;
  animation:neon-shine 2s ease infinite;*/
  animation: numberCircle2 1.9s ease 1.2s infinite;
  border-radius: 50%;
  background: #8C6E4A;
  width: 26px;
  height: 26px;
  position: absolute;
  content: "";
  left: calc(50% - 13px);
  top: calc(50% - 13px);
  z-index: -10;
}
@keyframes neon-shine{
  0%{opacity:0;}
  50%{opacity:1;}
  100%{opacity:0;}
}  
.big-map-list-group a .big-btn span{
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: #420A15;
  display: block;
}
.big-map-list-group a + .big-btn-info{
  color: #fff;
  font-weight: 600;
  vertical-align: top;
  position: absolute;
  top: -20px;
  left: 40px;
  width: 350px;
  display: block;
  opacity: 0;
  transition: all.5s ease;
  -moz-transform:rotate(12deg);
  -webkit-transform:rotate(12deg);
  -o-transform:rotate(12deg);
  -ms-transform:rotate(12deg);
  transform:rotate(12deg);
  transform-origin: top left;
}
/*光復校區
.big-map-list-group.big-map-01 a ~ .map-area,
.big-map-list-group.big-map-02 a ~ .map-area,
.big-map-list-group.big-map-03 a ~ .map-area,
.big-map-list-group.big-map-04 a ~ .map-area,
.big-map-list-group.big-map-05 a ~ .map-area,
.big-map-list-group.big-map-06 a ~ .map-area,
.big-map-list-group.big-map-07 a ~ .map-area,
.big-map-list-group.big-map-08 a ~ .map-area,
.big-map-list-group.big-map-09 a ~ .map-area,
.big-map-list-group.big-map-10 a ~ .map-area{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-01.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}*/
/*力行校區
.big-map-list-group.big-map-11 a ~ .map-area,
.big-map-list-group.big-map-12 a ~ .map-area,
.big-map-list-group.big-map-13 a ~ .map-area{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-02.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}*/
/*成杏校區
.big-map-list-group.big-map-14 a ~ .map-area,
.big-map-list-group.big-map-15 a ~ .map-area,
.big-map-list-group.big-map-16 a ~ .map-area,
.big-map-list-group.big-map-17 a ~ .map-area{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-03.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}*/
/*敬業校區
.big-map-list-group.big-map-18 a ~ .map-area{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-04.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}*/
/*自強校區
.big-map-list-group.big-map-19 a ~ .map-area,
.big-map-list-group.big-map-20 a ~ .map-area{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-05.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}*/
/*成功校區
.big-map-list-group.big-map-21 a ~ .map-area,
.big-map-list-group.big-map-22 a ~ .map-area,
.big-map-list-group.big-map-23 a ~ .map-area,
.big-map-list-group.big-map-24 a ~ .map-area,
.big-map-list-group.big-map-25 a ~ .map-area,
.big-map-list-group.big-map-26 a ~ .map-area,
.big-map-list-group.big-map-27 a ~ .map-area,
.big-map-list-group.big-map-28 a ~ .map-area,
.big-map-list-group.big-map-29 a ~ .map-area,
.big-map-list-group.big-map-30 a ~ .map-area,
.big-map-list-group.big-map-31 a ~ .map-area{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-06.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}*/
/*勝利校區
.big-map-list-group.big-map-32 a ~ .map-area,
.big-map-list-group.big-map-33 a ~ .map-area,
.big-map-list-group.big-map-34 a ~ .map-area,
.big-map-list-group.big-map-35 a ~ .map-area,
.big-map-list-group.big-map-36 a ~ .map-area,
.big-map-list-group.big-map-37 a ~ .map-area{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-07.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}*/
/*東寧校區
.big-map-list-group.big-map-38 a ~ .map-area{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover-08.png');
  background-repeat: no-repeat;
  width: 1920px;
  height: 1280px;
  background-size: 1920px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}
.big-map-list-group a:hover ~ .map-area{
  opacity: 1;
}*/
/*.map-area{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background-image: url('../img/map-hover.png');
  background-repeat: no-repeat;
  background-size: 2050px;
  background-position: center right;
  z-index: 0;
  opacity: 0;
  transition: all .5s ease;
}
.map-area-btn:hover + .map-area{
  background-image: url('../img/map-hover.png');
  background-repeat: no-repeat;
  background-size: 2050px;
  background-position: center right;
  opacity: 1;
}*/
.big-map-list-group.btn-map-02 a + .big-btn-info,
.big-map-list-group.btn-map-10 a + .big-btn-info,
.big-map-list-group.btn-map-07 a + .big-btn-info,
.big-map-list-group.btn-map-08 a + .big-btn-info,
.big-map-list-group.btn-map-25 a + .big-btn-info,
.big-map-list-group.btn-map-38 a + .big-btn-info,
.big-map-list-group.btn-map-42 a + .big-btn-info{
  width: 400px;
}
.big-map-list-group.btn-map-35 a + .big-btn-info,
.big-map-list-group.btn-map-36 a + .big-btn-info{
  width: 680px;
}
.big-map-list-group.btn-map-10 a + .big-btn-info,
.big-map-list-group.btn-map-11 a + .big-btn-info,
.big-map-list-group.btn-map-12 a + .big-btn-info,
.big-map-list-group.btn-map-19 a + .big-btn-info,
.big-map-list-group.btn-map-20 a + .big-btn-info,
.big-map-list-group.btn-map-28 a + .big-btn-info,
.big-map-list-group.btn-map-30 a + .big-btn-info,
.big-map-list-group.btn-map-32 a + .big-btn-info,
.big-map-list-group.btn-map-34 a + .big-btn-info{
  width: 520px;
}

.big-map-list-group.btn-map-15 a + .big-btn-info,
.big-map-list-group.btn-map-18 a + .big-btn-info,
.big-map-list-group.btn-map-19 a + .big-btn-info,
.big-map-list-group.btn-map-30 a + .big-btn-info,
.big-map-list-group.btn-map-39 a + .big-btn-info{
  color: #fff;
  font-weight: 600;
  vertical-align: top;
  position: absolute;
  top: 40px;
  left: -20px;
}
.big-map-list-group.map-list-group-15 a + .big-btn-info .photo-bg,
.big-map-list-group.map-list-group-18 a + .big-btn-info .photo-bg,
.big-map-list-group.map-list-group-19 a + .big-btn-info .photo-bg,
.big-map-list-group.map-list-group-30 a + .big-btn-info .photo-bg,
.big-map-list-group.map-list-group-39 a + .big-btn-info .photo-bg,
.big-map-list-group.btn-map-15 a + .big-btn-info .photo-bg,
.big-map-list-group.btn-map-18 a + .big-btn-info .photo-bg,
.big-map-list-group.btn-map-19 a + .big-btn-info .photo-bg,
.big-map-list-group.btn-map-30 a + .big-btn-info .photo-bg,
.big-map-list-group.btn-map-39 a + .big-btn-info .photo-bg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #420A15;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: none;
    position: relative;
    z-index: 30;
}
.big-map-list-group.map-list-group-15 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.map-list-group-18 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.map-list-group-19 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.map-list-group-30 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.map-list-group-39 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.btn-map-15 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.btn-map-18 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.btn-map-19 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.btn-map-30 a + .big-btn-info .big-btn-info-title,
.big-map-list-group.btn-map-39 a + .big-btn-info .big-btn-info-title {
    padding: 35px 30px 20px 30px;
    display: block;
    float: none;
    width: 340px;
    border-radius: 50px;
    background-color: #8C6E4A;
    margin: -30px 0 0 -120px;
    z-index: 5;
}
.big-map-list-group a:hover + .big-btn-info{
  opacity: 1;
  -moz-transform:rotate(0deg);
  -webkit-transform:rotate(0deg);
  -o-transform:rotate(0deg);
  -ms-transform:rotate(0deg);
  transform:rotate(0deg);
  z-index: 100;
}
.big-map-list-group a + .big-btn-info .photo-bg{
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 5px solid #420A15;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  float: left;
  position: relative;
  z-index: 10;
}
.big-map-list-group a + .big-btn-info .big-btn-info-title{
  padding: 10px 30px 10px 60px;
  display: block;
  float: left;
  width: auto;
  border-radius: 50px;
  background-color: #8C6E4A;
  margin:10px 0 0 -50px;
  z-index: 5;
}
.big-btn-info .big-btn-info-title strong{
  display: block;
}
.big-btn-info .big-btn-info-title span{
  display: block;
  font-weight: 400;
}
.big-btn-info-a{
  display: inline-block;
}
.big-btn-info-a strong{
  color: #fff;
}
.bottom-info-wrapper{
  position: fixed;
  right: 10px;
  bottom: 10px;
  width: 400px;
}
.bottom-info-wrapper .bottom-info{
  background-color: #8C6E4A;
  padding: 30px;
  color: #fff;
}
.bottom-info-wrapper .bottom-info .bottom-info-inner{
  overflow-y: scroll;
  height: 300px;
}
.bottom-info-wrapper .bottom-info p{
  text-align: justify;
}
.bottom-btn-list{
  text-align: right;
}
.bottom-btn-list ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  text-align: right;
  padding: 0 20px;
  border-radius: 30px;
  background-color: rgba(255,255,255,0.1);
  display: inline-block;
}
.bottom-btn-list ul li{
  display: inline-block;
}
.bottom-btn-list ul li a{
  padding: 10px;
  display: block;
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
}
.bottom-btn-list ul li a:hover{
  background-color: rgba(255,255,255,0.2);
}
.menu-list-group{
  padding-left: 30px;
  position: relative;
  z-index: 10;
}
.menu-list-group a{
  border-left: 2px solid rgba(140, 110, 74, 0.7);
}
.menu-list-group i{
  font-size: 0.8em;
}
.menu-list-group h3{
  font-size: 1.05em;
  margin-bottom: 0;
  line-height: 1.4;
}
.accordion {
  background-color: rgba(0,0,0,0) !important;
  --bs-accordion-bg: rgba(0,0,0,0) !important;
  --bs-accordion-border-color: rgba(0,0,0,0) !important;
 --bs-accordion-active-color: #fff !important;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: rgba(0,0,0,0);
    box-shadow: none;
}
.accordion-body {
    padding: 0 !important;
}
.accordion-body a.btn-more{
  position: fixed;
  top: 50px;
  right: 20px;
  display: inline-block;
  background-color: rgba(66, 10, 21, 0.85);
  padding: 3px 15px;
  border-radius: 30px;
  color: #fff;
  font-size: 0.9em;
  font-weight: 600;
  text-decoration: none;
  transition: all .5s ease;
}
.accordion-body a.btn-more:hover{
  background-color: rgba(140, 110, 74, 0.9);
}
.accordion-button {
  padding: 15px 20px !important;
  border-bottom: 1px solid #8C6E4A;
  background-color: #8C6E4A !important;
  color: #fff;
  border-radius: 0 !important;
  position: relative;
  display: block;
}
.accordion-button.collapsed{
  border-bottom: 1px solid rgba(255,255,255,0.15);
  border-top: 1px solid rgba(255,255,255,0.15);
  background-color: rgba(66, 10, 21, 0) !important;
  border-radius: 0 !important;
}
.accordion-button:focus {
  border: none;
}
.accordion-button strong{
  font-size: 1.4em;
  margin-bottom: 0;
  font-weight: 600;
  display: inline-block;
  padding-right: 20px;
}
.accordion-button span{
  display: inline-block;
  padding-left: 20px;
  border-left: 1px solid #A6A9AB;
}
.accordion-button::after {
    color: #fff !important;
    position: absolute;
    top: 20px;
    right: 15px;
}
.accordion-button.collapsed:hover {
    background-color: rgba(255,255,255,0.1) !important;
}
.index-visual{
  width: 1000px;
  height: 600px;
  background-image: url('../img/index-visual.png');
  background-repeat: no-repeat;
  background-size: 100%;
  animation: index-visual steps(6) 10s infinite;
  mix-blend-mode: screen;
  margin: 0 auto;
}
@keyframes index-visual {
    to {
        background-position: 0 -3600px; 
    }
}
.index-visual-an{
  margin: 0 auto;
  padding-top: calc(40vh - 300px);
}
.index-visual-an img{
  width: 100%;
}
.fancybox-wrapper{
  background-color: #555559;
  color: #fff;
}
.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    font: 40px/40px Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #8C6E4A;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: rgba(0,0,0,0);
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2;
    border: none;
}
.tour-list{
  position: relative;
}
.tour-list:after{
  width: 3px;
  height: calc(100% - 60px);
  background-color: #8C6E4A;
  position: absolute;
  left: 24px;
  top: 15px;
  content: "";
}
.tour-list ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.tour-list ul li a{
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  transition: all .5s ease;
}
.tour-list ul li a i{
  position: relative;
  right: 0;
  transition: all .5s ease;
}
.tour-list ul li a:hover{
  background-color: rgba(255,255,255,0.1);
}
.tour-list ul li a:hover i{
  right: -5px;
}
.tour-list ul li a h3{
  font-size: 1.05em;
  font-weight: 600;
  margin-bottom: 0;
}
.tour-list ul li a .number{
  border-radius: 50px;
  width: 30px;
  height: 30px;
  background-color: #A31F34;
  font-size: 0.7em;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 24px;
  border: 3px solid #8C6E4A;
  position: relative;
  z-index: 10;
}
.tour-map{
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background-color: #A31F34;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 15px;
  border: 3px solid #8C6E4A;
  position: absolute;
  font-size: 0;
  z-index: 10;
  text-decoration: none;
  transition: all .5s ease;
}
.tour-map span{
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #A31F34;
  border-radius: 50px;
  z-index: 20;
  display: block;
  transition: all .5s ease;
}
.tour-map:hover{
  background-color: #E4002B;
  border: 3px solid #ffffff;
}
.tour-map:after{
  width: 20px;
  height: 20px;
}
.tour-map.active{
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background-color: #8C6E4A;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 15px;
  border: 3px solid #fff;
  position: absolute;
  font-size: 0;
  z-index: 10;
  text-decoration: none;
  transition: all .5s ease;
}
.tour-map.active span{
  position: relative;
  width: 14px;
  height: 14px;
  background-color: #8C6E4A;
  border-radius: 50px;
  z-index: 20;
  display: block;
  transition: all .5s ease;
}
.tour-map.active:hover{
  background-color: #E4002B;
}
.btn-map{
  border-radius: 50px;
  width: 20px;
  height: 20px;
  background-color: #efefef;
  font-weight: 600;
  display: block;
  text-align: center;
  line-height: 15px;
  border: 3px solid #A31F34;
  position: absolute;
  font-size: 0;
  z-index: 20;
  text-decoration: none;
  transition: all .5s ease;
}
.tour-map-hover,
.btn-map-hover{
  position: absolute;
  bottom: 40px;
  left: 10px;
  right: 10px;
  background-color: rgba(0,0,0,0.4);
  border-radius: 50px;
  padding: 10px;
  opacity: 0;
}
.tour-map-hover .photo-bg,
.btn-map-hover .photo-bg{
  border-radius: 50%;
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.tour-map-hover h3,
.btn-map-hover h3{
  font-size: 1.2em;
  margin-bottom: 0;
  font-weight: 600;
}
.tour-map::after{
  animation: numberCircle 2s ease 1s infinite ;
  border-radius: 50%;
  background: #8C6E4A;
  width:10px;
  height:10px;
  position: absolute;
  content:"";
  left:calc(50% - 5px);
  top:calc(50% - 5px);
  z-index: -10;
}
.tour-map::before{
  animation: numberCircle2 2s ease 1.3s infinite ;
  border-radius: 50%;
  background: #8C6E4A;
  width:10px;
  height:10px;
  position: absolute;
  content:"";
  left:calc(50% - 5px);
  top:calc(50% - 5px);
  z-index: -10;
}
.tour-map.active::after{
  animation: numberCircle 2s ease 1s infinite ;
  border-radius: 50%;
  background: #fff;
  width:14px;
  height:14px;
  position: absolute;
  content:"";
  left:calc(50% - 7px);
  top:calc(50% - 7px);
  z-index: -10;
}
.tour-map.active::before{
  animation: numberCircle2 2s ease 1.3s infinite ;
  border-radius: 50%;
  background: #fff;
  width:14px;
  height:14px;
  position: absolute;
  content:"";
  left:calc(50% - 7px);
  top:calc(50% - 7px);
  z-index: -10;
}
.tour-map:hover + .btn-map-hover{
  opacity: 1;
}

@keyframes numberCircle {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }

  100% {
    transform: scale(4);
    opacity: 0;
    box-shadow:0 0 5px 3px #8C6E4A;
  }
}
@keyframes numberCircle2 {
  0% {
    transform: scale(0.7);
    opacity: 0.8;
  }

  100% {
    transform: scale(3);
    opacity: 0;
    box-shadow:0 0 5px 3px #8C6E4A;
  }
}
/* 光復操場 */
.btn-map-01{ 
  top: 27%;
  left: 16%;
}
.left-map .btn-map-01,
.text-map .btn-map-01{
  top: 26%;
  left: 6%;
}
/* 光復宿舍群 */
.btn-map-02{ 
  top: 21%;
  left: 26%;
}
.left-map .btn-map-02,
.text-map .btn-map-02{
  top: 17%;
  left: 17%;
}
/* 榕園 */
.btn-map-03{
  top: 22%;
  left: 40%;
}
.left-map .btn-map-03,
.text-map .btn-map-03{
  top: 18%;
  left: 35%;
}
/* 成功湖 */
.btn-map-04{  
  top: 28%;
  left: 46%;
}
.left-map .btn-map-04,
.text-map .btn-map-04{
  top: 27%;
  left: 40%;
}
/* 藝術中心 */
.btn-map-05{  
  top: 35%;
  left: 30%;
}
.left-map .btn-map-05,
.text-map .btn-map-05{
  top: 35%;
  left: 21%;
}
/* 學生活動中心 */
.btn-map-06{  
  top: 34%;
  left: 25%;
}
.left-map .btn-map-06,
.text-map .btn-map-06{
  top: 33%;
  left: 15%;
}
/* 中正堂 */
.btn-map-07{ 
  top: 43%;
  left: 27%;
}
.left-map .btn-map-07,
.text-map .btn-map-07{
  top: 44%;
  left: 19%;
}
/* 禮賢樓 */
.btn-map-08{  
  top: 19%;
  left: 32%;
}
.left-map .btn-map-08,
.text-map .btn-map-08{
  top: 15%;
  left: 29%;
}
/* C-Hub成大創意基地 */
.btn-map-09{  
  top: 17%;
  left: 43%;
}
.left-map .btn-map-09,
.text-map .btn-map-09{
  top: 14%;
  left: 36%;
}
/* 雲平飛撲 */
.btn-map-10{  
  top: 34%;
  left: 33%;
}
.left-map .btn-map-10,
.text-map .btn-map-10{
  top: 35%;
  left: 25%;
}
/* 力行校區 */
.btn-map-11{  
  top: 13%;
  left: 45%;
}
.left-map .btn-map-11,
.text-map .btn-map-11{
  top: 9%;
  left: 41%;
}
/* 生物科技教學大樓 */
.btn-map-12{  
  top: 14%;
  left: 59%;
}
.left-map .btn-map-12,
.text-map .btn-map-12{
  top: 13%;
  left: 51%;
}
/* 藝術品—舞 */
.btn-map-13{  
  top: 14%;
  left: 52%;
}
.left-map .btn-map-13,
.text-map .btn-map-13{
  top: 9%;
  left: 48%;
}
/* 醫學院 */
.btn-map-14{  
  top: 30%;
  left: 69%;
}
.left-map .btn-map-14,
.text-map .btn-map-14{
  top: 30%;
  left: 68%;
}
/* 生醫卓群大樓 */
.btn-map-15{  
  top: 36%;
  left: 83%;
}
.left-map .btn-map-15,
.text-map .btn-map-15{
  top: 36%;
  left: 82%;
}
/* 醫院 */
.btn-map-16{  
  top: 23%;
  left: 57%;
}
.left-map .btn-map-16,
.text-map .btn-map-16{
  top: 21%;
  left: 52%;
}
/* 護理系館 */
.btn-map-17{  
  top: 34%;
  left: 71%;
}
.left-map .btn-map-17,
.text-map .btn-map-17{
  top: 35%;
  left: 68%;
}
/* 老人醫院 */
.btn-map-18{  
  top: 46%;
  left: 93%;
}
.left-map .btn-map-18,
.text-map .btn-map-18{
  top: 46%;
  left: 94%;
}
/* 風雨球場 */
.btn-map-19{  
  top: 53%;
  left: 80%;
}
.left-map .btn-map-19,
.text-map .btn-map-19{
  top: 57%;
  left: 80%;
}
/* 自強校區中庭 */
.btn-map-20{  
  top: 66%;
  left: 59%;
}
.left-map .btn-map-20,
.text-map .btn-map-20{
  top: 72%;
  left: 55%;
}
/* 大新園 */
.btn-map-21{  
  top: 40%;
  left: 46%;
}
.left-map .btn-map-21,
.text-map .btn-map-21{
  top: 40%;
  left: 41%;
}
/* 圖書館 */
.btn-map-22{  
  top: 40%;
  left: 58%;
}
.left-map .btn-map-22,
.text-map .btn-map-22{
  top: 42%;
  left: 53%;
}
/* 工學院大道 */
.btn-map-23{  
  top: 51%;
  left: 54%;
}
.left-map .btn-map-23,
.text-map .btn-map-23{
  top: 54%;
  left: 51%;
}
/* 博物館 */
.btn-map-24{  
  top: 54%;
  left: 39%;
}
.left-map .btn-map-24,
.text-map .btn-map-24{
  top: 56%;
  left: 30%;
}
/* 三系館 */
.btn-map-25{  
  top: 55%;
  left: 48%;
}
.left-map .btn-map-25,
.text-map .btn-map-25{
  top: 58%;
  left: 42%;
}
/* 測量系館 */
.btn-map-26{  
  top: 45%;
  left: 52%;
}
.left-map .btn-map-26,
.text-map .btn-map-26{
  top: 46%;
  left: 48%;
}
/* 牙醫系館 */
.btn-map-27{  
  top: 36%;
  left: 63%;
}
.left-map .btn-map-27,
.text-map .btn-map-27{
  top: 37%;
  left: 60%;
}
/* 理學教學大樓 */
.btn-map-28{  
  top: 33%;
  left: 56%;
}
.left-map .btn-map-28,
.text-map .btn-map-28{
  top: 30%;
  left: 54%;
}
/* 格致堂 */
.btn-map-29{  
  top: 52%;
  left: 41%;
}
.left-map .btn-map-29,
.text-map .btn-map-29{
  top: 54%;
  left: 34%;
}
/* 海工大樓 */
.btn-map-30{  
  top: 46%;
  left: 72%;
}
.left-map .btn-map-30,
.text-map .btn-map-30{
  top: 47%;
  left: 71%;
}
/* 舊物理系館 */
.btn-map-31{  
  top: 49%;
  left: 45%;
}
.left-map .btn-map-31,
.text-map .btn-map-31{
  top: 52%;
  left: 37%;
}
/* 未來館 */
.btn-map-32{  
  top: 57%;
  left: 31%;
}
.left-map .btn-map-32,
.text-map .btn-map-32{
  top: 60%;
  left: 24%;
}
/* 旺宏館 */
.btn-map-33{  
  top: 61%;
  left: 27%;
}
.left-map .btn-map-33,
.text-map .btn-map-33{
  top: 65%;
  left: 19%;
}
/* 窮理致知牌坊 */
.btn-map-34{  
  top: 49%;
  left: 29%;
}
.left-map .btn-map-34,
.text-map .btn-map-34{
  top: 51%;
  left: 21%;
}
/* 新建泳池暨球類場館-羽球館 */
.btn-map-35{
  top: 56%;
  left: 20%;
}
.left-map .btn-map-35,
.text-map .btn-map-35{
  top: 58%;
  left: 12%;
}
/* 新建泳池暨球類場館-游泳池 */
.btn-map-36{  
  top: 59%;
  left: 16%;
}
.left-map .btn-map-36,
.text-map .btn-map-36{
  top: 62%;
  left: 7%;
}
/* 成大會館 */
.btn-map-37{  
  top: 53%;
  left: 27%;
}
.left-map .btn-map-37,
.text-map .btn-map-37{
  top: 53%;
  left: 19%;
}
/* 東寧宿舍 */
.btn-map-38{  
  top: 85%;
  left: 34%;
}
.left-map .btn-map-38,
.text-map .btn-map-38{
  top: 83%;
  left: 32%;
}
/* 半導體學院 */
.btn-map-39{  
  top: 61%;
  left: 58%;
}
.left-map .btn-map-39,
.text-map .btn-map-39{
  top: 61%;
  left: 58%;
}
/* 校門口 */
.btn-map-40{  
  top: 41%;
  left: 21%;
}
.left-map .btn-map-40,
.text-map .btn-map-40{
  top: 45%;
  left: 16%;
}
/* 大成館 */
.btn-map-41{  
  top: 24%;
  left: 37%;
}
.left-map .btn-map-41,
.text-map .btn-map-41{
  top: 24%;
  left: 30%;
}
/* 雲平大樓 */
.btn-map-42{  
  top: 32%;
  left: 38%;
}
.left-map .btn-map-42,
.text-map .btn-map-42{
  top: 30%;
  left: 40%;
}
.btn-map-01 + .btn-map-hover,
.btn-map-02 + .btn-map-hover,
.btn-map-03 + .btn-map-hover,
.btn-map-04 + .btn-map-hover,
.btn-map-05 + .btn-map-hover,
.btn-map-06 + .btn-map-hover,
.btn-map-07 + .btn-map-hover,
.btn-map-08 + .btn-map-hover,
.btn-map-09 + .btn-map-hover,
.btn-map-10 + .btn-map-hover,
.btn-map-11 + .btn-map-hover,
.btn-map-12 + .btn-map-hover,
.btn-map-13 + .btn-map-hover,
.btn-map-14 + .btn-map-hover,
.btn-map-15 + .btn-map-hover,
.btn-map-16 + .btn-map-hover,
.btn-map-17 + .btn-map-hover,
.btn-map-18 + .btn-map-hover,
.btn-map-19 + .btn-map-hover,
.btn-map-20 + .btn-map-hover,
.btn-map-21 + .btn-map-hover,
.btn-map-22 + .btn-map-hover,
.btn-map-23 + .btn-map-hover,
.btn-map-24 + .btn-map-hover,
.btn-map-25 + .btn-map-hover,
.btn-map-26 + .btn-map-hover,
.btn-map-27 + .btn-map-hover,
.btn-map-28 + .btn-map-hover,
.btn-map-29 + .btn-map-hover,
.btn-map-30 + .btn-map-hover,
.btn-map-31 + .btn-map-hover,
.btn-map-32 + .btn-map-hover,
.btn-map-33 + .btn-map-hover,
.btn-map-34 + .btn-map-hover,
.btn-map-35 + .btn-map-hover,
.btn-map-36 + .btn-map-hover,
.btn-map-37 + .btn-map-hover,
.btn-map-38 + .btn-map-hover,
.btn-map-39 + .btn-map-hover,
.btn-map-40 + .btn-map-hover,
.btn-map-41 + .btn-map-hover,
.btn-map-42 + .btn-map-hover,
.btn-map-43 + .btn-map-hover{
  transition: all .5s ease;
}
.btn-map-01:hover + .btn-map-hover,
.btn-map-02:hover + .btn-map-hover,
.btn-map-03:hover + .btn-map-hover,
.btn-map-04:hover + .btn-map-hover,
.btn-map-05:hover + .btn-map-hover,
.btn-map-06:hover + .btn-map-hover,
.btn-map-07:hover + .btn-map-hover,
.btn-map-08:hover + .btn-map-hover,
.btn-map-09:hover + .btn-map-hover,
.btn-map-10:hover + .btn-map-hover,
.btn-map-11:hover + .btn-map-hover,
.btn-map-12:hover + .btn-map-hover,
.btn-map-13:hover + .btn-map-hover,
.btn-map-14:hover + .btn-map-hover,
.btn-map-15:hover + .btn-map-hover,
.btn-map-16:hover + .btn-map-hover,
.btn-map-17:hover + .btn-map-hover,
.btn-map-18:hover + .btn-map-hover,
.btn-map-19:hover + .btn-map-hover,
.btn-map-20:hover + .btn-map-hover,
.btn-map-21:hover + .btn-map-hover,
.btn-map-22:hover + .btn-map-hover,
.btn-map-23:hover + .btn-map-hover,
.btn-map-24:hover + .btn-map-hover,
.btn-map-25:hover + .btn-map-hover,
.btn-map-26:hover + .btn-map-hover,
.btn-map-27:hover + .btn-map-hover,
.btn-map-28:hover + .btn-map-hover,
.btn-map-29:hover + .btn-map-hover,
.btn-map-30:hover + .btn-map-hover,
.btn-map-31:hover + .btn-map-hover,
.btn-map-32:hover + .btn-map-hover,
.btn-map-33:hover + .btn-map-hover,
.btn-map-34:hover + .btn-map-hover,
.btn-map-35:hover + .btn-map-hover,
.btn-map-36:hover + .btn-map-hover,
.btn-map-37:hover + .btn-map-hover,
.btn-map-38:hover + .btn-map-hover,
.btn-map-39:hover + .btn-map-hover,
.btn-map-40:hover + .btn-map-hover,
.btn-map-41:hover + .btn-map-hover,
.btn-map-42:hover + .btn-map-hover,
.btn-map-43:hover + .btn-map-hover
{
  opacity: 1;
}
.accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    margin-top: 3px;
    margin-right: 10px;
    background: none;
    font: normal normal normal 1.2em/1 FontAwesome;
    content: "\f107";
}
.accordion-button:not(.collapsed)::after {
    background-image: none;
    background: none;
    font: normal normal normal 1.2em/1 FontAwesome;
    content: "\f107";
}
.gyges .tp-thumb-img-wrap {
    border-radius: 50%;
}
.gyges .tp-thumb-image {
    border-radius: 50%;
}
.u-header__section--light .hamburger-inner, 
.u-header__section--light .hamburger-inner::after, 
.u-header__section--light .hamburger-inner::before {
    background: #420A15;
}
.banner {
    position: relative;
}
.banner:after{
  top: 0;
  left: 0;
  bottom: 0;
  width: 130px;
  content: "";
  display: block;
  z-index: 2;
  position: absolute;
  background: -moz-linear-gradient(left, rgba(255,255,255,0.7) 0%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0.7) 0%,rgba(255,255,255,0) 100%); 
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccffffff', endColorstr='#00ffffff',GradientType=1 ); 
}
.main-banner:after{
  display: none;
}
.banner iframe{
  width: 100vw;
  height: 100vh;
}
.banner .tp-thumbs{
  z-index: 100;
}
.smart-info-wrapper{
  position: absolute;
    top: 82px;
    right: 20px;
    bottom: 90px;
    width: 400px;
    display: block;
    z-index: 50;
}
.smart-info{
  height: calc(100vh - 305px);
  max-height: calc(100vh - 305px);
  position: relative;
  width: 100%;
  z-index: 100;
}
.smart-info-wrapper .text{
  color: #fff;
  padding: 10px 20px 30px 30px;
}
.smart-info-title h3{
  color: #fff;
  font-weight: 600;
  font-size: 1.3em;
  margin-bottom: 0;
}
.smart-info-wrapper .accordion-button {
    padding: 30px 30px 10px 30px !important;
    border-bottom: none;
    color: #fff;
    border-radius: 0 !important;
    position: relative;
    display: block;
    background-color: rgba(85, 85, 89, 0.88) !important;
}
.smart-info-wrapper .accordion-button .collapsed-word{
  font-size: 0;
}
.smart-info-wrapper .accordion-button.collapsed {
  transition: all .5s ease;
  width: 70px;
  height: 100px;
  padding: 0!important;
  position: absolute;
  right: 0px;
  line-height: 1.4;
}
.smart-info-wrapper .accordion-button.collapsed .collapsed-word{
  font-size: 1em;
  text-align: center;
  position: relative;
  top: 20px;
  border-left: none;
}
.smart-info-wrapper .accordion-button.collapsed h3,
.smart-info-wrapper .accordion-button.collapsed span.style-zh{
  font-size: 0;
}
.smart-info-wrapper .accordion-button.collapsed:hover {
    background-color: rgba(140, 110, 74, 0.9) !important;
}
.smart-info-wrapper .accordion-button h3{
  font-size: 1.5em;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 10px;
  vertical-align: center;
}
.smart-info-wrapper .accordion-collapse{
  height: calc(100vh - 300px);
  background-color: rgba(85, 85, 89, 0.88) !important;
  border-radius: 0;
}
.smart-info-wrapper .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    margin-top: 3px;
    margin-right: 12px;
    background: none;
    font: normal normal normal 1.8em/1 FontAwesome;
    content: "\f02d";
}
.smart-info-wrapper .accordion-button:not(.collapsed)::after {
    background-image: none;
    background: none;
    font: normal normal normal 1.2em/1 FontAwesome;
    content: "\f066";
}
.smart-info-wrapper .accordion-item:last-of-type .accordion-collapse {
  border-radius: 0;
}
.smart-info-wrapper .text-map{
  padding: 20px 0;
  position: relative;
}
.smart-info-wrapper .tour-map {
  border: 3px solid #fff;
}
.smart-info-wrapper .tour-map:hover {
  background-color: #A31F34;
}
.mCSB_inside>.mCSB_container {
    margin-right: 10px;
}
.loading-visual{
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border-radius: 0;
  z-index: 1100;
  background-color: #420A15;
}
.loading-visual .modal-body{
  padding: 0;
}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #fff;
    background-color: rgba(255,255,255,.3);
}
.one-page-header{
  position: relative !important;
  top: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
}
.one-page-header h1{
  color: rgba(66, 10, 21, 1);
  font-size: 1.2em;
  font-weight: 600;
}
.one-page-header h1 span{
  font-size: 0.7em;
  display: block;
  color: rgba(140, 110, 74, 0.9);
  font-weight: normal;
}
.go-home{
  background-image: url('../img/logo-menu.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  margin-left: 10px;
}
.go-home a{
  height: 40px;
  width: 40px;
}
.g-max-width-1000{
  max-width: 1000px;
}
.g-max-width-900{
  max-width: 900px;
  position: relative;
  z-index: 10;
}
.g-mx-auto{
  margin: 0 auto;
}
.model-film .js-slide{
  position: relative;
}
.model-film .js-slide:after{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}
.model-film a {
    color: #fff;
    transition: all .5s ease;
    display: block;
    padding: 20px;
    text-decoration: none;
    line-height: 1.7;
}
.model-film a:hover {
    background-color: rgba(0,0,0,0.4);
}
.model-film a i {
    font-size: 6em;
}
.arrow-right{
  background-color: rgba(140, 110, 74, 0.9);
  color: #fff;
  right: 0;
  line-height: normal;
}
.arrow-left{
  background-color: rgba(140, 110, 74, 0.9);
  color: #fff;
  left: 0;
  line-height: normal;
}
.fa-angle-right:before {
    content: "\f105";
    margin-top: -8px;
}
.fa-angle-left:before {
    content: "\f104";
    margin-top: -8px;
}
.bg-add-word{
  background-size: cover;
  background-attachment: fixed;
  position: relative;
}
.bg-add-word:before{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0,0,0,0.3);
  content: "";
  position: absolute;
  z-index: 1;
}
.bg-add-word .container{
  position: relative;
  z-index: 10;
}
.footer-link a{
  display: inline-block;
  color: #fff;
  padding: 10px;
  transition: all .5s ease;
}
.footer-link a:hover{
  color: #DBB891;
}
.model-links a{
  display: block;
  padding: 15px;
  border-bottom: 1px dotted rgba(0,0,0,0.2);
  color: #111;
  text-decoration: none;
  transition: all .5s ease;
}
.model-links a:hover{
  color: #fff;
  background-color: rgba(140, 110, 74, 1);
}
.model-download .group{
  padding: 15px;
  background-color: rgba(0,0,0,0.04);
  margin-bottom: 5px;
}
.model-download .group a{
  display: inline-block;
  padding: 2px 15px;
  border-radius: 30px;
  margin-left: 3px;
  background-color: rgba(66, 10, 21, 1);
  color: #fff;
  text-decoration: none;
  transition: all .5s ease;
}
.model-download .group a:hover{
  background-color: rgba(140, 110, 74, 1);
}
.model-photo h3{
  color: rgba(66, 10, 21, 1);
  font-weight: 700;
}
.model-title{
  color: rgba(66, 10, 21, 1);
  font-weight: 700;
  border-top: 2px solid rgba(66, 10, 21, 1);
}

/* 校區path */
.kuang-fu
{
  position : absolute;
  left : 161px;
  top : 168px;
  width : 932px;
  height : 472px;
  z-index: 5;
  pointer-events: visible;
}

.li-hsing
{
  position : absolute ;
  left : 782px;
  top : 60px;
  width : 591px;
  height : 328px;
}
.sheng-li
{
  position : absolute ;
  left : 242px;
  top : 639px;
  width : 646px;
  height : 432px;
}
.dong-ning
{
  position : absolute ;
  left : 432px;
  top : 979px;
  width : 381px;
  height : 237px;
}
.tzu-chiang
{
  position : absolute ;
  left : 659px;
  top : 622px;
  width : 1008px;
  height : 486px;
}
.cheng-hsing
{
  position : absolute ;
  left : 1157px;
  top : 277px;
  width : 535px;
  height : 324px;
}
.ching-yeh
{
  position : absolute ;
  left : 1524px;
  top : 493px;
  width : 359px;
  height : 233px;
}

@keyframes wave {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}
@-webkit-keyframes wave {
  0% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes wavex {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
@-webkit-keyframes wavex {
  0% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(5px);
  }
}
.u-fancybox-theme .fancybox-button--fullscreen::before {
    content: "\f002";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-button--close::before {
    content: "\f00d";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-button--play::before {
    content: "\f04b";
    font-family: FontAwesome;
}
.u-fancybox-theme .fancybox-arrow--left::before, 
.u-fancybox-theme .fancybox-arrow--right::before {
    content: "\f054";
    font-family: FontAwesome;
}
.fancybox-button.fancybox-button--thumbs{
  display: none;
}
.modal-an{
  width:600px; 
  background-color:rgba(0,0,0,0) !important; 
  padding-top: 15vh;
}
.index-visual-an #animation_container{
  background-color:rgba(102, 102, 102, 0.00); 
  width:600px; 
  height:600px
}
.index-visual-an #animation_container canvas#canvas{
  pointer-events: none; 
  overflow: hidden; 
  width:600px; 
  height:600px; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  display: block;
}
.smart-info-phone{
  display: none;
}
.phone-view{
  display: none;
}
.modal-s-map{
  width: 100%;
}
.modal-s-map .toast-container{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  box-shadow: none;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-s-map .toast{
  width: 100%;
  max-width: 800px;
}
.modal-s-map .toast:after{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('../img/toast-pad.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  display: block;
  content: "";
  z-index: -1;
}
.modal-s-map .toast {
  width: 100%;
  background-color: rgba(0,0,0,0);
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0);
  border: none;
}
.modal-s-btn-close{
  color: #fff;
  background-color: rgba(0,0,0,0);
  border: none;
  font-weight: 600;
}
.modal-s-btn-close .text-center{
  animation: wave .8s ease-in-out 0s infinite alternate;
}
.copyright{
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 0 30px 30px 0;
  font-size: 0.9em;
  text-align: right;
}
.full{
  position: fixed;
  background-color: rgba(66, 10, 21, 1);  
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 1000;
}

@media (max-width: 1300px) {
	.custombox-content .left-map{
    position: fixed;
    top: 30vh;
    left: 68px;
    height: 70vh;
    width: 480px;
    background-color: rgba(66, 10, 21, 0.85);
    z-index: 10;
  }
  .tour-map-hover {
    position: absolute;
    bottom: 0;
    left: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50px;
    padding: 10px;
    opacity: 0;
  }
}

@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.u-header__section--light .navbar-brand, 
  .u-header__section--light--shift.js-header-change-moment .navbar-brand {
    position: fixed;
    opacity: 1;
    top: 10px;
    left: 10px;
    z-index: 10000;
    width: 100px;
    height: 120px;
    display: block;
  }
  .menu-wrapper{
    position: fixed;
    width: 40px;
    left: 0px;
    top: 30vh;
    bottom: 0;
    display: block;
    z-index: 200;
  }
  .menu-wrapper a:first-child{
    position: fixed;
    top: 30vh;
    left: 0;
    display: block;
    height: 20vh;
    width: 40px;
    background-color: rgba(140, 110, 74, 0);
    border-left: 4px solid rgba(140, 110, 74, 0);
    border-right: 4px solid rgba(140, 110, 74, 0.9);
    text-decoration: none;
    transition: all .5s ease;
  }
  .menu-wrapper a:last-child{
    position: fixed;
    top: 50vh;
    left: 0;
    border: none;
    display: block;
    height: 50vh;
    width: 40px;
    background-color: rgba(140, 110, 74, 0);
    border-left: 4px solid rgba(140, 110, 74, 0);
    border-right: 4px solid rgba(140, 110, 74, 0.9);
    border-top: 1px solid rgba(140, 110, 74, 0.8);
    text-decoration: none;
    transition: all .5s ease;
  }
  .menu-wrapper a:hover{
    background-color: rgba(140, 110, 74, 1);
    color: #fff;
  }
  .btn-menu .line{
    background-color: #fff;
    display: block;
    height: 1px;
    margin: 10px 0;
    transition: all .5s ease;
  }
  .custombox-content .left-map {
    position: fixed;
    top: 30vh;
    left: 48px;
    height: 70vh;
    width: 480px;
    background-color: rgba(66, 10, 21, 0.85);
    z-index: 10;
  }
  .custombox-content {
    position: fixed;
    left: 48px;
    top: 30vh;
    height: 70vh;
    width: 350px;
    background-color: rgba(66, 10, 21, 0);
    color: #fff;
    justify-content: left;
    display: block;
    overflow-y: hidden;
  }
  .menu-wrapper button:hover:nth-child(1):after{
    background-color: rgba(255,255,255,0.5);
  }
  .menu-wrapper button:nth-child(2){
    position: absolute;
    top: 50vh;
    left: 0;
    border: none;
    display: block;
    height: 40vh;
    width: 40px;
    background-color: rgba(140, 110, 74, 0);
    border-left: 4px solid rgba(140, 110, 74, 0);
    border-right: 4px solid rgba(140, 110, 74, 0.2);
    text-decoration: none;
    transition: all .5s ease;
  }
  .menu-wrapper a:first-child .btn-menu{
    position: absolute;
    top: 80px;
    left: -65px;
    width: 160px;
    letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: 600;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    word-break: keep-all;
    color: rgba(140, 110, 74, 1);
    text-decoration: none;
    transition: all .5s ease;
  }
  .menu-wrapper a:hover:first-child .btn-menu{
    color: #fff;
  }
  .menu-wrapper a:last-child .btn-menu{
    position: absolute;
    top: 110px;
    left: -85px;
    width: 200px;
    letter-spacing: 1px;
    font-size: 1.4em;
    font-weight: 600;
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    -o-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
    word-break: keep-all;
    color: rgba(140, 110, 74, 1);
    text-decoration: none;
    transition: all .5s ease;
  }
  .menu-wrapper-close {
    position: fixed;
    width: 40px;
    left: 0;
    top: 30vh;
    height: 20vh;
    bottom: 50vh;
    display: block;
    display: block;
    padding-left: 5px;
    background-color: rgba(66, 10, 21, 0.85);
    border: none;
    z-index: 9999;
    font-size: 0.8em;
    color: #fff;
  }
  .menu-wrapper-close .close-title {
    position: absolute;
    top: 45px;
    left: -61px;
    width: 160px;
    letter-spacing: 1px;
    font-size: 1.7em;
    font-weight: 600;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    word-break: keep-all;
    color: rgba(140, 110, 74, 1);
    text-decoration: none;
    transition: all .5s ease;
  }
  .menu-wrapper-close2 .close-title {
    position: absolute;
    top: 95px;
    left: -81px;
    width: 200px;
    letter-spacing: 1px;
    font-size: 1.7em;
    font-weight: 600;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    word-break: keep-all;
    color: rgba(140, 110, 74, 1);
    text-decoration: none;
    transition: all .5s ease;
  }
  .menu-wrapper-close2 {
    position: fixed;
    width: 40px;
    left: 0;
    top: 50vh;
    bottom: 0;
    display: block;
    display: block;
    padding-left: 5px;
    background-color: rgba(66, 10, 21, 0.85);
    border: none;
    z-index: 9999;
    font-size: 0.8em;
    color: #fff;
  }
  .custombox-content .close {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0);
    border: none;
    z-index: -1;
  }
  .index-map {
    background-image: url('../img/map.png');
    background-repeat: no-repeat;
    width: 1920px;
    height: 1280px;
    background-size: 1920px;
    background-position: center right;
    position: relative;
    left: -170px;
    top: -20px;
  }
  .big-map-list-group a + .big-btn-info .big-btn-info-title {
    padding: 25px 25px 10px 25px;
    display: block;
    float: none;
    width: auto;
    border-radius: 50px;
    background-color: #8C6E4A;
    margin: -20px auto 10px auto;
    z-index: 5;
  }
  .big-map-list-group .tabindex-0 .big-btn-info {
    color: #fff;
    font-weight: 600;
    text-align: center;
    vertical-align: top;
    position: absolute;
    top: 20px;
    left: -130px;
    width: 300px !important;
    opacity: 0;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: top left;
    display: none;
    z-index: 10;
    transition: all .5s ease;
  }
  .big-map-list-group .tabindex-0 .tabindex-0-btn{
    position: absolute;
    text-decoration: none;
    z-index: 60;
    border-radius: 50%;
    width: 40px;
    height: 40px;
  }
  .big-map-list-group .tabindex-0:focus .tabindex-0-btn {
    z-index: 1;
    display: none;
  }
  .big-map-list-group a + .big-btn-info .photo-bg {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 5px solid #420A15;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    float: none;
    position: relative;
    z-index: 10;
    margin: 0 auto;
  }
  .big-map-list-group .tabindex-0 .big-btn-info {
    opacity: 0;
    z-index: 1;
  }
  .big-map-list-group .tabindex-0:focus .big-btn-info {
    opacity: 1;
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 100;
    display: block;
    top: 40px;
  }
  .big-map-list-group .tabindex-0 a{
    z-index: 30;
  }
  .big-map-list-group .tabindex-0:focus a{
    z-index: 200 !important;
    position: relative;
  }
  .smart-info-wrapper {
    position: absolute;
    top: 30vh;
    right: 0px;
    bottom: 90px;
    width: 270px;
    display: block;
    z-index: 50;
  }
  .smart-info {
    height: calc(70vh - 300px);
    position: relative;
    width: 100%;
    z-index: 100;
  }
  .smart-info-wrapper .accordion-button::after {
    margin-top: -10px;
    margin-right: 0px;
  }
  .accordion-button::after {
    color: #fff !important;
    position: absolute;
    top: 15px;
    right: 10px;
  }
  .accordion-button.collapsed::after {
    color: #fff !important;
    position: absolute;
    top: 30px;
    right: 25px;
  }
  .smart-info-wrapper .accordion-collapse {
    height: calc(100vh - 630px);
    background-color: rgba(85, 85, 89, 0.88) !important;
    border-radius: 0;
  }
  .smart-info-wrapper .accordion-button.collapsed .collapsed-word {
    top: 5px;
    left: 3px;
  }
  .offcanvas, 
  .offcanvas-lg, 
  .offcanvas-md, 
  .offcanvas-sm, 
  .offcanvas-xl, 
  .offcanvas-xxl {
    --bs-offcanvas-zindex: 1045;
    --bs-offcanvas-width: 150px;
    --bs-offcanvas-height: 30vh;
    --bs-offcanvas-padding-x: 1rem;
    --bs-offcanvas-padding-y: 1rem;
    --bs-offcanvas-color: #fff;
    --bs-offcanvas-bg: #420A15;
    --bs-offcanvas-border-width: 1px;
    --bs-offcanvas-border-color: var(--bs-border-color-translucent);
    --bs-offcanvas-box-shadow: 0 0.125rem 0.25remrgba(0, 0, 0, 0.075);
  }
  .phone-menu ul{
    padding: 0;
    list-style-type: none;
    margin: 0;
  }
  .phone-menu ul li a{
    color: #fff;
    padding: 10px 5px;
    display: block;
    text-align: center;
  }
  .btn-close{
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
  }
  .modal-an{
    width:500px; 
    background-color:rgba(0,0,0,0) !important; 
    padding-top: 15vh;
    margin: 0 auto;
  }
  .index-visual-an #animation_container{
    background-color:rgba(102, 102, 102, 0.00); 
    width:500px; 
    height:500px;
  }
  .index-visual-an #animation_container canvas#canvas{
    pointer-events: none; 
    overflow: hidden; 
    width:500px !important; 
    height:500px !important; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    display: block;
  }
  .big-map-list-group.btn-map-01 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-02 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-03 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-04 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-05 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-06 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-07 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-08 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-09 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-10 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-11 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-12 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-13 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-14 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-15 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-16 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-17 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-18 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-19 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-20 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-21 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-22 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-23 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-24 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-25 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-26 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-27 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-28 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-29 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-30 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-31 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-32 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-33 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-34 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-35 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-36 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-37 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-38 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-39 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-40 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-41 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-42 .tabindex-0 .big-btn-info,
  .big-map-list-group.btn-map-43 .tabindex-0 .big-btn-info{
    width: 300px !important;
    z-index: 50;
  }
  .big-map-list-group a:hover + .big-btn-info,
  .big-map-list-group a:focus + .big-btn-info{
    display: none;
  }
  .big-map-list-group.btn-map-01 a + .big-btn-info,
  .big-map-list-group.btn-map-02 a + .big-btn-info,
  .big-map-list-group.btn-map-03 a + .big-btn-info,
  .big-map-list-group.btn-map-04 a + .big-btn-info,
  .big-map-list-group.btn-map-05 a + .big-btn-info, 
  .big-map-list-group.btn-map-06 a + .big-btn-info,
  .big-map-list-group.btn-map-07 a + .big-btn-info,
  .big-map-list-group.btn-map-08 a + .big-btn-info,
  .big-map-list-group.btn-map-09 a + .big-btn-info,
  .big-map-list-group.btn-map-10 a + .big-btn-info,
  .big-map-list-group.btn-map-11 a + .big-btn-info, 
  .big-map-list-group.btn-map-12 a + .big-btn-info,
  .big-map-list-group.btn-map-13 a + .big-btn-info,
  .big-map-list-group.btn-map-14 a + .big-btn-info,
  .big-map-list-group.btn-map-15 a + .big-btn-info,
  .big-map-list-group.btn-map-16 a + .big-btn-info,
  .big-map-list-group.btn-map-17 a + .big-btn-info, 
  .big-map-list-group.btn-map-18 a + .big-btn-info,
  .big-map-list-group.btn-map-19 a + .big-btn-info,
  .big-map-list-group.btn-map-20 a + .big-btn-info,
  .big-map-list-group.btn-map-21 a + .big-btn-info,
  .big-map-list-group.btn-map-22 a + .big-btn-info,
  .big-map-list-group.btn-map-23 a + .big-btn-info, 
  .big-map-list-group.btn-map-24 a + .big-btn-info,
  .big-map-list-group.btn-map-25 a + .big-btn-info,
  .big-map-list-group.btn-map-26 a + .big-btn-info,
  .big-map-list-group.btn-map-27 a + .big-btn-info,
  .big-map-list-group.btn-map-28 a + .big-btn-info,
  .big-map-list-group.btn-map-29 a + .big-btn-info, 
  .big-map-list-group.btn-map-30 a + .big-btn-info,
  .big-map-list-group.btn-map-31 a + .big-btn-info,
  .big-map-list-group.btn-map-32 a + .big-btn-info,
  .big-map-list-group.btn-map-33 a + .big-btn-info,
  .big-map-list-group.btn-map-34 a + .big-btn-info,
  .big-map-list-group.btn-map-35 a + .big-btn-info, 
  .big-map-list-group.btn-map-36 a + .big-btn-info,
  .big-map-list-group.btn-map-37 a + .big-btn-info,
  .big-map-list-group.btn-map-38 a + .big-btn-info,
  .big-map-list-group.btn-map-39 a + .big-btn-info,
  .big-map-list-group.btn-map-40 a + .big-btn-info,
  .big-map-list-group.btn-map-41 a + .big-btn-info, 
  .big-map-list-group.btn-map-42 a + .big-btn-info, 
  .big-map-list-group.btn-map-43 a + .big-btn-info{
    position: absolute;
    top: 20px;
    left: -130px;
    width: 300px !important;
  }
  .map-area-btn-01 {
    position: absolute;
    left: 21%;
    top: 19%;
    width: 60px;
    height: 80px;
  }
  .map-area-btn-02 {
    position: absolute;
    left: 50%;
    top: 5%;
    width: 60px;
    height: 80px;
  }
  .map-area-btn-03 {
    position: absolute;
    left: 72%;
    top: 22%;
    width: 60px;
    height: 80px;
  }
  .map-area-btn-04 {
    position: absolute;
    left: 89%;
    top: 38%;
    width: 60px;
    height: 80px;
  }
  .map-area-btn-05 {
    position: absolute;
    left: 63%;
    top: 55%;
    width: 60px;
    height: 80px;
  }
  .map-area-btn-06 {
    position: absolute;
    left: 39%;
    top: 41%;
    width: 60px;
    height: 80px;
  }
  .map-area-btn-07 {
    position: absolute;
    left: 17%;
    top: 55%;
    width: 60px;
    height: 80px;
  }
  .map-area-btn-08 {
    position: absolute;
    left: 27%;
    top: 79%;
    width: 60px;
    height: 80px;
  }
  .accordion-body a.btn-more {
    position: fixed;
    top: calc(30vh - 35px);
    right: 10px;
  }
  .phone-view{
    display: block;
  }
  .copyright{
    position: fixed;
    width: 100%;
    bottom: 0;
    padding: 5px 10px;
    font-size: 0.75em;
    text-align: right;
    background-color: rgba(140, 110, 74, 0.9);
    color: #fff;
    z-index: 200;
  }
}
@media (max-width: 819px) {
  .smart-info {
    height: calc(70vh - 320px);
  }
  .smart-info-wrapper .accordion-collapse {
    height: calc(100vh - 590px);
  }
}
@media (max-width: 767px) {
	.u-header__section--light .navbar-brand, 
  .u-header__section--light--shift.js-header-change-moment .navbar-brand {
    position: fixed;
    opacity: 1;
    top: 10px;
    left: 10px;
    z-index: 10000;
    width: 80px;
    height: 100px;
    display: block;
  }
  .modal-an{
    width:400px; 
    background-color:rgba(0,0,0,0) !important; 
    padding-top: 5vh;
    margin: 0 auto;
  }
  .index-visual-an #animation_container{
    background-color:rgba(102, 102, 102, 0.00); 
    width:400px; 
    height:400px;
  }
  .index-visual-an #animation_container canvas#canvas{
    pointer-events: none; 
    overflow: hidden; 
    width:400px !important; 
    height:400px !important; 
    position: absolute; 
    left: 0px; 
    top: 0px; 
    display: block;
  }
  .big-map-list-group a + .big-btn-info{
    color: #fff;
    font-weight: 600;
    vertical-align: top;
    position: absolute;
    top: 43px;
    left: -92px;
    width: 220px !important;
    display: block;
    opacity: 0;
    transition: all.5s ease;
    -moz-transform:rotate(0deg);
    -webkit-transform:rotate(0deg);
    -o-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
    transform-origin: top left;
  }
  .big-map-list-group a + .big-btn-info .big-btn-info-title {
    padding: 25px 15px 15px 15px;
    display: block;
    float: none;
    width: auto;
    border-radius: 20px;
    background-color: #8C6E4A;
    margin: -20px auto 10px auto;
    z-index: 5;
  }
  .banner:after {
    width: 80px;
  }
  .smart-info-wrapper{
    display: none;
  }
  .smart-info-phone{
    display: block;
    position: fixed;
    right: 5px;
    top: 30vh;
  }
  .tp-thumbs{
    display: none;
  }
  .offcanvas-tour{
    --bs-offcanvas-width: 250px;
    bottom: 10px;
    top: 30vh !important;
    right: 10px !important;
    background-color: rgba(85, 85, 89, 0.88) !important;
  }
  .smart-info-phone .offcanvas-backdrop.show {
    opacity: 0;
  }
  .smart-info-phone .btn{
    background-color: rgba(140, 110, 74, 0.9);
    border-radius: 0;
    color: #fff;
    padding: 10px 10px;
  }
  .smart-info-phone .btn i{
    font-size: 1.5em;
  }
  .smart-info-phone .btn-close {
    position: fixed;
    top: calc(30vh + 10px);
    right: 15px;
    color: #fff;
  }
  .smart-info-phone .btn-more{
    position: fixed;
    top: calc(30vh - 30px);
    right: 10px;
    display: inline-block;
    background-color: rgba(66, 10, 21, 0.85);
    padding: 3px 15px;
    border-radius: 30px;
    color: #fff;
    font-size: 0.8em;
    font-weight: 600;
    text-decoration: none;
    transition: all .5s ease;
  }
  .modal-s-map .toast:after{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('../img/toast-phone.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left top;
    display: block;
    content: "";
    z-index: -1;
  }
  .map-area-btn-01 ~ .map-area-01{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-image: url('../img/map-hover-01-phone.png');
    background-repeat: no-repeat;
    width: 1920px;
    height: 1280px;
    background-size: 1920px;
    background-position: center right;
    opacity: 0;
    transition: all .5s ease;
  }
  .map-area-btn-05 ~ .map-area-05 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-image: url('../img/map-hover-05-phone.png');
    background-repeat: no-repeat;
    width: 1920px;
    height: 1280px;
    background-size: 1920px;
    background-position: center right;
    opacity: 0;
    transition: all .5s ease;
  }
  .map-area-btn-08 ~ .map-area-08 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
    background-image: url('../img/map-hover-08-phone.png');
    background-repeat: no-repeat;
    width: 1920px;
    height: 1280px;
    background-size: 1920px;
    background-position: center right;
    opacity: 0;
    transition: all .5s ease;
  }
}
