@charset "UTF-8";

body {
  font-family: '微軟正黑體', 'Malgun Gothic', Dotum, Tahoma, sans-serif;
  background-color: #111;
  color: #fff;
  
  margin: 0 auto
}

img {
  max-width: 100%;
  height: auto
}

button {
  background: 0 0;
  border: none
}
audio::-webkit-media-controls-panel ,

audio::-webkit-media-controls-mute-button ,

audio::-webkit-media-controls-play-button ,

audio::-webkit-media-controls-timeline-container ,

audio::-webkit-media-controls-current-time-display ,

audio::-webkit-media-controls-time-remaining-display ,

audio::-webkit-media-controls-timeline ,

audio::-webkit-media-controls-volume-slider-container ,

audio::-webkit-media-controls-volume-slider ,

audio::-webkit-media-controls-seek-back-button ,

audio::-webkit-media-controls-seek-forward-button ,

audio::-webkit-media-controls-fullscreen-button ,

audio::-webkit-media-controls-rewind-button ,

audio::-webkit-media-controls-return-to-realtime-button ,

audio::-webkit-media-controls-toggle-closed-captions-button ,

audio::-webkit-media-controls-panel{
	font-size: 12px;
    color: #fff;
}

audio::-webkit-media-controls-enclosure{
	background: none;
	border-radius: 10px; 
    background-color: none;    
}

video::-webkit-media-controls-overlay-play-button,
audio::-webkit-media-controls-timeline, video::-webkit-media-controls-timeline{
    display:none;
}

audio::-webkit-media-controls-play-button,
audio::-webkit-media-controls-mute-button,
audio::-webkit-media-controls-fullscreen-volume-min-button,
audio::-webkit-media-controls-volume-slider ,
audio::-webkit-media-controls-fullscreen-volume-slider,
audio::-webkit-media-controls-volume-slider-container{
    display: flex;
    background-color: transparent;
    filter:invert(80%);
}



a#gotop {
  display: block;
  position: fixed;
  bottom: 30px;
  left: 30px;
  z-index: 999;
  background: transparent url(../image/btn_top.png) no-repeat 0 0;
  width: 120px;
  height: 269px;
  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
}


section .active {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  animation-duration: 2s!important;
  -webkit-animation-name: blinking;
  animation-name: blinking;
}

section .active[class^="noise"] {
  -webkit-animation-name: effect;
  animation-name: effect;
}
@keyframes blinking {
  40% {
      opacity: 0.7;
      -webkit-transform: skew(-3deg);
      transform: skew(-3deg);
  }

  50% {
      opacity: 1;
      -webkit-transform: skew(0);
      transform: skew(0);
  }

  70% {
      opacity: 0.9;
      -webkit-transform: skew(2deg);
      transform: skew(2deg);
  }
}
@keyframes flash {
  0%,4%,6%,7%,12%,22%,24%,26%,29%,77%,79%,82%{
    opacity: 0;
  }
  3%,5%,8%,13%,23%,25%,27%,30%,75%,80%,83%{
    opacity: 1;
  }
}

@keyframes effect {
  40% {
      opacity: 0.1;
      -webkit-transform: skew(-90deg) translateX(-10px);
      transform: skew(-90deg) translateX(-10px);
  }
  50% {
      opacity: .6;
  }
  60% {
      opacity: .4;
      -webkit-transform: skew(80deg) translateX(10px);
      transform: skew(80deg) translateX(10px);
  }
}


.navbar-inverse .navbar-nav>li>a,
a#gotop,
a.formBtn {
  -moz-transition: all .25s ease-in-out;
  -webkit-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse{
  max-height: unset;
}

.bg_music{
  position: absolute;
  display: flex;
  bottom: 0px;
  right: 0px;
}


a#gotop:hover {
  bottom: 50px;
  -webkit-filter: brightness(130%);
  filter: brightness(130%)
}

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: relative;
  margin-right: 15px;
  z-index: 999;
  background-size: 100% auto
}



.modal {
  text-align: center
}

.modal:before {
  display: inline-block;
  vertical-align: middle;
  content: " ";
  height: 20%
}

.modal-dialog {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: 75vh;
}

