/*------------------------------------------------------------
	Media
------------------------------------------------------------*/
/*------------------------------------------------------------
	Flex Box
------------------------------------------------------------*/
:root {
  --font-pri: "Inter", sans-serif;
  --font-title: "Archivo Condensed", sans-serif;
  --header-index: 99;
  --header-fixed: 3.6rem;
  --header-height: 12rem;
}
@media screen and (max-width: 576px) {
  :root {
    --header-height: 10.2rem;
  }
}
:root {
  --pi-4: 0.4rem;
  --pi-8: 0.8rem;
  --pi-10: 1rem;
  --pi-12: 1.2rem;
  --pi-14: 1.4rem;
  --pi-16: 1.6rem;
  --pi-20: 2rem;
  --pi-24: 2.4rem;
  --pi-32: 3.2rem;
}
@media screen and (max-width: 1024px) {
  :root {
    --pi-12: 0.8rem;
    --pi-14: 0.8rem;
    --pi-16: 0.8rem;
    --pi-20: 1rem;
    --pi-24: 1.2rem;
    --pi-32: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  :root {
    --pi-8: 0.4rem;
  }
}

.swiper-navigation {
  top: 50%;
  left: 50%;
  z-index: 5;
  user-select: none;
  position: absolute;
  pointer-events: none;
  display: flex;
  align-items: center;
  width: calc(100% + 15rem);
  justify-content: space-between;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1366px) {
  .swiper-navigation {
    width: calc(100% + 2.8rem);
  }
}
@media screen and (max-width: 1200px) {
  .swiper-navigation {
    display: none;
  }
}
.swiper-navigation > * {
  z-index: 5;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
  width: 4.8rem;
  height: 4.8rem;
  pointer-events: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #Fafafa;
  border: 0.1rem solid #BD2C20;
}
@media screen and (min-width: 1201px) {
  .swiper-navigation > *:hover {
    background-color: #BD2C20;
  }
  .swiper-navigation > *:hover img {
    filter: unset;
  }
}
.swiper-navigation > * img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(49%) saturate(2482%) hue-rotate(342deg) brightness(99%) contrast(99%);
}
.swiper-navigation .prev {
  left: -8rem;
}
.swiper-navigation .prev img {
  transform: rotate(180deg);
}

.swiper-pagination {
  position: static;
  margin-top: 2.4rem;
}
@media screen and (min-width: 1201px) {
  .swiper-pagination {
    display: none;
  }
}
.swiper-pagination-bullet {
  transition: 0.4s ease-in-out;
  background-color: white;
}
.swiper-pagination-bullet-active {
  width: 2.8rem;
  border-radius: 0.8rem;
  background-color: #BD2C20;
}

.swiper-link {
  z-index: 5;
  margin-top: 4rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .swiper-link {
    margin-top: 2.4rem;
  }
}
.swiper-link .swiper-pagination {
  margin: 0;
  display: block;
  width: fit-content;
}

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

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

