footer {
  z-index: 50;
}
.mainFooter {
  display: flex;
  width: 100%;
  padding: 30px 0px;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  background: var(--Secondary-70, #002046);
}

.mainFooter_wrap {
  display: flex;
  width: 1920px;
  padding: 10px 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
}

.mainFooter_bar {
  width: 1920px;
  height: 0px;
  fill: var(--Grayscale-100, #000);
  stroke-width: 2px;
  stroke: var(--Secondary-80, #00162f);
}

/*콜린스*/

.mainFooter_coallense {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.mainFooter_coallense > span {
  height: 10.454px;
  align-self: stretch;
  color: var(--Grayscale-10, #f0f0f0);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 22.5px */
}

.mainFooter_coallense > p {
  height: 9.504px;
  align-self: stretch;
  color: var(--Grayscale-10, #f0f0f0);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%; /* 21px */
  text-align: center;
}

.mainFooter_coallense > p:nth-child(2) {
  margin: 10px 0px;
}

/*===========================enstar=======================================*/

.mainFooter_enstar {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.mainFooter_enstarLogo {
  width: 98px;
  height: 37px;
  margin-right: 8px;
}

.mainFooter_enstarLogo img {
  width: 98px;
  height: 37px;
}

.mainFooter_enstarInfo > p {
  color: #f18230;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 18.2px */
}
