@charset "utf-8";

/*body{cursor:pointer !important;}*/
.sub-all {
	font-family: 'GalanoGrotesque', 'NotoSans', sans-serif;
	font-weight: 400;
	font-size: 29px;
	letter-spacing: -0.02em;
}

.works .inner {
	max-width: 1270px;
	margin: 0 auto;
	box-sizing: border-box;
}

/* .header-top .inner{max-width:1656px; padding:48px 120px 0; box-sizing:border-box;} */
.work-img {
	width: 100%;
}

.work-img img {
	margin: 0 auto;
	width: 100%;
}

/* kv */
.swiper-container {
	position: relative;
	padding-bottom: 40px;
}

.swiper-slide img {
	width: 100%;
}

.sub-feature {
	margin: 100px auto;
}

.sub-feature:last-child {
	margin-bottom: 0;
}

.sub-feature .map-cont {}
.sub-feature .map-cont > a > img {
	display: block;
	width: 100%;
	height: auto;
}

.kv {
	position: relative;
}

.kv .kv-title {
	position: relative;
	z-index: 2;
	font-family: 'GalanoGrotesque', 'NotoSans', sans-serif;
	font-weight: 500;
	font-size: 64px;
	padding: 130px 0 0;
	word-break: keep-all;
	word-wrap: break-word;
}

.kv .kv-title p {
	line-height: 1.1;
	letter-spacing: -0.04em;
}

.kv .kv-title p i {
	font-style: normal;
}

.kv .video-wrap video,
.kv .swiper-container {
	/* margin-top: -24px; */
	margin-top: 80px;
}

.kv,
.img-big {
	max-width: 1920px;
	margin: 0 auto;
}

.kv .desc {
	position: absolute;
	bottom: 74px;
	left: 50%;
	z-index: 1;
	max-width: 1270px;
	font-size: 17px;
	font-weight: 600;
	transform: translateX(-50%);
}

.img-big {
	margin-bottom: 0;
}

/* .sub-feature img, .img-small img{width:100%;} */
.sub-feature .swiper-wrapper {
	position: relative;
}

.sub-feature .controls {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	width: 100%;
	font-size: 0;
	text-align: center;
}

.sub-feature .controls .swiper-pagination {
	position: relative;
	display: inline-block;
	padding-top: 6px;
	font-size: 0;
}

.sub-feature .controls .btn-auto {
	position: relative;
	width: 15px;
	height: 16px;
	margin-left: 15px;
	padding: 0;
	overflow: hidden;
	font-size: 0;
	text-indent: -9999px;
	vertical-align: top;
}

.sub-feature .controls .btn-auto:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 100%;
	content: '';
	background: #000;
}

.sub-feature .controls .btn-auto:after {
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	height: 100%;
	content: '';
	background: #000;
}

.sub-feature .controls .btn-play:before {
	width: 0;
	height: 0;
	border: 8px solid transparent;
	border-left: 13px solid #000;
	background: none;
}

.sub-feature .controls .btn-play:after {
	display: none;
}

.swiper-pagination-bullet {
	margin: 0 15px 0 0;
	width: 100px;
	height: 5px;
	border-radius: 0;
	opacity: 1;
	background: rgba(0, 0, 0, .1);
}

.swiper-pagination-bullet > button {
	display: block;
	padding: 0;
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet > button > span {
	float: left;
	width: 0;
	height: 5px;
	background: #000;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active > button > span {
	/* transition: all 0.3s ease-out; */
}

.sub-feature .overview {
	margin-top: 145px;
}

.sub-feature .overview:after {
	content: '';
	display: block;
	clear: both;
}

.sub-feature .overview .overview-desc {
	margin-bottom: 24px;
	width: 100%;
	line-height: 1.25;
	font-weight: 600;
	font-size: 29px;
	color: #999;
    word-break: keep-all;
    word-wrap: break-word;
}

.sub-feature .overview-cont {
	float: left;
	font-size: 17px;
	font-weight: 600;
	text-transform: uppercase;
}

.sub-feature .overview-cont ul li {
	margin-bottom: 6px;
	line-height: 1.0;
}

.sub-feature .overview button {
	float: right;
	width: 230px;
	height: 54px;
	margin-top: 10px;
	border: 5px solid #000;
	transition: all .5s;
	font-weight: 600;
	box-sizing: border-box;
	font-size: 17px;
	color: #000;
}

.sub-feature .overview button:hover {
	color: #fff;
	background: #000;
}

.img-small {
	width: 1270px;
	margin: 100px auto;
}

.sub-feature .big {
	width: 1270px;
	font-family: 'GalanoGrotesque', 'NotoSans', sans-serif;
	font-size: 64px;
	font-weight: 500;
	margin: 40px auto;
	letter-spacing: -0.04em;
	line-height: 1.1;
}

.sub-feature .small {
	width: 1270px;
	margin: 40px auto;
	font-weight: 600;
	line-height: 1.2;
}

.sub-feature .video-wrap video {
	width: 100%;
}

.sub-feature.txt-big+.sub-feature.txt-small {
	margin-top: -70px;
}

.btn-paging {
	width: 100%;
	font-family: 'GalanoGrotesque', 'NotoSans';
	font-weight: 600;
	font-size: 17px;
}

.btn-paging a {
	position: fixed;
	top: 50%;
	z-index: 1;
	display: block;
	width: 26px;
	height: 26px;
	text-align: center;
	white-space: nowrap;
}

.btn-paging .prev-page {
	left: 44px;
	transform: rotate(-90deg);
}

.btn-paging .next-page {
	right: 44px;
	transform: rotate(90deg);
}

.btn-paging a span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: color .3s;
}

