@charset "UTF-8";

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #000;
  color: #fff;
  margin: 0 auto
}

img {
  max-width: 100%;
  height: auto
}

button {
  background: 0 0;
  border: none
}

audio::-webkit-media-controls-current-time-display,
audio::-webkit-media-controls-fullscreen-button,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-panel,
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-return-to-realtime-button,
audio::-webkit-media-controls-rewind-button,
audio::-webkit-media-controls-seek-back-button,
audio::-webkit-media-controls-seek-forward-button,
audio::-webkit-media-controls-time-remaining-display,
audio::-webkit-media-controls-timeline,
audio::-webkit-media-controls-timeline-container,
audio::-webkit-media-controls-toggle-closed-captions-button,
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-volume-slider-container {
  font-size: 12px;
  color: #fff
}

audio::-webkit-media-controls-enclosure {
  background: 0 0;
  border-radius: 10px;
  background-color: none
}

audio::-webkit-media-controls-timeline {
  display: none
}

audio::-webkit-media-controls-fullscreen-volume-min-button,
audio::-webkit-media-controls-fullscreen-volume-slider,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-volume-slider,
audio::-webkit-media-controls-volume-slider-container {
  display: flex;
  background-color: transparent;
  filter: invert(80%)
}

a#gotop {
  display: block;
  position: fixed;
  bottom: 15px;
  left: 15px;
  z-index: 999;
  background: transparent url(../image/btn_top.png) no-repeat 0 0;
  background-size: contain;
  width: 101px;
  height: 102px;
  filter: drop-shadow(0 4px 6px rgba(0, 0, 0, .2));
  -webkit-filter: brightness(100%);
  filter: brightness(100%)
}

:focus {
  outline: 0
}

a:active,
a:focus,
a:hover {
  text-decoration: none
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none
}

a.sideBar {
  display: block;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999;
  width: 167px;
  height: 167px;
}

.pd {
  padding: 0 10px;
}

.navbar-inverse .navbar-nav>li>a,
a#gotop,
a.sideBar,
a.submit-btn,
.pop-btn {
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}

.bg_music {
  position: absolute;
  display: flex;
  bottom: 0;
  right: 0
}

a#gotop:hover,
a.sideBar:hover {
  bottom: 35px;
  -webkit-filter: brightness(130%);
  filter: brightness(130%)
}

button.close {
  width: 54px;
  height: 54px;
  background: url(../image/close.png) no-repeat 0 0;
  background-size: contain;
  overflow: hidden;
  text-indent: -10000em;
  cursor: pointer;
  border: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: -54px;
  z-index: 999;
}

.modal-body {
  padding: 0;
  text-align: center;
}

.modal-dialog {
  margin: 80px auto;
}

@media (min-width: 992px) {
  .modal-lg {
    width: 1400px;
  }
}

.navbar-inverse,
.navbar-inverse .navbar-toggle {
  background-color: rgba(0, 0, 0, .5);
  border-color: rgba(255, 255, 255, .1);
}

.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>.active .dropdown-toggleBtn,
.navbar-inverse .navbar-nav .dropdown-toggleBtn:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
  background-color: rgba(0, 0, 0, .7);
  outline: 0;
}

.navbar-inverse .navbar-nav>li>a {
  min-width: 100px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 60px;
  margin: 0 10px;
  padding: 0
}

.navbar-inverse .navbar-collapse {
  border-color: transparent;
  box-shadow: none
}

.navbar {
  min-height: 100px;
  margin-bottom: 0;
  border: 0
}

.linkicon {
  display: flex;
  justify-content: center;
  flex-direction: row;
}

.linkicon a {
  padding: 9px
}

.dropdown-toggleBtn {
  font-size: 16px;
  line-height: 30px;
  padding: 15px;
  color: #fff;
  display: block;
  width: 100%;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, .5);
  padding: 12px 15px;
  text-align: left;
  border-radius: 0;
  border: none
}



.dropdown-menu li:last-child {
  border-bottom: none
}

#tab-1,
#tab-2,
#tab-3 {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#avaFooter {
  position: relative
}

.conWrap .item {
  position: absolute;
  cursor: pointer;
  left: 50%;
  width: 100%;
}

.conWrap .item span {
  height: 0;
  display: block;
}

.doll {
  position: absolute;
  left: 50%;
  margin-left: -478px;
  top: 279px;
  background: transparent url(../image/doll.png) no-repeat 0 0;
  background-size: contain;
  width: 229px;
  height: 319px;
  animation: move 3s cubic-bezier(.4, 0, .2, 1) 2.2s infinite normal;
  -webkit-filter: drop-shadow(30px 25px 8px rgba(0, 0, 0, 0.6));
  filter: drop-shadow(30px 25px 8px rgba(0, 0, 0, 0.6))
}

