@charset "utf-8";

.main-gallery {
	margin-bottom: 2.5em;
}

.main-cell {
	width: 100%;
	height: 408px;
	margin-right: 10px;
	text-align: center;
}

.main-cell a:hover img{
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}


.main01 a,
.main02 a,
.main03 a,
.main04 a,
.main05 a,
.main00 a,
.main05 div,
.main06 a,
.main07 a,
.main08 a,
.main09 a,
.main10 a,
.main11 a,
.main12 a,
.main13 a,
.main14 a,
.main15 a{
    display: block;
    width: 100%;
    height: 408px;
}


.main00 {
	background-image: url(../img/main00.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.main01 {
	background-image: url(../img/main_tooling.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main02 {
	background-image: url(../img/main_table.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main03 {
	background-image: url(../img/main_reamer.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main04 {
	background-image: url(../img/main_presetter.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main05 {
	background-image: url(../img/main_megasolar.png?20240328);
	background-repeat: no-repeat;
	background-position: center top;
}

.main06 {
	background-image: url(../img/main_blackholder.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main07 {
	background-image: url(../img/main_multiholdersystem.png);
	background-repeat: no-repeat;
	background-position: center top;
}

.main08 {
	background-image: url(../img/main08.png?231222);
	background-repeat: no-repeat;
	background-position: center top;
}

.main09 {
	background-image: url(../img/main09.png?20240709);
	background-repeat: no-repeat;
	background-position: center top;
}

.main10 {
	background-image: url(../img/main10.png?250604);
	background-repeat: no-repeat;
	background-position: center center;
}

.main11 {
	background-image: url(../img/main11.png?251027);
	background-repeat: no-repeat;
	background-position: center center;
}

.main12 {
	background-image: url(../img/main12.png?251027);
	background-repeat: no-repeat;
	background-position: center center;
}

.main13 {
	background-image: url(../img/main13.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.main14 {
	background-image: url(../img/main14.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.main15 {
	background-image: url(../img/main15.png);
	background-repeat: no-repeat;
	background-position: center center;
}

.carousel {
	padding: 0 10px;
	height: 100%;
}

.new-product .carousel-cell {
	width: 300px;
	height: 200px;
	margin-right: 26px;
	counter-increment: carousel-cell;
}

.news-area .carousel-cell {
	width: 222px;
	height: 275px;
	margin-right: 24px;
	counter-increment: carousel-cell;
}


.flickity-enabled {
	position: relative;
}

.flickity-enabled:focus {
	outline: none;
}

.flickity-viewport {
	overflow: hidden;
	position: relative;
	height: 100%;
}

.flickity-slider {
	position: absolute;
	width: 100%;
	height: 100%;
}



.flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 44px;
	height: 44px;
	border: none;
	border-radius: 50%;
	background: white;
	background: hsla(0, 0%, 100%, 0.75);
	cursor: pointer;
	/* vertically center */
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
	background: white;
}

.flickity-prev-next-button:focus {
	outline: none;
	box-shadow: 0 0 0 5px #09F;
}

.flickity-prev-next-button:active {
	opacity: 0.6;
}

.flickity-prev-next-button.previous {
	left: 10px;
}

.flickity-prev-next-button.next {
	right: 10px;
}

.carousel .flickity-prev-next-button {
	position: absolute;
	top: 50%;
	width: 14px;
	height: 30px;
	border: none;
	border-radius: 0;
	background: none;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.carousel .flickity-prev-next-button .arrow {
	display: none;
}

.carousel .flickity-prev-next-button.previous {
	background-image: url(../img/prev.png);
	background-repeat: no-repeat;
	background-position: left top;
	left: -15px;
}

.carousel .flickity-prev-next-button.next {
	background-image: url(../img/next.png);
	background-repeat: no-repeat;
	background-position: left top;
	right: -15px;
}

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
	left: auto;
	right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
	right: auto;
	left: 10px;
}

.flickity-prev-next-button:disabled {
	opacity: 0.3;
	cursor: auto;
}

.flickity-prev-next-button svg {
	position: absolute;
	left: 20%;
	top: 20%;
	width: 60%;
	height: 60%;
}


/* ---- page dots ---- */

.flickity-page-dots {
	position: absolute;
	width: 100%;
	bottom: -25px;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 1;
}

.flickity-rtl .flickity-page-dots {
	direction: rtl;
}

.flickity-page-dots .dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 8px;
	background: #333;
	border-radius: 50%;
	opacity: 0.25;
	cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
	opacity: 1;
}

.carousel-none {
    display: inline-block;
}
.carousel-none .carousel-cell {
    float: left;
}