@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;
  }
}
.lastest-result-numbers-container {
  background: linear-gradient(
    176deg,
    #cd006c -101%,
    #f36666 -56%,
    #f08c8c -41%,
    #f35757 23%,
    #d90505 98%
  );
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container {
    border-radius: 20px;
    padding: 10px;
  }
}
@media (min-width: 1024px) {
  .lastest-result-numbers-container {
    background: linear-gradient(180deg, #cd0000 -55%, #ff9d9d 11%, #d90505 99%);
    flex-direction: row;
  }
}
.lastest-result-numbers-container .logo {
  -o-border-image: url(../images/bg/yellow_light_mobile.png) 12 space;
  border-image: url(../images/bg/yellow_light_mobile.png) 12 space;
  border-inline: 12px solid transparent;
  margin: 4px 6px;
  padding: 3px;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container .logo {
    -o-border-image: url(../images/bg/yellow_light_BINGO.png) 32 space;
    border-image: url(../images/bg/yellow_light_BINGO.png) 32 space;
    border-inline: 32px solid transparent;
  }
}
@media (min-width: 1024px) {
  .lastest-result-numbers-container .logo {
    border-block: 32px solid transparent;
    -o-border-image: url(../images/bg/yellow_light_BINGO.png) 32 space;
    border-image: url(../images/bg/yellow_light_BINGO.png) 32 space;
    border-inline: none;
    width: 25%;
  }
}
.lastest-result-numbers-container .logo img {
  margin: auto;
  width: 100px;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container .logo img {
    width: 205px;
  }
}
@media (min-width: 1024px) {
  .lastest-result-numbers-container .logo img {
    height: 100%;
    width: 100%;
  }
}
.lastest-result-numbers-container .result {
  background-color: #fff;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 7px 10px 10px;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container .result {
    flex-direction: row;
    margin: 0;
    width: 100%;
  }
}
.lastest-result-numbers-container .result .period-date {
  grid-gap: 24px;
  border-bottom: 1px solid #dadada;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  padding: 10px;
}
@media (min-width: 1024px) {
  .lastest-result-numbers-container .result .period-date {
    border-bottom: none;
    border-right: 1px solid #dadada;
    padding: 28px 32px;
  }
}
.lastest-result-numbers-container
  .result
  .period-date
  .period-date-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container
    .result
    .period-date
    .period-date-item {
    flex-direction: column;
  }
}
.lastest-result-numbers-container
  .result
  .period-date
  .period-date-item
  .title {
  color: #797979;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 32px;
  width: 50%;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container
    .result
    .period-date
    .period-date-item
    .title {
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
  }
}
.lastest-result-numbers-container
  .result
  .period-date
  .period-date-item
  .content {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 32px;
  width: 50%;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container
    .result
    .period-date
    .period-date-item
    .content {
    font-size: 18px;
    letter-spacing: 2px;
    width: 100%;
  }
}
.lastest-result-numbers-container .result .winner-number {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 14px 18px;
}
@media (min-width: 1024px) {
  .lastest-result-numbers-container .result .winner-number {
    padding: 28px 32px;
  }
}
.lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-title {
  display: none;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 32px;
  margin-bottom: 13px;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container
    .result
    .winner-number
    .winner-number-title {
    display: flex;
  }
}
.lastest-result-numbers-container
  .result
  .winner-number
  .switch-container {
  display: flex;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container
    .result
    .winner-number
    .switch-container {
    display: none;
  }
}
.lastest-result-numbers-container
  .result
  .winner-number
  .switch-container
  .switch-btn {
  border: 1px solid #dadada;
  border-radius: 4px 0 0 4px;
  border-right: none;
  padding: 5px 10px;
}
.lastest-result-numbers-container
  .result
  .winner-number
  .switch-container
  .switch-btn:checked {
  background-color: initial;
}
.lastest-result-numbers-container
  .result
  .winner-number
  .switch-container
  .switch-btn:last-child {
  border-left: none;
  border-radius: 0 4px 4px 0;
  border-right: 1px solid #dadada;
}
.lastest-result-numbers-container
  .result
  .winner-number
  .switch-container
  .switch-btn.checked {
  background-image: linear-gradient(180deg, #fff59b 0, #efdd00 77%);
  border: none;
}
.lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-item {
  display: none;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .lastest-result-numbers-container
    .result
    .winner-number
    .winner-number-item {
    display: flex;
  }
}
.lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-item:last-child {
  margin-bottom: 0;
}
.lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-item
  .title {
  color: #797979;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 10px;
}
.lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-item
  .ball-container {
  align-items: flex-end;
  display: flex;
}
.lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-item
  .ball-container
  .ball {
  align-items: center;
  display: flex;
  height: 34px;
  justify-content: center;
  margin-right: 12px;
  width: 34px;
}
.lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-item
  .ball-container
  .ball:last-child {
  margin: 0;
}
@media (min-width: 480px) {
  .lastest-result-numbers-container
    .result
    .winner-number
    .winner-number-item
    .ball-container
    .ball {
    height: 48px;
    width: 48px;
  }
}
.lastest-result-numbers-container
  .result
  .winner-number
  .small-viewport-winner-numbers {
  grid-column-gap: 7px;
  grid-row-gap: 24px;
  align-items: flex-end;
  display: grid;
  grid-template-columns: repeat(auto-fit, 34px);
  justify-content: space-between;
  margin-top: 12px;
  width: 100%;
}
@media (min-width: 480px) {
  .lastest-result-numbers-container
    .result
    .winner-number
    .small-viewport-winner-numbers {
    grid-column-gap: 12px;
    grid-row-gap: 24px;
    grid-template-columns: repeat(auto-fit, 48px);
  }
}
@media (min-width: 768px) {
  .lastest-result-numbers-container
    .result
    .winner-number
    .small-viewport-winner-numbers {
    display: none;
  }
}
.lastest-result-numbers-container
  .result
  .winner-number
  .small-viewport-winner-numbers
  .ball {
  align-items: center;
  display: flex;
  height: 34px;
  justify-content: center;
  width: 34px;
}
@media (min-width: 480px) {
  .lastest-result-numbers-container
    .result
    .winner-number
    .small-viewport-winner-numbers
    .ball {
    height: 48px;
    width: 48px;
  }
}
.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;
  }
}
.lotto-last-result-root {
  height: 100%;
  position: relative;
}
.lotto-last-result-root .game-select-bar {
  background-color: #fff;
  display: flex;
  justify-content: center;
  overflow-y: auto;
  position: sticky;
  scroll-behavior: auto;
  top: 63px;
  z-index: 10;
}
.lotto-last-result-root .game-select-bar.aside-shadow {
  box-shadow: inset 15px 0 15px -15px #2e2e2e80,
    inset -15px 0 15px -15px #2e2e2e80;
  justify-content: normal;
}
.lotto-last-result-root .game-select-bar.left-shadow {
  box-shadow: inset 15px 0 15px -15px #2e2e2e80;
  justify-content: normal;
}
.lotto-last-result-root .game-select-bar.right-shadow {
  box-shadow: inset -15px 0 15px -15px #2e2e2e80;
  justify-content: normal;
}
.lotto-last-result-root .game-select-bar::-webkit-scrollbar {
  height: 0;
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container {
  align-items: center;
  display: none;
  height: 52px;
  justify-content: center;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
@media (min-width: 1024px) {
  .lotto-last-result-root
    .game-select-bar
    .select-item-container {
    display: flex;
    height: 64px;
  }
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container.jackpot-shop-nav {
  font-size: 20px;
  font-weight: 700;
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container
  .select-item {
  align-items: center;
  cursor: pointer;
  display: flex;
  height: 100%;
  justify-content: center;
  min-width: 150px;
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container
  .select-item.reading
  .border-container {
  border-bottom: 4px solid #007979;
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container
  .select-item
  .select-item-image {
  height: 47px;
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container
  .select-item
  .select-item-image:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container
  .select-item-text {
  height: 47px;
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container
  .select-item-text:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.lotto-last-result-root
  .game-select-bar
  .select-item-container.small-viewport {
  display: flex;
}
@media (min-width: 1024px) {
  .lotto-last-result-root
    .game-select-bar
    .select-item-container.small-viewport {
    display: none;
  }
}
.lotto-last-result-root .search-notice {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-weight: 700;
  justify-content: center;
  margin: 24px 12px 0;
}
.lotto-last-result-root .search-notice .history-search-link {
  color: #00f;
  text-decoration: underline;
}
.lotto-last-result-root .sys-wrong {
  align-items: center;
  background-color: red;
  color: #fff;
  display: flex;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  letter-spacing: 1px;
  line-height: 28px;
  min-height: 40px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  .lotto-last-result-root .sys-wrong {
    font-size: 28px;
    letter-spacing: 3px;
    line-height: 43px;
    min-height: 72px;
  }
}
.lotto-last-result-root .lastest-result-container {
  align-items: center;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  display: none;
  flex-direction: column;
  padding: 0 16px;
  position: relative;
  width: 100%;
}
.lotto-last-result-root .lastest-result-container.reading {
  display: flex;
}
@media (min-width: 1024px) {
  .lotto-last-result-root .lastest-result-container {
    display: flex;
    padding: 0;
  }
}
.lotto-last-result-root .lastest-result-container h2 {
  align-items: center;
  display: flex;
  letter-spacing: 2px;
  line-height: 32px;
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
}
@media (min-width: 768px) {
  .lotto-last-result-root .lastest-result-container h2 {
    height: 64px;
    letter-spacing: 7px;
    line-height: 52px;
    margin: 0 auto 40px;
  }
  .lotto-last-result-root .lastest-result-container h2:before {
    color: #ff8550;
    content: "0" counter(h2);
    counter-increment: h2;
    display: none;
    font-size: 28px;
    left: 50%;
    letter-spacing: 0.4px;
    position: absolute;
    top: 0;
    transform: translate(calc(-50vw + 50% + 64px));
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .lotto-last-result-root .lastest-result-container h2:before {
    display: flex;
  }
}
@media (min-width: 768px) {
  .lotto-last-result-root .lastest-result-container h2:after {
    background-color: #ff8550;
    content: "";
    display: none;
    height: 1px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50vw, 50%);
    width: 60px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .lotto-last-result-root .lastest-result-container h2:after {
    display: flex;
  }
}
.lotto-last-result-root
  .lastest-result-container
  h2
  .error-icon {
  width: 64px;
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content {
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  width: 100%;
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding: 28px 16px;
  width: 100%;
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item:nth-child(2) {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .lotto-last-result-root
    .lastest-result-container
    .lastest-result-container-content
    .lastest-result-container-content-item:nth-child(2) {
    padding-top: 32px;
  }
  .lotto-last-result-root
    .lastest-result-container
    .lastest-result-container-content
    .lastest-result-container-content-item {
    border-bottom: 1px solid #dadada;
    padding: 32px 36px;
  }
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item:last-child {
  border-bottom: none;
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item
  h3 {
  margin-bottom: 20px;
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item
  .prize-container {
  grid-gap: 15px;
  display: grid;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
  max-width: 725px;
  width: 100%;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container
    .lastest-result-container-content
    .lastest-result-container-content-item
    .prize-container {
    grid-template-columns: 1fr 1fr;
  }
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item
  .prize-container
  .prize-item {
  align-items: center;
  background-color: #fff9db;
  border-radius: 6px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 12px 10px;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container
    .lastest-result-container-content
    .lastest-result-container-content-item
    .prize-container
    .prize-item {
    flex-direction: column;
    padding: 20px;
  }
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item
  .prize-container
  .prize-item
  .prize-item-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 32px;
}
@media (min-width: 480px) {
  .lotto-last-result-root
    .lastest-result-container
    .lastest-result-container-content
    .lastest-result-container-content-item
    .prize-container
    .prize-item
    .prize-item-title {
    font-size: 18px;
  }
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item
  .prize-container
  .prize-item
  .prize-item-amount {
  color: #ff8550;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 480px) {
  .lotto-last-result-root
    .lastest-result-container
    .lastest-result-container-content
    .lastest-result-container-content-item
    .prize-container
    .prize-item
    .prize-item-amount {
    font-size: 28px;
  }
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item
  .sell-amount-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 1024px) {
  .lotto-last-result-root
    .lastest-result-container
    .lastest-result-container-content
    .lastest-result-container-content-item
    .sell-amount-container {
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
  }
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item
  .sell-amount-container
  .prize-container {
  grid-template-columns: 1fr;
  max-width: 355px;
}
.lotto-last-result-root
  .lastest-result-container
  .lastest-result-container-content
  .lastest-result-container-content-item
  .sell-amount-container
  .prize-container
  .prize-item {
  flex-direction: row;
  justify-content: space-between;
}
.lotto-last-result-root
  .lastest-result-container#super_lotto638 {
  margin-top: 20px;
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#super_lotto638 {
    background-image: url(../images/wave/double_yellow_with_green_triangle.svg);
    margin-top: 58px;
    padding-bottom: 171px;
  }
}
.lotto-last-result-root
  .lastest-result-container#super_lotto638
  .notice-area {
  background-color: transparent;
  background-image: none;
  padding-bottom: 0;
}
.lotto-last-result-root
  .lastest-result-container#super_lotto638
  .notice-area
  .notice-content {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#super_lotto638
    .notice-area
    .notice-content {
    margin-bottom: 52px;
  }
}
.lotto-last-result-root .lastest-result-container#lotto649 {
  background-color: transparent;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .lotto-last-result-root .lastest-result-container#lotto649 {
    background-color: #ffe87d;
  }
}
@media (min-width: 768px) {
  .lotto-last-result-root .lastest-result-container#lotto649 {
    padding-top: 40px;
  }
}
.lotto-last-result-root
  .lastest-result-container#lotto649
  .notice-area {
  background-color: transparent;
  background-image: none;
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#lotto649
    .notice-area {
    padding-bottom: 60px;
  }
}
.lotto-last-result-root
  .lastest-result-container#lotto649
  .notice-area
  .notice-content {
  margin-bottom: 0;
}
.lotto-last-result-root .lastest-result-container#daily_cash {
  background-color: transparent;
  background-image: url(../images/wave/welfare_feedback.svg);
  padding-bottom: 21px;
  padding-top: 20px;
}
@media (min-width: 1024px) {
  .lotto-last-result-root
    .lastest-result-container#daily_cash {
    background-color: #ffe87d;
  }
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#daily_cash {
    padding-bottom: 114px;
    padding-top: 40px;
  }
}
.lotto-last-result-root
  .lastest-result-container#daily_cash
  .notice-area {
  background-color: transparent;
  background-image: none;
  padding-bottom: 0;
}
.lotto-last-result-root
  .lastest-result-container#daily_cash
  .notice-area
  .notice-content {
  margin-bottom: 34spx;
}
.lotto-last-result-root .lastest-result-container#m539 {
  padding-top: 20px;
}
@media (min-width: 768px) {
  .lotto-last-result-root .lastest-result-container#m539 {
    padding-top: 40px;
  }
}
.lotto-last-result-root
  .lastest-result-container#m539
  .notice-area {
  background-color: transparent;
  background-image: none;
  padding-bottom: 44px;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#m539
    .notice-area {
    padding-bottom: 60px;
  }
}
.lotto-last-result-root
  .lastest-result-container#m539
  .notice-area
  .notice-content {
  margin-bottom: 0;
}
.lotto-last-result-root .lastest-result-container#m649 {
  padding-bottom: 44px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .lotto-last-result-root .lastest-result-container#m649 {
    background-image: url(../images/wave/double_yellow_with_green_triangle.svg);
    padding-bottom: 171px;
    padding-top: 40px;
  }
}
.lotto-last-result-root
  .lastest-result-container#m649
  .notice-area {
  background-color: transparent;
  background-image: none;
  padding-bottom: 0;
}
.lotto-last-result-root
  .lastest-result-container#m649
  .notice-area
  .notice-content {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#m649
    .notice-area
    .notice-content {
    margin-bottom: 60px;
  }
}
.lotto-last-result-root .lastest-result-container#lotto_3d,
.lotto-last-result-root .lastest-result-container#lotto_4d {
  background-color: transparent;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .lotto-last-result-root .lastest-result-container#lotto_3d,
  .lotto-last-result-root .lastest-result-container#lotto_4d {
    padding-top: 40px;
  }
}
@media (min-width: 1024px) {
  .lotto-last-result-root .lastest-result-container#lotto_3d,
  .lotto-last-result-root .lastest-result-container#lotto_4d {
    background-color: #ffe87d;
  }
}
.lotto-last-result-root
  .lastest-result-container#lotto_3d
  .lastest-result-numbers-container
  .result,
.lotto-last-result-root
  .lastest-result-container#lotto_4d
  .lastest-result-numbers-container
  .result {
  flex-direction: column;
}
.lotto-last-result-root
  .lastest-result-container#lotto_3d
  .lastest-result-numbers-container
  .result
  .period-date,
.lotto-last-result-root
  .lastest-result-container#lotto_4d
  .lastest-result-numbers-container
  .result
  .period-date {
  border-bottom: 1px solid #dadada;
  border-right: none;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#lotto_3d
    .lastest-result-numbers-container
    .result
    .period-date,
  .lotto-last-result-root
    .lastest-result-container#lotto_4d
    .lastest-result-numbers-container
    .result
    .period-date {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.lotto-last-result-root
  .lastest-result-container#lotto_3d
  .lastest-result-numbers-container
  .result
  .winner-number,
.lotto-last-result-root
  .lastest-result-container#lotto_4d
  .lastest-result-numbers-container
  .result
  .winner-number {
  align-items: flex-start;
  padding: 20px 12px;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#lotto_3d
    .lastest-result-numbers-container
    .result
    .winner-number,
  .lotto-last-result-root
    .lastest-result-container#lotto_4d
    .lastest-result-numbers-container
    .result
    .winner-number {
    padding: 33px;
  }
}
.lotto-last-result-root
  .lastest-result-container#lotto_3d
  .lastest-result-numbers-container
  .result
  .winner-number
  .small-viewport-winner-numbers,
.lotto-last-result-root
  .lastest-result-container#lotto_4d
  .lastest-result-numbers-container
  .result
  .winner-number
  .small-viewport-winner-numbers {
  margin-top: 0;
}
.lotto-last-result-root
  .lastest-result-container#lotto_3d
  .lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-title,
.lotto-last-result-root
  .lastest-result-container#lotto_4d
  .lastest-result-numbers-container
  .result
  .winner-number
  .winner-number-title {
  margin-bottom: 0;
}
.lotto-last-result-root
  .lastest-result-container#lotto_3d
  .notice-area,
.lotto-last-result-root
  .lastest-result-container#lotto_4d
  .notice-area {
  background-color: transparent;
  background-image: none;
  padding-bottom: 0;
}
.lotto-last-result-root
  .lastest-result-container#lotto_3d
  .notice-area
  .notice-content,
.lotto-last-result-root
  .lastest-result-container#lotto_4d
  .notice-area
  .notice-content {
  margin-bottom: 44px;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .lastest-result-container#lotto_3d
    .notice-area
    .notice-content,
  .lotto-last-result-root
    .lastest-result-container#lotto_4d
    .notice-area
    .notice-content {
    margin-bottom: 60px;
  }
}
.lotto-last-result-root .lastest-result-container#lotto_4d {
  background-image: url(../images/wave/welfare_feedback.svg);
  padding-bottom: 114px;
}
.lotto-last-result-root
  .lastest-result-container#lotto_4d
  .notice-content {
  margin-bottom: 14px !important;
}
.lotto-last-result-root #jackpot-shop {
  background-color: #fff9db;
  background-image: url(../images/bg/green_triangle_right.svg);
  background-position-x: 100%;
  background-size: auto;
  display: none;
  padding-bottom: 100px;
  padding-top: 40px;
}
@media (min-width: 1024px) {
  .lotto-last-result-root #jackpot-shop {
    display: flex;
    padding-top: 0;
  }
}
.lotto-last-result-root #jackpot-shop.reading {
  display: flex;
}
.lotto-last-result-root #jackpot-shop .jackpot-shop-table {
  background-color: #fff;
  max-width: 1160px;
}
.lotto-last-result-root
  #jackpot-shop
  .jackpot-shop-table
  tbody
  td
  .td-box {
  min-height: 52px;
}
.lotto-last-result-root .result-not-found-area {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-between;
  margin: 40px auto 0;
  max-width: 791px;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 768px) {
  .lotto-last-result-root .result-not-found-area {
    flex-direction: row;
    gap: 40px;
    margin: 80px auto 0;
  }
}
.lotto-last-result-root .result-not-found-area img {
  max-width: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}
.lotto-last-result-root
  .result-not-found-area
  .result-not-found-text-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 768px) {
  .lotto-last-result-root
    .result-not-found-area
    .result-not-found-text-area {
    text-align: left;
  }
}
.lotto-last-result-root
  .result-not-found-area
  .result-not-found-text-area
  .result-not-found-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 43px;
}
.lotto-last-result-root
  .result-not-found-area
  .result-not-found-text-area
  .result-not-found-text {
  color: #797979;
  font-size: 18px;
  line-height: 32px;
  margin-top: 8px;
}
