@charset "UTF-8";
@keyframes shine {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
@keyframes AniFloat {
  0% {
    transform: translateY(3%);
  }
  50% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(3%);
  }
}
@keyframes color {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}
@keyframes wind {}
:root {
  --font: -apple-system, BlinkMacSystemFont, "Segoe UI", 'Microsoft JhengHei', "Noto Sans TC", "微軟正黑體", "Meiryo UI", Roboto, Helvetica, Arial, sans-serif;
  --mainTitle: 22px;
  --mainTxt: 18px;
  --mainPrice: 20px;
  --mainNote: 15px;
  --font-color-dark: #fff;
  --font-color-light: #111;
}
@media (min-width: 768px) {
  :root {
    --mainTitle: 32px;
    --mainTxt: 20px;
    --mainPrice: 20px;
    --mainNote: 15px;
  }
}

:root html:lang(ja-JP) *:not(.material-icons):not(.fa):not(.buttonicons) {
  --font: -apple-system, BlinkMacSystemFont, "Meiryo UI", Arial, sans-serif;
}

.textcenter {
  text-align: center !important;
}

.listbox {
  list-style: disc;
}
.listbox.light .listbox-text {
  color: #fff;
}

.listbox-text.light {
  color: #fff;
}
.listbox-text {
  color: #333;
  font-size: 15px;
  margin: 15px 0;
  line-height: 22px;
  list-style: disc;
  font-weight: 400;
}
.listbox-text a {
  text-decoration: underline;
  color: #0a77f0;
}

.main-title {
  text-indent: -9999px;
  margin: 0;
  padding: 0;
  height: 0;
}

