/********* Slic Slider **********/
/*.slick01{
    margin: 0 auto;
    width: 720px;
	max-height: 320px;
}
.slick01 img{
    margin: 0 10px;
    height: auto;
    width: 100%;
}  */
.slick02{
    margin: 0 auto 16;
    width: 100%;
	max-height: 550px;
}

.slick02 img{
    margin: 0 10px;
    height: 550px;
/*    width: 100%;  */
}

/*slick setting*/
.slick-prev:before,
.slick-next:before {
    color: #000;
}


.slick-slide img {
  height: 55vw;
  max-height: 530px;
  min-height: 250px;
}

.slick-list {
	 max-height: 550px;
}


/**********/

.slick-arrow {
  background-color: transparent;
  bottom: 0;
  height: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 900;
}
.prev-arrow  {
    width: 20px;
    height: 20px;
    border-top: 0px;
    border-bottom: 8px solid #fff;
    border-left: 8px solid #fff;
    border-right: 0px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	left: 25px;
}

.next-arrow {
    width: 20px;
    height: 20px;
    border-top: 8px solid #fff;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 8px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	right: 25px;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

