@charset "utf-8";
/***************************************
    copyright by MakeWeb.com.tw
***************************************/

/*camera_slider*/
#camera_wrap_4 {
	height: 100%;
	margin-bottom: 0;
}
/*
.camera_bar {
	z-index: 2;
}
.camera_overlayer {
	opacity: .1;
}

*/
.camera_wrap .camera_pag .camera_pag_ul {
	margin: -60px 0 0 0;
	text-align: center;
}

/* Swiper pagination styling */
.bannerSwiper .swiper-pagination-bullet {
    position: relative;
    width: var(--mobile-touch-target, 44px);
    height: var(--mobile-touch-target, 44px);
    left: 0 !important;
    margin: 0 2px;
    background: transparent;
    opacity: 1;
    transform: none !important;
}

.bannerSwiper .swiper-pagination-bullet::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--brand-green);
    content: "";
    opacity: 0.3;
    transform: translate(-50%, -50%);
}

.bannerSwiper .swiper-pagination-bullet-active::after {
    opacity: 1;
}