.contentTable {
  margin: 30px auto 0;
  width: 100%;
  max-width: 900px;
}
.contentTable__winners {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contentTable__winners li {
  padding: 8px 0;
  border-bottom: 1px dotted rgba(0, 0, 0, 0.12);
}
.contentTable__winners li:first-child {
  padding-top: 0;
}
.contentTable__winners li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.contentTable--stack table {
  width: 100%;
  margin: 0;
  border: none;
  background: transparent;
  display: block;
}
.contentTable--stack thead {
  display: none;
}
.contentTable--stack tbody {
  display: block;
}
.contentTable--stack tr {
  display: block;
  margin-bottom: 16px;
  background: #fff;
  border: 1px solid #8bb8d9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.contentTable--stack tr:nth-child(even) {
  background: #fff;
}
.contentTable--stack td {
  display: block;
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-bottom: 1px solid #8bb8d9;
  text-align: left;
  line-height: 1.6;
  vertical-align: top;
}
.contentTable--stack td:last-child {
  border-bottom: none;
}
.contentTable--stack td::before {
  content: attr(data-label);
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #0a77f0;
  margin-bottom: 8px;
}
.contentTable--stack td[data-label=獎品品項] {
  background: #0a77f0;
  color: #fff;
  font-weight: 700;
}
.contentTable--stack td[data-label=獎品品項]::before {
  color: rgba(255, 255, 255, 0.85);
}
@media (min-width: 768px) {
  .contentTable--stack table {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #8bb8d9;
    background: #a8d4f0;
  }
  .contentTable--stack thead {
    display: table-header-group;
  }
  .contentTable--stack tbody {
    display: table-row-group;
  }
  .contentTable--stack tr {
    display: table-row;
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }
  .contentTable--stack tr:nth-child(even) {
    background: #f0f7fb;
  }
  .contentTable--stack th, .contentTable--stack td {
    border: 1px solid #8bb8d9;
  }
  .contentTable--stack th {
    padding: 12px 16px;
    background: #0a77f0;
    color: #fff;
    min-width: auto;
  }
  .contentTable--stack th:nth-child(1) {
    width: 35%;
  }
  .contentTable--stack th:nth-child(2) {
    width: 65%;
  }
  .contentTable--stack td {
    display: table-cell;
    padding: 12px 16px;
    text-align: center;
  }
  .contentTable--stack td[data-label=獎品品項] {
    background: transparent;
    color: inherit;
    font-weight: normal;
    width: 35%;
  }
  .contentTable--stack td[data-label=中獎者] {
    width: 65%;
    text-align: left;
  }
  .contentTable--stack td::before {
    display: none;
  }
}

.style {
  font-family: var(--MSIBodyFont);
  color: #1d1d1f;
  font-size: 18px;
  line-height: 1.8;
  overflow-x: hidden;
  width: 100%;
  background: #fff;
}
@media (min-width: 996px) {
  .style {
    background-size: contain;
  }
}
.style img {
  max-width: 100%;
  overflow: hidden;
}
.style .container {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
  animation: wind 20s linear infinite;
}

.common-title {
  color: #fff;
  font-size: 35px;
  text-transform: uppercase;
  margin: 80px 0 0;
  font-weight: bold;
  text-align: center;
  background-size: contain;
  padding: 1% 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 996px) {
  .common-title {
    font-size: 60px;
  }
}
.common-title.style2 {
  color: #0a77f0;
}
.common-title.style2 span {
  color: #ef2d1e;
}

.common-title2 {
  background: #7ec8f5;
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
  font-weight: bold;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #1d1d1f;
}

.common-title3 {
  color: #000;
  font-size: 26px;
  padding: 30px 0;
  text-align: center;
  font-weight: bold;
}
.common-title3 h4 {
  line-height: 1.5;
}
.common-title3 span {
  display: inline-block;
  margin-top: 20px;
}

.common-text {
  color: #0a77f0;
  font-size: 26px;
  text-align: center;
  border-radius: 10px;
  width: 100%;
  margin: 30px auto;
  padding: 10px;
  font-weight: bold;
  background: rgba(211, 226, 241, 0.85);
}
@media (min-width: 996px) {
  .common-text {
    width: 30%;
  }
}

.common-text1 {
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 20px;
  font-weight: bold;
  text-align: center;
  margin: 50px 0;
}
.common-text1.dark {
  color: #333;
}
@media (max-width: 500px) {
  .common-text1 {
    font-size: 18px;
    line-height: 32px;
  }
}

.common-text2 {
  color: #000;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
}

.common-note {
  font-size: 14px;
  text-align: left;
  display: block;
  margin: 10px 0;
  font-weight: 400;
}
@media (max-width: 500px) {
  .common-note {
    margin: 30px 0;
  }
}

.common-btn {
  height: 65px;
  text-align: center;
  color: rgba(10, 119, 240, 0.65);
  font-size: 24px;
  font-weight: bold;
  padding: 10px 50px;
  border-radius: 30px;
  border: 2px solid rgba(10, 119, 240, 0.65);
  transition: 0.2s ease-in-out;
  text-transform: uppercase;
  background: #f0f7ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.promotion-nav {
  position: fixed;
  right: 0;
  bottom: 0;
  z-index: 999;
  text-align: center;
}
.promotion-nav ul li {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #0a77f0;
  margin: 4px 8px;
}
.promotion-nav ul li a {
  position: absolute;
  inset: 0;
  margin: auto;
  color: #fff;
  font-size: 16px;
  line-height: 40px;
}

.kv {
  position: relative;
}
.kv__title {
  width: 100%;
  position: absolute;
  top: 8%;
  left: -15%;
  font-weight: bold;
}
@media (min-width: 996px) {
  .kv__title {
    width: 32%;
    position: absolute;
    top: 5%;
    left: 5%;
  }
}
.kv__wrap {
  background: #ebedf2;
}
.kv__over {
  text-align: center;
  display: block;
  color: #dc3523;
  font-size: 24px;
  padding: 10px 40px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  margin: 0 auto;
  text-transform: uppercase;
  background: rgb(255, 255, 255);
  border: 2px solid #dc3523;
  width: auto;
  position: absolute;
  bottom: -4%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.kv__linkgroup {
  text-align: center;
  width: 100%;
  padding: 10px 0 50px;
}
@media (min-width: 996px) {
  .kv__linkgroup {
    padding: 0px 0 50px;
  }
}
.kv__linkgroup h2 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: bold;
  text-align: center;
  text-shadow: 2px 2px 8px rgba(10, 119, 240, 0.35);
  background-size: contain;
  padding: 1% 0;
  position: relative;
  z-index: 1;
}
.kv__linkbox {
  display: flex;
  width: 100%;
  margin: auto;
  margin-top: 0;
  gap: 2%;
  flex-wrap: wrap;
}
@media (min-width: 996px) {
  .kv__linkbox {
    width: 80%;
    flex-wrap: nowrap;
  }
}
.kv__linkbox-item {
  width: calc(100% - 30px);
  text-align: center;
  margin: 10px auto;
  font-weight: bold;
  display: block;
  justify-content: center;
  align-items: center;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.45) 55%, rgba(255, 255, 255, 0.08) 100%);
  -webkit-backdrop-filter: blur(14px) saturate(1.2);
  backdrop-filter: blur(14px) saturate(1.2);
  border: 1px solid rgba(255, 255, 255, 0.55);
  box-shadow: 0 8px 24px rgba(10, 119, 240, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.75);
  border-radius: 20px;
  padding: 10px 5px;
  color: #1d1d1f;
  font-size: 18px;
  line-height: 26px;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}
