#section3{
    height: auto;
    background-color: #272727;
    padding: 70px 3%;
    box-sizing: border-box;
}

#section3 .fp-tableCell{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.f01{
    width: 40%;
}

.f_logo_sns{
    display: flex;
    align-items: center;
}

.f_logo{
    display: flex;
    align-items: center;
    justify-content: center;
}

.f_sns{
    margin-left: 30px;
}

.f_sns ul{
    display: flex;
}

.f_sns ul li{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-right: 20px;
}

.f_sns ul li:last-child{
    margin-right: 0;
}

.f01 address{
    font-style: normal;
    display: inline-block;
    margin-top: 30px;
}

.f01 address p{
    float: left;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
    margin-right: 30px;
    margin-bottom: 15px;
}

.f01 address p strong{
    margin-left: 5px;
    color: #fff;
    font-weight: normal;
}

.f01 address span{
    display: block;
    clear: both;
    font-size: 12px;
    color: rgba(255, 255, 255, 0.5);
    font-family: 'Pretendard', sans-serif;
    font-weight: 300;
}

.f02{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
}

.f_number{
    display: flex;
    align-items: center;
    font-size: 28px;
    color: #fff;
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-weight: 600;
}

.f_number p{
    width: 25px;
    height: 25px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.f_number p i{
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.f_time{
    text-align: right;
    margin-top: 20px;
    font-size: 12px;
    line-height: 22px;
    color: #fff;
    font-family: 'Pretendard', sans-serif;
    font-weight: 200;
}
























/* mobile */
@media screen and (max-width: 767px){

    #section3{
        padding: 30px 5%;
    }

    #section3 .fp-tableCell{
        align-items: flex-start;
        flex-direction: column-reverse;
    }

    .f01{
        width: 100%;
    }

    .f_logo{
        width: 90px;
    }

    .f_logo img{
        width: 100%;
    }

    .f_sns{
        margin-left: 20px;
    }

    .f_sns ul li{
        cursor: inherit;
        margin-right: 15px;
    }

    .f01 address{
        margin-top: 20px;
    }

    .f01 address p{
        font-size: 10px;
        margin-right: 15px;
        margin-bottom: 10px;
        line-height: 15px;
    }

    .f01 address p strong{
        margin-left: 3px;
    }

    .f01 address span{
        font-size: 10px;
    }

    .f02{
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .f_number{
        font-size: 18px;
    }

    .f_number p{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .f_number p i{
        font-size: 12px;
    }

    .f_time{
        text-align: left;
        margin-top: 10px;
        font-size: 10px;
        line-height: 18px;
    }

}
/* // mobile */























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    #section3{
        padding: 50px 3%;
    }

    .f01{
        width: 70%;
    }

    .f_sns ul li{
        cursor: inherit;
    }

    .f01 address p{
        line-height: 18px;
    }

}
/* // tablet */


















/* pc */
@media screen and (min-width: 1025px) and (max-width: 1400px){

    .f01{
        width: 60%;
    }

}
/* // pc */