@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;
  }
}
.background {
  background: bottom no-repeat url(../images/wave/brand_index_video.svg);
  background-size: 100% 20%;
  position: relative;
}
@media (min-width: 768px) {
  .background {
    background-size: 100% 30%;
  }
}
#story-tag {
  background: rgba(239, 221, 0, 0.141);
  border-radius: 10px;
  display: block;
  margin: 24px 16px;
  padding: 20px 16px;
}
@media (min-width: 768px) {
  #story-tag {
    align-items: center;
    border-radius: 20px;
    display: flex;
    margin: 77px 0 36px;
    padding: 28px 32px;
  }
  .storyList {
    padding-bottom: 60px;
  }
}
.storyList h3 {
  color: #000;
  font-size: 40px;
  padding: 160px 0 60px;
  text-align: center;
  transition: 0.5s;
}
.storyList ul {
  margin: auto;
  max-width: 1220px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .storyList ul {
    padding: 0 10px;
  }
}
.storyList ul li {
  border-radius: 10px;
  left: 0;
  margin-bottom: 20px;
  min-height: 380px;
  overflow: hidden;
  position: relative;
  top: 0;
  transition: 0.5s;
}
.storyList ul li .intro {
  background: #fff;
  border-radius: 10px;
  font-size: 24px;
  height: 85%;
  padding: 0 0 12px;
  transition: 0.3s;
  width: 100%;
}
@media (min-width: 768px) {
  .storyList ul li .intro {
    bottom: 50%;
    min-height: 320px;
    padding: 12px 14px;
    position: absolute;
    right: 0;
    transform: translateY(50%);
    width: 33%;
  }
}
@media (min-width: 1024px) {
  .storyList ul li .intro {
    min-height: 350px;
    padding: 22px 28px;
    width: 33%;
  }
}
.storyList ul li .intro .title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
  overflow: hidden;
  padding: 10px 16px;
  white-space: normal;
}
@media (min-width: 768px) {
  .storyList ul li .intro .title {
    font-size: 24px;
    line-height: 36px;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .storyList ul li .intro .title {
    font-size: 28px;
    line-height: 43px;
  }
}
.storyList ul li .intro .story {
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  color: #797979;
  display: -webkit-box;
  font-size: 16px;
  overflow: hidden;
  padding: 0 16px;
  white-space: normal;
}
@media (min-width: 768px) {
  .storyList ul li .intro .story {
    margin: 12px 0;
    padding: 0;
  }
}
@media (min-width: 1024px) {
  .storyList ul li .intro .story {
    font-size: 18px;
  }
}
.storyList ul li .intro a {
  justify-content: flex-end;
  margin: 8px 16px 0 auto;
}
@media (min-width: 768px) {
  .storyList ul li .intro a {
    bottom: 22px;
    margin: 0;
    position: absolute;
    right: 14px;
  }
}
@media (min-width: 1024px) {
  .storyList ul li .intro a {
    right: 28px;
  }
}
