@charset "UTF-8";
html {
  /*font-size: 62.5%;*/
  /*overflow-y: auto;*/
  }


/* #hero
----------------------------------------------------------- */
#hero {
  /*font-size: 62.5% !important;*/
  position: relative;
  /***** new *****/
  /***** hero slide control *****/ }

#hero .sliderWrap {
	width: 100%;
	background-color: #ffd5c6;
	position: relative;
	}

#hero #heroSlider {
	/*width: 100%;*/
	width: 100%;
	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;
  width:100%;}

/*#hero #heroSlider.slick-slide {
  width: 100%;
  height: 420px;
  }*/

#hero #heroSlider .caption {
  display: none; }

#hero #new {
	width: 100%;
	background-color: #FFE1D7;
	/*border-top: 1px solid #dddddd;*/
	margin-bottom: 0px;
	padding: 0px 0;
	}
#hero #new dl{
	max-width: 1000px !important;
	margin: 0 auto !important;
	}
#hero #new #newInner {
	display: table;
	width: 100%;
	/*
	-webkit-transition: all 1s;
	transition: all 1s;
	*/
	}

#hero #new #newInner #newTitle,
#hero #new #newInner #tickerWrap {
  display: table-cell;
  vertical-align: middle; }

#hero #new #newInner #newTitle {
	/*background-color: #009fd6;
	color: white;
	width: 90px;
	text-align: center;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;*/
	width: 75px;
	font-family: 'Muli', sans-serif;
	/*font-size: 20px;
	font-size: 2.0rem;*/
/*	font-size: 0rem;
	font-weight: bold;
	color: #fff;
	border-right: 0px solid #fff;*/
	padding: 0px 0;
	/*float: left;*/
	vertical-align: middle;
  }

#hero #new #newInner #tickerWrap {
  width: calc(100% - 90px); }

/*#hero #new #newInner #newTitle img {
  width: 44px;
  height: auto;
  vertical-align: middle; }*/

#hero #new #newInner #tickerWrap {
  vertical-align: middle;
  position: relative;
  left: 25px;
  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;
  color: #fac8c3;
  /*font-size: 18px;
  font-size: 1.8rem;*/
  font-size: 1.2rem;
  /*font-weight: bold;*/
  opacity: 0;
  padding: 8px 0;
  max-height: 36px;
  -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(../common/img/arrow_yl_l.html) 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(../common/img/arrow_yl_r.html) right center no-repeat;
  background-size: 9px auto;
  padding-left: 27px;
  border-left: 1px solid rgba(255, 255, 255, 0.5); }

	
	
	
	
@media only screen and (max-width: 768px) {

  #hero #heroSlider {
    /*height: 0px;*/
    /*padding-bottom: 109.38%;*/
	}
  #hero #heroSlider .item a {
    /*height: 0px;*/
    /*padding-bottom: 109.38%;*/
	}

  #hero #new {
    /*background-color: rgba(255, 255, 255, 0.9);*/
	margin-bottom: 0px;
	padding: 6px 0;
    /*position: absolute;
    left: 0;
    bottom: 0;
    overflow: hidden;*/
	}
#hero #new dl{
	width: 94% !important;
	margin: 0 auto !important;
	}
  #hero #new #newInner {
    max-height: 36px;
	}
  #hero #new #newInner #newTitle {
    /*width: 45px;*/
	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-top: 35px;
    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;
	}

}




