@charset "UTF-8";

.widget_mainslide{position:relative;height:100vh;min-height:500px;max-height:1000px;}
.widget_mainslide .title{position:absolute;z-index:2;left:50%;top:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);width:550px;max-width:calc(100% - 120px);background-image:url(../img/mainslide_title.png);background-size:100%;background-repeat:no-repeat;background-position:center center;}
.widget_mainslide .title:before{content:"";display:block;padding-bottom:40.4%;}
.widget_mainslide .slide{position:relative;z-index:0;height:100%;}
.widget_mainslide .slide .image{position:relative;height:100%;background-size:cover;background-repeat:no-repeat;background-position:center center;}
.widget_mainslide .slide .image:before{content:"";display:block;position:absolute;z-index:0;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.2);}
.widget_mainslide .slide .slick-list{position:relative;height:100%;}
.widget_mainslide .slide .slick-track{position:relative;height:100%;}
.widget_mainslide .slide .slick-dots{margin:0;padding:0;bottom:75px;left:auto;z-index:1;}
.widget_mainslide .slide .slick-dots li{width:auto !important;height:auto !important;margin:0;vertical-align:top;}
.widget_mainslide .slide .slick-dots li:nth-child(n+2){margin-left:15px;}
.widget_mainslide .slide .slick-dots li button{width:16px;height:16px;min-width:0;min-height:0;border:0;background-color:#404040;border-radius:50%;box-sizing:border-box;}
.widget_mainslide .slide .slick-dots li button:before{content:"";}
.widget_mainslide .slide .slick-dots li.slick-active button{background-color:#56a64f;border-color:transparent;}
.widget_mainslide .directions{position:absolute;z-index:1;left:0;top:50%;transform:translateY(-50%);width:100%;}
.widget_mainslide .directions .directions_inner{position:relative;}
.widget_mainslide .directions .directions_inner_box{position:relative;}
.widget_mainslide .directions .direction{position:absolute;left:0;top:50%;transform:translateY(-50%);margin:0;padding:0;border:0;border-radius:0;box-sizing:border-box;-webkit-appearance:none;width:57px;font-size:0;color:transparent;background-color:transparent;background-size:100%;background-repeat:no-repeat;background-position:center center;cursor:pointer;}
.widget_mainslide .directions .direction:before{content:"";display:block;padding-bottom:100%;}
.widget_mainslide .directions .direction.prev{left:0;right:auto;background-image:url(../img/mainslide_direction_prev.png) !important;}
.widget_mainslide .directions .direction.next{left:auto;right:0;background-image:url(../img/mainslide_direction_next.png) !important;}

@media all and (max-width:1200px){
	.widget_mainslide .title{width:500px;}
}
@media all and (max-width:1000px){
	.widget_mainslide{min-height:375px;max-height:750px;}
	.widget_mainslide .title{width:450px;max-width:calc(100% - 100px);}
	.widget_mainslide .slide .slick-dots{bottom:30px;}
	.widget_mainslide .slide .slick-dots li button{width:10px;height:10px;}
	.widget_mainslide .directions .direction{width:30px;}
}
@media all and (max-width:800px){
	.widget_mainslide .title{width:400px;}
}
@media all and (max-width:600px){
	.widget_mainslide .title{width:350px;}
}
@media all and (max-width:400px){
	.widget_mainslide .title{width:300px;}
}
@media all and (max-width:350px){
	.widget_mainslide .title{width:250px;}
}