.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: 60px;
  margin: 0 10px;
  padding: 0;
}

.navbar-inverse .navbar-nav>.active>a,
.navbar-inverse .navbar-nav>.active>a:focus,
.navbar-inverse .navbar-nav>.active>a:hover,
.navbar-inverse .navbar-nav>li>a:focus,
.navbar-inverse .navbar-nav>li>a:hover {
  background-color: transparent;
  outline: 0;
  filter: hue-rotate(-60deg)
}

.navbar {
  min-height: 100px;
  margin-bottom: 0;
  border: 0
}

.linkicon {
  display: flex;
  justify-content: center;
  flex-direction: row;
  float: right
}

.linkicon a {
  padding: 9px
}
.dropdown-toggleBtn {
  font-size: 16px;
  line-height: 30px;
  padding: 15px;
  color: #fff;
}

.dropdown-menu {
  background-color: #0007;
  padding: 12px 8px;
  text-align: left;
  border-radius: 0;
  border: none;
}
.dropdown-menu li {
  margin: 0px;
  line-height: 40px;
  width: 100%;
  border-bottom: 1px solid #fff;
}
.dropdown-menu li:last-child {
  border-bottom: none;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover,
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background: rgba(0, 0, 0, .2);
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover, .dropdown-menu>li>a {
  color: #fff;
}
.dropdown-menu>li>a {
  font-size: 16px;
  padding: 10px 0;
}
#tab-1,
#tab-2,
#tab-3 {
  width: 100%;
  position: relative;
  overflow: hidden
}
#avaFooter{
  position: relative;
}
#tab-1 {
  position: relative;
  text-align: center
}

#tab-1 .title {
  max-width: 1189px;
  width: 100%;
  margin: 0 auto 15px
}

#tab-1 .cake {
  background: transparent url(../image/cake.png) no-repeat 0 0;
  width: 702px;
  height: 803px;
  margin: 75px auto 0;
  position: relative;
  z-index: 7
}

#tab-1 .cake:after {
  background: transparent url(../image/star.png) no-repeat 0 0;
  width: 525px;
  height: 715px;
  content: '';
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -294px;
  z-index: 9
}

.ribbon {
  background: transparent url(../image/ribbon.png) no-repeat 0 0;
  height: 532px;
  width: 1690px;
  position: absolute;
  left: 50%;
  top: 42px;
  margin-left: -845px;
  z-index: 88
}

.balloon-lf {
  background: transparent url(../image/balloon.png) no-repeat 0 0;
  width: 186px;
  height: 420px;
  position: absolute;
  left: 50%;
  top: 186px;
  margin-left: -734px;
  z-index: 3
}

.balloon-rt {
  background: transparent url(../image/balloon-2.png) no-repeat 0 0;
  width: 192px;
  height: 389px;
  position: absolute;
  left: 50%;
  top: 215px;
  margin-left: 523px;
  z-index: 3
}


#tab-1 .s1,
#tab-2 .s1,
#tab-2 .s2{
  background-color: #000;
  height: initial;
  min-height: 100vh;
  position: relative
}
#tab-2 .s2{
  min-height: 105vh;
}
.s2 .video_wrapper{
  top: 0px;
}
.video_wrapper{
  position:absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  top: 40px;
  overflow: hidden;
}
.video_wrapper::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 101%;
  left: 0px;
  top: 0px;
  background:url('../image/main_mask.png') no-repeat center;
  background-size: cover;
  mix-blend-mode: hard-light;
}

.video_wrapper #player1,
.video_wrapper #player2,
.video_wrapper #player3{
  position: absolute;
  height: 120%;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  pointer-events: none;
}

