@charset "UTF-8";

html {
  overflow-x: hidden;
}

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #111111;
  color: #fff;
  overflow-x: hidden;
}

* {
  margin: 0px;
  padding: 0px;
}

img {
  max-width: 100%;
  height: auto;
}

.container-fluid {
  padding: 0;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

:focus {
  outline: none;
}

a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

#au_info_bar .ev_now_list .more {
  height: unset;
}

#au_info_bar .btn_wrap button.close {
  background-position: -48px 50%;
  width: 45px;
}

.nav-link:hover, .nav-link:active, .nav-link:focus{
  background-color: unset;
  border-color: unset;
}

button:focus {
  outline: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none !important;
}

h2 {
  margin: 80px 0 30px;
  font-weight: 700;
}

.btn-on {
  -moz-transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.goh_submit,
.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;
}


/* header */
#header {
  background: url(../images/header_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 1050px;
  position: relative;
  padding-top: 50px;
  width: 100vw;
  overflow: hidden;
}

#header .floor {
  position: absolute;
  bottom: 0;
  background: url(../images/header-floor2.jpg) no-repeat center center;
  background-size: cover;
  height: 367px;
  width: 100vw;
  z-index: 1;
  max-width: 100%;
}


#header .floor img {
  animation: floor1 .4s alternate steps(2) infinite;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


.char-group {
  position: relative;
}

.char1, .char2, .char3, .char4, .char5 {
  position: absolute;
  left: 50%;
}

.char1 {
  transform: translateX(-245%);
  top: -30px;
}

.char2 {
  transform: translateX(-133%);
  top: -8px;
}

.char3 {
  transform: translateX(-45%);
  top: -35px;
}

.char4 {
  transform: translateX(31%);
  top: 4px;
}

.char5 {
  transform: translateX(143%);
  top: -103px;
}

.light-top img {
  position: absolute;
  top: -103px;
  left: -197px;
  width: 1148px;
  mix-blend-mode: color-dodge;
}

.light-top img:nth-child(2) {
  right: -197px;
  left: unset;
  transform: rotateY(180deg);
}

.light-bottom img {
  position: absolute;
  bottom: -13px;
  left: -197px;
  width: 1148px;
  mix-blend-mode: screen;
  transform: rotateX(180deg) rotateY(0);
  z-index: 2;
}

.light-bottom img:nth-child(2) {
  right: -197px;
  left: unset;
  transform: rotateX(180deg) rotateY(180deg);
}

.logo {
  position: absolute;
  top: 10%;
  right: 14%;
  z-index: 999;
}

.logo:hover {
  filter: brightness(1.3);
}


@keyframes floor1 {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

#header .beat {
  position: absolute;
  bottom: 12%;
  z-index: 1;
}

#header .beat img {
  filter: drop-shadow(0px 0px 2px rgba(255, 255, 255, 0.664));
}

#header .contents {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  z-index: 7;
}

#header .title img {
  position: relative;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 1.2;
  -webkit-animation: kv_flicker ease-in-out 2s both alternate infinite;
  animation: kv_flicker ease-in-out 2s both alternate infinite;
  z-index: 2;
}

#header .title ::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  background: url(../images/header_title-2.png) no-repeat center center;
  height: 100%;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  filter: sepia(2) brightness(0.4);
  opacity: 0.5;
}

@keyframes kv_flicker {
  0% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    opacity: 0.8;
  }

  10% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    opacity: 0.83;
  }

  15% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    opacity: 0.8;
  }

  17% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    opacity: 0.85;
  }

  20% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    opacity: 0.9;
  }

  30% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
    opacity: 0.93;
  }

  32% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    opacity: 0.95;
  }

  35% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.9;
  }

  45% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99)";
    opacity: 0.99;
  }

  50% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }

  70% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    opacity: 0.9;
  }

  72% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    opacity: 0.95;
  }

  93% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
    opacity: 0.93;
  }

  95% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    opacity: 0.95;
  }

  97% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=93)";
    opacity: 0.93;
  }

  100% {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    opacity: 1;
  }
}

#header .muice {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* header */


/* sidebar */
.sideBtn {
  position: fixed;
  right: 50px;
  top: 40%;
  z-index: 999;
}

.sideBtn ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sideBtn ul>li a {
  background: url(../images/sidebar.png) no-repeat 0 0;
  width: 188px;
  height: 73.333px;
  text-indent: -9999px;
}

