@charset "utf-8";

body{
	letter-spacing:1px;
	line-height:1.4;
	font-weight:bold;
}
.red_text{
	color:#FF5A5A;
}
a{
	color:#0076FF;
}
a:hover{
	color:#0076FF;
	text-decoration:underline;
}

.motor_light_info_banner_container{
	width:100%;
	height:400px;
	background-image:url(../images/motor_light/motor_light_info_banner.png);
	background-repeat:no-repeat;
	background-position:top center;
}
.motor_light_info_banner_container .banner_cover{
	width:100%;
	opacity:0;
	display:none;
}
.motor_light_info_banner_title_container{
	width:1280px;
	margin:0 auto;
	position:relative;
}
.motor_light_info_banner_title{
	font-size:36px;
	font-weight:bold;
	letter-spacing:2px;
	color:#1b68c3;
	display:flex;
	align-items:center;
	position:absolute;
	top:130px;
	left:460px;
}
.motor_light_info_banner_title .title_text{
	margin-left:10px;
}
.motor_light_info_banner_title .title_text br{
	display:none;
}
@media (max-width:1500px) {
	.motor_light_info_banner_container{
		background-image:url(../images/motor_light/motor_light_info_banner_1500.png);
	}
}
@media (max-width:1360px) {
	.motor_light_info_banner_container{
		height:360px;
		background-image:url(../images/motor_light/motor_light_info_banner_1360.png);
		background-position:top left;
	}
	.motor_light_info_banner_title{
		font-size:34px;
		top:100px;
		left:38%;
	}
}
@media (max-width:1280px) {
	.motor_light_info_banner_container{
		height:auto;
		background-image:url(../images/motor_light/motor_light_info_banner_1280.png);
		background-position:top center;
		background-size:100%;
	}
	.motor_light_info_banner_title_container{
		width:100%;
		height:100%;
	}
	.motor_light_info_banner_container .banner_cover{
		display:block;
	}
}
@media (max-width:1180px) {
	.motor_light_info_banner_title{
		font-size:32px;
		top:90px;
		left:36%;
	}
	.motor_light_info_banner_title img{
		width:55px;
	}
}
@media (max-width:960px) {
	.motor_light_info_banner_container{
		background-image:url(../images/motor_light/motor_light_info_banner_960.png);
	}
	.motor_light_info_banner_title{
		font-size:32px;
		left:auto;
		right:10%;
		top:70px;
	}
}
@media (max-width:860px) {
	.motor_light_info_banner_title{
		font-size:30px;
	}
	.motor_light_info_banner_title img{
		width:50px;
	}
}
@media (max-width:768px) {
	.motor_light_info_banner_title{
		font-size:28px;
		line-height:1.2;
		top:9.5vw;
		right:18vw;
	}
	.motor_light_info_banner_title .title_text br{
		display:inline;
	}
}
@media (max-width:650px) {
	.motor_light_info_banner_title{
		font-size:26px;
		top:9.5vw;
		right:15vw;
	}
}
@media (max-width:580px) {
	.motor_light_info_banner_title{
		font-size:24px;
		top:9.5vw;
		right:13vw;
	}
}
@media (max-width:540px) {
	.motor_light_info_banner_container{
		background-image:url(../images/motor_light/motor_light_info_banner_540.png);
	}
	.motor_light_info_banner_title{
		width:100%;
		font-size:28px;
		top:40px;
		right:auto;
		justify-content:center;
	}
	.motor_light_info_banner_title img{
		width:45px;
	}
	.motor_light_info_banner_title .title_text br{
		display:none;
	}
}
@media (max-width:480px) {
	.motor_light_info_banner_container{
		background-image:url(../images/motor_light/motor_light_info_banner_480.png);
	}
}
@media (max-width:430px) {
	.motor_light_info_banner_title{
		font-size:6.5vw;
		top:30px;
	}
	.motor_light_info_banner_title img{
		width:40px;
	}
	.motor_light_info_banner_title .title_text{
		margin-left:5px;
	}
}

