/* font color */
/* family */
.cost_info .inner {
  max-width: 936px;
  margin: 0 auto;
  padding: 200px 20px;
}
.cost_info h2 {
  font-size: 45px;
  line-height: 1.5;
  font-family: "spoqa_bold";
  text-align: center;
  margin-bottom: 20px;
}
.cost_info h2 strong {
  color: #1273eb;
}
.cost_info .sub_title {
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-family: "spoqa_regular";
  margin-bottom: 80px;
}
.cost_info .table_wrap {
  border: 1px solid #D6DAE1;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 80px;
}
.cost_info .table {
  width: 100%;
}
.cost_info thead tr {
  background: #444444;
  color: #fff;
  text-align: center;
}
.cost_info thead th {
  padding: 14px 0;
  font-size: 18px;
  line-height: 1.5;
  font-family: "spoqa_medium";
  border-right: 1px solid #D6DAE1;
}
.cost_info thead th:last-child {
  border: none;
}
.cost_info tbody td {
  padding: 18px 0;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  font-family: "spoqa_regular";
  border-right: 1px solid #D6DAE1;
}
.cost_info tbody td:last-child {
  border: none;
}
.cost_info .button_wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 13px;
}
.cost_info .button_wrap a {
  border-radius: 50px;
  width: 150px;
  font-size: 18px;
  line-height: 1.5;
  font-family: "spoqa_medium";
  padding: 10px 0;
  text-align: center;
}
.cost_info .button_wrap a:nth-child(1) {
  color: #fff;
  background-image: linear-gradient(to right, #f761ff, #5f59fb);
}
.cost_info .button_wrap a:nth-child(2) {
  border: 1px solid #222;
}

@media screen and (max-width: 768px) {
  .cost_info .inner {
    padding: 120px 20px;
  }
  .cost_info h2 {
    font-size: 28px;
    line-height: 1.3;
  }
  .cost_info .sub_title {
    font-size: 14px;
    margin-bottom: 60px;
  }
  .cost_info .table_wrap {
    margin-bottom: 60px;
    overflow-x: auto;
  }
  .cost_info thead th {
    font-size: 14px;
  }
  .cost_info tbody td {
    font-size: 14px;
  }
  .cost_info .button_wrap a {
    font-size: 16px;
  }
}
@media screen and (max-width: 450px) {
  .cost_info .table {
    width: 460px;
  }
}

/*# sourceMappingURL=CostInfo.css.map */
