@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;
  }
}
.input-select-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .input-select-container {
    align-items: flex-end;
    flex-direction: row;
    gap: 12px;
  }
}
.input-select-container .search-area-form {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  width: 100%;
}
@media (min-width: 768px) {
  .input-select-container .search-area-form {
    flex-wrap: nowrap;
  }
}
.input-select-container .search-area-form .el-form-item {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  gap: 8px;
  margin-bottom: 0;
  width: calc(50% - 6px);
}
@media (min-width: 768px) {
  .input-select-container .search-area-form .el-form-item {
    max-width: 200px;
  }
}
.input-select-container
  .search-area-form
  .el-form-item.form-address {
  max-width: unset;
}
.input-select-container
  .search-area-form
  .el-form-item
  .el-form-item__label {
  align-items: center;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 700;
  justify-content: flex-start;
  letter-spacing: 2px;
  line-height: 28px;
  width: -moz-max-content;
  width: max-content;
}
.input-select-container
  .search-area-form
  .el-form-item
  .el-form-item__content {
  align-items: flex-end;
  width: 100%;
}
.input-select-container .search-area-btn-container {
  min-width: -moz-max-content;
  min-width: max-content;
  width: -moz-max-content;
  width: max-content;
}
.sale-location-root {
  display: flex;
  flex-direction: column;
  padding-bottom: 44px;
  width: 100%;
}
@media (min-width: 768px) {
  .sale-location-root {
    padding-bottom: 81px;
  }
}
.sale-location-root .result {
  background-color: #fff9db;
  display: flex;
  justify-content: center;
  padding: 0 16px;
}
.sale-location-root .result .result-container {
  display: flex;
  flex-direction: column;
  max-width: 1160px;
  width: 100%;
}
.sale-location-root .result .result-container .search-result {
  margin-top: 20px;
}
.sale-location-root
  .result
  .result-container
  .search-result
  .search-result-title {
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 28px;
  font-weight: 700;
  justify-content: space-between;
  line-height: 32px;
}
@media (min-width: 768px) {
  .sale-location-root
    .result
    .result-container
    .search-result
    .search-result-title {
    flex-direction: row;
    line-height: 43px;
  }
}
.sale-location-root
  .result
  .result-container
  .search-result
  .search-result-title
  .location-icon-container {
  align-items: center;
  display: flex;
  flex-direction: row;
  font-size: 16px;
  line-height: 28px;
  margin-right: 20px;
  min-height: 20px;
}
@media (min-width: 768px) {
  .sale-location-root
    .result
    .result-container
    .search-result
    .search-result-title
    .location-icon-container {
    font-size: 18px;
    height: 36px;
    line-height: 32px;
    margin-right: 0;
    margin-top: 0;
  }
}
.sale-location-root
  .result
  .result-container
  .search-result
  .search-result-title
  .location-icon-container
  div {
  align-items: center;
  display: flex;
  margin-left: 8px;
}
.sale-location-root
  .result
  .result-container
  .search-result
  .search-result-title
  .location-icon-container
  img {
  height: 20px;
}
@media (min-width: 768px) {
  .sale-location-root
    .result
    .result-container
    .search-result
    .search-result-title
    .location-icon-container
    img {
    height: 36px;
  }
}
.sale-location-root
  .result
  .result-container
  .search-result
  .search-result-title
  .location-icon-container.other {
  margin-left: 20px;
  margin-right: 0;
}
@media (min-width: 768px) {
  .sale-location-root
    .result
    .result-container
    .search-result
    .search-result-title
    .location-icon-container.other {
    margin-left: 28px;
  }
}
.sale-location-root
  .result
  .result-container
  .search-result
  .search-result-title
  .line {
  background-color: #dadada;
  height: 20px;
  width: 1px;
}
@media (min-width: 768px) {
  .sale-location-root
    .result
    .result-container
    .search-result
    .search-result-title
    .line {
    display: none;
  }
}
.sale-location-root
  .result
  .result-container
  .search-result
  .business-hours {
  display: flex;
  font-size: 14px;
  line-height: 24px;
  margin-top: 24px;
}
.sale-location-root
  .result
  .result-container
  .search-result
  .business-hours
  .business-hours-title {
  font-weight: 700;
}
.sale-location-root
  .result
  .result-container
  .search-result
  #lotto-map {
  width: 705px;
}
.sale-location-root .result .info-window-root {
  display: flex;
  flex-direction: column;
  padding: 16px 8px;
}
.sale-location-root .result .info-window-root .bank-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .sale-location-root .result .info-window-root .bank-name {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
  }
}
.sale-location-root .result .info-window-root .line {
  background-color: #dadada;
  height: 1px;
  margin-bottom: 9px;
  margin-top: 9px;
  width: 100%;
}
.sale-location-root .result .info-window-root .address {
  color: #797979;
  display: flex;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .sale-location-root .result .info-window-root .address {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
  }
}
.sale-location-root .result .info-window-root .address .icon {
  background-image: url(../images/icon/location_gray.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 32px;
  width: 32px;
}
.sale-location-root .result .info-window-root .phone {
  color: #797979;
  display: flex;
  font-size: 18px;
  letter-spacing: 2px;
  line-height: 32px;
  margin-top: 7px;
}
.sale-location-root .result .info-window-root .phone .icon {
  background-image: url(../images/icon/gray-phone.svg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 32px;
  width: 32px;
}
.sale-location-root .result-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 16px;
}
.sale-location-root .result-text .title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .sale-location-root .result-text .title {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 28px;
  }
}
.sale-location-root .result-text .address {
  color: #797979;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .sale-location-root .result-text .address {
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 32px;
  }
}
.sale-location-root .result-text .phone {
  color: #797979;
  font-size: 20px;
  line-height: 24px;
}
.sale-location-root .nav-btn {
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 4px;
  min-width: 76px;
}
