
#policy .policy_wrapper {
  margin-top: 12rem;
  padding-bottom: min(142px, 7.396vw);
}
#policy .policy__title {
  margin-left: 0;
  font-size: 3.2rem;
  letter-spacing: 4px;
}
#policy .policy_inner {
  margin-top: min(240px, 12.5vw);
}
#policy .policy__content-title {
  font-weight: 400;
  margin-bottom: 2em;
  font-size: 2rem;
  line-height: 1.4;
}
#policy .policy_content_detail {
  font-weight: 300;
  margin-bottom: 4em;
  line-height: 1.64;
  font-size: 1.6rem;
}
#policy .policy_content_detail ul {
  font-weight: 300;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
}
.policy_list_item {
  font-weight: 340;
  padding-left: 2rem;
  padding-bottom: 2rem;
  position: relative;
}
.policy_list_item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 4px;
  top: 11px;
  width: 6px;
  height: 6px;
  background: #00A060;
  border-radius: 50%;
}
@media screen and (max-width: 767.9px) {
  #policy .policy_wrapper {
    padding-bottom: 2rem;
    margin-top: 0;
  }
  #policy .policy__title {
    font-size: 2rem;
    line-height: 1.1875;
    position: relative;
  }
  #policy .policy_inner {
    margin-top: 6rem;
  }
  #policy .policy__content-title {
    margin-bottom: 2rem;
    font-weight: 340;
    font-size: 1.65rem;
    letter-spacing: 2px;
  }
  #policy .policy_content_detail {
    margin-bottom: 4rem;
    line-height: 1.6;
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: 1px;
  }
  #policy .policy_content_detail ul {
    margin: 2rem auto;
  }
  .policy_list_item {
    padding-left: 2rem;
    padding-bottom: 2rem;
    font-weight: 300;
    font-size: 1.4rem;
  }
  .policy_list_item::before {
    left: 4px;
    top: 8px;
    width: 6px;
    height: 6px;
  }
}