.footer {
    padding: 93px 0 10px;
}

.copyright{
    text-align: center;
    font-size: .16rem;
    font-family: "adobe-garamond-pro", serif;
}

footer a{
    text-decoration: none;
    color: #000;
}

.fot-contents {
    width: 1285px;
    max-width: 100%;
    padding:0 20px;
    margin: 0 auto 58px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fot-information {
    display: flex;
    justify-content: space-between;
    width: 77%;
}

.fot-information__left {
    width: 34%;
    position: relative;
}

.fot-information__left::before {
    content: "";
    display: block;
    width: 2px;
    height: 92%;
    position: absolute;
    top: 0;
    right: -24px;
    background-image: linear-gradient(to bottom, #C35427 33%, #9E9E9E 33%, #9E9E9E 100%);
}

.fot-img{
    width: 97px;
    margin-left: 6.5%;
    margin-top: -7px;
}

.fot-company-name{
    font-size: .18rem;
    letter-spacing: 0.11em;
    margin-bottom: 6px;
    font-weight: 600;
}

.fot-company-address {
    font-size: .14rem;
    letter-spacing: 0.12em;
    line-height: 2;
    margin-bottom: 4px;
}

.fot-company-contact {
    display: flex;
    flex-wrap: wrap;
    letter-spacing: 0.13em;
}

.fot-company-contact p {
    font-size: .15rem;
    margin-bottom: 8px;
    margin-right: 18px;
    letter-spacing: 0.1em;
}

.fot-company-contact p span{
    color: #9E9E9E;
    margin-right: 6px;
}

.fot-information__right{
    width: 59.5%;
}
.fot-information__right p{
    font-size: .18rem;
    letter-spacing: 0.1em;
    margin-bottom: 14px;
    font-family: "adobe-garamond-pro", serif;
}

.fot-information__container{
    /* display: flex;
    justify-content: space-between;
    flex-wrap: wrap; */
}

.fot-information__container a {
    margin-right: 18px;
    margin-bottom: 19px;
    display: inline-block;
    font-weight: 500;
}

@media screen and (max-width:950px){

    .footer {
        padding: 65px 0 10px;
    }

    .fot-information__right {
        display: none;
    }

    .fot-information__left::before {
        display: none;
    }

    .fot-information__left {
        width: 100%;
    }

    .fot-img {
        margin-left: 0;
        margin-bottom: 36px;
    }

    .fot-information {
        width: 90%;
    }

    .fot-company-name {
        font-size: .18rem;
        text-align: center;
    }

    .fot-company-address {
        text-indent: -1em;
        padding-left: 1em;
        text-align: center;
    }

    .fot-company-contact p {
        margin-right: 0px;
        letter-spacing: 0.1em;
    }
	
	.fot-company-contact p:first-child{
		margin-right: 15px;
	}
	
	.fot-company-contact p:last-child{
		width: 100%;
    	text-align: center;
	}

    .fot-company-contact .fot-con-email {
        margin: 0 auto;
        letter-spacing: 0.1em;
    }

    .fot-company-contact {
        justify-content: center;
    }

    .fot-contents {
        flex-direction: column;
        margin: 0 auto 52px;
    }


    .copyright {
        font-size: .13rem;
    }
}

