body {
  padding: 0;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft JhengHei", Roboto, "Helvetica Neue", Arial,
    sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  /* vertical-align: middle; */
  display: block;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

*,
*::after,
*::before {
  box-sizing: border-box;
  scroll-behavior: smooth;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}
.blendmode_screen {
  mix-blend-mode: screen;
  pointer-events: none;
}
/* 【以上內容勿動!!!  有關基本樣式設定】 */
/* 開版設定 */
.wrap {
  max-width: 1000px;
  margin: 0 auto;
  /* 【超過】 開版範圍 就不呈現 */
  overflow: hidden;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  justify-content: center;
  position: relative;
}

/* 定位 */
.item01-1 {
  top: 26%;
  left: 0%;
  width: 33%;
}
.item01-2 {
  top: 49%;
  left: 60%;
  width: 37.3%;
}
.item01-3 {
  top: 73.8%;
  left: 46.8%;
  width: 49.5%;
}
.item03-1 {
  top: 10%;
  left: 8%;
  width: 28%;
}
.item03-2 {
  top: 43%;
  left: 65%;
  width: 28%;
}
.item04-1 {
  top: 17%;
  left: 0%;
  width: 33.7%;
}
.item04-2 {
  top: 84%;
  left: 8.2%;
  width: 83.6%;
  -webkit-mask: url("../images/btn01.png") no-repeat center center;
  mask: url("../images/btn01.png");
  mask: url("../images/btn01.webp") no-repeat center center;
  -webkit-mask-size: contain;
  mask-size: contain;
}
.item05-1 {
  top: 83.5%;
  left: 2%;
  width: 41.3%;
}
.item05-2 {
  top: 83.5%;
  left: 53%;
  width: 41.3%;
}
.item06-1{
  width: 100%;
  top: 12%;
}
.item08-video {
    top: 49.3%;
    left: 2.6%;
    width: 94.8%;
    height: 48.5%;
}
.item14-video {
    top: 66.6%;
    left: 4.2%;
    width: 91.6%;
}
.item18-line {
    top: 40%;
    left: 14.05%;
    width: 71.9%;
}