.terms_con {
  padding: 20px 16px;
}

.title p {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  color: #333;
  margin-bottom: 8px;
}
.title span {
  font-size: 14px;
  font-weight: 500;
  color: #444;
  line-height: 140%;
}

.info {
  margin-top: 32px;
  padding: 20px 16px;
  background-color: #f4f4f4;
  border-radius: 10px;
}
.info .info_top {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #c6c6c6;
}

.info .info_top .img_box {
  width: 60px;
  height: 60px;
  background-image: url(../../img/terms_logo.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.dal .info .info_top .img_box {
  background-image: url(../../img/dal_terms_logo.png);
}

.info .info_top p {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
  margin-bottom: 4px;
}
.info .info_top span {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #444;
}
.info .info_bottom {
  padding-top: 16px;
}
.info .info_bottom p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  color: #626262;
}
.info .info_bottom p b {
  font-weight: 700;
}

.agree_section {
  padding-top: 32px;
}
.agree_section h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
  padding-bottom: 12px;
}

.recommend_section {
  padding-top: 32px;
  padding-bottom: 20px;
}
.recommend_section h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  color: #333;
  padding-bottom: 12px;
}
.recommend_section button {
  width: 66px;
  height: 48px;
  border-radius: 8px;
  border: 1px solid #f73737;
  font-size: 15px;
  font-weight: 500;
  color: #f73737;
  background-color: #fff;
  text-align: center;
}

.dal .recommend_section button {
  border-color: #25646c;
  color: #25646c;
}

.recommend_section .result_box {
  padding-top: 12px;
}
.recommend_section .result_box .result_title {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
  color: #333;
}
.recommend_section .result_box .result_item {
  padding: 16px;
  background-color: #f4f4f4;
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.recommend_section .result_box .result_item p {
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  color: #333;
}
.recommend_section .result_box .result_item b {
  width: 1px;
  height: 8px;
  background-color: #c6c6c6;
}
.recommend_section .result_box .result_item span {
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  color: #808080;
}

