body {
  font-family: Helvetica, Arial, "文泉驛正黑", "WenQuanYi Zen Hei", "儷黑 Pro", "LiHei Pro", "微軟正黑體", "Microsoft JhengHei", "新細明體", PMingLiU;
  font-size: 20px;
  font-weight: bold;
  background: #111111;
  margin: 0;
  padding: 0;
}
html,
body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  position: relative;
  overflow-x: hidden;
}
body ul {
  margin-block-start: 0em;
  margin-block-end: 0em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
body select {
  border-radius: 3px;
  border: 1px solid #000;
  color: #000;
}
/*導覽列*/
.navbar {
  color: #ffffff;
  background: #111111;
  min-height: 44px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999;
}
.navbar .container {
  padding: 10px 20px;
  margin: 0 auto;
  position: relative;
  max-width: 1980px;
}
@media screen and (max-width: 768px) and (max-width: 1024px) {
  .navbar .container {
    padding: 4px 0;
  }
}
@media screen and (max-width: 430px) {
  .navbar .container {
    padding: 0;
  }
}
.navbar .brand {
  display: inline-block;
  padding: 10px 0;
  line-height: 24px;
  color: #777;
  font-weight: bold;
  text-decoration: none;
  transition: color 0.3s;
}
.navbar .brand img {
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  .navbar .brand img {
    width: 220px;
  }
}
.navbar ul.navbar-menu {
  float: right;
  list-style: none;
  display: flex;
}
.navbar ul.navbar-menu > li {
  display: inline-block;
  margin: 0 0.2em;
  list-style: none;
  line-height: 2em;
}
.navbar ul.navbar-menu > li > a {
  display: block;
  padding: 0 12px;
  color: #ffffff;
  text-decoration: none;
  margin-top: 20px;
  font-weight: bold;
  border-radius: 50px;
}
.gold {
  color: #FFD3A4 !important;
  font-size: 1.4em;
}
.openNow {
  margin-top: 0;
}
.openNow img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .openNow img {
    width: 37%;
  }
}
.navbar ul.navbar-menu > li > a:hover,
.navbar ul.navbar-menu > li > a:focus {
  color: #FFD3A4;
}
.navbar ul.navbar-menu .btn_navbarOpen {
  display: block;
  background-color: #ffffff;
  color: #fff;
  top: 58%;
  text-decoration: none;
  border-radius: 10rem;
  padding: 2.5px;
  border-bottom: 0 !important;
  padding: 0 !important;
}
.navbar ul.navbar-menu .btn_navbarOpen:hover {
  background-color: #000000;
  text-decoration: none;
  border-bottom: 0 !important;
  padding: 0 !important;
}
.navbar ul.navbar-menu .btn_navbarOpen .box {
  padding: 0.3rem 1rem;
  background-color: #ffffff;
  color: #fff;
  border-radius: 10rem;
}
.navbar ul.navbar-menu .btn_navbarOpen .box:hover {
  background-color: #000000;
}
.button-toggle {
  float: right;
  display: none;
  width: 1.5rem;
  height: 1.5rem;
}
.uber {
  margin: 0 0.5em;
}
.uber > span:first-child {
  margin-right: 0.5em;
}
/*----------漢堡選單換關閉圖--------*/
@media screen and (max-width: 930px) {
  .navbar .brand {
    margin-left: 1rem;
  }
  .navbar .button-toggle {
    display: inline-block;
    margin-top: 1.5rem;
    margin-right: 1rem;
    background: url('../images/menu.png') no-repeat center center;
  }
  .navbar .button-toggle.active {
    display: block;
    background: url('../images/close.png') no-repeat center center;
  }
  .navbar ul.navbar-menu {
    float: none;
    display: none;
    padding: 0;
    margin: 0;
  }
  .navbar ul.navbar-menu.active {
    display: block;
    box-shadow: 5px 10px 10px rgba(0, 0, 0, 0.3);
    background: linear-gradient(to bottom, #000000 100%, #0000000a 0%);
  }
  .navbar ul.navbar-menu > li {
    width: 100%;
    margin: 0 0;
    text-align: center;
    padding: 0.5em;
  }
  .navbar ul.navbar-menu > li a {
    color: #fff;
    margin-top: 0;
    background: #000000;
  }
  .navbar ul.navbar-menu > li a:hover {
    text-decoration: none;
  }
  .navbar ul.navbar-menu > li:active {
    background: #000000;
  }
}
/*主視覺*/
#master .section {
  max-width: 1980px;
  margin: 0 auto;
  padding: 0;
}
#master .section .link1 {
  display: block;
  position: absolute;
  z-index: 9;
  height: 40px;
  width: 56%;
  bottom: 58%;
  left: 42%;
  background: #cccccc00;
}
@media screen and (max-width: 768px) {
  #master .section .link1 {
    z-index: 9;
    height: 40px;
    top: 7%;
    left: 5%;
    width: 92%;
  }
}
#master .section .link2 {
  display: block;
  position: absolute;
  z-index: 9;
  bottom: 15%;
  left: 42%;
  height: 40px;
  width: 55%;
  background: #cccccc00;
}
@media screen and (max-width: 768px) {
  #master .section .link2 {
    top: 57%;
    left: 5%;
    width: 92%;
  }
}
#master .section .block-1 {
  position: relative;
  width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #master .section .block-1 {
    margin-top: 70px;
  }
}
#master .section .block-1 .big-image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #master .section .block-1 .big-image {
    content: url('../images/images2_02.png');
  }
}
#master .section .block-1 .block-2 {
  position: absolute;
  top: 58%;
  left: 68%;
  transform: translate(-50%, -50%);
  width: 18%;
  /* 調整手機圖片的大小 */
}
@media (max-width: 768px) {
  #master .section .block-1 .block-2 {
    top: 69%;
    left: 68%;
    width: 58%;
  }
}
#master .section .block-1 .block-2 .phone-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #master .section .block-1 .block-2 .phone-image {
    content: url('../images/KV_phone.gif');
    width: 100%;
  }
}
#master .section .block-1 .block-4 {
  position: absolute;
  top: 68%;
  left: 34%;
  width: 19%;
}
@media (max-width: 768px) {
  #master .section .block-1 .block-4 {
    top: 68%;
    left: 4%;
    width: 36%;
  }
}
#master .section .block-1 .block-4 .APPDownload {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #master .section .block-1 .block-4 .APPDownload {
    content: url('../images/img_appIcon-s.png');
    max-width: 300px;
  }
}
@media screen and (max-width: 430px) {
  #master .section .block-1 .block-4 .APPDownload {
    content: url('../images/img_appIcon-s.png');
    width: 100%;
  }
}
/*功能亮點*/
#event {
  margin: 0 auto;
  /* 第一區塊 */
  /* 第二區塊 */
  /* 第三區塊 */
  /* 第四區塊 */
  /* 第五區塊 */
  /* 第六區塊 */
}
#event .section-1 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1980px;
}
#event .section-1 .block-1 {
  position: relative;
  width: 100%;
  height: 100%;
}
#event .section-1 .block-1 .big-image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #event .section-1 .block-1 .big-image {
    content: url('../images/images2_03.png');
  }
}
#event .section-1 .block-1 .block-2 {
  position: absolute;
  top: 51%;
  left: 42%;
  transform: translate(-50%, -50%);
  width: 17%;
  /* 調整手機圖片的大小 */
}
@media (max-width: 768px) {
  #event .section-1 .block-1 .block-2 {
    top: 39%;
    left: 50%;
    width: 70%;
  }
}
#event .section-1 .block-1 .block-2 .phone-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #event .section-1 .block-1 .block-2 .phone-image {
    content: url('../images/phone1_m.png');
  }
}
#event .section-1 .block-1 .block-4 {
  position: absolute;
  top: 13%;
  left: 16%;
  width: 17%;
}
@media (max-width: 768px) {
  #event .section-1 .block-1 .block-4 {
    top: 2%;
    left: 9%;
    width: 84%;
  }
}
#event .section-1 .block-1 .block-4 .title-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .section-1 .block-1 .block-4 .title-image {
    content: url('../images/title-s1.png');
    width: 100%;
  }
}
#event .section-2 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1980px;
}
#event .section-2 .block-1 {
  position: relative;
  width: 100%;
}
#event .section-2 .block-1 .big-image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #event .section-2 .block-1 .big-image {
    content: url('../images/images2_04.png');
  }
}
#event .section-2 .block-1 .block-2 {
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 17%;
  /* 調整手機圖片的大小 */
}
@media (max-width: 768px) {
  #event .section-2 .block-1 .block-2 {
    top: 39%;
    left: 50%;
    width: 70%;
  }
}
#event .section-2 .block-1 .block-2 .phone-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #event .section-2 .block-1 .block-2 .phone-image {
    content: url('../images/phone2_m.png');
  }
}
#event .section-2 .block-1 .block-4 {
  position: absolute;
  top: 16%;
  left: 69%;
  width: 18%;
}
@media (max-width: 768px) {
  #event .section-2 .block-1 .block-4 {
    top: 2%;
    left: 8%;
    width: 86%;
  }
}
#event .section-2 .block-1 .block-4 .title-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .section-2 .block-1 .block-4 .title-image {
    content: url('../images/title-s2.png');
    width: 100%;
  }
}
#event .section-3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1980px;
}
#event .section-3 .block-1 {
  position: relative;
  width: 100%;
}
#event .section-3 .block-1 .big-image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #event .section-3 .block-1 .big-image {
    content: url('../images/images2_05.png');
  }
}
#event .section-3 .block-1 .block-2 {
  position: absolute;
  top: 51%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 17%;
  /* 調整手機圖片的大小 */
}
@media (max-width: 768px) {
  #event .section-3 .block-1 .block-2 {
    top: 39%;
    left: 49%;
    width: 70%;
  }
}
#event .section-3 .block-1 .block-2 .phone-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #event .section-3 .block-1 .block-2 .phone-image {
    content: url('../images/phone6_m.png');
  }
}
#event .section-3 .block-1 .block-4 {
  position: absolute;
  top: 16%;
  left: 17%;
  width: 18%;
}
@media (max-width: 768px) {
  #event .section-3 .block-1 .block-4 {
    top: 2%;
    left: 14%;
    width: 75%;
  }
}
#event .section-3 .block-1 .block-4 .title-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .section-3 .block-1 .block-4 .title-image {
    content: url('../images/title-s3.png');
    width: 100%;
  }
}
#event .section-4 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1980px;
}
#event .section-4 .block-1 {
  position: relative;
  width: 100%;
}
#event .section-4 .block-1 .big-image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #event .section-4 .block-1 .big-image {
    content: url('../images/images2_06.png');
  }
}
#event .section-4 .block-1 .block-2 {
  position: absolute;
  top: 52%;
  left: 57%;
  transform: translate(-50%, -50%);
  width: 17%;
  /* 調整手機圖片的大小 */
}
@media (max-width: 768px) {
  #event .section-4 .block-1 .block-2 {
    top: 39%;
    left: 49%;
    width: 70%;
  }
}
#event .section-4 .block-1 .block-2 .phone-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #event .section-4 .block-1 .block-2 .phone-image {
    content: url('../images/phone3_m.png');
  }
}
#event .section-4 .block-1 .block-4 {
  position: absolute;
  top: 19%;
  left: 66%;
  width: 18%;
}
@media (max-width: 768px) {
  #event .section-4 .block-1 .block-4 {
    top: 3%;
    left: 8%;
    width: 83%;
  }
}
#event .section-4 .block-1 .block-4 .title-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .section-4 .block-1 .block-4 .title-image {
    content: url('../images/title-s4.png');
    width: 100%;
  }
}
#event .section-5 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1980px;
}
#event .section-5 .block-1 {
  position: relative;
  width: 100%;
}
#event .section-5 .block-1 .big-image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #event .section-5 .block-1 .big-image {
    content: url('../images/images2_07.png');
  }
}
#event .section-5 .block-1 .block-2 {
  position: absolute;
  top: 54%;
  left: 43%;
  transform: translate(-50%, -50%);
  width: 16%;
  /* 調整手機圖片的大小 */
}
@media (max-width: 768px) {
  #event .section-5 .block-1 .block-2 {
    top: 39%;
    left: 49%;
    width: 70%;
  }
}
#event .section-5 .block-1 .block-2 .phone-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #event .section-5 .block-1 .block-2 .phone-image {
    content: url('../images/phone4_m.png');
  }
}
#event .section-5 .block-1 .block-4 {
  position: absolute;
  top: 18%;
  left: 17%;
  width: 18%;
}
@media (max-width: 768px) {
  #event .section-5 .block-1 .block-4 {
    top: 1%;
    left: 13%;
    width: 76%;
  }
}
#event .section-5 .block-1 .block-4 .title-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .section-5 .block-1 .block-4 .title-image {
    content: url('../images/title-s5.png');
    width: 100%;
  }
}
#event .section-6 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  max-width: 1980px;
}
#event .section-6 .block-1 {
  position: relative;
  width: 100%;
}
#event .section-6 .block-1 .big-image {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  #event .section-6 .block-1 .big-image {
    content: url('../images/images2_08.png');
  }
}
#event .section-6 .block-1 .block-2 {
  position: absolute;
  top: 55%;
  left: 56%;
  transform: translate(-50%, -50%);
  width: 17%;
  /* 調整手機圖片的大小 */
}
@media (max-width: 768px) {
  #event .section-6 .block-1 .block-2 {
    top: 39%;
    left: 49%;
    width: 70%;
  }
}
#event .section-6 .block-1 .block-2 .phone-image {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #event .section-6 .block-1 .block-2 .phone-image {
    content: url('../images/phone5_m.png');
  }
}
#event .section-6 .block-1 .block-4 {
  position: absolute;
  top: 25%;
  left: 66%;
  width: 18%;
}
@media (max-width: 768px) {
  #event .section-6 .block-1 .block-4 {
    top: 1%;
    left: 12%;
    width: 72%;
  }
}
#event .section-6 .block-1 .block-4 .title-image {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #event .section-6 .block-1 .block-4 .title-image {
    content: url('../images/title-s6.png');
    width: 100%;
  }
}
/*QA*/
#qa .QATitle {
  font-size: 0;
  position: relative;
}
#qa .QATitle .footerTitle {
  position: absolute;
  top: 18%;
  left: 46%;
  width: 11%;
}
@media screen and (max-width: 600px) {
  #qa .QATitle .footerTitle {
    content: url('../images/images_09-1.png');
    top: 23%;
    left: 28%;
    width: 45%;
  }
}
#qa .QATitle .qaTitle-image {
  width: 100%;
}
@media screen and (max-width: 600px) {
  #qa .QATitle .qaTitle-image {
    content: url('../images/images2_09.png');
    width: 100%;
    font-size: 0;
    line-height: 0;
  }
}
#qa .container {
  width: 100%;
  background: #222222;
}
#qa .container .user-content {
  max-width: 1200px;
  margin: auto;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 430px) {
  #qa .container .user-content {
    padding: 0 20px 20px;
    font-size: 0.9em;
  }
}
#qa .container .user-content .qa .qa-item {
  display: flex;
  flex-direction: column;
  backdrop-filter: blur(6px);
  padding: 0 40px 40px 40px;
  border-radius: 38px;
  text-align: left;
}
@media screen and (max-width: 430px) {
  #qa .container .user-content .qa .qa-item {
    padding: 0 20px;
    border-radius: 8px;
  }
}
#qa .container .user-content .qa .qa-item .qaGroup {
  padding: 16px 0;
}
@media screen and (max-width: 430px) {
  #qa .container .user-content .qa .qa-item .qaGroup {
    padding: 16px 0;
    line-height: 1.6;
  }
}
#qa .container .user-content .qa .qa-item .qaGroup .q {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 10px;
  color: #FFD3A1;
  cursor: pointer;
}
#qa .container .user-content .qa .qa-item .qaGroup .q span {
  margin-top: 4px;
}
#qa .container .user-content .qa .qa-item .qaGroup .a {
  margin-top: 8px;
  display: none;
  color: #ffffff;
}
@media screen and (max-width: 430px) {
  #qa .container .user-content .qa .qa-item .qaGroup .a {
    padding: 0;
  }
}
/*頁腳*/
footer {
  width: 100%;
  background: #333333;
  padding: 40px;
  box-sizing: border-box;
}
@media screen and (max-width: 600px) {
  footer {
    padding: 16px;
  }
}
footer .section .Copyright {
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 2px;
}
@media screen and (max-width: 600px) {
  footer .section .Copyright {
    line-height: 1.8;
    letter-spacing: 2px;
    padding: 20px;
  }
}
/*右側下載*/
#btn_rightGroupD {
  position: fixed;
  right: 2rem;
  bottom: 9rem;
  display: flex;
  z-index: 99;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 430px) {
  #btn_rightGroupD {
    right: 0;
    bottom: 6rem;
  }
}
#btn_rightGroupD .btn_Download img {
  width: 4rem;
}
@media screen and (max-width: 768px) {
  #btn_rightGroupD .btn_Download img {
    width: 80%;
  }
}
/*右側回上層*/
#btn_rightGroup {
  position: fixed;
  right: 2.1rem;
  bottom: 3rem;
  display: flex;
  z-index: 99;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 430px) {
  #btn_rightGroup {
    right: 0.5rem;
    bottom: 1rem;
  }
}
#btn_rightGroup .btn_backTop img {
  width: 4rem;
}
@media screen and (max-width: 768px) {
  #btn_rightGroup .btn_backTop img {
    width: 95%;
  }
}
