body{
    width: 100%;
    height: 100%;
    margin: 0;
	display: flex;
	flex-direction: column;
}

p{
	margin: 0;
}

form{
    margin: 0;
}

div{
    box-sizing: border-box;
}

ul{
    margin: 0;
    padding: 0;
}

li{
    list-style: none;
}

select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* padding: 5px; */
}

span{
	box-sizing: border-box;
}

td{
	box-sizing: border-box;
}

/* 공통 footer 푸터 */

.main-footer{
	margin:0 auto;	
	width:100%;
	height:75px; 
	text-align: center; 	
    padding: 0;    
    border-top: 1px solid #ccc;
    background-color: #f4f4f4;	
}

.main-footer>div{
	width:100%;
	height: 75px;
	margin:0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}
.footer_info_box{
	display: flex; 
	align-items: center;
}

.footer-logo{
    width: 70px;
    height: 35px;
}

.footer-content{
    width: auto;
	height:35px;
	margin-left: 40px;
	font-size: 12px;
}

.footer-content p{	
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 20px;
	letter-spacing: normal;
	text-align: left;
	color: #777;
}

.footer-content a p{
	font-family: 'Pretendard';
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.29;
	letter-spacing: normal;
	text-align: center;
	color: #777;
}

.footer-content a:last-child p{
	/* font-weight: bold; */
	text-align: left;
	color: #777;
}

.footer_info_line{
	display: flex;
	justify-content: space-between;
}
.footer_agree {
	/* float:left;
	margin:31.5px 0 0px 111px; */
}
.footer_agree div{
	display: flex;	
	justify-content: flex-end;	
}

/*footer-section3*/
.footer_agree{ 
	font-family: Pretendard;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #777;
}

.footer-cust-center{
    font-size: 18px;
    font-weight: bold;
	margin: 0;
	padding-top: 5px;
}

.footer-phone-number{
	float:left;
	margin-left:12px;
	font-family: Pretendard;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	color: #777;
	margin-bottom: 2px;
}

.footer-service-time{
	font-size: 12px;
}

.footer-service-time>span{
	margin-left: 4px;
}

.footer-rest-day{
	margin-left: 4px;
	color: #777;
	font-size: 12px;
}
/* footer e */