.f_footer_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.f_footer_area .main_ {
  height: 50px;
  width: 100%;
  background-color: #004135;
  border-radius: 24px 24px 0 0;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem;
}
.f_footer_area .main_ .desc_ {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #fff;
  padding-right: 4px;
}
.f_footer_area .main_ .desc_ span {
  font-size: 20px;
  color: #00F200;
}
.f_footer_area .main_ .desc_ img {
  height: 45px;
  padding: 5px;
}
.f_footer_area .main_ .desc_ .desc_data {
  display: block;
}
.f_footer_area .main_ .btn_apply .dgButton a, .f_footer_area .main_ .btn_apply .dgButton button {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #004135;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none !important;
  transition: 300ms;
  height: 2.3rem;
  text-align: center;
  border: 1px solid #fff;
}
.f_footer_area .main_ .btn_apply .dgButton:hover a, .f_footer_area .main_ .btn_apply .dgButton:hover button {
  font-size: 0.75rem;
  font-weight: 700;
  color: #47ee40;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #47ee40;
  color: #fff;
  border: 1px solid #004135;
}

.f_pl_footer_area {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 998;
}
.f_pl_footer_area .main_ {
  height: 50px;
  width: 100%;
  background-color: #004135;
  border-radius: 24px 24px 0 0;
  justify-content: space-evenly;
  align-items: center;
  padding: 1rem;
}
.f_pl_footer_area .main_ .desc_ {
  width: 50%;
  display: flex;
  align-items: center;
  font-size: 20px;
  color: #fff;
  padding-right: 4px;
  justify-content: space-around;
}
.f_pl_footer_area .main_ .desc_ span {
  font-size: 20px;
  color: #00F200;
}
.f_pl_footer_area .main_ .desc_ img {
  height: 50px;
  padding: 5px;
}
.f_pl_footer_area .main_ .desc_ .desc_data {
  display: block;
}
.f_pl_footer_area .main_ .btn_apply .dgButton a, .f_pl_footer_area .main_ .btn_apply .dgButton button {
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #004135;
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  text-decoration: none !important;
  transition: 300ms;
  height: 2.3rem;
  text-align: center;
  border: 1px solid #fff;
}
.f_pl_footer_area .main_ .btn_apply .dgButton:hover a, .f_pl_footer_area .main_ .btn_apply .dgButton:hover button {
  font-size: 0.75rem;
  font-weight: 700;
  color: #47ee40;
  line-height: 1rem;
  font-family: var(--main-font, "Filson Pro");
  background-color: #47ee40;
  color: #fff;
  border: 1px solid #004135;
}

@media (max-width: 768px) {
  .f_footer_area .main_ {
    height: 50px;
  }
  .f_footer_area .main_ .desc_ {
    font-size: 0.44rem;
  }
  .f_footer_area .main_ .desc_ span {
    font-size: 0.6rem;
  }
  .f_footer_area .main_ .desc_ img {
    height: 40px;
  }
  .f_footer_area .main_ .desc_ .desc_data {
    display: flex;
    flex-direction: column;
  }
  .f_footer_area .main_ .btn_apply .dgButton a, .f_footer_area .main_ .btn_apply .dgButton button {
    font-size: 0.6rem;
    font-weight: 600;
    color: #004135;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
    background-color: #fff;
    white-space: nowrap;
  }
  .f_footer_area .main_ .btn_apply .dgButton a span, .f_footer_area .main_ .btn_apply .dgButton button span {
    display: none;
  }
  .f_footer_area .main_ .btn_apply .dgButton:hover a, .f_footer_area .main_ .btn_apply .dgButton:hover button {
    font-size: 0.6rem;
    font-weight: 600;
    color: #47ee40;
    line-height: 1rem;
    font-family: var(--main-font, "Filson Pro");
    color: #fff;
  }
  .f_pl_footer_area .main_ {
    height: 50px;
  }
  .f_pl_footer_area .main_ .desc_ {
    width: 50%;
  }
  .f_pl_footer_area .main_ .desc_ img {
    height: 40px;
  }
  .f_pl_footer_area .main_ .desc_ .desc_data {
    font-size: 12px;
  }
  .f_pl_footer_area .main_ .btn_apply .dgButton a, .f_pl_footer_area .main_ .btn_apply .dgButton button {
    font-size: 0.6rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
  }
}
@media (min-width: 600px) and (max-width: 1024px) {
  .f_pl_footer_area .main_ .desc_ .desc_data {
    font-size: 16px;
  }
  .f_pl_footer_area .main_ .btn_apply .dgButton a, .f_pl_footer_area .main_ .btn_apply .dgButton button {
    font-size: 0.7rem;
    font-weight: 500;
    padding: 0.6rem 1rem;
  }
}
