html,
body {
  margin: 0;
  height: 100%;
}
body {
  padding: 20px 20px 0 20px;
}
body > section {
  height: 100%;
}

* {
  box-sizing: border-box;
}
.hide {
  display: none;
}
#policy.hide {
  display: none;
}
#policy button {
  background: transparent;
  border: none;
  outline: none;
}
#policy a {
  text-decoration: none;
  color: inherit;
}
#policy .ico-select-arrow {
  display: block;
  width: 18px;
  height: 18px;
  background: url("/images/ico-select-arrow.svg") no-repeat center/cover;
  transition: transform 0.3s;
}
#policy .policy-select-wrap {
  width: 100%;
  margin-bottom: 28px;
}
#policy .policy-select-wrap #tp_text {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  letter-spacing: -0.02em;
}
#policy .policy-select-box {
  width: 100%;
  position: relative;
  margin-top: 16px;
}
#policy .policy-select-box:nth-of-type(2) .policy-select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  border-top-color: transparent;
}
#policy .policy-select {
  width: 100%;
  padding: 14px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border: 1px solid #e5e5e7;
}
#policy .policy-select span {
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #000;
}
#policy .policy-select:nth-of-type(1) {
  border-radius: 6px;
}
#policy .policy-select.active .ico-select-arrow {
  transform: rotate(180deg);
}
#policy .policy-options {
  position: absolute;
  margin-top: 4px;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0px 10px 70px 0px rgba(29, 34, 97, 0.08);
  border: 1px solid #1a1a1a;
  padding: 4px 0;
  z-index: 1004;
  top: 65px;
  transition: all 0.1s;
  visibility: hidden;
  opacity: 0;
}
#policy .policy-options.active {
  visibility: visible;
  opacity: 1;
  top: 57.7143px;
}
#policy .policy-options a {
  width: 100%;
  height: 40px;
  padding: 10px 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000;
}
#policy .policy-content-wrap {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  padding: 0 3px;
}
#policy .policy-content-wrap * {
  margin: 0;
}
#policy .policy-content-wrap .mb1 {
  margin-bottom: 4px;
}
#policy .policy-content-wrap .mb2 {
  margin-bottom: 8px;
}
#policy .policy-content-wrap .mb3 {
  margin-bottom: 16px;
}
#policy .policy-content-wrap .policy-conts-box {
  margin-bottom: 32px;
}
#policy .policy-content-wrap .list-item-spacing li {
  margin-bottom: 6px;
}
#policy .policy-content-wrap .list-item-spacing li:last-child {
  margin-bottom: 0;
}
#policy .policy-content-wrap .toc-box {
  margin-bottom: 20px;
}
#policy .policy-content-wrap .toc-box span {
  display: block;
}
#policy .policy-content-wrap .sub-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 14px;
}
#policy .policy-content-wrap table {
  width: 100% !important;
  max-width: 100% !important;
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
}
#policy .policy-content-wrap table th,
#policy .policy-content-wrap table td {
  padding: 12px 10px;
  border: 1px solid #ddd;
}
#policy .policy-content-wrap table th {
  font-weight: 700;
  background-color: #f1f1f1;
}
#policy .policy-content-wrap img {
  max-width: 100% !important;
  height: auto;
}
#policy .policy-content-wrap ul {
  padding-left: 20px;
}
#policy .policy-content-wrap ul.hyphen-list {
  list-style: none;
  padding-left: 0;
}
#policy .policy-content-wrap ul.hyphen-list li::before {
  content: "-";
  margin-right: 2px;
}
#policy .policy-content-wrap ul.circle-number-list {
  list-style: none;
  padding-left: 0;
}
#policy .policy-content-wrap ul.circle-number-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
  counter-increment: list-counter;
}
#policy .policy-content-wrap ul.circle-number-list li::before {
  content: counter(list-counter) " ";
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #000;
  width: 12px;
  height: 12px;
  text-align: center;
  line-height: 13px;
  font-size: 11px;
  background-color: #fff;
  /* margin-right: 0.2em; */
  position: absolute;
  left: 0;
  top: 1.5px;
}
#policy .policy-content-wrap ul.demical-number-list {
  list-style-type: decimal;
}
#noData {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 11px;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.02em;
  color: #999;
  text-align: center;
}
#noData .ico-no-data {
  display: block;
  width: 28px;
  height: 28px;
  background: url("/images/ico-no-data.svg") no-repeat center/cover;
  transition: transform 0.3s;
}
#noData.hide {
  display: none;
}
