/* -------------
     共用 start
------------*/

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  min-width: 100%;
  min-height: 100vh;
  position: relative;
  font-weight: 300;
  overflow-x: hidden;
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  font-family: 'Noto Sans', 'Noto Sans TC', Helvetica, '微軟正黑體', '新細明體', Arial, sans-serif;
}

a {
  color: #02c0e8;
}

a:hover {
  color: #0196b3;
  text-decoration: none;
}

.line {
  border-bottom: 3px solid #02c0e8;
}

section {
  padding: 3rem 2rem;
}

.main-title {
  font-size: 2.2rem;
  margin: 0;
  text-align: center;
  font-weight: 600;
  color: #006378;
  position: relative;
  padding: 30px 0 16px;
}

.main-btn {
  max-width: 250px;
  text-align: center;
  display: block;
  background-color: #02c0e8;
  color: #fff;
  font-weight: 600;
  padding: 1rem 2.5rem;
  border-radius: 30px;
  transition: 0.3s;
}

.main-btn:hover {
  color: #fff;
  opacity: 0.6;
}

.mt-5 {
  margin-top: 5.5rem;
}

.s-title {
  position: relative;
  font-weight: 500;
  margin-bottom: 2.5rem;
  color: #001d2b;
}

.s-title::before {
  position: absolute;
  bottom: -5px;
  content: "";
  width: 100%;
  height: 3px;
  display: block;
  background: linear-gradient(to right, #00c0e8 0%, #d9f8fc 80%, rgba(217, 248, 252, 0) 100%);

}

.c-blue {
  color: #0196b3;
}


/* ---------------
         Navbar
   --------------- */
.navbar {
  margin: 10px 20px;
  padding: 10px 15px 15px 0;
  border-radius: 30px;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  background-color: #02c0e8;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.navbar-brand {
  position: relative;
  left: -3%;
}

.navbar-brand img {
  height: 3rem;
}

.navbar-container {
  position: relative;
  justify-content: flex-end;
  width: 80%;
  left: 0;
}

.navbar-list .nav-item {
  padding-right: 6px;
  display: block;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.6;
}

.navbar-list .nav-item.signup {
  position: absolute;
  right: -10%;
  top: 0;
  background-color: #00758d;
  border-radius: 40px 0 40px 0;
  padding: 10px 20px;
  text-align: center;
  font-size: 16px;
  border-bottom: 6px #bfeff9 solid;
}

.nav-item.signup:hover {
  background-color: #f79334;
  border-bottom: 6px #fcfcd4 solid;
}

.navbar-list .nav-item.signup i {
  font-size: 14px;

}

.navbar-list .nav-link {
  color: #fff;
  padding-top: 0.8rem;
  font-weight: normal;
}

.navbar-list .nav-link.active,
.navbar-list .nav-link:hover {
  color: #fff196;
  transition: all 0.3s ease;
}


.navbar i.fas.fa-bars {
  color: #FFF;
  font-size: 30px;
}

.btn-hamburguer {
  padding: 10px 15px;
}

@media (max-width: 1300px) {
  .navbar-container {
    width: 90%;
    max-width: 100%;
    padding: 0;
  }

  .navbar-brand img {
    height: 2rem;
  }

  .navbar-list .nav-link {
    padding-top: 0.5rem;
  }

  .navbar-list .nav-item.signup {
    padding: 0 5px;
    right: 0%;
    box-shadow: 0 0 0 2px #fff;
  }

  .navbar-list .nav-item.signup i {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  .navbar {
    border-radius: 20px;
    padding: 10px 20px;
  }

  .navbar-container {
    max-width: 100%;
  }

  .navbar-list .nav-item {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #fff;
  }

  .navbar-list .nav-item.signup {
    position: relative;
    background-color: #005d70;
    width: 100%;
    text-align: center;
    border-radius: 0px;
    box-shadow: none;
  }

  .kv {
    margin-top: 45px;
  }

}


/* ---------------
       forword
   --------------- */

.sec_foreword {
  padding: 3% 1% 4%;
  text-align: justify;
  border-top: 6px #00c0e8 solid;
  /*border-bottom: 6px #00c0e8 solid;*/
}

.sec_foreword2 {
  padding: 3% 1% 4%;
  background-color: #eee;

}

.main-title {
  font-size: 2.2rem;
  margin: 0;
  font-weight: 600;
  color: #006378;
  position: relative;
  padding: 30px 0 16px;
}

.sec_foreword span {
  font-size: 22px;
  font-weight: 400;
  color: #444;
}

.sub-title {
  font-size: 20px;
  padding: 14px 16px;
  line-height: 1.5;
  color: #666;
  letter-spacing: 0.5px;
}

.sub-title:hover {
  background-color: #00abce;
  color: #fff;
  border-radius: 16px;
}

/*  */

.title-box {
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  padding: 2rem;
  border: 6px solid #d9f8fc;
  margin: 2rem 0 3rem;
}

.info-list {
  background-color: #efefef;
}

.info-list .list-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #00c0e8;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  min-height: 92px;
}

.info-list .list-title::before {
  position: absolute;
  content: "";
  background-color: #00c0e8;
  top: -40px;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: -1;
}

.info-list ul {
  list-style-type: disc;
  margin: 0;
  padding: 1em 1em 1em 2.5em;
  min-height: 300px;
}

.info-list li::marker {
  color: #00c0e8;
  font-size: 1.5em;
}

/* ---------------
         ticket
   --------------- */
.sec_ticket {
  background: url('../img/bg.jpg')no-repeat center center /100%;
  color: #fff;
}

.sec_ticket .sec_head .sec-title {
  color: #fff;
}

.ticket-item {
  text-align: center;
  background-color: #fff;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-bottom: 20px;
}

.ticket-head {
  padding: 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  min-height: 100px;
}

.ticket-head .ticket-title {
  margin: 0;
  font-size: 20px;
  padding: 8px;
  line-height: 30px;
}

.ticket-item.ep01 .ticket-head {
  background-color: #0092db;
}

.ticket-item.ep02 .ticket-head {
  background-color: #f4658a;
}

.ticket-item.ep03 .ticket-head {
  background-color: #3baa55;
}

.ticket-item.ep04 .ticket-head {
  background-color: #bc7ace;
}

.ticket-pricebox {
  text-align: left;
  background-color: #fff;
  padding: 2rem;
  color: #333;
  min-height: 226px;
}


.btn-dl {
  display: block;
  color: #1F71F4;
  text-align: right;
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  padding: 10px 20px;
}

.btn-dl:hover {
  opacity: 0.7;
}

.ticket-notebox .disc-list li {
  font-size: 16px;
  letter-spacing: 0.5px;
}


/* ---------------
         sec-video
   --------------- */
.sec-video {
  background-color: #d9f8fc;
  padding: 150px 0;
  position: relative;
  border-radius: 50%;
  margin: 0px -50% -110px;
}

.sec-video p {
  font-size: 18px;
  font-weight: 500;
}

/* ---------------
        sec-gift
   --------------- */
.sec-gift {
  padding-bottom: 5rem;
}


/* ---------------
         footer
   --------------- */
.footer {
  position: relative;
  padding: 20px 20px 30px;
  width: 100%;
  background-color: #FFF;
  width: 100%;
  color: #111;
  font-size: 16px;
  border-top: 6px #00c0e8 solid;
}

.footer a {
  color: #333;
}

.footer a:hover {
  color: #00a7ca;
}

.footer ul {
  list-style-type: square;
}

.footer-year {
  margin: 30px;
}

.footer-bottom {
  font-size: 16px;
  letter-spacing: 2px;
  padding-top: 15px;
  border-top: 1px solid #ffffff;
}


/* ---------------
      Page Top
   --------------- */
/* 連結的形狀 */
#page-top a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #00c0e8;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.6rem;
  transition: all 0.3s;
  opacity: 0.4;
}

#page-top a:hover {
  opacity: 1;
}

#page-top a::before {
  content: "";
  display: block;
  height: 15px;
  width: 15px;
  border: solid #ffffff;
  border-width: 3px 3px 0 0;
  transform: rotate(-45deg);
}


/* 位置右下跳出 */
#page-top {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2;
  /*一開始隱藏*/
  opacity: 0;
  transform: translateY(100px);
}

/*　向上動畫設定　*/

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*　向下動畫設定　*/

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}