@import "reset.css";
@import url("./font/pretendard.css");

html {
  font-family: "Pretendard";
  -webkit-font-smoothing: antialiased;
}

.footerContent {
  background-color: #a21c20;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  padding: 3rem 11.5vw;
  height: auto;
}

.mofinContent {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
}


.mofinContent .footerLink {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1.1rem;
  margin-right: 10rem;
}

.mofinContent .footerLink a {
  color: #FFF;
  font-family: Pretendard;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  margin-right: 2.65rem;
  cursor: pointer;
  height: 2rem;
}

.mofinContent .footerLink a:nth-child(1) {
  color: #FFF;
  font-family: Pretendard;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.mofinContent .footerLink a:nth-child(7){
padding-right: 2rem;
}

.mofinDesc {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 2rem;
}

.desc {
  color: #F2F2F2;
  font-family: Pretendard;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: 1.75rem;
}

.desc p:nth-child(1) {
  display: inline-block;
  color: #F2F2F2;
  font-family: Pretendard;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-right: -3px;
}

.desc p:nth-child(2) {
  display: inline-block;
  /* margin-left: 0.15rem; */
  margin-bottom: 0.5rem;
  color: #F2F2F2;
  font-family: Pretendard;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

.desc p:nth-child(3) {
  margin-top: 0.6rem;
}

.desc p:nth-child(5) {
  margin-top: -2px;
}

.image_box {
  position: relative;
  /* top:-5rem; */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-top: -4.3rem;
  width: 13.5rem;
  margin-right: 0.25rem;
}

.image_box img {
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.image_box img:nth-child(2) {
  margin-top: 1px;
}


@media (max-width: 830px) {

  .mofinFooter{
    background-color: #a21c20;
  }

  .footerContent {
    height: auto;
    margin: 0;
    padding: 0;
    /* background-color: blue; */
    margin-left: 8vw;
    margin-right: 8vw;
  }

  .mofinContent {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    /* justify-content: center; */
    padding:1rem 0 0 0;
  }

  .mofinContent .footerLink {
    display: flex;
    margin: 0rem;
  }

  .mofinContent .footerLink a {
    display: flex;
    flex-direction: column;
    color: #FFF;
    margin-right: 0.25rem;
    color: #FFF;
    font-family: Pretendard;
    font-size: 0.625rem;
    font-weight: 200;
    height: 0;
    margin-top: 10px;
    margin-left: 1rem;
    margin-bottom: 1.3rem;
  }

  .mofinContent .footerLink a:nth-child(1) {
    color: #FFF;
    font-family: Pretendard;
    font-size: 0.625rem;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
  }

  .desc {
    margin-top: 0.35rem;
    margin-bottom: 1.5rem;
  }

  .desc p {
    margin-left: 1rem;
    color: #F2F2F2;
    font-family: Pretendard;
    font-size: 0.6875rem;
    font-style: normal;
    font-weight: 200;
    line-height: 1.25rem;
  }

  .desc p:nth-child(1) {
    display: inline-block;
    margin-right: 0;
  }

  .desc p:nth-child(2) {
    display: inline-block;
    margin: 0;
  }

  .mofinDesc {
    position: relative;
  }

  .desc {
    color: #F2F2F2;
    font-family: Pretendard;
    font-size: 0.6875rem;
    font-weight: 400;
    line-height: 1.25rem;
  }

  .desc p:nth-child(1),
  .desc p:nth-child(2){
    display: none;
  }

  .image_box {
    width: 9rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: absolute;
    margin: 0;
    left: 1rem;
    margin-top: -1.8rem;
  }

  .image_box img {
    width: 1.25rem;
    height: 1.25rem;
  }

}


@media screen and (min-width: 360px) and (max-width: 500px) {
  .footerContent {
    height: auto;
    margin: 0;
    padding: 0;
    /* background-color: blue; */
    margin-left: 3vw;
    margin-right: 3vw;
  }
}