@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);
}
.design12 .thumb01_slider .thumb01__top{
	border-radius:20px;
	border: 2px solid #4f56bd;
	overflow: hidden;
	padding: 10px;
	background: #fff;
}
.design15 .thumb01_slider .thumb01__top{
	border-radius:20px;
	border: 2px solid #FC5B6B;
	overflow: hidden;
	background: #fff;
}
.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;
		}
		.design12 .thumb01_slider .thumb01__top{
		padding: 5px;
		}
		.design16 .thumb01_slider .thumb01__bottom{
			margin: 0px auto;
		}
	}


/* img */
.thumb01_slider .slider__box01{
	background: #fff;
	box-sizing: border-box;
	padding: 10px;
}
.design12 .thumb01_slider .slider__box01{
	padding:0;
}
.design14 .thumb01_slider .slider__box01{
	padding:0;
	background:none;
}
.design15 .thumb01_slider .slider__box01{
	padding:0;
}
.design16 .thumb01_slider .slider__box01{
	background:transparent;
	padding:0;
}
.thumb01_slider .slider__box01 img{
  width: 100%!important;
  height: 500px!important;
  object-fit: contain;
  object-position: center;
}
.design15 .thumb01_slider .slider__box01 img,
.design16 .thumb01_slider .slider__box01 img,
.design17 .thumb01_slider .slider__box01 img{
  width: 100%!important;
  height:100%!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;
}
.design12 .thumb01_slider .slider__box02{
	border-radius: 10px;
	overflow:hidden;
}
.design15 .thumb01_slider .slider__box02{
	border-radius: 10px;
	overflow:hidden;
}
.thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #000000;
	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;
}
.design06 .slider__box02.slick-center img{
	border: 2px solid #000000;
}
.design07 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #0606B5;
}
.design08 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #E11321;
}
.design09 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #F08DD0;
}
.design10 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #01bb4d;
}
.design11 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #57CCF6;
}
.design12 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #4f56bd;
}
.design13 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #4f56bd;
}
.design15 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #FC5B6B;
}
.design16 .thumb01_slider .slider__box02.slick-center img{
	border: 3px solid #F5FD10;
}
.design17 .thumb01_slider .slider__box02.slick-center img{
	border: 2px solid #A8022E;
}
.thumb01_slider .slider__box02 img{
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.design12 .thumb01_slider .slider__box02 img{
	border:0;
	border-radius: 10px;
}
.design15 .thumb01_slider .slider__box02 img{
	border: 2px solid #000000;
	border-radius: 15px;
}
	/**************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: 100%!important;
		}
		.design14 .thumb01_slider .slider__box01 img{
		height: 100%!important;
		}
		.design15 .thumb01_slider .slider__box01 img{
		height: 100%!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%);
}

.design07 .thumb01_slider .slick-prev,
.design07 .thumb01_slider .slick-next {
   border-radius: 0;
   background:#0606B5;
}

.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;
}
.design07 .thumb01_slider .slick-prev::before,
.design07 .thumb01_slider .slick-next::before{
  border-bottom: 3px solid #ffce00;
  border-right: 3px solid #ffce00;
  opacity: 1;
}
.design08 .thumb01_slider .slick-prev::before,
.design08 .thumb01_slider .slick-next::before{
  border-bottom: 3px solid #E11321;
  border-right: 3px solid #E11321;
}
.design09 .thumb01_slider .slick-prev::before,
.design09 .thumb01_slider .slick-next::before{
  border-bottom: 3px solid #F08DD0;
  border-right: 3px solid #F08DD0;
}
.design10 .thumb01_slider .slick-prev::before,
.design10 .thumb01_slider .slick-next::before{
  border-bottom: 2px solid #409E60;
  border-right: 2px solid #409E60;
}
.design11 .thumb01_slider .slick-prev::before,
.design11 .thumb01_slider .slick-next::before{
  border-bottom: 3px solid #57CCF6;
  border-right: 3px solid #57CCF6;
}
.design14 .thumb01_slider .slick-prev::before,
.design14 .thumb01_slider .slick-next::before{
  border-bottom: 2px solid #D5B84D;
  border-right: 2px solid #D5B84D;
  opacity:1;
}
.design15 .thumb01_slider .slick-prev::before,
.design15 .thumb01_slider .slick-next::before{
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 20px solid #e53935;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-right: none;
}
.design16 .thumb01_slider .slick-prev::before,
.design16 .thumb01_slider .slick-next::before{
  border-bottom: 10px solid #F5FD10;
  border-right: 10px solid #F5FD10;
  opacity:1;
}
.design17 .thumb01_slider .slick-prev::before,
.design17 .thumb01_slider .slick-next::before{
  border-bottom: 2px solid #010971;
  border-right: 2px solid #010971;
}
.design15 .thumb01_slider .slick-prev::before{
	border-right: 20px solid #e53935;
	border-left:none;
}
.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!important;
		}

		.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%;
		}

	}