/* BASIC css start */
.footer__logo {
    width: 168px;
    padding-bottom: 35px;
}

.footer__logo img {
    width: 100%;
    vertical-align: unset;

}
.footer__sns {
    padding-top: 30px;
}

.footer__sns>a {
    margin-right: 6px;
}
.footer__sns img {
    vertical-align: unset;
}
.footer__wrapper {
    padding: 70px 0;
    background-color: #f3f3f3;
    min-width: 1460px;
    margin-top: 100px;
}

.footer__content>p {
    line-height: 26px;
    font-size: 12px;
    letter-spacing: -0.04em;
}
.footer__content>p>a {
    line-height: 26px;
    font-weight:500;
}
.footer__inquiry {
    margin-top: 15px;
}
.footer__inquiry>a {
    display: block;
    width: 123px;
    height: 29px;
    border: 1px solid #313131;
    line-height: 27px;
    padding-right:15px;
    box-sizing: border-box;
    text-align:right;
    margin-bottom:4px;
}
.footer__inquiry > .naver {background: url("/design/half1031/2023_renewal/imgs/pc/footer_naver_icon.png")no-repeat 8px 50%;}
.footer__inquiry > .kakao {background: url(/design/half1031/2023_renewal/imgs/pc/footer_kakao_icon.png)no-repeat 11px 50%;}

.footer__list {
    display: flex;
    margin: 0 auto;
justify-content: center;
}
.footer__list>li {
    display: inline-block;
    vertical-align: top;
}

.footer__list>li:nth-of-type(1) {
    padding-right: 95px;
}

.footer__list>li:nth-of-type(2) {
    padding-right: 125px;
}

.footer__list>li:nth-of-type(3) {
    padding-right: 105px;
}



/* BASIC css end */

