@charset "utf-8";
/* design05 Slider */

.design05 .slider__wrapper {
	margin:60px auto;
}
.thumb01_slider{
    width:100%;
}

.thumb01_slider .thumb01__top{
	max-width: 690px;
	margin: 0 auto 20px;
	width: calc(100% - 60px);
}

.thumb01_slider .thumb01__bottom{
	padding: 0 100px;
	max-width: 1200px;
	margin: 0 auto;
}

	/**************-1024px***************/
	@media screen and (max-width:1024px){
		.thumb01_slider .thumb01__bottom{
			padding:0 8%;
		}

	}

	/**************-560px***************/
	@media screen and (max-width: 560px) {
		.thumb01_slider .thumb01__bottom{
			padding: 0;
			margin: 0px auto 30px;
		}
		.thumb01_slider .thumb01__top{
		margin: 0 auto 10px;
		}
		.design05 .slider__wrapper {
		margin:40px auto;
		}

	}


/* img */
.thumb01_slider .slider__box01{
	/* background: #242424; */
	box-sizing:border-box;
	padding: 10px;
	/* aspect-ratio: 4 / 3; */
}

.thumb01_slider .slider__box01 img{
  width: 100%!important;
  height: 500px!important;
  object-fit: contain;
  object-position: center;
}

.thumb01_slider .slider__box02{
	padding:4px;
	box-sizing:border-box;
	cursor:pointer;
	max-width: 225px;
	width: 100%;
	height: 170px;
}


.thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #fff;
	box-sizing:border-box;
}
.design03 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #383D85;
}
.design04 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #000000;
}
.thumb01_slider .slider__box02 img{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

	/**************768px***************/
	@media screen and (max-width:768px){
		.thumb01_slider .slider__box02{
		height: 80px;
		width: 30%;
		max-width: 100px;
		}
	}
	/**************560px***************/
	@media screen and (max-width:560px){
		.thumb01_slider .slider__box01{
		height: 180px;
		padding: 0;
		}
		.thumb01_slider .slider__box01 img{
		height: 180px!important;
		}
	}

/* Arrows */
.thumb01_slider .slick-prev,
.thumb01_slider .slick-next {
    color: transparent;
    border: medium none;
    outline: medium none;
    padding: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 50px!important;
    height: 50px!important;
    border-radius: 100%;
    cursor: pointer;
    z-index: 5;
    transition: all 0.3s ease-in-out 0s;
    transform:translate(0,-50%);
    /* background:#c2c2c2; */
}

.thumb01_slider .slick-prev::before,
.thumb01_slider .slick-next::before{
  position:absolute;
  content:'';
  width: 14px;
  height: 14px;
  border-bottom: 1px solid #000000;
  border-right: 1px solid #000000;
  top:50%;
  font-size: 0px!important;
}
.design03 .thumb01_slider .slick-prev::before,
.design03 .thumb01_slider .slick-next::before{
  border-bottom: 3px solid #383D85;
  border-right: 3px solid #383D85;
}
.thumb01_slider .slick-prev::before{
  transform:translate(-50%,-50%) rotate(135deg);
  left:55%;
}

.thumb01_slider .slick-next::before{
  transform:translate(-50%,-50%) rotate(-45deg);
  left:45%;
}
.thumb01_slider .slick-prev:hover,
.thumb01_slider .slick-next:hover{
  opacity: 0.5;
}

.thumb01_slider .slick-next{right:10px!important;}
.thumb01_slider .slick-prev{left: 10px!important;}

	/**************-1024px***************/
	@media screen and (max-width:1024px){
		.thumb01_slider .slick-prev,
		.thumb01_slider .slick-next {
			width: 5vw!important;
			height: 5vw!important;
		}

		.thumb01_slider .slick-prev::before,
		.thumb01_slider .slick-next::before{
		  width: 1vw;
		  height: 1vw;
		}
	}

	/**************-768px***************/
	@media screen and (max-width: 768px) {

	}

	/**************-560px***************/
	@media screen and (max-width: 560px) {
		.thumb01_slider .slick-prev,
		.thumb01_slider .slick-next {
			width: 30px!important;
			height: 30px!important;
			display: none;
		}

		.thumb01_slider .slick-prev::before,
		.thumb01_slider .slick-next::before{
		  width: 6px!important;
		  height: 6px!important;
		  display: none;
		}

	}




/* Dots */
.thumb01_slider .slick-dots{
    position: absolute;
    bottom: 25px;
    display: block;
    width: 100%;
    padding: 0;
    list-style: none;
    text-align: center;
    border: 0px solid #dadada;
}
.thumb01_slider .slick-dots li{
    position: relative;
    display: inline-block;
    background:#c2c2c2;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    border-radius:100%;
    padding: 0;
    transition:0.3s;
    cursor: pointer;
    border-bottom:0px solid #dadada;
}

.thumb01_slider .slick-dots li:hover,.thumb01_slider .slick-dots .slick-active{
    background:#b5b5b5;
    transition:0.3s;
}

.thumb01_slider .slick-dots li button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.thumb01_slider .slick-dots li button:hover,
.thumb01_slider .slick-dots li button:focus{
    outline: none;
}
.thumb01_slider .slick-dots li button:hover:before,
.thumb01_slider .slick-dots li button:focus:before{
    opacity: 1;
}
.thumb01_slider .slick-dots li button:before{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.thumb01_slider .slick-dots li.slick-active button:before{
    opacity: .75;
    color: black;
}

	/**************-1024px***************/
	@media screen and (max-width:1024px){
		.thumb01_slider .slick-dots{bottom: 4%;}
		.thumb01_slider .slick-dots li{
			width: 15px;
			height: 15px;
			margin: 0 3px;
		}
	}

	/**************-768px***************/
	@media screen and (max-width: 768px) {

	}

	/**************-560px***************/
	@media screen and (max-width: 560px) {
		.thumb01_slider .slick-dots li{
			width: 10px;
			height: 10px;
		}
		 .thumb01_slider .slick-dots{
			bottom: 1%;
		}

	}
