#id-holiday .close{font-size: 36px;
    padding-right: 10px;
    /* color: #000; */
    opacity: .7; }
.terms {
color: #333;padding: 0 25px;text-align: left;

}
.terms p {
  font-size: 20px;
  line-height: 1.5;
}
.terms li {
    font-size: 16px;
    line-height: 1.5;
  }


.terms__area-subtitle {
  font-size: 42px;
  margin-top: 40px;
  text-align: center;
  font-family: "DINPro_Bold";
}

.terms__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}

.terms__area-line::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 200px;
  content: "";
  display: block;
  background: #016af9;
  z-index: 99;
  height: 1px;
}

.terms__area-tabletitle {
  font-size: 26px;
  margin: 70px 0 40px 0;
  text-align: center;
  font-family: "din_pro_bold";
}

.terms__area ul {
  list-style-type: disc;
  margin-left: 25px;
}

.terms__area ul li {
  list-style-type: lower-roman;
  margin: 20px 0;
}

.terms__area ul.withnuber {
  list-style-type: decimal;
}

.terms__area ul.withnuber li {
  list-style-type: decimal;
}

.terms__area table {
  width: 100%;color: #333;
}

.terms__area table tbody {
  width: 100%;
}

.terms__area table tbody td {
  padding: 10px;
  background: #fafafa;
  border: 2px solid #fff;
}

.terms__area table tbody .separate td {
  background: #f1f1f1;color: #333;
}

@media (max-width: 675px) {
  .terms__area {
    padding: 70px 20px 70px 20px;
  }
  .terms__area-title {
    font-size: 24px;
  }
  .terms__area-subtitle {
    font-size: 24px;
  }
  .terms__area tbody {
    font-size: 16px;
  }
  .terms__area tbody td {
    font-size: 12px;
    padding: 5px;
    background: #fafafa;
    border: 1px solid #fff;
  }
}
.terms__numLi,
.terms__numLi li {
  list-style-type: lower-alpha !important;
}
.terms__engLi,
.terms__engLi li {
  list-style-type: decimal !important;
}
