#contents .tab_area {
  width: 85%;
  margin: 0 auto;
}

#contents .tab_area .col-4 {
  padding-left: 8px;
  padding-right: 8px;
}

#contents .tab_area .tab {
  font-size: 10px;
  line-height: 12px;
  height: 38px;
  font-weight: bold;
  color: #000;
  /* flex-basis: 70px; */
  padding: 0;
  display: flex;
}

#contents .tab_area .tab.active {
  color: #FFF;
  background-color: #d97d7e;
}

#contents .unit-box-wrap {}

#contents .unit-box {
  margin-top: 20px;
  margin-bottom: 20px;
}

#contents .unit-box h4 {
  color: #d02327;
  font-size: 12px;
  margin: 10px 0 10px;
}

#contents .unit-box p {
  font-size: 10px;
}

#contents .small {
  font-size: 60%;
}

#point h4 {
  font-size: 12px;
  line-height: 32px;
  border-left: 7px solid #1da2d5;
  border-bottom: 1px solid;
  padding-left: 13px;
  margin-bottom: 0;
}

#point .p-unit {
  background: #e8f1ff;
  padding: 24px 20px;
  margin-bottom: 8px;
}

#point .p-unit p {
  margin-bottom: 14px;
}

#contents .uline {
  text-decoration: underline;
}

#contents ul.bluemark {
  padding: 0;
}

#contents ul.bluemark li {
  list-style-type: none;
  margin-bottom: 14px;
}

#contents .rmark {
  color: #fff;
  font-size: 10px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  width: 20px;
  border-radius: 10px;
  background-color: #005cbb;
  margin-right: 5px;
}
