@charset 'UTF-8';
@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff')
  format('woff');
  font-weight: 400;
  font-style: normal;
}
/* 스위트체 */
@font-face {
  font-family: 'SUIT Variable';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Variable.woff2')
  format('woff2');
  font-weight: normal;
  font-style: normal;
}


/* Slider */
.slick-loading .slick-list {
  background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;

  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'),
    url('./fonts/slick.woff') format('woff'),
    url('./fonts/slick.ttf') format('truetype'),
    url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;

  position: absolute;
  top: 50%;

  display: block;

  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);

  cursor: pointer;

  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 9999;

}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  /*font-family: 'slick';*/
  font-size: 30px;
  line-height: 1;

  opacity: 0.75;
  color: #2b2a2a;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'SUIT', sans-serif;
  font-weight: 800;
}

.slick-prev {
  left: 12%;
}
[dir='rtl'] .slick-prev {
  right: 12%;
  left: auto;
}

[dir='rtl'] .slick-prev:before {
  content: '<';
}

.slick-next {
  right: 12%;
}
[dir='rtl'] .slick-next {
  right: auto;
  left: 12%;
}

.slick-prev:before {
  content: '‹';
  font-family: 'SUIT Variable';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Variable.woff2')
}

.slick-next:before {
  content: '›';
  font-family: 'SUIT Variable';
  src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Variable.woff2')
}

[dir='rtl'] .slick-next:before {
  content: '>';
}

/* Dots */
.slick-dotted.slick-slider {
  /* margin-bottom: 30px; */
}

.slick-dots {
  position: absolute;
  bottom: 0px;
  left: 0;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
  width: 10px;
  height: 10px;
  background-color: #e1e1e1;
  border-radius: 50%;
}
.slick-dots li.slick-active {
  width: 30px;
  height: 10px;
  border-radius: 50px;
  background-color: #111111;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 45px;
  line-height: 10px;

  border-radius: 45px;
  position: absolute;
  top: 0;
  left: 0;

  content: '';
  text-align: center;
  opacity: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
}

.slider1 .slick-dots {
  bottom: auto;
  bottom: 10%;
  width: auto;
  transform: translateX(20%);
}

.slider1 .slick-dots li {
  margin: 0 6px;
  width: 9px;
  height: 9px;
}

.slider1 .slick-dots li button:before {
  background-color: #fff;
  border-radius: 50%;
  top: auto;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 12px;
  transition: width 1s;
}

.slider1 .slick-dots li.slick-active button:before {
  background-color: #e73028;
  width: 12x;
  height: 12px;
  margin-left: 0;
}

/* mobile */
@media screen and (max-width: 767px) {
  .slider1 .slick-dots {
    top: unset;
    left: 0%;
    bottom: 2%;
  }
  .slider1 .slick-dots li {
    margin: 0 5px;
    width: 4px;
    height: 4px;
  }
  .slider1 .slick-dots li button:before {
    width: 5px;
    height: 5px;
  }
  .slider1 .slick-dots li.slick-active button:before {
    width: 5px;
    height: 5px;
  }
}

/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .slider1 .slick-dots {
    top: unset;
    left: 2%;
    bottom: 4%;
  }
  .slider1 .slick-dots li {
    margin: 0 7px;
    width: 6px;
    height: 6px;
  }
  .slider1 .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
  .slider1 .slick-dots li.slick-active button:before {
    width: 7px;
    height: 7px;
  }
}
