@charset "UTF-8";
::-webkit-scrollbar {
  display: none; /* 크롬, 사파리, 오페라, 엣지 */
}

.certification-container {
  width: 100%;
}
.certification-container .title {
  color: #9c98af;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 2em;
}
.certification-container .btn-group {
  width: 100%;
  display: flex;
  gap: 0.4em;
  flex-wrap: wrap;
  margin-bottom: 3em;
  align-items: center;
  justify-content: center;
}
.certification-container .btn-group .btn {
  width: 49%;
  height: 9em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1.5em;
  border: 1px solid #CDCDCD;
  cursor: pointer;
  border-radius: 8px;
}
.certification-container .desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-bottom: 2em;
}
.certification-container .desc a {
  color: #000;
}
.certification-container .btns {
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 1em;
  margin-bottom: 2em;
}
.certification-container .back-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  width: 100%;
  height: 3em;
  font-weight: 500;
}
.bottom .link {
  text-decoration: underline;
}
.bottom .link a {
  color: #000;
  text-decoration: none;
}

.policy-popup {
  position: fixed;
  top: 0;
  left: 0;
  padding: 1em;
  background: #FFF;
  height: 100%;
  z-index: 10;
}
.policy-popup h1 {
  font-size: 1.8em;
}
.policy-popup .contents-wrap {
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 1em;
}
.policy-popup .contents {
  margin-bottom: 2em;
}
.policy-popup .contents h2 {
  margin-top: 1em;
}
.policy-popup .bottom-btns {
  display: flex;
  justify-content: center;
  gap: 1em;
}
.policy-popup .top-close-btn {
  display: flex;
  justify-content: end;
  font-size: 1.5rem;
  font-weight: 900;
  margin-bottom: 0.5em;
}
.policy-popup .close-btn {
  display: flex;
  align-items: center;
  gap: 0.5em;
  padding: 0.5em;
  margin-top: 1em;
  border-radius: 5px;
  background: #6166ED;
  color: #FFF;
  border: none;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
}/*# sourceMappingURL=certification.css.map */