@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500;700;900&display=swap");
.divBorder {
  width: 90%;
  max-width: 1200px;
  height: 0px;
  border-bottom: 5px dashed;
  margin: 80px auto;
}

ol.list_Align {
  counter-reset: foo;
  display: table;
}
ol.list_Align li {
  counter-increment: foo;
  display: table-row;
}
ol.list_Align li::before {
  content: counter(foo) ".";
  padding-right: 10px;
  display: table-cell;
  text-align: right;
}
@keyframes LinkBlockSmall {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-100);
    -webkit-transform: translateX(-100%);
  }
}
.LinkBlockSmall {
  animation-name: LinkBlockSmall;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}
.LinkBlockSmall .Icon_triangle {
  transform: scaleY(1) !important;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
u,
em,
b,
i,
span,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-user-drag: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: text;
  user-select: text;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

input,
button,
select,
textarea,
fieldset,
a,
span,
i,
u,
em,
b,
ul,
dl,
dd,
dt {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
}

dl,
ul,
ol,
li {
  list-style: none;
}

a,
img {
  -webkit-touch-callout: none;
  image-rendering: -webkit-optimize-contrast;
  -webkit-user-drag: none;
}

u,
em,
i {
  font-style: normal;
}

.z-scroll {
  height: 100vh;
  overflow-y: scroll;
}

.z-hide {
  display: none;
}

.z-un-scroll {
  overflow: hidden;
}

.z-lock {
  cursor: not-allowed !important;
}

@font-face {
  font-family: "DelaGothicOne";
  src: url(../../GEOActivity/common/ttc/DelaGothicOne-Regular.ttf) format("truetype");
}
html {
  font-size: 1.2vw;
}

body {
  font-family: "Noto Sans TC", sans-serif;
  background: linear-gradient(to right, #ffd599 0%, #ffd599 100%);
}

.m-link {
  position: fixed;
  left: 0;
  bottom: 30%;
  background-color: #0090cf;
  z-index: 99;
  border: 0.4vw solid #000;
  border-left: none;
  border-top-right-radius: 2vw;
  border-bottom-right-radius: 2vw;
  font-size: min(1.3vw, 22px);
}
.m-link label {
  display: none;
}
.m-link .aList {
  overflow: hidden;
  background-color: #1f672a;
}
.m-link a:not(.href-ludo) {
  text-align: center;
  display: block;
  color: #fff;
  border-bottom: 2px dashed #000;
  padding: 0.4vw 0.5vw;
  font-weight: 600;
}
.m-link a:not(.href-ludo) small {
  display: block;
}
.m-link a:not(.href-ludo):nth-last-of-type(1) {
  border-bottom: none;
}
.m-link a:not(.href-ludo).active {
  border-top-right-radius: 1.9vw;
  background-color: #f5c143;
  color: #026dac;
}
.m-link .link-ludo {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #0080ca;
  width: calc(100% + 0.4vw);
  border-radius: 0 2vw 2vw 0;
  padding: 0.8vw 0.8vw 0.8vw 0.3vw;
  display: flex;
  flex-wrap: wrap;
  color: #fff;
  font-weight: 400;
  transform: translateY(110%);
  font-size: max(0.9vw, 16px);
  cursor: pointer;
}
.m-link .link-ludo.hide {
  display: none;
}
.m-link .link-ludo img {
  width: 70%;
  margin: 5px auto;
}
.m-link .link-ludo span {
  width: 100%;
  text-align: center;
  line-height: max(1.5vw, 14px);
}
.m-link .link-ludo span.txt_small {
  width: 100%;
  display: block;
}
.m-link .Icon_triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10.4px 6px;
  border-color: transparent transparent #eeff00 transparent;
  margin-left: 5px;
  transform: scaleY(-1);
}

.m-foot {
  background-color: #0090cf;
  color: #fff;
  text-align: center;
  font-size: 1.25vw;
  font-weight: 400;
  padding: 4vw;
}

.m-mask {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 111;
}

.gameAward_special {
  padding: 15px 15px 0px 15px;
  margin-bottom: 10px;
  font-weight: bold;
}
.gameAward_special .div_items {
  display: flex;
}
.gameAward_special .div_items:first-of-type {
  margin-bottom: 15px;
}
.gameAward_special .div_items:first-of-type .title {
  background: #22b173;
}
.gameAward_special .div_items .title {
  padding: 3px 10px;
  border-radius: 25px;
  display: block;
  width: -moz-max-content;
  width: max-content;
  margin-bottom: 5px;
  background: #ff6490;
  color: #fff9d5;
}
.gameAward_special .div_items .detail {
  padding: 0px 10px;
  display: block;
}
.gameAward_special .div_items .divPic {
  width: 25%;
  position: relative;
}
.gameAward_special .div_items .divPic img {
  position: absolute;
  width: 100%;
  display: block;
  bottom: 0;
}

.m-cnt-1 .div-u-tit {
  color: #000;
  font-size: 3rem;
  letter-spacing: 5px;
  font-family: "DelaGothicOne";
}

.gameInfo {
  background-color: #fadeb8;
  border: #000 0.4vw solid;
  border-radius: 20px;
  width: 90%;
  max-width: 1250px;
  margin: 0 auto;
  margin-bottom: 5%;
  list-style: none;
  padding-left: 0;
}

@media (min-width: 768px) {
  .m-top {
    position: relative;
  }
  .m-top img {
    display: block;
    width: 100%;
  }
  .m-top a.u-logo img {
    position: absolute;
    width: 10vw;
    left: 2vw;
    top: 2vw;
  }
  .m-top a.u-btn {
    position: absolute;
    right: 2.5vw;
    top: 2.5vw;
    background-color: #f5c143;
    color: #fff;
    padding: 0.25vw 1vw;
    font-size: 1.25vw;
    font-weight: 600;
    border-radius: 0.25vw;
  }
  .m-cnt-1 {
    margin: 0 auto;
    max-width: 1200px;
    padding: 5vw 10vw 3vw 8vw;
    position: relative;
  }
  .m-cnt-1 .u-tit {
    width: 15vw;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin-bottom: 20px;
  }
  .m-cnt-1 .u-tit:nth-of-type(2) {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .m-cnt-1 .u-tit:nth-of-type(3) {
    margin-top: 80px;
    margin-bottom: 5px;
  }
  .m-cnt-1 .u-grid {
    padding: 15px 0px;
    display: grid;
    grid-template-columns: auto auto;
    justify-content: flex-start;
    align-items: flex-start;
    -moz-column-gap: 10px;
    column-gap: 10px;
    position: relative;
  }
  .m-cnt-1 .u-grid__icon {
    display: block;
    margin-bottom: 20px;
  }
  .m-cnt-1 .u-grid__span {
    display: block;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 20px;
  }
  .m-cnt-1 .u-grid__colspan2 {
    margin-bottom: 20px;
    margin-top: -5px;
    grid-row: 3/4;
    grid-column: 1/3;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    min-width: 100%;
    width: -moz-max-content;
    width: max-content;
    gap: 10px;
    position: relative;
  }
  .m-cnt-1 .u-grid__colspan2 .colspan2__span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-weight: 700;
    background-color: #ff6490;
    color: #fff9d5;
    font-size: 1.2rem;
    height: 46px;
    line-height: 1.2rem;
    min-width: 48%;
    width: -moz-max-content;
    width: max-content;
    border-radius: 23px;
  }
  .m-cnt-1 .u-grid__colspan2 .colspan2__span:last-child {
    background-color: #00c46e;
  }
  .m-cnt-1 .u-grid__colspan2 .colspan2__span .colspan2__spanTitle {
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #fff9d5;
    border-radius: 23px;
    padding: 2px 8px;
    margin-right: 10px;
  }
  .m-cnt-1 .u-grid.u-grid-2 {
    grid-template-columns: 1fr 76% 1.5fr;
    margin-bottom: 10px;
  }
  .m-cnt-1 .u-grid.u-grid-2 .u-grid-col-1 {
    background: url(./imgs/2.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .m-cnt-1 .u-grid.u-grid-2 .u-grid-col-2 {
    grid-column-start: 2;
    grid-column-end: 4;
  }
  .m-cnt-1 .u-grid.u-grid-3 {
    width: 120%;
    grid-template-columns: 55% 1fr 1.5fr 21%;
    margin-top: 50px;
    margin-bottom: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    grid-row-gap: 10px;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-0 {
    grid-column: 1/2;
    grid-row: 1/3;
    background: none;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-0 img {
    display: block;
    width: 100%;
    border-radius: 20px;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-1 {
    grid-column: 2/3;
    grid-row: 1/2;
    background: url(./imgs/3.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
    padding-left: 0px !important;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-2 {
    grid-column: 3/5;
    grid-row: 1/2;
    align-self: end;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-3 {
    grid-column: 2 / span 3;
    grid-row: 2/3;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-3 .u-grid-col-3-dd {
    font-weight: 700;
    display: block;
    padding-left: 10px;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-3 .u-grid-col-3-dd p {
    font-size: 1rem;
    font-weight: 600;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-3 .u-grid-col-3-dd p span {
    color: #d42817;
  }
  .m-cnt-1 .u-grid.u-grid-3 .u-grid-col-3 .u-grid-col-3-dd p img {
    height: 16px;
    margin-left: 10px;
  }
  .m-cnt-1 .u-grid .u-grid-col-1 {
    background: url(./imgs/1.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  .m-cnt-1 .u-grid .u-grid-col-3 {
    position: relative;
  }
  .m-cnt-1 .u-grid .u-grid-col-3 .u-icon-31 {
    position: absolute;
    height: 120%;
    top: -20%;
  }
  .m-cnt-1 .u-grid .u-grid-col-2 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    justify-self: stretch;
    grid-row-gap: 5px;
  }
  .m-cnt-1 .u-grid .u-grid-col-2 .u-grid-col-2-tit {
    height: 36px;
    align-items: center;
  }
  .m-cnt-1 .u-grid .u-grid-col-2 .u-grid-col-2-tit img {
    height: 90%;
    vertical-align: bottom;
  }
  .m-cnt-1 .u-grid .u-grid-col-2 .u-grid-col-2-tit .u-icon-30 {
    margin-left: 5px;
    width: 40px;
    height: auto;
  }
  .m-cnt-1 .u-grid .u-grid-col-2 .u-grid-col-2-dd {
    font-weight: 700;
  }
  .m-cnt-1 .u-grid .u-grid-col-2 .u-grid-col-2-dd p {
    font-size: 1rem;
    font-weight: 600;
  }
  .m-cnt-1 .u-grid .u-grid-col-2 .u-grid-col-2-dd p span {
    color: #d42817;
  }
  .m-cnt-1 .u-grid .u-grid-col-2 .u-grid-col-2-dd p img {
    height: 16px;
    margin-left: 10px;
  }
  .m-cnt-1 .gameAwardAdd {
    position: relative;
  }
  .m-cnt-1 .gameAwardAdd .u-ico {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 40%);
  }
  .m-cnt-1 .gameAwardAdd .u-ico:last-child {
    left: unset;
    bottom: unset;
    top: 0;
    right: 0;
    transform: translate(30%, -35%);
  }
  .m-cnt-1 .gameAwardAdd dl {
    z-index: 2;
    padding: 2vw 2vw 80px 2vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    background-color: #fff;
    background: url(../imgs/f-03.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 1.5vw;
    line-height: 2.7vw;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .m-cnt-1 .gameAwardAdd dl .span__yellow {
    color: #ffff01;
  }
  .m-cnt-1 .gameAwardAdd dl .btnEnterGame {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    cursor: pointer;
    max-width: 50%;
  }
  .m-cnt-1 .gameAward {
    position: relative;
  }
  .m-cnt-1 .gameAward dl {
    padding: 1vw 2vw 20px 2vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    background-color: #fffff3;
    font-size: 1.35vw;
    font-weight: 600;
    text-align: center;
    position: relative;
  }
  .m-cnt-1 .gameAward dl > * {
    width: 80%;
    margin: 3px auto;
    display: grid;
  }
  .m-cnt-1 .gameAward dl dt {
    grid-template-columns: minmax(7rem, auto) auto 1fr;
    text-align: left;
    font-size: min(1rem, 22px);
  }
  .m-cnt-1 .gameAward dl dt span,
  .m-cnt-1 .gameAward dl dt b {
    background-color: #d42817;
    padding: 0.25vw 0.5vw 0.25vw 1vw;
    border-radius: 1.5vw;
    letter-spacing: 0.5vw;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
  }
  .m-cnt-1 .gameAward dl dt b {
    background-color: #ea7834;
  }
  .m-cnt-1 .gameAward dl dt img {
    width: 0.8vw;
    margin: 0 3.5vw 0 2vw;
    visibility: hidden;
  }
  .m-cnt-1 .gameAward dl dd {
    grid-template-columns: auto auto 1fr;
    border-bottom: 1px solid #918b8a;
    padding: 0.5vw;
    font-size: max(1.2vw, 16px);
    justify-content: space-around;
    justify-content: end;
    align-items: center;
  }
  .m-cnt-1 .gameAward dl dd span {
    text-align: left;
  }
  .m-cnt-1 .gameAward dl dd span:first-child {
    min-width: 7rem;
  }
  .m-cnt-1 .gameAward dl dd img {
    width: 0.8vw;
    margin: 0 3.5vw 0 2vw;
  }
  .m-cnt-1 .gameAward dl .gameAward__dl__remark {
    font-size: min(1rem, 22px);
    margin-top: 30px;
    text-align: right;
  }
  .m-cnt-1 .gameAward h6 {
    text-align: center;
    font-size: max(1.3vw, 16px);
    font-weight: 700;
    padding: 10px 0;
  }
  .m-cnt-1 .gameAward .u-ico {
    position: absolute;
    top: 0;
    right: 0;
    width: 13%;
    transform: translateX(30%) translateY(-40%);
  }
  .m-cnt-1 .btnEnterGame {
    margin: 60px auto 0px auto;
    display: block;
  }
  .m-cnt-2 {
    position: relative;
    width: 66vw;
    margin: 2vw auto;
    background-color: #fff;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    padding-bottom: 6vw;
  }
  .m-cnt-2 .u-icon-2 {
    position: absolute;
    right: -2vw;
    top: 45%;
    width: 4vw;
  }
  .m-cnt-2 .u-icon-2-1 {
    position: absolute;
    left: -2vw;
    top: 70%;
    width: 3.6vw;
  }
  .m-cnt-2 .u-icon-3 {
    position: absolute;
    left: -5.5vw;
    top: -3.5vw;
    width: 13vw;
  }
  .m-cnt-2 .u-icon-3-2 {
    position: absolute;
    right: -8vw;
    bottom: -5vw;
    width: 17vw;
  }
  .m-cnt-2 .u-icon-13 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    width: 22vw;
  }
  .m-cnt-2 dl {
    padding: 0 3vw;
  }
  .m-cnt-2 dl dt {
    text-align: center;
    font-size: 1.5vw;
    font-weight: 600;
    padding: 3vw 0 2vw;
  }
  .m-cnt-2 dl dt img[data-file="2"] {
    width: 21vw !important;
  }
  .m-cnt-2 dl dt img[data-file="3"].login {
    margin-top: 0px;
  }
  .m-cnt-2 dl dt img {
    display: block;
    margin: 10px auto 1vw;
    width: 18vw;
  }
  .m-cnt-2 dl .divURL {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .m-cnt-2 dl .divURL dd {
    width: 46%;
    margin: 0% 1% 10% 1%;
    position: relative;
  }
  .m-cnt-2 dl .divURL dd:not(.u-has) {
    margin: 2%;
  }
  .m-cnt-2 dl .divURL dd .u-img {
    display: block;
    width: 100%;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
  }
  .m-cnt-2 dl .divURL dd .u-btn {
    position: absolute;
    bottom: -4.5vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .m-cnt-2 dl .divURL dd .u-btn img {
    width: 7vw;
  }
  .m-cnt-2 dl .divURL dd .u-tit {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 0.5vw 0.5vw 1vw 0.5vw;
    border-bottom-left-radius: 0.8vw;
    border-bottom-right-radius: 0.8vw;
    cursor: auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-2 dl .divURL dd .u-tit u {
    width: 9%;
    font-size: 3vw;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
  }
  .m-cnt-2 dl .divURL dd .u-tit span {
    width: 88%;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #fff;
    padding-left: 3%;
  }
  .m-cnt-2 dl .divURL dd .u-tit span b {
    font-size: 1.25vw;
  }
  .m-cnt-2 dl .divURL dd .u-tit span b small {
    color: #94d8f6;
  }
  .m-cnt-2 dl .divURL dd .u-tit span {
    font-size: 0.9vw;
  }
  .m-cnt-2 dl::after {
    clear: both;
    display: table;
    content: " ";
  }
  .m-cnt-5 {
    margin: 5vw 13.5vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    position: relative;
    background-color: #ffffeb;
  }
  .m-cnt-5 .RuleList {
    font-size: 1.25vw;
    line-height: 2;
    font-weight: 600;
    padding: 3vw 3vw 3vw 4vw;
    width: 48vw;
  }
  .m-cnt-5 .RuleList ol li {
    list-style: auto;
  }
  .m-cnt-5 .RuleList ol li .RuleList_sec {
    margin-left: 1.5vw;
    counter-reset: list;
  }
  .m-cnt-5 .RuleList ol li .RuleList_sec.width {
    width: 62vw;
  }
  .m-cnt-5 .RuleList ol li .RuleList_sec li {
    list-style: none;
    position: relative;
  }
  .m-cnt-5 .RuleList ol li .RuleList_sec li:before {
    counter-increment: list;
    content: "(" counter(list, decimal) ") ";
    position: absolute;
    left: -2vw;
  }
  .m-cnt-5 .u-tit-7 {
    position: absolute;
    top: 0;
    right: 4vw;
    transform: translateY(-50%);
    width: 17vw;
  }
  .m-cnt-5 .u-icon-10 {
    width: 30vw;
    position: absolute;
    right: 0px;
    bottom: -1px;
    transform: translateX(27%);
  }
  .m-cnt-3 {
    position: relative;
    padding: 2vw 0 2vw 0;
    width: 80vw;
    margin: 4vw auto;
    display: flex;
    gap: 5%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .m-cnt-3 .div-dash {
    width: 100%;
    height: 3px;
    background-image: linear-gradient(to right, #000 0%, #000 50%, transparent 50%);
    background-size: 15px 3px;
    background-repeat: repeat-x;
  }
  .m-cnt-3 .div-dash:nth-of-type(1) {
    margin: 0 0 70px 0;
  }
  .m-cnt-3 .div-dash:last-of-type {
    margin: 70px 0 0 0;
  }
  .m-cnt-3 .div-left {
    width: 40%;
  }
  .m-cnt-3 .div-left .u-icon-5 {
    width: 100%;
  }
  .m-cnt-3 .div-right {
    width: 50%;
  }
  .m-cnt-3 .div-right .u-tit-14 {
    width: 12vw;
    display: block;
  }
  .m-cnt-3 .div-right .u-icon-14 {
    display: block;
    width: 22vw;
    margin: 0 auto;
  }
  .m-cnt-3 .div-right p {
    font-size: 1.5vw;
    font-weight: 600;
    line-height: 1.25;
    padding: 1vw 0 1.5vw;
    position: relative;
  }
  .m-cnt-3 .div-right p u {
    text-decoration: none;
    position: absolute;
    top: 1vw;
    left: -1.75vw;
  }
  .m-cnt-3 .div-right p .highlight {
    color: #bc272d;
  }
  .m-cnt-3 .div-right .u-btn {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    border: 0.4vw solid #000;
    border-radius: 5vw;
    padding: 1.5vw 12vw 1.5vw 3vw;
    background-color: #fff;
    font-size: 1.75vw;
  }
  .m-cnt-3 .div-right .u-btn .u-tit-12 {
    width: 20vw;
    display: inline-block;
    vertical-align: bottom;
  }
  .m-cnt-3 .div-right .u-btn .u-icon-6 {
    width: 13vw;
    position: absolute;
    bottom: -0.5vw;
    right: -2vw;
  }
  .m-cnt-3 .div-right .u-btn small {
    display: inline-block;
    margin-left: 0.5vw;
    font-weight: 600;
  }
  .m-cnt-3 .div-right .u-btn span:not(.txtBR) {
    display: block;
    margin-top: 0.5vw;
    font-weight: 600;
  }
  .m-cnt-4 {
    background-color: #fadeb8;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    position: relative;
    margin: 0vw 13vw 5vw;
    padding: 0vw 0 0vw 8vw;
  }
  .m-cnt-4 .icon-31 {
    position: absolute;
    top: 0;
    left: 0vw;
    width: 10%;
    transform: translate(-40%, -56%) rotate(10deg);
    z-index: 0;
  }
  .m-cnt-4 .u-icon-32 {
    position: absolute;
    top: 0;
    left: 0vw;
    width: 30vw;
    transform: translateY(-76%);
    z-index: -1;
  }
  .m-cnt-4 .u-icon-32-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 35vw;
    transform: rotate(-30deg) translateY(67%) translateX(20%);
    z-index: -1;
  }
  .m-cnt-4 .u-icon-32-2 {
    position: absolute;
    top: 0;
    left: 0vw;
    width: 11vw;
    transform: translateY(-76%) translateX(-12%);
    z-index: 1;
  }
  .m-cnt-4 .u-1 {
    position: relative;
    margin-right: 8vw;
  }
  .m-cnt-4 .u-1 .u-tit-10 {
    width: 28vw;
  }
  .m-cnt-4 .u-1 .u-icon-8 {
    width: 23vw;
    position: absolute;
    top: -14vw;
    right: -4vw;
  }
  .m-cnt-4 .u-1 p {
    font-size: 1.5vw;
    line-height: 1.5;
    font-weight: 500;
    border-top: 0.15vw solid #000;
    padding-top: 0.5vw;
    padding-right: 18vw;
    margin-top: 0.5vw;
  }
  .m-cnt-4 .u-2 {
    position: relative;
    margin-top: 14vw;
    background-color: #fff;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    margin-left: 14vw;
    margin-right: 3vw;
    padding-bottom: 2vw;
  }
  .m-cnt-4 .u-2 .u-tit-11 {
    width: 28vw;
    position: absolute;
    top: -3.75vw;
    right: 3vw;
  }
  .m-cnt-4 .u-2 .u-icon-9 {
    width: 26vw;
    position: absolute;
    top: -8vw;
    left: -18vw;
  }
  .m-cnt-4 .u-2 p {
    font-size: 1.4vw;
    font-weight: 500;
    border-top: 0.15vw solid #000;
    margin: 2.5vw 3vw 2vw;
    padding-left: 7vw;
    padding-top: 1vw;
  }
  .m-cnt-4 .u-2 span {
    margin-left: 10vw;
    font-size: 2vw;
    font-weight: 700;
  }
  .m-cnt-4 .u-2 ol {
    margin-left: 10vw;
    margin-right: 2vw;
    text-align: left;
    line-height: 1.5;
    padding-left: 1.5vw;
    text-indent: -1.5vw;
  }
  .m-cnt-4 .u-2 ol li {
    list-style: auto;
    font-size: 1.4vw;
    text-align: left;
    line-height: 1.5;
    text-indent: 0;
  }
  .m-cnt-4 .u-2 ol li .RuleList_sec {
    width: auto;
    margin: 0 0.5vw;
    counter-reset: list;
  }
  .m-cnt-4 .u-2 ol li .RuleList_sec.width {
    width: 62vw;
  }
  .m-cnt-4 .u-2 ol li .RuleList_sec li {
    list-style: none;
    position: relative;
  }
  .m-cnt-4 .u-2 ol li .RuleList_sec li:before {
    counter-increment: list;
    content: "(" counter(list, decimal) ") ";
    position: absolute;
    left: -2vw;
  }
  .m-cnt-4 .u-3 {
    margin-top: 5vw;
  }
  .m-cnt-4 .u-3 .u-tit-9 {
    width: 18vw;
  }
  .m-cnt-4 .u-3 p {
    font-weight: 500;
    text-align: center;
    margin-top: 0.5vw;
    padding-right: 5vw;
  }
  .m-cnt-4 .u-3 p span {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3vw;
    border: 0.25vw solid #000;
    background-color: #fff;
    padding: 0.75vw 3vw;
    font-size: 1.5vw;
    margin-top: 1vw;
  }
  .m-cnt-4 .u-3 p span b {
    color: #ce2c25;
  }
  .m-cnt-4 .u-3 p span:nth-last-of-type(1) {
    background-color: #eb7e00;
    color: #fff;
    position: relative;
  }
  .m-cnt-4 .u-3 p em {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 4vw;
    margin-top: 1vw;
  }
  .m-cnt-4 .u-3 p em img {
    width: 0.65vw;
    transform: rotate(-90deg);
  }
  .m-cnt-4 .u-3 small {
    display: block;
    font-size: 1.25vw;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 120%);
    width: -moz-max-content;
    width: max-content;
    color: #000;
  }
  .m-cnt-4 .u-4 {
    margin-top: 5vw;
  }
  .m-cnt-4 .u-4 .u-tit-8 {
    width: 26vw;
  }
  .m-cnt-4 .u-4 dl {
    background-color: #fff;
    border-radius: 3vw;
    margin-right: 8vw;
    margin-bottom: 5vw;
    margin-top: 1.5vw;
    padding: 2vw 0;
    position: relative;
  }
  .m-cnt-4 .u-4 dl * {
    position: relative;
  }
  .m-cnt-4 .u-4 dl .u-tit-5-1,
  .m-cnt-4 .u-4 dl .u-tit-6-1 {
    position: absolute;
  }
  .m-cnt-4 .u-4 dl .u-tit-5 {
    width: 13vw;
    position: absolute;
    top: -3vw;
    right: 2vw;
  }
  .m-cnt-4 .u-4 dl .divBlockBG {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 3vw;
  }
  .m-cnt-4 .u-4 dl .u-tit-6 {
    width: 16vw;
    position: absolute;
    top: -3vw;
    right: 2vw;
  }
  .m-cnt-4 .u-4 dl dd {
    font-weight: 500;
    text-align: center;
    margin-top: 0.5vw;
  }
  .m-cnt-4 .u-4 dl dd span {
    display: inline-block;
    vertical-align: middle;
    border-radius: 3vw;
    border: 0.25vw solid #000;
    background-color: #fff;
    padding: 0.75vw 1.5vw;
    font-size: 1.5vw;
    margin-top: 1vw;
  }
  .m-cnt-4 .u-4 dl dd span b {
    color: #ce2c25;
  }
  .m-cnt-4 .u-4 dl dd span:nth-last-of-type(1) {
    background-color: #eb7e00;
    color: #fff;
    position: relative;
  }
  .m-cnt-4 .u-4 dl dd span:nth-last-of-type(1) small {
    display: block;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 120%);
    width: 100%;
    color: #000;
    white-space: nowrap;
    width: -moz-max-content;
    width: max-content;
  }
  .m-cnt-4 .u-4 dl dd em {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    width: 3vw;
    margin-top: 1vw;
  }
  .m-cnt-4 .u-4 dl dd em img {
    width: 0.65vw;
    transform: rotate(-90deg);
  }
  .m-cnt-4 .u-4 dl dd:nth-last-of-type(1) {
    font-size: 1.25vw;
    text-align: right;
    padding-right: 6vw;
  }
  .m-cnt-4 .u-4 dl:nth-of-type(1) dd:nth-last-of-type(1) {
    text-align: right;
    padding-right: 15.5vw;
  }
  .m-cnt-4 .u-5 {
    text-align: right;
    padding: 0 20px 10px 0;
    font-weight: 500;
  }
  .m-cnt-6 {
    margin: 15vw 18vw;
    position: relative;
  }
  .m-cnt-6 .u-tit-15 {
    display: block;
    width: 60%;
    margin-left: 2vw;
    margin-bottom: 1.5vw;
  }
  .m-cnt-6 .u-icon-21 {
    width: 25%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(20%, -20%);
  }
  .m-cnt-6 p {
    background-color: #fff;
    font-size: max(1.8vw, 20px);
    font-weight: 600;
    line-height: 1.7;
    border-radius: 2vw;
    padding: 3vw 2vw 3.5vw;
    border: 0.4vw solid #000;
    border-radius: 3vw;
  }
  .m-cnt-6 p .txtBR {
    display: block;
  }
  .m-cnt-6 .divBtns {
    position: absolute;
    bottom: -1.85vw;
    left: 0;
    right: 0;
    text-align: center;
  }
  .m-cnt-6 .divBtns img {
    display: inline-block;
    vertical-align: middle;
    width: 22vw;
    margin: 0 1vw;
  }
  .m-cnt-7 {
    text-align: center;
    margin-bottom: 8vw;
  }
  .m-cnt-7 h5 {
    font-size: 2.5vw;
    font-weight: 900;
    padding: 2vw 0 1vw;
  }
  .m-cnt-7 .u-search * {
    display: inline-block;
    vertical-align: middle;
    margin-top: 0.5vw;
  }
  .m-cnt-7 .u-search {
    font-size: 1.5vw;
  }
  .m-cnt-7 .u-search img {
    width: 0.75vw;
  }
  .m-cnt-7 .u-search a img {
    width: 7vw;
  }
  .m-cnt-7 .u-search input,
  .m-cnt-7 .u-search select {
    border: 0.25vw solid #000;
    box-sizing: border-box;
    padding: 0.5vw;
    border-radius: 2vw;
    font-size: 1.25vw;
    font-weight: 600;
    text-align: center;
    margin-right: 1.5vw;
    width: 15vw;
  }
  .m-cnt-7 .u-note {
    font-size: 1.25vw;
    margin: 1.5vw 0;
  }
  .m-cnt-7 .u-list {
    width: 60vw;
    margin: 0 auto;
    border: 0.5vw solid #000;
    border-radius: 2vw;
  }
  .m-cnt-7 .u-list h4 {
    border-bottom: 0.15vw solid #000;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
    color: #fff;
    background-color: #3159a1;
    font-weight: 600;
  }
  .m-cnt-7 .u-list h6 {
    background-color: #fff;
    border-bottom: 0.15vw solid #000;
  }
  .m-cnt-7 .u-list h6:nth-last-of-type(1) {
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    border-bottom: none;
  }
  .m-cnt-7 .u-list h4,
  .m-cnt-7 .u-list h6 {
    font-size: 1.25vw;
  }
  .m-cnt-7 .u-list h4 span,
  .m-cnt-7 .u-list h6 span {
    display: block;
    float: left;
    width: 24.5%;
    padding: 1vw 0;
    border-left: 0.15vw solid #000;
  }
  .m-cnt-7 .u-list h4 span:nth-of-type(1),
  .m-cnt-7 .u-list h6 span:nth-of-type(1) {
    border-left: none;
  }
  .m-cnt-7 .u-list h4:after,
  .m-cnt-7 .u-list h6:after {
    clear: both;
    display: table;
    content: " ";
  }
  .m-cnt-7 .u-list h4.z-on,
  .m-cnt-7 .u-list h6.z-on {
    font-weight: 600;
    color: #3159a1;
  }
  .m-cnt-8 {
    text-align: center;
    margin: 5vw 0 15vw;
  }
  .m-cnt-8 .u-icon-25 {
    width: 18vw;
  }
  .m-cnt-8 h4 {
    font-size: 2vw;
    font-weight: 600;
    margin: 3vw 0 2vw;
  }
  .m-cnt-8 h4 input {
    display: inline-block;
    border: 0.25vw solid #000;
    margin-top: 1vw;
    padding: 0.5vw;
    border-radius: 2vw;
    font-size: 1.25vw;
    font-weight: 600;
    text-align: center;
    min-width: 30vw;
  }
  .m-cnt-8 a img {
    width: 22vw;
  }
  .m-cnt-9 {
    text-align: center;
    margin: 5vw 0 8vw;
  }
  .m-cnt-9 .u-icon-25 {
    width: 18vw;
  }
  .m-cnt-9 h4 {
    font-size: 2vw;
    font-weight: 600;
    margin: 3vw 0 2vw;
  }
  .m-cnt-9 h4 b {
    display: block;
    font-size: 2.5vw;
  }
  .m-cnt-9 h5 a img {
    width: 22vw;
  }
  .m-cnt-9 p {
    width: clamp(300px, 45%, 100%);
    margin-top: 3vw;
    font-size: 1.35vw;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
  }
  .m-cnt-9 div {
    text-align: center;
    margin: 3vw 0 0;
  }
  .m-cnt-9 div img {
    display: inline-block;
    margin: 2vw 0.5vw;
    width: 6vw;
    border: 0.4vw solid #000;
    border-radius: 1vw;
  }
  .m-cnt-9 div span {
    width: clamp(300px, 45%, 100%);
    display: inline-block;
    background-color: #000;
    border-radius: 2vw;
    color: #fff;
    font-size: 1.25vw;
    font-weight: 500;
    padding: 0.5vw 2vw;
    text-align: center;
  }
  .m-cnt-9 h6 {
    margin-top: 2vw;
  }
  .m-cnt-9 h6 img {
    width: 22vw;
  }
  .m-receive {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 112;
    background-color: #fff;
    border: 0.5vw solid #000;
    border-radius: 1vw;
    text-align: center;
  }
  .m-receive div {
    position: relative;
    z-index: 113;
    text-align: center;
    padding: 5vw 0;
  }
  .m-receive div .u-close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 2.5vw;
  }
  .m-receive div h4 {
    font-size: 2.25vw;
    font-weight: 600;
  }
  .m-receive div .u-icon-25 {
    display: inline-block;
    width: 18vw;
    margin: 2vw 0;
  }
  .m-receive div h5 b {
    font-size: 6vw;
    font-weight: 600;
    line-height: 1;
  }
  .m-receive div h5 small {
    font-size: 1.5vw;
    font-weight: 600;
  }
  .m-receive div h5 span {
    display: block;
    font-size: 2.5vw;
    font-weight: 600;
  }
  .m-receive div p {
    font-size: 2.5vw;
    font-weight: 600;
    margin-top: 1vw;
  }
  .m-receive div p small {
    display: block;
    font-size: 1.25vw;
    font-weight: 600;
  }
  .m-login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
    z-index: 112;
    background-color: #fff;
    border: 0.5vw solid #000;
    border-radius: 1vw;
    text-align: center;
  }
  .m-login div {
    position: relative;
    z-index: 113;
  }
  .m-login div .u-icon-4 {
    position: absolute;
    z-index: 114;
    top: -4vw;
    left: -4vw;
    width: 12vw;
  }
  .m-login div .u-close {
    position: absolute;
    top: 1vw;
    right: 1vw;
    width: 2.5vw;
    cursor: pointer;
  }
  .m-login div .u-bg-1 {
    width: 100%;
    display: block;
    border-radius: 0.5vw;
    margin-bottom: 2vw;
  }
  .m-login div input {
    display: inline-block;
    width: 52%;
    border-radius: 3vw;
    border: 0.25vw solid #000;
    background-color: #e4e4e4;
    color: #909090;
    padding: 0.75vw 1.5vw;
    font-size: 1.5vw;
    font-weight: 600;
    margin-top: 1vw;
    text-align: center;
  }
  .m-login h6 {
    padding: 2vw 0 4vw;
  }
  .m-login h6 img {
    display: inline-block;
    vertical-align: middle;
    width: 8vw;
    margin: 0 1vw;
  }
  .m-login#J_checkinfo h6 {
    padding: 0vw 0 2vw;
  }
  .m-login#J_checkinfo #PicUpload {
    cursor: pointer;
    width: min(350px, 80%);
  }
  .m-login#J_checkinfo .divForm {
    margin: 0 auto;
    width: min(350px, 80%);
  }
  .m-login#J_checkinfo .divForm div label {
    display: block;
    text-align: left;
    font-weight: bold;
    padding-left: 1.5vw;
  }
  .m-login#J_checkinfo .divForm div input {
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: left;
    font-size: 14px;
  }
  .m-login#J_checkinfo .divForm div input[type="file"] {
    margin-bottom: 0px;
  }
  .m-login#J_checkinfo .divForm div #preview_FileOtherFile {
    visibility: hidden;
    height: 0px;
    width: 0px;
  }
  .m-login#J_checkinfo .btnSubmit {
    display: inline-block;
    padding: 5px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #7ab249;
    border: 3px solid #231815;
    border-radius: 35px;
    box-shadow: 0 6px #1f672a;
    font-weight: 900;
  }
  .m-login#J_checkinfo .btnSubmit:active {
    box-shadow: 0 2px #1f672a;
    transform: translateY(4px);
  }
  .m-h5 {
    display: none !important;
  }
  .m-cnt-new-1 {
    margin: 5vw 13.5vw;
    padding: 3vw 6vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    position: relative;
    background-color: #fcceb6;
  }
  .m-cnt-new-1 .u-icon-05 {
    position: absolute;
    right: 0;
    top: 0;
    width: 16%;
    transform: translate(30%, -40%);
  }
  .m-cnt-new-1 .__gameRule {
    display: block;
    font-size: 1.5vw;
    margin: 20px 0;
  }
  .m-cnt-new-1 .__gameDetail {
    border: 1px solid #a16f54;
    background-color: #f9f2ea;
    padding: 1.5vw;
    border-radius: 25px;
    display: flex;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
    font-weight: bold;
    font-size: 1.5vw;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item * {
    display: block;
    margin: 0 auto;
    padding: 10px;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:first-child {
    border-bottom: 1px solid #a16f54;
    border-right: 1px solid #a16f54;
    word-break: keep-all;
    width: 100%;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:first-child.noBorder_Right {
    border-right: none;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child {
    border-right: 1px solid #a16f54;
    width: 100%;
    flex-grow: 1;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child.noBorder_Right {
    border-right: none;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child > img {
    height: 140px;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child p.AwardName {
    font-size: 1vw;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child div.AwardPrice {
    font-size: 1vw;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child div.AwardPrice img {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    width: 17px;
  }
  .m-cnt-new-3 {
    margin: 5vw 13.5vw;
    padding: 2vw 2vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    position: relative;
    background-color: #fff6d5;
  }
  .m-cnt-new-3 ol {
    margin-top: 15px;
  }
  .m-cnt-new-3 ol li {
    font-weight: 700;
    line-height: 2.55vw;
    font-size: 1.5vw;
  }
  .m-cnt-new-3 ol li .font__highlight {
    color: #e04a3c;
    font-size: 1.8vw;
  }
  .m-cnt-new-4 {
    margin: 5vw 13.5vw;
    padding: 3.5vw 2vw;
    border: 0.4vw solid #000;
    background-color: #fff;
    border-radius: 0.8vw;
    position: relative;
    font-weight: 700;
    font-size: 1.5vw;
  }
  .m-cnt-new-4 .u-tit-21 {
    position: absolute;
    left: 5%;
    top: 0;
    width: auto;
    max-height: auto;
    height: 6vw;
    transform: translateY(-50%);
  }
  .m-cnt-new-4 .u-tit-21_m {
    display: none;
  }
  .m-cnt-new-4 .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1.5fr)) 3fr 1fr;
    grid-template-rows: auto;
  }
  .m-cnt-new-4 .grid * {
    text-align: center;
  }
  .m-cnt-new-4 .grid .span__TopBorder {
    border-top-width: 2px !important;
  }
  .m-cnt-new-4 .grid .span__BottomBorder {
    border-bottom-width: 2px !important;
  }
  .m-cnt-new-4 .grid .span__btns {
    flex-wrap: wrap;
    align-content: center;
    gap: 15px;
  }
  .m-cnt-new-4 .grid button {
    font-size: 1vw;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #e04a3c;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #999;
  }
  .m-cnt-new-4 .grid button:hover {
    background-color: #c5392d;
  }
  .m-cnt-new-4 .grid button:active {
    background-color: #c5392d;
    box-shadow: 0 2px #666;
    transform: translateY(3px);
  }
  .m-cnt-new-4 .grid button {
    width: 80%;
  }
  .m-cnt-new-4 .grid button:first-child {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #3c96e0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #999;
  }
  .m-cnt-new-4 .grid button:first-child:hover {
    background-color: #2f83c9;
  }
  .m-cnt-new-4 .grid button:first-child:active {
    background-color: #2f83c9;
    box-shadow: 0 2px #666;
    transform: translateY(3px);
  }
  .m-cnt-new-4 .grid .span__Title {
    margin: 20px 0 10px 0;
    border: 1px solid;
    place-self: center;
    color: #fff;
    padding: 3px 25px;
    border-radius: 15px;
  }
  .m-cnt-new-4 .grid .span__Title.bg__red {
    background-color: #d32817;
  }
  .m-cnt-new-4 .grid .span__Title.bg__green {
    background-color: #88c140;
  }
  .m-cnt-new-4 .grid .span__Title.bg__orange {
    background-color: #e97834;
  }
  .m-cnt-new-4 .grid .span__space {
    grid-column: 1/5;
    height: 10px;
  }
  .m-cnt-new-4 .grid .span__K {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-new-4 .grid .span__K.span__K__Title {
    grid-row: 2 / span 13;
    border-width: 2px 1px 2px 2px;
  }
  .m-cnt-new-4 .grid .span__K.span__K__Score {
    grid-row: 2 / span 13;
    grid-column: 4;
    border-width: 2px 2px 2px 1px;
  }
  .m-cnt-new-4 .grid .span__C {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-new-4 .grid .span__C.span__C__Title {
    grid-row: span 9;
    border-width: 2px 1px 1px 2px;
  }
  .m-cnt-new-4 .grid .span__C.span__C__Title2 {
    grid-row: span 5;
    border-width: 1px 1px 2px 2px;
  }
  .m-cnt-new-4 .grid .span__C.span__C__Score {
    background-color: #0080ca;
    grid-row: 16 / span 14;
    grid-column: 4;
    border-width: 2px 2px 2px 1px;
  }
  .m-cnt-new-4 .grid .span__CM {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-new-4 .grid .span__CM.span__CM__Title {
    grid-row: span 6;
    border-width: 2px 1px 2px 2px;
  }
  .m-cnt-new-4 .grid .span__CM.span__CM__Score {
    grid-row: 31 / span 6;
    grid-column: 4;
    border-width: 2px 2px 2px 1px;
  }
  .m-cnt-new-4 .grid .span__WRYG {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-new-4 .grid .span__WRYG.span__WRYG__Title {
    grid-row: span 6;
    border-width: 2px 1px 2px 2px;
  }
  .m-cnt-new-4 .grid .span__WRYG.span__WRYG__Score {
    grid-row: 38 / span 6;
    grid-column: 4;
    border-width: 2px 2px 2px 1px;
  }
  .m-cnt-new-4 .divRule {
    margin: 25px auto 0 auto;
  }
  .m-cnt-new-4 .leveltable {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1vw;
  }
  .m-cnt-new-4 .leveltable th {
    text-align: center;
    padding: 2% 0;
    font-size: 1.4rem;
  }
  .m-cnt-new-4 .leveltable td {
    border: 0.2vw solid #000;
    letter-spacing: normal;
    padding: 1% 0;
    text-align: center;
    font-size: 1.2rem;
  }
  .m-cnt-new-4 .leveltable td:nth-of-type(3) {
    text-align: left;
    padding-left: 2%;
  }
  .m-cnt-new-4 .leveltable td:nth-last-child(1) {
    text-align: left;
    padding-left: 2%;
  }
  .m-cnt-new-4 .leveltable .spaceTD {
    border: none;
  }
  .m-cnt-new-4 .leveltable .tbbottom {
    border: none;
  }
  .m-cnt-new-4 .leveltable .span__btns {
    flex-wrap: wrap;
    align-content: center;
    gap: 15px;
  }
  .m-cnt-new-4 .leveltable button {
    font-size: 1vw;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #e04a3c;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #999;
  }
  .m-cnt-new-4 .leveltable button:hover {
    background-color: #c5392d;
  }
  .m-cnt-new-4 .leveltable button:active {
    background-color: #c5392d;
    box-shadow: 0 2px #666;
    transform: translateY(3px);
  }
  .m-cnt-new-4 .leveltable button {
    width: 80%;
  }
  .m-cnt-new-4 .leveltable button:first-child {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #3c96e0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #999;
  }
  .m-cnt-new-4 .leveltable button:first-child:hover {
    background-color: #2f83c9;
  }
  .m-cnt-new-4 .leveltable button:first-child:active {
    background-color: #2f83c9;
    box-shadow: 0 2px #666;
    transform: translateY(3px);
  }
  .m-cnt-new-4 .leveltable button:first-child {
    margin-bottom: 10%;
  }
  .m-cnt-new-2 {
    margin: 5vw 13.5vw;
    padding: 0;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    position: relative;
    background-color: #ffffff;
  }
  .m-cnt-new-2 .divImgGroup {
    overflow: hidden;
    border-radius: 0.8vw 0.8vw 0 0;
    border-bottom: 0.4vw solid #000;
  }
  .m-cnt-new-2 .divImgGroup .imgLudodo {
    display: block;
    width: 101%;
  }
  .m-cnt-new-2 .divInfoGroup {
    padding: 2.5vw 3.8vw 4vw 3.8vw;
    font-size: 1.3vw;
    line-height: 2.4vw;
    font-weight: 700;
  }
  .m-cnt-new-2 .divInfoGroup .txtWrap {
    display: block;
  }
  .m-cnt-new-2 .u-icon-35 {
    position: absolute;
    display: block;
    cursor: pointer;
    bottom: 0;
    right: 5%;
    width: 35%;
    transform: translateY(50%);
  }
}
@media (min-width: 768px) and (max-width: 1280px) {
  html {
    font-size: 16px;
  }
  .m-cnt-1 {
    width: 76vw;
    margin: 2vw auto !important;
    padding: 5vw 2vw 2vw 2vw !important;
  }
  .m-cnt-1 .u-grid__icon {
    width: 20px;
  }
  .m-cnt-1 .u-grid__colspan2 {
    flex-wrap: wrap;
    width: auto;
  }
  .m-cnt-1 .gameAward dl {
    padding: 1vw 2vw 50px 2vw;
  }
  .m-cnt-1 .gameAward dl dd {
    font-size: 16px;
    line-height: 24px;
  }
  .m-cnt-1 .gameAward dl .gameAward__dl__remark {
    font-size: 16px;
    line-height: 24px;
  }
  .m-cnt-6 p {
    padding: 5vw 4vw 5vw;
    border-radius: 3vw;
  }
  .m-cnt-6 p .txtBR {
    display: inline;
  }
  .m-cnt-new-4 .leveltable button {
    margin: 5px;
    font-size: 1.5vw;
  }
}
.divBorder {
  width: 90%;
  max-width: 1200px;
  height: 0px;
  border-bottom: 5px dashed;
  margin: 80px auto;
}

ol.list_Align {
  counter-reset: foo;
  display: table;
}

ol.list_Align li {
  counter-increment: foo;
  display: table-row;
}

ol.list_Align li::before {
  content: counter(foo) ".";
  padding-right: 10px;
  display: table-cell;
  text-align: right;
}
@keyframes LinkBlockSmall {
  0% {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  100% {
    transform: translateX(-100);
    -webkit-transform: translateX(-100%);
  }
}
.LinkBlockSmall {
  animation-name: LinkBlockSmall;
  animation-duration: 600ms;
  animation-fill-mode: forwards;
}

.LinkBlockSmall .Icon_triangle {
  transform: scaleY(1) !important;
}

html,
body,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
a,
u,
em,
b,
i,
span,
img,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
tbody,
tfoot,
thead,
tr,
th,
td,
audio,
video,
input,
textarea,
select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  height: auto;
  min-height: 100%;
  -webkit-user-drag: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-user-select: none;
  -moz-user-select: text;
  user-select: text;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

a {
  text-decoration: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

input,
button,
select,
textarea,
fieldset,
a,
span,
i,
u,
em,
b,
ul,
dl,
dd,
dt {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  border: none;
  outline: none;
}

dl,
ul,
ol,
li {
  list-style: none;
}

a,
img {
  -webkit-touch-callout: none;
  image-rendering: -webkit-optimize-contrast;
  -webkit-user-drag: none;
}

u,
em,
i {
  font-style: normal;
}

.z-scroll {
  height: 100vh;
  overflow-y: scroll;
}

.z-hide {
  display: none;
}

.z-un-scroll {
  overflow: hidden;
}

.z-lock {
  cursor: not-allowed !important;
}

@media screen and (orientation: portrait) {
  /*針對縱向 css去撰寫*/
  body {
    position: relative;
    padding-bottom: 50px;
    min-height: 100vh;
  }
  .m-foot {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media screen and (orientation: landscape) {
  /*針對橫向 css去撰寫*/
}
@media (max-width: 767px) {
  .u-icon-hide {
    display: none;
  }
  .m-link {
    height: -moz-fit-content;
    height: fit-content;
    border: 3px solid #000;
    border-left: none;
    transition-property: all;
    transition-duration: 500ms;
  }
  .m-link label {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background: #000;
    color: #fff;
    transform-origin: 0 100%;
    transform: translateX(102%) rotate(90deg);
    padding: 1px 10px;
    border-radius: 10px 10px 0 0;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    cursor: pointer;
  }
  .m-link .link-ludo {
    font-size: max(1vw, 12px);
  }
  .m-link .link-ludo span {
    line-height: inherit;
  }
  .m-link .link-ludo span.txt_small {
    font-size: max(0.9vw, 11px);
  }
  .m-top {
    position: relative;
  }
  .m-top img {
    display: block;
    width: 100%;
  }
  .m-top .u-banner {
    content: url("../imgs/pic-1-1-m.png");
  }
  .m-top a.u-logo img {
    position: absolute;
    width: 30vw;
    left: 2.5vw;
    top: 2.5vw;
  }
  .m-top a.u-btn {
    position: absolute;
    right: 2.5vw;
    top: 2.5vw;
    background-color: #f5c143;
    color: #fff;
    padding: 1vw 2vw;
    font-size: 4vw;
    font-weight: 600;
    border-radius: 2vw;
  }
  .gameAward_special {
    font-size: 16px;
  }
  .gameAward_special .div_items {
    flex-wrap: wrap;
  }
  .gameAward_special .div_items .divPic {
    width: 100%;
  }
  .gameAward_special .div_items .divPic img {
    position: relative;
    width: 70%;
    margin: 15px auto 0 auto;
  }
  .m-cnt-1 {
    padding: 8vw 10vw;
    position: relative;
  }
  .m-cnt-1 .div-u-tit {
    font-size: 9vw;
    letter-spacing: 3px;
    text-align: center;
  }
  .m-cnt-1 .btnEnterGame {
    margin: 60px auto 0px auto;
    display: block;
    max-width: 80%;
  }
  .m-cnt-1 .u-tit {
    display: block;
    margin: 20px auto 30px auto;
    width: 38vw;
  }
  .m-cnt-1 .u-tit:nth-of-type(3) {
    width: 30vw;
    margin: 60px auto 30px auto;
  }
  .m-cnt-1 .u-grid {
    padding: 15px 0px;
    display: grid;
    grid-template-columns: 1fr 90%;
    -moz-column-gap: 10px;
    column-gap: 10px;
    row-gap: 15px;
    margin-bottom: 50px;
    font-size: 16px;
  }
  .m-cnt-1 .u-grid .u-grid__icon {
    height: 26px;
    width: auto;
  }
  .m-cnt-1 .u-grid .u-grid__colspan2 {
    margin-bottom: 20px;
    margin-top: -5px;
    grid-row: 3/4;
    grid-column: 1/3;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 10px;
    position: relative;
  }
  .m-cnt-1 .u-grid .u-grid__colspan2 .colspan2__span {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 15px;
    font-weight: 700;
    background-color: #52ac4a;
    color: #fff9d5;
    width: 100%;
    border-radius: 23px;
  }
  .m-cnt-1 .u-grid .u-grid__colspan2 .colspan2__span:last-child {
    background-color: #00c5d5;
  }
  .m-cnt-1 .u-grid .u-grid__colspan2 .colspan2__span .colspan2__spanTitle {
    width: -moz-max-content;
    width: max-content;
    border: 1px solid #fff9d5;
    border-radius: 23px;
    padding: 2px 8px;
    margin-right: 10px;
  }
  .m-cnt-1 dl {
    padding: 2vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    background-color: #fff;
  }
  .m-cnt-1 dl span,
  .m-cnt-1 dl b,
  .m-cnt-1 dl img {
    display: inline-block;
    vertical-align: middle;
  }
  .m-cnt-1 dl {
    font-size: 3vw;
    font-weight: 600;
  }
  .m-cnt-1 dl dt {
    font-size: 3vw;
    color: #fff;
    padding-bottom: 0.5vw;
  }
  .m-cnt-1 dl dt span,
  .m-cnt-1 dl dt b {
    background-color: #d42817;
    padding: 0.25vw 0.5vw 0.25vw 1vw;
    border-radius: 0.75vw;
    letter-spacing: 0.5vw;
  }
  .m-cnt-1 dl dt b {
    background-color: #ea7834;
  }
  .m-cnt-1 dl dd {
    border-bottom: 1px solid #918b8a;
    padding: 1vw;
  }
  .m-cnt-1 dl dd img {
    width: 1.75vw;
    margin: 0 3vw;
  }
  .m-cnt-1 dl dd:nth-last-of-type(1) {
    border: none;
  }
  .m-cnt-1 h6 {
    font-size: 2.5vw;
    font-weight: 500;
    padding-top: 2vw;
  }
  .m-cnt-1 .u-ico {
    position: absolute;
    bottom: 0;
    right: 9vw;
    width: 38vw;
  }
  .m-cnt-1 .gameAwardAdd {
    position: relative;
  }
  .m-cnt-1 .gameAwardAdd .u-ico {
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    transform: translate(-50%, 40%);
  }
  .m-cnt-1 .gameAwardAdd .u-ico:last-child {
    left: unset;
    bottom: unset;
    top: 0;
    right: 0;
    transform: translate(30%, -35%);
  }
  .m-cnt-1 .gameAwardAdd dl {
    z-index: 2;
    padding: 20px 2vw 40px 2vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    background-color: #fff;
    background: url(../imgs/f-03.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 16px;
    line-height: 28.8px;
    font-weight: 600;
    text-align: center;
    position: relative;
    color: #fff;
  }
  .m-cnt-1 .gameAwardAdd dl .span__yellow {
    color: #ffff01;
  }
  .m-cnt-1 .gameAwardAdd dl .btnEnterGame {
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    cursor: pointer;
    max-width: 70%;
  }
  .m-cnt-1 .gameAward {
    position: relative;
  }
  .m-cnt-1 .gameAward dl {
    padding: 15px 5px;
    border: 3px solid #000;
    border-radius: 0.8vw;
    background-color: #fff;
    font-size: 1.35vw;
    font-weight: 600;
    text-align: center;
  }
  .m-cnt-1 .gameAward dl > * {
    width: 92%;
    margin: 3px auto;
    display: grid;
  }
  .m-cnt-1 .gameAward dl > span {
    font-size: 14px;
    margin-top: 30px;
  }
  .m-cnt-1 .gameAward dl dt {
    grid-template-columns: 1fr 1fr;
    text-align: left;
    font-size: max(1.2vw, 16px);
  }
  .m-cnt-1 .gameAward dl dt span,
  .m-cnt-1 .gameAward dl dt b {
    background-color: #d42817;
    padding: 2px 10px;
    border-radius: 15px;
    letter-spacing: 0.5vw;
    width: -moz-fit-content;
    width: fit-content;
    color: #fff;
  }
  .m-cnt-1 .gameAward dl dt b {
    background-color: #ea7834;
  }
  .m-cnt-1 .gameAward dl dt img {
    display: none;
  }
  .m-cnt-1 .gameAward dl dd {
    grid-template-columns: auto auto 1fr;
    border-bottom: 1px solid #918b8a;
    padding: 0.5vw;
    font-size: max(1.2vw, 16px);
    justify-content: space-around;
    justify-content: end;
    align-items: center;
  }
  .m-cnt-1 .gameAward dl dd span {
    text-align: left;
  }
  .m-cnt-1 .gameAward dl dd span .txtSign {
    display: block;
    line-height: normal;
    width: 100%;
    text-align: center;
  }
  .m-cnt-1 .gameAward dl dd img {
    width: 10px;
    margin: 0 1.5vw;
  }
  .m-cnt-1 .gameAward dl dd:nth-last-of-type(1) {
    border: none;
  }
  .m-cnt-1 .gameAward h6 {
    text-align: center;
    font-size: max(0.7vw, 15px);
    font-weight: 500;
    padding: 5px 0;
  }
  .m-cnt-1 .gameAward .u-ico {
    display: none;
  }
  .m-cnt-2 {
    padding: 25px 15px;
    position: relative;
    width: 80vw;
    background-color: #fff;
    border: 3px solid #000;
    border-radius: 0.8vw;
    padding-bottom: 6vw;
    margin: 0 auto;
  }
  .m-cnt-2 .u-icon-3 {
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    transform: translate(-30%, -38%);
  }
  .m-cnt-2 .u-icon-2 {
    position: absolute;
    right: -11%;
    top: 45%;
    width: 15%;
  }
  .m-cnt-2 .u-icon-2-1 {
    position: absolute;
    left: -10%;
    top: 60%;
    width: 12%;
  }
  .m-cnt-2 .u-icon-3-2 {
    position: absolute;
    right: 0%;
    bottom: 0;
    width: 40%;
    transform: translate(60%, 50%);
  }
  .m-cnt-2 .u-icon-13 {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 50%);
    bottom: 0;
    width: 70%;
  }
  .m-cnt-2 dl dt {
    text-align: center;
    font-size: max(3.5vw, 16px);
    font-weight: 600;
    padding: 3vw 0 2vw;
  }
  .m-cnt-2 dl dt img[data-file="2"] {
    width: 70% !important;
  }
  .m-cnt-2 dl dt img {
    display: block;
    margin: 0 auto 1vw;
    width: 60%;
  }
  .m-cnt-2 dl dd {
    position: relative;
    margin-bottom: 1vw;
  }
  .m-cnt-2 dl dd .u-img {
    display: block;
    width: 100%;
    border: 2px solid #000;
    border-radius: 0.8vw;
  }
  .m-cnt-2 dl dd .u-btn {
    display: block;
    text-align: center;
    margin-bottom: 2vw;
  }
  .m-cnt-2 dl dd .u-btn img {
    width: 18vw;
  }
  .m-cnt-2 dl dd .u-tit {
    display: block;
    color: #000;
    border-bottom-left-radius: 0.8vw;
    border-bottom-right-radius: 0.8vw;
    cursor: auto;
    margin: 10px 0 30px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }
  .m-cnt-2 dl dd .u-tit u {
    font-size: 8vw;
    font-weight: 600;
    text-decoration: none;
  }
  .m-cnt-2 dl dd .u-tit span {
    flex-grow: 1;
    display: inline-block;
    border-left: 1px solid #918b8a;
    padding-left: 3%;
  }
  .m-cnt-2 dl dd .u-tit span b {
    font-size: 4.5vw;
  }
  .m-cnt-2 dl dd .u-tit span b small {
    color: #54c1f0;
  }
  .m-cnt-2 dl dd .u-tit span {
    font-size: 3.5vw;
  }
  .m-cnt-3 {
    text-align: center;
    padding-top: 15vw;
  }
  .m-cnt-3 .u-icon-5 {
    width: 70%;
    transform: translateX(-13%);
  }
  .m-cnt-3 .u-tit-13,
  .m-cnt-3 .u-tit-14 {
    width: 38vw;
    display: block;
    margin: 10vw auto 0 auto;
  }
  .m-cnt-3 .u-icon-15,
  .m-cnt-3 .u-icon-14 {
    display: inline-block;
    width: 70%;
    margin-bottom: 1.5vw;
    margin-left: 4vw;
  }
  .m-cnt-3 p {
    font-size: max(4vw, 18px);
    font-weight: 600;
    line-height: 1.5;
    margin: 5vw 5vw;
    position: relative;
  }
  .m-cnt-3 p small {
    font-size: max(4vw, 16px);
    margin-top: 1.5vw;
    display: block;
    color: #d42817;
  }
  .m-cnt-3 p.u-t-l {
    margin: 5vw 10vw;
    text-align: left;
  }
  .m-cnt-3 p img {
    position: absolute;
    top: 1.5vw;
    left: -3.5vw;
    width: 2.5vw;
  }
  .m-cnt-3 .u-btn {
    position: relative;
    border: 3px solid #000;
    border-radius: 30px;
    padding: 15px 5%;
    background-color: #fff;
    text-align: left;
    width: 80vw;
    margin: 20vw auto 10vw auto;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .m-cnt-3 .u-btn .u-tit-12 {
    width: 100%;
    margin: 10px auto;
  }
  .m-cnt-3 .u-btn .u-icon-6 {
    width: 18vw;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -70%);
  }
  .m-cnt-3 .u-btn small {
    font-weight: 500;
    margin-left: 0.5vw;
    font-size: max(2vw, 16px);
  }
  .m-cnt-3 .u-btn span:not(.txtBR) {
    display: block;
    margin-top: 0.5vw;
    font-weight: 600;
    font-size: max(3vw, 18px);
    text-align: center;
  }
  .m-cnt-3 .u-btn .txtBR {
    visibility: hidden;
    height: 0;
    display: block;
  }
  .divBorder {
    margin: 30px auto !important;
  }
  .m-cnt-4 {
    width: 80vw;
    margin: 8vw auto 50px auto;
  }
  .m-cnt-4 .icon-31,
  .m-cnt-4 .u-icon-32 {
    display: none;
  }
  .m-cnt-4 .u-info {
    background-color: #ebb841;
    border-radius: 35px;
    border: 3px solid #000;
    position: relative;
    font-weight: 500;
  }
  .m-cnt-4 .u-info:nth-of-type(2) {
    margin-top: 25vw;
  }
  .m-cnt-4 .u-info .u-icon {
    display: block;
    width: 50%;
    margin: 0 auto;
    margin-top: -16vw;
  }
  .m-cnt-4 .u-info .u-tit {
    display: block;
    width: 70%;
    margin: 20px auto 5px auto;
  }
  .m-cnt-4 .u-info p {
    font-size: max(4vw, 18px);
    margin: 1vw 4vw;
    border-top: 0.25vw solid #000;
    padding: 1vw 2vw 5vw;
  }
  .m-cnt-4 .u-info span {
    margin: 0vw auto;
    font-weight: 700;
    display: block;
    text-align: center;
    font-size: max(4vw, 24px);
  }
  .m-cnt-4 .u-info ol {
    margin: 0 10% 8vw 10%;
    font-size: max(2vw, 16px);
  }
  .m-cnt-4 .u-info ol li {
    list-style: auto;
  }
  .m-cnt-4 .u-info ol li .RuleList_sec {
    margin: 0 10%;
    margin-left: 1.5vw;
    counter-reset: list;
  }
  .m-cnt-4 .u-info ol li .RuleList_sec.width {
    width: 62vw;
  }
  .m-cnt-4 .u-info ol li .RuleList_sec li {
    list-style: none;
    position: relative;
    padding-left: 4vw;
  }
  .m-cnt-4 .u-info ol li .RuleList_sec li:before {
    counter-increment: list;
    content: "(" counter(list, decimal) ") ";
    position: absolute;
    left: -2vw;
  }
  .m-cnt-4 .u-3 {
    text-align: center;
  }
  .m-cnt-4 .u-3 .u-tit-9 {
    width: 50vw;
  }
  .m-cnt-4 .u-3 p {
    font-weight: 500;
  }
  .m-cnt-4 .u-3 p span {
    min-width: 66%;
    display: inline-block;
    border-radius: 5vw;
    border: 2px solid #000;
    background-color: #fff;
    padding: 2vw 4vw;
    font-size: 4vw;
    margin-top: 3vw;
  }
  .m-cnt-4 .u-3 p span b {
    color: #ce2c25;
  }
  .m-cnt-4 .u-3 p span:nth-last-of-type(1) {
    background-color: #eb7e00;
    color: #fff;
    position: relative;
  }
  .m-cnt-4 .u-3 p span:nth-last-of-type(1) small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 120%);
    width: 100%;
    color: #000;
  }
  .m-cnt-4 .u-3 p em {
    display: block;
    width: 100%;
    margin-top: 3vw;
  }
  .m-cnt-4 .u-3 p em img {
    width: 2.5vw;
  }
  .m-cnt-4 .u-4 {
    width: 90vw;
    text-align: center;
    margin: 15vw auto 5vw -5vw;
  }
  .m-cnt-4 .u-4 .u-tit-8 {
    width: 90%;
  }
  .m-cnt-4 .u-4 dl {
    float: left;
    width: 41%;
    margin: 5vw 4% 0;
  }
  .m-cnt-4 .u-4 dl dt {
    text-align: center;
  }
  .m-cnt-4 .u-4 dl dt .u-tit-5 {
    width: 22vw;
  }
  .m-cnt-4 .u-4 dl dt .u-tit-6 {
    width: 26vw;
  }
  .m-cnt-4 .u-4 dl dd {
    font-weight: 600;
  }
  .m-cnt-4 .u-4 dl dd span {
    width: 100%;
    display: inline-block;
    border-radius: 7vw;
    border: 0.5vw solid #000;
    background-color: #fff;
    padding: 2vw 5vw;
    font-size: 3.5vw;
    margin-top: 3vw;
  }
  .m-cnt-4 .u-4 dl dd span b {
    color: #ce2c25;
  }
  .m-cnt-4 .u-4 dl dd span:nth-last-of-type(1) {
    background-color: #eb7e00;
    color: #fff;
    position: relative;
  }
  .m-cnt-4 .u-4 dl dd span:nth-last-of-type(1) small {
    display: block;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 120%);
    width: 100%;
    color: #000;
    white-space: nowrap;
  }
  .m-cnt-4 .u-4 dl dd em {
    display: block;
    width: 100%;
    margin-top: 3vw;
  }
  .m-cnt-4 .u-4 dl dd em img {
    width: 2.5vw;
  }
  .m-cnt-4 .u-4 dl dd:nth-last-of-type(1) {
    margin-top: 0;
    font-size: 3vw;
    font-weight: 500;
  }
  .m-cnt-4 .u-4 dl .u-tit-5 {
    content: url("../imgs/tit-5-m.png");
  }
  .m-cnt-4 .u-4 dl .u-tit-5,
  .m-cnt-4 .u-4 dl .u-tit-6 {
    width: 100%;
  }
  .m-cnt-4 .u-4 dl .u-tit-5-1,
  .m-cnt-4 .u-4 dl .u-tit-6-1 {
    display: none;
  }
  .m-cnt-4 .u-4:after {
    clear: both;
    display: table;
    content: " ";
  }
  .m-cnt-4 .u-5 {
    text-align: center;
    margin-top: 35px;
    display: block;
    font-size: 14px;
    font-weight: 500;
  }
  .m-cnt-5 {
    width: 80vw;
    margin: 20vw auto;
    padding: 12vw 15px 0 20px;
    border: 3px solid #000;
    border-radius: 0.8vw;
    position: relative;
    background-color: #fff;
  }
  .m-cnt-5 .RuleList {
    font-size: max(1.25vw, 16px);
    font-weight: 600;
    padding: 3vw 3vw 3vw 4vw;
    width: 100%;
  }
  .m-cnt-5 .RuleList ol li {
    list-style: auto;
    margin-bottom: 10px;
  }
  .m-cnt-5 .RuleList ol li .RuleList_sec {
    margin-left: 1.5vw;
    counter-reset: list;
  }
  .m-cnt-5 .RuleList ol li .RuleList_sec li {
    margin-left: 15px;
    list-style: none;
    position: relative;
  }
  .m-cnt-5 .RuleList ol li .RuleList_sec li:before {
    counter-increment: list;
    content: "(" counter(list, decimal) ") ";
    position: absolute;
    left: -25px;
  }
  .m-cnt-5 .u-tit-7 {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35vw;
  }
  .m-cnt-5 .u-icon-10 {
    width: 90%;
    display: block;
    margin: 15px auto 0 auto;
    transform: translateX(10%);
  }
  .m-cnt-6 {
    width: 80vw;
    margin: 70px auto 30px;
    position: relative;
    background-color: #fff;
    font-size: max(3.5vw, 16px);
    font-weight: 600;
    line-height: 1.5;
    border-radius: 35px;
    padding: 4vw 4vw 6vw;
    border: 3px solid #000;
    border-radius: 3vw;
  }
  .m-cnt-6 .u-tit-15 {
    position: absolute;
    display: block;
    width: 90%;
    top: 0;
    left: 50%;
    transform: translate(-50%, -135%);
  }
  .m-cnt-6 .u-icon-21 {
    width: 27vw;
    position: absolute;
    top: -14vw;
    right: -5vw;
    opacity: 0;
  }
  .m-cnt-6 .divBtns {
    margin-top: 20px;
  }
  .m-cnt-6 .divBtns img {
    display: block;
    width: 86%;
    margin: 10px auto;
  }
  .m-cnt-7 {
    text-align: center;
    margin-bottom: 18vw;
  }
  .m-cnt-7 h5 {
    font-size: 5vw;
    font-weight: 500;
    padding: 4vw 0 2vw;
  }
  .m-cnt-7 .u-search {
    margin-bottom: 2vw;
  }
  .m-cnt-7 .u-search * {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 1.5vw;
  }
  .m-cnt-7 .u-search {
    font-size: 4vw;
  }
  .m-cnt-7 .u-search img {
    width: 1.5vw;
  }
  .m-cnt-7 .u-search a img {
    display: block;
    width: 20vw;
    margin-bottom: 0;
  }
  .m-cnt-7 .u-search input,
  .m-cnt-7 .u-search select {
    border: 0.25vw solid #000;
    box-sizing: border-box;
    background-color: #fff;
    padding: 1vw 0.75vw;
    border-radius: 4vw;
    font-size: 4vw;
    font-weight: 600;
    text-align: center;
    margin-right: 1.5vw;
    width: 40vw;
  }
  .m-cnt-7 .u-note {
    font-size: 3vw;
    margin: 2vw 16vw;
  }
  .m-cnt-7 .u-list {
    width: 75vw;
    margin: 0 auto;
    border: 0.5vw solid #000;
    border-radius: 2vw;
  }
  .m-cnt-7 .u-list h4 {
    border-bottom: 0.15vw solid #000;
    border-top-left-radius: 1.5vw;
    border-top-right-radius: 1.5vw;
    color: #fff;
    background-color: #3159a1;
    font-weight: 600;
  }
  .m-cnt-7 .u-list h6 {
    background-color: #fff;
    border-bottom: 0.15vw solid #000;
  }
  .m-cnt-7 .u-list h6:nth-last-of-type(1) {
    border-bottom-left-radius: 1.5vw;
    border-bottom-right-radius: 1.5vw;
    border-bottom: none;
  }
  .m-cnt-7 .u-list h4,
  .m-cnt-7 .u-list h6 {
    font-size: 3vw;
  }
  .m-cnt-7 .u-list h4 span,
  .m-cnt-7 .u-list h6 span {
    display: block;
    float: left;
    width: 24.5%;
    padding: 2vw 0;
    border-left: 0.15vw solid #000;
  }
  .m-cnt-7 .u-list h4 span:nth-of-type(1),
  .m-cnt-7 .u-list h6 span:nth-of-type(1) {
    border-left: none;
    width: 14.5%;
  }
  .m-cnt-7 .u-list h4 span:nth-of-type(2),
  .m-cnt-7 .u-list h6 span:nth-of-type(2) {
    width: 34.5%;
  }
  .m-cnt-7 .u-list h4 span:nth-of-type(3),
  .m-cnt-7 .u-list h6 span:nth-of-type(3) {
    width: 28.5%;
  }
  .m-cnt-7 .u-list h4 span:nth-of-type(4),
  .m-cnt-7 .u-list h6 span:nth-of-type(4) {
    width: 20.5%;
  }
  .m-cnt-7 .u-list h4:after,
  .m-cnt-7 .u-list h6:after {
    clear: both;
    display: table;
    content: " ";
  }
  .m-cnt-7 .u-list h4.z-on,
  .m-cnt-7 .u-list h6.z-on {
    font-weight: 600;
    color: #3159a1;
  }
  .m-cnt-8 {
    text-align: center;
    margin: 5vw 0 15vw;
  }
  .m-cnt-8 .u-icon-25 {
    width: 28vw;
  }
  .m-cnt-8 h4 {
    font-size: 5vw;
    font-weight: 600;
    margin: 5vw 0 4vw;
  }
  .m-cnt-8 h4 input {
    display: inline-block;
    border: 0.25vw solid #000;
    margin-top: 2vw;
    padding: 1.5vw;
    border-radius: 4vw;
    font-size: 3.5vw;
    font-weight: 600;
    text-align: center;
    min-width: 60vw;
  }
  .m-cnt-8 a img {
    width: 60vw;
  }
  .m-cnt-9 {
    text-align: center;
    margin: 5vw 0 15vw;
  }
  .m-cnt-9 .u-icon-25 {
    width: 28vw;
  }
  .m-cnt-9 h4 {
    font-size: 4vw;
    font-weight: 600;
    margin: 5vw 0 4vw;
  }
  .m-cnt-9 h4 b {
    display: block;
    font-size: 5vw;
  }
  .m-cnt-9 h5 a img {
    width: 60vw;
  }
  .m-cnt-9 p {
    margin-top: 3vw;
    font-size: 4vw;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    display: inline-block;
    padding: 0 15vw;
  }
  .m-cnt-9 div {
    text-align: center;
    margin: 3vw 0 0;
  }
  .m-cnt-9 div img {
    display: inline-block;
    margin: 2vw 1vw;
    width: 15vw;
    border: 0.4vw solid #000;
    border-radius: 1vw;
  }
  .m-cnt-9 div span {
    overflow: scroll;
    width: clamp(300px, 45%, 100%);
    display: inline-block;
    background-color: #000;
    border-radius: 4vw;
    color: #fff;
    font-size: 3vw;
    font-weight: 500;
    padding: 1vw 4vw;
    text-align: center;
  }
  .m-cnt-9 h6 {
    margin-top: 4vw;
  }
  .m-cnt-9 h6 img {
    width: 60vw;
  }
  .m-receive {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 112;
    background-color: #fff;
    border: 1vw solid #000;
    border-radius: 2vw;
    text-align: center;
  }
  .m-receive div {
    position: relative;
    z-index: 113;
    text-align: center;
    padding: 5vw 0;
  }
  .m-receive div .u-close {
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 5vw;
  }
  .m-receive div h4 {
    font-size: 4.25vw;
    font-weight: 600;
  }
  .m-receive div .u-icon-25 {
    display: inline-block;
    width: 18vw;
    margin: 2vw 0;
  }
  .m-receive div h5 b {
    font-size: 8vw;
    font-weight: 600;
    line-height: 1;
  }
  .m-receive div h5 small {
    font-size: 3.5vw;
    font-weight: 600;
  }
  .m-receive div h5 span {
    display: block;
    font-size: 4.5vw;
    font-weight: 600;
  }
  .m-receive div p {
    font-size: 4.5vw;
    font-weight: 600;
    margin-top: 2vw;
  }
  .m-receive div p small {
    display: block;
    font-size: 3.25vw;
    font-weight: 600;
  }
  .m-login {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 112;
    background-color: #fff;
    border: 1vw solid #000;
    border-radius: 2vw;
    text-align: center;
  }
  .m-login div {
    position: relative;
    z-index: 113;
  }
  .m-login div .u-icon-4 {
    position: absolute;
    z-index: 114;
    top: -4vw;
    left: -4vw;
    width: 12vw;
  }
  .m-login div .u-close {
    position: absolute;
    top: 2vw;
    right: 2vw;
    width: 5vw;
  }
  .m-login div .u-bg-1 {
    width: 100%;
    display: block;
    border-radius: 1vw;
    margin-bottom: 2vw;
  }
  .m-login div input {
    display: inline-block;
    width: 52%;
    border-radius: 6vw;
    border: 0.25vw solid #000;
    background-color: #e4e4e4;
    color: #909090;
    padding: 2vw;
    font-size: 3.5vw;
    font-weight: 600;
    margin-top: 2vw;
    text-align: center;
  }
  .m-login h6 {
    padding: 4vw 0 4vw;
  }
  .m-login h6 img {
    display: inline-block;
    vertical-align: middle;
    width: 15vw;
    margin: 0 2vw;
  }
  .m-login#J_checkinfo #PicUpload {
    cursor: pointer;
    width: min(350px, 80%);
  }
  .m-login#J_checkinfo .divForm {
    margin: 0 auto;
    width: min(350px, 80%);
  }
  .m-login#J_checkinfo .divForm div label {
    display: block;
    text-align: left;
    font-weight: bold;
    padding-left: 1.5vw;
    font-size: 12px;
  }
  .m-login#J_checkinfo .divForm div input {
    width: 100%;
    margin: 0 auto 15px auto;
    text-align: left;
    font-size: 14px;
  }
  .m-login#J_checkinfo .divForm div #preview_FileOtherFile {
    visibility: hidden;
    height: 0px;
    width: 0px;
  }
  .m-login#J_checkinfo .btnSubmit {
    display: inline-block;
    padding: 5px 25px;
    font-size: 24px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    background-color: #7ab249;
    border: 3px solid #231815;
    border-radius: 35px;
    box-shadow: 0 6px #1f672a;
    font-weight: 900;
  }
  .m-login#J_checkinfo .btnSubmit:active {
    box-shadow: 0 2px #1f672a;
    transform: translateY(4px);
  }
  .m-pc {
    display: none !important;
  }
  .m-link {
    top: 30%;
  }
  .m-link a {
    font-size: 3.5vw;
    padding: 1vw;
  }
  .m-foot {
    font-size: 3vw;
  }
  .m-cnt-new-1 {
    width: 80vw;
    margin: 5vw auto;
    padding: 3vw 6vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    position: relative;
    background-color: #fcceb6;
  }
  .m-cnt-new-1 .u-tit-19 {
    width: 100%;
  }
  .m-cnt-new-1 .__gameRule {
    display: block;
    font-size: 16px;
    margin: 20px 0;
  }
  .m-cnt-new-1 .__gameDetail {
    border: 1px solid #a16f54;
    background-color: #f9f2ea;
    padding: 1.5vw;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item {
    display: flex;
    flex-direction: column;
    text-align: center;
    flex-grow: 1;
    font-weight: bold;
    font-size: 16px;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item:first-child {
    display: none;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item * {
    display: block;
    margin: 0 auto;
    padding: 10px;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:first-child {
    font-size: 20px;
    word-break: keep-all;
    width: 100%;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:first-child::before {
    content: "【連續參加";
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:first-child::after {
    content: "】";
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child {
    width: 100%;
    flex-grow: 1;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child > img {
    width: 60%;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child p.AwardName {
    font-size: 16px;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child div.AwardPrice {
    font-size: 16px;
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child div.AwardPrice img {
    margin: 0 5px 0 0;
    padding: 0;
    display: inline-block;
    width: 17px;
  }
  .m-cnt-new-1 .__gameDetail .__gameDetail_item span:last-child div.AwardPrice:not(.noBorder_Right):after {
    content: " ";
    background-color: #a16f54;
    width: 90%;
    opacity: 0.6;
    height: 1px;
    display: block;
    margin: 15px auto;
  }
  .m-cnt-new-3 {
    width: 80vw;
    margin: 5vw auto;
    padding: 2vw 2vw;
    border: 0.4vw solid #000;
    border-radius: 0.8vw;
    position: relative;
    background-color: #feeac7;
  }
  .m-cnt-new-3 .u-tit-20 {
    width: 70%;
    margin: 0 auto;
    display: block;
  }
  .m-cnt-new-3 ol {
    margin-top: 15px;
  }
  .m-cnt-new-3 ol li {
    font-weight: 700;
    line-height: 27.2px;
    font-size: 16px;
  }
  .m-cnt-new-3 ol li .font__highlight {
    color: #e04a3c;
    font-size: 20px;
  }
  .m-cnt-new-4 {
    width: 80vw;
    margin: 5vw auto;
    padding: 3.5vw 2vw;
    border: 0.4vw solid #000;
    background-color: #fff;
    border-radius: 0.8vw;
    position: relative;
    font-weight: 700;
    font-size: 16px;
  }
  .m-cnt-new-4 .u-tit-21 {
    display: none;
  }
  .m-cnt-new-4 .u-tit-21_m {
    text-align: center;
    display: block;
    font-size: 30px;
    font-weight: 700;
  }
  .m-cnt-new-4 .grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(auto, 1.5fr)) 3fr 1fr;
    grid-template-rows: auto;
  }
  .m-cnt-new-4 .grid * {
    text-align: center;
  }
  .m-cnt-new-4 .grid .span__TopBorder {
    border-top-width: 2px !important;
  }
  .m-cnt-new-4 .grid .span__BottomBorder {
    border-bottom-width: 2px !important;
  }
  .m-cnt-new-4 .grid .span__btns {
    flex-wrap: wrap;
    align-content: center;
    gap: 15px;
  }
  .m-cnt-new-4 .grid button {
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #e04a3c;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #999;
  }
  .m-cnt-new-4 .grid button:hover {
    background-color: #c5392d;
  }
  .m-cnt-new-4 .grid button:active {
    background-color: #c5392d;
    box-shadow: 0 2px #666;
    transform: translateY(3px);
  }
  .m-cnt-new-4 .grid button:first-child {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #3c96e0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #999;
  }
  .m-cnt-new-4 .grid button:first-child:hover {
    background-color: #2f83c9;
  }
  .m-cnt-new-4 .grid button:first-child:active {
    background-color: #2f83c9;
    box-shadow: 0 2px #666;
    transform: translateY(3px);
  }
  .m-cnt-new-4 .grid .span__Title {
    visibility: hidden;
  }
  .m-cnt-new-4 .grid .span__space {
    grid-column: 1/5;
    height: 10px;
  }
  .m-cnt-new-4 .grid .span__K {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-new-4 .grid .span__K.span__K__Title {
    grid-row: 2 / span 13;
    border-width: 2px 1px 2px 2px;
  }
  .m-cnt-new-4 .grid .span__K.span__K__Score {
    grid-row: 2 / span 13;
    grid-column: 4;
    border-width: 2px 2px 2px 1px;
  }
  .m-cnt-new-4 .grid .span__C {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-new-4 .grid .span__C.span__C__Title {
    grid-row: span 9;
    border-width: 2px 1px 1px 2px;
  }
  .m-cnt-new-4 .grid .span__C.span__C__Title2 {
    grid-row: span 5;
    border-width: 1px 1px 2px 2px;
  }
  .m-cnt-new-4 .grid .span__C.span__C__Score {
    grid-row: 16 / span 14;
    grid-column: 4;
    border-width: 2px 2px 2px 1px;
  }
  .m-cnt-new-4 .grid .span__CM {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-new-4 .grid .span__CM.span__CM__Title {
    grid-row: span 6;
    border-width: 2px 1px 2px 2px;
  }
  .m-cnt-new-4 .grid .span__CM.span__CM__Score {
    grid-row: 31 / span 6;
    grid-column: 4;
    border-width: 2px 2px 2px 1px;
  }
  .m-cnt-new-4 .grid .span__WRYG {
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .m-cnt-new-4 .grid .span__WRYG.span__WRYG__Title {
    grid-row: span 6;
    border-width: 2px 1px 2px 2px;
  }
  .m-cnt-new-4 .grid .span__WRYG.span__WRYG__Score {
    grid-row: 38 / span 6;
    grid-column: 4;
    border-width: 2px 2px 2px 1px;
  }
  .m-cnt-new-4 .divRule {
    margin: 25px auto 0 auto;
  }
  .m-cnt-new-2 {
    width: 80vw;
    margin: 15vw auto;
    padding: 0;
    padding-bottom: 30px;
    border: 3px solid #000;
    border-radius: 0.8vw;
    position: relative;
    background-color: #ffffff;
  }
  .m-cnt-new-2 .divImgGroup {
    overflow: hidden;
    border-radius: 0.8vw 0.8vw 0 0;
    border-bottom: 0.4vw solid #000;
  }
  .m-cnt-new-2 .divImgGroup .imgLudodo {
    display: block;
    width: 101%;
  }
  .m-cnt-new-2 .divInfoGroup {
    padding: 2.5vw 3.8vw 4vw 3.8vw;
    font-size: max(1.3vw, 16px);
    line-height: max(1.6vw, 30px);
    font-weight: 700;
  }
  .m-cnt-new-2 .divInfoGroup .txtWrap {
    display: inline;
  }
  .m-cnt-new-2 .divInfoGroup .txtWrap.txtWrap_m {
    display: block;
  }
  .m-cnt-new-2 .u-icon-35 {
    position: absolute;
    display: block;
    cursor: pointer;
    bottom: 0;
    left: 50%;
    width: 80%;
    transform: translate(-50%, 50%);
  }
  .leveltable {
    border-collapse: collapse;
    width: 100%;
    margin-top: 1vw;
  }
  .leveltable th {
    text-align: center;
    padding: 2% 0;
  }
  .leveltable td {
    border: 0.2vw solid #000;
    letter-spacing: normal;
    padding: 1% 0;
    text-align: center;
    font-size: 3.5vw;
  }
  .leveltable td:nth-of-type(3) {
    text-align: left;
    padding-left: 2%;
  }
  .leveltable td:nth-last-child(1) {
    text-align: left;
    padding-left: 2%;
  }
  .leveltable .spaceTD {
    border: none;
  }
  .leveltable .tbbottom {
    border: none;
  }
  .leveltable .span__btns {
    flex-wrap: wrap;
    align-content: center;
    gap: 15px;
  }
  .leveltable button {
    margin: 5px;
    font-size: 3.5vw;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #e04a3c;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #999;
  }
  .leveltable button:hover {
    background-color: #c5392d;
  }
  .leveltable button:active {
    background-color: #c5392d;
    box-shadow: 0 2px #666;
    transform: translateY(3px);
  }
  .leveltable button {
    width: 80%;
  }
  .leveltable button:first-child {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    background-color: #3c96e0;
    border: none;
    border-radius: 5px;
    box-shadow: 0 5px #999;
  }
  .leveltable button:first-child:hover {
    background-color: #2f83c9;
  }
  .leveltable button:first-child:active {
    background-color: #2f83c9;
    box-shadow: 0 2px #666;
    transform: translateY(3px);
  }
} /*# sourceMappingURL=main.css.map */
