@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.10.5/font/bootstrap-icons.css");

@font-face {
  font-family: "Dovemayo_gothic";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2302@1.1/Dovemayo_gothic.woff2")
    format("woff2");
  font-weight: normal;
  font-style: normal;
}

* {
  font-family: "Dovemayo_gothic", sans-serif;
}

nav ul {
  list-style-type: none;
  display: flex;
  justify-content: center;
}

#footer_ul > li {
  padding: 32px;
}

.nav > li {
  padding: 2% 0;
}

#wrapper {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: white;
}

nav {
  /* border-top: 1px solid gray; */
  height: 75px;

  justify-content: space-around;
}

body {
  padding-bottom: 100px;
}

#footer_ul a {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /* background: linear-gradient(to right top, #ff9edaaa, #89ebff); */
  background: #8b969d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-align: center;
}

#footer_ul > li {
  position: relative;
}

#footer_ul a:hover {
  cursor: pointer;
  background: linear-gradient(
    to left bottom,
    rgb(229, 56, 162),
    rgb(47, 201, 231)
  );
  -webkit-background-clip: text;
  /* color: transparent; */
}

/*  미디어쿼리 */
@media (max-width: 390px) and (max-height: 844px) {
  #footer_ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
  }

  #footer_ul > li {
    padding: 25px;
  }
}