/* .btn-paging a span:after{position:absolute; bottom:6px; right:0; width:0; height:12px; content:''; background:#ff0; transition:width .5s cubic-bezier(1, 0, 0, 1);} */
.btn-paging a:hover span {
	color: #999;
}

.btn-paging a i {
	position: relative;
	z-index: 2;
	font-style: normal;
}

.btn-paging a:hover span:after {
	left: 0;
	width: 100%;
}

/*laptop*/
@media screen and (max-width:1650px) {
	.works .inner {
		max-width: 950px;
	}

	.kv .kv-title {
		padding: 140px 0 0;
	}

	.kv .desc {
		width: 950px;
		bottom: 64px;
	}

	.sub-feature .big,
	.sub-feature .small {
		width: 950px;
	}

	.sub-feature .overview {
		padding-left: 0;
	}

	.btn-paging .prev-page {
		left: 44px;
		transform: rotate(-90deg);
	}

	.btn-paging .next-page {
		right: 44px;
		transform: rotate(90deg);
	}

	.map img {
		width: 100%;
	}
}

/*tablet*/
@media screen and (max-width:1200px) {
	.works .inner {
		/* max-width: 610px; */
		max-width: 810px;
	}

	.kv .kv-title {
		padding: 200px 0 0 0;
	}

	.kv .desc {
		/* width: 610px; */
		width: 810px;
	}

	.sub-feature {
		margin: 100px 0;
	}

	/* .sub-feature .overview .overview-desc{width:456px; margin-right:24px;} */
	.kv {
		margin: 0 auto;
	}
	.kv .video-wrap video,
	.kv .swiper-container {
		/* margin-top: 24px; */
		margin-top: 30px;
	}

	.img-small {
		width: 100%;
		margin: 100px auto;
	}

	.sub-feature .big,
	.sub-feature .small {
		/* width: 610px; */
		width: 810px;
	}

	.sub-feature .big {
		margin: 50px auto;
	}

	.sub-feature .small {
		margin: 50px auto;
		margin: 0 auto;
	}

	.sub-feature.txt-big+.sub-feature.txt-small {
		margin-top: -80px;
	}
}

/*Mobile*/
@media screen and (max-width:1023px) {
	.works .inner {
		max-width: 620px;
		width: 100%;
		box-sizing: border-box;
	}

	.sub-all {
		font-size: 15px;
	}

	.btn-paging {
		display: none;
	}

	.sub-feature {
		margin: 60px 0;
	}

	.kv {
		margin: 0 auto;
	}

	.kv .kv-title {
		/* font-size: 32px; */
		font-size: 30px;
		padding: 120px 0 0;
		top: -14px;
		word-break: keep-all;
		word-wrap: break-word;
	}

	.kv .controls {
		padding: 0 30px;
		box-sizing: border-box;
	}

	.kv .desc {
		bottom: 54px;
		width: 100%;
		font-size: 12px;
	}

	.swiper-pagination-bullet {
		margin: 0 10px 0 0;
		margin: 0 7px 0 0;
		width: 40px;
		height: 2px;
	}

	.swiper-pagination-bullet > button > span {
		height: 2px;
	}

	.sub-feature .controls .btn-auto {
		width: 7px;
		height: 10px;
		margin-left: 7px;
	}

	.sub-feature .controls .btn-auto:before {
		width: 2px;
	}

	.sub-feature .controls .btn-auto:after {
		width: 2px;
	}

	.sub-feature .controls .btn-play:before {
		border: 5px solid transparent;
		border-left: 7px solid #000;
		background: none;
	}

	.sub-feature .controls .swiper-pagination {
		padding-top: 4px;
	}

	.sub-feature .overview {
		margin-top: 72px;
	}

	.sub-feature .overview-cont {
		width: 54%;
	}

	.sub-feature .overview-cont ul {
		display: inline-block;
		font-size: 12px;
	}

	.sub-feature .overview-cont ul li {
		margin-bottom: 0;
	}

	.sub-feature .overview button {
		float: right;
	}

	.sub-feature .overview .overview-desc {
		max-width: 600px;
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 40px;
		font-size: 15px;
	}

	.sub-feature .overview button {
		width: 100px;
		height: 32px;
		margin-top: 0;
		border: 2px solid #000;
		font-size: 12px;
	}

	.img-small {
		margin: 50px auto;
	}

	.sub-feature .big,
	.sub-feature .small {
		max-width: 600px;
		width: 100%;
		margin: 30px auto;
		padding: 0 25px;
		box-sizing: border-box;
	}

	.sub-feature .big {
		font-size: 32px;
	}

	.sub-feature .controls {
		bottom: 0;
	}

	.sub-feature.txt-big+.sub-feature.txt-small {
		margin-top: -50px;
	}
}