#tab-1 .s1 div,
#tab-3 .s1 div img{
  animation-fill-mode: backwards;
}
#tab-1 .s1 .main_logo{
  max-width: 100%;
  position: absolute;
  left: 50%;
  top: calc(45vh - 101px);
  margin-left: -265px;
}
#tab-1 .s1 .main_logo div{
  width: 489px;
  max-width: 100%;
  height: 203px;
  background: url('../image/main_logo.png') no-repeat center;
  background-size: contain;
}
#tab-1 .s1 .main_title_1{
  position: absolute;
  left: 43%;
  max-width: 100%;
  top: calc(65vh - 71px);
  margin-left: -209px;
}
#tab-1 .s1 .main_title_1 div{
  width: 418px;
  max-width: 100%;
  height: 71px;
  background: url('../image/main_title_1.png') no-repeat center;
  background-size: contain;
  animation-delay: .3s;
}
#tab-1 .s1 .main_title_2{
  position: absolute;
  max-width: 100%;
  left: 57%;
  top: calc(65vh + 10px);
  margin-left: -209px;
}
#tab-1 .s1 .main_title_2 div{
  max-width: 100%;
  width: 418px;
  height: 71px;
  background: url('../image/main_title_2.png') no-repeat center;
  background-size: contain;
}

#tab-1 .s1 .main_btn{
  position: absolute;
  left: 50%;
  top: calc(75vh + 10px);
  margin-left: -270px;
  width: 503px;
  max-width: 100%;
  height: 66px;
  background: url('../image/main_btn.png') no-repeat center;
  background-size: contain;
  transition: .3s all;
}
#tab-1 .s1 .main_btn:hover{
  filter: brightness(120%) drop-shadow(0px 0px 10px #fff);
  transition: .3s all;
}

#tab-1 .s1 .noise{
  position: absolute;
  width: 252px;
  height: 29px;
  opacity: .4;
  animation-name: effect;
}
#tab-1 .s1 .noise_1{
  left: 10%;
  top: 20%;
  background:url('../image/noise_1.png') no-repeat center;
  background-size: contain;
}
#tab-1 .s1 .noise_2{
  left: 5%;
  top: 80%;
  background:url('../image/noise_2.png') no-repeat center;
  background-size: contain;
  animation-delay: .7s;
}
#tab-1 .s1 .noise_3{
  right: 10%;
  top: 50%;
  background:url('../image/noise_3.png') no-repeat center;
  background-size: contain;
  animation-delay: .3s;
}
#tab-1 .s2_bg{
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0px;
  top: 0px;
  background: url('../image/p1_section_bg.jpg') no-repeat center;
  background-size: cover;
  z-index: -1;
}

#tab-1 .s2{
  padding-top: 50px;
}
#tab-1 .s2 div,
#tab-3 .s1 .active{
  position: relative;
  margin-top: 80px;
  margin-bottom: 100px;
  
}
#tab-1 .s2 div img{
  animation-fill-mode: backwards;
}
#tab-1 .s2 div::after{
  content: '';
  position: absolute;
  max-width: 40vw;
}

#tab-1 .s2 .p1_s2_2::after{
  content: '';
  position: absolute;
  width: 485px;
  height: 554px;
  left: 10%;
  top: 25%;
  transform: translateX(-60%);
  background:url('../image/p1_s2_2.png') no-repeat center;
  background-size: contain;
}
#tab-1 .s2 .p1_s2_3::after{
  content: '';
  position: absolute;
  width: 579px;
  height: 542px;
  right: 10%;
  top: 25%;
  transform: translateX(60%);
  background:url('../image/p1_s2_3.png') no-repeat center;
}
#tab-1 .s2 .p1_s2_4::after{
  content: '';
  position: absolute;
  width: 655px;
  height: 600px;
  left: 10%;
  top: 25%;
  transform: translateX(-60%);
  background:url('../image/p1_s2_4.png') no-repeat center;
  background-size: contain;
}
#tab-1 .s2 .p1_s2_5::after{
  content: '';
  position: absolute;
  width: 526px;
  height: 514px;
  right: 10%;
  top: 25%;
  transform: translateX(60%);
  background:url('../image/p1_s2_5.png') no-repeat center;
}

a.formBtn {
  max-width: 276px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 120px;
  z-index: 99
}

a.formBtn:hover {
  -webkit-filter: brightness(115%);
  filter: brightness(115%)
}




#tab-2 .s1 div,
#tab-2 .s2 div{
  animation-fill-mode: backwards;
  max-width: 100%;
}

