@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&family=Noto+Serif+TC:wght@700&display=swap";
html {
  font-size: 15px;
}
@media (min-width: 992px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #000430;
  font-family: "Noto Sans TC", 微軟正黑體, "Microsoft JhengHei", sans-serif;
  line-height: 1.6;
}

a {
  color: #00b1de;
}
a:hover {
  color: #00b1de;
}

ul li,
ol li {
  margin-bottom: 0.5rem;
}
ul li:last-child,
ol li:last-child {
  margin-bottom: 0;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem;
  line-height: 1.3;
}

h1,
.h1 {
  font-size: 2.25rem;
}
@media (min-width: 768px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
}

h2,
.h2 {
  font-size: 1.8rem;
}
@media (min-width: 768px) {
  h2,
  .h2 {
    font-size: 2rem;
  }
}

h3,
.h3 {
  font-size: 1.575rem;
}
@media (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.75rem;
  }
}

h4,
.h4 {
  font-size: 1.35rem;
}
@media (min-width: 768px) {
  h4,
  .h4 {
    font-size: 1.5rem;
  }
}

h5,
.h5 {
  font-size: 1.125rem;
}
@media (min-width: 768px) {
  h5,
  .h5 {
    font-size: 1.25rem;
  }
}

h6,
.h6 {
  font-size: 0.9rem;
}
@media (min-width: 768px) {
  h6,
  .h6 {
    font-size: 1rem;
  }
}

.bg-primary {
  background-color: #00b1de !important;
}

.bg-secondary {
  background-color: #91c531 !important;
}

.bg-success {
  background-color: #00a476 !important;
}

.bg-dark {
  background-color: #000430 !important;
}

.text-primary {
  color: #00b1de !important;
}

.text-dark {
  color: #000430 !important;
}

.shadow-sm {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16) !important;
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.16) !important;
}

.image-cover {
  width: 100%;
  height: 100%;
  position: relative;
}
.image-cover img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.container-fluid,
.container {
  padding-left: 1rem;
  padding-right: 1rem;
}

.accordion-flush .accordion-item .accordion-button,
.accordion-flush .accordion-item .accordion-button.collapsed {
  border-radius: 0.3125rem;
}

.accordion-button:not(.collapsed) {
  color: #000430;
  background-color: rgba(145, 197, 49, 0.4);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("../images/icon_arrow_down.svg");
}

.badge {
  font-weight: 500;
}

.btn {
  border-width: 2px;
  border-radius: 0.3125rem;
}
.btn:hover {
  text-decoration: none;
}

.btn-outline-light:hover {
  color: #000430;
}

.btn-success {
  background-color: #91c531;
  border-color: #91c531;
}
.btn-success.btn:active, .btn-success:hover {
  background-color: #91c531;
  border-color: #91c531;
}

.card {
  border: 0;
  background-color: transparent;
}
.card .badge {
  top: 0.75rem;
  left: 0.75rem;
  position: absolute;
  z-index: 1;
  border-radius: 0.3125rem;
}
@media (min-width: 768px) {
  .card .badge {
    top: 1rem;
    left: 1rem;
    position: absolute;
    padding: 0.75rem 1.375rem;
    font-size: 1rem;
  }
}
.card .card-image {
  position: relative;
  padding-bottom: 56.21%;
  border-radius: 0.625rem;
}
.card .card-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 0.625rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.card .card-title {
  font-size: 1.125rem;
}
.card .card-body {
  padding-left: 0;
  padding-right: 0;
}

table th,
table td {
  padding: 0 0.5rem;
  vertical-align: top;
}

.table-primary {
  border-spacing: 0.3125rem;
  border-collapse: separate;
}
.table-primary th,
.table-primary td {
  padding: 1rem;
  border: 0;
  border-radius: 0.3125rem;
  font-weight: 500;
  text-align: center;
}
.table-primary th {
  background-color: #d8eac5;
}
.table-primary td {
  background-color: #b1e6ee;
}

@media (min-width: 768px) {
  .table-h4 {
    font-size: 1.5rem;
  }
}

