:root {
  --circle: 377;
}

.box .flex-box {
  flex-direction: row;
}

.left {
  width: 50%;
}

.right {
  width: 50%;
}

.phase1-box {
  margin-top: 100px;
  margin-bottom: 120px;
}

.swiper {
  max-width: 690px;
  width: 100%;
}

.swiper .swiper-slide {
  border-radius: 12px;
}

.swiper-slide.swiper-slide-active .card {
  filter: blur(0px);
}

.swiper-slide .card {
  width: 100%;
  height: 394px;
  filter: blur(10px);
  box-shadow: 4px 6px 16px rgba(0, 0, 0, 1);
}

.card img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.right {
  padding-left: 60px;
}

.right .title {
  font-size: clamp(18px,1.45vw,28px);
  font-weight: 600;
  color: #090C10;
  line-height: 1.5;
}

.right .desc {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.8;
}

.chart-list {
  display: flex;
  justify-content: space-between;
	align-items: flex-start;;
	-webkit-align-items: flex-start;
  width: 100%;
  margin-top: 20px;
}

.chart-list .chart {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
	width: 20%;
}

.chart-list .chart-inner {
  position: relative;
  width: 130px;
  height: 130px;
	transform: scale(0.9)
}

.chart-list .chart svg {
  position: relative;
  width: 130px;
  height: 130px;
  transform: rotate(-270deg) scaleX(-1);
}

.chart-list .chart svg circle {
  width: 130px;
  height: 130px;
  fill: none;
  stroke-width: 10;
  stroke: #000;
  transform-origin: center center;
  transform: translate(5px, 5px);
  stroke-dasharray: var(--circle);
  stroke-dashoffset: 0;
  stroke-linecap: round;
}

.chart-list .chart .number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 300;
  color: #090C10;
  z-index: 9;
}

.chart-list .chart svg circle:nth-child(1) {
  stroke-dashoffset: 0;
  stroke: #E2E6EB;
  /* fill: #F2F3F7; */
}

.chart-desc {
  text-align: center;
  margin-top: 20px;
	padding: 0 2px;
}

.chart-title {
  font-size: 14px;
  font-weight: 300;
  color: #666666;
  line-height: 1;
}

.chart-desc-number {
  font-size: 18px;
  font-weight: 500;
  color: #090C10;
  font-weight: 600;
  line-height: 1;
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.chart-desc-unit {
  font-size: 18px;
  font-weight: 500;
  color: #090C10;
  line-height: 1.5;
  text-align: center;
}

.map {
  position: relative;
  width: 100%;
  height: 750px;
  background-color: #F2F3F8;
  padding-top: 100px;
  padding-bottom: 100px;
}

.map-image {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 100%;
  padding-top: 100px;
  padding-bottom: 50px;
}

@media (max-width: 480px) {
  .map-image {
    padding-top: 50px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.map-image img {
  display: block;
  width: auto;
  height: 100%;
  object-fit: contain;
}

.map .title {
  width: 100%;
  font-size: 32px;
  font-weight: 600;
  color: #1D5747;
  line-height: 1;
}

.map .container {
  height: 100%;
}

.map-inner {
  position: relative;
  height: 100%;
}

.right-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 25px;
  width: 25px;
  height: 25px;
  background-color: #fff;
}

.right-block::after {
  content: "";
  position: absolute;
  top: 25px;
  right: 0;
  width: 25px;
  height: 25px;
  background-color: #EBB687;
}

.left-block::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 25px;
  height: 25px;
  background-color: #8DD6B3;
}

.supporting {
  position: relative;
  padding-top: 108px;
  padding-bottom: 120px;
  background-color: #fff;
  margin-bottom: -64px;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  overflow: hidden;
  z-index: 99;
}

.supporting .title {
  font-size: 32px;
  font-weight: 600;
  color: #1D5747;
  line-height: 1;
	margin-bottom: 50px;
}

.supporting-inner {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 412px auto 412px;
  grid-template-rows: repeat(2, 380px);
  gap: 10px;
}

.image-wrap {
  position: relative;
  overflow: hidden;
}

.image-wrap::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
}

.image-wrap>img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s linear;
}

.image-wrap>span {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 18px;

  font-weight: 400;
  color: #FFFFFF;
  z-index: 1;
  transition: all .3s linear;
}

.image-wrap:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.image-wrap:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.image-wrap:nth-child(3) {
  grid-column: 3;
  grid-row: 1 / span 2;
}

.image-wrap:nth-child(4) {
  grid-column: 1;
  grid-row: 2;
}

