.svg-icon {
  background-color: transparent !important;
}
.svg-icon.ico-menu {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico/ico-menu.svg);
}
.svg-icon.ico-setting {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico/ico-setting.svg);
}
.svg-icon.ico-login {
  background-image: url(../images/common/ico/ico-login.svg);
}
.svg-icon.ico-logout {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico/ico-logout.svg);
}
.svg-icon.ico-info {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico/ico-info.svg);
}
.svg-icon.ico-excel {
  width: 2rem;
  height: 2rem;
  background-image: url(../images/common/ico/ico-excel.svg);
}
.svg-icon.ico-pin {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/ico/ico-pin.svg);
}
.svg-icon.ico-download {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/ico/ico-download.svg);
}
.svg-icon.ico-arrowRightGray {
  width: 1.6rem;
  height: 1.6rem;
  background-image: url(../images/common/ico/ico-arrow-right-gray.svg);
}
.svg-icon.ico-infoPurple {
  min-width: 2rem;
  min-height: 2rem;
  background-image: url(../images/common/ico/ico-info-purple.svg);
  background-repeat: no-repeat;
}
.svg-icon.ico-helper-info {
  width: 2rem;
  height: 2rem;
  -webkit-mask: none;
  mask: none;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/common/ico/ico-helper-info.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
}
.svg-icon.ico-invalid {
  width: 2rem;
  height: 2rem;
  -webkit-mask: none;
  mask: none;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/common/ico/ico-invalid.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
}
.svg-icon.ico-pluse {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: none;
  mask: none;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/common/ico/ico-pluse.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
}
.svg-icon.ico-search {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: none;
  mask: none;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/common/ico/ico-search.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
}
.svg-icon.ico-map {
  width: 1.6rem;
  height: 1.6rem;
  -webkit-mask: none;
  mask: none;
  -webkit-mask-image: none;
  mask-image: none;
  background-image: url(../images/common/ico/ico-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-flex;
}

.krds-btn.text:not(.icon) .svg-icon {
  background-color: transparent;
}
/*# sourceMappingURL=ras_icon.css.map */
