@charset "UTF-8";
/*!
 * Start Bootstrap - Full HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
body {
  margin-top: 0px; /* Required margin for .navbar-fixed-top. Remove if using .navbar-static-top. Change if height of navigation changes. */
  background-color: #FFF;
  font-family: "Noto Sans TC", "微軟正黑體", "微軟正黑體", "新細明體", "細明體", Arial, "Arial Black";
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  box-sizing: border-box;
  background-size: contain;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.mob {
  display: none;
}
@media (max-width: 767px) {
  .mob {
    display: block;
  }
}

#kv,
#p01,
#p02,
#p03,
#p04,
#p05,
#p06,
#p07,
#p08,
#p09 {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}

.abs {
  position: absolute;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

div,
span {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}

*:focus {
  outline: none;
}

/*解決滾動到區塊時出現框線問題*/
a,
a:hover {
  text-decoration: none;
}

a img:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.2s ease-out;
}

/*---KV---*/
.kv_w {
  width: 100%;
  position: relative;
}

.kv_box {
  width: 100%;
  position: absolute;
  top: 7%;
  left: 0;
  z-index: 2;
}

video {
  width: 100%;
  height: auto;
}

.btn_buy {
  width: 14.6%;
  position: fixed;
  right: 1%;
  z-index: 999;
  transform-origin: center;
  animation: btn_buy 2s ease-in-out infinite;
}
@media (max-width: 767px) {
  .btn_buy {
    width: 23.8%;
    right: 0;
  }
}

@keyframes btn_buy {
  0% {
    bottom: 14%;
  }
  50% {
    bottom: 16%;
  }
  100% {
    bottom: 14%;
  }
}
header {
  display: flex;
  width: 98%;
  height: 7%;
  position: relative;
  padding: 0% 1%;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  z-index: 15;
  background-color: #88bbe2;
  /*
  @media (max-width: 767px){
    height: 60px;
  } */
}
@media (max-width: 767px) {
  header {
    min-height: 50px;
  }
}
header .logo {
  width: 8%;
  margin-left: 1%;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  header .logo {
    width: 14%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  header .logo {
    width: 17%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .logo {
    width: 20%;
  }
}
@media (max-width: 767px) {
  header .logo {
    width: 30%;
    margin-left: 3%;
  }
}
header nav {
  display: block;
  position: absolute;
  right: 2%;
}
@media (max-width: 767px) {
  header nav {
    display: none;
  }
}
header nav ul {
  display: flex;
}
header nav ul li {
  display: block;
  width: auto;
  font-size: 1.05vw;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 2px;
  padding: 0.5% 1vw;
  transition: all 0.25s ease-in-out;
  border-left: 1px solid #FFF;
}
header nav ul li:last-child {
  border-right: 1px solid #FFF;
}
header nav ul li:hover {
  background: #e52e55;
}
@media (max-width: 992px) {
  header nav ul li {
    font-size: 1.6vw;
  }
}
header nav ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 992px) {
  header nav ul li a {
    font-size: 1.6vw;
  }
}

/*---MENU---*/
.logo_g {
  display: flex;
  width: 30%;
  height: 100%;
  align-items: center;
  justify-content: space-around;
}
@media (min-width: 1200px) and (max-width: 1599px) {
  .logo_g {
    width: 35%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .logo_g {
    width: 40%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo_g {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .logo_g {
    width: 75%;
  }
}

.logo_01 {
  display: block;
  width: 30%;
}

.logo_02 {
  display: block;
  width: 25%;
}

.logo_03 {
  display: block;
  width: 30%;
}

button.menu_m {
  position: fixed;
  top: 0%;
  right: 0%;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  z-index: 990;
  outline: 0;
  background-color: #88bbe2;
}

main {
  position: relative;
  margin-top: 55%;
}

/*---s03 活動內容---*/
.event {
  position: absolute;
  width: 71%;
  left: 14.5%;
  top: 5%;
}
@media (max-width: 767px) {
  .event {
    width: 78%;
    left: 11%;
    top: 3%;
  }
}

#schedule_link {
  display: block;
  position: absolute;
  top: 41%;
}

.schedule {
  position: absolute;
  width: 71%;
  left: 14.5%;
  top: 44%;
}
@media (max-width: 767px) {
  .schedule {
    width: 78%;
    left: 11%;
    top: 42%;
  }
}

/*---s04 京畿道這樣玩---*/
.title_play {
  position: absolute;
  width: 38%;
  left: 31%;
  top: 2%;
}
@media (max-width: 767px) {
  .title_play {
    width: 59%;
    left: 20.5%;
    top: 0.5%;
  }
}

.pic_01, .pic_02, .pic_03, .pic_04 {
  position: absolute;
  z-index: 2;
  width: 73%;
  left: 13.5%;
}
@media (max-width: 767px) {
  .pic_01, .pic_02, .pic_03, .pic_04 {
    width: 100%;
    left: 0;
  }
}

.text_01, .text_02, .text_03, .text_04 {
  position: absolute;
  z-index: 3;
  width: 73%;
  left: 13.5%;
}
@media (max-width: 767px) {
  .text_01, .text_02, .text_03, .text_04 {
    width: 100%;
    left: 0;
  }
}

.pic_01 {
  top: 8%;
}
@media (max-width: 767px) {
  .pic_01 {
    top: 4%;
  }
}

.pic_02 {
  top: 29%;
}
@media (max-width: 767px) {
  .pic_02 {
    top: 27%;
  }
}

.pic_03 {
  top: 51%;
}
@media (max-width: 767px) {
  .pic_03 {
    top: 49%;
  }
}

.pic_04 {
  top: 72%;
}
@media (max-width: 767px) {
  .pic_04 {
    top: 73%;
  }
}

.text_01 {
  top: 8%;
}
@media (max-width: 767px) {
  .text_01 {
    top: 19%;
  }
}

.text_02 {
  top: 29%;
}
@media (max-width: 767px) {
  .text_02 {
    top: 41%;
  }
}

.text_03 {
  top: 51%;
}
@media (max-width: 767px) {
  .text_03 {
    top: 65%;
  }
}

.text_04 {
  top: 72%;
}
@media (max-width: 767px) {
  .text_04 {
    top: 87%;
  }
}

/*---s05 合作旅行社---*/
.title_travel {
  position: absolute;
  width: 38%;
  left: 31%;
  top: 2%;
  z-index: 2;
}
@media (max-width: 767px) {
  .title_travel {
    width: 54%;
    left: 23%;
    top: 15%;
  }
}

ul.travel_g {
  width: 70%;
  position: absolute;
  left: 15%;
  top: 34%;
  z-index: 3;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 767px) {
  ul.travel_g {
    width: 94%;
    left: 3%;
    top: 42%;
  }
}
ul.travel_g li {
  width: 19%;
  background-image: url(../images/travel_btn.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin: 2% 3%;
  line-height: 4vw;
  text-align: center;
}
@media (max-width: 767px) {
  ul.travel_g li {
    width: 21%;
    margin: 3% 2%;
    line-height: 6vw;
  }
}
ul.travel_g li a {
  font-size: 2.3vw;
  font-weight: 700;
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  ul.travel_g li a {
    font-size: 3.5vw;
  }
}
ul.travel_g li a:hover {
  color: #e52e55;
}/*# sourceMappingURL=full.css.map */