@import url("https://fonts.googleapis.com/css?family=Roboto:400,900");

/* 구분 start -----------------------------------*/
/**** pc ****/
@media only all and (min-width:768px) {.promotion-carousel .promotions {
  width: 100%;
  height: 50%; float: left
}
.promotion-carousel .promotion {
  width: 100%;
  height: 50vh;
  min-height: 600px;
  position: relative;
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
  overflow: hidden;
}}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:768px) {
}
/**** 모바일 ****/
@media only all and (max-width:767px) {.promotion-carousel .promotions {
  width: 100%;
  height: 50%; float: left
}
.promotion-carousel .promotion {
  width: 100%;

  min-height:200px;
  position: relative;
  background-size:auto 100%;
  background-position: top center!important;
  background-repeat: no-repeat;
  overflow: hidden; 
}
	
}
/**** 모바일2 ****/
@media only all and (max-width:400px) {
}
/* 구분 //end -----------------------------------*/

.promotion-carousel .promotion .inner{
  height: 100%; display: flex;   align-items: center;
}
.promotion-carousel .promotion .shade {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 50%);
}

.promo-text {
  color: #fff;
  position: relative;
}
.promo-text .copy {
  display: block;
}

.promo-detail {

  z-index: 100;
  width: 100%; 
  

}

.promo-detail .headline {
  font-weight: 900;
  font-size: 22px;
  line-height: 1.15;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.promo-detail .body {
  font-size: 14px;
  line-height: 1.3;
  margin-bottom: 5px;
  text-transform: none;
}
.promo-detail .buttons {
  padding: 15px 0;
}
.promo-detail .button {
  box-sizing: content-box;
  height: auto;
  line-height: 1;
  padding: 15px 20px;
  width: auto;
  display: inline-block;
}
.promo-detail .button:first-child {
  background: #b10000;
}
.promo-detail .button:first-child:hover {
  border-color: #c00;
  background-color: #c00;
}
.promo-detail .dash {
  background: #b10000;
  display: block;
  height: 3px;
  margin-bottom: 10px;
  width: 30px;
}
.promo-detail .promo-flag {
  background: 0 0;
  font-size: 14px;
  line-height: 14px;
  margin-bottom: 8px;
  position: relative;
  text-transform: uppercase;
  display: inline-block;
}

@media (min-width: 668px) {
  .promo-detail {
    width: 450px;
  }
  .promo-detail .headline {
    font-size: 36px;
    line-height: 1.1;
  }
  .promo-detail .body {
    font-size: 14px;
    margin-bottom: 0;
    text-transform: none;
  }
}
@media (min-width: 840px) {
  .promo-detail .headline {
    font-size: 42px;
  }
  .promo-detail .body {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .promo-detail .dash {
    display: block;
    height: 3px;
    margin-bottom: 15px;
    width: 30px;
  }
  .promo-detail .headline {
    font-weight: 600;
    font-size: 56px;
    line-height: .85;
    margin-bottom: 15px;
    margin-left: -2px;
  }
  .promo-detail .headline.medium {
    font-size: 50px;
  }
  .promo-detail .headline.long {
    font-size: 40px;
  }
  .promo-detail .body {
    font-size: 18px;
    line-height: 1.4;
  }
  .promo-detail .button {
    padding: 12px;
  }
}
@media (min-width: 1440px) {
  .promo-detail .dash {
    height: 4px;
    width: 40px;
  }
  .promo-detail .headline {
    font-size: 66px;
  }
  .promo-detail .headline.medium {
    font-size: 56px;
    line-height: 1;
  }
  .promo-detail .headline.long {
    font-size: 46px;
    line-height: 1;
  }
  .promo-detail .promo-flag {
    font-size: 18px;
    line-height: 18px;
  }
  .promo-detail .body {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.navigation {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50px;
}
.navigation ul {
  list-style: none;
  padding: 0;
}
.navigation li {
  position: relative;
  width: 8px;
  height: 8px;
  margin: 15px 0;
}
.navigation li a {
  background-color: #fff;
  border-radius: 100%;
  height: 100%;
  width: 100%;
  display: block;
  transition: .2s ease;
}
.navigation li a.active {
  background-color: #b10000;
}
