*,
*:before,
*:after {
  margin:0;
  padding:0;
  box-sizing:border-box;
  font-family: 'Pretendard', sans-serif;
}
button {
  padding: 0;
  border: 0;
  background: none;
  line-height: normal;
  cursor: pointer;
  -webkit-appearance: button;
}
.uplus-netfunnel {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  padding-top: 56px;
  background-color: #fff;
}
.uplus-netfunnel__wrap {
  width: 100%;
  height: 100%;
  padding: 88px 20px 20px;
}
.uplus-netfunnel__head {
  width: 100%;
  text-align: center;
}
.uplus-netfunnel__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #181a1b;
}
.uplus-netfunnel__text {
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #66707a;
}
.uplus-netfunnel__body {
  width: 100%;
  margin-top: 32px;
  padding: 24px 20px;
  border-radius: 12px;
  border: 1px solid #e7ebee;
}
.uplus-netfunnel__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.uplus-netfunnel__item {
  display: flex;
  align-items: stretch;
  gap: 10px;
  width: 100%;
}
.uplus-netfunnel__label {
  flex: 1;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #181a1b;
}
.uplus-netfunnel__item strong {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #525960;
  word-break: break-all;
}
.uplus-netfunnel__count {
  color: #e6007e !important;
}
.uplus-netfunnel__progress {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 4px;
  margin-top: 24px;
  border-radius: 4px;
  background-color: #f3f5f6;
}
.uplus-netfunnel__progress > div {
  background: none !important;
  border-radius: 4px;
}
.uplus-netfunnel__progress > div > div {
  background: #e6007e !important;
}
.uplus-netfunnel__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
}
.uplus-netfunnel__debug {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
  color: rgba(0, 0, 0, 0.2);
}
