/* footer */
.ftTit {
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 1rem
}

.quickLink {
  background: rgb(148 163 185 / 3%);
  padding: 3rem 0;
}

.quickLink > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quickLink__left {
  display: flex;
}

.ftList {
  list-style: none;
  padding-left: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0.5em;
  grid-row-gap: 0.5em;
  font-size: .9rem;
}

.ftBox + .ftBox {
  margin-left: 2rem;
}

.linkIcon {
  display: inline-block;
  text-align: center;
}

.linkIcon span {
  display: block;
}

.linkIcon .icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: inline-block;
  border: 1px solid rgb(148 163 185 / 50%);
  border-radius: 100%;
  margin-bottom: .5rem;
}

.ftBtm {
  background: #3D444F;
  padding: 3rem 0;
}

.ftInfo {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}

.ftBtm a {
  color: #fff;
  font-size: .9rem;
  position: relative;
}

.leftBox a:before {
  content: '';
  position: absolute;
  right: -12px;
  bottom: 1px;
  width: 1px;
  height: 16px;
  background: #fff;
}


.ftBtm li:nth-child(4) a:before, .ftBtm li:last-child a:before {
  display: none;
}

.ftBtm ul {
  list-style: none;
  padding-left: 0;
}


.ftInfo__right {
  display: flex;
  width: 40%;
  align-items: center;
}

.ftInfo__right .leftBox {
  width: 60%;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 1em;
  grid-row-gap: 0em;
}

.ftInfo__right .leftBox li {
  text-align: end;
}

.ftInfo__right .leftBox li:nth-child(5), .ftInfo__right .leftBox li:nth-child(6) {
  grid-column: span 2;
}


.ftInfo__right .rightBox {
  color: #fff;
  width: 40%;
  font-size: .9rem;
  border-left: 1px solid #fff;
  padding-left: 10px;
  margin-left: 10px;
  text-align: right;
}
