@charset "UTF-8";
/* CSS Document */

/* Effect 1: Fade in and scale up */
.body-com .st-container{
	overflow: hidden !important;
}
.com-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 716px;
	height: 450px;
	z-index: 8000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%) !important;
	-moz-transform: translateX(-50%) translateY(-50%) !important;
	-ms-transform: translateX(-50%) translateY(-50%) !important;
	transform: translateX(-50%) translateY(-50%) !important;
	max-height: 90%;
	overflow-y:  auto;
	overflow-x:  hidden;
	-webkit-overflow-scrolling:  touch;
}

.com-show {
	visibility: visible !important;
}

.com-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background-color: rgba(0, 0, 0, 0.4);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

body.body-com .com-overlay {
	opacity: 1;
	visibility: visible;
}

.com-effect-1 .com-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.com-show.com-effect-1 .com-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}
.com-resize {
    overflow: auto;
    height: 100%;
}

/* Content styles */
.com-content {
	background: rgba(255,255,255,1);
	position: relative;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}
.onclick, .onclick * {
	cursor: pointer !important;
}
.com-content .img {
	padding: 0;
	margin: 20px auto 50px;
	vertical-align:top;
	text-align: center;
	width: 676px;
	height: 380px;
}
.com-content .img.withtxt {
	padding-bottom: 30px;
}
.com-content .img > img {
	margin: 0;
    object-fit: contain;
    object-position: 50% 50%;
    width: 676px;
    height: 380px;
}
.com-content .txt {
    margin: 0;
    padding: 50px 50px 50px;
    vertical-align: top;
    text-align: left;
    width: 100%;
    height: 400px;
}
.com-content .withimg {
	padding: 0px 36px 50px;
}

.txt h3 {
	margin: 0 0 20px 0;
	padding: 0;
	color: var(--color-bl);
}
.txt div {
	margin: 0;
	padding: 4px 0 0;
	line-height: 1.25;
}
.com-btn {
    padding-top: 30px !important;
    text-align: center;
}

.com-content-close {
	top:0px;
	right:0px;
	width: 60px;
	height: 60px;
	overflow:hidden;
	position:absolute;
	z-index:10;
	display:inline-block;
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
	background-clip: border-box;
	-webkit-background-clip: border-box;
	-moz-background-clip: border-box;
	opacity:0;
}
.com-show.com-effect-1 .com-content-close {
	opacity:0.60;
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease-out 0.3s;
	-moz-transition:  all 0.3s ease-out 0.3s;
	-o-transition: all 0.3s ease-out 0.3s;
	transition: all 0.3s ease-out 0.3s;
}

.com-show.com-effect-1 .com-content-close:hover {
	opacity:1;
}
.com-content-close svg {
	width: 26px;
	height:auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

#swipercom .swiper-slide {
	background-color:#ffffff;
}
#swipercom .swiper-pagination {
	z-index: 100;
	opacity: 1 !important;
	pointer-events: all !important;
	bottom: 14px;
}
#swipercom .swiper-button-next, #swipercom .swiper-button-prev {
    position: absolute;
    top: auto;
    bottom: 10px;
    width: 40px;
    height: 24px;
    margin-top: -12px;
    z-index: 10;
    cursor: pointer;
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
	z-index:100;
	
	opacity:0.3;
}
#swipercom .swiper-button-next:hover, #swipercom .swiper-button-prev:hover {
	opacity:1;
}
#swipercom .swiper-button-next {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'%3E%3Cpath fill='%23000000' d='M0.7,0.8c1-1,2.6-1,3.5,0l15,15c1,1,1,2.6,0,3.5l-15,15c-1,1-2.6,1-3.5,0c-1-1-1-2.6,0-3.5L14,17.5L0.7,4.3 C0.3,3.8,0,3.2,0,2.5S0.3,1.2,0.7,0.8z'/%3E%3C/svg%3E");
} 
#swipercom .swiper-button-prev {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 35'%3E%3Cpath fill='%23000000' d='M20,2.5c0,0.7-0.3,1.3-0.7,1.8L6,17.5l13.3,13.2c1,0.9,1,2.5,0,3.5c-0.9,1-2.5,1-3.5,0l-15-15	c-1-0.9-1-2.5,0-3.5l15-15c0.9-1,2.5-1,3.5,0C19.7,1.2,20,1.8,20,2.5z'/%3E%3C/svg%3E%0A");
}

.combox {
	width: 100%;
	display: grid;
	grid-template-columns: auto;
	justify-items: center;
	align-items: center;
	justify-content: stretch;
	align-content: center;	
	position: relative;
	margin: auto;
	background-color:#ffffff;
}