@media(max-width:1000px) {
	.main {
		width: 100%;
		height: auto;
		padding: 15px 0;
		font-family: "times new roman";
	}

	.m-title {
		text-align: center;
		line-height: 30px;
		font-size: 25px;
		color: #2166eb;
		margin: 2% 0;
	}

	.list1 {
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
	}

	.l1-box {
		width: 100%;
		height: auto;
		padding: 15px 0;
	}

	.lb1 {
		width: 100%;
		height: auto;
		position: relative;
	}

	.lb1 img {
		width: 100%;
		height: 230px;
	}

	.l1-mb {
		width: 100%;
		height: 100%;
		position: absolute;
		background: linear-gradient(140.19deg, #876146 32.7%, #63767F 100%);
		opacity: .6;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	.lm-text {
		width: 90%;
		height: auto;
	}

	.lm-text P:nth-of-type(1) {
		text-align: center;
		font-size: 20px;
		font-weight: 600;
		line-height: 1.5;
		color: #ffffff;
	}

	.lm-text P:nth-of-type(2) {
		width: 80%;
		margin: 10px auto 0;
		text-align: center;
		font-size: 15px;
		line-height: 1.5;

		color: #ffffff;
	}

	.lm-text button {
		width: 30%;
		height: 30px;
		display: block;
		margin: 5% auto 0;
		background-color: rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		border: none;
		font-size: 15px;
	}
	.l1-box2 {
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.lb2{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-around;
		/* align-items: center; */
		padding-bottom: 20px;
		border-bottom: 1px solid gainsboro;
	}
	.lb2 img{
		width: 50%;
		height: 120px;
	}
	.lb2-text{
		width: 45%;
		height: auto;
		/* padding: 10px 0; */
	}
	.lb2-text p:nth-of-type(1){
		font-size: 18px;
		line-height: 1.5;
		font-weight: 400;
	}
	.lb2-text p:nth-of-type(2){
		font-size: 18px;
		line-height: 1.5;
		font-weight: 600;
		line-height: 1.5;
		margin-top: 10px;
		
	}
	.list2{
		width: 100%;
		height: auto;
		padding: 10px 0;
		background-color: #f2f4f8;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		
	}
	.l2-box{
		width: 45%;
		height: auto;
		box-shadow: 0px 0px 7px gray;
		background-color: #f2f4f8;
		border-radius: 8px;
		margin: 10% 0 0 3.5%;
	}
	.l2-box img{
		width: 100%;
		height: 120px;
		border-radius: 8px;
	}
	.l2-text{
		width: 100%;
		height: auto;
		padding: 10px 0;
		/* border-radius: 12px; */
	}
	.l2-text p:nth-of-type(1){
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
		color: #000000;
		font-size: 15px;
	}
	.l2-text p:nth-of-type(2){
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
		color: #0bc1bb;
		font-size: 14px;
		margin-top: 10px;
	}
	.l2-text span{
		margin-left: 5%;
	}
	.list3{
		width: 90%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
	}
	.l3-box{
		width: 100%;
		height: auto;
	}
	.l3-box img{
		width: 100%;
		height: 200px;
	}
	.l3-text{
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.l3-text p:nth-of-type(1){
		text-align: center;
		line-height: 1.5;
		font-size: 15px;
		color: #f0c16d;
		
	}
	.l3-text p:nth-of-type(2){
		line-height: 1.5;
		width: 90%;
		line-height: 1.5;
		font-size: 20px;
		text-align: center;
	}
}

@media(min-width:1000px) {
	.main {
		width: 1350px;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		font-family: "times new roman";
	}
	.m-title {
		text-align: center;
		line-height: 30px;
		font-size: 25px;
		color: #2166eb;
		margin: 20px 0;
	}
	
	.list1 {
		width: 90%;
		height: auto;
		padding: 15px 0;
		margin: 0 auto;
		display: flex;
		justify-content: flex-start;
	}
	
	.l1-box {
		width: 60%;
		height: auto;
		padding: 15px 0;
	}
	
	.lb1 {
		width: 100%;
		height: auto;
		position: relative;
	}
	
	.lb1 img {
		width: 100%;
		height: 530px;
	}
	
	.l1-mb {
		width: 100%;
		height: 100%;
		position: absolute;
		background: linear-gradient(140.19deg, #876146 32.7%, #63767F 100%);
		opacity: .6;
		top: 0;
		left: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	
	.lm-text {
		width: 90%;
		height: auto;
	}
	
	.lm-text P:nth-of-type(1) {
		text-align: center;
		font-size: 30px;
		font-weight: 600;
		line-height: 1.5;
		color: #ffffff;
	}
	
	.lm-text P:nth-of-type(2) {
		width: 80%;
		margin: 10px auto 0;
		text-align: center;
		font-size: 20px;
		line-height: 1.5;
	
		color: #ffffff;
	}
	
	.lm-text button {
		width: 30%;
		height: 30px;
		display: block;
		margin: 5% auto 0;
		background-color: rgba(0, 0, 0, 0.5);
		color: #FFFFFF;
		border: none;
		font-size: 15px;
	}
	.l1-box2 {
		width: 35%;
		height: auto;
		padding: 15px 0;
	}
	.lb2{
		width: 100%;
		height: auto;
		display: flex;
		justify-content: space-around;
		/* align-items: center; */
		padding-bottom: 20px;
		/* border-bottom: 1px solid gainsboro; */
	}
	.lb2 img{
		width: 50%;
		height: 120px;
	}
	.lb2-text{
		width: 45%;
		height: auto;
		/* padding: 10px 0; */
	}
	.lb2-text p:nth-of-type(1){
		font-size: 18px;
		line-height: 1.5;
		font-weight: 400;
	}
	.lb2-text p:nth-of-type(2){
		font-size: 18px;
		line-height: 1.5;
		font-weight: 600;
		line-height: 1.5;
		margin-top: 10px;
		
	}
	.list2{
		width: 100%;
		height: auto;
		padding: 10px 0 20px;
		background-color: #f2f4f8;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		
	}
	.l2-box{
		width: 45%;
		height: auto;
		display: flex;
		justify-content: flex-start;
		align-items: center;
		box-shadow: 0px 0px 10px gainsboro;
		background-color: #f2f4f8;
		border-radius: 8px;
		margin: 20px 0 0 20px;
		padding: 20px;
	}
	.l2-box img{
		width: 55%;
		height: 220px;
		border-radius: 8px;
	}
	.l2-text{
		width: 50%;
		height: auto;
		padding: 10px 0;
		/* border-radius: 12px; */
	}
	.l2-text p:nth-of-type(1){
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
		color: #000000;
		font-size: 25px;
	}
	.l2-text p:nth-of-type(2){
		width: 90%;
		margin: 0 auto;
		line-height: 1.5;
		color: #0bc1bb;
		font-size: 18px;
		margin-top: 10px;
	}
	.l2-text span{
		margin-left: 5%;
	}
	.list3{
		width: 100%;
		height: auto;
		margin: 0 auto;
		padding: 15px 0;
		display: flex;
		justify-content: space-around;
		flex-wrap: wrap;
	}
	.l3-box{
		width: 30%;
		height: auto;
	}
	.l3-box img{
		width: 100%;
		height: 230px;
	}
	.l3-text{
		width: 100%;
		height: auto;
		padding: 15px 0;
	}
	.l3-text p:nth-of-type(1){
		text-align: center;
		line-height: 1.5;
		font-size: 18px;
		color: #f0c16d;
		
	}
	.l3-text p:nth-of-type(2){
		line-height: 1.5;
		width: 90%;
		line-height: 1.5;
		font-size: 23px;
		text-align: center;
	}
}
