

.section-block-demo113-footer {
    background-color: #282828
}

.section-block-demo113-footer,
.section-block-demo113-footer a {
    color: #fff;
    font-size: 15px;
    line-height: 1.75;
    font-weight: lighter
}

.section-block-demo113-footer .item-title {
    text-transform: capitalize;
    font-size: 18px;
    line-height: 1;
    padding-bottom: 21px;
    font-weight: bold
}

.section-block-demo113-footer .foot-item {
    padding: 85px 0 81px
}

.section-block-demo113-footer .foot-sns {
    width: 25.5%;
    padding-right: 42px;
    border-right: 1px solid #424242
}

.section-block-demo113-footer .foot-logo img {
    max-height: 4.5rem
}

.section-block-demo113-footer .foot-sns .desc {
    padding: 15px 0
}

.section-block-demo113-footer .tit {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 8px 0
}

.section-block-demo113-footer .foot-sns .foot-social {
    padding: 7px 0
}

.section-block-demo113-footer .foot-sns .foot-social li {
    position: relative;
    width: 36px;
    height: 36px;
    background-color: #424242;
    text-align: center;
    margin-right: 4px
}

.section-block-demo113-footer .foot-sns .foot-social li a {
    display: inline-block;
    padding: 9px 5px
}

.section-block-demo113-footer .foot-sns svg {
    fill: #8b8b8b;
    width: 18px;
    display: block
}

.section-block-demo113-footer .foot-sns .foot-social li:hover {
    background-color: var(--bs-theme-color)
}

.section-block-demo113-footer .foot-sns .foot-social li:hover svg {
    fill: #fff
}

.section-block-demo113-footer .foot-nav li {
    padding: 5px 0;
    text-transform: capitalize
}

.section-block-demo113-footer .foot-nav li:hover {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px)
}

.section-block-demo113-footer .foot-contact {
    width: 25.5%;
    border-left: 1px solid #424242;
    padding-left: 98px
}

.section-block-demo113-footer .foot-contacts li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 18px
}

.section-block-demo113-footer .foot-contacts li .item-icon {
    width: 6%;
    display: inline-block;
    margin-right: 10px
}

.section-block-demo113-footer .foot-contacts li .foot-val {
    width: 90%
}

.section-block-demo113-footer .foot-sns .foot-social li,
.section-block-demo113-footer .foot-sns .foot-social li svg,
.section-block-demo113-footer .foot-nav li {
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.section-block-demo113-footer .foot-bottom {
    border-top: 1px solid #424242
}

.section-block-demo113-footer .bottom-inner {
    padding: 43px 0 37px
}

.section-block-demo113-footer .copyright {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto
}

@media screen and (max-width:1800px) {
    .section-block-demo113-footer .foot-contact {
        padding-left: 30px
    }
}

@media screen and (max-width:1366px) {
    .section-block-demo113-footer .foot-sns {
        padding-right: 20px
    }

    .section-block-demo113-footer .foot-contact {
        padding-left: 20px
    }

    .section-block-demo113-footer .foot-sns,
    .section-block-demo113-footer .foot-contact {
        width: 28%
    }
}

@media screen and (max-width:1280px) {
    .section-block-demo113-footer .foot-sns {
        width: 40%
    }

    .section-block-demo113-footer .foot-contact {
        width: 100%;
        border: 1px solid #424242;
        border-width: 1px 0 0 0
    }
}

@media screen and (max-width:750px) {
    .section-block-demo113-footer .foot-item {
        padding: 40px 0
    }

    .section-block-demo113-footer .foot-sns {
        width: 100%;
        border: 1px solid #424242;
        border-width: 0 0 1px 0
    }

    .section-block-demo113-footer .foot-contacts li .item-icon {
        width: 18px
    }

    .section-block-demo113-footer .bottom-inner {
        padding: 20px 0
    }

    .section-block-demo113-footer .bottom-inner .copyright {
        padding: 10px 0
    }
}