:root {
  --font-pri: "UTM Avo", sans-serif;
  --font-title: "Albula Pro", sans-serif;
  --header-height: 10rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --header-height: 8rem;
  }
}
:root {
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-18: 1.8rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
  --pi-40: 4rem;
}
@media screen and (max-width: 1200px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-18: 0.8rem;
    --pi-20: 0.8rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
:root {
  --z-i-header: 100;
  --radius-circle: 50%;
  --radius-max: 999rem;
  --radius-xl: 2.4rem;
  --radius-l: 1.6rem;
  --radius: 1.2rem;
  --radius-m: 0.8rem;
  --radius-s: 0.4rem;
  --box-shadow-1: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.1);
  --filter-white: brightness(0) invert(1);
  --filter-black: brightness(0) invert(0);
  --filter-pri: brightness(0) saturate(100%) invert(9%) sepia(10%) saturate(4890%) hue-rotate(196deg) brightness(98%) contrast(103%);
  --container-width: 124.8rem;
  --container-padding: 1.6rem;
}

.mona-content > * {
  color: #0D1432;
  line-height: 150%;
}
.mona-content b,
.mona-content strong {
  font-weight: 700;
  color: rgba(13, 20, 50, 0.5);
}
.mona-content em,
.mona-content i {
  font-style: italic;
}
.mona-content h1,
.mona-content h2,
.mona-content h3,
.mona-content h4,
.mona-content h5,
.mona-content h6 {
  font-weight: 700;
  margin-bottom: 1.6rem;
}
.mona-content h1 {
  font-size: 2.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h1 {
    font-size: 2.4rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h1 {
    font-size: 2.1rem;
  }
}
.mona-content h2 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h2 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h2 {
    font-size: 1.6rem;
  }
}
.mona-content h3 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content h3 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content h3 {
    font-size: 1.5rem;
  }
}
.mona-content h4 {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .mona-content h4 {
    font-size: 1.4rem;
  }
}
.mona-content h5 {
  font-size: 1.4rem;
}
.mona-content h6 {
  font-size: 1.2rem;
}
.mona-content p {
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 767px) {
  .mona-content p {
    font-size: 1.4rem;
  }
}
.mona-content ul,
.mona-content ol {
  margin: 1em 0;
  list-style-position: inside;
}
.mona-content ul ul,
.mona-content ul ol,
.mona-content ol ul,
.mona-content ol ol {
  margin-left: 1em;
}
.mona-content ul {
  list-style-type: disc;
}
.mona-content ol {
  list-style-type: decimal;
}
.mona-content ul ul,
.mona-content ol ul {
  list-style-type: circle;
}
.mona-content ol ol,
.mona-content ul ol {
  list-style-type: lower-latin;
}
.mona-content img,
.mona-content iframe {
  height: auto;
  margin: 4rem 0;
  user-select: none;
  max-width: 100% !important;
}
@media screen and (max-width: 1200px) {
  .mona-content img,
  .mona-content iframe {
    margin: 2.4rem 0;
  }
}
.mona-content blockquote {
  margin: 2rem 0 5.6rem;
  padding: 1.2rem 2.4rem;
  border-left: 0.4rem solid #0D1432;
}
@media screen and (max-width: 991px) {
  .mona-content blockquote {
    margin: 2rem 0;
  }
}
.mona-content blockquote p {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .mona-content blockquote p {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .mona-content blockquote p {
    font-size: 1.5rem;
  }
}
.mona-content blockquote p {
  margin-bottom: 0.8rem;
}
.mona-content blockquote p strong {
  color: #0D1432;
}
.mona-content blockquote .author-txt {
  margin: 0;
  font-size: 1.4rem;
  color: rgba(13, 20, 50, 0.5);
}
.mona-content table {
  max-width: 100%;
  margin: 3.2rem 0;
  border-collapse: collapse;
}
@media screen and (max-width: 1200px) {
  .mona-content table {
    margin: 2.4rem 0;
  }
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
  vertical-align: middle;
  border-bottom: 0.1rem solid rgba(0, 0, 0, 0.1);
}
.mona-content .mona-youtube-wrap {
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.mona-content .mona-youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.mona-content .mona-table-wrap {
  overflow: auto;
}
.mona-content .wp-caption {
  border: 0;
  padding: 0;
  max-width: 100%;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 1200px) {
  .mona-content .wp-caption {
    margin-bottom: 2.4rem;
  }
}
.mona-content .wp-caption-text {
  line-height: 1.5;
  padding: 0.8rem 0;
  font-size: 1.4rem;
  font-style: italic;
  margin: 0 !important;
  color: rgba(13, 20, 50, 0.5);
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption-text {
    font-size: 1.2rem;
  }
}
.mona-content .wp-caption.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .wp-caption.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content .wp-caption.alignright {
  float: right;
  display: inline;
  margin-bottom: 0;
  margin-left: 1.5rem;
}
.mona-content .wp-caption.aligncenter {
  margin: 2.4rem auto;
}
.mona-content .wp-caption.alignleft {
  float: left;
  display: inline;
  margin-bottom: 0;
  margin-right: 1.5rem;
}
.mona-content .wp-caption img {
  margin: 0;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}
.mona-content a {
  font-weight: 700;
  color: #ec1d23;
  transition: all 0.5s ease;
}
.mona-content a:hover {
  text-decoration: underline;
  color: #0D1432;
}
.mona-content li {
  margin: 1em 0;
}
.mona-content figure {
  width: fit-content;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: auto;
  margin-left: auto;
}
.mona-content figure img {
  margin: 0;
}
.mona-content figcaption {
  font-style: italic;
  font-size: 0.8em;
  text-align: center;
}
.mona-content .img-full img {
  width: 100%;
}
.mona-content table {
  width: 100%;
}
.mona-content table td {
  text-align: left;
  vertical-align: middle;
}
.mona-content table th,
.mona-content table td {
  padding: 1.2rem 0;
}
.mona-content table td {
  background-color: transparent;
}
.mona-content table tbody {
  background-color: #fff;
}
.mona-content table th {
  color: #111;
  font-weight: 600;
  text-align: left;
}
.mona-content .table-resp {
  overflow-x: auto;
  margin-bottom: 3rem;
}
.mona-content img.size-full {
  width: 100%;
}
.mona-content img.alignnone {
  margin: 3.2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content img.alignnone {
    margin: 2.4rem 0;
  }
}
.mona-content img.aligncenter {
  margin: 3.2rem auto;
}
@media screen and (max-width: 576px) {
  .mona-content img.aligncenter {
    margin: 2.4rem auto;
  }
}
.mona-content img.alignright {
  margin-left: auto;
}
.mona-content img.alignleft {
  margin-right: auto;
}
.mona-content .gallery-columns {
  gap: 4rem;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns {
    gap: 2.4rem;
  }
}
.mona-content .gallery-columns img {
  margin: 0;
}
.mona-content .gallery-columns .gallery-icon {
  width: 100%;
  height: 100%;
}
.mona-content .gallery-columns .gallery-icon a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mona-content .gallery-columns-2 {
  gap: 4rem;
  display: flex;
  flex-wrap: wrap;
  margin: 2rem 0;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns-2 {
    gap: 2.4rem;
  }
}
.mona-content .gallery-columns-2 .gallery-item {
  margin: 0 !important;
  float: unset !important;
  text-align: left !important;
  width: calc(50% - 2rem) !important;
}
@media screen and (max-width: 576px) {
  .mona-content .gallery-columns-2 .gallery-item {
    width: 100% !important;
  }
}
.mona-content .gallery-columns-2 img {
  margin: 0;
  border: 0 !important;
}
.mona-content .gallery-columns-3 .gallery-item {
  width: calc(33.3333333333% - 1.1rem) !important;
}
.mona-content .gallery-columns .wp-caption {
  margin: 0;
}

#ez-toc-container {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  border-radius: 0;
  box-shadow: unset;
  background-color: transparent;
}
@media screen and (max-width: 1200px) {
  #ez-toc-container {
    margin-bottom: 2.4rem;
  }
}
#ez-toc-container .ez-toc-title-container {
  display: block;
  padding: 1.2rem 0;
  line-height: 140%;
  border-top: 0.1rem solid #0D1432;
  border-bottom: 0.1rem solid #0D1432;
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  #ez-toc-container .ez-toc-title-container .ez-toc-title {
    font-size: 1.6rem;
  }
}
#ez-toc-container .ez-toc-title-container .ez-toc-title {
  text-transform: uppercase;
  font-weight: 700 !important;
}
#ez-toc-container .ez-toc-title-toggle {
  display: none;
}
#ez-toc-container nav {
  margin-top: 2rem;
}
#ez-toc-container nav ul {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}
#ez-toc-container nav ul li:not(:last-child) {
  padding-bottom: 1rem;
  border-bottom: 0.1rem solid rgba(13, 20, 50, 0.1);
}
#ez-toc-container nav ul li a {
  font-weight: 400;
  line-height: 160%;
  color: #0D1432;
  font-size: 1.6rem;
}
#ez-toc-container nav ul li a:visited {
  font-weight: 700;
  color: #0D1432;
}

