.ts_banner {
  padding: 100px 0;
  background: url('../../img/product/banner-pic.png') no-repeat center;
  background-size: cover;
  text-align: center;
  line-height: 1.2;
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
}
.wrap-1 {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .wrap-1 {
    padding: 60rem 0;
  }
}
.wrap-1 .common-catalog {
  overflow: hidden;
  border-radius: 10px 10px;
  box-shadow: 0 4px 4px 0 rgba(154, 122, 39, 0.08);
}
.wrap-1 .common-catalog_top {
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px 10px 0 0;
  cursor: pointer;
  background: #F5A253;
}
.wrap-1 .common-catalog_top.active::after {
  transform: rotate(180deg);
}
.wrap-1 .common-catalog_top::after {
  content: '';
  width: 14px;
  height: 10px;
  transition: transform 0.3s;
  background: url(../../img/icon-catalog.svg) no-repeat center;
  background-size: 100% 100%;
  filter: brightness(10);
}
.wrap-1 .common-catalog_title {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
}
.wrap-1 .common-catalog_list {
  background: #fff;
}
.wrap-1 .common-catalog_item {
  list-style: none;
  padding: 20px 35px;
  line-height: 1.5;
}
.wrap-1 .common-catalog_item:hover {
  background: #FFFAF6;
}
.wrap-1 .common-catalog_item:hover .common-catalog_link {
  color: #F5A253;
}
.wrap-1 .common-catalog_link {
  font-size: 18px;
  color: #616161;
}
@media screen and (max-width: 768px) {
  .wrap-1 .common-catalog {
    border-radius: 10rem;
  }
  .wrap-1 .common-catalog_top {
    border-radius: 10rem 10rem 0 0;
  }
  .wrap-1 .common-catalog_top::after {
    width: 18rem;
    height: 10rem;
  }
  .wrap-1 .common-catalog_title {
    font-size: 16rem;
  }
  .wrap-1 .common-catalog_item {
    padding: 20rem 30rem;
  }
  .wrap-1 .common-catalog_link {
    font-size: 16rem;
  }
}
.wrap-1 .hover-popup {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup {
    flex-direction: column;
  }
}
.wrap-1 .hover-popup_item {
  overflow: hidden;
  position: relative;
  background-size: 100% 100%;
}
.wrap-1 .hover-popup_item:hover .hover-popup_content {
  transform: translateY(0);
}
.wrap-1 .hover-popup_content {
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  transform: translateY(363px);
}
.wrap-1 .hover-popup_item {
  width: 520px;
  height: 363px;
  background-size: 100% 100%;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup_item {
    margin-top: 40rem;
  }
}
.wrap-1 .hover-popup .item-1 {
  background-image: url(../img/index/wrap1-pic1.png);
}
.wrap-1 .hover-popup .item-2 {
  background-image: url(../img/index/wrap1-pic2.png);
}
.wrap-1 .hover-popup_content {
  border-radius: 13px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 50px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  color: #FFF;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .wrap-1 .hover-popup_item {
    overflow: hidden;
    position: relative;
    background-size: 100% 100%;
  }
  .wrap-1 .hover-popup_item:hover .hover-popup_content {
    transform: translateY(0);
  }
  .wrap-1 .hover-popup_content {
    width: 100%;
    height: 100%;
    transition: all 0.5s;
    transform: translateY(0);
  }
  .wrap-1 .hover-popup_item {
    width: 100%;
    height: 363rem;
  }
  .wrap-1 .hover-popup .item-1 {
    background-image: url(../img/index/mb/wrap1-pic1.png);
  }
  .wrap-1 .hover-popup .item-2 {
    background-image: url(../img/index/mb/wrap1-pic2.png);
  }
  .wrap-1 .hover-popup_content {
    border-radius: 13rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40rem;
    font-size: 16rem;
  }
}
.wrap-2 .flex-card {
  flex-wrap: wrap;
  gap: 24px 22px;
  margin-top: 20px;
}
.wrap-2 .flex-card .flex-card_item {
  position: relative;
  width: max-content;
  font-size: 16px;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  z-index: 0;
}
.wrap-2 .flex-card .flex-card_item .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 3;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(21, 46, 86, 0.37) 70%, rgba(21, 46, 86, 0.87) 100%);
}
.wrap-2 .flex-card .flex-card_item img {
  display: block;
  width: 302px;
  height: 197px;
  border-radius: 10px;
}
.wrap-2 .flex-card .flex-card_item .card-title {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 20px 35px 8px 35px;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  border-radius: 0 0 10px 10px;
  z-index: 4;
}
.wrap-2 .flex-card .flex-card_item .card-title span {
  font-size: 14px;
  font-weight: 400;
}
.wrap-2 .flex-card .flex-card_item:nth-child(4) img,
.wrap-2 .flex-card .flex-card_item:nth-child(5) img {
  width: 464px;
}
.swiper-pagination-bullet {
  visibility: hidden;
}
.swiper-pagination-bullet-active {
  background: #152E56;
}
.wrap-h2 {
  width: 100%;
  text-align: left;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .wrap-h2 {
    margin-top: 60rem;
  }
}
.wrap-h3 {
  font-size: 26px;
  font-weight: 500;
  color: #F5A253;
  line-height: 1.5;
  margin: 50px 0 30px;
}
.wrap-text {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 1.8;
  margin: 20px 0;
}
.wrap-text span.orange {
  color: #F5A253;
}
.wrap-pic {
  margin: 25px auto;
  display: block;
}
.wrap-pic1 {
  width: 430px;
  height: 321px;
}
.wrap-pic2 {
  width: 100%;
  height: auto;
}
.wrap-pic3 {
  width: 586px;
  height: 514px;
}
.wrap-min-text {
  font-size: 12px;
  font-weight: 300;
  color: #797979;
  line-height: 1.8;
  margin: 5px 0;
  word-break: break-all;
}
.wrap-3 .flex-content-img {
  display: flex;
  box-shadow: 0px 4px 18.3px 0px #243D6D21;
  margin-bottom: 50px;
  border-radius: 10px;
}
.wrap-3 .flex-content-img img {
  flex: 0 0 346px;
  border-radius: 10px 0 0 10px;
}
.wrap-3 .flex-content-img .flex-content {
  padding: 36px 32px;
}
.wrap-3 .flex-content-img .flex-content .flex-title {
  font-size: 20px;
  font-weight: 700;
  color: #171717;
  line-height: 1;
  margin-bottom: 15px;
}
.wrap-3 .flex-content-img .flex-content .flex-desc {
  font-size: 16px;
  font-weight: 300;
  color: #393939;
  line-height: 1.8;
}
.wrap-3 .flex-reverse {
  flex-direction: row-reverse;
}
.wrap-3 .flex-reverse img {
  border-radius: 0 10px 10px 0;
}
.wrap-3 .analysis-card {
  border: 1px solid #23985B;
  border-radius: 20px;
  margin-bottom: 40px;
}
.wrap-3 .analysis-card .analysis-card_top {
  border-radius: 20px 20px 0 0;
  background: #23985B;
  padding: 17px 55px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  line-height: 1.8;
}
.wrap-3 .analysis-card .analysis-card_content {
  padding: 19px 34px;
}
.wrap-3 .analysis-card .analysis-card_content .analysis-card_img {
  width: 860px;
  height: 361px;
  display: block;
  margin: 0 auto 20px auto;
}
.wrap-3 .analysis-card .analysis-card_content .content-text {
  font-size: 16px;
  font-weight: 400;
  color: #393939;
  line-height: 1.8;
  padding-bottom: 20px;
  border-bottom: 1px solid #20975954;
}
.wrap-3 .analysis-card .analysis-card_content .content-text span {
  font-size: 16px;
  font-weight: 700;
  color: #23985B;
  line-height: 1.8;
}
.wrap-3 .analysis-card .analysis-card_content ul {
  margin-top: 20px;
}
.wrap-3 .analysis-card .analysis-card_content ul li {
  list-style: disc;
  margin-left: 20px;
  font-size: 12px;
  font-weight: 300;
  color: #797979;
  line-height: 1.8;
}
.wrap-inquiry {
  padding: 100px 0;
  margin-top: 100px;
  background: #152E56;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .wrap-inquiry {
    padding: 60rem 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap-inquiry {
    margin-top: 60rem;
  }
}
.wrap-inquiry .wrap-h2 {
  margin-top: 0;
}
.wrap-inquiry .bg-1 {
  position: absolute;
  right: 45px;
  top: 0;
  background-image: url('../../img/index/form-bg2.png');
  width: 448px;
  height: 300px;
}
.wrap-inquiry .bg-2 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url('../../img/index/form-bg2.png');
  width: 448px;
  height: 300px;
  transform: rotate(180deg);
}
.wrap-inquiry::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background-image: url('../../img/index/form-bg1.png');
  width: 528px;
  height: 497px;
}
.wrap-inquiry::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url('../../img/index/form-bg1.png');
  width: 528px;
  height: 497px;
  transform: rotate(180deg);
}
.wrap-inquiry .wrap-h2 {
  color: #fff;
  text-align: center;
}
.wrap-inquiry .common-form {
  margin: 50px auto 0;
  width: 858px;
  border-radius: 16px 0px 16px 16px;
  background: #fff;
  padding: 36px 54px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wrap-inquiry .common-form {
    flex-direction: column;
  }
}
.wrap-inquiry .common-form.popup {
  border-radius: 16px;
  max-height: 85vh;
  overflow-y: auto;
  overflow-x: hidden;
}
.wrap-inquiry .common-form.popup::before,
.wrap-inquiry .common-form.popup::after {
  display: none;
}
.wrap-inquiry .common-form::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 16px;
  height: 16px;
  right: -16px;
  top: 0;
  background-color: #fff;
}
.wrap-inquiry .common-form::after {
  content: '';
  position: absolute;
  background-image: url(../../img/index/form-right.png);
  width: 33px;
  height: 121px;
  right: -33px;
  top: 0;
}
.wrap-inquiry .common-form_tips {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  font-style: italic;
  flex: 0 0 100%;
  margin-bottom: 30px;
  display: inline-block;
  text-align: left;
  width: 100%;
}
.wrap-inquiry .common-form_item {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.wrap-inquiry .common-form_item.half {
  flex: 0 0 353px;
}
.wrap-inquiry .common-form_pact {
  display: flex;
  align-items: flex-start;
}
.wrap-inquiry .common-form_pact .common-form_checkbox {
  border-radius: 3.276px;
  border: 1px solid #d9d9d9;
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
  margin-top: 2px;
}
.wrap-inquiry .common-form_pact .common-form_label {
  flex-grow: 1;
  margin-left: 9px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  color: #393939;
  line-height: 1.5;
}
.wrap-inquiry .common-form_label {
  font-size: 20px;
  font-weight: normal;
  color: #171717;
  margin-bottom: 20px;
  display: inline-block;
}
.wrap-inquiry .common-form_input {
  box-sizing: border-box;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background: transparent;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: normal;
  color: #404040;
}
.wrap-inquiry .common-form_input::placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-inquiry .common-form_input.error {
  border: 1px solid #d04c3f;
}
.wrap-inquiry .common-form_error {
  margin-top: 10px;
  min-height: 17px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  color: #D04C3F;
}
.wrap-inquiry .common-form_submit {
  border-radius: 50px;
  padding: 22px 0;
  width: 317px;
  text-align: center;
  background: linear-gradient(90deg, #f6d365 0%, #fda085 100%);
  font-size: 26px;
  font-weight: normal;
  color: #FFF;
  margin: 0 auto;
}
.wrap-inquiry .common-form_submit:hover {
  background: linear-gradient(90deg, #ffd44f 0%, #f47652 100%);
}
.wrap-inquiry .common-form .file-box {
  border-radius: 8px;
  border: 2px dashed #152e56;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  width: 100%;
}
.wrap-inquiry .common-form .file-box_placeholder {
  font-size: 20px;
  font-weight: 300;
  color: #959595;
}
.wrap-inquiry .common-form .file-box_collect {
  display: none;
  align-items: center;
}
.wrap-inquiry .common-form .file-box_collect .img-box {
  margin-left: 10px;
  position: relative;
}
.wrap-inquiry .common-form .file-box_collect .img-box_file {
  object-fit: contain;
}
.wrap-inquiry .common-form .file-box_collect .img-box_close {
  position: absolute;
  right: -5px;
  top: -5px;
  padding: 5px;
  border-radius: 50%;
  background: #747474;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 1;
  width: 10px;
  height: 10px;
}
.wrap-inquiry .common-form .file-box_upload {
  background-image: url(../../img/folder.svg);
  background-size: 100% 100%;
  width: 35px;
  height: 35px;
  cursor: pointer;
}
.wrap-inquiry .common-form .file-box_file {
  opacity: 0;
  height: 100%;
  width: 100%;
}
.wrap-inquiry .common-form .file-box_tips {
  font-size: 14px;
  font-weight: normal;
  color: #F5A253;
  display: inline-block;
  margin-top: 17px;
}
@media screen and (max-width: 768px) {
  .wrap-inquiry .common-form {
    width: 100%;
    border-radius: 16rem;
    padding: 25rem 16rem 40rem 16rem;
    flex-wrap: nowrap;
  }
  .wrap-inquiry .common-form::after,
  .wrap-inquiry .common-form::before {
    display: none;
  }
  .wrap-inquiry .common-form_tips {
    font-size: 16rem;
    margin-bottom: 30rem;
    flex: unset;
  }
  .wrap-inquiry .common-form_item {
    flex: unset;
    margin-bottom: 15rem;
    width: 100%;
  }
  .wrap-inquiry .common-form_item.half {
    flex: unset;
  }
  .wrap-inquiry .common-form_pact .common-form_checkbox {
    border-radius: 3.276rem;
    border: 1rem solid #d9d9d9;
    width: 19rem;
    height: 19rem;
    flex: 0 0 19rem;
    margin-top: 2rem;
  }
  .wrap-inquiry .common-form_pact .common-form_label {
    flex-grow: 1;
    margin-left: 9rem;
    margin-bottom: 0;
    font-size: 14rem;
  }
  .wrap-inquiry .common-form_label {
    font-size: 16rem;
    margin-bottom: 12rem;
  }
  .wrap-inquiry .common-form_input {
    border-radius: 8rem;
    border: 1rem solid #d9d9d9;
    padding: 13rem;
    font-size: 16rem;
  }
  .wrap-inquiry .common-form_input::placeholder {
    font-size: 14rem;
  }
  .wrap-inquiry .common-form_input.error {
    border: 1rem solid #d04c3f;
  }
  .wrap-inquiry .common-form_error {
    margin-top: 10px;
    min-height: 17px;
    display: inline-block;
    font-size: 14px;
    font-weight: normal;
    color: #D04C3F;
  }
  .wrap-inquiry .common-form_submit {
    border-radius: 50rem;
    padding: 22rem 0;
    width: 277rem;
    text-align: center;
    font-size: 20rem;
  }
  .wrap-inquiry .common-form .file-box {
    border-radius: 8rem;
    border: 2rem dashed #152e56;
    flex-direction: row;
    padding: 13rem;
  }
  .wrap-inquiry .common-form .file-box_placeholder {
    font-size: 14rem;
  }
  .wrap-inquiry .common-form .file-box_upload {
    width: 23rem;
    height: 23rem;
  }
  .wrap-inquiry .common-form .file-box_tips {
    font-size: 12rem;
    margin-top: 12rem;
  }
}
@media screen and (max-width: 768px) {
  .wrap-inquiry .bg-1,
  .wrap-inquiry .bg-2,
  .wrap-inquiry::before {
    display: none;
  }
  .wrap-inquiry .common-form {
    position: relative;
    z-index: 1;
  }
  .wrap-inquiry::after {
    z-index: 0;
  }
}
.common-next-step {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .common-next-step {
    padding: 60rem 0;
  }
}
.common-next-step .wrap-info {
  font-size: 24px;
  font-weight: normal;
  color: #171717;
}
.common-next-step .flex-wrapper {
  gap: 28px;
  margin-top: 50px;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .common-next-step .flex-wrapper {
    margin-top: 40rem;
  }
}
.common-next-step_item {
  flex: 0 0 526px;
  width: 526px;
  height: 251px;
  background-size: 100% 100%;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.common-next-step_item:hover {
  transition: all 0.5s;
  transform: translateY(-10px);
}
.common-next-step_info {
  background-color: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(2px);
  padding: 15px 23px;
  font-size: 24px;
  font-weight: normal;
  color: #fff;
  line-height: 1.5;
  border-radius: 0 0 10px 10px;
  width: 100%;
  min-height: 102px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .common-next-step .wrap-info {
    font-size: 16rem;
  }
  .common-next-step .flex-wrapper {
    display: none;
  }
  .common-next-step .next-step-swiper {
    position: relative;
    padding-bottom: 60rem;
    overflow: hidden;
    margin-top: 40rem;
  }
  .common-next-step .swiper-slide {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 12rem;
  }
  .common-next-step .swiper-slide_item {
    height: 165rem;
    width: 345rem;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  .common-next-step .swiper-slide_info {
    background-color: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(2rem);
    padding: 12rem;
    font-size: 16rem;
    font-weight: normal;
    color: #fff;
    line-height: 1.5;
    border-radius: 0 0 10rem 10rem;
    width: 100%;
    min-height: 68rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .common-next-step .swiper-pagination-bullet {
    width: 13rem;
    height: 13rem;
    background-color: #d9d9d9;
    opacity: 1;
  }
  .common-next-step .swiper-pagination-bullet-active {
    background-color: #F5A253;
  }
  .common-next-step .swiper-pagination {
    text-align: center;
  }
}
.common-next-step .swiper-pagination-bullet-active {
  background: #152E56;
}
.common-next-step .swiper-slide_item {
  border-radius: 10px;
}
.common-next-step .item-1 {
  background-image: url('../../img/what-can-i-do/next-step-1.png');
}
.common-next-step .item-2 {
  background-image: url('../../img/what-can-i-do/next-step-2.png');
}
.common-next-step .item-3 {
  background-image: url('../../img/what-can-i-do/next-step-3.png');
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    visibility: visible;
  }
  .ts_banner {
    padding: 60rem 0;
    font-size: 36rem;
  }
  .wrap-2 .swiper1 {
    position: relative;
    overflow: hidden;
  }
  .wrap-2 .flex-card {
    flex-wrap: nowrap;
    gap: 0;
    padding-bottom: 45rem;
    margin: 0;
  }
  .wrap-2 .flex-card .flex-card_item {
    width: 302rem;
  }
  .wrap-2 .flex-card .flex-card_item img {
    width: 302rem;
    margin: 0 auto;
  }
  .wrap-2 .flex-card .flex-card_item .cover {
    width: 302rem;
    left: 50%;
    transform: translateX(-50%);
  }
  .wrap-2 .flex-card .flex-card_item .card-title {
    font-size: 16rem;
  }
  .wrap-2 .flex-card .flex-card_item .card-title span {
    font-size: 10rem;
  }
  .wrap-2 .flex-card .flex-card_item .text {
    margin: 0rem auto;
  }
  .wrap-2 .flex-card .flex-card_item .text div {
    margin-bottom: -8rem;
  }
  .wrap-2 .flex-card .flex-card_item:nth-child(4) .card-title {
    margin-bottom: 10rem;
  }
  .wrap-2 .flex-card .flex-card_item:nth-child(4) img,
  .wrap-2 .flex-card .flex-card_item:nth-child(5) img {
    width: 302rem;
  }
  .wrap-pic1,
  .wrap-pic3 {
    width: 100%;
    height: auto;
  }
  .wrap-3 .flex-content-img {
    flex-wrap: wrap;
    margin-bottom: 63rem;
  }
  .wrap-3 .flex-content-img img {
    flex: 1;
    border-radius: 10px 10px 0 0;
  }
  .wrap-3 .flex-content-img .flex-content {
    padding: 25rem 13rem;
  }
  .wrap-3 .flex-content-img .flex-content .flex-title {
    font-size: 20rem;
    margin-bottom: 15rem;
  }
  .wrap-3 .flex-content-img .flex-content .flex-desc {
    font-size: 16rem;
  }
  .wrap-3 .flex-reverse {
    flex-direction: row-reverse;
  }
  .wrap-3 .analysis-card {
    border-radius: 7rem;
  }
  .wrap-3 .analysis-card .analysis-card_top {
    padding: 8rem 30rem;
    border-radius: 7rem 7rem 0 0;
    font-size: 7rem;
    font-weight: 400;
    color: #fff;
    line-height: 1.8;
  }
  .wrap-3 .analysis-card .analysis-card_content {
    padding: 6rem 12rem;
  }
  .wrap-3 .analysis-card .analysis-card_content .analysis-card_img {
    width: 100%;
    height: auto;
    margin: 0 auto 10rem auto;
  }
  .wrap-3 .analysis-card .analysis-card_content .content-text {
    font-size: 6rem;
    font-weight: 400;
    color: #393939;
    line-height: 1.8;
    padding-bottom: 7rem;
    border-bottom: 1px solid #20975954;
  }
  .wrap-3 .analysis-card .analysis-card_content .content-text span {
    font-size: 6rem;
    font-weight: 700;
    color: #23985B;
    line-height: 1.8;
  }
  .wrap-3 .analysis-card .analysis-card_content ul {
    margin-top: 7rem;
  }
  .wrap-3 .analysis-card .analysis-card_content ul li {
    margin-left: 5rem;
    font-size: 4rem;
    font-weight: 400;
    color: #797979;
    line-height: 1.8;
  }
  .common-next-step {
    padding-top: 104rem;
  }
}
