@charset "UTF-8";
body {
  font-family: "Nunito Sans", serif;
  font-style: normal;
  overflow-x: hidden;
  background: #23183c;
}

:where(html, body) {
  min-height: 100dvh;
}

:where(:lang(ko)) {
  word-break: keep-all;
}

:where(body) {
  margin: 0;
  overflow-wrap: break-word;
}

:where(img) {
  max-width: 100%;
  height: auto;
}

:where([class]) {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([class])::before,
:where([class])::after {
  box-sizing: border-box;
  pointer-events: none;
}

:where(ol[class], ul[class]) {
  list-style: none;
}

:where(
    hr[class],
    button[class],
    fieldset[class],
    iframe[class],
    input[class],
    select[class],
    textarea[class]
  ) {
  border: 0;
}

:where(
    button[class],
    dialog[class],
    input[class],
    mark[class],
    meter[class],
    progress[class]
  ) {
  background-color: transparent;
}

:where(table[class]) {
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

:where(
    button[class],
    input[class],
    meter[class],
    progress[class],
    select[class],
    textarea[class]
  ) {
  appearance: none;
}

.mobile {
  display: block;
}
@media screen and (min-width: 390px) {
  .mobile {
    display: none;
  }
}

.pc {
  display: none;
}
@media screen and (min-width: 390px) {
  .pc {
    display: block;
  }
}

.topBanner {
  text-align: center;
}

.loveWrap {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
  background: #23183c;
}
@media screen and (min-width: 390px) {
  .loveWrap {
    max-width: 600px;
  }
}
.loveWrap__tit {
  font-size: 8.7179487179vw;
  font-weight: 700;
  text-align: center;
  letter-spacing: -0.03rem;
  padding-top: 16.4102564103vw;
  padding-bottom: 19.4871794872vw;
}
.loveWrap__tit img {
  display: block;
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .loveWrap__tit {
    font-size: 34px;
    padding-top: 64px;
    padding-bottom: 76px;
  }
}
.loveWrap__titImg {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 370px;
  padding-top: 10.2564102564vw;
  padding-bottom: 2.5641025641vw;
  overflow: hidden;
}
.loveWrap__titImg img {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 390px) {
  .loveWrap__titImg img {
    width: 75%;
  }
}
@media screen and (min-width: 390px) {
  .loveWrap__titImg {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.loveWrap__inputBox {
  display: flex;
  margin: 0 auto;
  width: 88%;
  position: relative;
}
@media screen and (min-width: 390px) {
  .loveWrap__inputBox {
    max-width: 438px;
  }
}
.loveWrap__inputBox + .loveWrap__inputBox {
  margin-top: 3.5897435897vw;
}
@media screen and (min-width: 390px) {
  .loveWrap__inputBox + .loveWrap__inputBox {
    margin-top: 14px;
  }
}
.loveWrap__label {
  position: absolute;
  width: 80%;
  color: #fff;
  font-size: 3.0769230769vw;
  left: 4.1025641026vw;
  top: 2.0512820513vw;
  letter-spacing: -0.5px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (min-width: 390px) {
  .loveWrap__label {
    font-size: 12px;
    left: 16px;
    top: 8px;
  }
}
.loveWrap__input {
  box-shadow: inset 0 0 0 1px #fff;
  width: 100%;
  height: 14.358974359vw;
  border-radius: 2.0512820513vw;
  padding-left: 3.3333333333vw;
  font-size: 4.1025641026vw;
  color: #fff;
  padding-top: 3.8461538462vw;
  background-color: rgba(255, 255, 255, 0.1);
  outline: none;
}
@media screen and (min-width: 390px) {
  .loveWrap__input {
    height: 56px;
    border-radius: 8px;
    font-size: 16px;
    padding-top: 15px;
    padding-left: 14px;
  }
}
.loveWrap__selectBox {
  display: flex;
  margin: 0 auto;
  width: 88%;
  position: relative;
}
@media screen and (min-width: 390px) {
  .loveWrap__selectBox {
    max-width: 440px;
    margin-top: 14px;
  }
}
.loveWrap__select {
  box-shadow: inset 0 0 0 1px #fff;
  width: 100%;
  height: 14.358974359vw;
  border-radius: 2.0512820513vw;
  padding-left: 3.3333333333vw;
  font-size: 4.1025641026vw;
  color: #fff;
  padding-top: 3.8461538462vw;
  background-color: rgba(255, 255, 255, 0.1);
  background-image: url("../img/ico_arrow.svg");
  background-position: calc(100% - 20px) 25px;
  background-repeat: no-repeat;
  background-size: 1.2820512821vw;
  outline: none;
}
@media screen and (min-width: 390px) {
  .loveWrap__select {
    background-size: 24px;
  }
}
.loveWrap__select:focus {
  background-image: url("../img/ico_arrow_up.svg");
}
@media screen and (min-width: 390px) {
  .loveWrap__select {
    height: 56px;
    border-radius: 8px;
    font-size: 16px;
    padding-top: 15px;
    padding-left: 14px;
  }
}
.loveWrap__select option {
  background: #23183c;
  width: 100%;
  min-width: 100%;
  box-sizing: border-box;
  border: 1px solid #fff;
}
.loveWrap__info {
  text-align: center;
  margin: 7.4358974359vw auto 12.8205128205vw;
  font-size: 3.8461538462vw;
}
@media screen and (min-width: 390px) {
  .loveWrap__info {
    /*margin: 29px auto 50px;*/
    margin: 0px auto 50px;
    font-size: 15px;
  }
}
.loveWrap__infoLink {
  color: #fff;
  padding-right: 5.1282051282vw;
  background: url("../img/ico_point.svg") no-repeat 100% 50%/4vw;
}
@media screen and (min-width: 390px) {
  .loveWrap__infoLink {
    padding-right: 25px;
    background: url("../img/ico_point.svg") no-repeat 100% 50%/20px;
  }
}
.loveWrap__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15.3846153846vw;
  width: 90.5128205128vw;
  height: 17.9487179487vw;
  background-color: #5b17ff;
  border-radius: 11.0256410256vw;
  color: #fff;
  font-size: 5.1282051282vw;
  font-weight: 500;
  cursor: pointer;
}
@media screen and (min-width: 390px) {
  .loveWrap__btn {
    width: 353px;
    height: 70px;
    margin-bottom: 60px;
    border-radius: 43px;
    font-size: 20px;
  }
}
.loveWrap__btn:hover,
.loveWrap__btn:active {
  background: #6a3cd9;
}
.loveWrap__ad {
  width: 100%;
  /*height: 20vw;*/
  height: auto;
  padding-top: 2.5641025641vw;
  background: #fff;
  display: flex;
  justify-content: flex-start;
}
.loveWrap__ad:empty {
  display: none; /* remove it entirely when empty */
}
@media screen and (min-width: 390px) {
  .loveWrap__ad p {
    display: inline-block;
    margin: 0;
  }
  .loveWrap__ad:empty {
  display: none; /* remove it entirely when empty */
  }
  .loveWrap__ad {
  background: #23183c; /* fallback to main background */
}
  #adsense-wrapper {
    display: none !important;
  }
}
@media screen and (max-width: 599px) {
  .loveWrap__ad p {
    display: none;
  }
  .loveWrap__ad:empty {
  display: none; /* remove it entirely when empty */
}
  .loveWrap__ad {
  background: #23183c; /* fallback to main background */
}
  #adsense-wrapper {
    display: none !important;
  }
}
@media screen and (min-width: 390px) {
  .loveWrap__ad {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
    /*height: 78px;*/
    height: auto;
    padding-block: 10px;
    gap: 16px;
  }
  .loveWrap__ad:empty {
  display: none; /* remove it entirely when empty */
}
  .loveWrap__ad {
  background: #23183c; /* fallback to main background */
}
  #adsense-wrapper {
    display: none !important;
  }
}


.result {
  position: relative;
  padding-bottom: 12.8205128205vw;
}
@media screen and (min-width: 390px) {
  .result {
    padding-bottom: 50px;
  }
}
.result__ad {
  background-color: #d9d9d9;
  height: 20vw;
}
@media screen and (min-width: 390px) {
  .result__ad {
    height: 78px;
  }
}
.result__info {
  position: relative;
}
.result__set {
  position: absolute;
  top: 4.6153846154vw;
  right: 4.6153846154vw;
  font-size: 3.8461538462vw;
  color: #fff;
}
@media screen and (min-width: 390px) {
  .result__set {
    right: 18px;
    top: 18px;
    font-size: 15px;
  }
}
.result__tit {
  text-align: center;
  font-size: 11.2820512821vw;
  font-weight: 700;
  letter-spacing: -0.03rem;
  margin-top: 16.6666666667vw;
  margin-bottom: 8.9743589744vw;
  color: #fff;
}
@media screen and (min-width: 390px) {
  .result__tit {
    margin-bottom: 35px;
    margin-top: 65px;
    font-size: 44px;
  }
}
.result__nameBox {
  display: flex;
  justify-content: space-between;
  gap: 0.5128205128vw;
  width: 100%;
}
.result__name {
  flex: 1 1 16.6666666667%;
  height: 8.4615384615vw;
  line-height: 3.5897435897vw;
  min-width: 0;
  box-sizing: border-box;
  border-radius: 11.0256410256vw;
  border: 1px solid #f99335;
  font-size: 4.1025641026vw;
  font-weight: 500;
  color: #f99335;
  background-color: #fff;
  text-align: center;
  padding-inline: 1.2820512821vw;
}
.result__name:nth-child(odd) {
  border-color: #7e49ff;
  color: #7e49ff;
}
@media screen and (min-width: 390px) {
  .result__name {
    font-size: 16px;
    padding-inline: 5px;
    border-radius: 43px;
    height: 33px;
    padding-top: 3px;
    line-height: 24px;
  }
}
.result__name span {
  white-space: normal; /* ì¤„ë°”ê¿ˆ í—ˆìš© */
  overflow: hidden; /* ë„˜ì¹˜ëŠ” í…ìŠ¤íŠ¸ ìˆ¨ê¹€ */
  text-overflow: ellipsis; /* ìƒëžµ ë¶€í˜¸ í‘œì‹œ */
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 2ì¤„ë¡œ ì œí•œ */
  -webkit-box-orient: vertical;
  word-break: break-word; /* ê¸´ ë‹¨ì–´ ì²˜ë¦¬ */
}
.result__name span:empty:before {
  content: "-";
  line-height: 7.9487179487vw;
}
@media screen and (min-width: 390px) {
  .result__name span:empty:before {
    line-height: 27px;
  }
}
.result__point .row {
  display: flex;
  margin: 0 auto;
}
.result__point .row:first-child .result__point__item {
  flex: 1 1 16.6666666667%;
}
.result__point .row:nth-child(2) {
  width: 80%;
}
.result__point .row:nth-child(2) .result__point__item {
  flex: 1 1 18%;
}
.result__point .row:nth-child(3) {
  width: 65%;
}
.result__point .row:nth-child(3) .result__point__item {
  flex: 1 1 22.5%;
}
.result__point .row:nth-child(4) {
  width: 45%;
}
.result__point .row:nth-child(4) .result__point__item {
  flex: 1 1 30%;
}
.result__point .row:nth-child(5) {
  width: 30%;
}
.result__point .row:nth-child(5) .result__point__item {
  flex: 1 1 45%;
}
.result__point__item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 8.4615384615vw;
  min-width: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.8461538462vw;
  color: #fff;
}
@media screen and (min-width: 390px) {
  .result__point__item {
    font-size: 15px;
    height: 20px;
    margin-block: 15px;
  }
}
.result__text {
  text-align: center;
  font-size: 5.1282051282vw;
  margin: 9.4871794872vw auto;
  color: #fff;
}
@media screen and (min-width: 390px) {
  .result__text {
    font-size: 20px;
    margin: 37px auto;
  }
}
.result__text b {
  font-style: italic;
}
.result__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  height: 14.358974359vw;
  background-color: #7e49ff;
  border-bottom-left-radius: 2.0512820513vw;
  border-top-left-radius: 2.0512820513vw;
  color: #fff;
  font-size: 4.1025641026vw;
  font-weight: 700;
  width: 80%;
  cursor: pointer;
  margin-bottom: 1.7948717949vw;
}
@media screen and (min-width: 390px) {
  .result__btn {
    font-size: 16px;
    height: 56px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    margin-bottom: 7px;
  }
}
.result__btn:hover,
.result__btn:active {
  background: #6a3cd9;
}
.result__circle {
  display: flex;
  justify-content: flex-end;
  gap: 2.0512820513vw;
  margin-top: 6.4102564103vw;
  padding-right: 8.9743589744vw;
}
.result__circle img {
  width: 77.4358974359vw;
}
@media screen and (min-width: 390px) {
  .result__circle {
    gap: 8px;
    margin-top: 25px;
    padding-right: 35px;
  }
  .result__circle img {
    width: 302px;
  }
}
.result__circle .circleBox {
  width: 14.358974359vw;
  height: 14.358974359vw;
  background-color: #d9d9d9;
  border-radius: 50%;
  gap: 2.0512820513vw;
}
@media screen and (min-width: 390px) {
  .result__circle .circleBox {
    width: 56px;
    height: 56px;
  }
}

