.popupBox {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  display: none;
  font-family: var(--MSIBodyFont);
  font-size: var(--text-xl);
  line-height: 1.5;
}
.popupBox__area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #fff;
  width: 90%;
  max-width: 1280px;
  margin: auto;
  height: 90vh;
  overflow-x: hidden;
  padding: 20px 40px 70px 40px;
  background: #f5f5f5;
  overflow-y: auto;
  float: left;
}
.popupBox__area::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
.popupBox__area::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
.popupBox__area::-webkit-scrollbar-thumb {
  background-color: #949494;
}
.popupBox__area-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #333333;
  cursor: pointer;
}
.popupBox__area-close::before, .popupBox__area-close::after {
  content: "";
  position: absolute;
  top: 9px;
  left: 3px;
  height: 4px;
  width: 16px;
  border-radius: 30px;
  background: #333333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popupBox__area-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.popupBox__area-close:hover {
  -webkit-transform: translate(50%, -50%) rotate(180deg);
          transform: translate(50%, -50%) rotate(180deg);
  background: #646464;
  text-decoration: none;
  border-color: #646464;
}
.popupBox__area-close:hover::after, .popupBox__area-close:hover::before {
  background: #fff;
}
.popupBox__area-title {
  font-size: 42px;
  text-align: center;
}
.popupBox__area-subtitle {
  font-size: 32px;
  margin-top: 40px;
  text-align: center;
}
.popupBox__area-line {
  width: 100%;
  height: 1px;
  margin: 10px auto 40px auto;
  position: relative;
  background: #ccc;
  z-index: 5;
}
.popupBox__area-line::after {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 200px;
  content: "";
  display: block;
  background: #666;
  z-index: 99;
  height: 1px;
}
.popupBox__area-tabletitle {
  font-size: 26px;
  margin: 70px 0 40px 0;
  text-align: center;
}
.popupBox__area ul {
  list-style-type: decimal;
  margin-left: 25px;
  padding: 0;
}
.popupBox__area ul li {
  list-style-type: decimal;
  margin: 20px 0;
  line-height: 1.5;
}
.popupBox__area ul li.withnuber {
  list-style-type: decimal;
}
.popupBox__area ul li.withnuber li {
  list-style-type: decimal;
}
.popupBox__area table {
  width: 100%;
}
.popupBox__area td {
  padding: 10px;
  background: #fafafa;
  border-bottom: 2px solid #979797;
  line-height: 1.8;
}
.popupBox__area th {
  background: #ddd;
  font-size: var(--text-lg);
  line-height: 2.5;
}
.popupBox__area .rowbg {
  background: #eee;
  text-align: center;
  font-weight: bold;
}

.terms-close {
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  top: 30px;
  right: 30px;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  border-radius: 100%;
  background: transparent;
  border: solid 4px #333333;
  cursor: pointer;
}/*# sourceMappingURL=tc.css.map */