.sideBtn ul>li a:hover, .sideBtn ul>li a:focus, .sideBtn ul>li a:active {
  background: url(../images/sidebar-hover.png) no-repeat 0 0;
}

.sideBtn ul>li:nth-child(2) a, .sideBtn ul>li:nth-child(2) a:hover, .sideBtn ul>li:nth-child(2) a:focus, .sideBtn ul>li:nth-child(2) a:active {
  background-position-y: -89.333px;
}

.sideBtn ul>li:nth-child(3) a, .sideBtn ul>li:nth-child(3) a:hover, .sideBtn ul>li:nth-child(3) a:focus, .sideBtn ul>li:nth-child(3) a:active {
  background-position-y: -162.666px;
}

/* sidebar */
/* 頁籤 */

/* page2 */



.page2-bg {
  width: 100vw;
  height: 1000px;

}

.page2-bg01 {
  background: url(../images/page2-bg01.jpg)no-repeat center center;
  background-size: cover;
}

.page2-bg02 {
  background: url(../images/page2-bg02.jpg)no-repeat center center;
  background-size: cover;
}

.page2-bg03 {
  background: url(../images/page2-bg03.jpg)no-repeat center center;
  background-size: cover;
}

.page2-bg04 {
  background: url(../images/page2-bg04.jpg)no-repeat center center;
  background-size: cover;
}

.page2-bg05 {
  background: url(../images/page2-bg05.jpg)no-repeat center center;
  background-size: cover;
}

.page2-bg04 .alumb-text {
  margin-bottom: 18px;
}

.page2-bg04 .page2-char {
  padding-top: 59px;
}

.page2-bg04 .page2-char img {
  width: 88%;
}

.page2-char {
  filter: drop-shadow(0 0 5px rgba(255, 255, 255, 1));
  padding-top: 129px;
}

.page2-contain {
  margin-top: -39px;
}

.brackets-left, .brackets-right {
  filter: drop-shadow(0 0 2px white);
}

.brackets-left {
  position: absolute;
  left: -28px;
  top: -28px;
}

.brackets-right {
  position: absolute;
  right: -18px;
}

.cd-change {
  animation: cd-change infinite 4s linear;
}


.album {
  position: relative;
  height: 66%;

}

.album-cover {
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-61%);
}

.muice-text {
  filter: drop-shadow(0 0 2px white);
  margin-top: 10px;
  letter-spacing: 4px;
}


.album-cd {
  position: absolute;
  z-index: 1;
  left: 48%;
  top: 100px;
}

@keyframes cd-change {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.slick-prev, .slick-next {
  z-index: 999;
}

.slick-prev {
  left: 20%;
}

.slick-next {
  right: 20%;
}

.slick-prev:before {
  content: url(../images/arrow-lf.png);
  width: 37px;
  height: 108px;
  filter: drop-shadow(1px 1px 4px rgb(255, 255, 255));
}

.slick-next:before {
  content: url(../images/arrow-rt.png);
  width: 37px;
  height: 108px;
  filter: drop-shadow(1px 1px 4px rgb(255, 255, 255));
}


.slick-dots {
  bottom: 30px;
}

.slick-dots li button:before {
  color: #fff;
}

.slick-dots li.slick-active button:before {
  color: #fff;
}

/* page2 */

/* page3 & page4 */
.frame {
  color: #000;
  padding: 30px 10px;
}

.frame p {
  font-size: 1.1rem;
  font-weight: bold;
}

.frame h3 {
  font-weight: bolder;
}

.frame .red {
  color: red;
}

.content {
  margin-top: 100px;
}

/* page3 & page4 */

/* page3 */
.page3 {
  position: relative;
  background: url(../images/page3-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100vw;
  height: 999px;
}

.page3 .frame {
  position: relative;
  background: url(../images/page3-frame.png) no-repeat center center;
  width: 642px;
  max-width: 100%;
  height: 440px;
  margin: auto;
  background-size: cover;
  z-index: 1;
}

.page3-char {
  position: absolute;
  top: 26%;
  left: 10%;
  z-index: 0;
}

/* page3 */

/* page4 */
.page4 {
  position: relative;
  background: url(../images/page4-bg.jpg) no-repeat center center;
  background-size: cover;
  width: 100vw;
  height: 1002px;
}

.page4 .frame {
  position: relative;
  background: url(../images/page4-frame.png) no-repeat center center;
  width: 615px;
  max-width: 100%;
  height: 460px;
  margin: auto;
  background-size: cover;
  z-index: 1;
}

.page4-char {
  position: absolute;
  top: 19%;
  right: 9%;
  z-index: 0;
}

/* page4 */

/* page5 */
.page5 {
  background-color: white;
  color: #000;
  text-align: center;
  padding: 20px 0;
}

.page5 .text {
  text-align: left;
  margin: auto;
  width: 75%;
  font-size: 1.1rem;
  font-weight: 600;
}

/* page5 */



section {
  overflow: hidden;
}

@media (max-width: 1280px){
  #header .beat {
    position: absolute;
    bottom: 14%;
    width: 135%;
    z-index: 1;
}

.slick-prev {
  left: 4%;
}

.slick-next {
  right: 4%;
}
}

@media (max-width: 1024px) {
  #header .beat {
    position: absolute;
    bottom: 15%;
    width: 165%;
    z-index: 1;
}

  .page3-char {
    position: absolute;
    top: 49%;
    left: 0%;
  }

  .page3-char img {
    width: 70%;
  }

  .page4-char {
    position: absolute;
    top: 55%;
    right: -20%;
  }

  .page4-char img {
    width: 70%;
  }

}

