@font-face {
  font-family: "title_font";
  src: url("/css/ysbigdata/fonts/Vitro_core.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "gothic";
  font-weight: 100;
  src: url("/css/ysbigdata/fonts/SUIT-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "gothic";
  font-weight: 200;
  src: url("/css/ysbigdata/fonts/SUIT-ExtraLight.woff2") format("woff2");
}
@font-face {
  font-family: "gothic";
  font-weight: 300;
  src: url("/css/ysbigdata/fonts/SUIT-Light.woff2") format("woff2");
}
@font-face {
  font-family: "gothic";
  font-weight: 400;
  src: url("/css/ysbigdata/fonts/SUIT-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "gothic";
  font-weight: 500;
  src: url("/css/ysbigdata/fonts/SUIT-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "gothic";
  font-weight: 600;
  src: url("/css/ysbigdata/fonts/SUIT-SemiBold.woff2") format("woff2");
}
@font-face {
  font-family: "gothic";
  font-weight: 700;
  src: url("/css/ysbigdata/fonts/SUIT-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "gothic";
  font-weight: 800;
  src: url("/css/ysbigdata/fonts/SUIT-ExtraBold.woff2") format("woff2");
}
@font-face {
  font-family: "gothic";
  font-weight: 900;
  src: url("/css/ysbigdata/fonts/SUIT-Heavy.woff2") format("woff2");
}
* {
  font-family: "gothic", sans-serif;
  box-sizing: border-box;
}

html {
  background-color: #223462;
}

html, body {
  min-height: 100vh;
  width: 100%;
}

body {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1920px) {
  body {
    overflow-x: hidden;
  }
}
@media screen and (max-width: 1280px) {
  body {
    align-items: flex-start;
  }
}

.main-layout {
  width: 100%;
  position: relative;
}
@media screen and (max-width: 2020px) {
  .main-layout {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1280px) {
  .main-layout {
    padding: 0 32px;
  }
}
@media screen and (max-width: 768px) {
  .main-layout {
    padding: 0 20px;
  }
}
@media screen and (max-width: 420px) {
  .main-layout {
    padding: 0 16px;
  }
}
.main-layout .inner {
  background-color: #223462;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  border-radius: 16px;
  border: 6px solid #FFF;
}
@media screen and (min-width: 1280px) {
  .main-layout .inner {
    height: 960px;
    border: 3px solid #fff;
  }
}
@media screen and (max-width: 1280px) {
  .main-layout .inner {
    overflow: visible;
    padding-top: 661px;
    max-width: none;
    height: auto;
    border-radius: 0;
    border: none;
  }
}
@media screen and (max-width: 560px) {
  .main-layout .inner {
    padding-top: 531px;
  }
}
@media screen and (max-width: 420px) {
  .main-layout .inner {
    padding-top: 481px;
  }
}

.visual-item {
  position: absolute;
  bottom: 0;
  left: -1%;
  width: 1230px;
  height: 661px;
  z-index: 0;
}
@media screen and (max-width: 1840px) {
  .visual-item {
    left: -3%;
  }
}
@media screen and (max-width: 1740px) {
  .visual-item {
    left: -5%;
  }
}
@media screen and (max-width: 1660px) {
  .visual-item {
    left: -8%;
  }
}
@media screen and (max-width: 1590px) {
  .visual-item {
    transform: scale(0.9);
    left: -13%;
  }
}
@media screen and (max-width: 1530px) {
  .visual-item {
    left: -14.5%;
  }
}
@media screen and (max-width: 1464px) {
  .visual-item {
    left: -17.5%;
    transform: scale(0.85);
  }
}
@media screen and (max-width: 1400px) {
  .visual-item {
    left: -20.5%;
    transform: scale(0.85);
  }
}
@media screen and (max-width: 1340px) {
  .visual-item {
    left: -22.5%;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1280px) {
  .visual-item {
    bottom: auto;
    top: 217px;
    transform: scale(1);
    left: 0;
  }
}
@media screen and (max-width: 1140px) {
  .visual-item {
    transform: scale(1) translate(38%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 1060px) {
  .visual-item {
    transform: scale(1) translate(27%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 900px) {
  .visual-item {
    transform: scale(1) translate(23%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 860px) {
  .visual-item {
    transform: scale(0.9) translate(23%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 830px) {
  .visual-item {
    transform: scale(0.9) translate(19%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 780px) {
  .visual-item {
    transform: scale(0.85) translate(14%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 710px) {
  .visual-item {
    transform: scale(0.85) translate(9%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 678px) {
  .visual-item {
    transform: scale(0.8) translate(1%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 600px) {
  .visual-item {
    transform: scale(0.8) translate(0%, 0);
    left: -50%;
  }
}
@media screen and (max-width: 560px) {
  .visual-item {
    top: 117px;
  }
}
@media screen and (max-width: 500px) {
  .visual-item {
    transform: scale(0.7) translate(-12%, 0);
  }
}
@media screen and (max-width: 420px) {
  .visual-item {
    transform: scale(0.6) translate(-24%, 0);
  }
}
.visual-item .map-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.visual-item .map-bg .map {
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url("/images/ysbigdata/main/map_background.png");
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.visual-item .map-bg .map-object__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.visual-item .map-bg .map-object__list .map-object__item {
  position: absolute;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}
.visual-item .map-bg .map-object__list .map-object__item.facility {
  top: 54%;
  left: 10.7%;
}
.visual-item .map-bg .map-object__list .map-object__item.industry {
  top: 25%;
  left: 23%;
}
.visual-item .map-bg .map-object__list .map-object__item.population {
  top: 16.6%;
  right: 23%;
}
.visual-item .map-bg .map-object__list .map-object__item.activity {
  top: 31.5%;
  right: 37.75%;
}
.visual-item .map-bg .map-object__list .map-object__item.portal {
  top: 45%;
  right: 20.5%;
}
.visual-item .floating-badges {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
}
@media screen and (max-width: 560px) {
  .visual-item .floating-badges {
    display: none;
  }
}
.visual-item .floating-badges .badge-item {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  background: #459cf3;
  border-radius: 761px;
  box-shadow: 8px 16px 4px 0px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: auto;
  cursor: pointer;
  text-decoration: none;
}
.visual-item .floating-badges .badge-item:after {
  content: "";
  opacity: 0;
  position: absolute;
  bottom: -9px;
  right: 12px;
  width: 41px;
  height: 58px;
  transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100%;
  background-image: url("/images/ysbigdata/main/hover-arrow.svg");
}
.visual-item .floating-badges .badge-item.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.visual-item .floating-badges .badge-item.is-highlight, .visual-item .floating-badges .badge-item:hover {
  background: #5aacff;
  box-shadow: 8px 20px 8px 0px rgba(0, 0, 0, 0.3);
  transform: translateY(-2px) scale(1);
  padding-right: 60px;
}
.visual-item .floating-badges .badge-item.is-highlight:after, .visual-item .floating-badges .badge-item:hover:after {
  opacity: 1;
}
.visual-item .floating-badges .badge-item:active {
  transform: translateY(0) scale(1);
}
.visual-item .floating-badges .badge-item span {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.03em;
  color: #ffffff;
  white-space: nowrap;
}
.visual-item .floating-badges .badge-item img {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 89%;
  left: 50%;
  transform: translate(-50%, 0);
}
.visual-item .floating-badges .badge-facility {
  top: 46%;
  left: 17%;
}
.visual-item .floating-badges .badge-industry {
  top: 32%;
  left: 34%;
}
.visual-item .floating-badges .badge-population {
  top: 11%;
  left: 63%;
}
.visual-item .floating-badges .badge-activity {
  top: 25%;
  left: 46%;
}
.visual-item .floating-badges .badge-portal {
  top: 39%;
  left: 63%;
}

.main-header {
  position: absolute;
  top: 71px;
  left: 0;
  z-index: 100;
  width: 50%;
}
@media screen and (max-width: 1280px) {
  .main-header {
    width: 100%;
  }
}
.main-header .header-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.main-header .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.main-header .logo img {
  width: 40px;
  height: 36px;
  object-fit: contain;
}
.main-header .logo span {
  font-family: "title_font", sans-serif;
  font-weight: 900;
  font-size: 25px;
  line-height: 1.329;
  letter-spacing: -0.04em;
  color: #ffffff;
}

.hero-section {
  position: absolute;
  top: 230px;
  left: 106px;
  max-width: 480px;
  width: 100%;
  z-index: 10;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1840px) {
  .hero-section {
    top: 200px;
    left: 66px;
  }
}
@media screen and (max-width: 1740px) {
  .hero-section {
    left: 50px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-section {
    top: 180px;
    left: 96px;
  }
}
@media screen and (max-width: 1140px) {
  .hero-section {
    top: 195px;
    left: 77px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-section {
    min-height: auto;
  }
}
@media screen and (max-width: 767px) {
  .hero-section {
    left: 32px;
    right: 32px;
    max-width: calc(100% - 64px);
  }
}
@media screen and (max-width: 560px) {
  .hero-section {
    top: 168px;
    right: 0;
    max-width: none;
    left: 0;
  }
}
.hero-section.is-highlight, .hero-section.is-active {
  animation: sectionPulse 1s ease;
}
.hero-section.is-highlight .btn-detail, .hero-section.is-active .btn-detail {
  background: #ffffff;
  color: #2f68c2;
  transform: scale(1.05);
}
.hero-section .hero-content {
  position: relative;
}
.hero-section .hero-content .hero-title {
  font-family: "title_font", sans-serif;
  font-weight: 900;
  font-size: 36px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 1740px) {
  .hero-section .hero-content .hero-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1570px) {
  .hero-section .hero-content .hero-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .hero-section .hero-content .hero-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .hero-title {
    font-size: 24px;
  }
}
.hero-section .hero-content .hero-desc {
  font-family: "gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0 0 29px 0;
}
@media screen and (max-width: 767px) {
  .hero-section .hero-content .hero-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 420px) {
  .hero-section .hero-content .hero-desc {
    font-size: 13px;
  }
}
.hero-section .hero-content .btn-wrapper {
  position: relative;
  display: inline-block;
}
.hero-section .hero-content .btn-wrapper .btn-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  font-family: "gothic", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}
.hero-section .hero-content .btn-wrapper .btn-detail:hover, .hero-section .hero-content .btn-wrapper .btn-detail:focus {
  background: #ffffff;
  color: #2f68c2;
  padding-right: 80px;
}

@keyframes sectionPulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.02);
  }
}
.card-grid-section {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  padding-top: 0;
  z-index: 10;
}
@media screen and (max-width: 1919px) {
  .card-grid-section {
    width: 46%;
  }
}
@media screen and (max-width: 1590px) {
  .card-grid-section {
    width: 50%;
  }
}
@media screen and (max-width: 1280px) {
  .card-grid-section {
    width: 100%;
    max-width: 1024px;
    position: relative;
    padding: 0;
    margin: 30px auto 0;
    right: auto;
  }
}
@media screen and (max-width: 480px) {
  .card-grid-section {
    padding: 0;
  }
}
.card-grid-section .card-grid {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: rgba(34, 52, 99, 0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}
@media screen and (max-width: 1280px) {
  .card-grid-section .card-grid {
    border: 1px solid rgba(255, 255, 255, 0.5);
    border-radius: 4px;
    overflow: hidden;
  }
}

.data-card {
  width: 50%;
  height: 480px;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}
@media screen and (max-width: 1280px) {
  .data-card {
    height: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .data-card {
    height: 369px;
  }
}
@media screen and (max-width: 560px) {
  .data-card {
    height: 319px;
  }
}
@media screen and (max-width: 480px) {
  .data-card {
    width: 100%;
    height: 369px;
  }
}
.data-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(15px);
  background: transparent;
}
@media screen and (max-width: 1920px) and (min-width: 1024px) {
  .data-card:before {
    opacity: 0.85;
  }
}
@media screen and (max-width: 1024px) {
  .data-card:before {
    opacity: 0.7;
  }
}
.data-card:nth-child(1) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1280px) {
  .data-card:nth-child(1) {
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  .data-card:nth-child(1) {
    border-left: none;
    border-right: none;
    border-top: none;
  }
}
.data-card:nth-child(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 480px) {
  .data-card:nth-child(2) {
    border-left: none;
    border-right: none;
  }
}
.data-card:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.75);
  border-left: 1px solid rgba(255, 255, 255, 0.75);
}
@media screen and (max-width: 1280px) {
  .data-card:nth-child(3) {
    border-left: none;
  }
}
@media screen and (max-width: 480px) {
  .data-card:nth-child(3) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.75);
    border-left: none;
    border-right: none;
  }
}
@media screen and (max-width: 480px) {
  .data-card:nth-child(4) {
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
}
.data-card.is-hover:before, .data-card.is-highlight:before {
  background: #2f68c2;
}
.data-card.is-hover .card-content, .data-card.is-highlight .card-content {
  transform: translateY(-10px);
}
.data-card.is-hover .card-image, .data-card.is-highlight .card-image {
  opacity: 1;
  transform: scale(1.05);
}
.data-card.is-hover .btn-card-detail, .data-card.is-highlight .btn-card-detail {
  transform: scale(1.05);
  background: #ffffff;
  color: #2f68c2 !important;
  gap: 12px;
}
.data-card.is-hover .btn-card-detail .arrow-icon, .data-card.is-highlight .btn-card-detail .arrow-icon {
  opacity: 1;
  width: 11px;
  height: 11px;
}
.data-card.is-active {
  box-shadow: 0 0 0 3px #459cf3 inset;
  animation: cardPulse 1s ease;
}
.data-card.is-highlight {
  box-shadow: 0 0 20px rgba(69, 156, 243, 0.5);
}

@keyframes cardPulse {
  0%, 100% {
    box-shadow: 0 0 0 3px #459cf3 inset;
  }
  50% {
    box-shadow: 0 0 0 6px #459cf3 inset;
  }
}
.card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 62px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1919px) {
  .card-inner {
    padding: 62px 42px;
  }
}
@media screen and (max-width: 1590px) {
  .card-inner {
    padding: 52px 32px;
  }
}
@media screen and (max-width: 1280px) {
  .card-inner {
    padding: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .card-inner {
    padding: 32px;
  }
}
@media screen and (max-width: 768px) {
  .card-inner {
    padding: 24px;
  }
}

.card-content {
  position: relative;
  z-index: 2;
  transition: transform 0.4s ease;
}
.card-content .card-title {
  font-family: "title_font", sans-serif;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.6;
  color: #ffffff;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 1590px) {
  .card-content .card-title {
    font-size: 24px;
  }
}
@media screen and (max-width: 1280px) {
  .card-content .card-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 560px) {
  .card-content .card-title {
    font-size: 20px;
    margin: 0 0 6px 0;
  }
}
.card-content .card-desc {
  font-family: "gothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.55;
  letter-spacing: -0.04em;
  color: #ffffff;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 1590px) {
  .card-content .card-desc {
    font-size: 15px;
  }
}
@media screen and (max-width: 1280px) {
  .card-content .card-desc {
    font-size: 14px;
  }
}
@media screen and (max-width: 560px) {
  .card-content .card-desc {
    font-size: 11px;
    margin: 0 0 15px 0;
  }
}
@media screen and (max-width: 480px) {
  .card-content .card-desc {
    font-size: 15px;
  }
}

.btn-card-detail {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0;
  padding: 8px 16px;
  border: 2px solid #ffffff;
  border-radius: 9999px;
  font-family: "gothic", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: -0.03em;
  color: #ffffff !important;
  text-decoration: none;
  width: auto;
  transition: background 0.3s ease;
}
.btn-card-detail .arrow-icon {
  opacity: 0;
  width: 0;
  height: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 1280px) {
  .btn-card-detail {
    font-size: 16px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-card-detail {
    font-size: 15px;
  }
}
@media screen and (max-width: 560px) {
  .btn-card-detail {
    padding: 6px 10px;
    font-size: 14px;
    border: 1px solid #ffffff;
  }
}
@media screen and (max-width: 480px) {
  .btn-card-detail {
    padding: 8px 15px;
    font-size: 15px;
    border: 2px solid #ffffff;
  }
}
.btn-card-detail:hover {
  background: #ffffff;
  color: #2f68c2 !important;
  gap: 12px;
}
.btn-card-detail:hover .arrow-icon {
  opacity: 1;
  width: 11px;
  height: 11px;
}
@media screen and (max-width: 480px) {
  .btn-card-detail:hover .arrow-icon {
    width: 8px;
    height: 8px;
  }
}
.btn-card-detail.btn-filled {
  background: #ffffff;
  color: #2f68c2 !important;
  border: none;
  gap: 12px;
  transition: all 0.3s ease;
}
.btn-card-detail.btn-filled .arrow-icon {
  filter: none;
}
.btn-card-detail.btn-filled:hover {
  background: rgba(255, 255, 255, 0.9);
  transform: scale(1.05);
}

.card-image {
  position: absolute;
  bottom: 0;
  right: 0;
  padding-left: 68px;
  width: 100%;
  height: 157px;
  opacity: 0.8;
  transition: all 0.4s ease;
  z-index: 1;
}
@media screen and (max-width: 1919px) {
  .card-image {
    padding-left: 42px;
  }
}
@media screen and (max-width: 1590px) {
  .card-image {
    padding-left: 32px;
  }
}
@media screen and (max-width: 1280px) {
  .card-image {
    height: 140px;
    padding-left: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .card-image {
    height: 120px;
    padding-left: 32px;
  }
}
@media screen and (max-width: 560px) {
  .card-image {
    height: 100px;
    padding-left: 18px;
  }
}
@media screen and (max-width: 480px) {
  .card-image {
    height: 120px;
    padding-left: 32px;
  }
}
.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 24px 0 0 0;
}
@media screen and (max-width: 480px) {
  .card-image img {
    border-radius: 18px 0 0 0;
  }
}

.main-footer {
  position: absolute;
  bottom: -80px;
  left: 0;
  width: 100%;
  padding: 30px 0;
  text-align: center;
  z-index: 10;
}
@media screen and (max-width: 1280px) {
  .main-footer {
    position: relative;
    margin-top: 33px;
    bottom: 0;
  }
}
.main-footer .copyright {
  font-family: "gothic", sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 1.6;
  letter-spacing: -0.02em;
  color: #adb4c5;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 1280px) {
  .main-footer .copyright {
    font-size: 12px;
    line-height: 1.5;
  }
  .main-footer .copyright br {
    display: none;
  }
}

/*# sourceMappingURL=acego.main.css.map */
