@charset "UTF-8";

/* #hero
----------------------------------------------------------- */
#hero {
  position: relative;
  }

#hero .sliderWrap {
	width: 100%;
	position: relative;
	}

#hero #heroSlider {
	width: 100%;
	/*max-width: 1000px;*/
	/*margin: 0 auto;*/
	/*height: 420px;*/
	}

 
#hero #heroSlider.slick-slider {
  margin-bottom: 0;
  }

/*#hero #heroSlider .item a {
  display: block;
  width: 100%;
  height: 420px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  }*/

/*#hero #heroSlider .item img {
  display: none; }*/

/*#hero #heroSlider.slick-slide {
  width: 100%;
  height: 420px;
  }*/

#hero #heroSlider .item {
	margin: 0 100px;
	}

#hero #heroSlider .caption {
  display: none;
  }

#hero #new {
	/*width: 100%;*/
	max-width: 666px;
	margin: 0 auto 160px;
	padding: 10px 0;
	}
#hero #new #newInner {
	display: table;
	-webkit-transition: all 1s;
	transition: all 1s;
	position: relative;
	}

#hero #new #newInner .targetTxt {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #000 !important;
  font-size: 1.0rem;
  /*text-align: left !important;*/
  opacity: 0;
  padding: 0px 0;
  /*max-height: 36px;*/
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  }

#hero #new #newInner .targetTxt.move {
  -webkit-animation: txtMove 3s linear 1s forwards;
  animation: txtMove 3s linear 1s forwards; }

#hero #new #newInner .targetTxt a {
  text-decoration: none;
  color: #000; }

#hero #new #newInner .targetTxt a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }


/*#hero #new dl{
	max-width: 666px !important;
	margin: 0 auto !important;
	}
#hero #new #newInner {
	display: table;
	width: 100%;
	-webkit-transition: all 1s;
	transition: all 1s;
	}
#hero #new #newInner dt{
	display: none !important;
	}

#hero #new #newInner #newTitle,
#hero #new #newInner #tickerWrap {
  display: table-cell;
  vertical-align: middle; }

#hero #new #newInner #newTitle {
	width: 75px;
	font-family: 'Muli', sans-serif;
	font-size: 1.3rem;
	font-weight: bold;
	color: #fff;
	border-right: 1px solid #fff;
	padding: 8px 0;
	vertical-align: middle;
  }

#hero #new #newInner #tickerWrap {
  width: calc(100% - 90px); }

#hero #new #newInner #tickerWrap {
  vertical-align: middle;
  position: relative;
  left: 0px;
  height: 40px;
  overflow: hidden;
  }

#hero #new #newInner #tickerWrap #tickerList {
  max-width: 100%;
  }

#hero #new #newInner #tickerWrap .targetTxt {
  position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  font-size: 1.2rem;
  opacity: 0;
  padding: 0px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  }

#hero #new #newInner #tickerWrap .targetTxt.move {
  -webkit-animation: txtMove 3s linear 1s forwards;
  animation: txtMove 3s linear 1s forwards; }*/

@-webkit-keyframes txtMove {
  from {
    left: 0; }
  to {
    left: -100%; } }
@keyframes txtMove {
  from {
    left: 0; }
  to {
    left: -100%; } }
/*#hero #new #newInner #tickerWrap .targetTxt a {
  text-decoration: none;
  color: #fac8c3; }

#hero #new #newInner #tickerWrap .targetTxt a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

#hero #new #newInner #tickerWrap ul li {
  padding: 8px 0; }

#hero #new #newInner #tickerWrap ul .slick-list {
  max-width: 100%; }

#hero #new #newInner #tickerWrap ul .slick-track {
  max-width: 100%; }

#hero #new #newInner #tickerWrap ul .slick-slide {
  display: inline-block;
  white-space: normal; }*/

/*#hero #heroSliderControl {
  position: absolute;
  bottom: 0;
  height: 34px;
  width: 100%;
  text-align: center; }

#hero #heroSliderControl #controls {
  display: inline-block;
  height: 34px; }

#hero #heroSliderControl #controls #pager {
  display: inline-block;
  position: relative;
  height: 18px;
  margin-top: 8px;
  padding-left: 100px;
  padding-right: 100px; }

#hero #heroSliderControl #controls #pager .slick-dots {
  position: static;
  height: 12px;
  bottom: 0;
  vertical-align: top;
  padding-top: 3px; }

#hero #heroSliderControl #controls #pager .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 8px;
  vertical-align: top; }

#hero #heroSliderControl #controls #pager .slick-dots button {
  width: 12px;
  height: 12px;
  background-color: #e1e1e1;
  opacity: 0.4;
  text-indent: -9999px;
  overflow: hidden;
  border-radius: 6px;
  padding: 0; }

#hero #heroSliderControl #controls #pager .slick-dots .slick-active button {
  background-color: #b5b5b5;
  opacity: 1; }

#hero #heroSliderControl #controls .arrow {
  display: none;
  background-color: red;
  width: 9px;
  height: 14px;
  vertical-align: top;
  margin-top: 10px;
  cursor: pointer; }

#hero #heroSliderControl #controls #prev {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: url(/slimwalk/common/img/arrow_yl_l.png) left center no-repeat;
  background-size: 9px auto;
  padding-right: 27px;
  border-right: 1px solid rgba(255, 255, 255, 0.5); }

#hero #heroSliderControl #controls #next {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: url(/slimwalk/common/img/arrow_yl_r.png) right center no-repeat;
  background-size: 9px auto;
  padding-left: 27px;
  border-left: 1px solid rgba(255, 255, 255, 0.5); }*/




.sliderWrap .slick-arrow {
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	/*top: 50%;*/
	bottom: -80px;
	padding: 0;
	z-index: 2;
	}
