* {
  box-sizing: border-box;
  font-family: 'AeonikTRIAL';
}
html {
  font-size: 16px;
  overflow-x: hidden;
}
@media screen and (max-width: 1680px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  html {
    font-size: 12px;
  }
}
body {
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
}
main {
  overflow-x: hidden;
}
.container {
  margin: 0 auto;
  padding: 0 1rem;
  width: 100%;
  max-width: 1632px;
}
:not(.rich-box) h1,
:not(.rich-box) h2,
:not(.rich-box) h3,
:not(.rich-box) h4,
:not(.rich-box) h5,
:not(.rich-box) h6,
:not(.rich-box) p {
  margin: 0;
}
.pic {
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.pic .ele {
  width: 100%;
}
.sprg-module {
  padding-top: 6.25rem;
  padding-bottom: 6.25rem;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 992px) {
  .sprg-module {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .sprg-module {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
}
@media screen and (max-width: 576px) {
  .sprg-module {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.sprg-module .module-tit {
  margin-bottom: 3.125rem;
}
@media screen and (max-width: 992px) {
  .sprg-module .module-tit {
    margin-bottom: 2rem;
  }
}
@media screen and (max-width: 576px) {
  .sprg-module .module-tit {
    margin-bottom: 1.5rem;
  }
}
.sprg-module .module-tit h2 {
  font-size: 5rem;
  line-height: 1.33;
  color: #143c7d;
  font-weight: 300;
}
@media screen and (max-width: 1200px) {
  .sprg-module .module-tit h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 992px) {
  .sprg-module .module-tit h2 {
    font-size: 3.5rem;
  }
}
@media screen and (max-width: 768px) {
  .sprg-module .module-tit h2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  .sprg-module .module-tit h2 {
    font-size: 2.5rem;
    line-height: 1.25;
  }
}
.sprg-module .module-tit h2 span {
  color: #ff4800;
}
.sprg-module p {
  font-size: 1.5rem;
  line-height: 1.5;
  color: #000;
}
@media screen and (max-width: 992px) {
  .sprg-module p {
    font-size: 1.25rem;
    line-height: 1.45;
  }
}
@media screen and (max-width: 768px) {
  .sprg-module p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .sprg-module p {
    font-size: 1rem;
    line-height: 1.4;
  }
}
.btn-box {
  border-radius: 72px;
  padding: 0 1.875rem;
  background-color: #fff;
  height: 4.5rem;
  line-height: 4.5rem;
  text-decoration: none;
  font-size: 1.25rem;
  color: #16232f;
  transition: all 0.3s ease-in-out;
  display: inline-flex;
  align-items: center;
  gap: 1.125rem;
  flex-shrink: 0;
}
.btn-box:hover {
  background-color: #16232f;
  color: #fff;
}
.btn-box.blue-btn {
  border: 1px solid #143c7d;
  background-color: #143c7d;
  color: #fff;
}
.btn-box.blue-btn:hover {
  border-color: #ff4800;
  background-color: #ff4800;
}
.inner-banner {
  position: relative;
  overflow: hidden;
}
.inner-banner .pic {
  width: 100%;
}
.inner-banner .pic .ele {
  width: 100%;
  display: block;
}
@media screen and (max-width: 992px) {
  .inner-banner .pic {
    min-height: 50vh;
  }
  .inner-banner .pic .ele {
    min-height: 50vh;
    object-fit: cover;
    object-position: center;
  }
}
@media screen and (max-width: 576px) {
  .inner-banner .pic {
    min-height: 42vh;
  }
  .inner-banner .pic .ele {
    min-height: 42vh;
  }
}
.inner-banner .text-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5.625rem;
  color: #fff;
}
@media screen and (max-width: 992px) {
  .inner-banner .text-box {
    padding-top: 15vh;
    padding-bottom: 0;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}
.inner-banner .text-box .container {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .inner-banner .text-box .container {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 992px) {
  .inner-banner .text-box .inner-box {
    text-align: center;
  }
}
.inner-banner .text-box .inner-box h1 {
  margin-bottom: 2.125rem;
  font-size: 8.75rem;
  line-height: 1.2;
  font-weight: normal;
}
@media screen and (max-width: 1200px) {
  .inner-banner .text-box .inner-box h1 {
    font-size: 7rem;
  }
}
@media screen and (max-width: 992px) {
  .inner-banner .text-box .inner-box h1 {
    margin-bottom: 1.5rem;
    font-size: 5rem;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner .text-box .inner-box h1 {
    margin-bottom: 1.25rem;
    font-size: 3.5rem;
    line-height: 1.125;
  }
}
@media screen and (max-width: 576px) {
  .inner-banner .text-box .inner-box h1 {
    margin-bottom: 1rem;
    font-size: 2.75rem;
  }
}
.inner-banner .text-box .inner-box p {
  font-size: 1.75rem;
  line-height: 1.2;
  max-width: 1066px;
}
@media screen and (max-width: 992px) {
  .inner-banner .text-box .inner-box p {
    max-width: none;
    font-size: 1.25rem;
    line-height: 1.4;
    max-width: 600px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .inner-banner .text-box .inner-box p {
    font-size: 1.125rem;
    line-height: 1.33;
  }
}
@media screen and (max-width: 576px) {
  .inner-banner .text-box .inner-box p {
    font-size: 1rem;
  }
}
.year-select {
  padding: 0 1.5rem;
  border-radius: 72px;
  border: 1px solid #b7b5b3;
  height: 4.5rem;
  min-width: 12.5rem;
  background-color: #fff;
  cursor: pointer;
  user-select: none;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  position: relative;
}
.year-select .bi-calendar2 {
  font-size: 1.25rem;
  color: #143c7d;
}
.year-select .year-label {
  flex-grow: 1;
  font-size: 1.25rem;
  color: #143c7d;
  line-height: 1.2;
}
.year-select .bi-caret-right-fill {
  font-size: 0.875rem;
  color: #143c7d;
  transition: transform 0.3s ease-in-out;
}
.year-select.is-open .bi-caret-right-fill {
  transform: rotate(90deg);
}
.year-select.is-open .year-list {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.year-select .year-list {
  position: absolute;
  top: calc(100% + 0.75rem);
  left: 0;
  right: 0;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: all 0.3s ease-in-out;
}
.year-select .year-list ul {
  margin: 0;
  padding: 0.75rem 0;
  list-style: none;
  border-radius: 1rem;
  background-color: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-height: 16rem;
  overflow-y: auto;
}
.year-select .year-list li {
  padding: 0.625rem 1.5rem;
  font-size: 1.125rem;
  color: #143c7d;
  line-height: 1.2;
  transition: all 0.3s ease-in-out;
}
.year-select .year-list li:hover,
.year-select .year-list li.active {
  color: #ff4800;
  background-color: rgba(255, 72, 0, 0.08);
}
.pagination {
  margin-top: 6.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.875rem;
}
.pagination a {
  border-radius: 50%;
  border: 1px solid #b7b5b380;
  width: 3rem;
  height: 3rem;
  background-color: #fff;
  font-size: 1.25rem;
  color: #8d8c8b;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a:hover {
  border-color: #143c7d;
  background-color: #143c7d;
  color: #fff;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.875rem;
}
.pagination ul li {
  list-style: none;
}
.pagination ul li.active a {
  border-color: #143c7d;
  background-color: #143c7d;
  color: #fff;
}
.sprg-modal {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
.sprg-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.sprg-modal .dialog-body {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 1rem;
  padding: 2rem;
  max-width: 500px;
  text-align: center;
  background-color: #fff;
  opacity: 0;
  transform: translateY(24px) scale(0.96);
  transition: opacity 0.35s ease, transform 0.35s ease;
}
.sprg-modal.is-open .dialog-body {
  opacity: 1;
  transform: translateY(0) scale(1);
}
.sprg-modal .pic {
  margin-bottom: 1.5rem;
  max-width: 100%;
  position: relative;
  width: auto;
}
.sprg-modal .pic img {
  width: 100%;
}
.sprg-modal .pic::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background-color: #b7b5b3;
}
.sprg-modal .desc {
  margin: 0;
  font-size: 1.25rem;
}
.sprg-modal .bi {
  margin-top: 2rem;
  color: #fff;
  font-size: 1.75rem;
  cursor: pointer;
  transition: transform 0.35s ease 0.1s;
}
.sprg-modal .bi:hover {
  transform: rotate(180deg);
}
.sprg-modal.is-open .bi {
  opacity: 1;
}
body.sprg-modal-open {
  overflow: hidden;
}
[data-sprg-modal] {
  cursor: pointer;
}
