@charset "UTF-8";
* {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

.gab {
  display: inline-block;
  margin-top: 5px;
}

section .caus_basic {
  width: 95%;
}

section .caus_basic table {
  width: 100%;
}

section .caus_basic table tr td {
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

section .caus_basic .title_tab tr td {
  padding: 5px 0;
  font-size: 16px;
  font-weight: bold;
  font-family: "나눔스퀘어";
  line-height: 23px;
  text-align: center;
  background-color: #0066ff;
  color: #fff;
}

section .caus_basic .main_tab tbody tr td {
  padding: 10px 10px;
  background-color: #dce6f2;
  font-size: 16px;
  font-family: 'Noto Sans KR', '맑은고딕', sans-serif;
}

section .caus_basic .main_tab tbody tr td p {
  width: 100%;
}

section .caus_basic .main_tab tbody tr td p .star {
  float: left;
  display: inline-block;
}

section .caus_basic .main_tab tbody tr td p .text {
  padding-left: 5px;
  float: left;
  display: block;
}

section .caus_basic .main_tab tbody tr td p:after {
  content: "";
  display: block;
  clear: both;
}
/*# sourceMappingURL=tsp_price.css.map */