
.slidizle {
  position: relative;}

/* line 8, ../sass/_slidizle.scss */
.slidizle-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 426px; }

/* line 13, ../sass/_slidizle.scss */
.slidizle-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  display: none; 
  overflow:hidden;
}
  /* line 21, ../sass/_slidizle.scss */
  .slidizle-slide.active {
    display: block; }

/* line 25, ../sass/_slidizle.scss */
.slidizle-navigation {
  position:absolute;
  width: 800px;
  text-align: center;
  z-index: 10; 
  top:-410px;
  left:50%;
  margin-left:-370px;
}
  /* line 32, ../sass/_slidizle.scss */
  .slidizle-navigation li {
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: white;
    opacity: 1;
    font-size: 1px;
    text-indent: -99999px;
    margin: 0 2px;
    cursor: pointer;
    -moz-transition: opacity 0.2s ease-in-out 0s;
    -o-transition: opacity 0.2s ease-in-out 0s;
    -webkit-transition: opacity 0.2s ease-in-out;
    -webkit-transition-delay: 0s;
    transition: opacity 0.2s ease-in-out 0s; }

    .slidizle-navigation li:hover, .slidizle-navigation li.active {
      opacity: 1; }

.slidizle-next, .slidizle-previous {
  color: white;
  font-size: 30px;
  position: absolute;
  top: 240px;
  z-index: 30;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  opacity: 1;
  -moz-transition: opacity 0.2s ease-in-out 0s;
  -o-transition: opacity 0.2s ease-in-out 0s;
  -webkit-transition: opacity 0.2s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: opacity 0.2s ease-in-out 0s; }

  .slidizle-next.disabled,
  .slidizle-previous.disabled {
    opacity: .2;
    cursor: default; }

.slidizle-next {
  right: -80px; }

.slidizle-previous {
  left: -80px; }

.s2_1container {
  max-width: 1200px;
  margin: 0 auto;
  height:450px;
}

.sample {
  position: relative;
  width: 100%;
  height: 0;
  /* padding-bottom: 56%;
  margin-bottom: 50px;  불필요*/}
  /* line 48, ../sass/style.scss */
  .sample header {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-shadow: black 0 0 50px;
    background: rgba(0, 0, 0, 0.3);
    padding: 50px 150px;
    z-index: 20; }

.slider-progressbar {
  height: 5px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fbd665;
  z-index: 20; }

.slider--animated .slidizle-content > .active ~ .slidizle-slide {
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%); }

.slider--animated .slidizle-slide {
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -moz-transition: -moz-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: transform 0.5s ease-in-out 0s;
  display: block !important; }

  .slider--animated .slidizle-slide.active {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    z-index: 2; }


.slider--animated-up-down .slidizle-content > .active ~ .slidizle-slide {
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -webkit-transform: translateY(100%);
  transform: translateY(100%); }

.slider--animated-up-down .slidizle-slide {
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: -moz-transform 0.5s ease-in-out 0s;
  -o-transition: -o-transform 0.5s ease-in-out 0s;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -webkit-transition-delay: 0s;
  transition: transform 0.5s ease-in-out 0s;
  display: block !important; }

  .slider--animated-up-down .slidizle-slide.active {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 2; }

.slidizle-navigation .slider-navigation-item {
  width: 80px;
  height: 88px;
  background-size: cover;
  background-position: 50% 50%;
  margin-right:70px;
  margin-bottom:20px;
}
.slidizle-navigation .slider-navigation-item a {display:block; width:80px; height:88px;}

.btn.btn--custom {
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 5px 10px;
  color: black;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
  outline: none; }
  
  
  
  .fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	}
	.fa-arrow-right:before {
	    content: "〉";
	}
    
    .fa-arrow-left:before {
    content: "〈";
	}
  

@media only screen and (max-width:1400px) {
    .slidizle-next{right:30px;}
    .slidizle-previous{left:30px;}
    .slidizle-next, .slidizle-previous{color:#333;}
}
/* @media only screen and (max-width:1200px) {
    .slidizle-navigation .slider-navigation-item{margin-right:20px;}
    .slidizle-navigation{width:59%;right:4%;}
    .slidizle-slide{left:2.5%;width:95%;}
} */
@media only screen and (max-width:1080px) {
    .slidizle-navigation{right:5%;}
}
@media only screen and (max-width:900px) {
    .slidizle-navigation .slider-navigation-item{margin-right:70px;}
    .slidizle-navigation{width:95%;right:2%;top:-390px;}
}
@media only screen and (max-width:870px) {
    .slidizle-navigation{right:0%;}
}
@media only screen and (max-width:830px) {
    .slidizle-navigation .slider-navigation-item{margin-right:20px;}
    .slidizle-navigation{width:600px;right:11%;}
    .slidizle-navigation{margin-left:-307px;}
}
@media only screen and (max-width:730px) {
    .slidizle-navigation{right:7%;}
}
@media only screen and (max-width:700px) {
    .slidizle-navigation{right:3%;}
}
@media only screen and (max-width:600px) {
     .slidizle-navigation .slider-navigation-item{width:60px;height:66px;}
     .slidizle-navigation{width:450px;top:-340px;}
     .slidizle-slide{height:80%;}
     .slidizle-navigation{margin-left:-225px;}
     .slidizle-next, .slidizle-previous{top:190px;}
}
@media only screen and (max-width:480px) {
    .slidizle-navigation{width:267px;text-align:left;top:-515px;right:14%;}
    .slidizle-navigation{margin-left:-120px;}
}
@media only screen and (max-width:480px) {
    .slidizle-navigation{right:0%;}
}
@media only screen and (max-width:430px) {
	.slidizle-next, .slidizle-previous{top: 185px;}
	.slidizle-next{    right: 22px !important;}
	.slidizle-previous{    left: 22px !important;}
}

