/**思源宋體**/

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+TC:wght@600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap');

body {
  font-family: "微軟正黑體", "Microsoft JhengHei", Helvetica, Arial, sans-serif;
  background: url('../images/bg__dark.jpg');
  cursor: pointer;
  cursor: url("../images/cursor-er.cur") 4 12, pointer;
}

.event_wrap {
  margin: 5% 0;
}

.tohomeSection,
.dutyfreeSection,
.EDUSection {
  position: relative;
  width: 100%;
  height: 100%;
}

a {
  color: rgb(15, 15, 15);
  text-decoration: none;
}

.clearfix {
  clear: both;
}

/*kv*/
.kv_wrapper {
  width: 100%;
}

.kv_wrapper:hover {
  filter: saturate(1.3);
}

.kv {
  display: block;
}

.mkv {
  display: none;
}

.text-center {
  text-align: center;
}

.btn-yellow {
  background-color: #ffc526d8;
}

.btn-red {
  background-color: #ce3232;
  color: #fff;
}

.btn-black {
  background-color: #1c1c1c;
  color: #fff;
}

.btn-yellow:hover,
.btn-red:hover,
.btn-black:hover {
  background-color: #ff768be5;
}

/* 邊框動畫效果 */
.animate-button {
  display: inline-table;
  position: relative;
  border: 1px solid #ffc626;
  background-color: #ffc440;
  width: 70%;
  height: 32px;
  text-align: center;
  padding-top: 7px;
  color: white;
  transition: 1s;
}

.animate-button.text-black {
  color: black !important;
}

.animate-button.bg-shopnow {
  background-color: #ffc440;
}

.animate-button:hover {
  background-color: #ff768b !important;
  color: black;
}

.animate-button.bg-seemore {
  background-color: #020100;
  color: white;
}

.animate-button::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: -1px;
  right: -1px;
  transition: 1s;
}

.animate-button:hover::before {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.animate-button::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: 1s;
  -webkit-transition: border .2s linear, border-radius 1s ease-in 1s;
  transition: border .2s linear, border-radius 1s ease-in 1s;
}

.animate-button:hover::after {
  width: 100%;
  height: 100%;
  border-top: 1px solid black;
  border-left: 1px solid black;
}

/*   邊框動畫效果  END */

/* 圖片-邊框動畫效果 */
.animate-more {
  position: relative;
  text-align: center;
  transition: 1s;
}

.animate-more.text-black {
  color: black !important;
}

.animate-more:hover {
  color: black;
}

.animate-more::before {
  content: "";
  width: 0%;
  height: 0%;
  position: absolute;
  bottom: -1px;
  right: -1px;
  transition: 1s;
}

.animate-more:hover::before {
  width: 100%;
  height: 100%;
  border-bottom: 2px solid black;
  border-right: 2px solid black;
}

.animate-more::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -1px;
  left: -1px;
  transition: 1s;
}

.animate-more:hover::after {
  width: 100%;
  height: 100%;
  border-top: 2px solid black;
  border-left: 2px solid black;
}

/*   圖片-邊框動畫效果  END */

/*toTop*/
.toTop-arrow {
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  opacity: 0.8;
  background: #a2877b;
  color: #fff;
  cursor: pointer;
  position: fixed;
  right: 10px;
  bottom: 10px;
  padding-top: 5px;
  z-index: 1;
}

.toTop-arrow::before,
.toTop-arrow::after {
  width: 10px;
  height: 3px;
  border-radius: 5px;
  top: 10px;
  background: #fff;
  position: absolute;
  content: "";
}

.toTop-arrow::before {
  transform: rotate(-45deg) translate(0, -50%);
  left: 1.1rem;
}

.toTop-arrow::after {
  transform: rotate(45deg) translate(0, -50%);
  right: 1.1rem;
}

.toTop-arrow:focus {
  outline: none;
}

.topBox__btnArea {
  z-index: 3;
  position: absolute;
  width: 70%;
  left: 28%;
  bottom: 8%;
}

.btn-theme-border {
  background-color: transparent;
  border: 1px solid #00ffcc !important;
  color: #00ffcc !important;
}

.dutyfree__btnArea {
  z-index: 3;
  position: absolute;
  width: 60%;
  left: 28%;
  bottom: 18%;
}

.planet__btnArea {
  z-index: 3;
  position: absolute;
  width: 60%;
  right: -13%;
  bottom: 18%;
}

.edu__btnArea {
  z-index: 3;
  position: absolute;
  width: 60%;
  right: -4%;
  bottom: 18%;
}

.btn-planet-border {
  background-color: transparent;
  border: 2px solid #274b7a !important;
  color: white !important;
}

.title-area img {
  max-width: 33%;
  margin: 0 0 1% 0;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}

.cardArea {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 2% 0 5% 0;
  width: 100%;
}

.topBox {
  position: relative;
  width: 18%;
  margin: 0 1.5%;
  filter: drop-shadow(14px 16px 12px #005b66);
}

.topBox:nth-child(2) {
  padding-top: 5%;
}

.planet {
  position: relative;
  width: 17%;
  margin: 0 0.8%;
  filter: drop-shadow(-5px -11px 12px #005b66);
}

.planetBox-m {
  position: relative;
  width: 22%;
  margin: 0 -1.5%;
}

.planetBox-l {
  position: relative;
  width: 25%;
  margin: 0 -2.5%;
}

.planet__edu {
  position: relative;
  width: 25%;
  left: 13%;
  top: 5%;
}

.planetBox__edu__toy__home {
  position: absolute;
  width: 22%;
  left: 32%;
  top: -5%;
}

.planetBox__toy__fb {
  position: absolute;
  width: 22%;
  right: 25%;
  top: -13%;
}

.planetBox__pet__home {
  position: absolute;
  width: 25%;
  left: 31%;
  top: 84%;
}

.planetBox__pet__fb {
  position: absolute;
  width: 22%;
  right: 23%;
  top: 99%;
}

img:hover {
  transform: scale(1.03);
  opacity: 0.9;
  transition: all 0.2s;
  cursor: pointer;
}

.cardArea__vertical {
  position: relative;
  display: flex;
  margin: 7% 0 9% 0;
  width: 100%;
  left: 0%;
}

.planet__tohome__home {
  position: relative;
  left: 22%;
  width: 20%;
  filter: drop-shadow(14px 16px 12px #005b66);
}

.planetBox__tohome__fb {
  position: relative;
  width: 22%;
  left: 19%;
}

.planetBox__tohome__line {
  position: absolute;
  width: 25%;
  left: 38%;
  top: 63%;
}

.img__bottom {
  position: relative;
  padding-bottom: 5%;
}

.img__bottom__bear {
  position: absolute;
  display: block;
  width: 10%;
  right: 11%;
}

.img__bottom__bear:hover {
  transform: scale(1);
  opacity: 1;
  transition: all 0s;
  cursor: default !important;
}