.motor_light_info_main{
	width:100%;
	margin-bottom:80px;
}
.motor_light_info_container{
	width:1280px;
	margin:0 auto;
	padding:0px 0px 50px 0px;
}
.motor_light_info_container:first-child{
	padding-top:30px;
}
.motor_light_info_title{
	font-size:24px;
	margin-bottom:15px;
	padding-left:10px;
	border-left:6px solid #1B68C3;
}
.motor_light_info_content{
	font-size:20px;
	margin-top:10px;
	padding-left:18px;
}
@media (max-width:1360px) {
	.motor_light_info_container{
		width:calc(100% - 100px);
		margin:0 auto;
	}
}
@media (max-width:768px) {
	.motor_light_info_title{
		font-size:22px;
	}
	.motor_light_info_content{
		font-size:18px;
	}
}
@media (max-width:540px) {
	.motor_light_info_container{
		width:calc(100% - 80px);
	}
}
@media (max-width:480px) {
	.motor_light_info_title{
		font-size:20px;
	}
}

.motor_light_info_card_container{
	display:flex;
	margin-top:60px;
}
.motor_light_info_card{
	width:calc(50% - 25px);
	background-color:#ffffff;
	box-shadow:0px 5px 12px rgba(0,0,0,0.2);
	border-radius:32px;
	padding:30px 25px;
	position:relative;
}
.motor_light_info_card:nth-child(1){
	margin-right:25px;	
}
.motor_light_info_card:nth-child(2){
	margin-left:25px;	
}
.motor_light_info_card_title{
	width:230px;
	height:50px;
	background:#FA827F;
	border-radius:99px;
	font-size:22px;
	color:#ffffff;
	position:absolute;
	top:-25px;
	left:50%;
	transform: translateX(-50%);
	display:flex;
	align-items:center;
	justify-content:center;
}
.motor_light_card_pic{
	width:100%;
	text-align:center;
	margin:20px 0px;
}
.motor_light_card_pic_text{
	width:100%;
	font-size:18px;
	text-align:center;
}
.motor_light_info_card_line{
	border-top:2px dashed #E0E0E0;
	margin:20px 0px;
}
.motor_light_info_card_point_container{
	display:flex;
	flex-wrap:wrap;
}
.motor_light_info_card_point{
	width:50%;
	line-height:1.2;
	margin-bottom:15px;
	padding-right:10px;
}
.motor_light_info_card_point.w100{
	width:100%;
}
.motor_light_info_card_point .main_text{
	position:relative;
	padding-left:20px;
}
.motor_light_info_card_point .main_text i{
	font-size:18px;
	position:absolute;
	top:3px;
	left:0px;
}
.motor_light_info_card_point .note{
	font-size:16px;
	margin-top:3px;
}
.motor_light_info_card_note{
	color:#757575;
	margin-top:20px;
	text-align:right;
}
@media (max-width:1280px) {
	.motor_light_card_pic img{
		width:85%;
	}
}
@media (max-width:1180px) {
	.motor_light_card_pic_text{
		font-size:16px;
		text-align:left;
	}
}
@media (max-width:1024px) {
	.motor_light_info_card{
		width:calc(50% - 15px);
	}
	.motor_light_info_card:nth-child(1){
		margin-right:15px;	
	}
	.motor_light_info_card:nth-child(2){
		margin-left:15px;	
	}
	.motor_light_card_pic img{
		width:85%;
	}
	.motor_light_info_card_point .main_text{
		font-size:18px;
	}
	.motor_light_info_card_point .main_text i{
		top:1px;
	}
}
@media (max-width:860px) {
	.motor_light_info_card_container{
		display:flex;
		flex-wrap:wrap;
	}
	.motor_light_info_card{
		width:100%;
	}
	.motor_light_info_card:nth-child(1){
		margin-right:0px;
		margin-bottom:50px;	
	}
	.motor_light_info_card:nth-child(2){
		margin-left:0px;	
	}
	.motor_light_card_pic img{
		width:auto;
	}
}
@media (max-width:768px) {
	.motor_light_info_card_title{
		width:180px;
		height:40px;
		font-size:20px;
		top:-20px;
	}
	.motor_light_card_pic img{
		width:90%;
	}
}
@media (max-width:480px) {
	.motor_light_info_card_point{
		width:100%;
	}
	.motor_light_info_card_note{
		font-size:14px;
	}
}

