@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900");
body {
  min-width: 1200px;
  color: #333;
  font-family: "Century Gothic", Arial, "Noto Sans TC", "Microsoft JhengHei", "新細明體", "sans-serif";
  background-color: #93cdc1;
  background-image: url("../images/bg_main.png");
  background-repeat: repeat-y;
  background-size: 100%;
  background-position: top center;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body {
    width: 100vw;
    min-width: inherit;
  }
}

* {
  box-sizing: border-box;
}

a {
  display: block;
  text-decoration: none;
}

:focus {
  outline: none;
}

i {
  font-style: normal;
}

.header,
.footer {
  text-align: center;
  background: #fff;
  position: relative;
  z-index: 1;
}

.display_pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .display_pc {
    display: none;
  }
}

.display_m {
  display: none;
}
@media screen and (max-width: 768px) {
  .display_m {
    display: block;
  }
}

/**main_wrapper**/
.main_wrapper {
  margin: auto;
  position: relative;
  width: 100%;
  overflow: hidden;
}

/**kv**/
.kv_wrapper {
  width: 100%;
  position: relative;
  background-image: url(../images/bg_kv.png);
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .kv_wrapper {
    background-size: 177vw;
  }
  .kv_wrapper img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .kv_wrapper {
    background-size: 234vw;
  }
}
.kv_container {
  position: relative;
  max-width: 1200px;
  height: 580px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .kv_container {
    height: 53vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_container {
    height: 66vw;
  }
}
.kv_slogan {
  position: absolute;
  top: 10px;
  z-index: 1;
  animation: lightning 2s ease-in-out infinite alternate;
}
@media screen and (max-width: 1024px) {
  .kv_slogan {
    width: 50vw;
    top: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_slogan {
    width: 60vw;
  }
}
.kv_family {
  position: absolute;
  bottom: 70px;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .kv_family {
    right: -6vw;
  }
}
@media screen and (max-width: 768px) {
  .kv_family {
    right: -9vw;
    width: 70vw;
    bottom: 7vw;
  }
}

/*bg*/
.bg_wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  pointer-events: none;
}
@media screen and (max-width: 1024px) {
  .bg_wrapper {
    display: none;
  }
}
.bg_fly {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg_main2.png) repeat-y top;
}

/*menu*/
.menu_wrapper {
  position: relative;
  z-index: 1;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .menu_wrapper {
    margin-top: -14vw;
  }
}
.menu_container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .menu_container {
    gap: 0;
  }
}
.menu_item a {
  transition: all ease-in-out 0.2s;
}
@media (hover: hover) {
  .menu_item a:hover {
    transform: translateY(-8px);
  }
}
@media screen and (max-width: 768px) {
  .menu_item img {
    width: 100%;
  }
}

.group_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.group_wrapper > div {
  padding: 30px 0;
}

/*calendar*/
.calendar_wrapper {
  width: 100%;
}
.calendar_container {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .calendar_container img {
    max-width: 96%;
  }
}

/*tours*/
.tours_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.tours_wrapper:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.2);
}
.tours_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  padding: 0 20px 30px;
  margin: 20px auto;
  background-image: url("../images/bg_tours.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .tours_container {
    background-size: cover;
    padding: 0 10px 30px;
  }
}
.tours_title {
  margin-bottom: 20px;
}
.tours_title img {
  max-width: 100%;
}
.tours_content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .tours_content {
    row-gap: 1em;
  }
}

.tour_item {
  position: relative;
  text-align: center;
  background: #fff;
  overflow: hidden;
  width: calc(25% - 8px);
  margin: 0 4px;
  border-radius: 10px;
  transition: linear 0.2s;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 4px, rgba(0, 0, 0, 0.2) 0px 3px 4px;
}
@media (hover: hover) {
  .tour_item:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 4px, rgba(0, 0, 0, 0.2) 0px 5px 10px;
    transform: translateY(-10px);
  }
}
@media screen and (max-width: 576px) {
  .tour_item {
    width: calc(50% - 8px);
  }
}
.tour_item a {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
  margin-bottom: 0.8em;
}
.tour_img {
  width: 100%;
  padding-bottom: 100%;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  transition: all 0.5s linear;
  background-color: #fff;
}
.tour_detail {
  padding: 0 0.5em;
  gap: 0.3em;
  display: flex;
  flex-direction: column;
}
.tour_desc {
  border-radius: 30px;
  background: #b29759;
  padding: 0 15px;
  height: 36px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 36px;
  overflow: hidden;
}
.tour_tit {
  overflow: hidden;
  height: 38px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
  line-height: 21px;
}
@media screen and (max-width: 1024px) {
  .tour_tit {
    height: 35px;
    font-size: 14px;
    line-height: 18px;
  }
}
.tour_money {
  color: #ff0000;
  display: flex;
  justify-content: center;
  align-items: baseline;
  line-height: 1;
}
.tour_money b {
  font-size: 1.6em;
}