.doll:before {
  content: '';
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../image/doll_over.png) no-repeat 0 0;
  background-size: contain;
  pointer-events: none;
  -webkit-animation: opacity 6s infinite cubic-bezier(0.42, 0, 0.03, 0.99);
  animation: opacity 6s infinite cubic-bezier(0.42, 0, 0.03, 0.99);
}

@keyframes move {
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-50px);
  }
}

@keyframes opacity {
  50% {
    opacity: 1;
  }
}

@-webkit-keyframes opacity {
  50% {
    opacity: 1;
  }
}

#tab-1 {
  position: relative;
  text-align: center
}

#tab-1 {
  background: url(../image/p1_section_bg.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 100%;
  position: relative;
  z-index: 2;
}

#tab-2 .s1_header {
  background: url(../image/p2_header_bg.jpg) no-repeat 50% 0;
  height: 797px;
  background-size: cover;
  position: relative;
}

#tab-2 .s1_header .title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 2;
}

#tab-2 .s1_header .title h2.sub {
  margin: 0 auto 30px;
  max-width: 355px;
  width: 100%;
}

#tab-2 .title .sub>img {
  -webkit-filter: none;
  filter: none
}

#tab-2 .s1_header .title h1 {
  text-align: center;
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
  position: relative;
}

#tab-2 .title h1 img {
  position: relative;
  z-index: 1;
}


.submit-btn {
  background: transparent url(../image/submit.png) no-repeat 0 0;
  background-size: contain;
  width: 160px;
  height: 160px;
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -80px;
  text-indent: -99999em;
  display: block;
  /* animation: pulse 1.5s ease-in-out 0s infinite; */
  padding: 0;
  border: none;
}

#tab-1 .s2 {
  position: relative;
  padding-bottom: 100px;
  padding-top: 1100px;
  z-index: 1;
}

#tab-3 .s1 .active {
  position: relative;
  padding-top: 130px;
  margin: 0 auto 45px;
  z-index: -1;
  text-align: center;
}

#tab-3 .s1 .active img {}

#tab-3 .s1 .sub {
  margin-bottom: 80px;

}

#tab-1 .s2 .p1_s2_1 .active {
  padding-top: 0
}

#tab-1 .s2 .sub+img,
#tab-3 .s1 .sub+img,
#tab-3 .p3_s1_2 .conWrap {
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.85));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.85))
}

.tab-pane .active>img,
.tab-pane .sub>img,
#tab-1 .s2 .p1_s2_5 .active+img {
  -webkit-filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.85));
  filter: drop-shadow(0 2px 0 rgba(0, 0, 0, 0.85))
}

#tab-1 .s2 .active {
  padding: 100px 0 0;
  margin: 0 auto 45px;
}

#tab-1 .s2 .sub {
  margin-bottom: 80px;
}

#tab-1 .s2 .p1_s2_2 .active {
  padding-top: 150px;
}

#tab-1 .s2 .p1_s2_3,
#tab-1 .s2 .p1_s2_3 .active {
  position: relative;
}

#tab-1 .s2 .p1_s2_3 .active::before {
  position: absolute;
  content: '';
  background: transparent url(../image/magnifier.png) no-repeat 0 0;
  background-size: contain;
  width: 457px;
  height: 237px;
  top: 47px;
  left: 50%;
  margin-left: 206px;
  z-index: 2;
}

#tab-1 .s2 .p1_s2_3 .photo {
  padding: 60px 0 0;
  display: block;
  margin: 0 auto;
}

#tab-1 .s2 .p1_s2_3 .sub+img {
  display: block;
  margin: 0 auto;
}

#tab-2 .active {
  text-align: center;
  padding: 70px 0 60px;
  margin: 0 auto;
}

#tab-2 .s1_con,
#tab-3 {
  position: relative;
  height: 100%;
  z-index: 0;
  padding-bottom: 150px;
  background: #070c21;
}

#tab-2 .s1_con {
  background: url(../image/wood.jpg) no-repeat 50% 0;
  background-size: cover;
}

#tab-2 .s1_con .item {
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 56px;
  width: 549px;
}

#tab-2 .s1_con .conWrap .item span {
  padding-bottom: 62.4772313297%
}

#tab-2 .s1_con .conWrap .item:nth-child(1) span {
  padding-bottom: 40.5600722674%
}