.swiper-control {
  gap: 4.8rem;
  user-select: none;
  margin-top: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .swiper-control {
    gap: 2.4rem;
  }
}

.swiper-navigation {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-navigation > * {
  cursor: pointer;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border: 0.1rem solid #0D1432;
  border-radius: var(--radius-circle);
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .swiper-navigation > *:hover, .swiper-navigation > *:focus-visible {
    background-color: #0D1432;
  }
  .swiper-navigation > *:hover img, .swiper-navigation > *:focus-visible img {
    filter: unset;
  }
}
.swiper-navigation > * img {
  width: 2rem;
  height: 2rem;
  filter: var(--filter-pri);
}
.swiper-navigation .prev img {
  transform: rotate(90deg);
}
.swiper-navigation .next img {
  transform: rotate(-90deg);
}

.swiper-pagination {
  max-width: 66rem;
  position: static !important;
}
@media screen and (max-width: 1200px) {
  .swiper-pagination {
    margin: 0 auto;
    max-width: 35rem;
  }
}
@media screen and (max-width: 576px) {
  .swiper-pagination {
    max-width: 25rem;
  }
}
.swiper-pagination-progressbar-fill {
  background: #0D1432 !important;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.swiper-button-lock {
  display: none;
}

.other {
  padding: 12rem 0rem 12rem;
}
@media screen and (max-width: 991px) {
  .other {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .other {
    padding: 4rem 0rem;
  }
}
.other-img .img {
  padding-top: 92.5159235669%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .other-img .img:hover img, .other-img .img:focus-visible img {
    transform: scale(1.05);
  }
}
.other-box {
  height: 100%;
}
.other-content {
  height: 100%;
  text-align: center;
}
.other-content .view-link {
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .other-content .view-link {
    font-size: 1.4rem;
  }
}
.other-content .view-link {
  line-height: 135%;
  width: fit-content;
  transition: 0.4s ease-in-out;
  margin: auto auto 0;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .other-content .view-link:hover, .other-content .view-link:focus-visible {
    color: #ec1d23;
  }
}
.other-content .title-24 {
  line-height: 135%;
  font-size: 1.4rem;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .other-content .title-24:hover, .other-content .title-24:focus-visible {
    text-decoration: underline;
  }
}
.other-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-24));
}
.other-swiper .swiper-slide {
  height: auto;
  width: 31.25%;
  padding: 0 var(--pi-24);
}
@media screen and (max-width: 1200px) {
  .other-swiper .swiper-slide {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .other-swiper .swiper-slide {
    width: 66.6666666667%;
  }
}
@media screen and (max-width: 576px) {
  .other-swiper .swiper-slide {
    width: 100%;
  }
}

.aside-btn {
  top: 50%;
  z-index: 11;
  width: 3.2rem;
  right: 0.5rem;
  position: fixed;
  cursor: pointer;
  padding: 0.6rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  background-color: #fff;
  transform: translateY(-50%);
  border: 0.1rem solid #0D1432;
}
@media screen and (min-width: 1201px) {
  .aside-btn {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap {
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 102;
    width: 32rem;
    display: flex;
    height: 100dvh;
    position: fixed;
    transition: 0.4s ease-in-out;
    flex-direction: column;
    background-color: white;
    transform: translateX(100%);
  }
}
@media screen and (max-width: 1200px) and (max-width: 767px) {
  .aside-wrap {
    width: 28rem;
  }
}
@media screen and (max-width: 1200px) {
  .aside-wrap.is-active {
    transform: none;
  }
}
@media screen and (min-width: 1201px) {
  .aside-wrap.is-top {
    top: 2rem;
  }
}
.aside-close {
  flex-shrink: 0;
  padding: 1.2rem;
  border-bottom: 0.1rem solid #d0d0d0;
}
@media screen and (min-width: 1201px) {
  .aside-close {
    display: none;
  }
}
.aside-close img {
  margin-left: auto;
  width: 1.6rem;
  height: 1.6rem;
}
@media screen and (max-width: 1200px) {
  .aside-block {
    overflow: hidden auto;
  }
}
.aside-overlay {
  top: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  height: 100dvh;
  position: fixed;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  z-index: calc(var(--z-i-header) + 1);
}
.aside-overlay.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 576px) {
  .aside-lastest {
    gap: 0;
  }
}
.aside-lastest > .text-16 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .aside-lastest > .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .aside-lastest > .text-16 {
    font-size: 1.6rem;
  }
}
.aside-lastest > .text-16 {
  padding: 1.2rem 0;
  line-height: 140%;
  border-top: 0.1rem solid #0D1432;
  border-bottom: 0.1rem solid #0D1432;
}
@media screen and (max-width: 576px) {
  .aside-lastest > .text-16 {
    padding: 1.2rem;
  }
}
@media screen and (min-width: 577px) {
  .aside-lastest .article {
    flex-direction: unset;
  }
}
.aside-lastest .article-img {
  width: 100%;
  flex-shrink: 0;
}
@media screen and (min-width: 577px) {
  .aside-lastest .article-img {
    max-width: 7.2rem;
  }
}
.aside-lastest .article-img .img {
  height: auto;
  padding-top: 100%;
}
.aside-lastest .article-title {
  gap: 0.4rem;
}
.aside-lastest .article-title .text-16 {
  font-size: 1.4rem;
}
.aside-lastest .article-title .title-24 {
  font-size: 1.6rem;
}
@media screen and (max-width: 576px) {
  .aside-lastest_list {
    padding: 1.2rem;
  }
}
.aside-lastest_item:not(:last-child) {
  padding-bottom: 2rem;
  border-bottom: 0.1rem solid rgba(13, 20, 50, 0.1);
}

