@charset "utf-8";

/*---------------- swiper ----------------*/
.swiper {
	
	overflow: hidden;
}

.swiper * {
	
}

.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: #073F8F;
}

/* swiper pagination block */
.swiper-pagination.block {
	padding: 0 20px;
	bottom: 45px !important;
	text-align: right;
}

.swiper-pagination.block .swiper-pagination-bullet {
	width: 26px;
	height: 5px;
	background: #ffffff;
	border-radius: 0;
	opacity: 0.25;
}

.swiper-pagination.block .swiper-pagination-bullet.swiper-pagination-bullet-active {
	opacity: 1;
}

/* swiper col 4 */
.swiper-col-4 .swiper-slide {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ffffff;
}

.swiper-col-4 .swiper-ctrl, .swiper-bottom-ctrl .swiper-ctrl {
	margin: 15px 0 70px 0;
}

.swiper-col-4 .swiper-pagination, .swiper-bottom-ctrl .swiper-pagination {
	width: auto;
	height: 30px;
	float: left;
	position: relative;
	top: auto;
	bottom: auto !important;
}

.swiper-col-4 .swiper-pagination-bullet, .swiper-bottom-ctrl .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 10px 0 0 !important;
	background: #DBDBDB;
	opacity: 1 !important;
}

.swiper-col-4 .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-bottom-ctrl .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #979797;
}

.swiper-col-4 .swiper-circle-btn, .swiper-bottom-ctrl .swiper-circle-btn {
	float: right;
}

/* swiper circle btn */
.swiper-circle-prev, .swiper-circle-next {
	width: 30px;
	height: 30px;
	float: left;
	margin-left: 10px;
	background: no-repeat 0 0 / 100%;
	cursor: pointer;
	transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .3s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.swiper-circle-prev {
	background-image: url(../images/swiper_circle_prev_grey.png);
}

.swiper-circle-prev:hover {
	background-image: url(../images/swiper_circle_prev_blue.png);
}

.swiper-circle-next {
	background-image: url(../images/swiper_circle_next_grey.png);
}

.swiper-circle-next:hover {
	background-image: url(../images/swiper_circle_next_blue.png);
}

/* swiper dot btn */
.swiper-dot-prev, .swiper-dot-next {
	width: 50px;
	height: 50px;
	margin-top: -25px;
	position: absolute;
	top: 50%;
	z-index: 10;
	background: #D8D8D8 no-repeat center center / 8px;
	border-radius: 25px;
	cursor: pointer;
	transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-webkit-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-moz-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
	-ms-transition: all .2s cubic-bezier(0.54, 0, 0.19, 1.08);
}

.swiper-dot-prev:hover, .swiper-dot-next:hover {
	background-color: #073F8F;
}

.swiper-dot-prev {
	left: 20px;
	background-image: url(../images/swiper_dot_prev.png);
}

.swiper-dot-next {
	right: 20px;
	background-image: url(../images/swiper_dot_next.png);
}

/*---------------- banner ----------------*/
.banner {
	background: no-repeat center center;
	background-size: cover;
	color: #d0bfad;
}

.banner img {
	width: 100%;
	display: block;
}

/*---------------- sbanner ----------------*/
.sbanner {
	width: 100%;
	height: auto;
	max-height: 100vh;
	position: relative;
	overflow: hidden;
}

.sbanner img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.sbanner-title {
	width: 100%;
	height: auto;
	display: flex;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	text-shadow: rgba(0, 0, 0, 0.5) 0 3px 5px;
	overflow: visible;
}

.sbanner-title.full-center {
	height: 100%;
	align-items: center;
}

/*---------------- banner slice ----------------*/
#sbanner-lg, #sbanner-xs {
	opacity: 0;
	transform: scale(1.1);
}

.letter-title {
	display: flex;
	justify-content: center;
}

