.evalution {
  background-color: #E2F4F3;
  padding: 80px 10px;
}
.evalution .container {
  background-color: white;
  max-width: 1300px;
  width: 90vw;
  padding: 70px 30px;
  border-radius: 6px;
}
.evalution .container .title {
  font-size: 32px;
  font-weight: bold;
  color: #4DAEA9;
  text-align: center;
}
.evalution .container .tips {
  text-align: center;
  font-size: 20px;
}
.evalution .container .promote {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 20px;
}
.evalution .container .promote .left {
  font-size: 48px;
  font-weight: bold;
}
.evalution .container .promote .left span {
  font-size: 128px;
  color: #FF9D00;
}
.evalution .container .promote .right {
  max-width: 430px;
}
.evalution .container .promote .right img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .evalution {
    padding: 40px 10px;
  }
  .evalution .container {
    padding: 30px 10px;
    border-radius: 6px;
  }
  .evalution .container .title {
    font-size: 24px;
    font-weight: bold;
    color: #4DAEA9;
    text-align: center;
  }
  .evalution .container .tips {
    margin-top: 20px;
    text-align: center;
    font-size: 16px;
  }
  .evalution .container .promote {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .evalution .container .promote .left {
    font-size: 28px;
  }
  .evalution .container .promote .left span {
    font-size: 48px;
  }
  .evalution .container .promote .right {
    max-width: 230px;
  }
  .evalution .container .promote .right img {
    width: 100%;
  }
}
.scene-section {
  padding: 100px 0;
}
.scene-section .image-group {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.scene-section .image-group img {
  width: 100%;
}
@media screen and (max-width: 800px) {
  .scene-section {
    padding: 50px 0;
  }
  .scene-section .image-group {
    gap: 30px;
  }
}
.case-show .case-item {
  display: flex;
  gap: 30px;
}
.case-show .case-item .case-image {
  max-width: 360px;
}
.case-show .case-item .case-image img {
  aspect-ratio: 9 / 12;
    width: 300px;
    object-fit: cover;
    object-position: left;
}
.case-show .case-item .case-intro .case-title {
  font-size: 32px;
  border-bottom: 1px solid #707070;
  font-weight: bold;
  line-height: 1.6;
  padding-bottom: 20px;
}
.case-show .case-item .case-intro .case-company {
  font-size: 32px;
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin: 20px 0;
  gap: 10px;
  font-weight: bold;
}
.case-show .case-item .case-intro .case-company img {
  height: 46px;
}
.case-show .case-item .case-intro .case-range .row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
.case-show .case-item .case-intro .case-range .row .tag {
  background-color: #4DAEA9;
  color: white;
  font-size: 20px;
  padding: 5px 10px;
  line-height: 1;
  white-space: nowrap;
}
.case-show .case-item .case-intro .case-range .row .range-text {
  font-size: 18px;
}
.case-show .case-item .case-intro .detail-btn {
  margin-left: auto;
  width: fit-content;
}
@media screen and (max-width: 800px) {
  .case-show .case-item {
    flex-direction: column;
    gap: 10px;
  }
  .case-show .case-item .case-image {
    max-width: 360px;
  }
  .case-show .case-item .case-image img {
    width: 100%;
  }
  .case-show .case-item .case-intro .case-title {
    font-size: 24px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .case-show .case-item .case-intro .case-company {
    font-size: 24px;
    margin: 10px 0 20px 0;
    gap: 5px;
  }
  .case-show .case-item .case-intro .case-company img {
    height: 36px;
  }
  .case-show .case-item .case-intro .case-range .row .tag {
    font-size: 14px;
    padding: 3px 5px;
  }
  .case-show .case-item .case-intro .case-range .row .range-text {
    font-size: 12px;
  }
}

.extra-row{
	align-items: flex-start !important;
    
}

.extra-row .ani-btn{
	margin-top: 0 !important;
}

.more-mt{
	margin-top: 28px;
}