.phase3-box {
  position: relative;
}

.phase3-box .left {
  width: 50%;
}

.phase3-box .right {
  position: relative;
  width: 50%;
  padding-left: 50px;
  padding-right: 6.25%;
}

.phase3-box .right::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1056px;
  height: 558px;
  background-image: url(../images/phase3_02.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .5;
}

.phase3-box .right .title {
  margin-top: 10%;
  font-size: clamp(18px,1.45vw,28px);
  font-weight: 600;
  color: #090C10;
  line-height: 1.5;
}

.phase3-box .right .subtitle {
  font-size: 24px;
}

.phase3-box .right .desc {
  margin-top: 30px;
}

.phase3-box .right .desc>p {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  text-align: justify;
}

.phase3-box .data-list {
  display: flex;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  width: 1050px;
  padding: 3% 80px;
  background-color: #fff;
  z-index: 9;
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2)
}

.phase3-box .data-list .data {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  width: 0;
}

.phase3-box .data .data-number {
  font-size: 34px;

  font-weight: bold;
  color: #0D683F;
  line-height: 1;
}

.phase3-box .data-number .company {
  font-size: 18px;
}

.phase3-box .data-title {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
  color: #090C10;
  line-height: 1;
}

.map {
  position: relative;
  width: 100%;
  height: 750px;
  background-color: #fff;
  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: #0D683F;
}

.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: #F2F3F8;
  margin-bottom: -64px;
  border-bottom-left-radius: 64px;
  border-bottom-right-radius: 64px;
  overflow: hidden;
  z-index: 99;
}

.supporting .title {
  font-size: 38px;

  font-weight: 400;
  color: #1D5747;
  line-height: 1;
}

.supporting-inner {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 412px auto 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;
}

.supporting-inner .image-wrap:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.supporting-inner .image-wrap:nth-child(2) {
  grid-column: 2;
  grid-row: 1;
}

.supporting-inner .image-wrap:nth-child(3) {
  grid-column: 3;
  grid-row: 1;
}

.supporting-inner .image-wrap:nth-child(4) {
  grid-column: 4;
  grid-row: 1 / span 2;
}

.supporting-inner .image-wrap:nth-child(5) {
  grid-column: 1;
  grid-row: 2;
}

.supporting-inner .image-wrap:nth-child(6) {
  grid-column: 2 / span 2;
  grid-row: 2;
}

.supporting-inner .image-wrap:nth-child(7) {
  grid-column: 1;
  grid-row: 3;
}

.supporting-inner .image-wrap:nth-child(8) {
  grid-column: 2;
  grid-row: 3;
}

.supporting-inner .image-wrap:nth-child(9) {
  grid-column: 3 / span 2;
  grid-row: 3;
}

.image-wrap:hover>img {
  transform: scale(1.05);
}

.image-wrap:hover>span {
  bottom: 15px;
}

.bbg {
  padding-top: 164px;
}






@media (max-width: 1800px) {
  .phase3-box .right .desc {
    margin-top: 20px;
  }

  .phase3-box .right .desc>p {
    font-size: 18px;
  }

  .phase3-box .data-list {
    padding: 2% 80px;
  }
}

@media (max-width: 1600px) {

  .phase3-box .right .subtitle {
    font-size: 20px;
  }

  .phase3-box .right .desc {
    margin-top: 20px;
  }

  .phase3-box .right .desc>p {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .phase3-box .data-list {
    padding: 40px 60px;
  }

  .phase3-box .data .data-number {
    font-size: 30px;
  }

  .supporting-inner {
    grid-template-columns: 300px auto auto 300px;
    grid-template-rows: repeat(2, 250px);
  }

}

@media (max-width: 1400px) {

  .phase3-box .right .desc>p {
    font-size: 14px;
  }

  .phase3-box .data .data-number {
    font-size: 26px;
  }

  .map {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .supporting {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .data-list {
    padding: 30px 50px !important;
  }
}

@media (max-width: 1200px) {

  .phase3-box .right {
    padding: 0 15px;
  }

  .phase3-box .right::after {
    width: 100%;
    height: 70%;
  }

  .phase3-box .right .title {
    margin-top: 50px;
  }

  .phase3-box .right .subtitle {
    font-size: 16px;
  }

  .phase3-box .right .desc>p {
    font-size: 14px;
  }

  .phase3-box .data .data-number {
    font-size: 16px;
  }

  .phase3-box .data .company {
    font-size: 12px;
  }

  .phase3-box .data .data-title {
    font-size: 14px;
  }

  .phase3-box .data-list {
    width: 60%;
    bottom: 8%;
    padding: 2% 40px;
  }
}

@media (max-width: 992px) {

  .phase3-box .right .title {
    margin-top: 30px;
    font-weight: bold;
  }

  .phase3-box .right .subtitle {
    font-size: 12px;
  }

  .phase3-box .right .desc>p {
    font-size: 12px;
  }

  .phase3-box .data-list {
    bottom: 0;
    width: 75%;
    padding: 1.5% 30px !important;
  }

  .phase3-box .data .data-title {
    margin-top: 8px;
    font-size: 12px;
  }

  .map {
    height: 500px;
    padding-top: 5%;
    padding-bottom: 5%;
  }

  .map .title {
    font-size: 20px;
  }

  .supporting {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .supporting .title {
    font-size: 20px;
  }

  .supporting-inner {
    margin-top: 40px;
    grid-template-columns: auto auto auto auto;
    grid-template-rows: repeat(2, 200px);
    gap: 4px;
  }

  .image-wrap>span {
    font-size: 14px;
  }
}

@media (max-width: 480px) {

  .phase3-box {
    flex-direction: column;
  }

  .phase3-box .left,
  .phase3-box .right {
    width: 100%;
  }

  .phase3-box .data-list {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: none;
    width: 100%;
    height: 64px;
    padding-left: 0;
    padding-right: 0;
    margin-top: -64px;
    align-items: center;
    border-bottom: 1px solid #ccc;
  }

  .phase3-box .data-list .data-number {
    font-size: 14px;
  }

  .phase3-box .right {
    padding-bottom: 5%;
  }

  .map {
    height: auto;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .map .title {
    font-size: 14px;
    text-align: center;
  }

  .map .map-image {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    margin-top: 15px;
  }

  .map .map-image img {
    width: 100%;
    height: auto;
  }

  .map .map-inner {
    display: none;
  }

  .supporting {
    padding-top: 15px;
    padding-bottom: 40px;
    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 auto;
    grid-template-rows: 160px 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;
  }

}