.image-wrap:nth-child(5) {
  grid-column: 2;
  grid-row: 2;
}

.image-wrap:hover>img {
  transform: scale(1.05);
}

.image-wrap:hover>span {
  bottom: 15px;
}

.bbg {
  padding-top: 164px;
}


@media (max-width: 1800px) {
  .phase1-box .left {
    width: 50%;
  }

  .phase1-box .right {
    width: 50%;
  }

  .chart .chart-desc .chart-title {
    font-size: 14px;
  }

}

@media (max-width: 1600px) {

  .right .desc {
    margin-top: 20px;
  }

  .right .chart-list .chart-inner {
    width: 100px;
    height: 100px;
  }

  .chart-list .chart {
    width: 20%;
  }

  .chart .chart-inner svg {
    width: 100px;
    height: 100px;
  }

  .chart .chart-inner svg circle {
    width: 100px;
    height: 100px;
    cx: 45px;
    cy: 45px;
    r: 45px;
    stroke-width: 6px;
  }

  .chart-desc-number {
    font-size: 14px;
  }

  .chart-desc-unit {
    font-size: 14px;
  }

  :root {
    --circle: 282.6;
  }

  .chart .chart-inner .number {
    font-size: 20px;
  }
}

@media (max-width: 1400px) {

  .right .desc {
    margin-top: 20px;
    font-size: 14px;
  }

  .phase1-box .left {
    width: 45%;
  }

  .phase1-box .right {
    width: 55%;
  }

  .supporting-inner {
    grid-template-columns: 300px auto 300px;
    grid-template-rows: repeat(2, 300px);
  }

  .right .chart-list .chart-inner {
    width: 100px;
    height: 100px;
  }

  .chart-list .chart {
    width: 20%;
  }

  .chart .chart-inner svg {
    width: 100px;
    height: 100px;
  }

  .chart .chart-inner svg circle {
    width: 100px;
    height: 100px;
    cx: 45px;
    cy: 45px;
    r: 45px;
    stroke-width: 6px;
  }

  :root {
    --circle: 282.6;
  }

  .chart .chart-inner .number {
    font-size: 20px;
  }
}

