﻿@charset "utf-8";

.fp-tableCell {
	padding-top: 150px;
	vertical-align: top;
}


/* cursor */
.cursor {
	position: fixed;
	width: 0;
	height: 0;
	margin: -10px 0 0 -10px;
	border-radius: 50%;
	will-change: transform;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	pointer-events: none;
	z-index: 10000;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	color: #fff;
	border: 1px solid #fff;
	display: none;
	transition: all ease .2s;
	letter-spacing: 2px;
	transform: none;
}

.cursor:after {
	content: '◀';
	position: absolute;
	left: -30px;
	top: 50%;
	font-size: 12px;
	transform: translateY(-50%);
}

.cursor:before {
	content: '▶';
	position: absolute;
	right: -30px;
	top: 50%;
	font-size: 12px;
	transform: translateY(-50%);
}

.cursor.on {
	width: 100px;
	height: 100px;
	display: flex;
}



/* common */
.main-tit {
	margin-bottom: 90px;
	position: relative;
}

.main-tit h3 {
	font-size: 40px;
	padding-left: 40px;
	font-family: 'title';
	font-weight: normal;
	color: #111;
	line-height: 1.4;
	opacity: 0;
}

.main-tit p {
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 2px;
	color: #174b87;
	font-weight: 600;
	margin-bottom: 20px;
	overflow: hidden;
	opacity: 0;
}
.main-tit p.tt {
	font-size: 18px;
	color: rgba(0, 0, 0, 0.6);
	padding: 0 40px;
	font-weight: normal;
	margin-top: 20px;
	letter-spacing: 1px;
}
.main-tit .more-btn {
	position: absolute;
	right: 40px;
	bottom: 5px;
	color: #111
}

.more-btn {
	position: relative;
	padding-bottom: 5px;
	font-weight: 500;
	font-size: 15px;
	display: inline-block;
}

.more-btn:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #174b87;
	position: absolute;
	right: 0;
	bottom: 0;
	transition: all ease .6s;
}

.more-btn i {
	font-style: normal;
	margin-left: 15px;
	transition: all ease .3s;
}

.more-btn:hover i {
	margin-left: 30px;
}

.more-btn:hover:before {
	width: 0;
}


#index .section.active .main-tit h3 {
	opacity: 1;
	transition: all ease 2s;
	transition-delay: 1s;
	letter-spacing: 2px;
}

#index .section.active .main-tit p {
	opacity: 1;
	transition: all ease 2s;
}



/* intro */
.cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
}

.cover .videobox {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
	overflow: hidden;
}

.cover .videobox video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 1;
}


/* full section 1 */
.full-visual .swiper-slide {
	position: relative;
}

.full-visual .swiper-slide::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #174b87;
	opacity: 0;
	z-index: 3;
}

.full-visual .fp-tableCell {
	padding-top: 0;
}

.full-visual .visual-tit {
	color: #fff;
	width: 100%;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 9;
	transform: translateY(-50%);
}

.full-visual .visual-tit h2 {
	font-size: 66px;
	line-height: 1;
	font-family: "title";
}

.full-visual .visual-tit span {
	line-height: 1.6;
	letter-spacing: 5px;
	opacity: 0;
	transition: all ease 3s;
}

.full-visual .visual-tit span:nth-of-type(1) {
	transition-delay: 0.6s;
}

.full-visual .visual-tit span:nth-of-type(2) {
	transition-delay: 1.2s;
}

.full-visual .visual-tit span:nth-of-type(3) {
	transition-delay: 1.8s;
}

.full-visual .visual-tit span:nth-of-type(4) {
	transition-delay: 2.4s;
}

.full-visual .visual-tit span:nth-of-type(5) {
	transition-delay: 3s;
}

.full-visual .visual-tit h2 b {
	line-height: 1;
	vertical-align: baseline;
	color: #fff;
}

.full-visual .visual-tit p {
	font-size: 26px;
	line-height: 1.8;
	letter-spacing: 2px;
	margin-top: 40px;
	font-weight: 300;
	padding: 0 10%;
}

.full-visual .videobox {
	width: 100%;
	height: 100%;
	position: relative;
	background: #000;
	overflow: hidden;
}

.full-visual .videobox video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	object-fit: cover;
	z-index: 1;
}

.visual-slider {
	height: 100vh
}

.visual-slider .swiper-slide-active .visual-tit span {
	opacity: 1;
}

.visual-slider .swiper-slide-active .visual-tit h2 b {
	animation: color-change .3s;
	animation-fill-mode: both;
}

.visual-slider .swiper-slide.slide01 .visual-tit h2 b {
	animation-delay: 4s;
}

.visual-slider .swiper-slide.slide02 .visual-tit h2 b {
	animation-delay: 2s;
}