@media (min-width: 996px) {
  .kv__linkbox-item {
    width: calc(33.3333333333% - 20px);
    padding: 20px 5px;
    margin: 0 auto;
  }
}
.kv__linkbox-item:focus {
  outline: none;
}
.kv__linkbox-item:hover {
  transform: translateY(-5px);
  cursor: pointer;
  filter: brightness(1.02);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(255, 255, 255, 0.6) 55%, rgba(255, 255, 255, 0.2) 100%);
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 12px 40px rgba(10, 119, 240, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.t-bg {
  margin: 0 auto;
  line-height: 0;
}
.t-bg img {
  width: 100%;
}

.intro {
  background: #0a77f0;
  color: #1d1d1f;
}
.intro .t-bg {
  filter: brightness(0) saturate(100%) invert(93%) sepia(8%) saturate(100%) hue-rotate(184deg) brightness(102%) contrast(92%);
}
.intro__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
  padding: 80px 0;
}
.intro__wrap p {
  margin-bottom: 0;
}
.intro__wrap span {
  display: block;
}

.list {
  position: relative;
  background: #fff;
  padding-bottom: 10px;
}
.list__btn {
  text-align: center;
  display: block;
  margin: 20px auto 50px !important;
}
.list__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
@media (max-width: 1366px) {
  .list__wrap {
    position: relative;
  }
}
@media (max-width: 960px) {
  .list__wrap {
    padding-bottom: 20%;
    padding-top: 0;
  }
}
.list__listbox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2%;
  border-radius: 20px;
  margin-bottom: 2%;
}
@media (max-width: 960px) {
  .list__listbox {
    flex-wrap: wrap;
  }
}
.list__listbox-item {
  color: #000;
  font-size: 20px;
  width: calc(25% - 20px);
  margin: 10px 0;
  font-weight: bold;
  padding: 10px 5px;
  display: flex;
  align-items: center;
  min-height: 61px;
  position: relative;
}
.list__listbox-item i {
  padding: 0 10px;
}
.list__listbox-item img {
  width: 10%;
  margin-right: 10px;
  filter: brightness(0) saturate(100%) invert(30%) sepia(100%) saturate(3000%) hue-rotate(196deg) brightness(96%) contrast(94%);
}
.list__listbox-item:nth-last-of-type(1) p {
  flex-direction: column-reverse;
}
@media (max-width: 960px) {
  .list__listbox-item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 500px) {
  .list__listbox-item {
    width: 90%;
    margin: auto;
    padding: 10px 0;
    min-height: auto;
  }
  .list__listbox-item img {
    width: 10%;
  }
}
.list .listbox {
  margin: 5% auto;
  width: 80%;
  list-style: disc;
  border-radius: 25px;
  padding: 3%;
  background: #0a77f0;
}
@media (max-width: 960px) {
  .list .listbox {
    width: 100%;
    padding: 3% 5% 3% 8%;
  }
}