@media (max-width: 991px) {

  #header .title ::after{
    background-size: contain;
  }
  .container {
    height: 70%;
    flex-flow: row-reverse;
  }

  .page2-bg {
    background-position: 0 center;
  }

  .page2-char, .page3-char, .page4-char {
    display: none;
  }
  .album {
    position: relative;
    height: 150%;
  }

}

@media (max-width: 850px) {}

@media (max-width: 768px) {

  .sideBtn {
    right: 15px;
    top: unset;
    bottom: 20px;
  }

  #header .title ::after {
    background-size: contain;
  }


  #header .beat {
    right: -22px;
    bottom: -2px;
  }

  #header .beat img {
    height: 763px;
  }


  .char1, .char5 {
    display: none;
  }


  .slick-prev {
    left: 1%;
  }

  .slick-next {
    right: 5%;
  }

  .slick-prev, .slick-next {
    top: 70%;
  }


  .content {
    margin-top: 287px;
  }

  .page3 .title, .page4 .title {
    position: absolute;
    top: 80px;
    width: 100%;
    max-width: 100%;
  }
}


@media (max-width: 480px) {
  .sideBtn ul>li a {
    background: url(../images/sidebar.png) no-repeat 0 0;
    width: 106px;
    height: 50px;
    text-indent: -9999px;
    background-size: cover;
  }

  .sideBtn ul>li a:hover, .sideBtn ul>li a:focus, .sideBtn ul>li a:active {
    background: url(../images/sidebar-hover.png) no-repeat 0 0;
    background-size: cover;
  }

  .sideBtn ul>li:nth-child(2) a, .sideBtn ul>li:nth-child(2) a:hover, .sideBtn ul>li:nth-child(2) a:focus, .sideBtn ul>li:nth-child(2) a:active {
    background-position-y: -43.333px;
  }

  .sideBtn ul>li:nth-child(3) a, .sideBtn ul>li:nth-child(3) a:hover, .sideBtn ul>li:nth-child(3) a:focus, .sideBtn ul>li:nth-child(3) a:active {
    background-position-y: -84.666px;
  }


  .navbtn ul>li>a {
    padding: 20px 48px;
    font-size: 14px;
  }

  .navbar-inverse .navbar-nav>li>a,
  .form-control,
  label.btn span,
  .fa-2x,
  .nav-pills>li>a,
  .mapInfo ul li {
    font-size: 14px;
  }

  .copyright .cp .tab-content ul li a {
    font-size: 12px;
  }

  #header {
    background: url(../images/header_bg.jpg) no-repeat -190px 0;
    height: 788px;
  }

  #header .muice {
    margin-top: 10px;
  }


  .char1, .char2, .char4, .char5 {
    display: none;
  }

  .char3 {
    transform: translateX(-51%);
    top: 166px;
    width: 57%;
  }

  .title {
    position: absolute;
    top: 80px;
  }

  .light-top, .light-bottom {
    display: none;
  }

  .container {
    height: 50%;
    flex-flow: row-reverse;
  }

  .slick-prev, .slick-next {
    top: 70%;
  }

  .album {
    position: relative;
    height: 240%;
  }

  .page2-bg {
    background-position: center center;
  }


  .content {
    margin-top: 287px;
  }

  .page3 .frame, .page4 .frame {
    height: 620px;
  }

}