/*!**********************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/postcss-loader/src/index.js??clonedRuleSet-3.use[2]!./node_modules/sass-loader/dist/cjs.js??clonedRuleSet-3.use[3]!./src/components/policy/index.scss ***!
  \**********************************************************************************************************************************************************************************************************************/
.cmp__policy {
  padding: 10.8333333333vw 0 9.4444444444vw;
}
@media screen and (max-width: 767px) {
  .cmp__policy {
    padding: 32.5333333333vw 0 19.2vw;
  }
}
.cmp__policy .responsive__layout {
  max-width: 950px;
  margin: 0 auto;
}
.cmp__policy__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: calc(var(--rpx, 1px) * 30);
     -moz-column-gap: calc(var(--rpx, 1px) * 30);
          column-gap: calc(var(--rpx, 1px) * 30);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content {
    display: block;
  }
}
.cmp__policy__content .nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 210px;
          flex: 0 1 210px;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .nav {
    display: none;
  }
}
.cmp__policy__content .nav__list {
  border-left: 1px solid rgb(216, 218, 217);
}
.cmp__policy__content .nav__list.fixed {
  position: fixed;
  top: 56px;
}
.cmp__policy__content .nav__item {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0.01em;
  margin-bottom: 18px;
  color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  position: relative;
  padding-left: 24px;
}
.cmp__policy__content .nav__item.active {
  color: #000;
}
.cmp__policy__content .nav__item.active::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: 2px;
  height: 100%;
  background-color: rgb(57, 57, 57);
}
.cmp__policy__content .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 640px;
          flex: 0 1 640px;
}
.cmp__policy__content .content .title {
  font-size: 32px;
  font-weight: 600;
  line-height: 32px;
  color: #000;
  margin-bottom: 48px;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .title {
    font-size: 24px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 17px;
  }
}
.cmp__policy__content .content p {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content p {
    font-size: 12px;
    line-height: 24px;
  }
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content [data-section] {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
}
.cmp__policy__content .content .mt-32 {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .mt-32 {
    margin-top: 17px;
  }
}
.cmp__policy__content .content .b {
  font-weight: 600;
}
.cmp__policy__content .content .f-underline {
  text-decoration: underline;
}
.cmp__policy__content .content .f-gray {
  color: rgba(0, 0, 0, 0.5);
}
.cmp__policy__content .content a {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgb(38, 96, 245);
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content a {
    font-size: 12px;
    line-height: 24px;
  }
}
.cmp__policy__content .content .indent {
  text-indent: 2em;
}
.cmp__policy__content .content .circle {
  position: relative;
  margin-right: 16px;
}
.cmp__policy__content .content .circle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #000000;
}
.cmp__policy__content .content .table {
  width: calc(100% - 128px);
  margin: 0 auto;
  border: 1px solid #000000;
  border-right: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .table {
    width: 100%;
  }
}
.cmp__policy__content .content .table .tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.cmp__policy__content .content .table .tr .td {
  padding: 9px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .table .tr .td {
    padding: 7px;
  }
}
.cmp__policy__content .content .table .tr.thead .td:first-child {
  width: 74.4140625%;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .table .tr.thead .td:first-child {
    width: 50%;
  }
}
.cmp__policy__content .content .table .tr.thead .td:last-child {
  width: 25.78125%;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .table .tr.thead .td:last-child {
    width: 50%;
  }
}
.cmp__policy__content .content .table .tr.tbody .td:nth-child(1) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 19.53125%;
          flex: 0 1 19.53125%;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .table .tr.tbody .td:nth-child(1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30.1749271137%;
            flex: 0 1 30.1749271137%;
  }
}
.cmp__policy__content .content .table .tr.tbody .td:nth-child(2) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 54.8828125%;
          flex: 0 1 54.8828125%;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .table .tr.tbody .td:nth-child(2) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 40.2332361516%;
            flex: 0 1 40.2332361516%;
  }
}
.cmp__policy__content .content .table .tr.tbody .td:nth-child(3) {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 25.78125%;
          flex: 0 1 25.78125%;
}
@media screen and (max-width: 767px) {
  .cmp__policy__content .content .table .tr.tbody .td:nth-child(3) {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30.1749271137%;
            flex: 0 1 30.1749271137%;
  }
}