.motor_light_info_content_block{
	line-height:1.2;
	margin-bottom:20px;
}
.motor_light_info_content_title{
	font-size:22px;
	margin-bottom:10px;
}
.motor_light_info_content_title i{
	font-size:14px;
	position: relative;
	top:-2px;
	margin-right:2px;
}
.motor_light_info_content_text > ul{
	margin-left:32px;
}
.motor_light_info_content_text > ul > li{
	list-style-type: decimal;
	margin-bottom:10px;
}
.motor_light_info_content_text > ul > li > ul{
	margin-top:5px;
	margin-left:30px;
}
.motor_light_info_content_text > ul > li > ul > li{
	list-style-type: disc;
	line-height:1.4;
	margin-bottom:5px;
}
.motor_light_info_content_table{
	text-align:center;
	margin-top:15px;
	border-collapse: separate;
}
.motor_light_info_content_table th{
	width:250px;
	background-color:#FA827F;
	color:#ffffff;
	border-right:1px solid #ffffff;
	padding:5px 10px;
}
.motor_light_info_content_table th:nth-child(1){
	border-radius:8px 0px 0px 0px;
	border-left:1px solid #FA827F;
}
.motor_light_info_content_table th:nth-child(2){
	border-radius:0px 8px 0px 0px;
	border-right:1px solid #FA827F;
}
.motor_light_info_content_table td{
	border-left:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;;
	padding:10px 10px;
}
.motor_light_info_content_table td:nth-child(2){
	border-right:1px solid #e0e0e0;;
}
.motor_light_info_content_table_note{
	font-size:16px;
	color:#757575;
	margin-top:10px;
}
.motor_light_info_step_block{
	width:calc(100% - 20px);
	background-color:#ffffff;
	border-radius:16px;
	box-shadow:0 5px 8px rgba(0,0,0,0.2);
	margin-left:20px;
	margin-bottom:20px;
	padding:15px 20px 15px 120px;
	position:relative;
}
.motor_light_info_step_number{
	width:100px;
	height:100%;
	background-color:#2C72C6;
	color:#ffffff;
	border-radius:16px 0px 0px 16px;
	position:absolute;
	top:0px;
	left:0px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.motor_light_info_step_title{
	font-size:22px;
	margin-bottom:5px;
}
.motor_light_info_step_text{
	font-size:20px;
	line-height:1.4;
}
@media (max-width:768px) {
	.motor_light_info_step_number{
		width:70px;
	}
	.motor_light_info_step_block{
		padding:15px 20px 15px 85px;
	}
	.motor_light_info_content_title{
		font-size:20px;
	}
	.motor_light_info_content_title i{
		font-size:12px;
	}
	.motor_light_info_step_title{
		font-size:20px;
	}
	.motor_light_info_step_text{
		font-size:18px;
	}
}
@media (max-width:480px) {
	.motor_light_info_content_table_note{
		font-size:14px;
	}
}

.motor_light_info_tab_container{
	width:100%;
	display:flex;
	margin:20px 0px 40px 0px;
}
.motor_light_info_tab_container .tab_btn{
	width:120px;
	background-color:#BFBFBF;
	font-size:20px;
	text-align:center;
	color:#ffffff;
	border-radius:99px;
	margin-left:10px;
	padding:8px 15px;
	cursor: pointer;
}
.motor_light_info_tab_container .tab_btn:hover{
	background-color:#FF5A5A;
}
.motor_light_info_tab_container .tab_btn a{
	color:#ffffff;
}
.motor_light_info_tab_container .tab_btn a:hover{
	color:#ffffff;
	text-decoration: none;
}
.motor_light_info_tab_container .tab_btn.active{
	background-color:#FF5A5A;
}

.motor_light_info_qa_block{
	border-bottom:1px solid #e0e0e0;
	margin-bottom:40px;
	padding-bottom:20px;
}
.motor_light_info_qa_text{
	padding-left:40px;
	position:relative;
}
.motor_light_info_qa_block > div:nth-child(1){
	bottom:15px;
}
.title_circle{
	width:32px;
	height:32px;
	color:#ffffff;
	border-radius:50%;
	position:absolute;
	top:-2px;
	left:0px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.motor_light_info_qa_note{
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
}
@media (max-width:768px) {
	.motor_light_info_tab_container .tab_btn{
		font-size:18px;
	}
	.motor_light_info_qa_text{
		padding-left:35px;
	}
}

.motor_light_info_site{
	margin-bottom:10px;
}
.motor_light_info_site i{
	margin-right:2px;
}
.motor_light_info_site_list{
	padding-left:20px;
}