.itemList {
  padding: 50px 0;
  color: #1d1d1f;
  margin: 0 auto;
  text-align: center;
  visibility: hidden;
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.itemList--active {
  visibility: visible;
  display: block;
}
.itemList__content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  width: 90%;
  border-radius: 10px;
  max-width: 900px;
  overflow: hidden;
}
@media (min-width: 996px) {
  .itemList__content {
    width: 80%;
  }
}
.itemList__contentTable {
  margin: 0 auto 25px;
  overflow-x: auto;
}
.itemList__close {
  margin-top: 15px;
}

table {
  display: block;
  background: #a8d4f0;
  border-top: 1px solid #8bb8d9;
  border-left: 1px solid #8bb8d9;
  width: 500px;
}
@media (min-width: 996px) {
  table {
    display: inline-block;
    width: auto;
  }
}

th, td {
  border-right: 1px solid #8bb8d9;
  border-bottom: 1px solid #8bb8d9;
  padding: 10px;
  vertical-align: middle;
}
th a, td a {
  color: #1d1d1f;
}

th {
  background: #0a77f0;
  color: #fff;
  min-width: 100px;
}
th:nth-child(1) {
  width: 25%;
}
th:nth-child(2) {
  width: 15%;
}
th:nth-child(3) {
  width: 15%;
}
th:nth-child(4) {
  width: 15%;
}
th:nth-child(5) {
  width: 15%;
}
th:nth-child(6) {
  width: 15%;
}

tr:nth-child(even) {
  background: #f0f7fb;
}

