@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;
  }
}
.bg-handle {
  background: #fff;
  position: relative;
  transition: 1s;
}
.bg-handle.bg-darker {
  background: #ffe87d;
}
.banner {
  background: 0 / cover no-repeat url(../images/brand/video_banner_bg.png);
  overflow: hidden;
  padding: 100px 0 220px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .banner {
    background: 0 / cover no-repeat url(../images/brand/video_banner_bg.png);
    padding: 164px 0 100px;
    text-align: left;
  }
}
.banner h2 {
  font-size: 28px;
  letter-spacing: 3px;
  line-height: 43px;
  margin: auto;
  max-width: 1200px;
  min-width: -moz-fit-content;
  min-width: fit-content;
  position: relative;
  text-shadow: 0 0 14px hsla(0, 0%, 100%, 0.4);
  width: 80%;
  z-index: 1;
}
@media (min-width: 768px) {
  .banner h2 {
    font-size: 50px;
    letter-spacing: 7px;
    line-height: 61px;
  }
}
.banner > div {
  margin: 15px auto 0;
  max-width: 1200px;
  text-shadow: 0 0 14px hsla(0, 0%, 100%, 0.4);
  width: 80%;
}
.banner > div:after {
  background: bottom/contain no-repeat url(../images/brand/video_banner.png);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 0;
}
@media (min-width: 768px) {
  .banner > div:after {
    background: 100% 100% / contain no-repeat
      url(../images/brand/video_banner_lg.png);
  }
}
.banner > div p {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .banner > div p {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 33px;
  }
}
#video_list {
  position: relative;
  z-index: 1;
}
#video_list .back-to-list {
  cursor: pointer;
  font-size: 14px;
  left: 5%;
  letter-spacing: 1px;
  line-height: 24px;
  position: absolute;
  top: 10px;
}
@media (min-width: 768px) {
  #video_list .back-to-list {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 33px;
    top: 30px;
  }
}
#video_list .back-to-list img {
  width: 24px;
}
@media (min-width: 768px) {
  #video_list .back-to-list img {
    width: 26px;
  }
}
#video_list h3 {
  font-size: 24px;
  letter-spacing: 3px;
  line-height: 43px;
  padding: 36px 20px 20px;
  text-align: center;
}
@media (min-width: 768px) {
  #video_list h3 {
    font-size: 40px;
    letter-spacing: 7px;
    line-height: 52px;
    padding: 72px 30px 30px;
  }
  #video_list ul.video-list {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    max-width: 1220px;
  }
}
#video_list ul.video-list li.video {
  margin: 6px auto;
  width: 90%;
}
@media (min-width: 768px) {
  #video_list ul.video-list li.video {
    margin: 18px 10px;
    width: calc(33.33333% - 20px);
  }
}
#video_list ul.video-list li.video a {
  align-items: center;
  background: #fff;
  border: 1px solid #dadada;
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  height: 100%;
  overflow: hidden;
}
@media (min-width: 768px) {
  #video_list ul.video-list li.video a {
    border: none;
    border-radius: 6px;
    display: block;
  }
}
#video_list ul.video-list li.video a img {
  background: rgba(239, 221, 0, 0.141);
  transform-origin: right;
  transition: 0.5s;
  width: 35%;
}
@media (min-width: 768px) {
  #video_list ul.video-list li.video a img {
    height: calc(100% - 60px);
    -o-object-fit: cover;
    object-fit: cover;
    transform-origin: bottom;
    width: 100%;
  }
}
#video_list ul.video-list li.video a h4 {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  overflow: hidden;
  padding: 0 10px;
}
@media (min-width: 768px) {
  #video_list ul.video-list li.video a h4 {
    -webkit-line-clamp: 1;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 60px;
    padding: 0 12px;
  }
}
#video_list ul.video-list li.video:hover img {
  transform: scale(1.05);
}
