@charset "UTF-8";
/*RWD設定-media*/
/*RWD-end*/
/* 字體大小設定*/
/*字體大小設定end*/
body {
  font-family: "Inter", sans-serif;
  overscroll-behavior: contain;
  user-select: none;
  margin: 0 auto;
  max-width: 1920px;
  padding-top: 60px;
  background: #F5F7F8;
}
@media (max-width: 550px) {
  body {
    padding-top: 50px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

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

.color-set-one {
  background: #FDC12D;
}

.color-set-two {
  background: #E84D2A;
}

.color-set-three {
  background: #9C5DF4;
}

.color-set-four {
  background: #23C882;
}

.color-set-five {
  background: #F56F63;
}

.color-set-six {
  background: #2BB7F3;
}

.color-set-backGround-one {
  background: #FDF0CE;
}

.color-set-backGround-two {
  background: rgba(232, 77, 42, 0.2);
}

.color-set-backGround-three {
  background: rgba(156, 93, 244, 0.2);
}

.color-set-backGround-four {
  background: rgba(35, 200, 130, 0.2);
}

.color-set-backGround-five {
  background: rgba(245, 111, 99, 0.2);
}

.color-set-backGround-six {
  background: rgba(43, 183, 243, 0.2);
}

.color-set-title-one {
  background-color: #fde7ab;
  height: 100%;
}

.color-set-title-two {
  background: rgba(232, 77, 42, 0.4);
  height: 100%;
}

.color-set-title-three {
  background: rgba(156, 93, 244, 0.4);
  height: 100%;
}

.color-set-title-four {
  background: rgba(35, 200, 130, 0.4);
  height: 100%;
}

.color-set-title-five {
  background: rgba(245, 111, 99, 0.4);
  height: 100%;
}

.color-set-title-six {
  background: rgba(43, 183, 243, 0.4);
  height: 100%;
}

.drawCardWrap {
  background: #f5f7f8;
}
.drawCardWrap .drawCardTapbar {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  position: sticky;
  top: 60px;
  z-index: 90;
}
@media (max-width: 550px) {
  .drawCardWrap .drawCardTapbar {
    top: 50px;
  }
}
.drawCardWrap .drawCardTapbarNav {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  border-bottom: 0px;
  margin: 0 auto;
}
@media (max-width: 414px) {
  .drawCardWrap .drawCardTapbarNav {
    width: 100%;
    flex-wrap: nowrap;
  }
}
.drawCardWrap .drawCardTapbarNav button {
  min-width: 90px;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: #606060;
  border-bottom: 4px solid transparent;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
  padding: 20px 18px;
}
.drawCardWrap .drawCardTapbarNav button.active {
  color: #FDC12D;
  border-bottom: 4px solid #FDC12D;
}
.drawCardWrap .drawCardTapbarNav button:hover {
  border-bottom: 4px solid #FDC12D;
}
@media (max-width: 767px) {
  .drawCardWrap .drawCardTapbarNav button {
    min-width: auto;
    flex: 1;
  }
}
@media (max-width: 414px) {
  .drawCardWrap .drawCardTapbarNav button {
    padding: 8px;
  }
}
.drawCardWrap .drawCardList {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .drawCardWrap .drawCardList {
    width: 100%;
  }
}
.drawCardWrap .drawCardList .container {
  padding: 0;
}
@media (max-width: 1400px) {
  .drawCardWrap .drawCardList .container {
    max-width: 100%;
  }
}
@media (max-width: 1024px) {
  .drawCardWrap .drawCardList .container {
    max-width: 99%;
  }
}
.drawCardWrap .drawCardList .card {
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 20px;
  border: 0px;
}
.drawCardWrap .drawCardList .card-header {
  color: #606060;
  font-weight: 700;
  font-size: 1.2rem;
  background: linear-gradient(180deg, rgba(255, 233, 18, 0.8) -48.44%, #fef27a 110.22%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1.2;
  border-bottom: 0px;
}
.drawCardWrap .drawCardList .card-header h3 {
  font-weight: 700;
  font-size: 1.2rem;
  margin-bottom: 0;
}
.drawCardWrap .drawCardList .card-header .countdown {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.drawCardWrap .drawCardList .card-header .countdown img {
  width: 1.2rem;
  margin-right: 5px;
}
.drawCardWrap .drawCardList .card-body .draw-info {
  font-size: 13px;
  color: #5d5d5d;
}
.drawCardWrap .drawCardList .card-body .draw-info p {
  margin-bottom: 0;
}
.drawCardWrap .drawCardList .card-body .draw-info .drawCardDrawDate {
  line-height: 28px;
  font-size: 13px;
  margin-right: 5px;
}
@media (max-width: 414px) {
  .drawCardWrap .drawCardList .card-body .draw-info .drawCardDrawDate {
    width: 98px;
  }
}
.drawCardWrap .drawCardList .card-body .draw-info .btn-group button {
  font-size: 13px;
  background-color: #cbcbcb;
  border-color: #cbcbcb;
  color: #5d5d5d;
}
.drawCardWrap .drawCardList .card-body .draw-info .btn-group button::after {
  display: inline-block;
  font-size: 18px;
  transform: translateY(2px);
}
.drawCardWrap .drawCardList .card-body .win-number-title {
  color: #fcd923;
  font-size: 14px;
}
.drawCardWrap .drawCardList .card-body .win-number .drawCardWinBall span {
  display: inline;
  border: 1px solid #cbcbcb;
  border-radius: 50%;
  width: 40px;
  line-height: 35px;
  text-align: center;
  margin: 0px 5px;
  font-weight: 900;
  font-size: 20px;
}
.drawCardWrap .drawCardList .card-body .draw-links a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 10px;
}
.drawCardWrap .drawCardList .card-body .draw-links a:hover {
  background-color: #f1f1f1;
  color: #777777;
}
.drawCardWrap .drawCardList .card-body .draw-links .trend-btn img {
  width: 16px;
  margin-right: 5px;
}
.drawCardWrap .drawCardList .card-body .draw-links .history-btn img {
  width: 16px;
  margin-right: 10px;
}
.drawCardWrap .drawCardList .dropdown-item.active,
.drawCardWrap .drawCardList .dropdown-item:active {
  color: #1e2125;
  text-decoration: none;
  background-color: #e9eeef;
}
.drawCardWrap .drawCardList .dropdown-menu {
  max-height: 200px;
  overflow-y: scroll;
}
.drawCardWrap .drawCardList .dropdown-item {
  cursor: pointer;
}
.drawCardWrap .drawCardList .dropdown-menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #969696;
}
.drawCardWrap .drawCardList .dropdown-menu::-webkit-scrollbar {
  width: 6px;
  background-color: black;
}
.drawCardWrap .drawCardList .dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #414141;
}

.drawCardCount {
  width: 100px;
}

.drawCardCountLoad {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #363636;
  display: none;
}

.card-body {
  padding: 10px;
}

.apiLoad {
  font-size: 16px;
  color: #000;
}

.mb-1 {
  height: 35px;
}

.navbar-toggler:focus, .navbar-toggler:active, .navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
}

