.polp {
  position: fixed;
  top: 0;
  width: 100%;
  display: none;
  user-select: none;
  z-index: 100;
}
.polp section {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  z-index: 200;
  position: relative;
}
.polp section .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.polp section .body .stage {
  padding: 2px 16px;
  width: 180px;
  height: 40px;
  border: 1px solid #ed7011;
  border-radius: 40px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  display: flex;
  align-items: center;
  color: #ed7011;
  position: relative;
  cursor: pointer;
  text-decoration: none;
}
.polp section .body .stage::after {
  position: absolute;
  content: "";
  background: url(./maintenance/vector.png) no-repeat;
  width: 8px;
  height: 14px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}

.polp section .card_pop {
  width: 500px;
  height: 553px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  position: relative;
}

.polp section .card_pop .close,
.mini-polp section .close {
  content: "";
  position: absolute;
  background: url("../assets/polp/close.png");
  right: 20px;
  top: 20px;
  width: 13px;
  height: 13px;
  cursor: pointer;
}

.mini-polp section .close {
  right: 10px;
  top: 10px;
}

.polp section .card_pop::before {
  content: "";
  position: absolute;
  background: url("../assets/polp/pop.png");
  display: flex;
  justify-content: center;
  top: -68px;
  height: 173px;
  width: 144px;
}

.polp section .card_pop p,
.mini-polp p {
  font-size: 19px;
  margin: 10px;
  position: relative;
  font-weight: 400;
  width: 350px;
  font-family: "Titillium Web";
  margin: 0;
}

.polp section .card_pop p.final,
.mini-polp p.final {
  font-size: 15px;
  color: rgba(18, 18, 18, 0.5);
  margin-top: 30px;
}

.polp section .card_pop .logo {
  margin-top: 140px;
}

.polp section .card_pop button,
.mini-polp button {
  padding: 8px 24px;
  width: 180px;
  height: 41px;
  background: #d4e796;
  border-radius: 40px;
  border: none;
  outline: none;
  margin: 0 auto;
  font-family: "Titillium Web";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
}

.polp section .card_pop .icons {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
.polp section .card_pop .icons a {
  width: 25px;
  height: 25px;
}

.polp section .card_pop .icons .eplus {
  background: url(../assets/links/eplus.png) no-repeat;
}

.polp section .card_pop .icons .go {
  background: url(../assets/links/go.png) no-repeat;
  width: 19px;
  height: 19px;
}

.polp section .card_pop .icons .tatum {
  background: url(../assets/links/tatum.png) no-repeat;
  width: 21px;
  height: 23px;
}

.mini-polp {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 277px;
  height: 228px;
  background: #fff;
  border: 2px solid #d4e796;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  text-align: center;
  z-index: 14;
}

.mini-polp img {
  width: 140px;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}

.mini-polp button {
  margin-top: 15px;
}

.mini-polp p {
  font-size: 13px;
  color: #121212;
  width: 230px;
  text-align: center;
}

.mini-polp p.final {
  font-size: 11px;
  margin-top: 12px;
}
