body {
  position: relative;
  width: 100%;
  font-family: "Noto Sans TC", "Poppins", sans-serif;
  color: #383838;
  background-color: #FFFFFF;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
  line-height: 1.8;
}

section {
  width: 100%;
  position: relative;
  padding: 0;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.hide {
  display: none !important;
}

:hover,
a:hover {
  transition: 0.3s;
  text-decoration: none !important;
}

:focus {
  outline: none;
}

@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: #181c62;
  cursor: pointer;
}

a:hover {
  color: #131422;
}

h1,
h2 {
  margin: 0;
  padding: 0;
}

p {
  margin: 6px 0;
  font-size: .93rem;
  line-height: 1.8;
}

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;
}

::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: #cacaca;
}

::-webkit-scrollbar-thumb:hover {
  height: 1px;
  background: #cacaca;
}

.wrapper {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}

@media (max-width: 1139px) {
  .wrapper {
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 6vw;
  }
}

.redtxt {
  color: #ca4e47;
  ;
}

.greentxt {
  color: #417876;
}

.yellowtxt {
  color: #ffd900;
}

p.redtxt {
  margin: 10px 0 0;
  font-size: .875rem;
  font-weight: 600;
}

.fulltable {
  width: 100%;
  max-width: 100%;
  margin: 10px auto 50px auto;
  overflow-x: auto;
}

.fulltable h4 {
  margin-bottom: 12px;
  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: #242986;
  color: #fff;
  font-weight: 500;
  width: 7vw;
}

table tr th,
table tr td {
  padding: 10px;
  border: 1px solid #dddddd;
  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: #ca4e47;
  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: 2;
}

@media (max-width: 1090px) {
  .fulltable h4 {
    font-size: 1.2rem;
  }

  .fulltable {
    margin: 20px auto;
  }

  table {
    font-size: 0.86rem;
  }
}

/* banner */
section.banner {
  z-index: 0;
  margin-top: 0px;
  position: relative;
}

section.banner .main-kv {
  padding: 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 51.8%;
  background-size: contain;
  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 .main-kv {
    height: calc(100vh - 80px);
    background-size: cover;
    padding-bottom: 56.8%;
  }

  section.banner .main-kv.pc-kv {
    display: none;
  }

  section.banner .main-kv.mobile-kv {
    display: flex;
    background-image: url("../images/m-banner.jpg");
    height: calc(98vh - 60px);
  }
}

/* 賽事目的 */
section.h-about {
  position: relative;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../images/bg_page_2.jpg");
  color: #fff;
  padding: 4vw 0;
}

section.h-about .titleA {
  position: relative;
  text-align: center;
}

