#section1{
    width: 100%;
    border-top: 1px solid #ccc;
}

#section1 .center{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.f01{
    width: 80px;
}

.f01 img{
    width: 100%;
}

.f02{
    width: 65%;
}

address{
    font-style: normal;
    font-size: 12px;
    font-weight: 300;
    line-height: 20px;
}

.f02 p{
    font-style: normal;
    font-size: 10px;
    font-weight: 300;
    line-height: 18px;
    margin-top: 10px;
}

.f02 p span{
    margin: 0 10px;
}

.f03 ul{
    display: flex;
}

.f03 ul li{
    width: 45px;
    height: 45px;
    background-color: #333;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.f03 ul li:first-child{
    margin-right: 10px;
}

.f03 ul li:hover{
    background-color: #6667ab;
}

.copy{
    width: 100%;
    padding: 10px 0;
    text-align: center;
    background-color: rgba(102, 103, 171, 0.05);
    font-size: 10px;
    color: #666;
    font-weight: 300;
}