#tab-2 .s1_con .conWrap .item:nth-child(1) {
  width: 1107px;
  margin-left: -554px
}

#tab-2 .s1_con .conWrap .item:nth-child(2),
#tab-2 .s1_con .conWrap .item:nth-child(4) {
  margin-left: -553px;
}

#tab-2 .s1_con .conWrap .item:nth-child(2),
#tab-2 .s1_con .conWrap .item:nth-child(3) {
  top: 516px;
}

#tab-2 .s1_con .conWrap .item:nth-child(4),
#tab-2 .s1_con .conWrap .item:nth-child(5) {
  top: 868px;
}

#tab-2 .s1_con .conWrap .item:nth-child(3),
#tab-2 .s1_con .conWrap .item:nth-child(5) {
  margin-left: 5px;
}

#tab-2 .s1_con .conWrap {
  background: url(../image/p2_map_1.png) no-repeat 50% 0;
  height: 989px;
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.85));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.85))
}

#tab-2 .s2_con .conWrap {
  background: url(../image/p2_map_2.png) no-repeat 50% 0;
  height: 1311px;
  -webkit-filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.85));
  filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.85))
}

#tab-2 .s2_header {
  background: url(../image/p2_header_bg-2.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 800px;
  position: relative;
}

#tab-2 .s2_header .title {
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  z-index: 2;
}

#tab-2 .s2_header .title h2.sub {
  margin: 0 auto 30px;
  max-width: 355px;
  width: 100%;
}

#tab-2 .s2_header .title h1 {
  text-align: center;
  margin: 0 auto;
  max-width: 983px;
  width: 100%;
  position: relative;
}

.pop-btn {
  width: 80px;
  height: 80px;
  background: transparent url(../image/popup-btn.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);

}

.pop-btn,
.submit-btn {
  -webkit-filter: brightness(100%) drop-shadow(0 5px 12px rgba(0, 0, 0, 0.85));
  filter: brightness(100%) drop-shadow(0 5px 12px rgba(0, 0, 0, 0.85));
}

.pop-btn:hover,
.submit-btn:hover {
  -webkit-filter: brightness(130%) drop-shadow(0 5px 12px rgba(0, 0, 0, 0.85));
  filter: brightness(130%) drop-shadow(0 5px 12px rgba(0, 0, 0, 0.85));
}

.conWrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative
}

#tab-3 {
  background: url(../image/wood.jpg) no-repeat 50% 0;
  background-size: cover;
  position: relative;
  text-align: center;
}

#tab-3 .s1 {
  position: relative;
}

#tab-3 .p3_s1_2 {
  /* padding-top: 95px; */
}

#tab-3 .p3_s1_1 {
  position: relative;
}

#tab-3 .p3_s1_2 .conWrap {
  background: url(../image/p3_section_2.png) no-repeat 50% 0;
  background-size: contain;
  position: relative;
  height: 1148px
}

#tab-3 .p3_s1_2 .conWrap .item {
  max-width: 376px;
  top: 0
}

#tab-3 .p3_s1_2 .conWrap .item span {
  padding-bottom: 147.3404255319%
}

#tab-3 .p3_s1_2 .conWrap .item:first-child {
  margin-left: -392px;
}

#tab-3 .p3_s1_2 .conWrap .item:nth-child(2) {
  margin-left: 15px;
}

#tab-3 .p3_s1_2 .conWrap .item:last-child {
  max-width: 781px;
  margin-left: -391px;
  bottom: 0;
  top: auto;
}

#tab-3 .p3_s1_2 .conWrap .item:last-child span {
  padding-bottom: 70.9346991037%
}

.tab-pane {
  display: none
}

.tab-pane.active {
  display: block
}

.navbar-inverse .navbar-brand:focus,
.navbar-inverse .navbar-brand:hover {
  background-color: transparent
}

.goh_style {
  line-height: 0;
  text-align: center
}

@media screen and (min-width:2560px) {
  #tab-1 .s2 {
    padding-top: 1500px;
  }
}

