@charset "utf-8";
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");
@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

@font-face{
  font-family: 'leferi';
  src:url(../font/LeferiPoint-SpecialA.woff)
}

@font-face{
  font-family: 'leferi';
  font-weight: 700;
  src:url(../font/LeferiPoint-SpecialA.woff)
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size:0.6250em;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}


body {
  font-family: "Pretendard", "lereri", "돋음", "Cabin", sans-serif;
  line-height: 1;
}

h2{
  font-family: "lereri";
}

a {
  color: #333;
  text-decoration: none;
}

li {
  list-style: none;
}

button{
  font-family: "Pretendard", "돋음", sans-serif;
	outline: none;
	border: none;
	background: transparent;
	cursor: pointer;
}

.clearfix::after {
	content:"";
	display: block;
	clear: both;
}

.screen_out {
	position: absolute;
	top: -9999em;
}

.ir_pm {
	text-indent: -9999em;
	white-space: nowrap;
	overflow: hidden;
}
