@font-face {
  font-family: "SVN-Kimberley";
  src: url("fonts/SVN-Kimberley.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Archistico";
  src: url("fonts/Archistico Simple.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy SemiBold.otf") format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SVN-Gilroy";
  src: url("fonts/SVN-Gilroy Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}

.big-box-have-icon {
  position: relative;
}
.big-box-have-icon .scroll-icon-ne {
  position: sticky;
  bottom: 2rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  overflow: hidden;
}

.hero {
  position: relative;
}
.hero .main-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.hero .social-list {
  position: absolute;
  top: 14rem;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hero .social-list .social-link {
  width: 2.25rem;
  height: 2.25rem;
  overflow: hidden;
}
.hero .social-list .social-link img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}
.hero .scroll-icon {
  position: absolute;
  bottom: 35px;
  left: 50%;
  transform: translateX(-50%);
  width: 3rem;
  aspect-ratio: 1;
  object-fit: cover;
}

.group-2-sections {
  overflow-x: hidden !important;
}

.brand-history {
  position: relative;
  padding-top: 5.75rem;
  overflow: visible;
}
.brand-history .brand-history-wrapper {
  display: flex;
  flex-direction: column;
  gap: 43px;
}
.brand-history .brand-history-wrapper .map-img {
  position: absolute;
  object-fit: cover;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}
.brand-history .time-lines {
  display: flex;
  flex-direction: column;
}
.brand-history .time-lines .tl-item {
  display: flex;
  align-items: flex-end;
  max-width: 320px;
}
.brand-history .time-lines .tl-item .tl-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.brand-history .time-lines .tl-item .tl-content .tl-year {
  color: #0D50A7;
  font-family: "Archistico";
  font-size: 3.5rem;
  line-height: 100%;
}
.brand-history .time-lines .time-line-top {
  display: flex;
  gap: 24px;
  margin-left: 11.25rem;
}
.brand-history .time-lines .time-line-top .tl-item .tl-content {
  padding: 0 0 25px 10px;
}
.brand-history .time-lines .time-line-center {
  display: flex;
}
.brand-history .time-lines .time-line-bottom {
  display: flex;
  gap: 20px;
  margin-left: 1rem;
}
.brand-history .time-lines .time-line-bottom .tl-item {
  align-items: flex-start;
}
.brand-history .time-lines .time-line-bottom .tl-item .tl-content {
  padding: 24px 0 0 17px;
}
.brand-history .red-can-link-desk {
  position: absolute;
  display: inline-block;
  right: 16%;
  top: 2.5rem;
  width: 15vw;
  z-index: 10;
}
.brand-history .blue-can-link-desk {
  position: absolute;
  right: 1.5rem;
  bottom: -3rem;
  width: 20vw;
  z-index: 10;
  display: inline-block;
}
.brand-history .blue-can-link-desk .explore-img {
  position: absolute;
  top: -9px;
  right: -8%;
  width: 40.8%;
}

.tdn {
  overflow: visible;
}
.tdn .tdn-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
}
.tdn .explore-link {
  position: absolute;
  bottom: 1rem;
  right: 7vw;
  width: 15vw;
}
.tdn .explore-link img {
  width: 100%;
}

.group-2-sect-mobile {
  display: none;
}

.latest-post {
  padding: 3rem 0;
  height: auto;
}
.latest-post .heading-48 {
  margin-bottom: 2.5rem;
}
.latest-post .swiper-button-next {
  right: -5rem;
}
.latest-post .swiper-button-prev {
  left: -5rem;
}
.latest-post .js-post-slider {
  overflow: visible;
}
.latest-post .js-post-slider .swiper-slide {
  overflow: hidden;
  border-radius: 20px;
  border: 1px solid #A6D5F1;
  background: linear-gradient(90deg, #A6D5F1 0%, #E9E9E9 100%);
  box-shadow: 1px 3px 5px 0 rgba(16, 24, 40, 0.08);
}
.latest-post .js-post-slider .swiper-slide .post-link {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 4/3;
  min-height: 205px;
  display: inline-block;
}
.latest-post .js-post-slider .swiper-slide .post-link .post-thumb {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s;
}
.latest-post .js-post-slider .swiper-slide .post-content {
  padding: 24px 12px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}
.latest-post .js-post-slider .swiper-slide .post-content .post-name {
  text-transform: uppercase;
  color: #0D50A7;
  font-size: 1.125rem;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.5;
  min-height: 4.5em;
}
.latest-post .js-post-slider .swiper-slide .post-content .post-button-link {
  color: #0D50A7;
  font-weight: 700;
  line-height: 150%;
  border-bottom: 1px solid #0D50A7;
}
.latest-post .js-post-slider .swiper-slide:hover .post-thumb {
  transform: scale(1.1);
}

@media screen and (max-width: 1522px) {
  .tdn .explore-link {
    bottom: 1rem;
    width: 16vw;
  }
}
@media screen and (max-width: 1440px) {
  .brand-history {
    position: relative;
    padding-top: 5.75rem;
    overflow: visible;
  }
  .brand-history .time-lines {
    display: flex;
    flex-direction: column;
  }
  .brand-history .time-lines .tl-item {
    max-width: 300px;
  }
  .brand-history .time-lines .tl-item .tl-content .tl-year {
    font-size: 3rem;
  }
  .brand-history .time-lines .tl-item .tl-content .normal-text-16 {
    font-size: 0.875rem;
  }
  .brand-history .time-lines .time-line-center {
    display: flex;
  }
  .brand-history .time-lines .time-line-bottom {
    display: flex;
    gap: 20px;
    margin-left: 1rem;
  }
  .brand-history .time-lines .time-line-bottom .tl-item {
    align-items: flex-start;
  }
  .brand-history .time-lines .time-line-bottom .tl-item .tl-content {
    padding: 24px 0 0 17px;
  }
  .brand-history .time-lines .time-line-bottom .tl-item .tl-content .normal-text-16 {
    font-size: 0.875rem;
  }
  .tdn .explore-link {
    bottom: 1.25rem;
    width: 16vw;
  }
  .latest-post .swiper-button-next {
    right: -2rem;
  }
  .latest-post .swiper-button-prev {
    left: -2rem;
  }
}
@media screen and (max-width: 1023px) {
  .big-box-have-icon .scroll-icon-ne {
    display: none;
  }
  .hero {
    height: 600px;
  }
  .hero .main-video {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .hero .social-list {
    top: 60%;
    transform: translateY(-60%);
    right: 20px;
  }
  .hero .social-list .social-link {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
  }
  .hero .social-list .social-link img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .hero .scroll-icon {
    position: absolute;
    bottom: 35px;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    aspect-ratio: 1;
    object-fit: cover;
  }
  .group-2-sections {
    overflow-x: hidden !important;
  }
  .brand-history {
    position: relative;
    padding-top: 5.75rem;
    overflow: visible;
  }
  .brand-history .brand-history-wrapper {
    display: flex;
    flex-direction: column;
    gap: 43px;
  }
  .brand-history .brand-history-wrapper .map-img {
    position: absolute;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .brand-history .time-lines {
    display: flex;
    flex-direction: column;
  }
  .brand-history .time-lines .tl-item {
    display: flex;
    align-items: flex-end;
    max-width: 320px;
  }
  .brand-history .time-lines .tl-item .tl-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .brand-history .time-lines .tl-item .tl-content .tl-year {
    color: #0D50A7;
    font-family: "Archistico";
    font-size: 3.5rem;
    line-height: 100%;
  }
  .brand-history .time-lines .time-line-top {
    display: flex;
    gap: 24px;
    margin-left: 11.25rem;
  }
  .brand-history .time-lines .time-line-top .tl-item .tl-content {
    padding: 0 0 25px 10px;
  }
  .brand-history .time-lines .time-line-center {
    display: flex;
  }
  .brand-history .time-lines .time-line-bottom {
    display: flex;
    gap: 20px;
    margin-left: 1rem;
  }
  .brand-history .time-lines .time-line-bottom .tl-item {
    align-items: flex-start;
  }
  .brand-history .time-lines .time-line-bottom .tl-item .tl-content {
    padding: 24px 0 0 17px;
  }
  .brand-history .red-can {
    display: none;
  }
  .brand-history .blue-can {
    display: none;
  }
  .tdn .tdn-img {
    object-position: 0% 50%;
  }
  .tdn .explore-link {
    display: none;
  }
  .latest-post {
    padding: 3rem 0 5rem;
  }
  .latest-post .heading-48 {
    margin-bottom: 2.5rem;
  }
  .latest-post .swiper-button-next {
    top: 110%;
    right: 43% !important;
    transform: translateX(43%);
  }
  .latest-post .swiper-button-prev {
    top: 110%;
    left: 43% !important;
    transform: translateX(-43%);
  }
  .latest-post .js-post-slider {
    overflow: visible;
  }
  .latest-post .js-post-slider .swiper-slide {
    border-radius: 16px;
  }
  .latest-post .js-post-slider .swiper-slide .post-content .post-name {
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .hero {
    margin-top: 74px;
    height: 235px;
  }
  .hero .social-list {
    display: none;
  }
  .group-2-sections {
    display: none;
  }
  .slider-section {
    padding: 3rem 0 2rem;
  }
  .group-2-sect-mobile {
    display: block;
    height: auto;
    position: relative;
  }
  .group-2-sect-mobile .his-mobile-sect {
    padding: 3rem 0;
    position: relative;
  }
  .group-2-sect-mobile .his-mobile-sect .map-img {
    position: absolute;
    width: 100%;
    left: 50%;
    top: 23.5rem;
    transform: translateX(-50%);
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-heading {
    font-style: normal;
    font-weight: bold;
    font-size: 1.875rem;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box {
    display: flex;
    flex-direction: column;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .flex-start-gap-12 {
    display: flex;
    gap: 12px;
    align-items: flex-start;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .five-arrows {
    flex-shrink: 0;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mobile-tl-box .tl-year {
    color: #0D50A7;
    font-family: "Archistico";
    font-size: 2.25rem;
    line-height: 100%;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mobile-tl-box .normal-text-16 {
    font-weight: 500;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box {
    position: relative;
    width: calc(50% + 7px);
    margin-left: auto;
    display: flex;
    align-items: center;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box .long-arrow {
    flex-shrink: 0;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box .box-content-mb-tl {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box .box-content-mb-tl > .normal-text-16 {
    margin-left: 12px;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box .box-content-mb-tl .time-golf .tl-year {
    color: #0D50A7;
    font-family: "Archistico";
    font-size: 2.25rem;
    line-height: 100%;
    margin-left: 12px;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box:nth-child(even) {
    margin-left: 0;
    margin-right: auto;
    flex-direction: row-reverse;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box:nth-child(even) .box-content-mb-tl {
    align-items: flex-end;
    text-align: right;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box:nth-child(even) .box-content-mb-tl > .normal-text-16 {
    margin-right: 12px;
    margin-left: 0;
  }
  .group-2-sect-mobile .his-mobile-sect .his-story-tl-box .mb-tl-box:nth-child(even) .box-content-mb-tl .time-golf .tl-year {
    margin-left: 0;
    margin-right: 12px;
  }
  .group-2-sect-mobile .tdn-mobile {
    position: relative;
    padding-bottom: 2rem;
  }
  .group-2-sect-mobile .tdn-mobile .red-can-link {
    position: absolute;
    bottom: 13.12rem;
    left: 21px;
    z-index: 6;
    width: 43.8%;
  }
  .group-2-sect-mobile .tdn-mobile .group-blue-can .blue-can-link {
    position: absolute;
    bottom: 7rem;
    right: 4rem;
    z-index: 6;
    width: 46.8%;
  }
  .group-2-sect-mobile .tdn-mobile .group-blue-can .blue-can-link .explore-img {
    position: absolute;
    width: 39.7%;
    right: -17px;
    top: -6px;
  }
  .latest-post {
    padding: 3rem 0;
  }
  .latest-post .heading-48 {
    margin-bottom: 1.5rem;
  }
  .latest-post .swiper-button-prev {
    top: -2rem;
    right: 2.8rem !important;
    left: auto !important;
    transform: translateX(0%);
  }
  .latest-post .swiper-button-next {
    top: -2rem;
    right: 0 !important;
    transform: translateX(0%);
  }
}
/*# sourceMappingURL=tpl-home.css.map */