.step {
  padding: 0 0 1%;
  background: #d3e2f1;
  position: relative;
}
.step__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
.step__flexbox {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 960px) {
  .step__flexbox {
    flex-direction: column;
  }
}
.step__itemblock {
  filter: drop-shadow(5px 5px 5px rgba(49, 79, 104, 0.2));
  width: 25%;
  text-align: center;
}
@media (max-width: 960px) {
  .step__itemblock {
    width: 80%;
    margin: 4% auto;
  }
}
.step__itemblock-itembox {
  margin: 20px 2.2% 20px 0;
  position: relative;
  transition: 0.2s;
}
.step__itemblock-itembox:hover {
  transform: scale(1.05);
}
.step__itemblock-itembox-icon {
  padding: 0 10px;
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.step__itemblock-itembox-icon img {
  margin: 0 auto;
  display: block;
}
.step .listbox {
  margin: 0 auto 5%;
  width: 80%;
  list-style: disc;
  padding: 3%;
  position: relative;
  z-index: 1;
}
@media (max-width: 960px) {
  .step .listbox {
    width: 100%;
  }
}

.discount {
  background: #f0f7fb;
}
.discount .t-bg {
  filter: brightness(0) saturate(100%) invert(92%) sepia(5%) saturate(881%) hue-rotate(179deg) brightness(99%) contrast(92%);
}
.discount h3 {
  background: #7ec8f5;
  color: #fff;
  font-size: 22px;
  line-height: 1.5em;
  border-radius: 20px;
  padding: 15px 30px;
  margin-top: -60px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (min-width: 996px) {
  .discount h3 {
    font-size: 25px;
  }
}
.discount a, .discount figure {
  color: #ea2023;
  font-weight: bold;
}
.discount ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 40px;
}
.discount ul > li {
  text-align: left;
  list-style: disc;
  margin-left: 20px;
  padding: 10px 0 0;
  line-height: 1.5em;
}
.discount ul .list-note {
  margin-top: 50px !important;
  font-size: 15px !important;
}
.discount ol {
  list-style: decimal;
  margin-left: 20px;
}
.discount ol > li {
  text-align: left;
  list-style: decimal;
  margin-left: 20px;
  padding: 5px 0;
  line-height: 1.5em;
}
.discount .gift__list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
.discount .gift__list > li {
  text-align: left;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
@media (min-width: 996px) {
  .discount .gift__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 30px 0;
  }
  .discount .gift__list > li {
    width: calc(33.33% - 10px);
    transition: 0.2s;
  }
  .discount .gift__list > li:hover {
    transform: scale(1.05);
  }
}
.discount .gift__flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
.discount .gift__flex img {
  width: 10%;
  min-width: 100px;
  margin-right: 10px;
}
@media (min-width: 996px) {
  .discount .gift__flex {
    flex-direction: column;
  }
  .discount .gift__flex img {
    min-width: 150px;
  }
}
.discount__flex {
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
  align-items: stretch;
  margin-top: 120px;
  gap: 15px;
}
.discount__flex--gift {
  margin: 0 auto;
  width: 80%;
}
@media (min-width: 996px) {
  .discount__flex--gift {
    width: auto;
  }
}
.discount__itemblock {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  border: 5px solid #fff;
  padding: 20px;
  margin-bottom: 50px;
  height: auto;
}
.discount__itemblock--gift {
  max-width: 250px;
  margin: 0 auto 20px;
}
@media (min-width: 768px) {
  .discount__itemblock {
    flex: 0 0 calc(50% - 15px);
  }
}
@media (min-width: 996px) {
  .discount__itemblock {
    flex: 0 0 calc(50% - 15px);
  }
  .discount__itemblock--gift {
    transition: 0.2s;
  }
  .discount__itemblock--gift a:hover {
    transform: scale(1.05);
    transition: 0.2s;
  }
}
.discount__winnerList {
  padding: 3vh 0;
  text-align: center;
}
.discount__winnerList h2 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #0a77f0;
  margin-bottom: 20px;
}
.discount__winnerList h2::before, .discount__winnerList h2::after {
  position: absolute;
  width: 40%;
  height: 5px;
  content: "";
  background: rgba(10, 119, 240, 0.2);
  top: 50%;
}
.discount__winnerList h2::before {
  left: -40%;
}
.discount__winnerList h2::after {
  right: -40%;
}
@media (min-width: 996px) {
  .discount__winnerList h2 {
    font-size: 38px;
  }
}
.discount__winnerList p {
  margin: 10px 0;
  font-size: var(--title-md);
  font-weight: bold;
}
.discount__btn {
  display: inline-block;
  margin-bottom: 10px !important;
}

.question {
  padding: 7% 0;
  text-align: center;
}
.question h2 {
  position: relative;
  display: inline-block;
  font-size: 28px;
  color: #0a77f0;
}
@media (min-width: 996px) {
  .question h2 {
    font-size: 38px;
  }
}
.question h2::before, .question h2::after {
  position: absolute;
  width: 40%;
  height: 5px;
  content: "";
  background: rgba(10, 119, 240, 0.2);
  top: 50%;
}
.question h2::before {
  left: -40%;
}
.question h2::after {
  right: -40%;
}
.question__wrapper {
  max-width: 600px;
  margin: 0 auto;
}
.question__flex {
  display: flex;
  flex-direction: column;
  gap: 0px;
  justify-content: center;
  margin: 30px auto;
}
@media (min-width: 996px) {
  .question__flex {
    gap: 10px;
    flex-direction: row;
  }
}
.question__flex a img {
  max-width: 190px;
  padding: 0 10px;
}