/**nation**/
.nation_wrapper {
  margin: 40px auto;
}
@media screen and (max-width: 576px) {
  .nation_wrapper {
    margin: 20px auto;
  }
}
@media screen and (max-width: 1024px) {
  .nation_wrapper.long .nation_item {
    width: 24%;
  }
}
.nation_container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  background-image: url("../images/bg_nation.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
  justify-content: space-evenly;
  flex-wrap: wrap;
  padding-bottom: 45px;
}
@media screen and (max-width: 576px) {
  .nation_container {
    background-size: 173vw;
    padding-bottom: 8vw;
  }
}
.nation_item {
  cursor: pointer;
}
.nation_item img {
  width: 100%;
  transition: 0.2s ease-in-out;
}
@media screen and (max-width: 768px) {
  .nation_item {
    width: 30%;
  }
}
.nation_slogan {
  text-align: center;
  margin-top: 5px;
  width: 100%;
}
@media screen and (max-width: 576px) {
  .nation_slogan {
    width: 90%;
  }
  .nation_slogan img {
    width: 100%;
  }
}
@media (hover: hover) {
  .nation:hover img {
    transform: translateY(-8px);
    filter: brightness(1.2);
  }
}

/**country**/
.country_wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
}
.country_wrapper:nth-child(odd) {
  background-color: rgba(255, 255, 255, 0.2);
}
.country_heading_container {
  display: flex;
  justify-content: center;
  max-width: 1200px;
  margin: auto;
  margin-bottom: 20px;
}
@media screen and (max-width: 576px) {
  .country_heading_container img {
    width: 80%;
  }
}

.subject_title_container {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 40px;
  background-image: url("../images/country_title_bg.png");
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 20px;
  text-align: center;
}
.subject_title_container h1 {
  font-weight: 600;
  color: #f3cc81;
  position: relative;
}
.subject_title_container h1:before {
  content: attr(data-storke);
  position: absolute;
  z-index: -1;
  -webkit-text-stroke: 6px #b2200a;
  text-stroke: 6px #b2200a;
}
.subject_title_container h2 {
  font-size: 70%;
  font-weight: 600;
}
.subject_title_container h3 {
  font-size: 50%;
}
@media screen and (max-width: 576px) {
  .subject_title_container {
    font-size: 28px;
  }
}

.subject_tours_wrapper {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: 1em;
  align-items: flex-end;
}
.subject_tours_wrapper .tours_container {
  background-image: url("../images/bg_country_tours.png");
  padding: 20px;
  background-size: 100% 100%;
  margin: 0 auto;
  display: none;
}
@media screen and (max-width: 768px) {
  .subject_tours_wrapper .tours_container {
    background-color: #d04334;
    background-image: none;
    padding: 20px 10px;
  }
}
@media screen and (max-width: 768px) {
  .subject_tours_wrapper {
    justify-content: space-evenly;
    column-gap: 0.3em;
  }
}

.subject_container + .subject_container {
  margin-top: 40px;
}

.topic_selector {
  display: none;
}
.topic_selector:checked + .topic_item {
  background-color: #d04334;
  opacity: 1;
  height: 2.6em;
}
@media screen and (max-width: 576px) {
  .topic_selector:checked + .topic_item {
    height: 4em;
  }
}
.topic_item {
  padding: 0 1em;
  background-color: #f37568;
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  border-radius: 20px 20px 0 0;
  line-height: 1.2;
  opacity: 0.8;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.2em;
  min-width: 6em;
}
.topic_item p {
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .topic_item {
    font-size: 20px;
  }
}
@media screen and (max-width: 576px) {
  .topic_item {
    font-size: 16px;
    border-radius: 16px 16px 0 0;
    padding: 0 0.6em;
    flex: 1;
    height: 3.5em;
    min-width: inherit;
  }
}