.banner-slice {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.banner-slice i {
	width: 5%;
	height: 100%;
	display: block;
	float: left;
	background: no-repeat 0 0 / 100vw auto;
}

/*---------------- public ----------------*/
.part-title {
	margin-bottom: 50px;
	color: #333333;
	font-size: 36px;
	font-weight: 900;
	line-height: 48px;
}

.subclass {
	height: 80px;
	display: flex;
	justify-content: center;
	background: #FFFFFF;
}

.subclass::before {
	content: " ";
	width: 100%;
	height: 2px;
	display: block;
	background: #D6D6D6;
	position: absolute;
	left: 0;
	bottom: 0;
}

.subclass .swiper-slide {
	width: auto;
}

.subclass a {
	height: 100%;
	margin: 0 22.5px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-bottom: 2px solid #D6D6D6;
	color: #858585;
	font-size: 16px;
	font-weight: 500;
}

.subclass a:hover {
	color: #073F8F;
}

.subclass a.active {
	color: #073F8F;
	border-bottom: 2px solid #073F8F;
}

.tab-title {
	padding: 5.8667vw 0 4.1667vw 0;/* 40 80 */
	font-size: 1.1458vw; /* 22 */
	line-height: 1.6667vw; /* 32 */
	text-align: center;
}

.tab-title a {
	margin: 0 2.3438vw; /* 45 */
	padding-bottom: 0.625vw; /* 12 */
	color: #0d0d0d;
	font-size: 1.1458vw; /* 22 */
	line-height: 1.6667vw; /* 32 */
}

.tab-content {
	display: none;
	opacity: 0;
	transform: translate3d(0, 40px, 0);
	-webkit-transform: translate3d(0, 40px, 0);
	-ms-transform: translate3d(0, 40px, 0);
	-moz-transform: translate3d(0, 40px, 0);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
}

.tab-content.active {
	display: block;
	opacity: 1;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}

.line {
	width: 100%;
	height: 1px;
	float: left;
}

.line::after {
	content: " ";
	width: 100%;
	height: 1px;
	display: block;
	background: #000000;
}

.clip-box {
	width: 100%;
	height: auto;
	clip-path: inset(50% 50%);
}

.clip-box img {
	width: 100%;
	display: block;
}

/*---------------- 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){

	/*---------------- base ----------------*/
	.sticky-scroll-x-box {
		padding: 0 3.6vw;
	}

	/*---------------- swiper ----------------*/
	
	.swiper-pagination {
		bottom: 4vw !important; /* 30 */
		text-align: center;
	}

	.swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 5px !important;
	}

	.swiper-pagination-bullet.swiper-pagination-bullet-active {
		
	}

	/* swiper pagination block */
	.swiper-pagination.block {
		width: 100%;
		padding: 0 8vw; /* 60 */
		bottom: 4vw !important; /* 30 */
		text-align: center;
	}

	.swiper-pagination.block .swiper-pagination-bullet {
		width: 4vw; /* 30 */
		height: 0.8vw; /* 6 */
	}


	/* swiper col 4 */
	.swiper-col-4 .swiper-slide {
		display: flex;
		justify-content: center;
		align-items: center;
		background: #ffffff;
	}

	.swiper-col-4 .swiper-ctrl, .swiper-bottom-ctrl .swiper-ctrl {
		margin: 3.2vw 0 8vw 0; /* 24 60 */
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.swiper-col-4 .swiper-pagination, .swiper-bottom-ctrl .swiper-pagination {
		height: 8vw; /* 60 */
	}

	.swiper-col-4 .swiper-pagination-bullet, .swiper-bottom-ctrl .swiper-pagination-bullet {
		width: 6px;
		height: 6px;
		margin: 0 5px !important;
	}

	.swiper-col-4 .swiper-pagination-bullet.swiper-pagination-bullet-active, .swiper-bottom-ctrl .swiper-pagination-bullet.swiper-pagination-bullet-active {
		background: #979797;
	}

	.swiper-col-4 .swiper-circle-btn, .swiper-bottom-ctrl .swiper-circle-btn {
		float: right;
	}

	/* swiper circle btn */
	.swiper-circle-prev, .swiper-circle-next {
		width: 6.8vw; /* 51 */
		height: 6.8vw; /* 51 */
		margin: 0 1vw; /* 7.5 */
	}

	.swiper-circle-prev {
		background-image: url(../images/swiper_circle_prev_grey.png);
	}

	.swiper-circle-prev:hover {
		background-image: url(../images/swiper_circle_prev_blue.png);
	}

	.swiper-circle-next {
		background-image: url(../images/swiper_circle_next_grey.png);
	}

	.swiper-circle-next:hover {
		background-image: url(../images/swiper_circle_next_blue.png);
	}

	/* swiper dot btn */
	.swiper-dot-prev, .swiper-dot-next {
		width: 6.8vw; /* 51 */
		height: 6.8vw; /* 51 */
		margin-top: -3.4vw; /* 25.5 */
		background: #D8D8D8 no-repeat center center / 5px;
		border-radius: 3.4vw; /* 25.5 */
	}

	.swiper-dot-prev {
		left: 4.8vw; /* 36 */
	}

	.swiper-dot-next {
		right: 4.8vw; /* 36 */
	}
	
	/*---------------- public ----------------*/
	.part-title {
		margin-bottom: 8vw; /* 60 */
		font-size: 4.8vw; /* 36 */
		line-height: 6.4vw; /* 48 */
	}

	.part-title.xs-center {
		text-align: center;
	}

	.subclass {
		height: 16vw;
		padding: 0 2.4vw; /* 18 */
	}

	.subclass::before {
		height: 2px;
	}

	.subclass .swiper-container {
		max-width: 100%;
	}

	.subclass a {
		margin: 0 2.4vw; /* 18 */
		font-size: 3.4667vw; /* 26 */
	}

	.tab-title {
		padding: 5.6vw 0 10vw 0; /* 42 75 */

	}

	.tab-title a {
		margin: 0 3.2vw; /* 24 */
		padding-bottom: 1.6vw; /* 12 */
		border-bottom: 2px solid rgba(6, 64, 146, 0);
		font-size: 3.7333vw; /* 28 */
		line-height: 4.8vw; /* 36 */
	}
	
	.tab-title a.active {
		color: #064092;
		border-bottom: 2px solid rgba(6, 64, 146, 1);
	}

	/*---------------- message ----------------*/
	#oc-message{
		max-width: 80%;
		padding: 8px 20px;
		font-size: 12px;
	}
}