.search {
  padding-top: 13.8461538462vw;
  padding-bottom: 12.8205128205vw;
}
@media screen and (min-width: 390px) {
  .search {
    padding-top: 54px;
    padding-bottom: 50px;
  }
}
.search__tit {
  font-size: 6.1538461538vw;
  text-align: center;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #fff;
}
@media screen and (min-width: 390px) {
  .search__tit {
    font-size: 24px;
  }
}
.search__box {
  margin-top: 12.8205128205vw;
  display: flex;
  margin-bottom: 11.5384615385vw;
  gap: 1.2820512821vw;
  padding-inline: 5.1282051282vw;
}
@media screen and (min-width: 390px) {
  .search__box {
    max-width: 420px;
    margin: 50px auto 45px;
    gap: 5px;
    padding-inline: 20px;
  }
}
.search__input {
  width: 68.4615384615vw;
  height: 14.358974359vw;
  border-radius: 2.0512820513vw;
  font-size: 4.1025641026vw;
  border: 1px solid #e2e8f0;
  padding: 4.1025641026vw;
  background-color: #fff;
}
@media screen and (min-width: 390px) {
  .search__input {
    width: 267px;
    height: 56px;
    border-radius: 8px;
    font-size: 16px;
    padding: 16px;
  }
}
.search__btn {
  flex: 1;
  background-color: #7e49ff;
  color: #fff;
  font-size: 5.1282051282vw;
  border-radius: 11.0256410256vw;
  cursor: pointer;
}
@media screen and (min-width: 390px) {
  .search__btn {
    font-size: 20px;
    border-radius: 43px;
  }
}
.search__btn:hover,
.search__btn:active {
  background: #6a3cd9;
}
.search__range {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-top: 2.5641025641vw;
  padding-inline: 5.1282051282vw;
  margin-bottom: 20.5128205128vw;
}
.search__rangeItem {
  font-size: 3.8461538462vw;
  letter-spacing: -0.02em;
  width: 25%;
  color: #fff;
}
@media screen and (min-width: 390px) {
  .search__rangeItem {
    font-size: 15px;
  }
}
.search__rangeItem:nth-child(3) {
  padding-left: 2.5641025641vw;
}
@media screen and (min-width: 390px) {
  .search__rangeItem:nth-child(3) {
    padding-left: 10px;
  }
}
.search__rangeItem:nth-child(4) {
  padding-left: 10.2564102564vw;
}
@media screen and (min-width: 390px) {
  .search__rangeItem:nth-child(4) {
    padding-left: 40px;
  }
}
.search__rangeItem:last-child {
  text-align: right;
}
@media screen and (min-width: 390px) {
  .search__range {
    max-width: 420px;
    padding-top: 10px;
    padding-inline: 20px;
    margin: 0 auto 80px;
  }
}
@media screen and (min-width: 390px) {
  .search__list {
    max-width: 460px;
    margin: 0 auto;
  }
}
.search__listHeader {
  display: flex;
  justify-content: space-between;
  padding-inline: 2.5641025641vw;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 2.5641025641vw;
  color: #fff;
}
.search__listHeader__item {
  word-break: keep-all;
  text-align: center;
  line-height: 4.1025641026vw;
  font-weight: 700;
  font-size: 5.1282051282vw;
}
.search__listHeader__item:first-child {
  width: 20%;
}
.search__listHeader__item:nth-child(2) {
  width: 120%;
}
@media screen and (min-width: 390px) {
  .search__listHeader__item:nth-child(2) {
    width: 100%;
  }
}
.search__listHeader__item:last-child {
  width: 30%;
}
@media screen and (min-width: 390px) {
  .search__listHeader__item {
    line-height: 16px;
    font-size: 20px;
  }
}
@media screen and (min-width: 390px) {
  .search__listHeader {
    padding-inline: 10px;
    padding-bottom: 10px;
  }
}
.search__listBody {
  border-bottom: 1px solid #c8c8c8;
}
.search__listBody__itemWrap {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #c8c8c8;
  padding-bottom: 2.5641025641vw;
}
@media screen and (min-width: 390px) {
  .search__listBody__itemWrap {
    padding-bottom: 10px;
  }
}
.search__listBody__itemWrap + .rank .search__listBody__item {
  color: #fff;
}
.search__listBody__item {
  padding-block: 5.1282051282vw;
  text-align: center;
  font-size: 4.6153846154vw;
  color: #fff;
}
.search__listBody__item:first-child {
  width: 12%;
}
.search__listBody__item:nth-child(2) {
  width: 50%;
  text-align: left;
}
.search__listBody__item:last-child {
  width: 20%;
}
@media screen and (min-width: 390px) {
  .search__listBody__item {
    padding-block: 20px;
    font-size: 18px;
  }
}
.search__listFooter {
  display: flex;
  flex-direction: column;
}
.search__listFooter__itemWrap {
  display: flex;
  justify-content: space-between;
}
.search__listFooter__item {
  color: #7e49ff;
  padding-block: 5.1282051282vw;
  text-align: center;
  font-size: 4.6153846154vw;
}
.search__listFooter__item:first-child {
  width: 12%;
}
.search__listFooter__item:nth-child(2) {
  width: 50%;
  text-align: left;
}
.search__listFooter__item:last-child {
  width: 20%;
}
@media screen and (min-width: 390px) {
  .search__listFooter__item {
    padding-block: 20px;
    font-size: 18px;
  }
}
.search__listFooter:before {
  display: block;
  width: 100%;
  height: 18.9743589744vw;
  content: "";
  background: url("../img/ico_dot.svg") no-repeat center center/1.5384615385vw
    12.8205128205vw;
}
@media screen and (min-width: 390px) {
  .search__listFooter:before {
    height: 74px;
    background: url("../img/ico_dot.svg") no-repeat center center/6px 50px;
  }
}
.search__with {
  display: block;
  width: calc(100% - 10.2564102564vw);
  margin: 2.5641025641vw auto;
  height: 15.1282051282vw;
  background-color: #7e49ff;
  color: #fff;
  font-size: 5.1282051282vw;
  border-radius: 11.0256410256vw;
  cursor: pointer;
  padding-inline: 5.1282051282vw;
}
@media screen and (min-width: 390px) {
  .search__with {
    height: 59px;
    font-size: 20px;
    border-radius: 43px;
    width: calc(100% - 40px);
    margin-top: 10px;
  }
}
.search__with:hover,
.search__with:active {
  background: #6a3cd9;
}