@media screen and (max-width:1200px) {
  .doll {
    margin-left: -4.78rem;
    top: 2.79rem;
    width: 2.29rem;
    height: 3.19rem;
  }

  #tab-1 .s2 {
    padding-top: 11rem;
  }

  #tab-2 .s1_con,
  #tab-3 {
    padding-bottom: 80px;
  }

  #tab-1 .s2 .active {
    padding: 2rem 0 0;
  }

  #tab-1 .s2 .p1_s2_3 .active::before {
    display: none;
  }

  #tab-1 .s2 .p1_s2_4 .active {
    width: 71%;
  }

  #tab-1 .s2 .p1_s2_5 .active {
    width: 39%;
  }

  #tab-2 .active {
    width: 60%;
  }

  #tab-2 .s1_header {
    height: 7.97rem;
  }

  #tab-2 .s2_header {
    height: 8rem;
  }

  #tab-2 .title h1 {
    width: 60% !important;
  }

  #tab-2 .title h2 {
    width: 40% !important;
  }

  #tab-2 .title h1:after {
    top: -0.62rem;
    height: 3.11rem;
  }

  #tab-2 .active {
    padding: 0.7rem 0 0.6rem
  }

  #tab-2 .s1_con .conWrap {
    height: 9.89rem;
    background-size: contain;
  }

  #tab-2 .s2_con .conWrap {
    height: 13.11rem;
    background-size: contain;
  }

  #tab-2 .s1_con .item {
    top: 0.56rem;
    width: 5.49rem;
  }

  #tab-2 .s1_con .conWrap .item:nth-child(1) {
    width: 11.07rem;
    margin-left: -5.54rem
  }

  #tab-2 .s1_con .conWrap .item:nth-child(2),
  #tab-2 .s1_con .conWrap .item:nth-child(4) {
    margin-left: -5.53rem;
  }

  #tab-2 .s1_con .conWrap .item:nth-child(2),
  #tab-2 .s1_con .conWrap .item:nth-child(3) {
    top: 5.16rem;
  }

  #tab-2 .s1_con .conWrap .item:nth-child(4),
  #tab-2 .s1_con .conWrap .item:nth-child(5) {
    top: 8.68rem;
  }

  #tab-2 .s1_con .conWrap .item:nth-child(3),
  #tab-2 .s1_con .conWrap .item:nth-child(5) {
    margin-left: 0.05rem;
  }

  #tab-3 .s1 .active {
    margin-bottom: 15px;
  }

  #tab-3 .s1 .p3_s1_2 .active {
    padding-top: 0;
    width: 45%;
  }

  #tab-3 .s1 .sub {
    margin-bottom: 30px;
  }

  #tab-3 .p3_s1_2 .conWrap {
    height: 11.48rem;
  }

  #tab-3 .p3_s1_2 {
    padding-top: 45px;
  }

  #tab-3 .p3_s1_2 .conWrap .item:first-child {
    margin-left: -3.92rem;
  }

  #tab-3 .p3_s1_2 .conWrap .item:last-child {
    margin-left: -3.91rem;
    max-width: 7.81rem;
  }

  #tab-3 .p3_s1_2 .conWrap .item {
    max-width: 3.76rem;
  }
}

@media screen and (max-width:768px) {

  #tab-1 .s2 {
    margin: 0;
  }

  .bg_music {
    display: none
  }
}

@media (max-width:480px) {

  #tab-1 .s2 .sub+img,
  #tab-2 .s2_con .conWrap,
  #tab-2 .s1_con .conWrap,
  #tab-3 .s1 .sub+img,
  #tab-3 .p3_s1_2 .conWrap {
    -webkit-filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.85));
    filter: drop-shadow(0 3px 4px rgba(0, 0, 0, 0.85));
  }

  .doll {
    -webkit-filter: drop-shadow(15px 10px 4px rgba(0, 0, 0, 0.85));
    filter: drop-shadow(15px 10px 4px rgba(0, 0, 0, 0.85));
  }

  a.sideBar {
    width: 80px;
    height: 80px;
    animation: none;
  }

  a#gotop {
    width: 60px;
    height: 61px;
    right: 15px;
    bottom: 15px;
  }

  a#gotop:hover {
    bottom: 30px;
  }

  .pop-btn {
    width: 50px;
    height: 50px;
    margin-left: -25px;
  }

  #tab-1 .s2 .active {
    padding-top: 50px !important;
    margin-bottom: 25px;
  }

  #tab-1 .s2 .sub {
    margin-bottom: 30px;
  }

  #tab-2 .title h2 {
    margin: 0 auto !important;
  }

  #tab-3 .p3_s1_2 .conWrap .item:nth-child(2) {
    margin-left: 5px;
  }

  #tab-3 section:first-child {
    height: auto;
    min-height: auto
  }

  .submit-btn {
    width: 80px;
    height: 80px;
    margin-left: -40px;
  }

  button.close {
    width: 34px;
    height: 34px;
    top: -34px;
  }
}