@font-face {
    font-family: 'Inter';
    src: url('./fonts/Inter-var-2.ttf');
}
body{
	font-family: 'Inter';
	margin: 0;
	border: 0;
	padding: 0;
}
.common_font_color{
	color: #00B2BC;
}
.common_main{
	/* width: 68.75vw; */
	/* max-width: 1320px; */
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 0;
}
.my_header{
	background-color: #2B2B2B;
	padding: 22px 0;
}
.header_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.head_l_img{
	width: 12.0625rem;
	cursor: pointer;
}
.head_r_btn{
	cursor: pointer;
	color: #2B2B2B;
	padding: 7px 20px;
	font-weight: 400;
	font-size: 18px;
	background: #02FAF9;
	border-radius: 30px;
}
.main_box{
	color: black;
}
.model_one{
	display: flex;
	margin-top: 60px;
}
.model_one .model_left{
}
.model_one .model_title1{
	font-weight: bold;
	font-size: 7.5rem;
	line-height: 9.0625rem;
}
.model_one .model_title2{
	font-size: 32px;
	margin: 30px 0;
}
.model_one .model_title3{
	font-size: 18px;
}
.model_one .model_btn{
	margin-bottom: 30px;
	span{
		cursor: pointer;
		color: white;
		padding: 7px 20px;
		height: 35px;
		font-weight: 400;
		font-size: 18px;
		background: #000;
		border-radius: 30px;
	}
}
.model_one .model_right img{
	width: 35.4375rem;
}
.model_two{
	margin-top: 7.25rem;
}
.model_two .model_left img{
	width: 28.375rem;
}
.model_two .model_right{
	font-size: 6.25rem;
	font-weight: bold;
	margin-left: -23px;
}
.model_three{
	margin-top: 6.25rem;
}
.model_three .model_left img{
	width: 32.375rem;
}
.model_three .model_right .model_title1,.model_three .model_right .model_title2{
	font-size: 5rem;
	font-weight: bold;
}
.model_three .model_right .model_title3{
	font-size: 30px;
}
.model_three .model_title4{
	font-size: 18px;
	margin-top: 3.75rem;
}
.model_three .model_title4 .item{
	display: flex;
	align-items: center;
	line-height: 22px;
	margin-bottom: 26px;
}
.model_three .model_title4 .item:last-child{
	margin-bottom: 0;
}
.model_three .model_title4 .item .item_txt{
	margin-left: 20px;
}
.model_three .model_right img{
	width: 30px;
	height: 30px;
}
.model_four{
	display: block;
	margin: 6.25rem auto 3.125rem auto;
	font-size: 6.875rem;
	font-weight: bold;
}
.model_five{
	margin-top: 3.125rem;
}
.model_five .model_left img{
	width: 26.125rem;
}
.model_five .model_right .model_title1{
	font-size: 3.125rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.model_five .model_right .model_title2,.model_five .model_right .model_title4{
	font-size: 18px;
}
.model_five .model_right .model_title3{
	font-weight: bold;
	font-size: 2rem;
	margin: 20px 0;
}
.model_six .model_left .model_title1{
	font-size: 3.125rem;
	font-weight: bold;
}
.model_six .model_left .model_title2{
	font-size: 18px;
	margin: 40px 0 20px 0;
}
.model_six .model_left .model_title3{
	font-size: 14px;
	margin-bottom: 20px;
}
.model_six .model_right{
	/* margin: 0 53px; */
}
.model_six .model_right img{
	width: 21.5rem;
}
.model_seven .model_left img{
	width: 17.3125rem;
}
.model_seven .model_right {
	width: calc(100% - 25rem);
}
.model_seven .model_right .gard{
	display: flex;
	justify-content: space-between;
	margin-bottom: 3.125rem;
}
.model_seven .model_right .gard_flex{
	display: flex;
}
.model_seven .model_right .gard_flex .flex{
	width: 8.125rem !important;
}
.model_seven .model_right .gard .gard_item {
	margin-top: 30px;
	margin-right: -20px;
	text-align: center;
}
.model_seven .model_right .gard .gard_item img{
	width: 50px;
}
.model_seven .model_right .gard .gard_item .item1{
	font-weight: bold;
	font-size: 18px;
	margin: 5px 0;
}
.model_seven .model_right .gard .gard_item .item2{
	font-size: 14px;
}
.my_footer{
	display: flex;
	justify-content: space-between;
	padding: 20vh 0;
}
.footer_item{
	width: calc(100% / 3);
}
.my_footer .footer_item1{
	margin: 0 40px;
	padding: 0 40px;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}
.footer_txt1{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}
.footer_txt2{
	font-size: 18px;
}
.footer_txt3{
	font-size: 30px;
	margin: 20px 0 45px 0;
}
.footer_txt5 span{
	cursor: pointer;
	color: white;
	padding: 7px 20px;
	font-weight: 400;
	font-size: 18px;
	background: #000;
	border-radius: 30px;
}
.footer_txt6{
	font-size: 14px;
}
@media (max-width: 870px){
	.my_header{
		padding: 22px 0;
	}
	.head_l_img{
		width: 11.0625rem;
		cursor: pointer;
	}
	.header_box{
		display: flex !important;
	}
	.common_main{
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding: 0 20px;
		display: block;
		text-align: center;
	}
	
	.model_one .model_title1{
		font-size: 4.25rem;
		line-height: 4rem;
	}
	.model_one .model_right img{
		width: 100%;
	}
	.model_two .model_left img{
		width: 100%;
	}
	.model_two .model_right{
		font-size: 3.55rem;
		margin-left: 0 !important;
	}
	.model_three .model_left img {
	    width: 100%;
	}
	.model_three .model_right {
		margin-top: 5vh;
	}
	.model_three .model_title4 .item{
		justify-content: center;
	}
	.model_four{
		font-size: 2.675rem;
		text-align: center;
	}
	.model_five .model_left img {
	    width: 100%;
	}
	.model_six .model_left .model_title1 {
	    font-size: 2.125rem;
	}
	.model_six .model_right img {
	    width: 100%;
	}
	.model_seven .model_left img{
		width: 100%;
	}
	.model_seven .model_right{
		width: calc(100% - 20px);
	}
	.model_seven .model_right .gard .gard_item .item2{
		font-size: 10px;
	}
	.my_footer{
		padding: 10vh 20px;
	}
	.footer_item{
		width: 100%;
	}
	.footer_item1{
		margin: 0 0 30px 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}
}
@media (min-width: 870px) and (max-width: 1340px) {
	.my_header{
		padding: 22px 0;
	}
	.header_box{
		display: flex !important;
	}
	.common_main{
		width: calc(100% - 40px);
		max-width: calc(100% - 40px);
		padding: 0 20px;
		text-align: center;
	}
	
	.model_one .model_title1{
		font-size: 4.25rem;
		line-height: 4rem;
	}
	.model_one .model_right img{
		width: 24.5rem;
	}
	.model_two .model_left img{
		width: 24.375rem;
	}
	.model_two .model_right{
		font-size: 4.25rem;
		margin-left: 0 !important;
	}
	.model_three .model_left img {
	    width: 24.375rem;
	}
	.model_three .model_right {
		margin-top: 5vh;
	}
	.model_three .model_title4 .item{
		justify-content: center;
	}
	.model_four{
		font-size: 2.875rem;
		text-align: center;
	}
	.model_five .model_left img {
	    width: 24.125rem;
	}
	.model_six .model_left .model_title1 {
	    font-size: 2.125rem;
	}
	.model_six .model_right img {
	    width: 24.5rem;
	}
	.model_seven .model_left img{
		width: 24.3125rem;
	}
	.model_seven .model_right{
		width: calc(100% - 40px);
	}
	.model_seven .model_right .gard .gard_item .item2{
		font-size: 10px;
	}
	.my_footer{
		padding: 10vh 20px;
	}
	.footer_item{
		width: 100%;
	}
	.footer_item1{
		margin: 0 0 30px 0 !important;
		padding: 0 !important;
		border: 0 !important;
	}
}