#tab-2 .s1 .p2_title_1{
  position: absolute;
  left: 38%;
  top: calc(75vh - 71px);
  margin-left: -209px;
}
#tab-2 .s1 .p2_title_1 div{ 
  width: 779px;
  max-width: 100%;
  height: 184px;
  background: url('../image/p2_title_1.png') no-repeat center;
  background-size: contain;
  animation-delay: .3s;
}
#tab-2 .s1 .p2_title_2{
  position: absolute;
  left: 38%;
  top: calc(75vh - 85px);
  margin-left: -160px;
}
#tab-2 .s1 .p2_title_2 div{
  width: 353px;
  height: 41px;
  background: url('../image/p2_title_2.png') no-repeat center;
  background-size: contain;
}
#tab-2 .s1 .p2_title_3{
  position: absolute;
  left: 38%;
  top: calc(75vh + 80px);
  margin-left: 326px;
}
#tab-2 .s1 .p2_title_3 div{
  width: 394px;
  height: 55px;
  background: url('../image/p2_title_3.png') no-repeat center;
  background-size: contain;
}
#tab-2 .s2 .p2_title_4{
  position: absolute;
  left: 50%;
  top: calc(75vh - 100px);
  margin-left: -337px;
}
#tab-2 .s2 .p2_title_4 div{
  width: 674px;
  height: 128px;
  background: url('../image/p2_title_4.png') no-repeat center;
  background-size: contain;
}

#tab-2 .s2 .p2_title_5{
  position: absolute;
  left: 50%;
  top: calc(75vh + 0px);
  margin-left: -306px;
}
#tab-2 .s2 .p2_title_5 div{
  width: 613px;
  height: 162px;
  background: url('../image/p2_title_5.png') no-repeat center;
  background-size: contain;
}
#tab-2 .s2 .p2_title_5 div::after{
  content: '';
  position: absolute;
  width: 906px;
  max-width: 100%;
  height: 720px;
  left: -48px;
  top: -320px;
  background: url('../image/flare.png') no-repeat center;
  background-size: contain;
  mix-blend-mode: screen;
  animation: flash 3s linear 0s infinite;
  
}
#tab-2 .s2 .p2_title_6{
  position: absolute;
  left: 50%;
  top: calc(75vh + 80px);
  margin-left: -215px;
}
#tab-2 .s2 .p2_title_6 div{
  width: 430px;
  height: 274px;
  background: url('../image/p2_title_6.png') no-repeat center;
  background-size: contain;
  animation:blinking, flash 3s linear 1.2s infinite;
}



#tab-2 .s1_con,
#tab-2 .s2_con{
  background: url(../image/section_bg.jpg) repeat center;
  background-size: cover;
  position: relative;
  height: 1147px;
  max-height: 100vh;
}
#tab-2 .s1_con .conWrap::before,
#tab-2 .s2_con .conWrap::before{
  content: '';
  position: absolute;
  width: 1300px;
  max-width: 110%;
  padding-bottom: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: url(../image/p2_map_1_before.png) no-repeat center;
  background-size: contain;
  mix-blend-mode: soft-light;
}

#tab-2 .s1_con .item,
#tab-2 .s2_con .item{
  position: absolute;
  cursor: pointer;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
#tab-2 .conWrap .item:nth-child(1){
  width: 70%;
  padding-bottom: 45%;
  transform: translate(-70%,-75%);
}
#tab-2 .conWrap .item:nth-child(2){
  width: 30%;
  padding-bottom: 22%;
  transform: translate(70%,-145%);
}
#tab-2 .conWrap .item:nth-child(3){
  width: 30%;
  padding-bottom: 20%;
  transform: translate(70%,-50%);
}
#tab-2 .conWrap .item:nth-child(4){
  width: 37%;
  padding-bottom: 22%;
  transform: translate(-136%,41%);
}
#tab-2 .conWrap .item:nth-child(5){
  width: 33%;
  padding-bottom: 22%;
  transform: translate(-38%,41%);
}
#tab-2 .conWrap .item:nth-child(6){
  width: 29%;
  padding-bottom: 22%;
  transform: translate(72%,41%);
}
#tab-2 .s1_con .conWrap{
  background: url(../image/p2_map_1.png) no-repeat center;
  background-size: contain;
}

