.border-left::before {
  display: inline-flex;
  width: 5px;
  height: 17px;
  margin-right: 5px;
  background-color: var(--clr-accent-red);
  content: "";
}
.ul-circle {
  list-style-type: disc;
}
.ul-circle li {
  margin-left: 11px;
}
.ul-circle li::marker {
  font-size: 10px;
}

.p-star::before {
  content: "※";
  position: absolute;
  left: 0;
}
.p-star {
  margin-left: 9px;
  position: relative;
  padding-left: 1em;
}
.title {
  display: flex;
  justify-content: space-between;
}
.paragraph p {
  display: block;
  font-size: 12px;
}
.sec-buy-menu {
  display: flex;
  gap: 42px;
}
.sec-buy-menu .buy-container {
  width: 48%;
}

.square:before {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-color: var(--clr-neutral-900);
  content: "";
}
.square-sec a {
  text-decoration: underline;
}
.ul-none {
  list-style: none;
  margin-left: 16px !important;
}
.ul-none a {
  margin-left: 17px;
  color: var(--clr-primary);
  text-decoration: underline;
}
.cmn-checkbox label {
  justify-content: center;
}
.square-disc {
  margin-left: 18px;
  list-style-type: disc;
}
.square-disc::marker {
  font-size: 10px;
}
.terms-ttl {
  color: var(--clr-primary);
}
.color-none {
  color: var(--clr-neutral-900);
}
.btn-comp {
  width: 420px;
}
.top-sp {
  display: none;
}
.p-comp {
  list-style: none;
  counter-reset: num;
}
.p-comp li {
  line-height: 1.9;
  margin-left: 11px;
  counter-increment: num;
}
.p-comp li::before {
  content: counter(num) " ";
}
@media screen and (max-width: 767.9px) {
  .main-header .top-header .top-header-container.top-ttl-flex {
    flex-direction: unset;
    align-items: center;
  }
  .main-header .top-header .top-header-container .login-area {
    border-top: 0;
    border-top: 1px solid var(--clr-neutral-700);
  }
  .sec-buy-menu {
    flex-direction: column;
  }

  .sec-buy-menu .buy-container {
    width: 100%;
  }
  .p-star {
    margin-left: 0.308vw;
  }
  .p-txt{
    margin-top: -10vw;
  }
  .ul-none a {
    margin-left: 0;
  }
  .btn-comp {
    width: 100%;
    background-color: var(--clr-primary);
  }
  .top-sp {
    display: block;
  }
  .p-comp li {
    display: flex;
    margin-left: 0.821vw;
    gap: 1vw;
  }
  .p-left {
    padding-left: 4vw;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .sec-buy-menu .buy-container {
    width: 47%;
  }
  .btn-comp {
    width: 100%;
    background-color: var(--clr-primary);
  }
}