.sliderWrap .slick-prev {
	width: 20px !important;
	height: 30px !important;
	background: url(../img/common/slide_left.png) center center no-repeat !important;
	/*left: 25px !important;*/
	left: 30% !important;
	margin-top: -15px !important;
	z-index: 9999;
	}
.sliderWrap .slick-next {
	width: 20px !important;
	height: 30px !important;
	background: url(../img/common/slide_right.png) center center no-repeat !important;
	/*right: 25px !important;*/
	right: 30% !important;
	margin-top: -15px !important;
	z-index: 999;
	}
.sliderWrap .slick-prev:hover, .slick-next:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}


.sliderWrap .slick-dots {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 12px;
	left: 0;
	bottom: -70px !important;/*-40px*/
	text-align: center;
}
.sliderWrap .slick-dots li {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 9px;
}
.sliderWrap .slick-dots li button {
	border: none;
	display: block;
	width: 12px;
	height: 12px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	background: #e1e1e1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}
.sliderWrap .slick-dots li button:focus {
	outline: none;
}
.sliderWrap .slick-dots li.slick-active button {
	background: #b5b5b5;
}

	
	
	
	
@media only screen and (max-width: 768px) {

/*#hero {
  position: relative;
  }*/
/*#hero .sliderWrap {
	width: 100%;
	position: relative;
	}*/
/*#hero #heroSlider {
	width: 100%;
	}*/
/*#hero #heroSlider.slick-slider {
  margin-bottom: 0;
  }*/

#hero #heroSlider .item {
	margin: 0 0;
	}

/*#hero #heroSlider .caption {
  display: none;
  }*/

#hero #new {
	/*max-width: 666px;*/
	width: 96%;
	height: 2em !important;
	margin: 0 auto 100px;
	padding: 10px 0;
	overflow-x: hidden;
	}
/*#hero #new #newInner {
	display: table;
	-webkit-transition: all 1s;
	transition: all 1s;
	position: relative;
	}*/
#hero #new #newInner .targetTxt {
  /*position: absolute;
  top: 0;
  left: 0;
  white-space: nowrap;
  color: #000 !important;*/
  font-size: 0.8rem;
  height: 2em !important;
  overflow-x: hidden;
  /*opacity: 0;
  padding: 0px 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;*/
  }

/*#hero #new #newInner .targetTxt.move {
  -webkit-animation: txtMove 3s linear 1s forwards;
  animation: txtMove 3s linear 1s forwards; }

#hero #new #newInner .targetTxt a {
  text-decoration: none;
  color: #000; }

#hero #new #newInner .targetTxt a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  }*/
 
 
  /*#hero #heroSlider {
	}
  #hero #heroSlider .item a {
	}*/

  /*#hero #new {
	margin-bottom: 45px;
	padding: 6px 0;
	}
  #hero #new dl{
	width: 94% !important;
	margin: 0 auto !important;
	}*/
  /*#hero #new #newInner {
    max-height: 36px;
	}*/
  /*#hero #new #newInner #newTitle {
	width: 3em;
	font-size: 14px;
    font-size: 0.9rem;
	padding: 4px 0;
	}*/
  /*#hero #new #newInner #newTitle img {
    width: 36px;
    margin-top: -3px;
	}*/
  /*#hero #new #newInner #tickerWrap {
    width: calc(100% - 36px);
    height: 34px;
	}
  #hero #new #newInner #tickerWrap {
  vertical-align: middle;
  position: relative;
  left: 10px;
  height: 24px;
  overflow: hidden;
  }	
  #hero #new #newInner #tickerWrap .targetTxt {
    -webkit-transition: all 1s;
    transition: all 1s;
    font-size: 13px;
    font-size: 0.8rem;
    padding: 4px 0 !important;
	}

  #hero #heroSliderControl {
    bottom: 40px;
	}
  #hero #heroSliderControl #controls {
    display: block;
    width: 100%;
	}
  #hero #heroSliderControl #controls #pager {
    padding-left: 0;
    padding-right: 0;
	}
  #hero #heroSliderControl #controls #prev {
    padding-right: 18px;
    float: left;
    margin-left: 20px;
	}
  #hero #heroSliderControl #controls #next {
    padding-left: 18px;
    float: right;
    margin-right: 20px;
	}*/


.sliderWrap .slick-arrow {
	border: none;
	text-indent: -9999em;
	overflow: hidden;
	position: absolute;
	bottom: -70px;
	padding: 0;
	z-index: 2;
	}
.sliderWrap .slick-prev {
	width: 20px !important;
	height: 30px !important;
	background: url(../img/common/slide_left.png) center center no-repeat !important;
	background-size: 50% !important;
	left: 15% !important;
	margin-top: -15px !important;
	z-index: 9999;
	}
.sliderWrap .slick-next {
	width: 20px !important;
	height: 30px !important;
	background: url(../img/common/slide_right.png) center center no-repeat !important;
	background-size: 50% auto !important;
	right: 15% !important;
	margin-top: -15px !important;
	z-index: 999;
	}
.sliderWrap .slick-prev:hover, .slick-next:hover {
	opacity: 0.8;
	-moz-opacity: 0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	}


.sliderWrap .slick-dots {
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 8px;
	left: 0;
	bottom: -60px !important;
	text-align: center;
}
.sliderWrap .slick-dots li {
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 9px;
}
.sliderWrap .slick-dots li button {
	border: none;
	display: block;
	width: 8px;
	height: 8px;
	text-indent: -9999em;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: block;
	background: #e1e1e1;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	cursor: pointer;
}
.sliderWrap .slick-dots li button:focus {
	outline: none;
}
.sliderWrap .slick-dots li.slick-active button {
	background: #b5b5b5;
}



}




