/* #region privacy */
.sec-privacy__p {
  color: #111;
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: -0.4px;
  padding: 32px 0;
  border-top: 1px solid #3a3a3a;
}
@media screen and (max-width: 1024px) {
  .sec-privacy__p {
    font-size: 18px;
    letter-spacing: -0.36px;
    padding: 24px 0;
  }
}

.sec-privacy__privacy-sel {
  margin-bottom: 44px;
}
@media screen and (max-width: 1024px) {
  .sec-privacy__privacy-sel {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 1024px) {
  .sec-privacy__p {
    font-size: 18px;
    letter-spacing: -0.36px;
    padding: 24px 0;
  }
  .sec-privacy__privacy-sel {
    margin-bottom: 20px;
  }
}
/* #endregion privacy */
/* #region privacy-sel */
.privacy-sel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .privacy-sel {
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
}

.privacy-sel__title {
  color: var(--111111, #111);
  font-family: Pretendard;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 91px */
}
@media screen and (max-width: 1024px) {
  .privacy-sel__title {
    font-size: 40px;
    line-height: 130%;
  }
}

.privacy-sel__select {
  align-self: end;
  position: relative;
  width: 100%;
  height: 100%;
  color: #666;
  font-family: Pretendard;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  padding: 12px 0;
  max-width: 368px;
  background: center right 0/20px 20px url("/build/images/common/selectbox_arrow.svg") no-repeat;
}
@media screen and (max-width: 1024px) {
  .privacy-sel__select {
    font-size: 14px;
    letter-spacing: -0.28px;
    padding: 8px 0;
    align-self: center;
  }
}

@media screen and (max-width: 1024px) {
  .privacy-sel__select {
    background: center right 0/14px 14px url("/build/images/common/selectbox_arrow.svg") no-repeat;
  }
}
/* #endregion privacy-sel */
/* #region policy-doc */
.policy-doc {
  display: none;
}

.policy-doc--active {
  display: block;
}

/* #endregion policy-doc */
/* #region pri-list */
.pri-list {
  padding-left: 16px;
  text-indent: -16px;
}
.pri-list .pri-list {
  padding-left: 16px;
}

/* #endregion pri-list */
/* #region cookie */
.cookie-item + .cookie-item {
  margin-top: 80px;
}
@media screen and (max-width: 1024px) {
  .cookie-item + .cookie-item {
    margin-top: 40px;
  }
}

.cookie-head {
  color: var(--Text_01, #111);
  font-family: Pretendard;
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
@media screen and (max-width: 1024px) {
  .cookie-head {
    font-size: 18px;
  }
}

.cookie-p-box {
  margin-top: 20px;
}

.cookie-p-box__p {
  color: var(--Text_02, #575757);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
}
@media screen and (max-width: 1024px) {
  .cookie-p-box__p {
    font-size: 18px;
    line-height: 140%;
  }
}

.cookie-list {
  color: var(--Text_02, #575757);
  font-family: Pretendard;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 140%; /* 28px */
}
@media screen and (max-width: 1024px) {
  .cookie-list {
    font-size: 18px;
    line-height: 140%;
  }
}
/* #endregion cookie *//*# sourceMappingURL=privacy.css.map */