@import "reset.css";

@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard_Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard_Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Pretendard";
  src: url("../fonts/Pretendard_Bold.ttf") format("truetype");
  font-weight: 700;
}

section {
  width: 100%;
  margin: 0 auto;
}
.scroll-box {
  overflow-y: hidden;
}
.show-scrollbar {
  overflow-y: scroll;
}
a {cursor:pointer;}
