@charset "UTF-8";

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #111111;
  color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

button {
  background: transparent;
  border: none;
}

#gotop {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.navbar-inverse .navbar-nav>li>a,
.navbtn>ul>li>a,
#gotop {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

/* modal */
button.close {
  width: 54px;
  height: 54px;
  background: url(../image/close.png) no-repeat top !important;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -54px;
  z-index: 999;
  background-size: 100% auto;
}

#picModal .modal-body {
  padding: 0;
  text-align: center;
}

.modal-dialog {
  margin-top: 150px;
}

/* modal */

/*navbar*/
.navbar-inverse {
  background-color: rgb(0 0 0 / 50%) !important;
}

.navbar-inverse .navbar-nav>li>a {
  min-width: 100px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  margin: 0px 10px;
  padding: 0;
  border-top: 10px solid transparent;
  border-image: url(../image/top-border.png) 100% 0% round;
}

#avaTop {
  min-width: 100px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 50px;
  margin: 0px 10px;
  padding: 0;
  border-top: 10px solid transparent;
  border-image: url(../image/top-border.png) 100% 0% round;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover {
  background-color: transparent;
  outline: none;
  filter: hue-rotate(-60deg);
}

.navbar {
  min-height: 100px;
  margin-bottom: 0px;
  border: 0px;
}

.linkicon {
  display: flex;
  justify-content: center;
  flex-direction: row;
  float: right;
}

.linkicon a {
  padding: 9px;
}

.maptitle {
  margin: 4% 0;
}

.maptext {
  transform: translateX(24%);
}

#gotop {
  display: block;
  padding: 0;
  text-align: center;
  text-decoration: none;
}

#gotop:hover {
  filter: brightness(2);
  outline: none;
}

/* sidebar */
#tab-1,
#tab-2,
#tab-3 {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

#tab-1 header {
  background: url(../image/event_bg.png) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  padding: 40px 0;
}

#tab-1 section {
  background: url(../image/event_bg2.png) no-repeat 50% 0;
  background-size: cover;
  position: relative;
}

#tab-2 header {
  background: url(../image/map_bg.png) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  padding-top: 40px;
  min-height: 1042px;
}

#tab-2 section {
  background: url(../image/map_bg2.png) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  min-height: 1080px;
}

#tab-3 section:first-child {
  background: url(../image/shop_bg.png) no-repeat 50% 0;
  background-size: cover;
  height: 100vh;
  position: relative;
  min-height: 1080px;
}

#tab-3 #bg2 {
  background: url(../image/shop_bg2.png) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  min-height: 1200px;
}

#tab-3 #bg3 {
  background: url(../image/shop_bg3.png) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  min-height: 1290px;
}

#tab-1 header>img:first-child {
  margin-top: 6%;
}

#tab-2 section>img {
  margin: 4% 0;
}

#tab-3 .wow.zoomOut img,
#tab-3 #bg2>img {
  margin: 8% 0 4% 0;
}

.code span {
  font-size: 2rem;
  line-height: 70px;
  vertical-align: text-top;
}

.diary1 {
  position: absolute;
  left: 22%;
  bottom: 34%;
}

.diary2 {
  position: absolute;
  bottom: 12%;
  right: 20%;
}

#copyBtn {
  transform: translateY(8px);
}

.diary1,
.diary2,
#copyBtn {
  animation: bright 2s infinite;
}

@keyframes bright {
  0% {
    filter: brightness(1);
    opacity: 0.5;
  }

  50% {
    filter: brightness(1.5);
    opacity: 1;
  }

  100% {
    filter: brightness(1);
    opacity: 0.5;
  }
}


/* 背景影片 */
.fullscreen .start {
  background: transparent;
  position: absolute;
  cursor: pointer;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  outline: none;
  border: none;
}

.fullscreen {
  height: 100vh;
  position: relative;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}

.myVideo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

/* 背景影片 */

.tab-pane {
  display: none;
}

.tab-pane.active {
  display: block;
}

.item {
  display: block;
  overflow: hidden;
  width: 100%;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 15px auto;
  background: transparent;
  text-align: center;
  cursor: pointer;
}

.item:hover {
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon a:hover {
  -webkit-filter: brightness(130%);
  filter: brightness(130%);
}

.navbar-inverse .navbar-brand {
  padding-top: 8px;
  padding-bottom: 0;
  max-width: 220px;
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  background-color: transparent;
}

.goh_style {
  line-height: 0;
  text-align: center;
}

@media (max-width: 1024px) {
  .diary1 {
    left: 4%;
    bottom: 30%;
  }

  .maptext {
    transform: translateX(0%);
  }
}

@media (max-width: 850px) {
  #tab-2 header {
    padding-top: 24%;
  }

  #tab-3 section:first-child {
    padding-top: 30%;
  }

  .diary1 {
    left: auto;
    bottom: auto;
    top: 22%;
    right: 0;
  }

  .fullscreen .start {
    width: 50vw;
  }

  .modal-lg {
    width: 95%;
  }
}

@media (max-width: 480px) {
  #tab-2 header {
    min-height: 700px;
  }

  #tab-3 section:first-child {
    height: auto;
    min-height: auto;
  }

  #tab-3 #bg2 {
    min-height: auto;
  }

  #tab-3 #bg3 {
    min-height: auto;
  }

  .diary1 {
    width: 40vw;
  }

  #gotop {
    width: 20vw;
  }

  .navbar-inverse .navbar-brand {
    max-width: 190px;
    padding-top: 10px;
  }

  .navbar-inverse .navbar-nav>li>aa {
    font-size: 14px;
  }

}