#Refund {
  padding: 50px 0;
}

#Refund .type-area {
  max-width: 1200px;
  margin: 0 auto;
}

#Refund p {
  color: #323232;
  font-size: 16px;
  padding-bottom: 15px;
}

#Refund .circle {
  padding-left: 20px;
}

#Refund .refund-title {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

#Refund .part-title {
  font-weight: bold;
  margin-top: 20px;
}

#Refund .time-table {
  margin-top: 50px;
  width: 100%;
}

#Refund .time-table thead {
  background: #fafafa;
  font-weight: 700;
}

#Refund .time-table td {
  border-top: 1px solid #e5e7eb;
  border-left: 1px solid #e5e7eb;
  padding: 10px;
}

#Refund .time-table tr:nth-child(even) {
  background: #fafafa;
}

#Refund .time-table td:nth-child(odd) {
  width: 200px;
}

#Refund .time-table td:nth-child(even) {
  border-right: 1px solid #e5e7eb;
}

#Refund .time-table tbody tr:last-child td {
  border-bottom: 1px solid #e5e7eb;
}

#Refund .contact-us {
  font-size: 20px;
  font-weight: bold;
  margin-top: 50px;
}

#Refund .tel {
  color: #323232;
  margin-bottom: 15px;
}

#Refund .refund-part .part-title {
  margin-bottom: 10px;
}

#Refund .refund-part .detail {
  line-height: 1.5;
}

#Refund .m-20 {
  margin: 20px 0;
}

@media screen and (max-width: 1201px) and (min-width: 200px) {
  #Refund .type-area {
    max-width: 95%;
  }
}

/*# sourceMappingURL=refund-policy.css.map */