#JPtopic11:checked ~ .tours_JPtopic11,
#JPtopic12:checked ~ .tours_JPtopic12,
#JPtopic13:checked ~ .tours_JPtopic13,
#JPtopic14:checked ~ .tours_JPtopic14,
#JPtopic21:checked ~ .tours_JPtopic21,
#JPtopic22:checked ~ .tours_JPtopic22,
#JPtopic23:checked ~ .tours_JPtopic23,
#JPtopic24:checked ~ .tours_JPtopic24 {
  display: flex;
}

#KRtopic11:checked ~ .tours_KRtopic11,
#KRtopic12:checked ~ .tours_KRtopic12,
#KRtopic13:checked ~ .tours_KRtopic13,
#KRtopic14:checked ~ .tours_KRtopic14,
#KRtopic21:checked ~ .tours_KRtopic21,
#KRtopic22:checked ~ .tours_KRtopic22,
#KRtopic23:checked ~ .tours_KRtopic23,
#KRtopic24:checked ~ .tours_KRtopic24 {
  display: flex;
}

#SAtopic11:checked ~ .tours_SAtopic11,
#SAtopic12:checked ~ .tours_SAtopic12,
#SAtopic13:checked ~ .tours_SAtopic13,
#SAtopic14:checked ~ .tours_SAtopic14,
#SAtopic21:checked ~ .tours_SAtopic21,
#SAtopic22:checked ~ .tours_SAtopic22,
#SAtopic23:checked ~ .tours_SAtopic23,
#SAtopic24:checked ~ .tours_SAtopic24 {
  display: flex;
}

#SPtopic11:checked ~ .tours_SPtopic11,
#SPtopic12:checked ~ .tours_SPtopic12,
#SPtopic13:checked ~ .tours_SPtopic13,
#SPtopic14:checked ~ .tours_SPtopic14,
#SPtopic21:checked ~ .tours_SPtopic21,
#SPtopic22:checked ~ .tours_SPtopic22,
#SPtopic23:checked ~ .tours_SPtopic23,
#SPtopic24:checked ~ .tours_SPtopic24 {
  display: flex;
}

#EUROtopic11:checked ~ .tours_EUROtopic11,
#EUROtopic12:checked ~ .tours_EUROtopic12,
#EUROtopic13:checked ~ .tours_EUROtopic13,
#EUROtopic14:checked ~ .tours_EUROtopic14,
#EUROtopic21:checked ~ .tours_EUROtopic21,
#EUROtopic22:checked ~ .tours_EUROtopic22,
#EUROtopic23:checked ~ .tours_EUROtopic23,
#EUROtopic24:checked ~ .tours_EUROtopic24 {
  display: flex;
}

#UStopic11:checked ~ .tours_UStopic11,
#UStopic12:checked ~ .tours_UStopic12,
#UStopic13:checked ~ .tours_UStopic13,
#UStopic14:checked ~ .tours_UStopic14 {
  display: flex;
}

.tours_AUtopic11,
.tours_AUtopic21 {
  display: flex !important;
}

/**bn**/
.bn_wrapper {
  background-color: #7ebdb0;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.bn_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  max-width: 1200px;
  gap: 20px;
  flex-wrap: wrap;
}
.bn_item {
  border-radius: 10px;
  overflow: hidden;
  max-width: 96%;
  margin: auto;
}
.bn_item img {
  width: 100%;
  transition: 0.2s linear;
}
@media (hover: hover) {
  .bn_item:hover img {
    filter: brightness(1.2);
  }
}