#tab-2 .s2_con .conWrap{
  background: url(../image/p2_map_2.png) no-repeat center;
  background-size: contain;
}





.conWrap {
  width: 1200px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative
}


.tab-3_bg{
  position: fixed;
  background: url(../image/p3_section_bg.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  min-height: 100vh;
  top: 0px;
  left: 0px;

}
#tab-3 .s1 {
  position: relative;
  padding: 110px 0px 50px 0px;
}
#tab-3 .s1 div{
  position: relative;
}

#tab-3 .s1 .item{
  position: absolute;
  top: 15%;
  padding-bottom: 50%;
  cursor: pointer;
}
#tab-3 .s1 .p3_s1_1>.item:nth-of-type(2){
  width: 40%;
  left: 50%;
  transform: translateX(-100%);
}
#tab-3 .s1 .p3_s1_1>.item:nth-of-type(3){
  width: 40%;
  left: 50%;
  transform: translateX(-0%);
}

#tab-3 .s1 .p3_s1_2>.item:nth-of-type(2){
  width: 30%;
  left: 50%;
  transform: translateX(-150%);
}
#tab-3 .s1 .p3_s1_2>.item:nth-of-type(3){
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
}
#tab-3 .s1 .p3_s1_2>.item:nth-of-type(4){
  width: 30%;
  left: 50%;
  transform: translateX(50%);
}
#tab-3 .s1 .p3_s1_3>.item:nth-of-type(2){
  width: 50%;
  left: 50%;
  padding-bottom: 60%;
  transform: translateX(-50%);
}
#tab-3 .s1 .p3_s1_4>.item:nth-of-type(2){
  width: 50%;
  left: 50%;
  padding-bottom: 60%;
  transform: translateX(-50%);
}


#tab-1 header>img:first-child {
  margin-top: 6%
}

#tab-2 section>img {
  margin: 4% 0
}

.code span {
  font-size: 2rem;
  line-height: 70px;
  vertical-align: text-top
}

@keyframes bright {
  0% {
    filter: brightness(1);
    opacity: .5
  }

  50% {
    filter: brightness(1.5);
    opacity: 1
  }

  100% {
    filter: brightness(1);
    opacity: .5
  }
}

.tab-pane {
  display: none
}

.tab-pane.active {
  display: block
}

.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 screen and (max-width:768px) {
  .item {
    margin: 10px auto
  }

  a.formBtn {
    width: 30%
  }
  #tab-1 .s1 .main_logo{
    margin-left: -50%;
  }
  #tab-1 .s1 .main_title_1,
  #tab-1 .s1 .main_title_2{
    margin-left: -50%;
    left: 50%;
  }
  #tab-1 .s1 .main_btn{
    margin-left: -50%;
  }
  #tab-1 .s2 div::after{
    display: none;
  }
  #tab-1 .s2 div, #tab-3 .s1 .active{
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bg_music{
    display: none;
  }
  #tab-2 .s1 .p2_title_3{
    left: 2%;
  }
  #tab-2 .s1 .p2_title_1,
  #tab-2 .s1 .p2_title_2,
  #tab-2 .s1 .p2_title_3,
  #tab-2 .s2 .p2_title_4,
  #tab-2 .s2 .p2_title_5,
  #tab-2 .s2 .p2_title_6{
    left: 50%;
    margin-left: -50%;
  }
  #tab-2 .s2 .p2_title_5 div::after{
    left: -22px;
    top: -307px;
  }
  
  #tab-2 .s1_con .conWrap,
  #tab-2 .s1_con, #tab-2 .s2_con{
    max-height: 50vh;
  }
  
}

@media (max-width:850px) {
  #tab-2 header {
    padding-top: 24%
  }

  #tab-3 section:first-child {
    padding-top: 30%
  }
}

@media (max-width:480px) {
  #tab-2 header {
    min-height: 700px
  }

  #tab-3 section:first-child {
    height: auto;
    min-height: auto
  }

  #gotop {
    width: 20vw
  }

  .navbar-inverse .navbar-brand {
    max-width: 190px;
    padding-top: 10px
  }
}