:root {
    --color_primary: #bc8d2e;
    --color_secondary: #111111;
    --color_white: #fff;
    --color_black: #000;
    --color_slate: #1c1c1c;
}

footer {
    float: left;
    width: 100%;
}

.z_site_footer {
    padding: 0 0 !important;
}

.z_site_footer .footer_row {
    padding: 30px 0px 40px 0 !important;
    margin: 20px 0;
    border-bottom: 1px solid var(--color_white);
}

.z_site_footer .footer_row:nth-child(3) {
    border-bottom: none;
    margin-bottom: 0;
}

.z_site_footer .footer_links {
    /* display: flex; */
}

.z_site_footer .footer_title {
    margin: 0 50px 0 20px;
    display: inline-block;
}

.z_site_footer .footer_title h4 {
    background-color: var(--color_primary);
    margin: auto;
    padding: 15px 0px;
    font-size: 28px;
    font-weight: 600;
    color: var(--color_white);
    line-height: 1;
    width: 240px;
    text-align: center;
    transform: skew( -30deg, 0deg);
}

.z_site_footer .footer_title h4 div {
    transform: skew( 30deg, 0deg);
}

.z_site_footer .footer_link_set {
    margin: auto;
    display: inline-block;
}

.z_site_footer .footer_link_set ul {
    list-style: none !important;
    padding: 0 !important;
}

.z_site_footer .footer_link_set ul li {
    display: inline-block;
    margin: 0 0 0 0;
}

.z_site_footer a,
.footer_site_info ul li .ft_site_info,
.z_site_footer .ft_copy_info {
    color: var(--color_white);
    font-size: 20px;
}

.z_site_footer .footer_link_set ul li a {
    padding: 10px 10px;
    position: relative;
    font-weight: 500;
    margin: 0 30px 0 0px;
}

.z_site_footer .footer_link_set ul li a:after {
    background-color: var(--color_primary);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: -1;
    top: 0;
    opacity: 1;
    transform: skew( 30deg, 0deg)scaleX(0);
    transition: all 0.5s ease-in-out 0s;
}

.footer_site_info ul {
    padding: 0;
    list-style: none;
}

.footer_site_info ul li {
    display: inline-block;
    width: calc(100%/3);
    float: left;
    text-align: left;
}

.footer_site_info ul li a {}

.footer_site_info ul li .info_icon {
    display: flex;
    float: left;
    vertical-align: middle;
    line-height: 0;
    width: 60px;
    height: 50px;
    background: var(--color_primary);
    margin: 0 30px 0 20px;
    transform: skew( -30deg, 0deg);
}

.footer_site_info ul li .info_icon i {
    transform: skew( 30deg, 0deg);
    margin: auto;
}

.footer_site_info ul li .ft_site_info {
    display: inline-block;
    width: auto;
    float: left;
    vertical-align: middle;
}

.footer_site_info ul li .ft_site_info span {
    display: block;
    transition: all 0.5s ease-in-out 0s;
}

.z_site_footer .ft_copy_info {
    padding: 10px 10px;
    color: var(--color_white);
    line-height: 1;
}