section.h-about .titleA h2 {
  font-style: italic;
  width: 100%;
  font-size: 2.8rem;
  font-family: "Poppins", sans-serif;
  text-align: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(90deg, #abdb9a 0%, #ffffff 25%, #ffa8a0 75%, #ffe978 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 300%;
  animation: bg-animation 5s infinite alternate;
  font-weight: 600;
}

@keyframes bg-animation {
  0% {
    background-position: left;
  }

  100% {
    background-position: right;
  }
}

.right-txt {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  margin: 10px auto;
}

b.s-title {
  position: relative;
  margin: 1vw auto;
  font-size: 1.6rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0px;
  font-weight: 600;
}

b.s-title:after {
  content: "";
  position: absolute;
  bottom: 10px;
  width: 60%;
  height: 6px;
  border-radius: 1vw;
  background: rgb(193 121 70);
  z-index: -10;
}

.right-txt p {
  width: 100%;
  line-height: 1.8;
  text-align: center;
  font-size: .93rem;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 400;
}

.copy-box p {
  font-size: 1.4rem;
}

.right-txt ul {
  width: 100%;
  display: grid;
  align-items: flex-start;
  justify-content: center;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px 20px;
}

.right-txt ul li {
  font-size: 1.16rem;
  border-radius: 4px;
}

.right-txt ul li img {
  width: 72px;
  height: 72px;
  margin: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px auto;
}

@media(max-width:1024px) {

  section.h-about .titleA h2 {
    padding: 10px 0px 0px 0px;
    margin: 10px 0px;
    font-size: 1.8rem;
  }

  b.s-title {
    font-size: 1.4rem;
    margin: 4vw auto;
  }

  .right-txt p {
    font-size: 0.875rem;
  }
}

/* footer */
footer {
  width: 100%;
  height: auto;
  background: #f0f0f0;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.81rem;
}

.foot-spons,
.spsor-box {
  width: 100%;
  margin: 0 auto;
  padding: 40px 14px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  background: #fafafa;
}

.foot-spons .list,
.spsor-box .list {
  width: 100%;
  max-width: 1140px;
  margin: 0 0 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.foot-spons .list:last-child .spsor-box .list:last-child {
  width: 100%;
  margin-bottom: 0;
}

.foot-spons .list .title,
.spsor-box .list .title {
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
  background: #eaeaea;
  color: #333333;
  padding: 2px 10px;
  margin-right: 1vw;
  font-size: 0.83rem;
  font-weight: bold;
}

.foot-spons .list .spons,
.spsor-box .list .spons {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin: 4px 0;
  gap: 8px;
}

.foot-spons .list .spons a {
  display: flex;
  align-items: center;
  font-size: 1rem;
  font-weight: 600;
  color: #383838;
  margin-left: 4px;
  margin-top: 2px;
  gap: 6px;
}

.foot-spons .list .spons a img {
  width: auto;
  height: 40px;
  /* margin: 1vw 1.5vw 1vw 0vw; */
}

.spsor-box .list .spons a img {
  width: auto;
  height: 100px;
  margin: 0vw 10px 30px;
}

.foot-spons .list .spons a img.small {
  height: 30px;
}

.foot-center {
  width: 100%;
  padding: 20px 0px;
  background: #d6d5dc;
  border-top: 1px solid #eaeaea;
}

.foot-center .wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.foot-center .wrapper .c-info,
.foot-center .wrapper .c-info .info {
  display: flex;
  align-items: center;
  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;
  color: #000;
}

.foot-bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: Wrap;
  background: #1e2b3f;
  padding: 1vw 0;
}

.foot-bottom p {
  width: 100%;
  color: #eaeaea;
  font-size: 0.72rem;
}

@media (max-width: 1200px) {
  .foot-center {
    padding: 14px 0px;
  }

  .foot-center .wrapper {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 2vw;
  }

  .foot-center .wrapper .c-info {
    padding: 0;
    flex-wrap: wrap;
  }

  .foot-center .wrapper .c-info .info {
    width: 100%;
    margin-bottom: 10px;
    justify-content: center;
  }

  .foot-center .wrapper .c-info .info:last-child {
    margin-bottom: 0;
  }

  .foot-bottom {
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  .foot-bottom {
    padding: 4vw 2vw;
  }

  .foot-bottom p {
    font-size: 0.65rem;
  }

  .foot-spons {
    padding: 20px;
  }

  .foot-spons .list .spons a img {
    height: 30px;
  }

  .foot-spons .list .spons a img.small {
    height: 20px;
  }
}

/* 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: flex;
  flex-direction: column;
  justify-content: flex-start;
  display: none;
}

.btn-top.change {
  color: #fff;
}

.btn-top .bg {
  height: 70px;
  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: flex;
  align-items: center;
  justify-content: center;
  margin: 4px auto;
  cursor: unset;
}

.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: 0px 0 100px 0;
  width: 100%;
  height: auto;
  min-height: 1000px;
  background: #5a5a5a;
  background-repeat: repeat;
  background-position: top center;
  background-image: url("../images/bg_page.jpg");
}

section.page .wrapper {
  padding: 30px 40px;
  box-shadow: 0 4.9375rem 4.75rem 0 rgb(4 0 0 / 25%);
  background: rgb(250, 250, 250, .9);
  border-radius: 1vw;
  margin-top: 0px;
  -webkit-border-radius: 2vw;
  -moz-border-radius: 2vw;
  -ms-border-radius: 2vw;
  -o-border-radius: 2vw;
}

section.page .titleA {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 112px 0 30px 0;
  margin: 0 auto;
}

section.page .titleA h2 {
  position: relative;
  font-size: 2.6rem;
  font-weight: 700;
  color: #ffffff;
  text-shadow: 0 0.5rem 0.7rem rgb(4 0 0 / 15%);
}

section.page .titleA p {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  background: #96a900;
  box-shadow: 0 0.5rem 0.75rem 0 rgb(4 0 0 / 25%);
  margin-top: -2px;
  padding: 2px 16px 4px;
  border-radius: 10vw;
  -webkit-border-radius: 10vw;
  -moz-border-radius: 10vw;
  -ms-border-radius: 10vw;
  -o-border-radius: 10vw;
  display: inline-flex;
}

@media (max-width: 1090px) {
  section.page {
    padding: 20px 10px 60px 10px;
    margin-top: 60px;
    min-height: auto;
  }

  section.page.faq {
    min-height: 500px;
  }

  section.page .wrapper {
    padding: 18px;
    margin-top: 10px;
  }

  section.page .wrapperfaq {
    width: 100%;
    margin-top: 16px;
    min-height: 360px;
  }

  section.page .titleA h2 {
    font-size: 2.4rem;
    margin-bottom: 0;
    margin-top: 10px;
  }

  section.page .titleA {
    margin: 0px auto;
    padding: 0 0 10px 0;
  }
}

@media (max-width:640px) {
  section.page {
    padding: 20px 14px 60px 14px;
  }
}

/* FAQ */
.qa_box {
  margin-bottom: 20px;
}

.faq-drawer {
  margin-bottom: 0px;
}

.faq-drawer:hover {
  background: #f0f0f0;
}

.mpgdetail h1 {
  position: relative;
  padding-left: 18px;
  margin-bottom: 5px;
  font-size: 1.6rem;
  color: #1d1d1d;
}

.mpgdetail h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 40vw;
  transform: translateY(-50%);
  background: #9fa0ff;
}

.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: #f0f0f0;
}