.navbar {
  background-color: #000430;
}
@media (min-width: 768px) {
  .navbar {
    background-color: transparent;
  }
}
.navbar.sticky {
  background-color: #000430;
}

.navbar-brand img {
  height: 30px;
}
@media (min-width: 768px) {
  .navbar-brand img {
    height: 37px;
  }
}

.navbar-nav .nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .navbar-nav .nav-item {
    margin-left: 3rem;
  }
}
.navbar-nav .nav-link {
  color: #fff !important;
}

.section-title {
  font-size: 2.25rem;
  margin-bottom: 3rem;
  text-align: center;
}
@media (min-width: 768px) {
  .section-title {
    font-size: 2.5rem;
  }
}
.section-title::after {
  display: block;
  content: "";
  margin: 0 auto;
  margin-top: 1rem;
  width: 120px;
  height: 3px;
  background-color: #91c531;
  border-radius: 3px;
}
.section-title.white {
  color: #fff;
}
.section-title.white::after {
  background-color: #fff;
}
.section-title.dark {
  color: #000430;
}
.section-title.dark::after {
  background-color: #000430;
}
.section-title.left {
  text-align: left;
}
.section-title.left::after {
  margin-left: 0;
}

.section {
  padding: 2.5rem 0;
  background: center center/cover no-repeat;
}
@media (min-width: 768px) {
  .section {
    padding: 4.375rem 0;
  }
}

.article {
  padding: 2rem 0 6rem;
  background: url("../images/event/bg.png") center top/100% auto no-repeat;
}
@media (min-width: 768px) {
  .article {
    padding: 3.75rem 0 6rem;
  }
}

.page-logo {
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
.page-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.page-title {
  margin-bottom: 2rem;
}
.page-title::after {
  margin-top: 2rem;
}

.page-subtitle {
  margin-bottom: 3rem;
  text-align: center;
}

.page-section {
  margin: 0 auto 3rem;
}
.page-section:last-child {
  margin-bottom: 0;
}

.footer {
  padding: 4.375rem 0;
  color: #fff;
  background-color: #000430;
}

.footer-logo {
  height: 52px;
}

.social-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1rem 1fr 1rem 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
  padding-top: 1rem;
  border-top: 1px solid #fff;
}
.social-link img {
  width: 36px;
}

#banner {
  position: relative;
  padding-bottom: 100%;
}
@media (min-width: 768px) {
  #banner {
    padding-bottom: 0;
  }
}
#banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  #banner img {
    position: relative;
  }
}

#tournaments {
  background-color: #000430;
}

#news {
  background-color: #f5f5f7;
}

.rankings-slick-wrap {
  width: 100%;
  overflow: hidden;
  margin-top: 2.5rem;
}
.rankings-slick-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
}
.rankings-slick-wrap .btn-wrap .btn {
  padding: 0.625rem;
}
.rankings-slick-wrap .btn-wrap .btn img {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.rankings-slick-wrap .rankings-slick .slick-slide:not(.slick-center) .lightbox-item {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transform-origin: center;
          transform-origin: center;
  margin: 0 0.25rem;
}
.rankings-slick-wrap .rankings-slick .lightbox-item {
  display: block;
  border: 1px solid #6c757d;
  margin: 0 0.875rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.rankings-slick-wrap .rankings-slick .lightbox-item .image-wrap {
  width: 100%;
  padding-bottom: 177.78%;
  position: relative;
}
.rankings-slick-wrap .rankings-slick .lightbox-item .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.lightbox {
  overflow: hidden;
  width: 100%;
}
.lightbox .lb-number {
  display: none !important;
}
.lightbox .lb-nav {
  display: none !important;
  pointer-events: none !important;
}

.event-venue {
  margin: 5rem 0;
}
.event-venue .image {
  width: 100%;
  border-radius: 0.625rem;
}
.event-venue .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.event-venue .address {
  margin: 2rem 0;
  font-size: 1.25rem;
}
.event-venue .btn {
  margin-top: 0.5rem;
}
/*# sourceMappingURL=style.css.map */