@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;
  }
}
section h2 {
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 28px;
}
@media (min-width: 640px) {
  section h2 {
    font-size: 30px;
    letter-spacing: 3px;
    line-height: 40px;
  }
}
@media (min-width: 768px) {
  section h2 {
    font-size: 40px;
    letter-spacing: 7px;
    line-height: 52px;
  }
}
#banner {
  background: 0 0 / contain no-repeat url(../images/bg/brand_banner_s.svg),
    linear-gradient(118.15deg, #ffefb0 13.34%, #ffe600 101.76%);
  margin-bottom: -160px;
  padding: 70px 0 180px;
}
@media (min-width: 640px) {
  #banner {
    background: 0 0/50% no-repeat url(../images/bg/brand_banner_1.svg),
      100% / contain no-repeat url(../images/bg/brand_banner_2.svg),
      linear-gradient(118.15deg, #ffefb0 13.34%, #ffe600 101.76%);
  }
}
@media (min-width: 768px) {
  #banner {
    padding: 150px 0 210px;
  }
}
#banner .banner-list {
  height: 53.7647058824vw;
  overflow: hidden;
}
@media (max-width: 768px) {
  #banner .banner-list {
    margin-top: -5.3764705882vw;
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  #banner .banner-list {
    height: calc(48.38824vw - 231.18824px);
    overflow: unset;
  }
}
@media (min-width: 1024px) {
  #banner .banner-list {
    height: calc(48.38824vw - 247.31765px);
    margin-bottom: 80px;
    max-height: 397.8588235294px;
    width: 90vw !important;
  }
}
#banner .banner-list li {
  align-items: center;
  display: flex;
  height: 60%;
  left: 150%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  width: 60%;
  z-index: 1;
}
#banner .banner-list li .text {
  display: none;
  opacity: 0;
}
@media (min-width: 768px) {
  #banner .banner-list li .text {
    display: block;
    margin-right: 30px;
    max-width: 400px;
    transition: 0.5s;
    width: 300%;
  }
}
@media (min-width: 1024px) {
  #banner .banner-list li .text {
    margin-right: 60px;
  }
}
#banner .banner-list li .text h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 50px;
  line-height: 1.2;
  overflow: hidden;
}
#banner .banner-list li .text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  font-size: 20px;
  letter-spacing: 2px;
  overflow: hidden;
}
#banner .banner-list li .image {
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  width: 100%;
}
#banner .banner-list li .image img {
  border-radius: 10px;
  margin: auto;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
}
@media (min-width: 768px) {
  #banner .banner-list li .image img {
    border-radius: 20px;
  }
}
#banner .banner-list li:first-of-type {
  left: -25%;
  opacity: 0.5;
}
#banner .banner-list li:nth-of-type(2) {
  height: 80%;
  left: 50%;
  opacity: 1;
  width: 80%;
}
#banner .banner-list li:nth-of-type(2) .image {
  filter: drop-shadow(10px 10px 0 #ffffff);
  height: 100%;
  transform: translate(-5px, -5px);
  width: 100%;
}
#banner .banner-list li:nth-of-type(3) {
  left: 125%;
  opacity: 0.5;
}
@media (min-width: 768px) {
  #banner .banner-list li {
    left: auto !important;
    right: 0;
    top: 0;
    transform: translateY(360%);
  }
  #banner .banner-list li .image {
    filter: drop-shadow(0 0 0 #ffffff);
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  #banner .banner-list li {
    transform: translateY(300%);
  }
}
@media (min-width: 768px) {
  #banner .banner-list li:first-of-type {
    opacity: 0;
    transform: translateY(-100%);
    width: 80%;
  }
  #banner .banner-list li:nth-of-type(2) {
    height: 100%;
    opacity: 1;
    right: 0;
    transform: translate(0);
    width: 100%;
    z-index: 3;
  }
  #banner .banner-list li:nth-of-type(2) .image {
    filter: drop-shadow(30px 30px 0 #ffffff);
  }
  #banner .banner-list li:nth-of-type(2) .text {
    opacity: 1;
  }
  #banner .banner-list li:nth-of-type(3) {
    transform: translateY(calc(48.38824vw - 161.18824px));
    width: 80%;
    z-index: 2;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  #banner .banner-list li:nth-of-type(3) {
    transform: translateY(calc(48.38824vw - 177.31765px));
  }
}
@media (min-width: 768px) and (min-width: 1280px) {
  #banner .banner-list li:nth-of-type(3) {
    transform: translateY(467.8588235294px);
  }
}
@media (min-width: 768px) {
  #banner .banner-list li:nth-of-type(3) .image {
    height: 80%;
  }
}
#banner .banner-arrow {
  color: #007979;
}
@media (min-width: 768px) {
  #banner .banner-arrow {
    margin-top: 80px;
  }
}
#about {
  background: #fff;
  border-radius: 10px;
  box-shadow: 25vw 0 #fff, 50vw 0 #fff;
  padding: 16px 20px;
}
@media (min-width: 768px) {
  #about {
    border-radius: 20px;
    padding: 30px 45px;
    width: calc(100% - 40px);
  }
}
@media (min-width: 1024px) {
  #about {
    max-width: 1300px !important;
    padding: 60px 90px;
    width: calc(75vw + 120px) !important;
  }
}
#about:after {
  color: #f5f5f5;
  content: "ABOUT";
  font-size: 32px;
  font-weight: 900;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 14px;
  z-index: -1;
}
@media (min-width: 768px) {
  #about:after {
    font-size: 100px;
    right: -20px;
    top: 10px;
  }
}
@media (min-width: 1024px) {
  #about:after {
    top: 20px;
  }
}
#about > div {
  display: flex;
  flex-wrap: wrap;
  margin: 15px -4px 0;
}
@media (min-width: 480px) {
  #about > div {
    margin: 15px -10px 0;
  }
}
@media (min-width: 768px) {
  #about > div {
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 -10px;
  }
}
#about > div a {
  background: #fff9db;
  border-radius: 10px;
  display: block;
  margin: 0 4px 8px;
  padding: 16px 0;
  width: calc(50% - 8px);
}
@media (min-width: 480px) {
  #about > div a {
    margin: 0 10px 20px;
    width: calc(50% - 20px);
  }
}
@media (min-width: 768px) {
  #about > div a {
    margin: 0 8px;
    padding: 32px 0;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  #about > div a {
    margin: 0 10px;
  }
}
#about > div a:hover img {
  transform: scale(1.1);
}
#about > div a img {
  margin: 0 auto 5px;
  max-width: 80px;
  transition: all 0.3s;
  width: 80%;
}
@media (min-width: 768px) {
  #about > div a img {
    margin: 0 auto 28px;
    max-width: 160px;
    width: 60%;
  }
}
@media (min-width: 1024px) {
  #about > div a img {
    margin: 0 auto 36px;
  }
}
#about > div a h3 {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  text-align: center;
}
@media (min-width: 768px) {
  #about > div a h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1280px) {
  #about > div a h3 {
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 43px;
  }
}
#active {
  padding: 30px 0;
  position: relative;
  width: 100%;
}
#active.has-bg-wave {
  background: bottom/contain no-repeat
    url(../images/wave/double_yellow_with_green_triangle.svg);
  padding: 30px 0 100px;
}
@media (min-width: 640px) {
  #active {
    padding: 60px 0;
  }
  #active.has-bg-wave {
    padding: 60px 0 130px;
  }
}
@media (min-width: 768px) {
  #active {
    padding: 90px 0;
  }
  #active.has-bg-wave {
    padding: 90px 0 150px;
  }
}
@media (min-width: 1024px) {
  #active {
    padding: 90px 0;
  }
  #active.has-bg-wave {
    padding: 90px 0 180px;
  }
}
#active:before {
  color: #efdd00;
  content: "LETEST EVENTS";
  font-size: 32px;
  font-weight: 900;
  line-height: 1em;
  opacity: 0.2;
  position: absolute;
  right: 0;
  text-align: right;
  top: 60px;
}
@media (min-width: 768px) {
  #active:before {
    font-size: 100px;
    top: 110px;
  }
}
#active > div:first-child {
  align-items: center;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