.visual-slider .swiper-slide.slide03 .visual-tit h2 b {
	animation-delay: 3s;
}

.visual-slider .swiper-slide.slide04 .visual-tit h2 b {
	animation-delay: 2s;
}

@keyframes color-change {
	from {
		color: #fff;
	}

	to {
		color: #DAC2B8;
	}
}



.visual-slider {
	position: relative;
}

.visual-slider .swiper-button-next:after,
.visual-slider .swiper-button-prev:after {
	font-size: 12px;
	color: #fff;
}

.visual-slider .pagination-container {
	z-index: 2;
	position: absolute;
	left: 4%;
	bottom: 50px;
	width: 160px;
	height: 40px;
}

.visual-slider .swiper-pagination {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
}

.visual-slider .swiper-pagination span {
	margin: 0 10px;
	letter-spacing: 0;
	font-weight: 500;
}

.visual-slider .swiper-pagination-total {
	opacity: .5
}

.visual-slider .pause-container {
	position: absolute;
	right: -20px;
	top: 12px;
}

.visual-slider .pause-container i {
	color: #fff;
	cursor: pointer;
}

.visual-slider .pause-container .swiper-button-play {
	display: none;
}

.index #fp-nav {
	right: 10px;
}

.index #fp-nav ul li a span {
	background: #fff;
}

.index #fp-nav ul li .fp-tooltip {
	font-family: inherit;
	letter-spacing: 2px;
	font-weight: 600;
	line-height: 1.2;
}

.index #fp-nav ul li {
	margin: 20px;
}

.index #fp-nav ul li a.active span,
.index #fp-nav ul li:hover a.active span {
	background: transparent;
	border: 1px solid #fff;
}

.index #fp-nav.black ul li .fp-tooltip {
	color: #111;
}

.index #fp-nav.black ul li a span {
	background: #111;
}

.index #fp-nav.black ul li a.active span,
.index #fp-nav.black ul li:hover a.active span {
	background: transparent;
	border: 1px solid #111;
}



/* full section 2 */
.full-service {
	background: #fff;
	color: #1a1a1a;
}
.full-service a {
	color: #fff;
}

.full-service .swiper-container {
	width: 90%;
	margin: 0 auto;
}

.full-service .swiper-slide {
	position: relative;
}

.full-service .service-tit {
	position: absolute;
	left: 50px;
	bottom: 50px;
	z-index: 100;
}

.full-service .service-tit p {
	font-size: 40px;
	font-weight: 600;
	line-height: 1;
	letter-spacing: 4px;
}

.full-service .service-tit small {
	font-size: 18px;
	display: block;
	font-weight: 600;
	margin-bottom: 10px;
	letter-spacing: 1px;
}

.full-service .service-slider a {
	display: block;
	position: relative;
}

.full-service .service-slider a video {
	position: absolute;
	left: 0;
	z-index: -1;
	pointer-events: none;
}

.full-service .service-slider a:hover video {
	position: absolute;
	z-index: 2;
}

/* full section 3 */
.full-project {
	background: #fff;
	color: #1a1a1a;
}

.main-project-list-container {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	padding-top: 32%;
}

.accordion-wrapper {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.accordion-bg-list-container {
	height: 100%;
}

.accordion-bg-list {
	position: relative;
	height: 100%;
}

.accordion-bg-list .accordion-bg-item {
	position: absolute;
	top: 0px;
	width: 25%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
}

.accordion-bg-list .accordion-bg-item:nth-child(1) {
	left: 0%;
}

.accordion-bg-list .accordion-bg-item:nth-child(2) {
	left: 25%;
}

.accordion-bg-list .accordion-bg-item:nth-child(3) {
	left: 50%;
}

.accordion-bg-list .accordion-bg-item:nth-child(4) {
	left: 75%;
}

.accordion-bg-list .accordion-bg-item .accordion-inner {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	background-size: cover !important;
}

.accordion-bg-list .accordion-bg-item .accordion-outer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover !important;
	transition: opacity 0.2s ease, transform 0.2s ease;
	;
}

.accordion-bg-list .accordion-bg-item.active {
	z-index: 1;
}

.accordion-bg-list .accordion-bg-item.active .accordion-inner {
	transform: scale(1.1) rotate(0.002deg);
	transition: transform 5s ease-in-out
}

.accordion-bg-list .accordion-bg-item.active .accordion-outer {
	opacity: 0;
	transform: scale(1.05) rotate(0.002deg);
	z-index: 0;
}

@media all and (min-width:1281px) {
	.accordion-over-item {
		background: none !important;
	}
}





/* full section 4 */
.full-news {
	background: #f9f8f8;
}

