.footer {
    max-width: 1540px;
    margin: 0 auto;
}

.footer .phone {
    font-family: 'Jost', sans-serif;
    font-size: 40px;
    color: #313131;
    font-style: italic;
    text-align: center;
}

.footer .line {
    border-top: 1px solid #7f7f7f;
    margin: 30px 0 50px;
}

.footer .contents {
    display: flex;
    justify-content: center;
    margin-bottom: 70px;
}

.footer .contents .address {
    font-family: "Nanum Gothic";
    text-align: right;
    padding: 0 45px;
}

.footer .contents .address .text1 {
    font-family: 'Noto Sans KR';
    font-size: 18px;
    color: #000;
    margin-bottom: 20px;
}

.footer .contents .address .text2 {
    font-size: 14px;
    color: #626262;
    margin-bottom: 15px;
}

.footer .contents .address .text2:last-child {
    margin-bottom: 0;
}

.footer .contents .link {
    font-family: "Nanum Gothic";
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.footer .contents .link .link0 {
    font-size: 14px;
    color: #626262;
    margin-bottom: 18px;
}
.footer .contents .link .link0 a:hover {
	text-decoration:underline;
}

.footer .contents .link .link1 {
    font-size: 13px;
    color: #626262;
    margin-bottom: 18px;
}

.footer .contents .link .link1 span {
    margin: 0 12px;
}

.footer .contents .link .link1 a {
    text-decoration: none;
    color: inherit;
}

.footer .contents .link .link2 {
    width: 167px;
    height: 27px;
    font-size: 13px;
    color: #626262;
    border: 1px solid #535353;
}

.footer .contents .link .link2 a {
    text-decoration: none;
    color: inherit;
    display: flex;
    height: 100%;
}

.footer .contents .link .link2 a div {
    width: 50%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer .contents .link .link2 a div:last-child {
    background-color: #5b5b5b;
    color: #fff;
}

.footer .bottom-logo {
    font-family: 'Jost', sans-serif;
    font-size: 113px;
    color: rgba(64, 63, 63, 0.18);
    text-align: center;
}

.ft_reserve{width: 140px; float:left; color: #fff; background-color: #5b5b5b; line-height: 2.3; height: 35px; text-align: center; margin-top: 10px;}
.ft_inquiry{padding:0 10px ;float:left; color: #626262; border: 1px solid #535353; background-color: #fff; line-height: 2.3; height: 35px; text-align: center; margin-top: 10px; margin-left: 10px;}

@media (max-width: 768px) {
    .footer .phone {
        font-size: 35px;
    }

    .footer .contents {
        flex-direction: column;
        margin-bottom: 30px;
    }

    .footer .contents .address {
        text-align: center;
        margin: 0 auto 20px;
    }

    .footer .contents .link {
        min-width: 320px;
        padding: 0;
        margin: 0 auto;
		text-align: center;
    }
	
	.footer .contents .link .link2 {text-align: center; padding: 0; margin: 0 auto;}
    .footer .bottom-logo {
        font-size: 65px;
    }
}

@media (max-width: 576px) {
    .footer .phone {
        font-size: 28px;
    }

    .footer .bottom-logo {
        font-size: 40px;
    }

    .footer .contents .address {
        margin: 0 0 20px;
        padding: 0 20px;
    }

    .footer .contents .link {
        margin: 0;
        padding: 0 20px;
    }

    .footer .contents .address .text1 {
        font-size: 16px;
    }

    .footer .contents .address .text2 {
        font-size: 12px;
        margin-bottom: 10px;
    }

    .footer .contents .link .link1 {
        font-size: 12px;
        margin-bottom: 14px;
    }

    .footer .contents .link .link2 {
        font-size: 12px;
        width: 160px;
    }

    .footer .line {
        margin: 20px 0 30px;
    }

	.ft_reserve{width:100%;}
	.ft_inquiry{margin-left: 0px; width:100%; padding:0;}
}