.partner {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  isolation: isolate;
  position: relative;
  background-color: #fdfdfd;
  padding: 10rem 0rem 6.4rem;
}
@media screen and (max-width: 991px) {
  .partner {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .partner {
    padding: 4rem 0rem;
  }
}
.partner::before, .partner:after {
  content: "";
  z-index: -1;
  width: 47.2rem;
  height: 73.1rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 992px) {
  .partner::before, .partner:after {
    width: 27.2rem;
    height: 42.1rem;
  }
}
.partner::before {
  top: 0;
  left: 0;
  background-image: url("../../assets/images/news/nwp-decor1.png");
}
@media screen and (max-width: 992px) {
  .partner::before {
    width: 27.2rem;
    height: 42.1rem;
  }
}
.partner::after {
  right: 0;
  bottom: -24rem;
  background-image: url("../../assets/images/news/outs-decor1.png");
}
@media screen and (max-width: 992px) {
  .partner::after {
    bottom: -6rem;
  }
}
.partner .decor {
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -2;
  height: 42.2rem;
  position: absolute;
  max-width: 97.3rem;
}
@media screen and (max-width: 576px) {
  .partner .decor {
    display: none;
  }
}
.partner .decor img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .partner-col {
    width: 100%;
  }
}
.partner-img {
  width: 100%;
  margin: 0 auto;
  max-width: 35.2rem;
}
@media screen and (max-width: 767px) {
  .partner-img {
    max-width: 20rem;
  }
}
.partner-img .img {
  padding-top: 225%;
}
.partner-img .img::before {
  content: "";
  left: 0;
  z-index: 5;
  width: 100%;
  height: 0.4rem;
  bottom: -0.1rem;
  position: absolute;
  background-color: #fafafa;
}
@media screen and (min-width: 1201px) {
  .partner-content {
    margin-left: 10rem;
  }
}
@media screen and (min-width: 768px) {
  .partner-content {
    margin-top: 8rem;
    max-width: 58.3rem;
  }
}
@media screen and (max-width: 767px) {
  .partner-content {
    gap: 2.4rem;
  }
}
.partner-content .title-36 {
  line-height: 122%;
}
.partner-content .title-56 {
  line-height: 120%;
}
@media screen and (max-width: 576px) {
  .partner-content .title-56 {
    font-size: 2.8rem;
  }
}
.partner-content .list-box {
  gap: 0.8rem;
  display: flex;
  align-items: center;
}
.partner-content .list-box img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
  filter: brightness(0) invert(0);
}
.partner-content .list-box .text-16 {
  line-height: 150%;
  transition: 0.4s ease-in-out;
}
@media screen and (min-width: 1201px) {
  .partner-content .list-box .text-16:hover {
    color: #BD2C20;
  }
}
.partner-form {
  max-width: 100%;
}
@media screen and (min-width: 1201px) {
  .partner-form {
    margin: 17rem 0 0 0;
  }
}
.partner-action {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 576px) {
  .partner-action {
    gap: 0.8rem;
  }
  .partner-action .btn {
    width: 100%;
  }
}