.hero {
  position: relative;
}
.hero-bn {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}
.hero-bn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(0deg, rgba(13, 20, 50, 0.2) 0%, rgba(13, 20, 50, 0.2) 100%);
}
.hero-bn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-pos {
  z-index: 5;
  position: relative;
  padding: 20rem 0 10rem;
}
@media screen and (max-width: 991px) {
  .hero-pos {
    padding: 10rem 0;
  }
}
.hero-pos > .container {
  max-width: 140rem;
}
.hero-content {
  gap: 16rem;
  color: white;
}
@media screen and (max-width: 991px) {
  .hero-content {
    gap: 10rem;
  }
}
.hero-content .view-link {
  opacity: 0;
  gap: 0.4rem;
  line-height: 125%;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.224rem;
  text-transform: uppercase;
  animation: opacityAni 1.5s ease-in-out 3.75s forwards;
}
.hero-content .view-link .icon {
  user-select: none;
  width: 1.6rem;
  height: 1.6rem;
}
.hero-title {
  max-width: 108rem;
}
@media screen and (max-width: 991px) {
  .hero-title {
    gap: 0.8rem;
  }
}
.hero-title > * {
  line-height: 135%;
}
.hero-title .text-16 {
  opacity: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .hero-title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .hero-title .text-16 {
    font-size: 1.6rem;
  }
}
.hero-title .text-16 {
  animation: opacityAni 1.5s ease-in-out forwards;
}
.hero-title .title-48 span {
  opacity: 0;
}
.hero-title .title-48 span:nth-child(1) {
  animation: opacityAni 1.5s ease-in-out 0.75s forwards;
}
.hero-title .title-48 span:nth-child(2) {
  animation: opacityAni 1.5s ease-in-out 1.5s forwards;
}
.hero-title .title-48 span:nth-child(3) {
  animation: opacityAni 1.5s ease-in-out 2.25s forwards;
}
.hero-title .title-48 span:nth-child(4) {
  animation: opacityAni 1.5s ease-in-out 3s forwards;
}
.hero-title .title-48 span:nth-child(5) {
  animation: opacityAni 1.5s ease-in-out 3.75s forwards;
}
.hero-title .title-48 span:nth-child(6) {
  animation: opacityAni 1.5s ease-in-out 4.5s forwards;
}
.hero-title .title-48 span:nth-child(7) {
  animation: opacityAni 1.5s ease-in-out 5.25s forwards;
}
.hero-title .title-48 span:nth-child(8) {
  animation: opacityAni 1.5s ease-in-out 6s forwards;
}
.hero-title .title-48 span:nth-child(9) {
  animation: opacityAni 1.5s ease-in-out 6.75s forwards;
}
.hero-title .title-48 span:nth-child(10) {
  animation: opacityAni 1.5s ease-in-out 7.5s forwards;
}
.hero-title .t-up {
  letter-spacing: 0.256rem;
}
.hero-title .calendar {
  color: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 576px) {
  .hero-title .title-48 {
    font-size: 2.8rem;
  }
}

