@charset "utf-8";

* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 22px;
  font-family: "nexon", sans-serif;
  font-size: 1.4em;
  font-weight: 400;
}

@font-face {
  font-family: "nexon";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff")
    format("woff");
  font-weight: normal;
  font-style: normal;
}

ul {
  margin-bottom: 200px;
  list-style: none;
}

li {
  padding-left: 2em;
  line-height: 2em;
}

.edu {
  width: 900px;
  margin: 30px auto;
  border: 5px solid #ccc;
  padding: 10px;
}

.f24 {
  font-size: 24px;
  font-weight: bold;
  padding: 10px;
  margin-top: 50px;
}

a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #111;
}
a:hover {
  color: hotpink;
  font-weight: bold;
}
a:active {
}

button.top {
  position: fixed;
  bottom: 50px;
  right: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  line-height: 30px;
  cursor: pointer;
  background-color: coral;
  border: 0;
  color: #fff;
  font-size: 1.5rem;
  text-shadow: 2px 2px 1px #000;
  display: none;
}

/* .top a {
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 1.5rem;
  display: block;
  background-color: tomato;
  padding: 1rem;
  border-radius: 100px;
} */

.jst {
  position: fixed;
  top: 50px;
  right: 50px;
  width: 150px;
  height: 80px;
  border-radius: 30px;
  border: 0;
  color: #fff;
  background-color: lightpink;
  font-size: 1.3rem;
  text-shadow: 2px 2px #fff;
}
.jst a {
  display: block;
}