.faq-drawer__content-wrapper .faq-drawer__content {
  padding: 10px 14px;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 1rem;
  font-weight: 400;
}

.faq-drawer__content-wrapper .faq-drawer__content p {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}

.faq-point {
  width: -webkit-calc(100% - 40px);
  width: -moz-calc(100% - 40px);
  width: -webkit-calc(100% - 40px);
  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 {
  position: relative;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  padding: 6px 8px;
  margin-bottom: 0;
  transition: all 0.25s ease-out;
  border-bottom: 1px dotted #c5c5c5;
  color: #181c62;
  cursor: pointer;
}

.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;
  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 {
  width: 40px;
  min-width: 40px;
  height: 30px;
  font-family: "Poppins";
  font-weight: 600;
  font-size: .875rem;
  margin-top: 4px;
  margin-right: 0px;
  color: #1d1d1d;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
  color: #3e3b42;
}

.faq-drawer__trigger:checked+.faq-drawer__title+.faq-drawer__content-wrapper {
  max-height: 560px;
}

.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: 0px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }

  .faq-drawer {
    margin-bottom: 0px;
  }
}

.info-txt {
  margin: 0px auto 20px auto;
  font-size: 0.93rem;
  line-height: 1.8;
}

.info-txt:last-child {
  margin-bottom: 0px;
}

.info-txt .txt {
  font-size: 1rem;
  margin: 20px auto;
}

.info-txt .list-img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  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 {
  position: relative;
  color: #1d1d1d;
  font-size: 1.6rem;
  margin-bottom: 10px;
  padding-left: 16px;
  font-weight: 800;
}

.info-txt h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 53%;
  width: 5px;
  height: 68%;
  border-radius: 4px;
  transform: translateY(-50%);
  background: #ca4e47;
}

.info-txt h4 {
  font-size: 1.25rem;
}

.info-txt p {
  line-height: 1.8;
}

