@media screen and (max-width: 800px) {
	
.filter_content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.filter_content .filter {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 40px;
}
.filter_content .catalog_car {
    width: 100%;
}
.item_car {
    display: flex;
    flex-direction: column;
}	
.img_info, .text_info {
    width: 100%;
    padding: 0;
}
.price_item p {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}	
.price_item p b {
    font-size: 20px;
    position: relative;
    display: block;
    margin-left: 0px;
}
ul.nav_temp {
    display: none;
}	
.hovered #eut_gnb>li>a {
    font-size: 16px;
}
.filter_mobile {
    display: flex;
    width: 60px !important;
    height: 60px !important;
    border: 1px solid #e7e7e7;
    border-top: none;
    border-left: none;
    background: #fff;
    font-weight: 600;
    position: fixed;
    z-index: 9999999;
    top: 81px;
    left: 0px;
    align-items: center;
    justify-content: center;
    align-content: center;
    box-shadow: 3px 6px 13px -9px #444;
    z-index: 99;
}
.filter_mobile img {
    max-width: 60%;
}	
.name_page {
    text-align: center;
}	
.name_page:after {
    content: '';
    display: block;
    width: 70px;
    height: 2px;
    background: #05141f;
    margin: AUTO;
    margin-top: 10px;
}	

	
	
.filter_content .filter {
	display: none;
	
}
.filter.open {
    position: fixed;
    display: block;
    background: #fff;
    width: calc(100% - 30px);
    left: 0;
    top: 0;
    padding: 15px;
    height: calc(100vh - 155px);
    overflow: auto;
    padding-top: 140px;
    z-index: 9;
}
body.non_scroll {
    overflow: hidden;
    height: 100vh;
}	
	
p.info_trxt_g {
    color: #c0bebe;
    font-size: 14px;
}	
.dafaf {
    padding-bottom: 150px;
}
.pagination ul {
    display: flex;
    padding: 0;
    list-style: none;
    justify-content: center;
    /* display: inline-block; */
    color: #a6a6a6;
    font-size: 1.22vw;
    vertical-align: middle;
    text-decoration: none;
    flex-wrap: wrap;
}	
header.headerinhomepage.hovered {
    position: fixed;
    top: 0;
}	
.conteyner {
    margin-top: 105px;
}
.name_dealer {
    padding-left: 0px;
}	
.menu_top_min {
    width: auto;
}
.btnMedium.btnType1 {
    margin-bottom: 20px;
    margin-top: 20px;
}
.btnMedium.btnType1 {
    display: block;
    width: fit-content;
    margin: auto;
    margin-bottom: 20px;
    margin-top: 20px;
}	
#eut_gnb>li:first-child {
    display: none;
}	
.eut_header_utilityBar {
    display: none;
}	
.eut_nav_logo .header_logo a img {
    width: 70px;
    height: auto;
}	
.footer_content {

    flex-wrap: wrap;
}
.footer_content div {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
}
.footer_content div img {
    width: 130px;
    margin: auto;
}
.footer_content div .info_sns {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 50%;
    margin: auto;
}
.flex_img div img {
    width: 90%;
}	
.footer_content div .info_sns .link.parbase {
    margin: 10px;
    display: flex;
    align-content: center;
}	
.footer_content div .info_sns .link.parbase a {
    margin: 10px;
}
.name h3 {
    font-size: 20px;
    font-weight: 600;
}	
	
.mobi_none {
    display: none;
}	
	
.mobi_see {
    display: block;
}	
.modal-content {
    width: calc(80% - 40px);
}	

	
	
	
	
	
	
	
	
	
}