/**nav**/
@media screen and (min-width: 1025px) {
  .NavArea .Nav a.go_top {
    display: block;
    cursor: pointer;
  }
}
@media screen and (max-width: 1024px) {
  .NavArea .Nav a.go_top {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .gotop {
    background: url(//www.payeasy.com.tw/pay_event/pezlib/images/icon_top.png) no-repeat;
    height: 36px;
    position: fixed;
    right: 5px;
    width: 36px;
    bottom: 10px;
    z-index: 999;
  }
  .gotop a {
    display: block;
    width: 48px;
    height: 36px;
  }
}

@media screen and (min-width: 1025px) {
  .float_main {
    width: 138px;
    opacity: 0.9;
    filter: alpha(opacity=90);
  }
}

.float_tit {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .float_tit {
    display: none;
  }
}

.Nav {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

@media screen and (min-width: 1025px) {
  .NavArea {
    display: none;
    width: 120px;
    position: fixed;
    top: 150px;
    right: 0;
    z-index: 500;
  }
}
@media screen and (max-width: 1024px) {
  .NavArea {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 998;
  }
  .NavArea .Nav {
    position: relative;
    margin: 0;
    padding: 0;
    overflow-x: scroll;
    background: #000;
    border-bottom: 2px solid #ccc;
  }
  .NavArea .Nav ul {
    display: flex;
    gap: 0.2rem;
  }
  .NavArea .Nav li {
    z-index: 10;
    flex: none;
    display: flex;
    align-items: center;
  }
  .NavArea .Nav a {
    color: #fff;
    padding: 0 15px;
    height: 50px;
    font-size: 15px;
    line-height: 50px;
    font-weight: bold;
    display: flex;
    align-items: center;
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  .Nav-wrapper {
    width: 110px;
    background: #000;
    padding: 7px 5px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    z-index: 0;
    margin-top: -10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.2rem;
  }
  .Nav-wrapper li {
    font-size: 15px;
    line-height: 1.2;
    margin: auto;
    padding: 3px 0;
    position: relative;
    width: 100%;
    text-align: center;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .Nav-wrapper li.highlight2 {
    font-size: 24px;
    padding-top: 10px;
    padding-bottom: 5px;
  }
  .Nav-wrapper li a {
    color: #fbe6c7;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    z-index: 500;
    width: 100%;
  }
  .Nav-wrapper li a:hover {
    color: #93cdc1;
  }
  .Nav-wrapper .otherEvent a {
    background-color: #d9534f;
    color: #fff;
    border-radius: 30px;
    padding: 3px 0;
  }
}
@media screen and (min-width: 1025px) and (hover: hover) {
  .Nav-wrapper .otherEvent a:hover {
    color: beige;
  }
}
@media screen and (max-width: 1024px) {
  .Nav-wrapper .otherEvent a {
    background-color: #d9534f;
    color: #fff;
    border-radius: 30px;
    height: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .Nav-slide.active {
    background-color: darkslategray;
  }
  .Nav-slide.active:before {
    content: "";
    background-image: url("../images/icon_locat.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline;
  }
  .Nav-slide.active a {
    color: #93cdc1;
  }
}
@media screen and (max-width: 1024px) {
  .Nav-slide.active a {
    color: aquamarine;
    font-weight: bold;
    border-bottom: 2px solid aquamarine;
    background: #525252;
  }
  .Nav-slide.active a:before {
    content: "";
    background-image: url("../images/icon_locat.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    display: inline;
  }
}

/**animated**/
/**
 * ----------------------------------------
 * animation bounce-in-top
 * ----------------------------------------
 */
.bounce-in-top {
  -webkit-animation: bounce-in-top 1.5s both;
  animation: bounce-in-top 1.5s both;
}

@-webkit-keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
@keyframes bounce-in-top {
  0% {
    -webkit-transform: translateY(-500px);
    transform: translateY(-500px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    -webkit-transform: translateY(-65px);
    transform: translateY(-65px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  72% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  81% {
    -webkit-transform: translateY(-28px);
    transform: translateY(-28px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  95% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
}
/*==============================================
lightning
==============================================*/
.lightning {
  -webkit-animation: lightning 2s ease-in-out infinite alternate;
  animation: lightning 2s ease-in-out infinite alternate;
}

@-webkit-keyframes lightning {
  0%, 52%, 56%, 60%, 100% {
    filter: brightness(100%);
  }
  54%, 58%, 62% {
    filter: brightness(110%);
  }
}
@keyframes lightning {
  0%, 52%, 56%, 60%, 100% {
    filter: brightness(100%);
  }
  54%, 58%, 62% {
    filter: brightness(110%);
  }
}/*# sourceMappingURL=main.css.map */