.full-news .fp-tableCell {
	vertical-align: middle;
}

.full-news .main-tit p {
	margin-bottom: 50px;
}

.full-news .news-slider {
	overflow: hidden;
	padding: 20px 50px;
	margin: 0 -50px;
	position: relative;
}

.full-news .news-slider .swiper-slide {
	padding: 40px;
	min-height: 290px;
	position: relative;
}

.full-news .news-slider .swiper-slide:before {
	content: '';
	width: 0;
	height: 2px;
	background: #174b87;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	transition-delay: 0s;
}

.full-news .news-slider .swiper-slide:after {
	content: '';
	width: 2px;
	height: 0;
	background: #174b87;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
	transition-delay: 0s;
}

.full-news .news-slider .swiper-slide>a:before {
	content: '';
	width: 0;
	height: 2px;
	background: #174b87;
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	transition-delay: 0s;
}

.full-news .news-slider .swiper-slide>a:after {
	content: '';
	width: 2px;
	height: 0;
	background: #174b87;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: -1;
	transition-delay: 0s;
}
@media screen and (min-width:769px) {
	.full-news .news-slider .swiper-slide:hover:before {
		width: 100%;
		transition: all linear .3s;
		transition-delay: 0s;
	}

	.full-news .news-slider .swiper-slide:hover:after {
		height: 100%;
		transition: all linear .3s;
		transition-delay: .3s;
	}

	.full-news .news-slider .swiper-slide:hover>a:before {
		width: 100%;
		transition: all linear .3s;
		transition-delay: .6s;
	}

	.full-news .news-slider .swiper-slide:hover>a:after {
		height: 100%;
		transition: all linear .3s;
		transition-delay: .9s;
	}

	.full-news .news-slider .swiper-slide:hover .subj {
		-webkit-line-clamp: 2;
	}

	.full-news .news-slider .swiper-slide:hover p {
		-webkit-line-clamp: 3;
	}

	.full-news .news-slider .swiper-slide:hover {
		padding: 20px 40px 40px;
	}

	.full-news .news-slider .swiper-slide:hover .date {
		font-size: 52px;
		margin-top: -65px;
	}

	.full-news .news-slider .swiper-slide:hover .date span {
		opacity: 0;
	}
}

.full-news .news-slider p {
	color: #aaa;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-wrap: break-word;
	line-height: 1.4em;
}

.full-news .news-slider .date {
	display: inline-block;
	background: #f9f8f8;
	color: #174b87;
	font-size: 42px;
	font-weight: 600;
	line-height: 1;
	padding: 0 5px;
	margin-left: -5px;
	text-align: center;
	transition: all linear .2s;
}

.full-news .news-slider .date span {
	color: #aaa;
	font-size: 13px;
	font-weight: 400;
	display: block;
	letter-spacing: 0;
}

.full-news .news-slider .subj {
	color: #111;
	font-size: 20px;
	font-weight: 700;
	margin: 30px 0 15px;
	-webkit-line-clamp: 1;
}

.full-news .news-slider .swiper-button-prev:after,
.full-news .news-slider .swiper-button-next:after {
	font-size: 32px;
}

.full-news .news-slider .swiper-button-prev {
	left: 0;
	color: #111;
}

.full-news .news-slider .swiper-button-next {
	right: 0;
	color: #111;
}

.full-news .news-slider .swiper-button-disabled {
	opacity: 0.1;
}



/* full section 5 */
.full-inquiry .main-tit p {
	margin-bottom: 50px;
}

.full-inquiry .fp-tableCell {
	vertical-align: middle;
}

.full-inquiry .inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: start;
}

.full-inquiry .main-tit {
	width: 35%;
}

