.link-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.link-list {
  width: calc(50% - 16px);
}

@media screen and (max-width: 1280px) {
  .link-list {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 960px) {
  .link-list {
    width: 100%;
  }
}

.link-list__item {
  position: relative;
  margin-bottom: 16px;
  padding: 0 0 16px 24px;
  border-bottom: 1px solid #ccc;
}

.link-list__item::before {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  background: #3A4764;
  background: url("/general/img/icon/list-deco.svg");
}

.link-list__item span {
  white-space: nowrap;
  padding-right: 8px;
}

.link-list__item a {
  color: #6DBECC;
  text-decoration: underline;
  word-break: break-all;
  overflow: hidden;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.link-list__item a:hover {
  text-decoration: none;
}

/*# sourceMappingURL=../../maps/pages/link.css.map */
