@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/nanumgothic.css");

body,
table,
div,
p,
a,
dd,
ul,
li,
table,
th,
td,
input {
  font-family: "Nanum Gothic";
}

#main_professor_list {
  position: absolute;
  top: 28%;
  right: 80%;
  width: 20%;
  height: 30%;
}

.fixed_banner {
  width: auto;
  height: auto;
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 50;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.fixed_banner > a > img {
  width: 120px;
  height: 120px;
}