.full-inquiry .inquiry-form {
	width: 58%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.full-inquiry .inquiry-form input::placeholder {
	color: #aaa;
}

.full-inquiry .inquiry-form dl {
	margin: 15px 0;
	width: 48.5%;
}

.full-inquiry .inquiry-form dl.title {
	width: 100%;
}

.full-inquiry .inquiry-form dl.content {
	width: 100%;
}

.full-inquiry .inquiry-form dt {
	color: #111;
	font-weight: 700;
	font-size: 18px;
	position: relative;
	z-index: 2;
	margin: 0 0 -15px;
	padding: 0 20px;
}

.full-inquiry .inquiry-form textarea,
.full-inquiry .inquiry-form select,
.full-inquiry .inquiry-form input[type="text"] {
	width: 100%;
	padding: 0 20px;
	height: 80px;
	font-size: 15px;
	color: #111;
	background: none;
	border: none;
	box-shadow: 3px 3px 30px 3px rgba(0, 0, 0, 0.1);
	outline: none;
}

.full-inquiry .inquiry-form textarea {
	height: 150px;
	padding: 20px;
}

.full-inquiry .inquiry-bt {
	display: flex;
	justify-content: space-between;
	align-items: start;
	width: 100%;
	flex-wrap: wrap;
	margin-top: 20px;
}

.full-inquiry .send-btn {
	width: 100%;
	max-width: 200px;
}

.full-inquiry .send-btn button {
	background: #174b87;
	color: #fff;
	border: none;
	font-size: 16px;
	font-weight: 700;
	padding: 20px;
	display: block;
	width: 100%;
}


@media screen and (max-width:1200px) {
	.sec-header nav{
		display: none;
	}
}
/******************************************** responsive ********************************************/
@media screen and (max-width:820px) {
	.fp-section.fp-table,
	.fp-slide.fp-table {
		height: auto !important;
	}

	.fp-tableCell {
		padding: 80px 0;
		height: auto !important;
	}

	.full-visual .fp-tableCell {
		padding-bottom: 0;
	}

	.full-service .fp-tableCell {
		padding-bottom: 0;
	}

	.sec-footer .fp-tableCell {
		padding-bottom: 0;
	}

	.fp-section.fp-table.full-visual {
		height: 100vh !important;
	}

	.main .cover {
		display: none !important;
	}

	.main-tit {
		margin-bottom: 40px;
	}

	.main-tit p {
		font-size: 14px;
		opacity: 1;
	}

	.main-tit h3 {
		font-size: 20px;
		padding: 0 20px;
		opacity: 1;
	}

	.main-tit h3 br {
		display: none
	}

	.more-btn {
		font-size: 14px;
	}

	.more-btn i {
		margin-left: 10px;
	}

	.main-tit .more-btn {
		position: relative;
		margin: 20px 0;
		margin-left: 20px;
		right: auto;
		bottom: auto;
	}

	.full-visual .visual-tit h2 {
		font-size: 30px;
	}

	.full-visual .visual-tit p {
		font-size: 16px;
		margin-top: 30px;
	}

	.full-service .service-tit {
		left: 20px;
		bottom: 30px;
	}

	.full-service .service-tit p {
		font-size: 24px;
	}

	.full-service .service-tit small {
		font-size: 14px;
	}



	.full-project .project-tit {
		right: 30px;
	}

	.full-project .fp-tableCell {
		padding-bottom: 0;
	}

	.main-project-list-container {
		position: relative;
		padding-top: 0;
		top: auto;
		bottom: auto;
	}


	.full-news {
		overflow: hidden;
	}

	.full-news .main-tit p {
		margin-bottom: 20px;
	}

	.full-news .news-slider {
		padding: 40px 40px 0;
		margin: 0 -20px
	}

	.full-news .news-slider .swiper-slide {
		padding: 20px 30px 40px;
		min-height: auto;
	}

	.full-news .news-slider .swiper-slide>a:before,
	.full-news .news-slider .swiper-slide:before {
		width: 100%;
	}

	.full-news .news-slider .swiper-slide>a:after,
	.full-news .news-slider .swiper-slide:after {
		height: 100%;
	}

	.full-news .news-slider .swiper-slide .date {
		font-size: 52px;
		margin-top: -65px;
	}

	.full-news .news-slider .subj {
		margin: 0 0 20px;
	}

	.full-news .news-slider .swiper-slide .subj {
		-webkit-line-clamp: 1;
		min-height: auto;
		font-size: 16px;
	}

	.full-news .news-slider .swiper-slide p {
		-webkit-line-clamp: 2;
		min-height: 42px;
		font-size: 14px;
	}

	.full-news .news-slider .swiper-button-prev {
		left: 5px;
	}

	.full-news .news-slider .swiper-button-next {
		right: 5px;
	}

	.full-news .news-slider .swiper-button-prev:after,
	.full-news .news-slider .swiper-button-next:after {
		font-size: 20px;
	}


	.full-inquiry .main-tit {
		width: 100%;
	}

	.full-inquiry .main-tit p {
		margin-bottom: 20px;
	}

	.full-inquiry .inquiry-form {
		width: 100%;
	}

	.full-inquiry .inquiry-form dl {
		width: 100%;
		margin: 10px 0;
	}

	.full-inquiry .inquiry-form dt {
		font-size: 16px;
	}

	.full-inquiry .inquiry-form textarea {
		height: 120px;
	}

	.full-inquiry .inquiry-form select,
	.full-inquiry .inquiry-form input[type="text"] {
		height: 60px;
	}

	.full-inquiry .send-btn {
		margin: 40px auto 0;
	}

	.full-inquiry .send-btn button {
		padding: 15px;
	}


}

.full-service .swiper-container {
	overflow-x: hidden;
	overflow-y: hidden;
}