@media all and (min-width: 320px) and (max-width: 767px) {
    .z_site_footer .footer_row {
        padding: 20px 0px 20px 0 !important;
    }
    .z_site_footer .footer_title h4 {
        font-size: 15px;
        width: 130px;
    }
    .z_site_footer .footer_title {
        margin: 0;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0;
    }
    .z_site_footer a,
    .footer_site_info ul li .ft_site_info,
    .z_site_footer .ft_copy_info {
        font-size: 14px;
    }
    .footer_site_info ul li {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .footer_site_info ul li .ft_site_info {
        display: block;
        width: 100%;
    }
    .footer_row.ft_001 .et_pb_column:nth-child(2) {
        margin-top: 20px !important;
    }
    .footer_row.ft_002 .footer_link_set ul li {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0;
    }
    .footer_row .footer_links {
        text-align: center;
    }
    .footer_row .footer_title {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer_row .footer_link_set {
        margin: 25px 0 0 0;
    }
    .footer_site_info ul li .info_icon {
        width: 45px;
        height: 35px;
        margin: 10px 0;
        display: flex;
        position: relative;
        transform: skew( -30deg, 0deg)translate(-50%, 0px);
        left: 50%;
    }
}

@media all and (min-width: 481px) and (max-width: 767px) {
    .footer_row.ft_002 .footer_link_set ul li {
        width: 50%;
    }
    .footer_site_info ul li {
        width: auto;
        margin: 0 5% 0 0;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    .z_site_footer .footer_row {
        padding: 20px 0px 20px 0 !important;
    }
    .z_site_footer .footer_title h4 {
        font-size: 17px;
        width: 145px;
    }
    .z_site_footer .footer_title {
        margin: 0 20px;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0;
    }
    .z_site_footer a,
    .footer_site_info ul li .ft_site_info,
    .z_site_footer .ft_copy_info {
        font-size: 16px;
    }
    .footer_site_info ul li {
        width: auto;
        margin: 0 7% 0 0 !important;
		padding: 4% !important;
    }
    .footer_site_info ul li:last-child {
        width: auto;
        margin: 0;
    }
    .footer_row.ft_001 .et_pb_column:nth-child(2) {
        margin-top: 20px;
    }
    .footer_row .footer_links {
        text-align: center;
    }
    .footer_row .footer_title {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer_row .footer_link_set {
        margin: 25px 0 0 0;
    }
    .footer_site_info ul li .info_icon {
        width: 45px;
        height: 35px;
        margin: 8px 20px 0 13px;
    }
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    .z_site_footer .footer_title h4 {
        font-size: 17px;
        width: 145px;
    }
    .z_site_footer .footer_title {
        margin: 0 20px;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0 5px 0 0px;
    }
    .z_site_footer a,
    .footer_site_info ul li .ft_site_info,
    .z_site_footer .ft_copy_info {
        font-size: 16px;
    }
    .footer_site_info ul li {
        width: auto;
    }
    .footer_site_info ul li:nth-child(2) {
        margin: 0 3%;
    }
    .footer_row.ft_001 .footer_links {
        text-align: center;
    }
    .footer_row.ft_001 .footer_title {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer_row.ft_001 .footer_link_set {
        margin: 25px 0 0 0;
    }
    .footer_site_info ul li .info_icon {
        width: 45px;
        height: 35px;
        margin: 8px 20px 0 13px;
    }
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    .z_site_footer .footer_title h4 {
        font-size: 17px;
        width: 145px;
    }
    .z_site_footer .footer_title {
        margin: 0 20px;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0 5px 0 0px;
    }
    .z_site_footer a,
    .footer_site_info ul li .ft_site_info,
    .z_site_footer .ft_copy_info {
        font-size: 16px;
    }
    .footer_site_info ul li {
        width: auto;
    }
    .footer_site_info ul li:nth-child(2) {
        margin: 0 3%;
    }
    .footer_row.ft_001 .footer_links {
        text-align: center;
    }
    .footer_row.ft_001 .footer_title {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer_row.ft_001 .footer_link_set {
        margin: 25px 0 0 0;
    }
    .footer_site_info ul li .info_icon {
        width: 50px;
        height: 40px;
        margin: 0 20px 0 13px;
    }
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    .z_site_footer .footer_title h4 {
        font-size: 17px;
        width: 145px;
    }
    .z_site_footer .footer_title {
        margin: 0 20px;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0 5px 0 0px;
    }
    .z_site_footer a,
    .footer_site_info ul li .ft_site_info,
    .z_site_footer .ft_copy_info {
        font-size: 17px;
    }
    .footer_site_info ul li {
        width: auto;
    }
    .footer_site_info ul li:nth-child(2) {
        margin: 0 3%;
    }
    .footer_row.ft_001 .footer_links {
        text-align: center;
    }
    .footer_row.ft_001 .footer_title {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer_row.ft_001 .footer_link_set {
        margin: 25px 0 0 0;
    }
}

@media all and (min-width: 1281px) and (max-width: 1400px) {
    .z_site_footer .footer_title h4 {
        font-size: 17px;
        width: 145px;
    }
    .z_site_footer .footer_title {
        margin: 0 20px;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0 5px 0 0px;
    }
    .z_site_footer a,
    .footer_site_info ul li .ft_site_info,
    .z_site_footer .ft_copy_info {
        font-size: 17px;
    }
    .footer_site_info ul li {
        width: auto;
    }
    .footer_site_info ul li:nth-child(2) {
        margin: 0 7%;
    }
    .footer_row.ft_001 .footer_links {
        text-align: center;
    }
    .footer_row.ft_001 .footer_title {
        width: 100%;
        display: block;
        text-align: center;
    }
    .footer_row.ft_001 .footer_link_set {
        margin: 25px 0 0 0;
    }
}

@media all and (min-width: 1400px) and (max-width: 1440px) {
    .z_site_footer .footer_title h4 {
        font-size: 17px;
        width: 135px;
    }
    .z_site_footer .footer_title {
        margin: 0 20px;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0 5px 0 0px;
    }
    .z_site_footer a,
    .footer_site_info ul li .ft_site_info,
    .z_site_footer .ft_copy_info {
        font-size: 17px;
    }
    .footer_site_info ul li {
        width: auto;
    }
    .footer_site_info ul li:nth-child(2) {
        margin: 0 7%;
    }
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .z_site_footer .footer_title h4 {
        font-size: 18px;
        width: 150px;
    }
    .z_site_footer .footer_title {
        margin: 0 20px;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0 5px 0 0px;
    }
    .z_site_footer a,
    .footer_site_info ul li .ft_site_info,
    .z_site_footer .ft_copy_info {
        font-size: 18px;
    }
    .footer_site_info ul li {
        width: auto;
    }
    .footer_site_info ul li:nth-child(2) {
        margin: 0 8%;
    }
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    .z_site_footer .footer_title h4 {
        font-size: 22px;
        width: 180px;
    }
    .z_site_footer .footer_title {
        margin: 0 30px 0 20px;
    }
    .z_site_footer .footer_link_set ul li a {
        margin: 0 20px 0 0px;
    }
}

@media all and (min-width: 320px) and (max-width: 980px) {}

@media all and (min-width: 981px) and (max-width: 3000px) {
    .z_site_footer .footer_link_set ul li a:hover:after {
        opacity: 0.6;
        transform: skew( -30deg, 0deg)scaleX(1);
        transition: all 0.5s ease-in-out 0s;
    }
    .footer_site_info ul li .ft_site_info:hover span {
        transition: all 0.5s ease-in-out 0s;
        color: var(--color_primary);
        display: block;
    }
}