.gift {
  background: #fff;
  margin-top: -10%;
  position: relative;
}
@media (max-width: 960px) {
  .gift {
    clip-path: none;
  }
}
@media (max-width: 414px) {
  .gift {
    clip-path: none;
  }
}
.gift__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
.gift__itemblock {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 960px) {
  .gift__itemblock {
    flex-direction: column;
  }
}
.gift__itemblock-itembox {
  width: 40%;
}
.gift__itemblock-itembox figure {
  width: 100%;
  margin: auto;
  text-align: center;
}
@media (max-width: 960px) {
  .gift__itemblock-itembox {
    width: 100%;
    margin: auto;
  }
}
.gift__winnerList {
  padding: 3vh 0;
}
.gift__winnerList h4 span {
  color: #fff;
  background: #ea2023;
  padding: 5px 20px;
}
.gift__winnerList--title {
  width: 40%;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 960px) {
  .gift__winnerList--title {
    width: 100%;
  }
}
@media (max-width: 414px) {
  .gift__winnerList--title {
    width: 100%;
    transform: scale(1.5);
  }
}
.gift__winnerList--list {
  text-align: center;
}
.gift__winnerList--list ul {
  display: inline-block;
}
.gift__winnerList--list li {
  padding: 5px 0 24px;
  border-bottom: 1px dotted #ccc;
}
.gift__winnerList--list li:last-child {
  border-bottom: 0;
}
.gift__winnerList--list li span {
  padding: 12px 0 0;
  display: block;
  font-size: 120%;
}

.popup {
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(10, 119, 240, 0.5);
  text-align: center;
  z-index: 999;
  overflow: hidden;
  overflow-y: auto;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.popup::-webkit-scrollbar {
  width: 0 !important;
}
.popup:before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -4px;
  vertical-align: middle;
}
.popup .modal-content {
  background-color: transparent;
}
.popup .modal-content a {
  border: none;
  background: none;
}
.popup .modal-content a:hover {
  border: none;
  background: none;
}

.popup-inner {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 2px 6px #000;
  border-radius: 3px;
  background: #fff;
  margin: 50px 0;
  word-wrap: break-word;
  color: #000;
  border: 2px solid #0a77f0;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 900px;
  width: 90%;
  padding: 40px 20px;
}
@media (min-width: 576px) {
  .popup-inner {
    padding: 40px;
  }
}
@media (min-width: 996px) {
  .popup-inner {
    max-width: 1200px;
    width: auto;
  }
}
.popup-inner a {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
.popup-inner h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.popup-inner p {
  font-size: 24px;
  font-weight: 400;
}

.popup-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #0a77f0;
}
.popup-close:after, .popup-close:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #0a77f0;
  transform: rotate(45deg);
}
.popup-close:after {
  transform: rotate(-45deg);
}
.popup-close:hover {
  transform: translate(50%, -50%) rotate(180deg);
  background: #0a77f0;
  text-decoration: none;
  border-color: #0a77f0;
}
.popup-close:hover:after, .popup-close:hover:before {
  background: #fff;
}

.popup-inner1 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  position: relative;
  box-shadow: 0 2px 6px #000;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.8);
  margin: 50px 0;
  word-wrap: break-word;
  color: #fff;
  border: 3px solid #d3e2f1;
  font-family: "DINPro-Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  max-width: 900px;
  width: 90%;
  padding: 40px 20px;
}
@media (min-width: 576px) {
  .popup-inner1 {
    padding: 40px;
  }
}
@media (min-width: 996px) {
  .popup-inner1 {
    max-width: 1200px;
    width: auto;
  }
}
.popup-inner1 a {
  text-decoration: none;
  transition: all 0.3s ease-in;
  display: inline-block;
  margin-top: 6%;
  font-size: 18px;
  font-weight: bold;
  color: #000;
  padding: 10px 20px;
  background: #d3e2f1;
}
.popup-inner1 h2 {
  font-family: "Roboto Slab", serif;
  font-weight: 700;
}
.popup-inner1 p {
  font-size: 24px;
  font-weight: 400;
}

.modal-content {
  border: 0 !important;
  border-radius: 0;
  box-shadow: none !important;
}
.modal-content .modal-header h5 {
  font-size: 30px;
  padding-bottom: 10px;
  border-bottom: 0;
  font-weight: 600;
  margin: 20px 0;
  color: #0a77f0;
}
.modal-content .modal-header p {
  text-align: left;
  font-size: 18px;
  margin-bottom: 2.5%;
  line-height: 24px;
}
.modal-content .modal-body {
  text-align: left;
}
.modal-content .modal-body ul:nth-of-type(1) {
  list-style-type: none;
}
.modal-content .modal-body p {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
}
.modal-content .modal-body h4 {
  font-size: 20px;
  padding: 10px 0;
  font-weight: 900;
  color: #000;
}
.modal-content .modal-body .redeem-modal p {
  font-size: 16px;
  line-height: 20px;
  margin: 20px 0;
  background: #d3e2f1;
  padding: 10px;
  color: #000;
}
.modal-content .modal-body .redeem-modal h5 {
  display: inline-block;
  border-bottom: 2px solid #0a77f0;
  color: #fff;
  background: #0a77f0;
  padding: 10px 20px;
  border-radius: 100px;
  font-weight: bold;
}

