@charset "UTF-8";
.ball {
  background: 50% / cover no-repeat url(../images/bg/ball.svg);
  border-radius: 50px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  height: 34px;
  letter-spacing: 1px;
  line-height: 34px;
  width: 34px;
}
@media (min-width: 768px) {
  .ball {
    font-size: 20px;
    height: 48px;
    letter-spacing: 2px;
    line-height: 48px;
    width: 48px;
  }
}
.color-super {
  background: 50% / cover no-repeat url(../images/bg/ball_super.svg);
  color: #fff;
}
.color-super.ball {
  position: relative;
}
.color-super.ball.secondary-area,
.color-super.ball.special-number {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area,
  .color-super.ball.special-number {
    margin-top: 34px;
  }
}
.color-super.ball.secondary-area:before {
  content: "第二區";
}
.color-super.ball.special-number:before {
  content: "特別號";
}
.color-super.ball.secondary-area:before,
.color-super.ball.special-number:before {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  left: 50%;
  letter-spacing: 1px;
  line-height: 1;
  min-width: -moz-max-content;
  min-width: max-content;
  position: absolute;
  top: 0;
  transform: translate(-50%, -150%);
}
@media (min-width: 768px) {
  .color-super.ball.secondary-area:before,
  .color-super.ball.special-number:before {
    font-size: 16px;
    line-height: 1.4;
  }
}
.color-bigSmall {
  background: 50% / cover no-repeat url(../images/bg/ball_big_small.svg);
}
.color-singleDouble {
  background: 50% / cover no-repeat url(../images/bg/ball_single_double.svg);
  color: #fff;
}
.custom-container {
  margin-inline: auto !important;
  width: calc(100vw - 32px) !important;
}
@media (min-width: 768px) {
  .custom-container {
    width: 90vw !important;
  }
}
@media (min-width: 1024px) {
  .custom-container {
    max-width: 1200px !important;
    width: 75vw !important;
  }
}
.banner {
  margin: 0 0 40px;
  padding: 16px 16px 0;
}
@media (min-width: 768px) {
  .banner {
    margin: 60px 0;
    padding: 77px 0 0;
  }
}
.banner .title {
  color: #ff8550;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}
@media (min-width: 768px) {
  .banner .title {
    font-size: 60px;
    line-height: 72px;
  }
}
.banner p {
  letter-spacing: 1px;
  line-height: 28px;
}
@media (min-width: 768px) {
  .banner p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
  }
}
.about {
  background: bottom/cover no-repeat url(../images/wave/brand_index_video.svg);
  color: linear-gradient(180deg, #fff59b, #efdd00 76.79%);
}
.about > div {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px #0000001a;
  margin: auto;
  padding: 20px 16px;
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  .about > div {
    padding: 32px 45px 45px;
    width: 90%;
  }
}
.about .about-title {
  color: #2e2e2e;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
  white-space: pre-line;
}
@media (min-width: 768px) {
  .about .about-title {
    font-size: 30px;
    line-height: 1.4;
    margin-bottom: 0;
    text-align: left;
  }
}
@media (min-width: 1024px) {
  .about .about-title {
    font-size: 40px;
    line-height: 1.3;
    margin-bottom: 0;
    text-align: left;
  }
}
.about .items {
  display: grid;
  gap: 10px;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (min-width: 768px) {
  .about .items {
    gap: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
.about .items .item {
  overflow: hidden;
  padding-top: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .about .items .item {
    padding-top: 34px;
  }
}
.about .items .item .pin {
  background-color: #fff;
  border-radius: 50%;
  height: 42px;
  left: 50%;
  margin: auto;
  padding: 6px;
  position: absolute;
  text-align: center;
  top: 0;
  transform: translate(-50%);
  width: 42px;
  z-index: 1;
}
@media (min-width: 768px) {
  .about .items .item .pin {
    height: 56px;
    padding: 8px;
    width: 56px;
  }
}
@media (min-width: 1024px) {
  .about .items .item .pin {
    height: 68px;
    padding: 10px;
    width: 68px;
  }
}
.about .items .item .pin .redBg {
  background-color: red;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
}
@media (min-width: 768px) {
  .about .items .item .pin .redBg {
    font-size: 24px;
    line-height: 40px;
  }
}
@media (min-width: 1024px) {
  .about .items .item .pin .redBg {
    font-size: 28px;
    line-height: 48px;
  }
}
.about .items .item .card {
  aspect-ratio: 1/1;
  background-color: #fff3ed;
  border-radius: 10px;
  padding: 10% 0;
}
.about .items .item .card > img {
  padding-top: 10%;
  transform: scale(1);
  transition: all 0.3s ease-out;
  width: 45%;
}
@media (min-width: 768px) {
  .about .items .item .card > img {
    padding: 0;
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .about .items .item .card > img {
    padding: 0;
    width: 60%;
  }
}
.about .items .item .card > div {
  color: #2e2e2e;
  font-size: 16px;
  font-weight: 700;
  margin-top: 4px;
}
@media (min-width: 768px) {
  .about .items .item .card > div {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .about .items .item .card > div {
    font-size: 28px;
  }
}
.about .items .item .hover-card {
  position: absolute;
  top: 100%;
  transition: all 0.3s;
  visibility: hidden;
  width: 100%;
}
.about .items .item .hover-card > div {
  aspect-ratio: 1/1;
  background-color: #ff8550;
  border-radius: 10px;
  position: relative;
}
.about .items .item .hover-card > div > div {
  font-size: 14px;
  left: 0;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
@media (min-width: 768px) {
  .about .items .item .hover-card > div > div {
    font-size: 16px;
    padding: 0 6px;
    top: calc(50% + 10px);
  }
}
@media (min-width: 1024px) {
  .about .items .item .hover-card > div > div {
    font-size: 20px;
    padding: 0;
    top: calc(50% + 10px);
  }
}
.about .items .item .hover-card > div > img {
  bottom: 16px;
  position: absolute;
  right: 16px;
  visibility: hidden;
}
@media (min-width: 1024px) {
  .about .items .item .hover-card > div > img {
    transform: scale(1);
    visibility: visible;
  }
}
.about .items .item:hover .card > img {
  transform: scale(0.8);
}
.about .items .item:hover .hover-card {
  top: 16px;
  transition: all 0.3s;
  visibility: visible;
}
@media (min-width: 768px) {
  .about .items .item:hover .hover-card {
    top: 34px;
  }
}
.test {
  position: relative;
}
.test h3 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .test h3 {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .test h3 {
    font-size: 20px;
  }
}
@media (min-width: 1280px) {
  .test h3 {
    font-size: 28px;
  }
}
.test:after {
  bottom: -60px;
  content: url(../images/bg/green_triangle.svg);
  left: -12px;
  position: absolute;
  transform: scale(0.5);
  z-index: 1;
}
@media (min-width: 768px) {
  .test:after {
    bottom: -50px;
    left: 24px;
    transform: scale(1);
  }
}
.test a {
  background-color: #fff;
}
@media (min-width: 768px) {
  .test a {
    width: calc(50% - 12px);
  }
}
.test a > div > h3 {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.test a .title {
  margin-left: 20px;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .test a .title {
    padding: 26px 0;
  }
}
@media (min-width: 1024px) {
  .test a .title {
    margin-left: 30px;
  }
}
@media (min-width: 1280px) {
  .test a .title {
    margin-left: 10%;
  }
}
.test a .to {
  background: linear-gradient(180deg, #ffdc84 -27.59%, #ff8550);
  border-radius: 0 10px 10px 0;
  color: #fff;
  overflow: hidden;
  padding: 8px 12px 8px 37px;
  position: relative;
  text-align: right;
  width: auto;
}
@media (min-width: 768px) {
  .test a .to {
    min-width: 120px;
    padding: 26px 20px 26px 30px;
  }
}
@media (min-width: 1024px) {
  .test a .to {
    min-width: 200px;
    padding: 26px 30px 26px 40px;
  }
}
.test a .to:after {
  background-color: #fff;
  bottom: 0;
  content: "";
  height: 140%;
  left: -140%;
  position: absolute;
  transform: rotate(30deg);
  transform-origin: right bottom;
  width: 140%;
}
@media (min-width: 768px) {
  .test a .to:after {
    transform: rotate(20deg);
  }
}
@media (min-width: 1024px) {
  .test a .to:after {
    transform: rotate(25deg);
  }
}
.test a:hover {
  box-shadow: 0 7px 29px #63636e33;
}
.test a:hover .to {
  background: linear-gradient(180deg, #ffb084 -33%, #ff7d44);
}
.toll-free {
  padding: 32px 0 0;
}
@media (min-width: 768px) {
  .toll-free {
    padding: 56px 0 80px;
  }
}
.toll-free .num {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(151.8deg, #1cd6c3 12.22%, #00655b 95.93%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 44px;
  line-height: 52px;
}
@media (min-width: 768px) {
  .toll-free .num {
    font-size: 68px;
    line-height: 84px;
  }
}
.toll-free a {
  color: #ff8550;
  text-decoration: underline;
}
.toll-free .mail-link {
  color: #079486;
}
.toll-free .el-table .cell {
  white-space: pre-line;
}
.toll-free .el-table {
  border: 3px solid #efdd00;
  border-radius: 6px;
}
.toll-free .el-table tr th {
  background: linear-gradient(180deg, #fff59b, #efdd00 76.79%);
  border-right: 1px solid #fff !important;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 32px;
  padding: 14px 0 !important;
}
.toll-free .el-table tr th.el-table__cell {
  text-align: center;
}
.toll-free .el-table tr th:last-child {
  border-right: none !important;
}
.toll-free .el-table tr td {
  border-right: 1px solid #dadada !important;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding: 14px 0 !important;
}
.toll-free .el-table tr td:last-child {
  border-right: none !important;
}
.toll-free .el-table tbody tr td {
  border-bottom: 1px solid #dadada !important;
}
.toll-free .el-table tbody tr:last-child td {
  border-bottom: none !important;
}
.toll-free .el-table thead tr th.el-table-fixed-column--left {
  background: linear-gradient(180deg, #fff59b, #efdd00 76.79%);
}
.toll-free .el-table tbody tr td.el-table-fixed-column--left {
  background: #fff9db;
}
.toll-free .item {
  border: 1px solid #dadada;
  border-radius: 6px;
}
