@charset "utf-8";
@font-face {
	src: url("../css/font/PretendardVariable.ttf");
	font-family: "Pre";
}
@font-face {
    font-family: 'GowunDodum-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/GowunDodum-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.footer-wrap{
    background-image: url(/images/main/bg03.png);
    width: 100%;
    height: 320px;
    text-align: center;
    padding: 3% 0;
}

.logo1{
background-image: url(/images/common/logo1.png);
background-repeat: no-repeat;
width: 185px;
height: 85px;
margin: 0 auto;
margin-bottom: 20px;
}
.footer_info a{
    color: #000;
}
.admin{
    font-size: 18px;
font-family: 'GowunDodum-Regular';
margin-bottom: 10px !important;
}
.tel{
    margin-bottom: 30px !important;
    font-size:35px;
    font-weight: 500;
    word-break:keep-all;
}
.address{
    margin-bottom: 10px !important;
    font-size: 18px;
    word-break:keep-all;
    font-family: 'GowunDodum-Regular';
}
.account{
    margin-bottom: 30px !important;
    font-size: 18px;
    word-break:keep-all;
    font-family: 'GowunDodum-Regular';
}
.footer_info{
    font-family: 'GowunDodum-Regular';
}
.footer_info p {
    font-size: 16px;
    color: #000;
}
.footer_info p.tel {
    font-size: 18px;
}

@media(max-width:768px){
    .footer-wrap{
        height: 320px;
        padding-top: 6%;
        padding-bottom: 0;
    }
    .admin{
        margin-bottom: 10px !important;
    }
    .footer_info p.tel{
        font-size: 16px !important;
    }
    .address{
        font-size: 18px;
        margin-bottom: 10px !important;
    }
    .account{
        font-size: 18px;
        margin-bottom: 10px !important;
    }
    .footer_info p {
        font-size: 13px !important;
    }
    .footer_info p:nth-child(3) {
        margin-bottom: 10px !important;
    }
    .footer_info p:last-child{
        margin-bottom: 10px !important;
    }
}

