@charset "utf-8";

/*---------------- swiper ----------------*/
.swiper {
	overflow: hidden;
}

.swiper-container, .swiper-container * {
	overflow: visible;
}

.swiper-slide {
	width: 100%;
	overflow: hidden;
}

.swiper-slide img, .swiper-slide video {
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}


.swiper-pagination {
	width: 100%;
	height: auto;
	bottom: 30px !important;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px !important;
	position: relative;
	background: #D8D8D8;
	cursor: pointer;
	opacity: 1;
}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #3E3A39;
	background: #D13433;
}

/*---------------- banner ----------------*/
.banner {
	background: no-repeat center center;
	background-size: cover;
	color: #d0bfad;
}

.banner img, .banner video {
	width: 100%;
	display: block;
}

/*---------------- sbanner ----------------*/
.sbanner {
	width: 100%;
	height: auto;
	max-height: 100vh;
	position: relative;
	overflow: hidden;
}

.sbanner img, .sbanner video {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

/*---------------- public ----------------*/
/* title */
.title {
	float: left;
	position: relative;
	color: #3E3A39;
	font-size: 2.0833vw; /* 40 */
	font-weight: 700;
	line-height: 2.8125vw; /* 54 */
}

.title span {
	font-weight: 400;
}

.title.white {
	color: #ffffff;
}

.title.border {
	padding-bottom: 1.5625vw; /* 30 */
}

.title.border::before {
	content: " ";
	width: 2.5vw; /* 48 */
	height: 0.3125vw; /* 6 */
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #D13433;
}

.title.center {
	text-align: center;
}

.title.border.center::before {
	margin-left: -1.25vw; /* 24 */
	left: 50%;
}

/* info */
.content {
	float: left;
	color: #3E3A39;
	font-size: 1.1458vw; /* 22 */
	line-height: 2.0833vw; /* 40 */
}

.content.white {
	color: #ffffff;
}

.content p {
	font-size: 1.1458vw; /* 22 */
	line-height: 2.0833vw; /* 40 */
}


/* btn box */
.btn-box {
	width: auto;
	float: left;
}
/* btn */
.btn {
	width: auto;
	height: 2.0833vw; /* 40 */
	padding: 0 2.9688vw; /* 57 */
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border: 1px solid #3E3A39;
	border-radius: 0.5208vw; /* 10 */
	color: #3E3A39;
	font-size: 1.0417vw; /* 20 */
}

.btn.white {
	border-color: #ffffff;
	color: #ffffff;
}

.btn:hover {
	border-color: #D13433;
	color: #D13433;
}

/* line */
.line {
	height: 1px;
	position: relative;
}

.line i {
	width: 100%;
	height: 100%;
	display: block;
	background: #D8D8D8;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate3d(-50%, 0, 0);
	-webkit-transform: translate3d(-50%, 0, 0);
	-moz-transform: translate3d(-50%, 0, 0);
	-ms-transform: translate3d(-50%, 0, 0);
}

/*---------------- message ----------------*/
#oc-message-box{
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2000;
    display: none;
}

#oc-message{
    width: auto;
    max-width: 440px;
    height: auto;
    padding: 12px 30px;
    border-radius: 6px;
    background: rgba(0, 0, 0, .75);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 150%;
}


/*---------------- mobile ----------------*/
@media (min-width: 1px) and (max-width: 768px){

	/*---------------- swiper ----------------*/
	
	.swiper-pagination {
		bottom: 5vw !important; /* 37.5 */
		text-align: center;
	}

	.swiper-pagination-bullet {
		width: 10px;
		height: 10px;
		margin: 0 10px;
	}
	
	/*---------------- public ----------------*/
	/* title */
	.title {
		font-size: 5.3333vw; /* 40 */
		line-height: 7.2vw; /* 54 */
	}

	.title.border {
		padding-bottom: 4vw; /* 30 */
	}

	.title.border::before {
		width: 6.4vw; /* 48 */
		height: 0.8vw; /* 6 */
	}

	.title.border.center::before {
		margin-left: -3.2vw; /* 24 */
	}

	/* info */
	.content {
		font-size: 3.4667vw; /* 26 */
		line-height: 6.8vw; /* 51 */
	}

	.content p {
		font-size: 3.4667vw; /* 26 */
		line-height: 6.8vw; /* 51 */
	}

	/* btn */
	.btn {
		height: 5.6vw; /* 40 */
		padding: 0 7.6vw; /* 57 */
		border-radius: 5px;
		font-size: 2.6667vw; /* 20 */
	}

	.xs-big-btn {
		height: 6.4vw; /* 48 */
		font-size: 3.2vw; /* 24 */
	}
	
	/*---------------- message ----------------*/
	#oc-message{
		max-width: 80%;
		padding: 8px 20px;
		font-size: 12px;
	}
}