* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Noto Sans KR", "Noto Sans", sans-serif;
}
img {
  width: 100%;
  display: block;
}
li,
ul {
  list-style: none;
}
a {
  color: #000000;
  text-decoration: none;
}
.container {
  width: 100%;
  max-width: 1136px;
  padding: 0 48px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
button {
  outline: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.loading {
  width: 100%;
  z-index: 234234;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #6a6afb;
  pointer-events: none;
}
.container {
  width: 100%;
  max-width: 1136px;
  padding: 0 48px;
  margin: 0 auto;
  height: 100%;
  position: relative;
}
button {
  outline: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
}
.commonTitle_h {
  font-size: 50px;
  color: #1e1e1e;
  font-weight: 700;
  overflow: hidden;
}
.commonTitle_p {
  margin-top: 40px;
  font-size: 22px;
  color: #1e1e1e;
  font-weight: 400;
}