.info-txt ul.rules {
  padding: 0px 0 0 25px;
  font-size: 1rem;
}

.info-txt ul.covid-19 {
  padding: 0px 20px;
}

.info-txt strong.covid-19 {
  font-size: 1.25rem;
  color: #ff6600;
}

.info-txt ul.rules li {
  list-style: decimal;
  font-size: 0.93rem;
  font-weight: 400;
}

/* .info-txt ul.big.rules li {
  list-style: cjk-ideographic;
  font-size: 0.93rem;
  font-weight: 400;
}

*/
.info-txt ul.covid-19 li {
  list-style: disc;
  line-height: 2;
  font-size: 1rem;
}

.info-txt ul.rules li a {
  text-decoration: underline;
}

.info-txt ul.rules li a:hover {
  text-decoration: underline !important;
}

.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;
  font-weight: 300;
}

.info-txt ul.covid-19 li ol li {
  list-style-type: disc;
  font-size: 0.93rem;
  font-weight: 300;
}

.info-txt ul.rules li ol.small-d li {
  list-style-type: decimal-leading-zero;
  font-size: 0.86rem;
}

.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;
}

.info-txt ul.rules li .fulltable {
  margin-bottom: 10px;
}

.info-txt ul.rules li table tr:nth-child(odd) {
  background: #fafafa;
}

.info-txt table p {
  margin: 0;
}

@media (max-width: 1090px) {
  .info-txt ul.rules li {
    line-height: 1.8;
  }
}