.main {
  font-size: 16px;
  width: 100%;
  overflow: auto;
  margin: auto;
  position: relative;
  border-radius: 10px;
}

.optionContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eceff1;
  padding: 25px;
  margin: 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
}
@media (max-width: 767px) {
  .optionContent {
    font-size: 14px;
  }
}
@media (max-width: 550px) {
  .optionContent {
    padding: 10px;
  }
}

.historyOptionContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #eceff1;
  padding: 25px;
  margin: 20px 0;
  box-sizing: border-box;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  border-radius: 5px;
}
@media (max-width: 1024px) {
  .historyOptionContent {
    padding: 10px;
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .historyOptionContent {
    font-size: 14px;
  }
}

.box {
  display: flex;
  color: #363636;
  min-height: 80px;
}

.gameIcon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  margin-right: 19px;
}

.gameIcon-other-6D {
  min-width: 50px;
  width: 70px;
  height: 50px;
  margin-right: 19px;
}

.statisticsBox {
  display: flex;
  min-height: 80px;
}

.colorBackGround {
  box-sizing: border-box;
}

.titleDiv {
  display: flex;
  box-sizing: border-box;
  color: #606060;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5;
  background-color: white;
  min-height: 80px;
}
.titleDiv .left {
  background: linear-gradient(180deg, rgba(255, 233, 18, 0.8) -48.44%, #fef27a 110.22%);
  display: flex;
  box-sizing: border-box;
  background-color: white;
}
.titleDiv .rightTitle {
  padding: 10px 0;
  text-align: center;
}
.titleDiv .rightContent {
  display: flex;
  height: 35px;
}
.titleDiv .titleNo {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 550px) {
  .titleDiv .titleNo {
    width: 40px;
    background: linear-gradient(180deg, rgba(255, 233, 18, 0.8) -48.44%, #fef27a 110.22%);
  }
}
.titleDiv .titleIcon {
  width: 22px;
  margin-left: 5px;
}
.titleDiv .titleDate {
  width: 120px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
}
@media (max-width: 550px) {
  .titleDiv .titleDate {
    background: linear-gradient(180deg, rgba(255, 233, 18, 0.8) -48.44%, #fef27a 110.22%);
  }
}
.titleDiv .titleNumber {
  width: 215px;
  display: flex;
  align-items: center;
  margin-left: 0;
}

.statisticsTitleDiv {
  width: 100%;
  display: inline-flex;
  box-sizing: border-box;
  display: flex;
  color: #606060;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  min-height: 80px;
}
.statisticsTitleDiv .left {
  background: linear-gradient(180deg, rgba(255, 233, 18, 0.8) -48.44%, #fef27a 110.22%);
  display: flex;
  background-color: #fef27a;
}
.statisticsTitleDiv .toDataTotalArea {
  width: 200px;
  display: flex;
  align-items: center;
  padding-left: 70px;
}
@media (max-width: 550px) {
  .statisticsTitleDiv .toDataTotalArea {
    width: 160px;
    padding-left: 20px;
  }
}
.statisticsTitleDiv .rightTitle {
  padding: 10px 0;
  text-align: center;
  font-weight: 600;
}
.statisticsTitleDiv .rightContent {
  display: flex;
  height: 36px;
}

.leftBox {
  display: flex;
  background-color: #ffffff;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  color: #606060;
}
@media (max-width: 550px) {
  .leftBox {
    font-size: 12px;
  }
}
.leftBox .toDataTotalArea {
  width: 200px;
  padding-left: 70px;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  background-color: white;
}
@media (max-width: 550px) {
  .leftBox .toDataTotalArea {
    width: 160px;
    padding-left: 20px;
  }
}

.toSortArea {
  width: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
}
@media (max-width: 550px) {
  .toSortArea {
    width: 40px;
  }
}

.toDateArea {
  width: 120px;
  display: flex;
  align-items: center;
  color: #000000;
}
@media (max-width: 550px) {
  .toDateArea {
    background-color: white;
    width: 120px;
  }
}

.toLuckyArea {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.rightBoxContent {
  display: flex;
}

.luckyNumber {
  width: 30px;
  height: 30px;
  border-radius: 28px;
  margin-right: 13px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  background-color: #FDC12D;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bodyLuckyNumber {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin: auto;
  color: #fff;
}

.unLuckyNumber {
  width: 30px;
  height: 30px;
  border-radius: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 13px;
  color: white;
  font-weight: 700;
  font-size: 18px;
  background-color: #D9D9D9;
}

.number-area {
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
}

.allPeriodbtnBoxArea {
  position: -webkit-sticky;
  position: sticky;
  top: 60px;
  z-index: 8;
  width: 100%;
  height: 78px;
  background-color: white;
  box-sizing: border-box;
  border-bottom: 0.5px solid #e8e8e8;
}
@media (max-width: 550px) {
  .allPeriodbtnBoxArea {
    height: 50px;
    top: 49px;
  }
}

.allPeriodbtnBox {
  display: flex;
  justify-content: center;
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  height: 100%;
  background-color: white;
}
@media (max-width: 1340px) {
  .allPeriodbtnBox {
    width: 95%;
    margin: auto;
  }
}

.allbtnBox {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #606060;
  flex-wrap: wrap;
  gap: 10px;
}
@media (max-width: 768px) {
  .allbtnBox {
    justify-content: flex-start;
  }
}
@media (max-width: 550px) {
  .allbtnBox {
    gap: 5px;
  }
}

.allHistoryPeriodBtn {
  display: flex;
  align-items: center;
  color: #606060;
  flex-wrap: wrap;
  gap: 5px;
}

.allPeriodBtn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #606060;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
}

.btnArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}

.fontBtnArea {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  margin-right: 73px;
}

.allbtnNumberBox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  color: #606060;
  gap: 15px;
}
@media (max-width: 1340px) {
  .allbtnNumberBox {
    width: 100%;
    justify-content: flex-start;
  }
}
@media (max-width: 550px) {
  .allbtnNumberBox {
    gap: 5px;
  }
}

.mainBtn {
  height: 20px;
  width: 20px;
  background-color: white;
  border: none;
  margin-right: 10px;
  box-sizing: border-box;
  cursor: pointer;
}

.gameNameBtn {
  font-size: 18px;
  width: 100px;
  height: 100%;
  font-weight: bold;
  color: #606060;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 950px) {
  .gameNameBtn {
    margin-right: 0px;
  }
}

.optionBtn {
  display: flex;
  align-items: center;
  height: 42px;
  cursor: pointer;
  position: relative;
}

.analyzeBtn {
  display: flex;
  align-items: center;
  height: 42px;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.check {
  width: 14px;
  position: absolute;
  display: block;
  margin-left: 3px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.optionPeriodBtnActive {
  background-color: #FDC12D;
  font-size: 16px;
  padding: 0 20px;
  height: 35px;
  font-weight: bold;
  color: white;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 1px solid #FDC12D;
}
@media (max-width: 550px) {
  .optionPeriodBtnActive {
    font-size: 12px;
    padding: 0;
    width: 75px;
  }
}

.periodBtn {
  background-color: white;
  font-size: 16px;
  width: 117px;
  height: 35px;
  font-weight: bold;
  color: #FDC12D;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FDC12D;
  border-radius: 5px;
}
@media (max-width: 550px) {
  .periodBtn {
    font-size: 12px;
    padding: 0;
    width: 75px;
  }
}

.addFontBtn {
  background-color: white;
  width: 117px;
  font-size: 16px;
  height: 35px;
  font-weight: bold;
  color: #FDC12D;
  cursor: pointer;
  box-sizing: border-box;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #FDC12D;
  border-radius: 5px;
}
@media (max-width: 550px) {
  .addFontBtn {
    font-size: 12px;
    padding: 0;
    width: 75px;
  }
}

.addFontBtnActive {
  background-color: #FDC12D;
  color: white;
}

.optionBtnActive {
  color: #FDC12D;
  box-sizing: border-box;
}

.btnCheckActive {
  background-color: #FDC12D;
}

@media (max-width: 768px) {
  .analysis {
    width: 100%;
  }
}

.showNumber {
  margin-right: 20px;
}
@media (max-width: 1340px) {
  .showNumber {
    margin-right: 0px;
    width: 100%;
  }
}

.showFont {
  margin-right: 5px;
}
@media (max-width: 1340px) {
  .showFont {
    margin-right: 0px;
    width: 100%;
  }
}

.resultLuckyArea {
  display: flex;
  background-color: white;
  padding-left: 1px;
  box-sizing: border-box;
}

.resultTitle {
  min-height: 100%;
  background: linear-gradient(180deg, rgba(255, 233, 18, 0.8) -48.44%, #fef27a 110.22%);
  display: flex;
  box-sizing: border-box;
  background-color: white;
  align-items: center;
}

.statisticsTitleDivResult {
  box-sizing: border-box;
  background-color: white;
}

.gameArea {
  width: 100%;
  height: 60px;
  background-color: white;
  overflow-x: auto;
  display: none;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 138px;
  z-index: 8;
  border-bottom: 0.3px solid #e8e8e8;
}
@media (max-width: 950px) {
  .gameArea {
    justify-content: flex-start;
  }
}
@media (max-width: 550px) {
  .gameArea {
    height: 40px;
    top: 99px;
  }
}

.ballsNameBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #C2BDBD;
  padding: 0px 25px;
  height: 100%;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 550px) {
  .ballsNameBtn {
    font-size: 12px;
  }
}

.ballsNameBtnActive {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FDC12D;
  padding: 0px 25px;
  border-bottom: 2px solid #FDC12D;
  cursor: pointer;
  white-space: nowrap;
}
@media (max-width: 550px) {
  .ballsNameBtnActive {
    font-size: 12px;
  }
}

.ballsNameBtn:hover,
.ballsNameBtnActive:hover {
  background: rgba(253, 193, 45, 0.1);
}

.gameTitleArea {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  margin-top: 30px;
}
@media (max-width: 1340px) {
  .gameTitleArea {
    width: 95%;
    margin-top: 20px;
  }
}

.changeFontBtn {
  width: 150px;
  margin: 10px;
  padding: 5px;
  background-color: #fef27a;
}

.mainBanner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mainBanner img {
  max-width: 100%;
}
@media (max-width: 1280px) {
  .mainBanner {
    justify-content: start;
  }
}

.bannerContentWrap {
  max-width: 1320px;
  position: absolute;
}
.bannerContentWrap .bannerContent {
  height: fit-content;
  padding-left: 5%;
}
.bannerContentWrap .bannerContent p {
  font-weight: 700;
  font-size: 42px;
  color: white;
  max-width: 580px;
}
@media (max-width: 1024px) {
  .bannerContentWrap .bannerContent p {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 10px;
    font-weight: 600;
  }
}
@media (max-width: 768px) {
  .bannerContentWrap .bannerContent p {
    font-size: 24px;
  }
}
@media (max-width: 550px) {
  .bannerContentWrap .bannerContent p {
    font-size: 20px;
    max-width: 250px;
  }
}
.bannerContentWrap .bannerContent .describe {
  display: block;
  font-weight: 400;
  font-size: 18px;
  color: white;
}
.bannerContentWrap .bannerContent .describeIndex {
  width: 62%;
}
@media (max-width: 1024px) {
  .bannerContentWrap .bannerContent .describe {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bannerContentWrap .bannerContent .describe {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .bannerContentWrap .bannerContent .describe {
    display: none;
  }
}

.bannerTrendingContent {
  width: 1320px;
  text-align: center;
  height: 50px;
  position: absolute;
  top: 25%;
}
@media (max-width: 1340px) {
  .bannerTrendingContent {
    width: 95%;
    margin: auto;
  }
}
.bannerTrendingContent p {
  font-weight: 700;
  font-size: 42px;
  color: #FFFFFF;
  width: 100%;
}
@media (max-width: 1024px) {
  .bannerTrendingContent p {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .bannerTrendingContent p {
    font-size: 26px;
  }
}
.bannerTrendingContent .describe {
  display: block;
  width: 890px;
  margin: auto;
  font-weight: 400;
  font-size: 18px;
  color: #FFFFFF;
}
@media (max-width: 1024px) {
  .bannerTrendingContent .describe {
    font-size: 16px;
    width: 700px;
  }
}
@media (max-width: 768px) {
  .bannerTrendingContent .describe {
    font-size: 12px;
    width: 500px;
  }
}
@media (max-width: 550px) {
  .bannerTrendingContent .describe {
    display: none;
  }
}

.bannerGuideContent {
  width: 1320px;
  text-align: center;
  height: 50px;
  position: absolute;
  top: 25%;
}
@media (max-width: 1340px) {
  .bannerGuideContent {
    width: 95%;
    margin: auto;
  }
}
.bannerGuideContent .guideText {
  width: 100%;
  display: flex;
  justify-content: center;
}
.bannerGuideContent p {
  font-weight: 700;
  font-size: 42px;
  color: white;
  max-width: 864x;
}
@media (max-width: 1024px) {
  .bannerGuideContent p {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .bannerGuideContent p {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .bannerGuideContent p {
    font-size: 18px;
    max-width: 250px;
  }
}
.bannerGuideContent .describe {
  display: block;
  max-width: 620px;
  font-size: 18px;
  color: white;
}
@media (max-width: 1024px) {
  .bannerGuideContent .describe {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .bannerGuideContent .describe {
    font-size: 12px;
  }
}
@media (max-width: 550px) {
  .bannerGuideContent .describe {
    display: none;
  }
}

.bannerHistoryContent {
  width: 1320px;
  height: 50px;
  position: absolute;
  top: 25%;
}
@media (max-width: 1340px) {
  .bannerHistoryContent {
    width: 100%;
    margin: auto;
  }
}
.bannerHistoryContent p {
  font-weight: 700;
  font-size: 42px;
  color: white;
  margin-right: 30px;
}
@media (max-width: 1024px) {
  .bannerHistoryContent p {
    font-size: 36px;
  }
}
@media (max-width: 768px) {
  .bannerHistoryContent p {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .bannerHistoryContent p {
    font-size: 18px;
    margin-right: 0px;
  }
}
.bannerHistoryContent .pcso {
  font-weight: 700;
  font-size: 42px;
  color: white;
  margin-right: 156px;
}
@media (max-width: 1024px) {
  .bannerHistoryContent .pcso {
    font-size: 36px;
    margin-right: 0px;
  }
}
@media (max-width: 768px) {
  .bannerHistoryContent .pcso {
    font-size: 22px;
  }
}
@media (max-width: 550px) {
  .bannerHistoryContent .pcso {
    font-size: 18px;
  }
}
.bannerHistoryContent .historyText {
  width: 95%;
  display: flex;
  justify-content: flex-end;
}
.bannerHistoryContent .historySTLText {
  width: 95%;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 550px) {
  .bannerHistoryContent .historySTLText {
    display: none;
  }
}
.bannerHistoryContent .mobileSTLText {
  display: none;
}
@media (max-width: 550px) {
  .bannerHistoryContent .mobileSTLText {
    width: 95%;
    display: flex;
    justify-content: flex-end;
    margin-top: -9px;
  }
}
.bannerHistoryContent .describe {
  display: block;
  max-width: 630px;
  font-size: 18px;
  color: white;
}
@media (max-width: 1024px) {
  .bannerHistoryContent .describe {
    display: none;
    font-size: 16px;
  }
}

.myTopBtn {
  display: none;
  position: fixed;
  bottom: 25px;
  right: 18px;
  border: none;
  cursor: pointer;
  z-index: 999;
  width: 50px;
  height: 50px;
}
@media (max-width: 550px) {
  .myTopBtn {
    width: 35px;
    height: 35px;
  }
}

header {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  height: 60px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 550px) {
  header {
    height: 50px;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  }
}
header .subDrop {
  margin-left: 0;
}
header nav.navbar {
  position: relative;
  background-color: #fff;
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 0;
}
@media (max-width: 990px) {
  header nav.navbar {
    width: 100%;
  }
}
header nav.navbar a {
  color: #363636;
  font-weight: 700;
}
header nav.navbar .navbar-brand h1 {
  text-indent: 101%;
  overflow: hidden;
  white-space: nowrap;
  width: 220px;
  height: 32px;
  background: url("/images/logo.png") no-repeat center/contain;
}
@media (max-width: 550px) {
  header nav.navbar .navbar-brand h1 {
    width: auto;
    height: 20px;
    margin: 0;
  }
}
@media (max-width: 990px) {
  header nav.navbar .navbar-collapse {
    position: absolute;
    background-color: #fff;
    top: 55px;
    left: 0;
    right: 0;
  }
}
@media (max-width: 550px) {
  header nav.navbar .navbar-collapse {
    top: 40px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav {
  margin-left: auto;
}
@media (max-width: 990px) {
  header nav.navbar .navbar-collapse .navbar-nav {
    overflow: auto;
    max-height: 450px;
  }
}
header nav.navbar .navbar-collapse .navbar-nav .nav-item {
  border-radius: 5px;
  margin-left: 24px;
}
@media (max-width: 990px) {
  header nav.navbar .navbar-collapse .navbar-nav .nav-item {
    border-radius: 0;
    margin-left: 0px;
    text-align: center;
    padding: 10px 0 0 0;
  }
}
header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  display: inline-block;
  font-size: 16px;
  line-height: 19px;
  width: 88px;
  text-align: center;
  border-radius: 5px;
}
@media (max-width: 990px) {
  header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    width: 100%;
  }
}
header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-link.navBtn {
  background: #FDC12D;
  color: white;
  width: 88px;
}
header nav.navbar .navbar-collapse .navbar-nav .nav-item:hover {
  background: #ffc73b;
}
header nav.navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link {
  color: #606060;
}
header nav.navbar .navbar-collapse .navbar-nav .nav-item:hover .nav-link.navBtn {
  background: #ffc73b;
}
@media (max-width: 990px) {
  header nav.navbar .navbar-collapse .navbar-nav .nav-item .nav-item:hover {
    background-color: #ffe871;
  }
}

.logo {
  width: 200px;
  height: 100%;
}

.dropdown-submenu {
  margin-left: 12px;
  margin-top: 9px;
  position: static;
}
@media (max-width: 990px) {
  .dropdown-submenu {
    margin-left: 0px;
    display: block;
    position: absolute;
    border-radius: 0;
  }
}

.nested-dropdown-menu li {
  position: relative;
}

@media (min-width: 992px) {
  .dropdown-menu > li:hover > .dropdown-submenu {
    display: block;
  }
  .navbar .nav-item > .dropdown-menu {
    display: none;
  }
  .navbar .nav-item:hover > .dropdown-menu {
    margin-top: 0;
    display: block;
  }
  .dropdown-submenu,
  .dropdown-submenu[data-bs-popper] {
    margin-left: 0;
    left: 100%;
    margin-top: 10px;
    top: -7px;
  }
}
@media (min-width: 992px) and (max-width: 1650px) {
  .dropdown-submenu,
  .dropdown-submenu[data-bs-popper] {
    left: auto;
    margin-left: auto;
    margin-right: 0;
    right: 100%;
  }
}
@media (min-width: 992px) {
  .dropdown-submenu.show {
    display: none;
  }
}
@media (min-width: 990px) {
  .dropdown-toggle::after {
    display: none;
  }
}

@media (max-width: 990px) {
  .dropdown-item {
    padding: 10px 0 0 0;
    text-align: center;
  }
}

.dropdown-item:hover {
  background: #ffc73b;
}
@media (max-width: 990px) {
  .dropdown-item:hover {
    background: #ffe871;
  }
}

.dropdown-item:active {
  background: transparent;
  color: #606060;
}

.navbar-toggler {
  border: 1px solid #fdc12d;
}
@media (max-width: 550px) {
  .navbar-toggler {
    width: 30px;
    height: 26px;
    padding: 0;
  }
}

.navbar-toggler-icon {
  background-image: url("../../images/index/menu.png");
  background-size: 16px;
  margin-left: -1px;
  margin-top: -2px;
}

.submenu {
  display: none;
}

@media (max-width: 990px) {
  .menuBorder {
    border: none;
    padding: 0;
    border-radius: 0;
  }
}

footer {
  background-color: white;
}
footer .footerShareWrap {
  border-bottom: 0.5px solid #D9D9D9;
}
@media (max-width: 767px) {
  footer .footerShareWrap {
    border-bottom-color: transparent;
    padding-left: 5%;
  }
}
footer .footerShareWrap .footerShare {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 50px 0 30px 0;
}
footer .footerShareWrap .footerShare p {
  margin-left: auto;
  font-weight: 500;
  font-size: 14px;
  color: #606060;
  margin-right: 22px;
  margin-bottom: 0;
}
footer .footerShareWrap .footerShare a {
  display: inline-block;
  margin-right: 5px;
  opacity: 1;
}
footer .footerShareWrap .footerShare a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  footer .footerShareWrap .footerShare {
    align-items: start;
    justify-content: center;
    flex-direction: column;
    border-bottom-color: transparent;
  }
  footer .footerShareWrap .footerShare p {
    margin: 0px auto 0px 0px;
  }
}
footer .footerBody {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
}
footer .footerBody .footerBodyLogo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 75px 0 120px;
}
@media (max-width: 767px) {
  footer .footerBody .footerBodyLogo {
    flex-direction: column;
    justify-content: center;
    align-items: start;
    margin: 0;
    padding-left: 5%;
  }
  footer .footerBody .footerBodyLogo > a {
    display: none;
  }
}
footer .footerBody .footerBodyLogo h2 {
  display: inline-block;
  font-weight: 900;
  font-size: 35px;
  line-height: 42px;
  color: #363636;
}
footer .footerBody .footerBodyLogo .footerBodyMobile p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #606060;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  footer .footerBody .footerBodyLogo .footerBodyMobile p {
    margin: 0px;
  }
}
footer .footerBody .footerBodyLogo .footerBodyMobile div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .footerBody .footerBodyLogo .footerBodyMobile div a {
  display: inline-block;
  line-height: 45px;
}
footer .footerBody .footerBodyLogo .footerBodyMobile div a:hover {
  transform: translateY(-1px);
}
@media (max-width: 767px) {
  footer .footerBody .footerBodyLogo .footerBodyMobile div a img {
    max-width: 30vw;
  }
}
@media (max-width: 414px) {
  footer .footerBody .footerBodyLogo .footerBodyMobile div a {
    margin-bottom: 10px;
  }
}
footer .footerBody .footerBodyNav {
  display: flex;
}
footer .footerBody .footerBodyNav p {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #606060;
  margin-bottom: 35px;
}
footer .footerBody .footerBodyNav a {
  display: block;
  color: #606060;
  font-weight: 400;
  font-size: 14px;
  line-height: 2;
}
footer .footerBody .footerBodyNav a:hover {
  color: #FDC12D;
}
@media (max-width: 768px) {
  footer .footerBody .footerBodyNav a {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  footer .footerBody .footerBodyNav a {
    font-size: 14px;
  }
}
footer .footerBody .footerBodyNav .footerBodyNavGames nav {
  display: flex;
}
footer .footerBody .footerBodyNav .footerBodyNavGames nav div {
  margin-right: 100px;
}
@media screen and (max-width: 1280px) {
  footer .footerBody .footerBodyNav .footerBodyNavGames nav div {
    margin-right: 50px;
  }
}
@media (max-width: 1024px) {
  footer .footerBody .footerBodyNav .footerBodyNavGames nav div {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  footer .footerBody .footerBodyNav {
    flex-direction: column;
    padding-left: 5%;
  }
  footer .footerBody .footerBodyNav .footerBodyNavGames p {
    margin-bottom: 20px;
    margin-top: 50px;
  }
  footer .footerBody .footerBodyNav .footerBodyNavGames nav {
    flex-wrap: wrap;
  }
  footer .footerBody .footerBodyNav .footerBodyNavGames nav div {
    margin-bottom: 20px;
    margin-right: 0;
    width: 50%;
  }
}
footer .footerBody .footerBodybottom {
  padding-top: 95px;
  padding-bottom: 15px;
  font-weight: 400;
  color: #606060;
  line-height: 1.2;
}
footer .footerBody .footerBodybottom p {
  text-align: center;
  display: block;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 5px;
}
footer .footerBody .footerBodybottom span {
  display: block;
  text-align: center;
  font-size: 12px;
}
footer .footerCopyright {
  background: #FDC12D;
  padding: 15px 0;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #FFFFFF;
}

.footerLogo {
  width: 250px;
}

.indexAboutWrap {
  background: linear-gradient(103.08deg, #fff3b1 -11.12%, #fdb80e 67.29%);
}
.indexAboutWrap .indexAbout {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  background: url("/images/index/Frame 1.png") no-repeat right/auto 100%;
}
.indexAboutWrap .indexAboutTxt {
  width: 58%;
  margin-right: auto;
}
.indexAboutWrap .indexAboutTxt h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  color: #fff3b1;
  padding-top: 60px;
}
.indexAboutWrap .indexAboutTxt p {
  margin-top: 35px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
}
.indexAboutWrap .indexAboutTxt .indexAboutBtn {
  margin-top: 60px;
  display: inline-block;
  background-color: white;
  border-radius: 8px;
  color: #ffba10;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 60px;
  margin-bottom: 60px;
}
.indexAboutWrap .indexAboutTxt .indexAboutBtn:hover {
  background: #fbeda0;
}
@media (max-width: 1024px) {
  .indexAboutWrap .indexAbout {
    background: none;
  }
  .indexAboutWrap .indexAboutTxt {
    width: 90%;
    margin: 0 auto;
  }
}

.adFeaturesWrap {
  background-color: #ffffff;
}
.adFeaturesWrap .adFeatures {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  padding: 65px 0px 130px;
}
.adFeaturesWrap .adFeatures h2 {
  text-align: center;
  color: #363636;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.adFeaturesWrap .adFeatures h3 {
  text-align: center;
  color: #FDC12D;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.adFeaturesWrap .adFeatures .adFeaturesCountent {
  margin-top: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 520px;
  width: 30%;
}
.adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt:nth-child(1) {
  transform: translateY(-7%);
}
.adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5%;
  box-shadow: 0px 0.5px 8px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
.adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox h4 {
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
}
.adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox p {
  font-size: 18px;
  line-height: 22px;
}
.adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox .adFeaturesCountentTxtBox-txt {
  flex: 2;
}
.adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox .adFeaturesCountentTxtBox-img {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}
.adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentImg {
  padding: 0 30px;
  width: 450px;
  animation: upAndDown 3s infinite linear;
}
@keyframes upAndDown {
  0% {
    transform: translateY(0%);
  }
  30% {
    transform: translateY(-20px);
  }
  80% {
    transform: translateY(20px);
  }
  100% {
    transform: translateY(0%);
  }
}
@media (max-width: 1024px) {
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt {
    height: 450px;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox {
    padding: 8%;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox h4 {
    font-size: 20px;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox p {
    font-size: 16px;
    line-height: 1.2;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentImg {
    width: 420px;
  }
}
@media (max-width: 767px) {
  .adFeaturesWrap .adFeatures .adFeaturesCountent {
    flex-direction: column;
    margin-top: 50px;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt {
    width: 98%;
    height: auto;
    flex-direction: row;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt:nth-child(1) {
    transform: translateY(0%);
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox {
    width: 48%;
    margin-bottom: 30px;
    padding: 20px;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentImg {
    order: -1;
    max-width: 400px;
    width: 85%;
    margin-bottom: 20px;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentImg img {
    transform: translateX(5%);
  }
}
@media screen and (max-width: 576px) {
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt {
    flex-direction: column;
  }
  .adFeaturesWrap .adFeatures .adFeaturesCountent .adFeaturesCountentTxt .adFeaturesCountentTxtBox {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .adFeaturesWrap .adFeatures {
    padding-bottom: 60px;
  }
  .adFeaturesWrap .adFeatures h2 {
    font-size: 36px;
  }
  .adFeaturesWrap .adFeatures h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .adFeaturesWrap .adFeatures h2 {
    font-size: 30px;
  }
  .adFeaturesWrap .adFeatures h3 {
    font-size: 24px;
  }
}

.indexStlWrap {
  background: #ffffff;
  padding-bottom: 200px;
}
.indexStlWrap .indexStl {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #FDC12D;
  border-radius: 15px;
  padding: 40px 88px;
}
.indexStlWrap .indexStl h2 {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 30px;
  color: #fff3b1;
}
.indexStlWrap .indexStl p {
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 35px;
}
.indexStlWrap .indexStl a {
  display: inline-block;
  background-color: white;
  border-radius: 8px;
  color: #ffba10;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  padding: 10px 60px;
}
.indexStlWrap .indexStl a:hover {
  background: #fbeda0;
}
.indexStlWrap .indexStl .indexStl-txt {
  width: 70%;
}
.indexStlWrap .indexStl .indexStl-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
}
@media (max-width: 767px) {
  .indexStlWrap .indexStl {
    padding: 40px 20px;
  }
  .indexStlWrap .indexStl h2 {
    font-size: 36px;
  }
  .indexStlWrap .indexStl .indexStl-txt {
    width: 100%;
  }
  .indexStlWrap .indexStl .indexStl-img {
    display: none;
  }
}
@media (max-width: 414px) {
  .indexStlWrap {
    padding-bottom: 100px;
  }
}

.certifications {
  background-color: #ffffff;
  padding-bottom: 200px;
}
.certifications h2 {
  text-align: center;
  color: #363636;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 700;
}
.certifications h3 {
  text-align: center;
  color: #FDC12D;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 55px;
}
@media (max-width: 767px) {
  .certifications {
    padding-bottom: 100px;
  }
  .certifications h2 {
    font-size: 36px;
  }
  .certifications h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 576px) {
  .certifications h2 {
    font-size: 30px;
  }
  .certifications h3 {
    font-size: 24px;
  }
}
.certifications .swiperIndex .swiper-slide {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 475px;
  padding: 5%;
  border-radius: 15px;
  background-color: #DA383E;
  width: 57%;
  min-width: 960px;
}
.certifications .swiperIndex .swiper-slide:nth-child(2) {
  background-color: #FDC12D;
}
.certifications .swiperIndex .swiper-slide:nth-child(3) {
  background-color: #3FA4D4;
}
.certifications .swiperIndex .swiper-slide .swiperTxt {
  width: 50%;
  min-width: 500px;
}
.certifications .swiperIndex .swiper-slide .swiperTxt h3 {
  margin-bottom: 20px;
}
.certifications .swiperIndex .swiper-slide .swiperImg {
  width: 30%;
}
@media (max-width: 1024px) {
  .certifications .swiperIndex .swiper-slide {
    width: 95%;
    height: auto;
    min-width: auto;
    flex-direction: column;
    padding: 8%;
  }
  .certifications .swiperIndex .swiper-slide .swiperTxt {
    width: 100%;
    min-width: auto;
  }
  .certifications .swiperIndex .swiper-slide .swiperTxt h3 {
    margin-bottom: 8px;
  }
  .certifications .swiperIndex .swiper-slide .swiperImg {
    width: 60%;
    min-width: auto;
    margin: 0 auto;
  }
}
.certifications .swiperIndex h3 {
  text-align: start;
  font-size: 26px;
  color: #ffffff;
}
@media screen and (max-width: 576px) {
  .certifications .swiperIndex h3 {
    font-size: 24px;
  }
}
.certifications .swiperIndex p {
  text-align: start;
  color: #ffffff;
  font-size: 16px;
}
.certifications .swiperIndex .swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  border-radius: 0px;
  background-color: #ffffff;
  opacity: 0.5;
}
.certifications .swiperIndex .swiper-pagination-bullet-active {
  opacity: 1;
}

.indexBottomNavWrap {
  background: #f5f7f8;
}
.indexBottomNavWrap .indexBottomNav {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indexBottomNavWrap .indexBottomNav a {
  display: inline-block;
  padding: 25px 0;
  margin: 0px 25px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #363636;
}
.indexBottomNavWrap .indexBottomNav a:hover {
  color: #FDC12D;
}
@media (max-width: 414px) {
  .indexBottomNavWrap .indexBottomNav a {
    margin: 0px 15px;
  }
}

.textShadow {
  text-shadow: 0px 2px 4px #ff9a00;
}

.logoWhite {
  margin-top: 70px;
  width: 310px;
}

@media (max-width: 1340px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}

.mainData {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
}
@media (max-width: 1340px) {
  .mainData {
    width: 95%;
    margin: auto;
  }
}

.historyMain {
  font-size: 16px;
  width: 100%;
  overflow: auto;
  margin: auto;
  position: relative;
  background-color: #ffffff;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  box-sizing: border-box;
  margin-bottom: 64px;
}

.historyBox {
  width: 100%;
  height: 90px;
  padding: 0 20px;
}
@media (max-width: 950px) {
  .historyBox {
    padding: 15px 20px;
    height: auto;
  }
}

.historyBoxContent {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
}
@media (max-width: 950px) {
  .historyBoxContent {
    gap: 10px;
  }
}

.historyBoxContent:hover {
  background: rgba(255, 243, 177, 0.5);
}

.historyBoxNoResult {
  width: 100%;
  height: 80px;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media (max-width: 950px) {
  .historyBoxNoResult {
    padding: 15px 20px;
    height: auto;
  }
}

.historyBoxNoResultContent {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  border-bottom: 1px solid #e8e8e8;
  box-sizing: border-box;
  color: #000000;
  font-weight: 400;
  font-size: 20px;
}

.pageMainTitle {
  display: flex;
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  color: #606060;
  height: 100%;
  box-sizing: border-box;
  margin-right: 30px;
}
.pageMainTitle .gameName {
  font-size: 22px;
}
@media (max-width: 950px) {
  .pageMainTitle {
    width: auto;
    margin-right: 20px;
  }
}
@media (max-width: 550px) {
  .pageMainTitle {
    width: auto;
    margin-right: 0px;
  }
}

.historyTitle {
  width: 100%;
  display: flex;
  height: 77px;
  background: linear-gradient(180deg, rgba(255, 233, 18, 0.8) -48.44%, #fef27a 110.22%);
  color: #606060;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  border-radius: 10px 10px 0px 0px;
  padding: 0 20px;
}
.historyTitle .rightTitleBoxContent {
  border-left: 1px solid black;
}
.historyTitle .rightTitle {
  padding: 5px 0;
  text-align: center;
  border-bottom: 1px solid black;
  font-weight: 600;
}
.historyTitle .rightContent {
  display: flex;
}
.historyTitle .titleNo {
  width: 150px;
  display: flex;
  align-items: center;
  padding-left: 48px;
}
@media (max-width: 550px) {
  .historyTitle .titleNo {
    width: 50px;
    padding-left: 0px;
  }
}

@media (max-width: 550px) {
  .titleText {
    display: none;
  }
}

.titleDate {
  width: 180px;
  display: flex;
  align-items: center;
}
@media (max-width: 950px) {
  .titleDate {
    display: none;
  }
}

.titleNumber {
  width: 200px;
  display: flex;
  align-items: center;
  margin-left: 30px;
}
@media (max-width: 950px) {
  .titleNumber {
    display: none;
  }
}

.mobileTitle {
  display: none;
}
@media (max-width: 950px) {
  .mobileTitle {
    display: flex;
    align-items: center;
  }
}

.toHistorySortArea {
  width: 150px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  padding-left: 48px;
}
@media (max-width: 550px) {
  .toHistorySortArea {
    width: 50px;
    padding-left: 0px;
  }
}

.toHistoryDateArea {
  width: 180px;
  display: flex;
  align-items: center;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
}
@media (max-width: 550px) {
  .toHistoryDateArea {
    width: auto;
    margin: auto;
  }
}
.toHistoryDateArea .dateCard {
  width: 80px;
  height: 45px;
  background: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 360px) {
  .toHistoryDateArea .dateCard {
    transform: translateX(-40%);
  }
}
.toHistoryDateArea .dateCardBackGroundColor {
  width: 100%;
  height: 10px;
  background-color: #ffee4e;
  margin-bottom: 2px;
}

.toHistoryLuckyArea {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding-left: 30px;
}
@media (max-width: 950px) {
  .toHistoryLuckyArea {
    width: 100%;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.singleData {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.load {
  width: 100%;
  height: 100vh;
  background-color: #fcf8f3;
  position: fixed;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

.trendingBtn {
  width: 112px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FDC12D;
  color: white;
  font-size: 16px;
  cursor: pointer;
  font-weight: 700;
  border-radius: 5px;
  font-style: normal;
}
@media (max-width: 550px) {
  .trendingBtn {
    font-size: 12px;
    width: 86px;
  }
}

.searchArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 20px;
  height: 35px;
}
@media (max-width: 1024px) {
  .searchArea {
    justify-content: flex-start;
    margin-bottom: 17px;
    margin-top: 2px;
  }
}
@media (max-width: 550px) {
  .searchArea {
    height: 25px;
    gap: 5px;
  }
}

.inputArea {
  display: flex;
}

.searchAreaInput {
  width: 200px;
  background: #ffffff;
  border: 1px solid #c2bdbd;
  border-radius: 5px 0px 0px 5px;
  box-sizing: border-box;
  outline: none;
  padding-left: 10px;
}
@media (max-width: 550px) {
  .searchAreaInput {
    width: 150px;
  }
}

.submitBtn {
  background-color: #FDC12D;
  cursor: pointer;
  border: 1px solid #FDC12D;
  border-radius: 0px 5px 5px 0px;
  width: 55px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 550px) {
  .submitBtn {
    width: 36px;
  }
}

.searchImg {
  width: 13px;
  position: absolute;
}
@media (max-width: 550px) {
  .searchImg {
    width: 10px;
  }
}

::placeholder {
  color: #c2bdbd;
}

::-webkit-input-placeholder {
  color: #c2bdbd;
}

:-ms-input-placeholder {
  color: #c2bdbd;
}

::-moz-placeholder {
  color: #c2bdbd;
  opacity: 1;
}

.historyLuckyNumber {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  line-height: 40px;
  text-align: center;
  margin-right: 15px;
  color: #363636;
  font-weight: 700;
  font-size: 18px;
  background-color: white;
  border: 1px solid #c2bdbd;
}
@media (max-width: 550px) {
  .historyLuckyNumber {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    line-height: 30px;
  }
}

.toHistoryNotResultDateArea {
  width: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
}

.vector {
  width: 10px;
  margin-top: 1px;
  margin-right: 5px;
}

.directions {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 60px 0 80px 0;
}

.note {
  width: 700px;
  font-size: 14px;
  font-weight: 500;
  background: #fff7b2;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 22px 37px;
  box-sizing: border-box;
  line-height: 23px;
  color: #000000;
}
.note b {
  color: #fdc12d;
}
@media (max-width: 1340px) {
  .note {
    width: 100%;
    margin-bottom: 40px;
  }
}

.example {
  width: 600px;
  font-size: 14px;
  font-weight: 500;
  background: #ffffff;
  box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 22px 37px;
  box-sizing: border-box;
  line-height: 23px;
  color: #000000;
}
.example b {
  color: #fdc12d;
}
@media (max-width: 1340px) {
  .example {
    width: 100%;
  }
}

.bodyDiv {
  overflow: auto;
  width: 1000px;
  height: 150px;
  /* 固定高度 */
  background-color: red;
  margin: auto;
}

tr {
  display: flex;
  border-width: 0;
  margin: 0;
  padding: 0;
}

td,
th {
  border-width: 0;
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td:nth-child(1),
th:nth-child(1) {
  position: sticky;
  left: 0;
  /* 行永遠固定於左 */
  z-index: 3;
}

td:nth-child(2),
th:nth-child(2) {
  position: sticky;
  left: 200px;
  /* 行永遠固定於左 */
  z-index: 3;
}
@media (max-width: 550px) {
  td:nth-child(2),
  th:nth-child(2) {
    position: static;
    left: 0px;
    z-index: 0;
  }
}

thead tr th {
  position: sticky;
  top: 0;
  /* 列首永遠固定於上 */
}

th:first-child {
  z-index: 5;
}

.guideMain {
  background-color: #ffffff;
  padding-bottom: 80px;
  box-sizing: border-box;
}

.guideContain {
  width: calc(100% - 24px);
  max-width: 1320px;
  margin: 0 auto;
}
.guideContain .articleTextContain {
  width: 520px;
  margin-right: auto;
  margin-left: auto;
}
@media (max-width: 1340px) {
  .guideContain .articleTextContain {
    width: 100%;
    margin-top: 30px;
  }
}
.guideContain .imgArea {
  max-width: 100%;
  margin: auto;
}
@media (max-width: 1340px) {
  .guideContain .imgArea {
    width: 100%;
  }
}
.guideContain .articleTitle {
  color: #FDC12D;
  margin-bottom: 40px;
  font-weight: 500;
  font-size: 30px;
}
.guideContain .articleContent {
  color: #363636;
  font-weight: 500;
  font-size: 16px;
}
.articleContain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 80px 0;
}

.articleReverseContain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1340px) {
  .articleReverseContain {
    flex-direction: column-reverse;
  }
}