.fb {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .fb {
    margin: 6rem 0rem;
  }
}
.fb-container {
  margin-left: auto;
  padding-left: 1.6rem;
  width: calc(100vw - (100vw - 124.6rem) / 2);
}
@media screen and (max-width: 1200px) {
  .fb-container {
    width: 100%;
    padding-right: 1.6rem;
  }
}
.fb-row {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .fb-col {
    width: 100%;
  }
}
.fb-heading {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .fb-heading .title-40 {
    text-align: center;
  }
}
@media screen and (max-width: 440px) {
  .fb-heading .title-40 {
    margin: 0 auto;
    max-width: 32rem;
  }
}
.fb-box {
  gap: 1.6rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  border-radius: 1.2rem;
  padding: 1.6rem 1.6rem 1.6rem 3.2rem;
}
@media screen and (max-width: 1200px) {
  .fb-box {
    padding: 1.2rem;
  }
}
@media screen and (max-width: 576px) {
  .fb-box {
    flex-direction: column;
  }
}
.fb-box > * {
  width: 50%;
}
@media screen and (max-width: 576px) {
  .fb-box > * {
    width: 100%;
  }
}
.fb-img {
  cursor: pointer;
}
.fb-img .img {
  padding-top: 100%;
  border-radius: 1.2rem;
}
@media screen and (min-width: 1201px) {
  .fb-img .img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 1024px) {
  .fb-content {
    gap: 2.4rem;
  }
}
.fb-user {
  gap: 1.2rem;
  display: flex;
  align-items: center;
}
.fb-user img {
  flex-shrink: 0;
  object-fit: cover;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
}
.fb-user_name {
  width: 100%;
}
.fb-user_name .text-16 {
  line-height: 125%;
}
.fb-user_name .text-14 {
  color: #656565;
  line-height: 140%;
}
.fb-desc .text-14 {
  line-height: 140%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 10;
  -webkit-line-clamp: 10;
}
.fb-video {
  gap: 0.8rem;
  font-size: 1.6rem;
}
@media only screen and (max-width: 800px) {
  .fb-video {
    font-size: 1.4rem;
  }
}
.fb-video {
  cursor: pointer;
  font-weight: 600;
  user-select: none;
  line-height: 125%;
  width: fit-content;
  color: #BD2C20;
  display: flex;
  align-items: center;
  font-family: var(--font-title);
}
.fb-video img {
  flex-shrink: 0;
  object-fit: contain;
  width: 2.4rem;
  height: 2.4rem;
}
.fb-swiper {
  position: relative;
}
.fb-swiper .swiper {
  padding-block: 4rem;
  margin: -4rem calc(-1 * var(--pi-16));
}
@media screen and (max-width: 1200px) {
  .fb-swiper .swiper-control {
    display: none;
  }
}
.fb-swiper .swiper-slide {
  transition: 0.4s ease-in-out;
  width: 66.6666666667%;
  padding: 0 var(--pi-16);
}
@media screen and (min-width: 1201px) {
  .fb-swiper .swiper-slide {
    opacity: 0.5;
    pointer-events: none;
  }
}
@media screen and (max-width: 991px) {
  .fb-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
@media screen and (max-width: 767px) {
  .fb-swiper .swiper-slide {
    width: 100%;
  }
}
.fb-swiper .swiper-slide-active {
  opacity: 1;
  pointer-events: auto;
}
.fb-swiper .swiper-navigation {
  width: 100%;
  gap: 0.8rem;
  position: static;
  transform: unset;
  justify-content: unset;
}

.deve {
  isolation: isolate;
  position: relative;
  padding: 2.4rem 0rem 20rem;
}
@media screen and (max-width: 991px) {
  .deve {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .deve {
    padding: 4rem 0rem;
  }
}
.deve::before, .deve:after {
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  pointer-events: none;
}
.deve::before {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-image: url("../../assets/images/system/deve-bg1.jpg");
}
.deve::after {
  background: linear-gradient(180deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 100%);
}
.deve-row {
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .deve-col {
    width: 100%;
  }
}
@media screen and (min-width: 1201px) {
  .deve-content .btn {
    margin-top: 0.8rem;
  }
}
.deve-title .tt {
  max-width: 50rem;
}
.deve-title .text-16 {
  line-height: 150%;
}
.deve-number .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: calc(2 * var(--pi-32));
  margin: 0 calc(-1 * var(--pi-32));
}
.deve-number .list-item {
  width: 33.3333333333%;
  padding: 0 var(--pi-32);
}
.deve-number .list-item:not(:last-child) {
  border-right: 0.1rem solid #D9D9D9;
}
.deve-number .list-box .count-number {
  line-height: 110%;
  color: #BD2C20;
}
.deve-number .list-box .text-14 {
  line-height: 140%;
}
@media screen and (max-width: 576px) {
  .deve-number .list-box .text-14 {
    font-size: 1.2rem;
  }
}
.deve-img {
  margin: 0 auto;
  user-select: none;
  max-width: 48.8rem;
}
.deve-img .img {
  padding-top: 173.3606557377%;
}

.pri {
  position: relative;
  margin-top: 5.2rem;
}
.pri-heading {
  z-index: 5;
  width: 100%;
  padding: 0 1.6rem;
  max-width: 94.6rem;
  position: relative;
  margin: 0 auto -6rem;
}
@media screen and (max-width: 576px) {
  .pri-heading .title-40 br {
    display: none;
  }
}
@media screen and (max-width: 425px) {
  .pri-heading .title-40 {
    width: 100%;
    margin: 0 auto;
    max-width: 32rem;
  }
}
.pri-heading .text-16 {
  line-height: 150%;
  text-align: center;
}
.pri-heading .view-link {
  margin: 0.8rem auto 0;
}
.pri-bg {
  user-select: none;
  position: relative;
}
.pri-bg > .img {
  min-height: 73.4rem;
  padding-top: 42.4768518519%;
}
@media screen and (max-width: 1200px) {
  .pri-bg > .img {
    min-height: 60rem;
  }
}
@media screen and (max-width: 576px) {
  .pri-bg > .img {
    min-height: 40rem;
  }
}
.pri-bg > .img::before {
  content: "";
  left: 0;
  z-index: 1;
  width: 100%;
  height: 46.7rem;
  bottom: -0.1rem;
  position: absolute;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(250, 250, 250, 0) 0%, #FAFAFA 100%);
}
.pri-bg .decor {
  left: 50%;
  z-index: 5;
  width: 100%;
  bottom: 6.4rem;
  max-width: 64.5rem;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .pri-bg .decor {
    bottom: 2.4rem;
    max-width: 50rem;
  }
}
@media screen and (max-width: 576px) {
  .pri-bg .decor {
    max-width: 37.5rem;
  }
}
.pri-bg .decor .img {
  padding-top: 76.7441860465%;
}

.comp {
  position: relative;
  isolation: isolate;
  padding: 14rem 0rem 14rem;
}
@media screen and (max-width: 991px) {
  .comp {
    padding: 6rem 0rem;
  }
}
@media screen and (max-width: 576px) {
  .comp {
    padding: 4rem 0rem;
  }
}
.comp::before, .comp:after {
  content: "";
  z-index: -1;
  width: 47.2rem;
  height: 73.1rem;
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}
@media screen and (max-width: 992px) {
  .comp::before, .comp:after {
    width: 27.2rem;
    height: 42.1rem;
  }
}
.comp::before {
  left: 0;
  top: -7.2rem;
  background-image: url("../../assets/images/news/nwp-decor1.png");
}
@media screen and (max-width: 992px) {
  .comp::before {
    top: 0;
  }
}
.comp::after {
  right: 0;
  bottom: -24rem;
  background-image: url("../../assets/images/news/outs-decor1.png");
}
@media screen and (max-width: 992px) {
  .comp::after {
    bottom: -6rem;
  }
}
@media screen and (max-width: 991px) {
  .comp-col {
    width: 100%;
  }
}
.comp-heading {
  gap: 10.4rem;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1201px) {
  .comp-heading {
    justify-content: space-between;
  }
}
@media screen and (max-width: 1200px) {
  .comp-heading {
    gap: 2.4rem;
    flex-direction: column;
  }
}
@media screen and (min-width: 1201px) {
  .comp-title {
    max-width: 59.2rem;
  }
}
@media screen and (max-width: 1200px) {
  .comp-title {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .comp-title .title-40 {
    width: 100%;
    margin: 0 auto;
    max-width: 30rem;
  }
}
.comp-title .text-16 {
  line-height: 150%;
}
.comp-number {
  width: 100%;
}
.comp-number .list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 5.6rem;
  margin: 0 calc(-1 * var(--pi-16));
}
@media screen and (max-width: 1200px) {
  .comp-number .list {
    row-gap: 1.6rem;
  }
}
.comp-number .list-item {
  width: 50%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 1200px) {
  .comp-number .list-item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .comp-number .list-item {
    width: 50%;
  }
}
.comp-number .list-box .title-48 {
  line-height: 120%;
  color: #BD2C20;
}
@media screen and (max-width: 767px) {
  .comp-number .list-box .title-48 {
    font-size: 2.8rem;
  }
}
.comp-number .list-box .text-14 {
  line-height: 140%;
}
.comp-img {
  height: 100%;
  cursor: pointer;
  position: relative;
}
.comp-img .img {
  height: inherit;
  border-radius: 1.2rem;
}
@media screen and (min-width: 1201px) {
  .comp-img .img:hover img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
.comp-box {
  height: 100%;
  padding: 4rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
  background-color: white;
}
@media screen and (max-width: 1200px) {
  .comp-box {
    padding: 2rem;
  }
}
.comp-box > * {
  line-height: 140%;
}
.comp-swiper {
  position: relative;
}
.comp-swiper .swiper {
  margin: 0 calc(-1 * var(--pi-8));
}
.comp-swiper .swiper-slide {
  padding: 0 var(--pi-8);
}
.comp-swiper .swiper-pagination {
  margin-top: 0;
  display: block;
  position: absolute;
}
.comp-swiper .swiper-pagination-bullet {
  opacity: 1;
}
.comp-list {
  gap: 2rem;
  display: flex;
  flex-wrap: wrap;
}
.comp-left {
  height: 100%;
}
@media screen and (max-width: 991px) {
  .comp-left {
    flex-direction: column-reverse;
  }
}
.comp-left .comp-img .img {
  padding-top: 96.9594594595%;
}
.comp-left .comp-item {
  width: calc(50% - 1rem);
}
@media screen and (max-width: 576px) {
  .comp-left .comp-item {
    width: 100%;
  }
}
.comp-right {
  height: 100%;
}
.comp-right .comp-img .img {
  padding-top: 73.9864864865%;
}
.comp-right .comp-list {
  flex-direction: column;
}

.core {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .core {
    margin: 6rem 0rem;
  }
}
.core .faq-heading {
  gap: 1.2rem;
  cursor: pointer;
  position: relative;
  padding-right: 7.2rem;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .core .faq-heading {
    padding-right: 2.4rem;
  }
}
.core .faq-heading .title-28 {
  flex: 1;
  color: #131313;
}
.core .faq-heading .icon {
  user-select: none;
  width: 3.2rem;
  height: 3.2rem;
}
.core .faq-heading .icon img {
  width: 100%;
  object-fit: cover;
}
.core .faq-heading .img-dropdown {
  width: 3.2rem;
  height: 1.4rem;
  user-select: none;
}
@media screen and (max-width: 767px) {
  .core .faq-heading .img-dropdown {
    width: 2rem;
    height: 1rem;
  }
}
.core .faq-heading .img-dropdown img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.core .faq-item {
  padding: 3.2rem 0;
  position: relative;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 767px) {
  .core .faq-item {
    padding: 2.4rem 0;
  }
}
.core .faq-item:not(:last-child) {
  border-bottom: 0.1rem solid #bebebe;
}
@media screen and (min-width: 768px) {
  .core .faq-item.is-active {
    padding: 7.2rem 0;
  }
  .core .faq-item.is-active .faq-content .pic {
    transform: translateY(-50%) scale(1);
  }
  .core .faq-item.is-active .faq-heading .icon img {
    filter: brightness(0) saturate(100%) invert(24%) sepia(49%) saturate(2482%) hue-rotate(342deg) brightness(99%) contrast(99%);
  }
  .core .faq-item.is-active .faq-heading .title-28 {
    color: #BD2C20;
  }
}
.core .faq-info {
  position: relative;
}
@media screen and (min-width: 768px) {
  .core .faq-info {
    padding-left: 2.4rem;
  }
  .core .faq-info::before {
    content: "";
    left: 0;
    top: 50%;
    width: 0.1rem;
    position: absolute;
    height: calc(100% - 6rem);
    transform: translateY(-50%);
    background-color: #d9d9d9;
  }
}
.core .faq-content {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .core .faq-content {
    max-width: 38.4rem;
  }
}
.core .faq-content .text-14 {
  line-height: 140%;
}
.core .faq-content .pic {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  max-width: 22.8rem;
  max-height: 22.8rem;
}
@media screen and (min-width: 768px) {
  .core .faq-content .pic {
    right: 0;
    top: 50%;
    overflow: hidden;
    position: absolute;
    transition: transform 0.4s;
    transform-origin: center center;
    transform: translateY(-50%) scale(0);
  }
}
@media screen and (max-width: 767px) {
  .core .faq-content .pic {
    margin: 2.4rem 0;
  }
}
.core .faq-content .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.4s ease-in-out;
}
@media screen and (max-width: 1200px) {
  .core-heading {
    row-gap: 3.2rem;
    text-align: center;
  }
  .core-heading .text-12 {
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .core-heading {
    row-gap: 2.4rem;
  }
}
@media screen and (max-width: 1200px) {
  .core-heading .btn {
    margin: 0 auto;
  }
}
.core-row {
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .core-col {
    width: 100%;
  }
}

.trip {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .trip {
    margin: 6rem 0rem;
  }
}

.timeline .default-line {
  left: 50%;
  height: 0;
  width: 0.05rem;
  position: absolute;
  background-color: #999;
  transform: translateX(-50%);
}
.timeline-item:not(:first-child) {
  margin-top: 10rem;
}
@media screen and (max-width: 1200px) {
  .timeline-item:not(:first-child) {
    margin-top: 5rem;
  }
}
.timeline-number {
  color: white;
  display: block;
  font-weight: 600;
  font-size: 2.8rem;
  border-radius: 50%;
  width: 10rem;
  height: 10rem;
  transition: 0.4s ease-in-out;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #BD2C20;
  font-family: var(--font-title);
  border: 0.1rem solid #BD2C20;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 1200px) {
  .timeline-number {
    font-size: 1.6rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}
.timeline-block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4.8rem;
  padding-top: 18.4rem;
}
@media screen and (max-width: 1200px) {
  .timeline-block {
    margin: 0 -1.6rem;
    padding-top: 10rem;
  }
}
.timeline-content {
  position: relative;
  width: 50%;
  padding: 4rem 4.8rem 0;
}
@media screen and (max-width: 1200px) {
  .timeline-content {
    padding: 1.6rem 1.6rem 0;
  }
}
@media screen and (max-width: 767px) {
  .timeline-content {
    row-gap: 0.8rem;
  }
}
.timeline-content::before {
  content: "";
  top: -0.6rem;
  position: absolute;
  border-radius: 50%;
  width: 1.2rem;
  height: 1.2rem;
  background-color: #BD2C20;
}
.timeline-content::after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  height: 0.1rem;
  position: absolute;
}
.timeline-content:nth-child(odd) {
  text-align: right;
}
.timeline-content:nth-child(odd)::before {
  right: -0.6rem;
}
.timeline-content:nth-child(odd):after {
  background: linear-gradient(90deg, rgba(153, 153, 153, 0) 0%, #999999 100%);
}
.timeline-content:nth-child(even) {
  margin-top: 12.8rem;
}
.timeline-content:nth-child(even)::before {
  left: -0.6rem;
}
.timeline-content:nth-child(even):after {
  background: linear-gradient(-90deg, rgba(153, 153, 153, 0) 0%, #999999 100%);
}
@media screen and (max-width: 767px) {
  .timeline-content-heading {
    row-gap: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .timeline-content-heading .text-16 {
    font-size: 1.2rem;
  }
}
.timeline-content-heading .title-28 {
  color: #FCC300;
}
@media screen and (max-width: 767px) {
  .timeline-content-heading .title-28 {
    font-size: 1.8rem;
  }
}
.timeline-content-img .img {
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.2rem;
  padding-top: 61.5384615385%;
}

.jour {
  margin: 14rem 0rem 14rem;
}
@media screen and (max-width: 992px) {
  .jour {
    margin: 6rem 0rem;
  }
}
.jour-container {
  padding: 0 4.8rem;
}
@media screen and (max-width: 1200px) {
  .jour-container {
    padding: 0 1.6rem;
  }
}
.jour-heading {
  width: 100%;
  margin: 0 auto;
  max-width: 103.2rem;
}
.jour-heading .text-16 {
  line-height: 150%;
}
.jour-box {
  height: 100%;
  padding: 2.4rem;
  box-shadow: 0 0.4rem 2.4rem 0 rgba(0, 0, 0, 0.05);
  border-radius: 1.6rem;
  background-color: white;
}
@media screen and (min-width: 1201px) {
  .jour-box:hover .img img {
    transform: translate(-50%, -50%) scale(1.05);
  }
}
@media screen and (max-width: 1200px) {
  .jour-box {
    padding: 2rem;
  }
}
@media screen and (max-width: 1024px) {
  .jour-box {
    padding: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .jour-box {
    padding: 1.2rem;
  }
}
.jour-img .img {
  border-radius: 1.6rem;
  padding-top: 104.1666666667%;
}
.jour-inner {
  height: 100%;
  position: relative;
}
.jour-content {
  height: 100%;
}
.jour-content .title-24 {
  line-height: 133%;
  color: #BD2C20;
}
.jour-content .text-14 {
  line-height: 142%;
}
.jour-icon {
  margin: 0 auto;
  flex-shrink: 0;
  border-radius: 50%;
  position: relative;
  width: 6.4rem;
  height: 6.4rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #BD2C20;
}
@media screen and (max-width: 1024px) {
  .jour-icon {
    width: 5.6rem;
    height: 5.6rem;
  }
}
.jour-icon::before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: calc(100% + 1.2rem);
  height: calc(100% + 1.2rem);
  border: 0.2rem dashed #BD2C20;
  animation: rotateAni 10s linear infinite;
  -webkit-animation: rotateAni 10s linear infinite;
}
@media screen and (max-width: 1024px) {
  .jour-icon::before {
    width: calc(100% + 0.8rem);
    height: calc(100% + 0.8rem);
  }
}
.jour-icon img {
  width: 4rem;
  height: 4rem;
  object-fit: contain;
}
@media screen and (max-width: 1024px) {
  .jour-icon img {
    width: 3.2rem;
    height: 3.2rem;
  }
}
.jour-swiper {
  position: relative;
}
.jour-swiper .swiper {
  padding-block: 2rem;
  margin: -2rem calc(-1 * var(--pi-16));
}
.jour-swiper .swiper-slide {
  height: auto;
  width: 25%;
  padding: 0 var(--pi-16);
}
@media screen and (max-width: 1200px) {
  .jour-swiper .swiper-slide {
    width: 28.5714285714%;
  }
}
@media screen and (max-width: 850px) {
  .jour-swiper .swiper-slide {
    width: 40%;
  }
}
@media screen and (max-width: 576px) {
  .jour-swiper .swiper-slide {
    width: 83.3333333333%;
  }
}
.jour-swiper .swiper-slide:not(:last-child) .jour-inner::before {
  content: "";
  left: 100%;
  width: 100%;
  z-index: -1;
  bottom: 3.2rem;
  height: 0.1rem;
  position: absolute;
  pointer-events: none;
  transform: translateX(-50%);
  background-color: #BD2C20;
}
/*# sourceMappingURL=about.css.map */