.tested {
  padding-top: 12.8205128205vw;
  padding-bottom: 12.8205128205vw;
}
.tested__tit {
  font-size: 6.1538461538vw;
  font-weight: 600;
  text-align: center;
  color: #fff;
}
.tested__tit span {
  color: #7e49ff;
}
@media screen and (min-width: 390px) {
  .tested__tit {
    font-size: 24px;
  }
}
@media screen and (min-width: 390px) {
  .tested {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
.tested__list {
  margin-top: 25.641025641vw;
}
@media screen and (min-width: 390px) {
  .tested__list {
    margin-top: 100px;
  }
}
.tested__list.blur {
  filter: blur(3px);
}
.tested__list .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 2.5641025641vw;
}
@media screen and (min-width: 390px) {
  .tested__list .row {
    padding-bottom: 10px;
  }
}
.tested__list .row + .rank .search__listBody__item {
  color: #7e49ff;
}
.tested__list__item {
  padding-block: 3.8461538462vw;
  text-align: center;
  font-size: 4.6153846154vw;
  color: #fff;
}
.tested__list__item:first-child {
  width: 15%;
}
.tested__list__item:nth-child(2) {
  width: 60%;
  text-align: left;
  padding-left: 5%;
}
.tested__list__item:last-child {
  width: 25%;
}
@media screen and (min-width: 390px) {
  .tested__list__item {
    padding-block: 15px;
    font-size: 18px;
  }
}
.tested__list__item .user {
  color: #fff;
}
.tested__list__item .user:first-child {
  color: #7e49ff;
}
.tested__btn {
  display: block;
  width: 90%;
  margin: 5.1282051282vw auto 0;
  color: #fff;
  padding-block: 5.1282051282vw;
  background-color: #7e49ff;
  border-radius: 11.0256410256vw;
  font-size: 5.1282051282vw;
  cursor: pointer;
}
@media screen and (min-width: 390px) {
  .tested__btn {
    padding-block: 20px;
    border-right: 43px;
    font-size: 20px;
    width: calc(100% - 40px);
    margin-top: 20px;
  }
}
.tested__btn:hover,
.tested__btn:active {
  background: #6a3cd9;
}
.tested__btn.app {
  background-color: #f9ff49;
  color: #000;
}
.tested__btn.app:hover,
.tested__btn.app:active {
  background: #c9cf3c;
}

.desktop23 .inputWrap {
  display: flex;
  flex-direction: column;
  width: 88%;
  max-width: 440px;
  /*margin: 0 auto;*/
  margin: 25px auto;
  gap: 16px;
}
.desktop23 .inputWrap .inputGroup {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 6px;
}
.desktop23 .inputWrap .inputGroup h3 {
  display: block;
  width: 100%;
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #ffffff;
}
/*.desktop23 .inputWrap .inputGroup .row {*/
/*  display: flex;*/
/*  align-items: center;*/
/*  flex-direction: column;*/
/*  width: 100%;*/
/*  gap: 5px;*/
/*}*/
/*@media screen and (min-width: 390px) {*/
/*  .desktop23 .inputWrap .inputGroup .row {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-direction: row;*/
/*  }*/
/*  .desktop23 .inputWrap .inputGroup .row .loveWrap__inputBox {*/
/*    margin-top: 0;*/
/*  }*/
/*}*/

.desktop23 .inputWrap .inputGroup .row {
  display: flex;
  flex-direction: row; /* always row */
  flex-wrap: wrap; /* allow wrapping on very narrow screens */
  width: 100%;
  gap: 10px; /* spacing between inputs */
}

.desktop23 .inputWrap .inputGroup .row .loveWrap__inputBox {
  flex: 1 1 45%; /* allows 2 inputs per row, responsive */
  margin-top: 0; /* remove default margin */
}

#slider {
  width: calc(100% - 10.2564102564vw);
  height: 1px;
  background-color: #c8c8c8;
  position: absolute;
  left: 5.1282051282vw;
  top: 0;
}
#slider span {
  display: block;
  width: 3.3333333333vw;
  height: 3.3333333333vw;
  background-color: #7e49ff;
  position: absolute;
  border-radius: 50%;
  cursor: pointer;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 390px) {
  #slider span {
    width: 13px;
    height: 13px;
  }
}
@media screen and (min-width: 390px) {
  #slider {
    width: calc(100% - 40px);
    left: 20px;
  }
}
.headline{
  text-align: center;
}
.headline h2 {
    font-size: 20px;
    color: white;
}

.headline p {
    font-size: 20px;
    color: white;
}

/*# sourceMappingURL=index.css.map */