.lower-roman {
  list-style: lower-roman;
  padding-left: 30px;
}
.lower-roman li {
  margin: 20px 0;
  line-height: 24px;
}
.lower-roman li ul {
  padding-left: 30px;
}
.lower-roman li ul li {
  margin: 10px 0;
  line-height: 24px;
  list-style: disc;
}

a.btn-s {
  position: absolute;
  color: #1670f0;
  padding: 30px 60px;
  font-size: 30px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

a.close-btn {
  background-color: #0a77f0;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 5%;
  font-size: 16px;
}

.tc-text {
  background: none;
}

.gameTC .modal-content .modal-body ul li ol.listDisc li,
.gameTC .modal-content .modal-body ul ol.listDisc li {
  list-style: disc;
}
.gameTC .modal-content .modal-body ol.listDisc ul {
  margin-top: 30px;
}
.gameTC .modal-content .modal-body ol.listDisc ul li.listDecimal {
  list-style: decimal;
}

.location-title {
  text-align: center;
  margin: 30px auto;
}
.location-title h5 {
  font-weight: bold;
  font-size: 24px;
  color: #000;
  background: #d3e2f1;
  padding: 10px;
}

.location {
  display: flex;
  justify-content: flex-start;
}
.location .location__item {
  font-size: 18px;
  padding: 0;
  margin: 10px 0;
}

.service {
  display: flex;
  justify-content: flex-start;
}
.service .service__item {
  font-size: 18px;
  margin: 10px 0;
  line-height: 26px;
}
.service .service__item li {
  padding: 0 !important;
}
.service .service__item:first-child {
  width: 45%;
}

.term {
  padding: 1% 0 6%;
  position: relative;
  z-index: 1;
  background: white;
}
.term__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
@media (max-width: 500px) {
  .term__wrap {
    width: 95%;
  }
}
.term__itembox {
  display: flex;
  justify-content: center;
}
@media (max-width: 960px) {
  .term__itembox {
    flex-direction: column;
  }
}
.term__itembox-link {
  min-width: 200px;
  text-align: center;
  color: #0a77f0 !important;
  font-size: 24px;
  padding: 10px 20px;
  border-radius: 30px;
  font-weight: bold;
  transition: 0.2s ease-in-out;
  margin: 0 10px;
  text-transform: uppercase;
  position: relative;
  background: #f0f7ff;
  border: 2px solid #0a77f0;
}
.term__itembox-link p {
  color: inherit;
}
.term__itembox-link:hover {
  text-decoration: none;
  transform: scale(1.05);
}
@media (max-width: 960px) {
  .term__itembox-link {
    width: 80%;
    margin: 15px auto;
    padding: 10px;
  }
}

.shop {
  padding-bottom: 3%;
  background: white;
}
.shop__wrap {
  width: 80%;
  margin: auto;
  max-width: 2560px;
}
.shop__block span {
  font-size: 15px;
}
.shop__block figure {
  text-align: center;
}

#springExam2023 img {
  height: auto;
}
#springExam2023 {
  overflow-x: hidden;
}
@media (max-width: 1024px) {
  #springExam2023 .intro .intro__wrap .common-title {
    padding: 0;
  }
}
@media (max-width: 960px) {
  #springExam2023 .intro .intro {
    background-position: center;
    background-size: contain;
    background-repeat: repeat;
  }
  #springExam2023 .intro .intro .intro__wrap {
    padding-top: 3em;
  }
}
