
.sec1{
	padding-top: 15rem;
	padding-bottom: 15rem;
}



.text-con{
/* 	padding-left: 13rem; */
	padding-right: 10rem;
}

.sec1 .text-con h2{
	margin-bottom: .75em;
}
.sec1 h4{margin-bottom: 1em;}
.pic2{max-width: 306px;}
.sec1 .row2{
	margin-top: 6rem;
	justify-content: space-between;
}

.sec2{
	padding-top: 11.5rem;
	padding-bottom: 11.5rem;
}
.sec2 .title-con{
	font-size: 4.5rem;
	width: 15.5em;
/* 	justify-self: flex-end; */
}
.sec2 .row{align-items: flex-start;justify-content: space-between;}
.sec2 .text-con h2{
	margin-bottom: 15rem;
}
.sec2 .text-con{
	padding-left: 0rem;
	padding-right: 10rem;
}
.chairman-box{
	width: 360px;

}
.chairman-name{
	font-size: 1.4rem;
	margin-top: 2rem;
}
.chairman-name span{
	font-size: 2rem;
}

.chairman-txt{

}
.chairman-sign{
	width: 17rem;
	justify-self: flex-end;
}
.sec3{
	padding-bottom: 10rem;
}
.sec3 h2{
	text-align: center;

}
.sec3 h3{text-align: center;}

.promise-list{
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-top: 10rem;
}

.promise-list > div{
	width: 47rem;
	padding: 0 2.8rem;
	border-left: 1px solid #231815;
}

.promise-list > div:last-child{
	border-right: 1px solid #231815;
}
.promise-list > div h4{
	text-align: center;

}
.promise-list > div h4 span{
	font-size: 83%;
}
.promise-list > div p{
	margin-bottom: 2em;
	padding-top: 2em;
	height: 12em;
}


@media (min-width: 1024px){
	
}
@media (max-width: 767px){
	.sec1 .text-con h2{
		margin-bottom: 0rem;
	}
	.sec1 .row2{margin-top: 3rem;align-items: flex-start;}
	.sec1 .pic1{margin-bottom: 3.6rem;}
	.sec1-mbtxt{
		width: 55%;
/* 		padding-right: 1em; */
	}
	.pic2{max-width: 27.2rem;}
	.sec1{padding-bottom: 10rem;}
	.sec2{padding-top: 0;}
	.sec2 .text-con h2{margin-bottom: 4rem;}
	.sec2 .row{align-items: flex-end;}
	.chairman-box{
		width: 21.7rem;
	}
	.chairman-txt{
		width: calc(100% - 21.7rem - 5rem);
	}
	.chairman-sign{
		position: absolute;
		width: 11rem;
		right: 0;
		bottom: -7rem;
	}
	.sec2 .title-con{
		width: initial;
	}

	.sec3 h2{text-align: left;width: 20rem;margin-bottom: 1rem;}
	.sec3 h3{text-align: left;}
	.promise-list{
		flex-direction: column;
		padding-top: 3rem;
	}
	.promise-list > div{
		width: 100%;
		border-left: none;
		
		border-bottom: 1px solid #251714;
		padding: 2.7rem 0;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.promise-list > div:first-child{border-top: 1px solid #251714;}
	.promise-list > div:last-child{border-right: none;}
	.promise-list > div p{margin-bottom: 0;padding-top: 0;line-height: 1.75em;height: auto;}
	.promise-list > div img{
		width:20.5rem;
		height: 13.7rem;
		object-fit: cover;
	}
	.promise-list > div h4{text-align: left;}
	
	
}
