@charset "utf-8";
.dnp__widget {
  width: 100px;
  height: 100px;
  bottom: 30px;
  right: 30px;
  display: block !important;
  background-color: transparent;
  position: fixed;
  margin: 0;
  z-index: 999;
  text-decoration: none;
}
.dnp__widget-title {
  font-family: NotoSansKR;
  font-size: 13px;
  font-weight: 900;
  text-align: center;
  height: 20px;
}
.dnp__widget-box {
  height: 80px;
  position: relative;
  z-index: 100;
}
.dnp__widget-boxShadow {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  top: 7px;
  left: 20px;
  position: absolute;
  box-shadow: 1px 1px 12px 0 rgba(17, 17, 17, 0.7);
  z-index: -1;
}
.dnp__widget-logo {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  top: 7px;
  left: 20px;
  position: absolute;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center;
}
.dnp__widget-svg {
  width: 94px;
  height: 80px;
  position: absolute;
  top: 0;
  left: 3px;
}
@media (max-width: 600px) {
  .dnp__widget {
    width: 80px;
    height: 86px;
    bottom: 20px;
    right: 20px;
  }
  .dnp__widget-title {
    font-size: 12px;
    height: 18px;
  }
  .dnp__widget-box {
    height: 68px;
  }
  .dnp__widget-svg {
    width: 80px;
    height: 68px;
  }
  .dnp__widget-boxShadow {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    top: 6px;
    left: 16px;
  }
  .dnp__widget-logo {
    width: 54px;
    height: 54px;
    border-radius: 27px;
    top: 6px;
    left: 16px;
  }
}
