#custom_footer {
width: 100%;
font-size: 12px;
background: #262933;
color: #fff;
}


#custom_footer .footer_inner {
	width: 90%;
	margin: 0 auto;
    padding: 40px 0 60px 0;
    max-width: 1100px;
}


#custom_footer a{
color: #fff;
}


#custom_footer ul {
  list-style: none;
}

#custom_footer ul li {
 margin-top: 10px;
 margin-bottom: 10px;
	font-size: 14px;
}
       
#custom_footer .snsarea{
	width: 100%;
	margin: 0 auto;
}

#custom_footer .snsicon{
	padding: 0px 15px 0px 0px;
	margin: 0 auto;
	font-size: 25px;
}

#custom_footer .footer_credit{
    display: block;
    text-align: left;
	font-size: 12px;
    padding-top: 10px;
}

#custom_footer h4.footer{
	color: #fff;
	padding: 10px 0 20px 0;
	margin: 0 auto;
	font-size: 16px;
}

#custom_footer .consultation_text{
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-size: 16px;
	text-align: center;
}

#custom_footer .supportsite_text{
	margin: 0 auto;
	padding: 0 0 15px 0;
	font-size: 16px;
	text-align: center;
}

#custom_footer .consultation_btn {
	padding: 0px 0px 10px 0px;
	font-size: 16px;
    margin-bottom: 20px;
}


#custom_footer .consultation_btn a {
	text-decoration: none;
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
	align-items: center;
    margin: 0 auto;
    max-width: 270px;
    padding: 20px 10px;
    color: #484848;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}

#custom_footer .consultation_btn a:hover {
    background: #EDF0F3;
}

#custom_footer .supportsite_btn {
	padding: 0px 0px 20px 0px;
	font-size: 16px !important;
}

#custom_footer .supportsite_btn a {
	text-decoration: none;
    background: #fff;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
	align-items: center;
    margin: 0 auto;
    max-width: 270px;
	padding: 20px 10px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 700;
}

#custom_footer .supportsite_btn a:hover {
    background: #EDF0F3;
}

#custom_footer table {
    width: 100%;
	  border: 0;
	border-collapse: collapse !important;
  border-spacing: 0 !important;
}

#custom_footer td.area-1{
	width: 25%;
	vertical-align: top;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-2{
	width: 25%;
	vertical-align: top;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-3{
	width: 25%;
	vertical-align: top;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-4{
	width: 25%;
	vertical-align: top;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-5{
	width: 25%;
	border: 0px solid;
	padding-right: 20px;
}
#custom_footer td.area-6{
	width: 25%;
	vertical-align: bottom;
	border: 0px solid;
	padding-right: 20px;
    padding-bottom: 10px;
}

#custom_footer td.area-1 img {
	width: 95px;
	height: auto;
}

@media screen and (max-width: 1245px) {
	
}

@media screen and (max-width: 1024px) {
	#custom_footer .consultation_text,
	#custom_footer .supportsite_text {
		font-size: 14px;
	}
}

@media screen and (max-width: 640px) {
	/*#custom_footer {
		font-size: 12px;
	}*/
	
	#custom_footer td.area-1,
	#custom_footer td.area-2,
	#custom_footer td.area-3,
	#custom_footer td.area-4,
	#custom_footer td.area-5,
	#custom_footer td.area-6 {
		display: block;
		width: 100%;
		vertical-align: top;
		text-align: left;
		margin: 0 auto;
		padding-right:0;
	}
	
/*#custom_footer td.area-2{
	display: block;
   width: 100%;
	vertical-align: top;
	text-align: center;
}
#custom_footer td.area-3{
	display: block;
   width: 100%;
	vertical-align: top;
	text-align: center;
}
#custom_footer td.area-4{
   display: block;
   width: 100%;
   vertical-align: top;
}

#custom_footer td.area-5{
  display: block;
   width: 100%;
	text-align: center;
	margin: 0 auto;
}

#custom_footer td.area-6{
	display: block;
   width: 100%;
	vertical-align: top;
	text-align: center;
	margin: 0 auto;
}*/
	
	#custom_footer h4.footer {
		text-align: left;
		font-size: 16px;
		padding: 30px 0 0 0;
	}
	
	#custom_footer .consultation_text {
		padding: 30px 0 10px 0;
	}
	
	#custom_footer .supportsite_btn {
		padding: 0px 0px 30px 0px;
	}
	
	#custom_footer table {
		width: 85%;
		margin: 0 auto;
	}
}
