@charset "utf-8";
/* CSS Document */
.prod-2 .text2 {
	font-size: 20px;
	color: #B1B1B1;
	line-height: 25px;
}

.prod-2 .text0 {
	font-size: 20px;
	color: #B1B1B1;
	line-height: 25px;
	font-weight: 600
}

.CT-5-5V6A-2 {
	height: calc(70vh - 157px);
	background-color: #0b2228;
}

.CT-5-5V6A-2 .suspen {
	position: relative;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.CT-5-5V6A-2 .text-box {
	max-width: 1070px;
	width: 100%;
	margin: 0 auto;
}

.CT-5-5V6A-2 .text {
	font-size: 20px;
	color: #c5c5c5;
	line-height: 1.5;
}

.CT-5-5V6A-2 .text .b1 {
	margin: 0;
}


.CT-5-5V6A {
	width: 100%;
	height: 950px;
	background-image: url(../static/images/CT5-5V6A.jpg);
	background-repeat: no-repeat;
	background-position: center 60px;
	background-size: cover;
	background-attachment: fixed;
}

.CT-5-5V6A .box-wrap {
	position: relative;
	width: 100%;
	height: 793px;
}

.CT-5-5V6A .img {
	position: absolute;
	top: 200px;
	left: 48%;
	transform: translate(-50%, 0);
	z-index: 0;
}

.CT-5-5V6A .suspen {
	top: 20%;
	left: 30%;
	transform: translate(-50%, 0);
	z-index: 1;
}

.CT-5-5V6A .text-box {
	max-width: 850px;
	width: 100%;
}

.fade-in {
	-webkit-animation: fade .8s ease-in 0s 1 normal forwards;
	animation: fade .8s ease-in 0s 1 normal forwards;
}

.fade-out {
	opacity: 1;
	-webkit-animation: fade-reverse .8s ease-out 0s 1 normal forwards;
	animation: fade-reverse .8s ease-out 0s 1 normal forwards;
}

@-webkit-keyframes fade {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	0% {
		opacity: 0;
	}

	to {
		opacity: 1
	}
}

@-webkit-keyframes fade-reverse {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

@keyframes fade-reverse {
	0% {
		opacity: 1
	}

	to {
		opacity: 0
	}
}

.CT-5-5V6A .h2 {
	font-size: 32px;
	color: #b1b1b1;
	line-height: 1.5;
}

.CT-5-5V6A .h1 {
	font-size: 42px;
	color: #a9dfff;
	line-height: 1.5;
	font-weight: bold;
	margin: 10px 0;
	display: flex;
	align-items: center;
}

.CT-5-5V6A .h1 .s1 {
	font-size: 20px;
	color: #fff;
	line-height: 44px;
	padding: 0 10px;
	background-color: #ff6700;
	margin-left: 10px;
	border-radius: 22px;
}

.CT-5-5V6A .h3 {
	font-size: 20px;
	color: #b1b1b1;
	line-height: 1.5;
}

.CT-5-5V6A .list-box {
	max-width: 500px;
	width: 100%;
	margin-top: 150px;
	transition: all .3s;
	opacity: 0;
}

.CT-5-5V6A .list-box li {
	float: left;
	width: 50%;
	text-align: center;
	margin-bottom: 50px;
}

.CT-5-5V6A .name {
	font-size: 14px;
	color: rgba(0, 0, 0, .85);
	line-height: 20px;
	margin-top: 8px;
}

.s-img {
	display: none;
}


@media screen and (max-width: 1366px) {
	
	.CT-5-5V6A-2 .text-box {
		max-width: 850px;
	}
}

@media screen and (max-width: 1024px) {
	
	.CT-5-5V6A-2 {
		margin-top: calc(60vh - 50px);
	}

	.CT-5-5V6A-2 .suspen {
		position: absolute;
		height: auto;
		top: auto;
		bottom: 10%;
		padding: 15px 0;
		opacity: 0;
		transition: all .3s;
	}

	.CT-5-5V6A-2 .text-box {
		margin: 0 auto;
	}

	.CT-5-5V6A-2 .text {
		font-size: 30px;
		color: #fff;
		text-align: justify;
	}
	
	.prod-2 .suspen {
	position: absolute;
	top: 5%;
	left: 50%;
	transform: translate(-50%, 0);
}

   .prod-2 .text-box {
	text-align: center;
}

}
	
@media screen and (max-width: 767px) {
	.CT-5-5V6A .text-box {
		max-width: 60%;
		text-align: left;
	}

	.CT-5-5V6A .h2 {
		font-size: 16px;
	}

	.CT-5-5V6A .h1 {
		flex-wrap: wrap;
		margin: 10px 0;
		font-size: 25px;
	}

	.CT-5-5V6A .h1 .s1 {
		font-size: 14px;
		line-height: 30px;
		margin-top: 5px;
		margin-left: 0;
	}

	.CT-5-5V6A .h3 {
		font-size: 14px;
		margin-left: 5%;
	}

	.CT-5-5V6A .list-box {
		width: 50%;
	}

	.CT-5-5V6A .list-box li {
		padding: 0 10%;
		margin-bottom: 20px;
	}

	.CT-5-5V6A .list-box li:nth-last-child(2) {
		margin-bottom: 0;
	}

	.CT-5-5V6A .list-box li:last-child {
		margin-bottom: 0;
	}
	
	.CT-5-5V6A {
		height: 900px;
		background-image: url(../images/CT5-5V6A-sj.jpg);
		background-size: cover;
		background-position: center 0;
	}

}


@media screen and (max-width: 640px) {
	
	.prod-2 .text2{
		font-size: 16px;
	}
	
	.prod-2 .text0{
		font-size: 16px;
	}
	
	 .CT-5-5V6A .h2 {
		font-size: 14px;
		margin-left: 5%;
	}
	
	.CT-5-5V6A-2 .suspen {
		top: 40px;
		left: auto;
	}

	.product-box .h1{
		font-size:32px;
		margin-top: 0;
		margin-left: 5%;
		line-height: 1.3;
	}
	
	.prod-2 .h-1{
		font-size: 42px;
		margin-top:-50px;
	}
	
	.prod-2 .h-2{
		font-size: 42px;
		margin-top: 0;
	}
	
	.prod-2 .h-3{
		font-size: 30px;
	}
	
	.prod-8 .text-box{
		padding: 10px 0 80px;
	}
	
	.prod-8 .text{
		margin-bottom: 70px;
	}
	
}

@media screen and (max-width: 440px) {
	
	.product-box .text {
		font-size: 14px;
		width: 90%;
		margin-left: 5%;
	}
	
}


@media screen and (max-width: 414px) {
	
	.CT-5-5V6A-2 .suspen {
		padding: 0;
	}

	.CT-5-5V6A-2 .text {
		text-align: justify;
	}
}


@media screen and (max-width: 410px) {

	.CT-5-5V6A {
		background-size: 100% 70%;
		background-position: center 40px;
		height: 490px;
	}
	
	.CT-5-5V6A-2 {
		margin-top: calc(13vh - 112px);
		height: 250px;
	}
	
	.CT-5-5V6A-2 .suspen {
		padding: 0;
	}
}


@media screen and (max-width: 400px) {
	.CT-5-5V6A {
		background-size: contain;
		background-position: center 40px;
	}
}