#active .cards {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  padding: 16px;
}
@media (max-width: 767px) {
  #active .cards {
    width: 100vw !important;
  }
}
@media (min-width: 480px) {
  #active .cards {
    gap: 20px;
  }
}
@media (min-width: 768px) {
  #active .cards {
    overflow: unset;
    padding: 30px 0;
  }
}
#active .cards::-webkit-scrollbar {
  background-color: #f5f5f5;
  height: 6px;
}
#active .cards::-webkit-scrollbar-thumb {
  background: #ff8550;
  border-radius: 10px;
}
#active .cards .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px #0000001a;
  min-width: 70%;
  overflow: hidden;
}
@media (min-width: 480px) {
  #active .cards .card {
    min-width: 40%;
    width: 40%;
  }
}
@media (min-width: 768px) {
  #active .cards .card {
    min-width: auto;
    width: 33.333333%;
  }
  #active .cards .card:nth-child(2) {
    transform: translateY(30px);
  }
}
#active .cards .card:hover img {
  transform: scale(1.05);
}
#active .cards .card .image {
  position: relative;
}
#active .cards .card .image img {
  height: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  transform-origin: bottom;
  transition: all 0.3s;
  width: 100%;
}
#active .cards .card .text {
  padding: 10px;
}
@media (min-width: 768px) {
  #active .cards .card .text {
    padding: 16px 20px;
  }
}
#active .cards .card .text h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 28px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #active .cards .card .text h3 {
    font-size: 20px;
    letter-spacing: 2px;
  }
}
@media (min-width: 1024px) {
  #active .cards .card .text h3 {
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 43px;
  }
}
#active .cards .card .text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #797979;
  display: -webkit-box;
  font-size: 16px;
  line-height: 28px;
  margin: 0 0 8px;
  overflow: hidden;
}
@media (min-width: 768px) {
  #active .cards .card .text p {
    -webkit-line-clamp: 2;
    font-size: 18px;
  }
}
#active .cards .card .text time {
  color: #797979;
  font-size: 14px;
}
@media (min-width: 768px) {
  #active .cards .card .text time {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  #active .cards .card .text time {
    font-size: 18px;
  }
}
.video-top-wave {
  margin-top: 20px;
  width: 100%;
}
#video {
  background: #ffe87d;
  margin-bottom: 0;
  overflow: hidden;
  padding: 20px 0 30px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  #video {
    padding: 20px 0 60px;
  }
}
#video.has-surplus {
  margin-bottom: -200px;
  padding: 20px 0 250px;
}
#video h2 {
  margin: 0 0 10px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  #video h2 {
    margin: 0 0 20px;
  }
}
#video h2:after {
  color: #fff4;
  content: "VIDEOS";
  font-size: 32px;
  font-weight: 900;
  line-height: 1em;
  position: absolute;
  right: 0;
  top: 18px;
}
@media (min-width: 768px) {
  #video h2:after {
    font-size: 100px;
    top: 20px;
  }
}
#video .video-list {
  white-space: nowrap;
}
#video .video-list a {
  cursor: pointer;
  display: inline-block;
  height: 63.75vw;
  max-height: 465px;
  max-width: 620px;
  padding: 0 10px;
  position: relative;
  width: 85vw;
}
@media (min-width: 480px) {
  #video .video-list a {
    height: 45vw;
    width: 60vw;
  }
}
@media (min-width: 768px) {
  #video .video-list a {
    padding: 0 20px;
  }
}
#video .video-list a img {
  background: #fff9db;
  border-radius: 10px;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s;
  width: 100%;
}
#video .video-list a:before {
  content: url(../images/icon/video_play.svg);
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.3);
  transition: 0.3s cubic-bezier(0.19, 0.76, 0.63, 1.41);
  z-index: 1;
}
@media (min-width: 768px) {
  #video .video-list a:before {
    transform: translate(-50%, -50%) scale(0.5);
  }
}
#video .video-list a:after {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  bottom: 12%;
  content: "";
  height: 10%;
  left: 50%;
  position: absolute;
  transform: translate(-50%);
  transition: 0.3s;
  width: calc(95% - 38px);
  z-index: -1;
}
#video .video-list:hover a:hover img {
  transform: scale(1.05);
}
#video .video-list:hover a:hover:before {
  opacity: 1;
  transform: translate(-50%, -50%) scale(0.5);
}
@media (min-width: 768px) {
  #video .video-list:hover a:hover:before {
    transform: translate(-50%, -50%) scale(0.8);
  }
}
#video .video-list:hover a:hover:after {
  bottom: -7%;
}
#video .video-list:hover a:not(:hover) img {
  transform: scale(0.95);
}
#surplus {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #0000001a;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  #surplus {
    padding: 24px;
  }
  #surplus > div {
    display: flex;
  }
}
@media (min-width: 1024px) {
  #surplus {
    max-width: 1300px !important;
    width: 90vw !important;
  }
}
#surplus h2 {
  border-bottom: 1px solid #dadada;
  padding: 12px 0 10px;
  text-align: center;
}
@media (min-width: 768px) {
  #surplus h2 {
    padding: 0 0 18px;
  }
}
#surplus .surplus-main {
  padding: 20px 16px;
}
@media (min-width: 768px) {
  #surplus .surplus-main {
    padding: 20px 0 0;
    text-align: center;
  }
}
@media (min-width: 1024px) {
  #surplus .surplus-main {
    padding: 30px 20px 16px 0;
  }
}
#surplus .surplus-main .full-count {
  align-items: center;
  display: flex;
  margin: 0 0 20px;
  padding: 0 10px 10px;
}
@media (min-width: 768px) {
  #surplus .surplus-main .full-count {
    flex-direction: column;
    margin: 0 20px 20px 0;
    padding: 0;
    width: 40%;
  }
}
#surplus .surplus-main .full-count img {
  margin-right: 20px;
  max-width: calc(100% - 170px);
  width: 30%;
}
@media (min-width: 768px) {
  #surplus .surplus-main .full-count img {
    margin-right: 0;
    max-width: 275px;
    width: 60%;
  }
}
#surplus .surplus-main .full-count p {
  flex-grow: 1;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  min-width: 170px;
  width: 50%;
}
@media (min-width: 768px) {
  #surplus .surplus-main .full-count p {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 20px;
    min-width: 210px;
    width: 100%;
  }
}
#surplus .surplus-main .full-count p b {
  color: #ff8550;
  font-size: 28px;
}
@media (min-width: 768px) {
  #surplus .surplus-main .full-count p b {
    background: linear-gradient(180deg, #ffdc84, #ff8550);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    font-size: 42px;
    line-height: 58px;
    padding: 0 10px;
  }
}
@media (min-width: 1024px) {
  #surplus .surplus-main .full-count p b {
    font-size: 74px;
    line-height: 78px;
    padding: 0 10px;
  }
}
#surplus .surplus-main .month-count {
  background: #ffeb85;
  border-radius: 10px;
  padding: 10px 6px;
  position: relative;
}
@media (min-width: 768px) {
  #surplus .surplus-main .month-count {
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    padding: 20px 20px 20px 0;
    width: 60%;
  }
  #surplus .surplus-main .month-count:after {
    background: #ff8550;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 50%;
    width: calc(100% - 20px);
  }
}
#surplus .surplus-main .month-count:before {
  border-bottom: 21px solid #ffeb85;
  border-left: 22px solid transparent;
  border-right: 22px solid transparent;
  content: "";
  left: 50%;
  position: absolute;
  top: 0;
  transform: translate(-50%, -21px);
}
@media (min-width: 768px) {
  #surplus .surplus-main .month-count:before {
    border: 22px solid transparent;
    border-left: none;
    border-right: 21px solid #ffeb85;
    left: 0;
    top: 50%;
    transform: translate(-21px, -50%);
  }
}
#surplus .surplus-main .month-count > div {
  align-items: center;
  display: flex;
  padding: 10px;
}
@media (min-width: 768px) {
  #surplus .surplus-main .month-count > div {
    height: 50%;
    justify-content: space-around;
    width: 52%;
  }
  #surplus .surplus-main .month-count > div:first-child,
  #surplus .surplus-main .month-count > div:nth-child(2) {
    padding: 0 10px 20px 16px;
  }
  #surplus .surplus-main .month-count > div:nth-child(3),
  #surplus .surplus-main .month-count > div:nth-child(4) {
    padding: 20px 10px 0 16px;
  }
  #surplus .surplus-main .month-count > div:first-child,
  #surplus .surplus-main .month-count > div:nth-child(3) {
    border-right: 1px solid #ff8550;
    width: 48%;
  }
}
@media (min-width: 1024px) {
  #surplus .surplus-main .month-count > div:first-child,
  #surplus .surplus-main .month-count > div:nth-child(2) {
    padding: 0 19px 20px 34px;
  }
  #surplus .surplus-main .month-count > div:nth-child(3),
  #surplus .surplus-main .month-count > div:nth-child(4) {
    padding: 20px 19px 0 34px;
  }
}
#surplus .surplus-main .month-count > div > img {
  background: radial-gradient(#fff 70%, transparent 71%);
  margin-right: 16px;
  padding: 9px;
}
@media (min-width: 768px) {
  #surplus .surplus-main .month-count > div > img {
    margin-right: 5px;
    width: 80px;
  }
}
@media (min-width: 1024px) {
  #surplus .surplus-main .month-count > div > img {
    margin: 0;
    padding: 12px;
    width: 100px;
  }
}
#surplus .surplus-main .month-count > div p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 768px) {
  #surplus .surplus-main .month-count > div p {
    margin-left: 8px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  #surplus .surplus-main .month-count > div p {
    font-size: 20px;
  }
}
#surplus .surplus-main .month-count > div p b {
  font-size: 28px;
  padding: 0 2px;
}
@media (min-width: 768px) {
  #surplus .surplus-main .month-count > div p b {
    color: #ff8550;
  }
}
#surplus .surplus-main .month-count > div p span {
  vertical-align: sub;
}
#surplus .surplus-main .month-count > div p span img {
  cursor: pointer;
  width: 22px;
}
#surplus
  .surplus-main
  .month-count
  > div
  p
  span
  img:hover
  + .government-tip {
  display: block;
}
#surplus .surplus-main .month-count > div .government-tip {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 8px #0000001a;
  display: none;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 10px 14px;
  position: absolute;
  right: -24px;
  text-align: left;
  top: 32px;
  width: 268px;
  z-index: 1;
}
@media (min-width: 768px) {
  #surplus .surplus-main .month-count > div .government-tip {
    width: 487px;
  }
}
@media (min-width: 1024px) {
  #surplus .surplus-main .month-count > div .government-tip {
    font-size: 20px;
    width: 595px;
  }
}
#surplus
  .surplus-main
  .month-count
  > div
  .government-tip:before {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  content: "";
  position: absolute;
  right: 25px;
  top: 0;
  transform: translateY(-10px);
}
#story {
  padding: 30px 0 60px;
}
@media (min-width: 768px) {
  #story {
    padding: 60px 0 80px;
  }
}
#story > div:first-child {
  text-align: center;
}
@media (min-width: 768px) {
  #story > div:first-child {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
#story > div:first-child .map-point-tip {
  align-items: center;
  display: flex;
  justify-content: center;
  padding: 16px 0 0;
  position: relative;
}
@media (min-width: 768px) {
  #story > div:first-child .map-point-tip {
    margin: 0;
    padding: 0;
  }
}
#story > div:first-child .map-point-tip p {
  padding: 0 10px;
}
#story > div:first-child .map-point-tip p:first-of-type {
  border-right: 1px solid #dadada;
}
@media (min-width: 768px) {
  #story > div:first-child .map-point-tip p:first-of-type {
    border-right: none;
  }
}
#story > div:first-child .map-point-tip img {
  margin: 0 0 0 10px;
  width: 22px;
}
#story .story-tag {
  background: rgba(239, 221, 0, 0.15);
  border-radius: 10px;
  margin: 20px auto 5px;
  padding: 10px 16px 20px;
}
@media (min-width: 768px) {
  #story .story-tag {
    align-items: center;
    display: flex;
    margin: 20px auto 40px;
    padding: 18px 0;
  }
}
#story .story-tag p {
  padding: 2px 0 8px;
  text-align: center;
}
@media (min-width: 768px) {
  #story .story-tag p {
    font-size: 18px;
    min-width: 175px;
    padding: 10px 12px 10px 30px;
    text-align: left;
  }
  #story .stories {
    align-items: center;
    display: flex;
    margin: auto;
  }
}
@media (min-width: 1024px) {
  #story .stories {
    margin-right: -32px;
  }
}
#story .stories .taiwan-map {
  margin: auto;
  width: 90%;
}
@media (min-width: 768px) {
  #story .stories .taiwan-map {
    margin-right: 20px;
    width: 35%;
  }
}
#story .stories .story-cards {
  margin: auto;
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 768px) {
  #story .stories .story-cards {
    margin: 0;
    width: 65%;
  }
}
#story .stories .story-cards .el-carousel__container {
  height: calc(55.17241vw + 162.34483px);
}
@media (min-width: 768px) {
  #story .stories .story-cards .el-carousel__container {
    height: calc(32.27586vw + 162.82759px);
  }
}
@media (min-width: 1024px) {
  #story .stories .story-cards .el-carousel__container {
    height: calc(26.89655vw + 180.48276px);
    max-height: 610.8275862069px;
  }
}
#story
  .stories
  .story-cards
  .el-carousel__container
  .el-carousel__arrow {
  background: transparent;
  color: #797979;
  filter: drop-shadow(0 1px 0 #797979);
  font-size: 20px;
}
#story
  .stories
  .story-cards
  .el-carousel__container
  .el-carousel__arrow.el-carousel__arrow--left {
  left: -12px;
}
#story
  .stories
  .story-cards
  .el-carousel__container
  .el-carousel__arrow.el-carousel__arrow--right {
  right: -12px;
}
#story .stories .story-cards .el-carousel__indicators {
  display: flex;
  justify-content: center;
}
#story
  .stories
  .story-cards
  .el-carousel__indicators
  .el-carousel__indicator {
  max-width: 38px;
  width: 100%;
}
#story
  .stories
  .story-cards
  .el-carousel__indicators
  .el-carousel__indicator
  .el-carousel__button {
  background: #dadada;
  border-radius: 3px;
  height: 4px;
  opacity: 1;
  width: 100%;
}
#story
  .stories
  .story-cards
  .el-carousel__indicators
  .el-carousel__indicator.is-active
  .el-carousel__button {
  background: #ff8550;
}
#story .stories .story-cards .cards {
  width: 100%;
}
#story .stories .story-cards .cards .card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 8px #0000001a;
  height: calc(100% - 30px);
  margin: 20px auto;
  overflow: hidden;
  position: relative;
  width: calc(100% - 32px);
}
@media (min-width: 768px) {
  #story .stories .story-cards .cards .card {
    width: calc(100% - 48px);
  }
}
#story .stories .story-cards .cards .card > img {
  height: calc(100% - 170px);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
#story .stories .story-cards .cards .card .text {
  padding: 24px 24px 0;
}
#story .stories .story-cards .cards .card .text h3 {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  overflow: hidden;
}
#story .stories .story-cards .cards .card .text p {
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #797979;
  display: -webkit-box;
  overflow: hidden;
}
#story .stories .story-cards .cards .card .more-btn {
  bottom: 0;
  margin: 0 16px 14px 0;
  position: absolute;
  right: 0;
}