@media (max-width: 1200px) {
  .swiper-slide .card {
    height: 300px;
  }

  .right .desc {
    font-size: 14px;
  }

  .right .chart-list .chart-inner {
    width: 90px;
    height: 90px;
  }

  .chart .chart-inner svg {
    width: 90px;
    height: 90px;
  }

  .chart .chart-inner svg circle {
    width: 90px;
    height: 90px;
    cx: 40px;
    cy: 40px;
    r: 40px;
    stroke-width: 6px;
  }

  :root {
    --circle: 251.2;
  }

  .chart-list {
    margin-top: 20px;
  }

  .chart-list .chart .number {
    font-size: 14px;
  }

  .chart-desc .chart-title {
    font-size: 14px;
  }

  .chart-desc-number,
  .chart-desc-unit {
    font-size: 12px;
  }


  /* .right .chart-list .chart-inner {
    width: 70px;
    height: 70px;
  } */

  .chart-list .chart {
    width: 20%;
  }

  /* .chart .chart-inner svg {
    width: 70px;
    height: 70px;
  }

  .chart .chart-inner svg circle {
    width: 70px;
    height: 70px;
    cx: 30px;
    cy: 30px;
    r: 30px;
    stroke-width: 6px;
  } */
  .chart-list .chart-title {
    font-size: 14px !important;
    overflow: hidden;
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  .phase1-box {
    margin-top: 50px;
    margin-bottom: 60px;
  }

  .phase1-box .right .desc {
    font-size: 12px;
  }

  .chart-desc .chart-title {
    font-size: 12px;
  }

  .map {
    height: 500px;
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .map .title {
    font-size: 30px;
  }

  .supporting {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .supporting .title {
    font-size: 30px;
  }

  .supporting-inner {
    margin-top: 40px;
    grid-template-columns: 250px auto 250px;
    grid-template-rows: repeat(2, 200px);
  }

  .image-wrap>span {
    font-size: 14px;
  }

  .flex-box {
    flex-direction: column;
  }

  .flex-box .left {
    width: 100%;
    padding: 0 10%;
  }

  .flex-box .right {
    width: 100%;
    padding: 0 15px;
    margin-top: 30px;
  }

  .phase1-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phase1-box .right .desc {
    margin-top: 15px;
    font-size: 14px !important;
  }

  .chart-list {
    flex-wrap: wrap;
  }

  .chart-list .chart {
    width: 20%;
    margin-top: 10px;
  }

  .right .chart-list .chart-inner {
    width: 100px;
    height: 100px;
  }

  .chart .chart-inner svg {
    width: 100px;
    height: 100px;
  }

  .chart .chart-inner svg circle {
    width: 100px;
    height: 100px;
    cx: 45px;
    cy: 45px;
    r: 45px;
    stroke-width: 6px;
  }

  :root {
    --circle: 282.6;
  }

  .chart-desc {
    margin-top: 10px;
  }

  .chart-list {
    margin-top: 20px;
  }

  .chart-list .chart .number {
    font-size: 12px;
  }

  .chart-desc .chart-title {
    font-size: 12px;
  }

  .chart-desc-number {
    font-size: 12px;
  }

  .chart-desc-unit {
    font-size: 12px;
  }

}

@media (max-width: 480px) {

  .banner-box,
  .phase1-box,
  .map,
  .supporting {
    overflow: hidden;
  }

  .flex-box {
    flex-direction: column;
  }

  .flex-box .left {
    width: 100%;
    padding: 0 10%;
  }

  .left .card {
    height: 160px;
  }

  .flex-box .right {
    width: 100%;
    padding: 0 15px;
    margin-top: 15px;
  }

  .phase1-box {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .phase1-box .right .desc {
    margin-top: 15px;
    font-size: 12px;
  }

  .chart-list {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .chart-list .chart {
    width: 33.33%;
    margin-top: 20px;
  }

  .right .chart-list .chart-inner {
    width: 90px;
    height: 90px;
  }

  .chart .chart-inner svg {
    width: 90px;
    height: 90px;
  }

  .chart .chart-inner svg circle {
    width: 90px;
    height: 90px;
    cx: 40px;
    cy: 40px;
    r: 40px;
    stroke-width: 6px;
  }

  :root {
    --circle: 251.2;
  }

  .chart-desc {
    margin-top: 10px;
  }

  .chart-list {
    margin-top: 20px;
  }

  .chart-list .chart .number {
    font-size: 12px;
  }

  .chart-desc .chart-title {
    font-size: 12px;
  }

  .chart-desc-number {
    font-size: 12px;
  }

  .chart-desc-unit {
    font-size: 12px;
  }


  .map {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .map .title {
    font-size: 14px;
    text-align: center;
  }

  .map .map-image {
    position: relative;
    width: 100%;
    margin-top: 15px;
  }

  .map .map-image img {
    width: 100%;
    height: auto;
  }

  .map .map-inner {
    display: none;
  }

  .supporting {
    padding-top: 15px;
    padding-bottom: 20px;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
  }

  .supporting .title {
    font-size: 14px;
    text-align: center;
  }

  .supporting-inner {
    padding-left: 4px;
    padding-right: 4px;
    margin-top: 15px;
    grid-template-columns: auto auto auto;
    grid-template-rows: auto auto auto;
    gap: 2px;
  }

  .supporting-inner .image-wrap>span {
    font-size: 12px;
    left: 50%;
    bottom: 2px;
    transform: translateX(-50%);
    width: 100%;
    text-align: center;
  }

  .bbg {
    padding-top: 100px;
  }
}


.sup-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}


.sup-s {
  position: absolute;
  bottom: 30%;
  left: 36%;
  width: 2%;
}

.sup-s::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(60%);
  width: 44px;
  height: 18px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .3);
}

.sup-s::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(60%);
  width: 22px;
  height: 9px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, .5);
  animation: zo-out 1.5s infinite;
  animation-delay: 1.5s;
}


.sup-s-cir {
  position: absolute;
  bottom: 0;
  left: 52%;
  transform: translateX(-50%) translateY(60%);
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #e63131;
  z-index: 9;
}

.sup-s>img {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: auto;
  z-index: 99;
  animation: zo-up 1.5s infinite;
}

@media (max-width: 992px) {
  .sup-s {
    width: 4%;
  }
}

@keyframes zo-up {
  0% {
    transform: translateY(-5%);
  }

  50% {
    transform: translateY(-20%);
  }

  100% {
    transform: translateY(-5%);
  }
}

@keyframes zo-out {
  0% {
    width: 22px;
    height: 9px;
    background-color: rgba(255, 255, 255, .5);
  }

  50% {
    width: 44px;
    height: 18px;
    background-color: rgba(255, 255, 255, .3);
  }

  100% {
    width: 22px;
    height: 9px;
    background-color: rgba(255, 255, 255, .5);
  }
}