@charset "utf-8";

.title h2 {
  font-family: 'paperlogy-M', sans-serif;
}

.sec-1 {
  padding-bottom: 4rem;
}

.sec-1 .mid {
  background: url(../img/review/review-bg.jpg) center no-repeat;
  background-size: cover;
  padding: 6rem 2rem;
  display: flex;
  flex-direction: column;
  gap: 50px;
  border-radius: 20px;
  align-items: center;
  justify-content: space-between;
  color: #fff;
}

.sec-1 .mid>.text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.sec-1 .mid>.text h3 {
  font-size: 36px;
  font-family: 'paperlogy-B';
}

.sec-1 .mid>.text p {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}

.sec-1 .mid .bot {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.sec-1 .mid .bot a {
  width: 100%;
}

.sec-1 .mid .bot .text {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.sec-1 .mid .bot .text .line {
  width: 1px;
  height: 15px;
  background: #fff;
}

.sec-wrap .bot .review_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.sec-wrap .bot .review_wrap .review {
  width: calc(33% - 7.5px);
  background: #fff;
  box-sizing: border-box;
  padding: 20px 25px 25px;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

.review .star {
  color: #FFB400;
  font-size: 20px;
  letter-spacing: 1px;
}

.review .text {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.review .text h3 {
  font-family: 'paperlogy-SB', sans-serif;
}

.review .text p {
  color: #555;
}

.review .text .writer span {
  color: #aaa;
  font-size: 14px;
}

.sec-2{
  padding-bottom: 6rem;
}
.sec-2 .privacy{
  text-align: center;
  margin-top: 25px;
  color: #aaa;
}


@media (max-width:1024px) {
  .sec-wrap .bot .review_wrap .review {
    width: 100%;
  }
}