@charset "UTF-8";
/* CSS Document */
.odmArea .arrowBox span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.bannerArea .bannerItem .TxtIns {
  padding: 40px 20px 70px;
}

.mainArea {
  padding: 0;
}

.titleBox {
  margin-bottom: 0;
}
.titleBox .title {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media (max-width: 640px) {
  .titleBox .title {
    font-size: 35px;
  }
}

.scoreArea {
  padding: 125px 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .scoreArea {
    padding: 50px 0;
  }
}
.scoreArea .title {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  color: #fff;
}
@media (max-width: 640px) {
  .scoreArea .title {
    font-size: 35px;
  }
}
.scoreArea .scoreList {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 90px;
}
@media (max-width: 640px) {
  .scoreArea .scoreList {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 40px;
  }
}
.scoreArea .scoreItem {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .scoreArea .scoreItem {
    padding-bottom: 30px;
  }
}
.scoreArea .item .numberList {
  position: relative;
  font-size: 80px;
  font-weight: bold;
}
.scoreArea .item .numBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.scoreArea .item .odometer {
  line-height: 1;
}
.scoreArea .item .yrs {
  position: absolute;
  right: 29%;
  bottom: 20px;
  padding-left: 0px;
  font-size: 16px;
  font-weight: bold;
}
@media (max-width: 1440px) {
  .scoreArea .item .yrs {
    right: 24%;
  }
}
@media (max-width: 1024px) {
  .scoreArea .item .yrs {
    right: 16%;
  }
}
@media (max-width: 767px) {
  .scoreArea .item .yrs {
    right: 10%;
  }
}
@media (max-width: 640px) {
  .scoreArea .item .yrs {
    right: auto;
    left: 120px;
  }
}
.scoreArea .item .million {
  position: relative;
  line-height: 1;
}
.scoreArea .item .million::before {
  content: "+";
  position: absolute;
  top: -30px;
  right: -30px;
  font-size: 40px;
  font-weight: bold;
}
.scoreArea .item .Img {
  width: 50px;
  margin: 0 auto;
}
.scoreArea .item .Img img {
  width: 100%;
}
.scoreArea .item .text {
  padding-top: 15px;
  font-size: 20px;
  font-weight: 600;
}

.odmArea {
  position: relative;
  padding: 150px 0 245px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1024px) {
  .odmArea {
    padding: 50px 0 245px;
  }
}
@media (max-width: 767px) {
  .odmArea {
    padding: 50px 0 150px;
  }
}
.odmArea::before {
  content: "";
  position: absolute;
  top: 490px;
  left: 0;
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  opacity: 0.3;
}
@media (max-width: 1024px) {
  .odmArea::before {
    top: 380px;
  }
}
@media (max-width: 767px) {
  .odmArea::before {
    top: 370px;
  }
}
.odmArea::after {
  content: "";
  position: absolute;
  top: 490px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #fff;
  border-radius: 100%;
}
@media (max-width: 1024px) {
  .odmArea::after {
    top: 380px;
  }
}
@media (max-width: 767px) {
  .odmArea::after {
    top: 370px;
  }
}
.odmArea .wrap {
  position: relative;
  max-width: 1470px;
}
.odmArea .wrap::before {
  content: "";
  position: absolute;
  top: 337px;
  right: 29%;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 1280px) {
  .odmArea .wrap::before {
    display: none;
  }
}
.odmArea .wrap::after {
  content: "";
  position: absolute;
  top: 337px;
  left: 29%;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #fff;
}
@media (max-width: 1280px) {
  .odmArea .wrap::after {
    display: none;
  }
}
.odmArea .allBox {
  position: relative;
}
.odmArea .bothBox {
  position: relative;
}
@media (max-width: 1200px) {
  .odmArea .bothBox {
    opacity: 0;
  }
}
.odmArea .bothBox .odmItem {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.odmArea .bothBox .odmItem.hide {
  opacity: 0;
  pointer-events: none;
}
.odmArea .bothBox .odmItem.slick-center {
  opacity: 0 !important;
}
.odmArea .centerBox {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 510px;
  height: 510px;
}
@media (max-width: 767px) {
  .odmArea .centerBox {
    width: 400px;
    height: 400px;
  }
}
@media (max-width: 480px) {
  .odmArea .centerBox {
    width: 280px;
    height: 280px;
  }
}
.odmArea .centerBox .odmList {
  margin: 0;
}
.odmArea .centerBox .item {
  position: relative;
  width: 510px;
  height: 510px;
  border: none;
  padding-top: 85px;
}
@media (max-width: 767px) {
  .odmArea .centerBox .item {
    width: 400px;
    height: 400px;
    padding-top: 35px;
  }
}
@media (max-width: 480px) {
  .odmArea .centerBox .item {
    width: 280px;
    height: 280px;
  }
}
.odmArea .centerBox .item::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-image: url(../images/circle.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation: rotate 120s linear infinite;
          animation: rotate 120s linear infinite;
}
.odmArea .centerBox .item .Img {
  width: 85px;
}
@media (max-width: 767px) {
  .odmArea .centerBox .item .Img {
    width: 75px;
  }
}
@media (max-width: 480px) {
  .odmArea .centerBox .item .Img {
    width: 50px;
  }
}
.odmArea .centerBox .item .Txt {
  padding-top: 0;
}
.odmArea .centerBox .item .Txt .title {
  padding-top: 20px;
  font-size: 30px;
}
@media (max-width: 480px) {
  .odmArea .centerBox .item .Txt .title {
    font-size: 20px;
  }
}
.odmArea .centerBox .item .Txt .text {
  padding: 50px 45px 0;
  line-height: 2;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3; /*行數*/
  -webkit-box-orient: vertical;
  white-space: normal;
}
@media (max-width: 767px) {
  .odmArea .centerBox .item .Txt .text {
    padding: 30px 45px 0;
  }
}
@media (max-width: 480px) {
  .odmArea .centerBox .item .Txt .text {
    padding: 10px 45px 0;
  }
}
.odmArea .odmList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 170px;
}
.odmArea .item {
  width: 240px;
  height: 240px;
  border-radius: 100%;
  border: 5px solid #82878d;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 40px;
}
.odmArea .item .Img {
  width: 55px;
  margin: 0 auto;
}
.odmArea .item .Img img {
  width: 100%;
  -webkit-filter: contrast(0) brightness(10);
          filter: contrast(0) brightness(10);
}
.odmArea .item .Txt {
  padding-top: 45px;
  position: relative;
  text-align: center;
  color: #fff;
}
.odmArea .item .Txt .title {
  font-size: 20px;
}
@media (max-width: 480px) {
  .odmArea .arrowBox {
    display: none;
  }
}
.odmArea .arrowBox .arrow {
  position: absolute;
  top: 325px;
  width: 30px;
  height: 30px;
  display: block;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .odmArea .arrowBox .arrow {
    top: 315px;
  }
}
@media (max-width: 767px) {
  .odmArea .arrowBox .arrow {
    top: 305px;
  }
}
.odmArea .arrowBox .arrow:hover.arrowPrev span {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg) scale(1.3);
          transform: translate(-50%, -50%) rotate(-225deg) scale(1.3);
}
.odmArea .arrowBox .arrow:hover.arrowNext span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) scale(1.3);
          transform: translate(-50%, -50%) rotate(-45deg) scale(1.3);
}
.odmArea .arrowBox span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 13px;
  height: 13px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.odmArea .arrowBox .arrowPrev {
  left: 6%;
}
@media (max-width: 1440px) {
  .odmArea .arrowBox .arrowPrev {
    left: 2%;
  }
}
@media (max-width: 1200px) {
  .odmArea .arrowBox .arrowPrev {
    left: 4%;
  }
}
.odmArea .arrowBox .arrowPrev span {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
          transform: translate(-50%, -50%) rotate(-225deg);
}
.odmArea .arrowBox .arrowNext {
  right: 6%;
}
@media (max-width: 1440px) {
  .odmArea .arrowBox .arrowNext {
    right: 2%;
  }
}
@media (max-width: 1200px) {
  .odmArea .arrowBox .arrowNext {
    right: 4%;
  }
}
.odmArea .arrowBox .arrowNext span {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.packageArea .wrap {
  max-width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .packageArea .wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 20px;
  }
}
.packageArea .Img {
  width: 50%;
}
@media (max-width: 1024px) {
  .packageArea .Img {
    width: 100%;
    padding-top: 20px;
  }
}
.packageArea .Img img {
  width: 100%;
  display: block;
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.packageArea .Txt {
  width: 50%;
  padding: 20px;
  padding-top: 130px;
  padding-left: 85px;
}
@media (max-width: 1440px) {
  .packageArea .Txt {
    padding-top: 20px;
  }
}
@media (max-width: 1024px) {
  .packageArea .Txt {
    width: 100%;
    padding: 40px 0;
  }
}
.packageArea .Txt .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media (max-width: 640px) {
  .packageArea .Txt .title {
    font-size: 35px;
  }
}
.packageArea .royaltekList {
  padding-top: 40px;
}
.packageArea .royaltekList li {
  position: relative;
  padding: 10px 0;
  padding-left: 20px;
  line-height: 1.5;
}
.packageArea .royaltekList li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  display: block;
  width: 9px;
  height: 9px;
  background: #0086d1;
}