#tail {
	margin-top:50px;
}

#tail .tail_inner {
display:flex;
height:100px;
	text-align: center;
	justify-content: center;
}



@media ( max-width: 800px ) {
   .top_banner_text {
	display:flex;
	padding:10px 0;
	gap:4px;
	aling-item:center;
	text-align:center;
	margin-bottom:10px;
justify-content: center;
}
.top_banner_text svg {
	position:relative;
	top:-2px;
	width:20px;
	fill:#ff9700;
}

.top_banner_text  span {
	font-size:20px;
	font-weight:600;
	color:#fff;
}
.main_container .top_banner {
    margin: 10px 0 5px 0;

}

.top_banner_inner {
    width:94%;
    gap: 2%;
    padding: 10px 0 10px 0;
}
.main_container .main_product_list_section {
    width: 90%;
    margin: 0 auto;
}

.main_container .main_product_list_section ul.product_contents_list {

    gap: 10px;
		  grid-template-columns: repeat(2,auto);
}
.main_container .main_product_list_section ul.product_contents_list li {
    flex: 1 1 40%;
    margin-bottom: 20px;
}
.iframe_banner {
	margin-top:20px;width:80%;margin:10px auto;
}


.top_banner_inner div {
    flex: 1 1 40%;

}

.view_wrap {
    width: 90% !important;
}

.view_product_detail_section {
	flex-direction: column;
}

.view_product_detail_section .view_product_image_box {
	width:100% !important;
}
.view_product_detail_section .view_product_info_box {
	width:100% !important;
}
.regard_list_inner ul {
gap:10px;
	grid-template-columns: repeat(2,auto) !important;
}

}
