@font-face {
  font-family: 'Copperplate Gothic Bold';
  src: url("../fonts/Copperplate Gothic Bold"); }
* {
  font-family: 'Copperplate Gothic Bold', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; }

html, body {
  background-image: radial-gradient(53% 46%, #5F0708 46%, #2D0502 100%);
  background-repeat: no-repeat;
  background-position: center 50vw;
  background-color: #2D0502;
  display: flex;
  height: 100%;
  width: 100%; }

.divider {
  width: 100%;
  height: 2px;
  background-color: white;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.back-btn {
  position: absolute;
  top: 8px;
  left: 8px; }
  .back-btn a {
    width: 40px;
    height: 40px;
    padding: 8px; }

.content-block-v1 {
  position: relative;
  background-color: #68196B;
  width: 100%;
  padding: 20px;
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
  color: white;
  text-align: center;
  font-size: 12px;
  font-weight: bold; }
  .content-block-v1:before {
    content: "";
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 6px;
    right: 6px;
    border-radius: 4px;
    border: 2px solid #DC4F96;
    z-index: 2; }

.prize-divider, .luckyDraw_divider {
  width: 110%;
  height: 2px;
  background-color: white;
  position: relative;
  left: 50%;
  transform: translateX(-50%); }

.content-block-v1 ol {
  padding-left: 16px; }
  .content-block-v1 ol li {
    margin-bottom: 10px;
    font-size: 12px; }

.prize_title_tc, .prize_title_en {
  font-size: 14px;
  font-weight: bold; }

.rule_title_tc, .rule_title_en {
  font-size: 16px;
  font-weight: bold; }

.btn-group-route > img {
  margin-bottom: 16px; }

.prize_name_tc {
  font-size: 14px; }

.prize_name_en {
  text-transform: uppercase; }

.ticket_count_container h1 {
  margin-bottom: 0;
  white-space: nowrap; }

/*# sourceMappingURL=main.css.map */
