body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans TC", "Oswald", sans-serif;
  color: #636863;
  color: #1c1e20;
  background-color: #fff;
  font-size: 15px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.8;
}

section {
  width: 100%;
  position: relative;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

:hover,
a:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none !important;
}

:focus {
  outline: none;
}

@-webkit-keyframes parent-tab-image {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  40% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  to {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-moz-keyframes parent-tab-image {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  40% {
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -moz-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  to {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}

@-o-keyframes parent-tab-image {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  40% {
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  to {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes parent-tab-image {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  40% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  60% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  80% {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
  }

  to {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}

a {
  color: #1c1e20;
  cursor: pointer;
}

a:hover {
  color: #11a3b5;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.6;
}

img {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

ul li {
  list-style: none;
  padding: 0;
}

ul li::marker {
  font-weight: bold;
}

em {
  font-style: normal;
}

button {
  border: none;
  cursor: pointer;
}

button.defult {
  cursor: default;
}

button:focus {
  outline: none;
}

input[type="text"],
input[type="password"],
textarea,
select {
  color: #000;
  outline: none;
  border: 0px solid #dddddd;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus,
select {
  box-shadow: none;
  border: 0px solid #ffffff;
}

::-webkit-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

:-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-moz-placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::placeholder {
  color: #6a6a6a;
  opacity: 1;
}

::-webkit-scrollbar {
  width: 0px;
  opacity: 0.4;
}

::-webkit-scrollbar-track {
  background: rgb(241, 241, 241, 0.1);
}

::-webkit-scrollbar-thumb {
  height: 1px;
  background: #acacac;
}

::-webkit-scrollbar-thumb:hover {
  height: 1px;
  background: #acacac;
}

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1139px) {
  .wrapper {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 0px 6vw;
  }
}

.redtxt {
  color: #c53c13;
}

.greentxt {
  color: #29a87c;
}

.yellowtxt {
  color: #f0eb2e;
}

p.redtxt {
  margin: 6px 0 10px 0;
  font-size: 0.875rem;
  font-weight: 400;
}

.fulltable {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 50px auto;
}

.fulltable h4 {
  color: #304546;
  margin-bottom: 15px;
  text-align: center;
  font-size: 1.4rem;
}

table {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  font-weight: normal;
  font-size: 1.06rem;
  margin: 0 auto;
}

table tr th {
  background: #11a3b5;
  color: #fff;
  font-weight: 500;
  width: 7vw;
}

table tr th,
table tr td {
  padding: 10px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 1.6;
}

table tr th.nowrap {
  white-space: nowrap;
}

table p {
  font-size: 0.72rem;
}

table tr.highlight th,
table tr.highlight td {
  background: #e35f07;
  color: #fff;
}

table tr.highlight td {
  text-align: left;
}

table tr.highlight td ul {
  margin: 0px 0px 0px 20px;
}

table tr.highlight td ul li {
  list-style: decimal;
  font-size: 0.93rem;
  line-height: 1.8;
}

@media (max-width: 1090px) {
  table {
    font-size: 0.86rem;
  }

  table tr th,
  table tr td {
    padding: 5px;
  }
}

/* banner */
section.banner {
  z-index: 0;
  margin-top: 0px;
  position: relative;
}

section.banner .main-kv {
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  flex-direction: column;
  height: -webkit-calc(100vh - 2vh);
  height: -moz-calc(100vh - 2vh);
  height: calc(100vh - 2vh);
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

section.banner .main-kv.pc-kv {
  background-image: url("../images/banner.jpg");
}

section.banner .main-kv.mobile-kv {
  display: none;
}

@media only screen and (max-width: 767px) {
  /* section.banner {
    padding-top: 80px;
  } */

  section.banner .main-kv {
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px);
  }

  section.banner .main-kv.pc-kv {
    display: none;
  }

  section.banner .main-kv.mobile-kv {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    background-image: url("../images/m-banner.jpg");
    height: -webkit-calc(90vh - 70px);
    height: -moz-calc(90vh - 70px);
    height: calc(90vh - 70px);
  }
}

/* 賽事目的 */
section.h-about {
  border-top: 10px solid #41b587;
  background: #11a3b5;
  color: #fff;
  padding: 4vw 0 8vw 0;
}

section.h-about .titleA {
  position: relative;
  text-align: center;
}

section.h-about .titleA h2 {
  font-size: 2.4rem;
  font-family: "Oswald", sans-serif;
  text-align: center;
  color: #e9d53e;
  /* background: #11a3b5; */
  /* padding: 10px 10px 10px 0; */
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* section.h-about .titleA:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  height: 1px;
  background: #fff;
  z-index: -1;
} */

.right-txt {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
}

b.s-title {
  position: relative;
  margin: 2vw auto;
  font-size: 1.6rem;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0px;
  color: #fff;
  font-weight: normal;
}

b.s-title:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 60%;
  height: 10px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  background: rgb(231, 191, 19, 0.8);
  z-index: -10;
}

.right-txt p {
  width: 100%;
  line-height: 1.8;
  text-align: center;
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.right-txt ul {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.right-txt ul li {
  width: 19%;
  padding: 0px 10px;
  margin: 0 0.5%;
  font-size: 1rem;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.right-txt ul li img {
  width: 50px;
  height: 50px;
  margin: 10px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px auto;
}

@media(max-width:1024px) {
  .right-txt ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .right-txt ul li {
    width: 49%;
    padding: 0px 10px;
    margin: 0.5%;
  }

  section.h-about .titleA {
    text-align: center;
  }

  section.h-about .titleA h2 {
    padding: 10px;
    font-size: 2rem;
  }

  b.s-title {
    font-size: 1.6rem;
    margin: 4vw auto 2vw auto;
  }
}

/* footer */
footer {
  width: 100%;
  height: auto;
  background: #f0f0f0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.81rem;
}

.foot-spons {
  width: 100%;
  margin: 0 auto;
  padding: 3.2vw 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fafafa;
}

.foot-spons .list {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto 10px auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.foot-spons .list .title {
  width: auto;
  text-align: left;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #eaeaea;
  color: #484848;
  padding: 2px 10px;
  margin-right: 1vw;
  font-size: 0.83rem;
  font-weight: bold;
}

.foot-spons .list .spons {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 4px 0;
}

.foot-spons .list .spons a {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -moz-box-orient: vertical;
  -moz-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.foot-spons .list .spons a img {
  width: auto;
  height: 40px;
  margin: 1vw 1.5vw 1vw 0vw;
}

.foot-spons .list .spons a img.small {
  height: 30px;
}

.foot-center {
  width: 100%;
  padding: 20px 0px;
  background: #fafafa;
  border-top: 1px solid #eaeaea;
}

.foot-center .wrapper {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.foot-center .wrapper .c-info,
.foot-center .wrapper .c-info .info {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.foot-center .wrapper .c-info .info {
  margin-right: 2vw;
}

.foot-center .wrapper .c-info .info:last-child {
  margin-right: 0vw;
}

.foot-center .wrapper .c-info .info a {
  font-size: 0.81rem;
}

.foot-center .wrapper .c-info .info img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

.foot-bottom {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #2b2b2b;
  padding: 1vw 0;
}

.foot-bottom p {
  color: #eaeaea;
  font-size: 0.72rem;
}

@media (max-width: 1024px) {
  .foot-center {
    padding: 14px 0px;
  }

  .foot-center .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foot-center .wrapper .c-info {
    padding: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .foot-center .wrapper .c-info .info {
    width: 100%;
    margin-bottom: 10px;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .foot-center .wrapper .c-info .info:last-child {
    margin-bottom: 0;
  }

  .foot-bottom {
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .foot-bottom {
    padding: 4vw 2vw;
  }

  .foot-bottom p {
    font-size: 0.65rem;
  }

  .foot-spons .list .spons a img {
    height: 20px;
  }

  .foot-spons .list .spons a img.small {
    height: 15px;
  }
}

/* gotop */
.btn-top {
  position: fixed;
  right: 2%;
  bottom: 1rem;
  display: none;
  width: auto;
  line-height: 3rem;
  text-align: center;
  font-size: 0.8rem;
  color: #000;
  cursor: pointer;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: none;
}

.btn-top.change {
  color: #fff;
}

.btn-top .bg {
  height: 70px;
  -o-background-size: contain;
  background-size: contain;
  background-image: url("../images/gotop.svg");
  background-repeat: no-repeat;
  background-position: center 10px;
  -webkit-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.btn-top:hover .bg {
  background-position: center 0px;
}

.btn-top.change .bg {
  background-image: url("../images/gotop-change.svg");
}

/* fixed list */
.s-info-right {
  position: fixed;
  right: 1%;
  bottom: 8%;
  z-index: 1;
}

.s-info-right a {
  width: 80px;
  height: 80px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 4px auto;
}

.s-info-right a.gotolist,
a.gotolist {
  -moz-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
}

.s-info-right a:hover {
  -moz-animation: pulse 1s infinite;
  -o-animation: pulse 1s infinite;
  animation: pulse 1s infinite;
  -webkit-animation: pulse 1s infinite;
}

.s-info-right.gobtm {
  bottom: 8%;
  /*position: absolute;*/
}

@media (max-width: 500px) {
  .s-info-right {
    right: 2%;
    bottom: 4%;
  }

  .s-info-right.gobtm {
    bottom: 4%;
    /* position: absolute; */
  }
}

section.page {
  padding: 20px 0 40px 0;
  /* margin-top: 80px; */
  width: 100%;
  height: auto;
  min-height: 1000px;
  background: #11a3b5;
  background-repeat: repeat-y;
  -o-background-size: 100%;
  background-size: 100%;
  background-position: top center;
  background-image: url("../images/bg_page.jpg");
}

section.page .wrapper {
  padding: 20px;
}

section.page .wrapperfaq {
  padding: 30px;
  background: rgba(255, 255, 255, 0.8);
  border: 12px solid #11a3b5;
  box-shadow: 0px 5px 10px #e0e0e0;
}

section.page .titleA {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 100px auto 30px auto;
}

section.page .titleA h2 {
  font-size: 3rem;
  font-weight: 900;
  color: #0e1213;
}

section.page .titleA p {
  font-size: 1.4rem;
  font-weight: 500;
  color: #11a3b5;
  margin-top: -10px;
}

@media (max-width: 1090px) {
  section.page {
    padding: 35px 0 60px 0;
    margin-top: 80px;
    min-height: auto;
  }

  section.page.faq {
    min-height: 500px;
  }

  section.page .wrapper {
    padding: 16px;
  }

  section.page .wrapperfaq {
    width: 92%;
    padding: 12px 14px;
    margin-top: 16px;
    border: 6px solid #11a3b5;
  }

  section.page .titleA h2 {
    font-size: 2.4rem;
  }

  section.page .titleA {
    margin: 0px auto;
  }
}

/* FAQ */
.qa_box {
  margin-bottom: 20px;
}

.faq-drawer {
  margin-bottom: 10px;
}

.mpgdetail h1 {
  position: relative;
  padding-left: 0px;
  margin-bottom: 10px;
  font-size: 1.4rem;
  color: #1d1d1d;
}

.faq-drawer__content-wrapper {
  font-size: 1rem;
  line-height: 1rem;
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background: #f5f5f5;
}

.faq-drawer__content-wrapper .faq-drawer__content {
  padding: 10px 14px;
  border-top: 1px solid #dcdcdc;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  /* -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 500;
}

.faq-drawer__content-wrapper .faq-drawer__content p {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.faq-point {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: calc(100% - 40px);
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 4%;
  margin-top: 10px;
}

.faq-drawer__content-wrapper .faq-drawer__content p img {
  width: 150px;
  margin-left: 10px;
}

.faq-drawer__title {
  cursor: pointer;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 10px 14px;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out;
  background: #f5f5f5;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: 0px;
  position: relative;
  right: 30px;
  top: 10px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: 0.35s ease-in-out;
  -o-transition: 0.35s ease-in-out;
  -moz-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
  vertical-align: top;
  width: 10px;
}

.faq-drawer__title em,
.faq-drawer__content-wrapper .faq-drawer__content em {
  margin-right: 8px;
  color: #11a3b5;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 1rem;
  margin-top: 4px;
  width: 20px;
  margin-right: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
  color: #3e3b42;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked+.faq-drawer__title::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media (max-width: 1090px) {
  .mpgdetail h1 {
    margin-bottom: 10px;
    font-size: 1.2rem;
  }

  .faq-drawer__title {
    font-size: 0.93rem;
    padding: 10px;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}

.info-txt {
  margin: 0px auto 40px auto;
  font-size: 0.86rem;
  line-height: 1.8;
  color: #383838;
}

.info-txt .txt {
  font-size: 1rem;
  margin: 20px auto;
}

.info-txt .list-img {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.info-txt .list-img img {
  width: 48%;
  margin: 1%;
}

.forroutes {
  background: #091665;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.info-txt h3 {
  font-size: 2.2rem;
  margin-bottom: 10px;
  margin-left: 4px;
  font-weight: 700;
}

.info-txt h4 {
  font-size: 1.25rem;
}

.info-txt p {
  /* font-weight: 400; */
  /* color: #3c6156; */
  /* line-height: 1.8; */
  /* margin: 4px 0; */
}

.info-txt p.redtxt {
  /* margin: 2px 0 10px 0; */
}

.info-txt ul.rules {
  padding: 0px 20px;
}

.info-txt ul.covid-19 {
  padding: 0px 20px;
}

.info-txt strong.covid-19 {
  font-size: 1.25rem;
  color: #c53c13;
}

.info-txt ul.rules li {
  list-style: decimal;
  line-height: 2;
  font-size: 1rem;
}

.info-txt ul.covid-19 li {
  list-style: disc;
  line-height: 2;
  font-size: 1rem;
}

.info-txt ul.rules.big {
  margin-left: 30px;
}

.info-txt ul.rules.big li {
  font-size: 1.08rem;
  font-weight: 600;
  list-style: trad-chinese-informal;
}

.info-txt ul.rules li ol {
  padding-left: 20px;
  margin: 0px 0 10px 0px;
}

.info-txt ul.covid-19 li ol {
  padding-left: 20px;
}

.info-txt ul.rules li ol li {
  list-style-type: disc;
  font-size: 0.93rem;
  line-height: 2;
}

.info-txt ul.covid-19 li ol li {
  list-style-type: decimal;
  font-size: 0.93rem;
  line-height: 2;
}

.info-txt ul.rules li ol.small-d li {
  list-style-type: decimal-leading-zero;
  font-size: 0.86rem;
  line-height: 2;
}

.info-txt ul.rules li ol.covid-19 li {
  list-style-type: decimal;
}

.info-txt ul.rules.big li ol li {
  list-style: decimal;
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 2;
}

.info-txt ul.rules li .fulltable {
  margin-bottom: 10px;
}

/* .info-txt ul.rules li .fulltable table tr th {
  background: #41b587;
} */

.info-txt ul.rules li table tr:nth-child(odd) {
  background: #fafafa;
}

.info-txt table p {
  margin: 0;
}

@media (max-width: 1090px) {
  .info-txt h3 {
    font-size: 1.6rem;
  }

  .info-txt ul.rules li {
    line-height: 2;
  }
}

img.bag {
  width: 200px;
}

.gift-box {
  width: 100%;
  margin: 10px auto;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.gift-box .list {
  width: 31.333%;
  margin: 1%;
}

.gift-box .list:last-child,
.gift-box .list:nth-last-child(2) {
  width: 48%;
  margin: 1%;
}

.gift-box .list .p-name {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 20px;
  text-align: center;
}

.gift-box .list .p-name p {
  background: #e4bb08;
  color: #Fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 2px 12px;
  font-size: 1rem;
  text-align: center;
}

.gift-box .list .p-name b {
  font-size: 1.16rem;
  margin-top: 10px;
  line-height: 1.5;
  font-weight: normal;
}

.gift-box .list .p-name b span {
  font-size: 0.81rem;
  color: #6a6a6a;
}

.gift-box .list img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  cursor: pointer;
  -webkit-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.gift-box .list img:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}

@media (max-width: 768px) {
  .gift-box .list .p-name p {
    font-size: 0.875rem;
  }

  .gift-box .list .p-name b {
    font-size: 1rem;
  }

  .gift-box .list {
    width: 49%;
    margin: 2% 0;
  }
}

p.noData {
  width: 40%;
  position: relative;
  margin: 50px auto;
  text-align: center;
  color: #484848;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  padding: 12px 20px;
}

p.noData span {
  z-index: 100;
  padding: 10px;
  font-size: 1.25rem;
}

@media(max-width:768px) {
  p.noData {
    width: 60%;
    margin: 40px auto;
  }
}

@media(max-width:500px) {
  p.noData {
    width: 90%;
  }
}

/* 推薦商品 */
.big-title-p {
  padding: 10px 0;
  text-align: center;
  font-size: 1.4rem;
  background: #001E62;
  border-bottom: 2px solid #fff;
  color: #fff;
  border-radius: 8px 8px 0px 0px;
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -ms-border-radius: 8px 8px 0px 0px;
  -o-border-radius: 8px 8px 0px 0px;
}

.big-title-p b {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -20px auto 0 auto;
  font-size: 2.4rem;
  /* color: transparent;
  -webkit-text-stroke: 2px #fff; */
}

.info-p .txt {
  color: #001E62;
  font-size: 1.16rem;
  margin: 20px auto 60px auto;
  line-height: 2;
}

.shoes-panel {
  margin: 20px auto;
}

.shoes-box {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.shoes-panel p {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.shoes-panel p span {
  position: relative;
  padding: 10px 12px;
  margin-bottom: 40px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
}

.shoes-panel p span:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -75%;
  width: 65%;
  height: 1px;
  background: #001E62;
  z-index: -10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.shoes-panel p span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75%;
  width: 65%;
  height: 1px;
  background: #001E62;
  z-index: -10;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.shoes-box .list {
  width: 29.333%;
  margin: 20px 2%;
  text-align: center;
}

.shoes-box.clothes .list {
  width: 48%;
  margin: 20px 1%;
  text-align: center;
}

.shoes-box .list .p-name p {
  position: relative;
  color: #001E62;
  margin: 40px auto;
  font-size: 1rem;
  font-weight: 400;
}

.shoes-box.clothes .list .p-name p {
  width: auto;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #001E62;
  color: #fff;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 0px 10px;
}

a.find-your,
a.place-btn {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: Wrap;
  -ms-flex-wrap: Wrap;
  flex-wrap: Wrap;
  margin-bottom: 60px;
}

a.place-btn {
  width: auto;
  margin: 30px auto;
}

a.find-your {
  /* background: -webkit-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background: -moz-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background: -o-linear-gradient(135deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  -o-background-size: 400% 400%;
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
  -moz-animation: gradient 15s ease infinite;
  -o-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite; */
  height: 50vw;
  background-repeat: no-repeat;
  background-position: center center;
  -o-background-size: cover;
  background-size: cover;
  background-image: url("../images/Recommend/intoclass.jpeg");
}

@media(max-width:1024px) {
  a.find-your {
    height: 60vw;
  }
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-moz-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@-o-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

a.find-your span {
  text-align: center;
  color: rgb(255, 255, 255);
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
  -webkit-animation: pulse 1.6s infinite;
  -moz-animation: pulse 1.6s infinite;
  -o-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
  letter-spacing: 1px;
  font-size: 1.8rem;
  font-weight: 500;
  text-shadow: 0px 2px 3px rgb(75 75 75);
  border-radius: 40px;
  border: 1px solid #fff;
  width: auto;
  padding: 4px 30px;
  box-shadow: 0px 4px 0px #fff;
}

a.place-btn span {
  text-align: center;
  width: 100%;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0px;
  -webkit-animation: pulse 1.6s infinite;
  -moz-animation: pulse 1.6s infinite;
  -o-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 40px;
  width: auto;
  padding: 2px 30px 4px 30px;

  box-shadow: 0px 4px 0px #35acba;
  background: #fff;
  color: #35acba;
  border: 1px solid #35acba;
}

a.find-your:hover span {
  background: #001e62;
  border: 1px solid #001e62;
  box-shadow: 0px 0px 0px #fff;
}

a.place-btn span:hover {
  color: rgb(255, 255, 255);
  box-shadow: 0px 4px 0px #b1b1b1;
  background: #35acba;
  border: 1px solid #35acba;
}

a.find-your img {
  width: 50%;
  margin: 40px auto;
  -webkit-animation: pulse 1.6s infinite;
  -moz-animation: pulse 1.6s infinite;
  -o-animation: pulse 1.6s infinite;
  animation: pulse 1.6s infinite;
}

@media(max-width:768px) {
  a.find-your span {
    font-size: 1.2rem;
  }

  .big-title-p {
    padding: 2px 0px;
    font-size: 0.93rem;
  }

  .big-title-p b {
    font-size: 1.6rem;
    margin: -10px auto 0px auto;
    /* color: transparent;
    -webkit-text-stroke: 1px #fff; */
  }

  .shoes-box .list {
    width: 80%;
    margin: 10px auto;
  }


  .shoes-box.clothes .list {
    width: 100%;
    margin: 10px auto;
  }

  .shoes-box.clothes .list .p-name p {
    font-size: 0.93rem;
  }

  .info-p .txt {
    margin-bottom: 40px;
  }
}

.n-list a {
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #11a3b5;
}

.n-tag {
  background: #e35f07;
  color: #fff;
  font-size: 0.68rem;
  padding: 0px 10px 2px 10px;
  text-align: center;
  margin-right: 4px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.n-list .date,
.info-txt .date {
  font-size: 2rem;
  font-weight: bold;
}

.n-list .title,
.n-list .in-txt {
  font-size: 1.2rem;
  font-weight: bold;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}

.n-list .in-txt {
  color: #646464;
  font-weight: normal;
  font-size: 1rem;
}

span.read-more {
  position: absolute;
  bottom: 18px;
  right: 5px;
  text-align: right;
}

.info-traffic h4 {
  font-size: 1.5rem;
  margin: 20px 0 5px 0;
}

.info-traffic ul {
  line-height: 2;
  font-size: 1.08rem;
  margin-left: 20px;
}

.info-traffic ul li {
  list-style: disc;
  color: #000;
  line-height: 2;
  word-break: break-all;
}

.info-traffic p {
  font-size: 1.06rem;
  font-weight: bold;
  color: #2c2c2c;
  line-height: 2;
}

.info-traffic ul li p {
  font-size: 1rem;
}

.info-traffic ul li ol {
  margin-bottom: 4px;
}

.info-traffic ul li ol li {
  list-style: square;
  line-height: 2;
  font-size: 0.93rem;
  margin-left: 20px;
  color: #636863;
}

.info-traffic a.info {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 20px;
  margin-left: 20px;
  margin-top: 15px;
  padding: 2px 20px 4px 20px;
  box-shadow: 0px 4px 0px #35acba;
  background: #fff;
  color: #35acba;
  border: 1px solid #35acba;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.info-traffic a.info:hover {
  color: rgb(255, 255, 255);
  box-shadow: 0px 4px 0px #b1b1b1;
  background: #35acba;
  border: 1px solid #35acba;
}

span.hint-txt {
  color: #c53c13;
  font-size: 1rem;
  font-weight: bold;
  word-break: break-all;
}

.mgleft {
  margin-left: 30px !important
}

.qrcode-panel {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

a.qrcode {
  width: 200px;
  margin: 1%;
  border: 1px solid #11a3b5;
  padding: 20px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

a.qrcode img {
  width: 100%;
  max-width: 120px;
  margin-bottom: 10px;
}

a.qrcode p {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}

a.qrcode p em {
  font-size: 0.86rem;
  color: #11a3b5;
}

img.apply_img {
  width: 72%;
  margin: 0 auto;
}

a.hint-txt-proof {
  font-size: 1.2rem;
  color: #c53c13;
  font-weight: bold;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0px;
  margin: 0;
  padding: 0;
}

b.tag-bg {
  background: #41b587;
  color: #fff;
  padding: 3px 6px;
  font-size: 1rem;
  margin-bottom: 4px;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.info-traffic ul li {
  font-weight: bold;
}

.info-traffic ul li.number,
.info-traffic ul li ol.health-report-ol li {
  list-style: decimal;
  font-weight: normal;
}

@media(max-width:640px) {
  img.apply_img {
    width: 100%;
    margin: 0 auto;
  }

  .n-list .title,
  .n-list .in-txt {
    font-size: 0.86rem;
  }

  .n-list .in-txt {
    color: #646464;
  }

  .n-list .title {
    font-size: 1rem;
  }

  .info-traffic a.info {
    width: 100%;
    margin-left: 0px;
    font-size: 1rem;
    padding: 2px 10px 4px 10px;
    margin-bottom: 0px;
  }

  .info-traffic ul,
  .info-traffic p {
    font-size: 0.93rem;
    letter-spacing: -1px;
  }

  .mgleft {
    margin-left: 20px !important
  }

  .n-tag {
    position: absolute;
    right: 0px;
    top: 0px;
  }

  a.qrcode {
    padding: 10px;
  }

  a.qrcode p {
    font-size: 0.86rem;
  }

  a.qrcode p em {
    font-size: 0.65rem;
    color: #11a3b5;
  }

  a.qrcode img {
    max-width: 80px;
  }

  a.hint-txt-proof,
  .info-txt h3 {
    font-size: 1rem !important;
  }

  .n-list .date,
  .info-txt .date {
    font-size: 1.6rem;
  }
}

.spon-block {
  margin-bottom: 80px;
}

.spon-block .title-Spon {
  font-size: 1.6rem;
  font-weight: bold;
  color: #001E62;
  margin-bottom: 20px;
}

.spon-block .item {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 10px auto;
}

.spon-block .item a {
  width: 100%;
  text-align: center;
  color: #000;
}

.spon-block .item a img {
  width: 100%;
  max-width: 200px;
  margin: 10px auto 20px auto;
}

.spon-block .item a p {
  font-size: 1rem;
}

@media(max-width:640px) {
  .spon-block .title-Spon {
    text-align: center;
    margin: 0px auto;
    font-size: 1.4rem;
  }

  .spon-block .item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .spon-block .item a {
    margin: 10px auto;
  }

  .spon-block .item a img {
    width: 100%;
    max-width: 240px;
  }

  .spon-block .item a p {
    font-size: .875rem;
  }
}

ul.faq-ul-li {
  margin-left: 30px;
  line-height: 1.8;
  color: #383838;
}