/*=================================================
                메인 슬라이드
=================================================*/
.progress-bar{
    display: none;
    position: relative;
    left: 0;
    top: 0;
    background-color: #fff;
    height: 3px;
    z-index: 100;
}
@media screen and (min-width:992px){
    .progress-bar{
        display: block;
    }
}
[data-slick="true"]{
    visibility: hidden;
}
.px-slide{
    position: relative;
}
.px-slide .main-slider{
    margin-bottom: 0;
}
.px-slide-visual{
    display: block;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
}
/*슬라이드 닷 위치*/
.slick-dots{
    position: absolute;
    bottom:15px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
/*슬라이드 닷 위치 및 간격*/
.slick-dots li{
    position: relative;
    display: inline-block;
    margin: 0;
    margin-left: 10px;
    cursor: pointer;
    vertical-align: middle;
}
.slick-dots li:first-child{
    margin-left: 0;
}
/*슬라이드 닷 형태 및 컬러*/
.slick-dots li button {
  display: block;
  width: 12px;
  height: 12px;
  line-height: 0;
  padding: 0;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  outline: none;
  font-size: 0;
  color: transparent;
  cursor: pointer;
  transition: all .4s;
}
/*슬라이드 닷 활성화 형태 및 컬러*/
.slick-dots li.slick-active button {
  width: 50px;
  height: 12px;
  border-radius: 10px;
  border-top: 1px solid #fff;
  background-color: #fff;
}
/*플레이 스탑 버튼*/
.slick-stop,
.slick-play {
  display: none;
  margin-left: 13px;
}
.slick-play {
  width: 10px;
  height: 12px;
  background: url(/views/res/imgs/main/btn_play_n.png) 50% no-repeat / cover;
}
.slick-stop {
  width: 10px;
  height: 12px;
  background: url(/views/res/imgs/main/btn_stop_n.png) 50% no-repeat / cover;
}
@media screen and (min-width: 768px) {
  .px-slide-visual {
    height: 450px;
  }
}
@media screen and (min-width: 992px) {
  [data-slide="slide"] {
    position: relative;
    overflow: hidden;
    height: 650px;
  }
}