.lypd-dt-box{
	background-color: #fbfbfb;
	display: flex;
	padding-top: 3vw;
	padding-left: 4vw;
	padding-right: 4vw;
	padding-bottom: 3vw;
	margin-bottom: 1vw;
}
.lypd-dt-left{
	width: 70%;
	padding-right: 10%;
}
.lypd-dt-right{
	width: 30%;
}
.lypd-dt-txt-item-title{
	font-size: 1.4rem;
	font-weight: bold;
	font-family: "Montserrat-Regular";
}
.lypd-dt-txt-item-cont{
	font-family: "Montserrat-Regular";
	font-size: 0.9rem;
}
.lypd-dt-txt-item{
	margin-bottom: 1vw;
}
.lypd-dt-icon-inner{
	display: flex;
	margin-bottom: 1vw;
}
.lypd-dt-icon-item{
	width: 50%;
}
.lypd-frame{
	width: 100%;
	height: 44vw;
}
.lypd-imgt-box{
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	display: flex;
	align-items: center;
	height: 33vw;
}
.lypd-float-box{
	position: absolute;
    padding: 30px;
    width: 50%;
	color: #fff;
}
.lypd-float-box h3{
	color: #fff;
	text-align: left;
	font-family: "Montserrat-Regular";
}
.lypd-txt-title h3{
	font-family: "Montserrat-Regular";
}
.lypd-direc-left{
	left: 5%;
}
.lypd-direc-right{
	right: 5%;
}
.lypd-txt-top{
	font-family: "Montserrat-Regular";
}
.lypd-txt-title{
	font-weight: bold;
	font-size: 1.8rem;
}
.lypd-bg-light{
	background: rgba(0, 0, 0, 0.3);
}
.lypd-bg-deep{
	background: rgba(0, 0, 0, 0.5);
}
.lypd-limgt-box{
	display: flex;
	margin-top: 1vw;
	margin-bottom: 1vw;
}
.lypd-limgt-left{
	width: 50%;
}
.lypd-limgt-right{
	width: 50%;
	position: relative;
}
.lypd-limgt-img{
	padding-top: 38%;
	background-repeat: no-repeat;
	background-size: cover;
}
.lypd-imgt-txt{
	position: absolute;
	left: 10%;
	top: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	transform: translateY(-50%);
	width: 44%;
	color: #fff;
}
.lypd-imgt-box-inner{
	height: 100%;
}
.lypd-imgt-txt h3{
	color: #fff;
	text-align: left;
}
.lypd-rimgt-box{
	display: flex;
	margin-top: 1vw;
	margin-bottom: 1vw;
}
.lypd-rimgt-box .lypd-imgt-txt{
	color: #000;
	width: 80%;
}
.lypd-rimgt-box .lypd-imgt-txt h3{
	color: #000;
}
.lypd-limgt-box .lypd-imgt-txt{
	color: #000;
	width: 80%;
}
.lypd-limgt-box .lypd-imgt-txt h3{
	color: #000;
}
.lypd-rimgt-left{
	width: 50%;
	position: relative;
}
.lypd-rimgt-right{
	width: 50%;
}
.lypd-rimgt-img{
	padding-top: 38%;
	background-repeat: no-repeat;
	background-size: cover;
}
.lypd-slider-box-container{
	width: 100%;
	
}
.lypd-slider-item.slick-slide{
	height: 33vw;
}
.lypd-img{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100%;
}
.lypd-slider-arrow{
	position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	cursor: pointer;
	line-height: 26px;
}
.lypd-slider-prev{
	left: 10px;
}
.lypd-slider-next{
	right: 10px;
}
.lypd-imgt-txt{
	padding: 1vw;
}
.lypd-slider-box{
	position: relative;
}
.lypd-slider-titles{
	position: absolute;
	top: 2%;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
.lypd-slider-btn{
	display: inline-block;
	border: 2px solid #000;
	background-color: #fff;
	border-radius: 20px;
	margin: 7px 10px;
	width: 10%;
	cursor: pointer;
	min-width: 200px;
	white-space: nowrap;
	padding: 6px;
	font-weight: bold;
	font-size: 12px;
}
.lypd-slider-btn.active{
	background-color: #000;
	border-color: #fff;
	color: #fff;
}
.lypd-dt-icon-item-img{
	text-align: center;
}
.lypd-dt-icon-item-txt{
	text-align: center;
	font-family: "Montserrat-Regular";
	font-size: 0.9rem;
}
.lypd-m{
	display: none;
}
.lypd-txt-desc{
	color: #000;
}
.lypd-float-box .lypd-txt-desc{
	color: #fff;
}
.lypd-slider-box .lypd-txt-desc{
	color: #fff;
}
@media screen and (max-width: 768px){
	.lypd-dt-box{
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.lypd-dt-left{
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0;
	}
	.lypd-dt-right{
		width: 100%;
	}
	.lypd-frame{
		height: 250px;
	}
	.lypd-pc{
		display: none;
	}
	.lypd-m{
		display: block;
	}
	.lypd-imgt-img-m{
		width: 100%;
		height: 65vw;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	.lypd-imgt-box.lypd-m{
		padding-top: 0;
	}
	.lypd-imgt-box{
		height: auto;
	}
	.lypd-imgt-txt-box{
		padding-top: 40px;
    	padding-left: 4vw;
    	padding-bottom: 60px;
		padding-right: 4vw;
		background-color: #000;
		color: #fff;
	}
	.lypd-imgt-txt-box h3{
		color: #fff;
	}
	.lypd-limgt-box{
		display: block;
	}
	.lypd-limgt-left{
		width: 100%;
	}
	.lypd-limgt-right{
		width: 100%;
		background-color: #000;
		color: #fff;
	}
	.lypd-imgt-txt{
		position: relative;
		transform: none;
		left: 0;
		top: 0;
		color: #000;
		text-align: center;
		width: 100%;
		padding-top: 20px;
	}
	.lypd-imgt-txt h3{
		text-align: center;
		color: #000;
		font-size: 1.6rem;
	}
	.lypd-rimgt-box{
		flex-direction: column-reverse;
	}
	.lypd-rimgt-right{
		width: 100%;
	}
	.lypd-limgt-img{
		padding-top: 70%;
	}
	.lypd-rimgt-img{
		padding-top: 70%;
	}
	.lypd-limgt-right{
		padding-top: 20px;
    	padding-left: 4vw;
    	padding-bottom: 50px;
		padding-right: 4vw;
	}
	.lypd-rimgt-left{
		padding-top: 40px;
    	padding-left: 4vw;
    	padding-bottom: 60px;
		padding-right: 4vw;
		width: 100%;
		background-color: #000;
		color: #fff;
	}
	.lypd-slider-box-m .lypd-img{
		height: 246px;
	}
	.lypd-slider-item.slick-slide{
		height: auto;
	}
	.lypd-imgt-txt.lypd-bg-deep, .lypd-imgt-txt.lypd-bg-light{
		background-color: #fff;
		padding-left: 20px;
		padding-bottom: 40px;
	}
	.lypd-slider-box-m{
		position: relative;
	}
	.lypd-slider-titles{
		position: relative;
		margin-top: 20px;
	}
	.lypd-slider-btn{
		width: 60%;
		margin-bottom: 10px;
	}
	.lypd-limgt-box .lypd-imgt-txt{
		color: #fff;
		text-align: left;
		width: 100%;
	}
	.lypd-limgt-box .lypd-imgt-txt h3{
		color: #fff;
		text-align: left;
	}
	.lypd-txt-title h3{
		font-family: "Montserrat-Regular";
		font-size: 24px;
	}
	.lypd-txt-desc{
		color: #fff;
	}
	.lypd-slider-box-m .lypd-txt-desc{
		color: #000;
	}
	.lypd-rimgt-box .lypd-imgt-txt{
		color: #fff;
		text-align: left;
		width: 100%;
	}
	.lypd-rimgt-box .lypd-imgt-txt h3{
		color: #fff;
		text-align: left;
	}
}