.gift-box {
  width: 100%;
  margin: 20px auto;
  display: grid;
  align-items: flex-start;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.gift-box.four {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.gift-box .list {
  width: 100%;
}

.gift-box .list .p-name {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: 20px;
  text-align: center;
}

.gift-box .list .p-name p {
  background: linear-gradient(62deg, #eeb552, #df8dc5, #81a8cc);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  color: #fff;
  border-radius: 30px;
  padding: 1px 20px;
  font-size: 1rem;
  text-align: center;
}

.gift-box .list .p-name b {
  font-size: 1.2rem;
  margin-top: 4px;
  line-height: 1.5;
  font-weight: normal;
  display: Flex;
  flex-direction: column;
}

.gift-box .list .p-name b span {
  font-size: 0.81rem;
  color: #804380;
  margin: 4px auto 8px;
}

.gift-box .list img {
  transform: scale(1);
  cursor: pointer;
  transition: 0.25s ease-in-out;
}

.gift-box .list img:hover {
  transform: scale(1.1);
}

@media (max-width: 768px) {
  .gift-box .list .p-name p {
    font-size: 0.875rem;
  }

  .gift-box .list .p-name b {
    font-size: 1rem;
  }

  p.noData {
    width: 60%;
    margin: 40px auto;
  }

  .gift-box.four {
    grid-template-columns: 1fr 1fr;
  }

  .gift-box {
    grid-template-columns: 1fr 1fr;
  }
}

@media(max-width:500px) {
  p.noData {
    width: 90%;
  }
}

.n-tag {
  background: linear-gradient(62deg, #EE7752, #E73C7E, #7088d6);
  animation: gradient 15s ease infinite;
  background-size: 400% 400%;
  color: #fff;
  font-size: 0.68rem;
  padding: 0px 10px 1px 10px;
  text-align: center;
  margin-right: 8px;
  display: flex;
  align-items: center;
}

.n-list .date,
.info-txt .date {
  font-size: 0.875rem;
  font-weight: 400;
  font-family: 'Poppins';
  display: flex;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  color: #555555;
}

@keyframes gradient {
  0% {
    background-position: 0 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

@media only screen and (max-width: 600px) {
  .container {
    padding: 80px;
  }
}

.info-txt .list-img img {
  width: 49%;
  margin: 1% 0;
}

.forroutes {
  background: #091665;
  padding: 20px;
  margin: 0 auto;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.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-leading-zero;
  font-weight: 400;
  font-size: 0.93rem;
  line-height: 2;
}

.info-txt ul.rules li table tr:nth-child(odd) {
  background: #fafafa;
}

.info-txt table p {
  margin: 0;
}

img.bag {
  width: 200px;
}

h2 {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 30px 0 10px 0;
  text-align: center;
  font-size: 1.4rem;
}

p.noData {
  width: 40%;
  position: relative;
  margin: 0px auto;
  text-align: center;
  color: #333333;
  padding: 12px 20px;
  font-weight: 400;
  font-style: italic;
  font-family: "Poppins";
  font-size: 1.2rem;
  display: flex;
  flex-direction: column;
}

p.noData span {
  font-family: "Noto Sans TC";
  font-weight: 400;
  font-size: 1rem;
  letter-spacing: 1px;
}

@media(max-width:768px) {
  p.noData {
    width: 60%;
    margin: 40px auto;
  }
}

@media(max-width:500px) {
  p.noData {
    width: 90%;
  }

  .forroutes {
    padding: 6px 10px;
  }
}

/* 推薦商品 */
.big-title-p {
  padding: 16px 20px;
  text-align: left;
  font-size: 1.4rem;
  background: #001E62;
  color: #fff;
  border-radius: 1vw 1vw 0 0;
  -webkit-border-radius: 1vw 1vw 0 0;
  -moz-border-radius: 1vw 1vw 0 0;
  -ms-border-radius: 1vw 1vw 0 0;
  -o-border-radius: 1vw 1vw 0 0;
}

.big-title-p h1 {
  text-align: left;
  font-size: 1rem;
  padding: 0px 10px;
  border: 1px solid;
  display: inline-flex;
  margin-bottom: 20px;
}

.big-title-p b {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -6px auto;
  font-size: 2.4rem;
  color: #ffd900;
}

.big-title-p b span {
  color: #fff;
  margin-left: 10px;
  font-size: 1.2rem;
}

.big-title-p b span.tag {
  background: linear-gradient(62deg, #eeeb52, #e78f3c, #cc81c0);
  -webkit-animation: gradient 15s ease infinite;
  -moz-animation: gradient 15s ease infinite;
  -o-animation: gradient 15s ease infinite;
  animation: gradient 15s ease infinite;
  -o-background-size: 400% 400%;
  background-size: 400% 400%;
  padding: 2px 12px;
  border-radius: 2vw;
  font-weight: normal;
  -webkit-border-radius: 2vw;
  -moz-border-radius: 2vw;
  -ms-border-radius: 2vw;
  -o-border-radius: 2vw;
  font-size: 1rem;
}

.info-p {
  margin-bottom: 40px;
}

.info-p .txt {
  color: #001E62;
  font-size: 1rem;
  margin: 20px auto;
  line-height: 1.8;
}

.shoes-panel {
  border: 1px solid #001E62;
  margin: 0px auto;
}

.shoes-box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 0px;
}

.shoes-panel p {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}

.shoes-panel p span {
  position: relative;
  padding: 10px 12px;
  margin-bottom: 40px;
  display: inline-flex;
  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: 0;
}

.shoes-panel p span:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -75%;
  width: 65%;
  height: 1px;
  background: #001E62;
  z-index: 0;
}

.shoes-box .list {
  width: 29.333%;
  margin: 2%;
  text-align: center;
}

.shoes-box.clothes {
  justify-content: flex-start;
}

.shoes-box.clothes .list {
  width: 29.333%;
  margin: 2%;
  text-align: center;
  background: #fff;
  border: 1px solid #eaeaea;
  padding: 24px 10px;
  border-radius: 25px;
  box-shadow: 0px 6px 0px #eaeaea;
}

.shoes-box .list .p-name p {
  position: relative;
  color: rgb(102, 102, 102);
  margin: 40px auto 0px auto;
  font-size: 1rem;
  font-weight: 800;
  font-family: "Poppins";
}

.shoes-box .list .p-name span {
  font-size: 1rem;
  color: rgb(224, 79, 57);
  display: inline-block;
  margin-top: -10px;
  font-family: "Poppins";
  font-weight: 200;
}

.shoes-box .read-more {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.shoes-box .read-more.group {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}

span.read-more,
.shoes-box .read-more a {
  border: 1px solid #181c62;
  background: #181c62;
  color: #fff;
  border-radius: 20vw;
  padding: 15px 35px;
  margin: 40px auto;
  font-size: 1rem;
}

.shoes-box .read-more a:hover {
  background: #fff;
  color: #181c62;
}

a.find-your,
a.place-btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: Wrap;
  margin-bottom: 60px;
  transition: .3s all;
}

a.place-btn {
  width: auto;
  margin: 30px auto;
}

a.find-your {
  height: 50vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: .3s all;
}

a.find-your.f-01 {
  background-image: url("../images/Recommend/跑步選鞋指南.jpg");
}

a.find-your.f-02 {
  background-image: url("../images/Recommend/ASICS RUN 越野.jpg");
}

a.find-your.f-03 {
  background-image: url("../images/Recommend/跑步服飾推薦.jpg");
}

@media(max-width:1024px) {
  a.find-your {
    height: 60vw;
  }

  .shoes-panel p span:before,
  .shoes-panel p span:after {
    display: none;
  }

  .shoes-panel p {
    margin: 10px auto;
  }

  .shoes-panel p span {
    font-size: 1.4rem;
  }

  .shoes-box .read-more.group {
    grid-template-columns: 1fr;
  }
}

@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: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  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;
  transition: .3s all;
}

a.place-btn span {
  text-align: center;
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0px;
  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;
  animation: pulse 1.6s infinite;
}

@media(max-width:768px) {
  a.find-your span {
    font-size: 1.2rem;
  }

  .big-title-p {
    padding: 10px;
    font-size: 0.875rem;
  }

  .big-title-p b {
    font-size: 1.6rem;
    margin: -10px auto 0px auto;
  }

  .big-title-p p {
    font-size: 0.875rem;
  }

  .shoes-box .list {
    width: 76%;
    margin: 20px auto;
  }

  .big-title-p h1 {
    margin-bottom: 10px;
  }

  .shoes-box.clothes .list {
    width: 100%;
    margin: 20px auto;
  }

  .shoes-box.clothes .list .p-name p {
    font-size: 0.93rem;
  }

  .info-p .txt {
    font-size: 0.875rem;
  }

  .big-title-p b {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .big-title-p b span {
    width: 100%;
    margin-left: 0px;
    font-size: 1rem;
  }

  .shoes-box .list .p-name p {
    margin-top: 10px;
  }

  .big-title-p b span.tag {
    width: auto;
  }

  span.read-more,
  .shoes-box .read-more a {
    margin: 0 auto 30px;
  }
}

.n-list .title,
.n-list .in-txt {
  font-size: 1.36rem;
  font-weight: bold;
  display: flex;
  align-items: 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;
  padding: 0px 10px;
  margin: 0;
  font-size: 0.75rem;
}

.n-list a {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px dashed #7a7a7a;
}

.n-list:last-child a {
  border-bottom: 0px;
}

@media(max-width:500px) {

  .n-list .title,
  .n-list .in-txt {
    font-size: 1.2rem;
  }

}

.info-traffic h4 {
  font-size: 1.5rem;
  color: rgb(32, 32, 32);
}

.info-traffic ul {
  font-size: 1.08rem;
  padding: 0px 40px;
  margin-bottom: 20px;
  color: #383838;
}

.info-traffic ul li {
  list-style: cjk-ideographic;
  word-break: break-all;
  margin-bottom: 4px;
}

.info-traffic p {
  font-size: 1.06rem;
  font-weight: bold;
  color: #1d1d1d;
}

.info-traffic ul li span {
  font-weight: normal;
  font-size: 0.93rem;
}

.info-traffic ul li p {
  font-size: 1rem;
}

.info-traffic ul li ol {
  margin-bottom: 2px;
}

.info-traffic ul li ol li {
  list-style: decimal;
  font-weight: normal;
  font-size: 0.93rem;
  margin-left: 20px;
  margin-bottom: 4px;
}

.info-traffic ul li ol li a {
  text-decoration: underline;
}

.info-traffic ul li ol li a:hover {
  text-decoration: underline;
}

.info-traffic a.info {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  border-radius: 20px;
  margin-left: 20px;
  margin-bottom: 15px;
  padding: 2px 20px 4px 20px;
  box-shadow: 0px 4px 0px #35acba;
  background: #fff;
  color: #35acba;
  border: 1px solid #35acba;
}

.info-traffic a.info:hover {
  color: rgb(255, 255, 255);
  box-shadow: 0px 4px 0px #b1b1b1;
  background: #35acba;
  border: 1px solid #35acba;
}

b.hint-txt,
span.hint-txt {
  color: #ca4e47;
  font-size: 1rem;
  font-weight: bold;
  word-break: break-all;
}

.mgleft {
  margin-left: 30px !important
}

.qrcode-panel {
  display: flex;
  align-items: center;
  justify-content: center;
}

a.qrcode {
  width: 200px;
  margin: 1%;
  border: 1px solid #181c62 !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  border-radius: 4px;
}

a.qrcode img {
  width: 100%;
  max-width: 120px;
  margin-bottom: 10px;
}

a.qrcode p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: bold;
}

a.qrcode p em {
  font-size: 0.86rem;
  color: #e7151b;
}

img.apply_img {
  width: 72%;
  margin: 0 auto;
}

a.hint-txt-proof {
  font-size: 1.2rem;
  color: #c53c13;
  font-weight: bold;
  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: 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 .in-txt {
    font-size: 0.86rem;
    color: #646464;
  }

  .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;
    margin-right: 0;
  }

  a.qrcode {
    padding: 10px;
  }

  a.qrcode p {
    font-size: 0.86rem;
  }

  a.qrcode p em {
    font-size: 0.65rem;
    color: #181c62;
  }

  a.qrcode img {
    max-width: 80px;
  }

  a.hint-txt-proof,
  .info-txt h3 {
    font-size: 1.2rem !important;
    padding-left: 16px;
    line-height: 1.4;
  }

  .info-txt h3 span {
    font-size: .875rem !important;
  }

  .n-list .date,
  .info-txt .date {
    font-size: 0.875rem;
  }

  span.read-more {
    bottom: auto;
    position: relative;
    margin: 10px 0 0 0;
  }
}

.spon-block {
  margin-bottom: 80px;
}

.spon-block .title-Spon {
  width: auto;
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ececec;
  color: #333333;
  padding: 2px 10px;
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: bold;
  border-radius: 2vw 2vw 0 0;
}

.spon-block .item {
  display: flex;
  align-items: flex-start;
  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;
}

.scrolltable {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
}

.hs-responsive-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 Aspect Ratio */
}

.hs-responsive-embed-youtube iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}

section.h-about .wrapper {
  max-width: unset;
}

section.h-about .about-c {
  width: 100%;
  max-width: 1140px;
  margin: 30px auto;
}

.photo-c {
  min-height: 640px;
  margin: 10vw auto 0 auto;
}

.photo-c .right-txt {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 32vw;
}

.photo-c .right-txt .image-container {
  position: absolute;
  top: 0;
  left: 41.6%;
  width: 58.4%;
  height: 100%;
  z-index: 1;
}

.photo-c .right-txt .image-container .l-box .image-1 {
  position: absolute;
  top: 12.5%;
  left: -6.5%;
  width: 40.5%;
  transform: translateY(-50%);
  z-index: 10;
  box-shadow: 0 4.9375rem 4.75rem 0 rgb(4 0 0 / 25%);
}

.photo-c .right-txt .image-container .l-box .image-3 {
  position: absolute;
  top: 80.2%;
  left: -12.5%;
  transform: translateY(-50%);
  width: 65.5%;
  z-index: 10;
  box-shadow: 0 4.9375rem 4.75rem 0 rgb(4 0 0 / 25%);
}

.photo-c .right-txt .image-container .r-box .image-2 {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  width: 60%;
}

.photo-c .right-txt .text-container {
  position: absolute;
  top: 42.5%;
  left: 4.75%;
  transform: translateY(-50%);
  z-index: 2;
}

.photo-c .right-txt .text-container h2 {
  position: relative;
  font-size: 3rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2vw;
}

@media(max-width:1400px) {
  .photo-c .right-txt .text-container {
    position: absolute;
    top: 50.5%;
    left: 4.75%;
  }

  .photo-c .right-txt .text-container h2 {
    position: relative;
    font-size: 2.2rem;
    text-align: center;
    line-height: 1.4;
    margin-bottom: 2vw;
  }
}

@media(max-width:1280px) {
  .photo-c .right-txt {
    flex-direction: column;
    margin-top: 4vw;
  }

  .photo-c .right-txt .image-container {
    position: relative;
    top: auto;
    left: auto;
    width: 70vw;
    height: 50vw;
    transform: unset;
  }

  .photo-c .right-txt .text-container {
    position: relative;
    top: auto;
    left: auto;
    transform: unset;
  }

  .photo-c .right-txt .image-container .l-box .image-1 {
    position: absolute;
    top: 25.5%;
    left: -6.5%;
    width: 42.5%;
    transform: translateY(-50%);
    z-index: 10;
    box-shadow: 0 4.9375rem 4.75rem 0 rgb(4 0 0 / 25%);
  }
}

@media(max-width:768px) {
  .photo-c .right-txt {
    margin-top: 4vw;
  }

  .photo-c .right-txt {
    margin-top: 6vw;
  }

  .photo-c .right-txt .image-container {
    position: relative;
    width: 100%;
    height: auto;
  }

  .photo-c .right-txt .image-container .l-box {
    margin-top: 4vw;
  }

  .photo-c .right-txt .image-container .l-box .image-1,
  .photo-c .right-txt .image-container .l-box .image-3,
  .photo-c .right-txt .image-container .r-box .image-2 {
    position: relative;
    top: auto;
    left: auto;
    transform: unset;
    width: 100%;
    margin: 2vw auto;
  }
}

.place-txt ul li {
  list-style: decimal;
  margin-left: 20px;
}

/* Sponsor */
/* .spsor-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 2vw 0vw;
  margin: 0vw auto;
  border-bottom: 1px dotted #d1d1d1;
}

.spsor-box:last-child {
  border-bottom: 0px;
}

.spsor-box h2 {
  font-size: 28px;
}

.spsor-box .pic {
  width: 100%;
  display: flex;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 0px;
}

.spsor-box .pic img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin-bottom: 20px;
}

.spsor-box .txt {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  line-height: 2em;
  margin: 0;
  color: rgb(0, 0, 0);
}

.spsor-box .pic a.go-website {
  color: #181c62;
  border: 1px solid #181c62;
  padding: 2px 14px;
  display: inline-flex;
  align-items: center;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 10px 0;
  font-size: 14px;
  border-radius: 5vw;
  -webkit-border-radius: 5vw;
  -moz-border-radius: 5vw;
  -ms-border-radius: 5vw;
  -o-border-radius: 5vw;
}

.spsor-box .pic a.go-website:hover {
  background: #181c62;
  color: #fff;
}

.sponsor .info-txt h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
  font-weight: 700;
  background: #d7d7d7;
  color: #1f2229;
  padding: 8px;
  text-align: center;
  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;
}

.sponsor .info-txt h3::before {
  display: none;
}

@media(max-width:500px) {
  .spsor-box {
    padding: 6vw 0;
  }

  .spsor-box .pic {
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    flex-direction: column;
  }

  .spsor-box .pic img {
    margin-bottom: 0px;
  }
} */
.pic-box {
  width: 100%;
  max-width: 100px;
}

.traffic-info {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
  margin-bottom: 10px;
}

@media(max-width:768px) {
  .traffic-info {
    flex-direction: column;
    gap: 20px;
  }
}

.img-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.img-group .item {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media(max-width:768px) {

  .img-group {
    grid-template-columns: 1fr;
  }

}