.banner {
  position: relative;
  height: calc(100dvh - 8rem);
}
@media screen and (max-width: 1200px) {
  .banner {
    height: auto;
  }
}
.banner .swiper {
  height: 100%;
}
.banner .swiper-slide-active .banner-content_title .text-16 {
  animation: opacityAni 1.75s ease-in-out 0.5s forwards;
}
.banner .swiper-slide-active .banner-content_title .tt-main {
  animation: opacityAni 1.75s ease-in-out 1.5s forwards;
}
.banner .swiper-slide-active .banner-content_desc {
  animation: opacityAni 1.75s ease-in-out 2.25s forwards;
}
.banner .swiper-pagination {
  top: unset;
  left: 50%;
  height: 0.1rem;
  bottom: 6.4rem;
  max-width: 20rem;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.4);
}
@media screen and (max-width: 1200px) {
  .banner .swiper-pagination {
    bottom: 5rem;
  }
}
@media screen and (max-width: 576px) {
  .banner .swiper-pagination {
    bottom: 3rem;
  }
}
.banner .swiper-pagination-progressbar-fill {
  background-color: white;
}
.banner-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  position: absolute;
  will-change: transform;
}
.banner-bg::before {
  height: 100%;
  width: inherit;
  position: absolute;
  content: "";
  z-index: 1;
  background: linear-gradient(180deg, rgba(12, 18, 29, 0) 25%, rgba(12, 18, 29, 0.6) 75%, var(--blackened-blue-20, #0D1432) 100%);
}
.banner-bg img {
  width: 100%;
  height: 120%;
  object-fit: cover;
}
.banner-home {
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}
.banner-home::before {
  content: "";
  width: 100%;
  display: block;
  padding-top: 56.25%;
}
@media screen and (max-width: 767px) {
  .banner-home::before {
    padding-top: 80%;
  }
}
@media screen and (max-width: 576px) {
  .banner-home::before {
    padding-top: 120%;
  }
}
.banner-pos {
  inset: 0;
  z-index: 5;
  position: absolute;
  color: white;
}
.banner-wrap {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  max-width: 109rem;
}
.banner-content {
  gap: 2.4rem;
  height: 100%;
  display: flex;
  padding-bottom: 16rem;
  align-items: flex-end;
}
@media screen and (max-width: 1200px) {
  .banner-content {
    padding-bottom: 10rem;
  }
}
@media screen and (max-width: 767px) {
  .banner-content {
    gap: 1.2rem;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 576px) {
  .banner-content {
    padding-bottom: 6rem;
  }
}
.banner-content > * {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .banner-content > * {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .banner-content_title {
    gap: 1.2rem;
  }
}
.banner-content_title .tt-main {
  opacity: 0;
  font-size: 4.8rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_title .tt-main {
    font-size: 4.3rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_title .tt-main {
    font-size: 3.3rem;
  }
}
.banner-content_title .tt-main {
  color: white;
}
@media screen and (max-width: 767px) {
  .banner-content_title .tt-main br {
    display: none;
  }
}
.banner-content_title .text-16 {
  opacity: 0;
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_title .text-16 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_title .text-16 {
    font-size: 1.6rem;
  }
}
.banner-content_title .text-16 {
  line-height: 135%;
  letter-spacing: 0.256rem;
  text-transform: uppercase;
}
.banner-content_desc {
  opacity: 0;
}
.banner-content_desc .text-16 {
  font-size: 1.8rem;
}
@media only screen and (max-width: 1200px) {
  .banner-content_desc .text-16 {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 800px) {
  .banner-content_desc .text-16 {
    font-size: 1.5rem;
  }
}
.banner-content_desc .text-16 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 4;
  -webkit-line-clamp: 4;
}

.article {
  height: 100%;
  position: relative;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article:hover .img img, .article:focus-visible .img img {
    transform: scale(1.05);
  }
}
.article-img {
  position: relative;
}
.article-img .img {
  height: 100%;
  padding-top: 61.25%;
}
.article-content {
  z-index: 5;
  height: 100%;
  position: relative;
}
@media screen and (max-width: 576px) {
  .article-title {
    gap: 1.2rem;
  }
}
.article-title .title-24,
.article-title .cate {
  line-height: 135%;
}
.article-title .calendar {
  line-height: 160%;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .article-title .title-24:hover, .article-title .title-24:focus-visible {
    text-decoration: underline;
  }
}
@media screen and (max-width: 576px) {
  .article-title .title-24 {
    font-size: 1.6rem;
  }
}
.article-title .title-24 > * {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 2;
  -webkit-line-clamp: 2;
}
.article-title .cate {
  letter-spacing: 0.256rem;
  color: rgba(13, 20, 50, 0.5);
}

.blogdt {
  padding: 8rem 0rem 8rem;
}
@media screen and (max-width: 991px) {
  .blogdt {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .blogdt {
    padding: 4rem 0rem;
  }
}
.blogdt {
  transition: 1s ease-in-out;
  background-color: #0D1432;
}
.blogdt.is-inview {
  background-color: transparent;
}
.blogdt > .container {
  max-width: 129.8rem;
}
@media screen and (max-width: 1200px) {
  .blogdt-row {
    --rg: 0;
    --cg: 0;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1200px) {
  .blogdt-col {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .blogdt-content {
    max-width: 75.5rem;
  }
}
@media screen and (min-width: 1201px) {
  .blogdt-sidebar {
    top: 2rem;
    position: sticky;
  }
}
.blogdt-share {
  gap: 2rem;
  padding-top: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  border-top: 0.1rem solid rgba(13, 20, 50, 0.1);
}
.blogdt-share > .text-16 {
  color: rgba(13, 20, 50, 0.3);
}
.blogdt-share_list {
  gap: 1.6rem;
  display: flex;
  align-items: center;
}
.blogdt-share_link {
  display: block;
  width: 2rem;
  height: 2rem;
  transition: 0.4s ease-in-out;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blogdt-share_link:hover, .blogdt-share_link:focus-visible {
    transform: translateY(-0.5rem);
  }
}
.blogdt-sub {
  gap: 1rem;
  display: flex;
  margin: 5.6rem 0;
  padding: 2.4rem 4rem;
  flex-direction: column;
  background-color: #F7F5F1;
}
@media screen and (max-width: 1200px) {
  .blogdt-sub {
    padding: 2rem;
  }
}
@media screen and (max-width: 767px) {
  .blogdt-sub {
    margin: 2.4rem 0;
  }
}
.blogdt-sub form .form-label {
  gap: 1.6rem;
}
@media screen and (min-width: 577px) {
  .blogdt-sub form .form-label {
    flex-direction: unset;
  }
}
.blogdt-sub form input {
  padding-inline: 0;
}
.blogdt-sub form .btn {
  line-height: 135%;
  font-size: 1.4rem;
  color: #0D1432;
  font-weight: normal;
  padding: 1rem 2.4rem;
  text-decoration: none;
}
@media screen and (hover: hover) and (pointer: fine) and (min-width: 1201px) {
  .blogdt-sub form .btn:hover, .blogdt-sub form .btn:focus-visible {
    color: white;
  }
}
.blogdt-sub p {
  margin: 0;
  color: rgba(13, 20, 50, 0.5);
}
.blogdt-sub .text-14 {
  font-size: 2rem;
}
@media only screen and (max-width: 1200px) {
  .blogdt-sub .text-14 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 800px) {
  .blogdt-sub .text-14 {
    font-size: 1.6rem;
  }
}
.blogdt-sub .text-14 {
  line-height: 125%;
  letter-spacing: 0.224rem;
  text-transform: uppercase;
}
.blogdt-sub .text-10 {
  font-size: 1.2rem;
  line-height: 150%;
}
.blogdt-sub .text-10 span {
  text-decoration: underline;
}

.p-blog-detail .other {
  transition: 1s ease-in-out;
  background-color: #0D1432;
}
.p-blog-detail .other:has(.is-inview) {
  background-color: #F7F5F1;
}
/*# sourceMappingURL=blog-detail.css.map */
