@charset "UTF-8";
.wrap {
  padding: 72px 16px 102px;
}

.title {
  text-align: center;
}
.title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #333;
}

.main_img {
  padding-top: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

    .main_img img {
        width: 100%;
    }

.user_info {
  width: 100%;
  padding: 20px 16px;
  border-radius: 10px;
  background-color: #f4f4f4;
  text-align: center;
}
.user_info .top_box {
  padding-bottom: 12px;
  border-bottom: 1px solid #c6c6c6;
}
.user_info .top_box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
}
.user_info .top_box p span {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  color: #444;
  display: block;
  padding-top: 4px;
}
.user_info .bottom_box {
  padding-top: 12px;
}
.user_info .bottom_box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #808080;
}
.user_info .bottom_box b {
  font-weight: 700;
}

.info_text {
  padding-top: 16px;
}
.info_text p {
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #808080;
}
.info_text p:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.info_text p + p {
  margin-top: 6px;
}

.fixed_bottom {
  position: fixed;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  max-width: 600px;
  width: 100%;
  padding: 12px 16px;
  background-color: #fff;
  z-index: 999;
}
.fixed_bottom button {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #c6c6c6;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fixed_bottom button p {
  font-size: 15px;
  font-weight: 600;
  line-height: 100%;
  color: #444444;
}

/*# sourceMappingURL=recommend_complete.css.map */
