@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/NanumGothic/regular.woff2) format('woff2'), url(../fonts/NanumGothic/regular.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NanumGothic/bold.woff2) format('woff2'), url(../fonts/NanumGothic/bold.woff) format('woff');
  font-display: swap;
}

@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 800; 
  src: url(../fonts/NanumGothic/extrabold.woff2) format('woff2'), url(../fonts/NanumGothic/extrabold.woff) format('woff');
  font-display: swap;
}

body {
  width: 100%;
  margin: 0 auto;
  line-height: 18px;
  font-family: "Nanum Gothic", sans-serif !important;
  font-size: 16px;
  line-height: 30px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
* {
  font-family: "Nanum Gothic", sans-serif !important;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bold{
  font-weight: 700;
  font-family: "Nanum Gothic", sans-serif;
}
.progressBarContainer {
  position: absolute;
  bottom: 40px;
  width:100%;
  left:0;
}
.slick-initialized .slick-slide{
  height: auto;
}
.progressBarContainer div span.progressBar {
width: 40px;
height: 5px;
background-color: rgba(121, 144, 224, 1);
display: block;
border-radius: 999px;
}

.progressBarContainer div span.progressBar .inProgress {
background-color: rgba(17, 61, 205, 1);
width: 0%;
height: 5px;
border-radius: 999px;
}

.paperpal-logo{
  width: 95px;
  height: 30px;
  background: url(../images/icons/paperpal-01.svg) no-repeat;
}
.discovery-logo{
  width: 96px;
  height: 31px;
  background: url(../images/icons/discovery-01.svg) no-repeat;
}
.mind-the-graph-logo{
  width: 73px;
  height: 30px;
  background-position: center;
  background: url(../images/icons/mind-the-graph.svg) no-repeat;
}
.tick-io{
  width: 16px;
  height: 16px;
  background: url(../images/icons/tick.svg) no-repeat;
}
.tick-green-io{
  width: 20px;
  height: 20px;
  background: url(../images/check_icon_green.png) no-repeat;
}
.lock-io {
  width: 188px;
  height: 80px;
  background: url(../images/icons/lock-bg.png) no-repeat;
  background-size: contain;
}
.text-yellow-io{
  background: url(../images/icons/text-yellow.svg) no-repeat;
}
.user-yellow-io{
  background: url(../images/icons/user-yellow.svg) no-repeat;
}
.download-yellow-io{
  background: url(../images/icons/download-yellow.svg) no-repeat;
}
.thumb-yellow-io{
  background: url(../images/icons/thumb-yellow.svg) no-repeat;
}
.call-yellow-io {
  background: url(../images/icons/call-yellow.svg) no-repeat;
}
.price-yellow-io {
  background: url(../images/icons/price-yellow.svg) no-repeat;
}
.trust-yellow-io {
  background: url(../images/icons/trust-yellow.svg) no-repeat;
}
.size-24px{
  width: 24px;
  height: 24px;
}