.con .c_c {
  padding: 90px 60px 50px 60px;
  background: #F6F6F8;
}
.con .c_c .c_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  position: relative;
}
.con .c_c .c_list .line {
  position: absolute;
  left: 50%;
  top: 5%;
  transform: translateX(-50%);
  width: 2px;
  height: 630px;
  background-color: var(--Secondary-color);
}
.con .c_c .c_list .line img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
}
.con .c_c .c_list .list {
  flex: 1;
  min-width: 45%;
  text-align: center;
}
.con .c_c .c_list .list .tit {
  width: 100%;
  text-align: center;
}
.con .c_c .c_list .list img {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.con .c_c .c_list .list:nth-child(4) {
  border-top: 2px solid var(--Secondary-color);
}
.con .c_c .c_list .list:nth-child(4) img {
  display: none;
}
.con .c_c .c_list .list:nth-child(4) .info {
  max-width: 100%;
}
.con .c_c .c_list .list .info {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.con .c_c .c_list .list .info p {
  display: block;
  text-align: center;
  margin-bottom: 20px;
}
.con .c_c .c_list .list .info p:last-child {
  margin-bottom: 0;
}
.con .c_c .c_list .list .info p:first-child::before {
  content: none;
}
.con .c_c .c_list .list .info p::before {
  content: "";
  width: 3px;
  height: 3px;
  background: #666;
  border-radius: 100%;
  display: block;
  margin: auto;
  margin-bottom: 20px;
}
.con .c_c .c_step {
  padding: 80px 120px 110px 120px;
  background: #fff;
  text-align: center;
}
.con .c_c .c_step .tit {
  color: var(--Secondary-color);
}
.con .c_c .c_step .t_head {
  margin-top: 12px;
  padding: 28px 20px;
  min-width: 860px;
  background: #C9B574;
  text-align: center;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
.con .c_c .c_step .t_head.step2 {
  width: 100%;
}
.con .c_c .c_step hr {
  width: 2px;
  height: 40px;
  background: #D9D9D9;
  margin-left: auto;
  margin-right: auto;
  border: none;
}
.con .c_c .c_step hr:last-child{
    display: none;
}
.con .c_c .c_step .t_body {
  padding: 40px 20px 80px 20px;
  background: rgba(246, 246, 248, 0.5);
}
.con .c_c .c_step .t_body .primary_btn {
  margin-left: auto;
  margin-right: auto;
  background: var(--Primary-color);
  color: #fff;
}
.con .c_c .c_step .t_body .primary_btn .button_text:after {
  color: #fff;
  height: 100%;
}
.con .c_c .c_step .t_body .primary_btn:hover .button_text:after{
 
}
@media (max-width: 1920px) {
  .con .c_c {
    padding: 4.5vw 3vw 2.5vw 3vw;
  }
  .con .c_c .c_list {
    gap: 1vw;
  }
  .con .c_c .c_list .list .info p {
    margin-bottom: 1vw;
  }
  .con .c_c .c_list .list .info p::before {
    margin-bottom: 1vw;
  }
  .con .c_c .c_step {
    padding: 4vw 6vw 5.5vw 6vw;
  }
  .con .c_c .c_step .t_head {
    padding: 1.4vw 1vw;
  }
  .con .c_c .c_step .t_body {
    padding: 2vw 1vw 4vw 1vw;
  }
  .con .c_c .c_list .line {
    height: 70%;
  }
}
@media (max-width: 768px) {
  .con .c_c {
    padding: 9vw 6vw 5vw 6vw;
  }
  .con .c_c .c_list {
    gap: 4vw;
  }
  .con .c_c .c_list .list .info p {
    margin-bottom: 2vw;
  }
  .con .c_c .c_list .list .info p::before {
    margin-bottom: 2vw;
  }
  .con .c_c .c_step {
    padding: 8vw 4vw 11vw 4vw;
  }
  .con .c_c .c_step .t_head {
    padding: 2.8vw 2vw;
  }
  .con .c_c .c_step hr {
    height: 4vw;
  }
  .con .c_c .c_step .t_body {
    padding: 4vw 4vw 8vw 4vw;
  }
  .con .c_c .c_list .list {
    flex: 0 0 100%;
  }
  .con .c_c .c_step .t_head {
    min-width: 100%;
  }
  .con .c_c .c_list .line {
    display: none;
  }
}
