#section4{
    width: 100%;
    height: inherit;
    padding: 60px 0;
    background-color: #333;
    position: relative;
    overflow: inherit;
}

.top{
    position: absolute;
    width: 70px;
    height: 70px;
    background-color: #125295;
    top: -35px;
    right: 5%;
    cursor: pointer;
    z-index: 3;
}

.top i{
    font-size: 30px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#section4 .center{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.f_logo{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15.65vw;
}

.f_logo img{
    width: 100%;
}

.f_con ul{
    display: flex;
    align-items: center;
}

.f_con ul li{
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    font-family: 'Pretendard-Light', sans-serif;
    cursor: pointer;
}

.f_con ul li:first-child{
    padding-right: 15px;
}

.f_con ul li:nth-child(2){
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    padding: 0 18px;
}

.f_con ul li:last-child{
    padding-left: 15px;
}

.f_con address{
    font-size: 16px;
    color: #eee;
    font-family: 'Pretendard-ExtraLight', sans-serif;
    line-height: 25px;
    /* margin-top: 20px; */
    font-style: normal;
}

.f_con address span{
    margin: 0 10px;
}

.f_con address p{
    font-size: 14px;
    color: #ccc;
    margin-top: 15px;
}

.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;
}

























/* mobile */
@media screen and (max-width: 767px){

    #section4{
        padding: 30px 0;
    }

    .top{
        width: 40px;
        height: 40px;
        top: -20px;
    }

    .top i{
        font-size: 20px;
    }

    #section4 .center{
        display: block;
    }

    .f_logo{
        width: 150px;
    }

    .f_con{
        width: 100%;
    }

    .f_con ul li{
        font-size: 3.5vw;
        line-height: 10px;
        cursor: inherit;
    }

    .f_con ul li:first-child{
        padding-right: 10px;
    }

    .f_con ul li:nth-child(2){
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 0 10px;
    }

    .f_con ul li:last-child{
        padding-left: 10px;
    }

    .f_con address{
        font-size: 11px;
        line-height: 19px;
        margin-top: 15px;
    }

    .f_con address span{
        font-size: 0;
        line-height: 0;
        display: block;
        margin: 0;
    }

    .f_con address p{
        font-size: 10px;
        margin-top: 5px;
    }

    .f_sns{
        width: 100%;
        margin-top: 30px;
    }

    .f_sns ul li{
        width: 25px;
        cursor: inherit;
        margin-right: 15px;
    }

    .f_sns ul li img{
        width: 100%;
    }

}























/* tablet */
@media screen and (min-width: 768px) and (max-width: 1024px){

    #section4{
        padding: 40px 0;
    }

    .top{
        width: 50px;
        height: 50px;
        top: -25px;
    }

    .top i{
        font-size: 24px;
    }

    #section4 .center{
        display: block;
    }

    .f_logo{
        width: 200px;
    }

    .f_con{
        width: 100%;
    }

    .f_con ul li{
        font-size: 14px;
        line-height: 10px;
        cursor: inherit;
    }

    .f_con ul li:first-child{
        padding-right: 10px;
    }

    .f_con ul li:nth-child(2){
        border-left: 1px solid #fff;
        border-right: 1px solid #fff;
        padding: 0 10px;
    }

    .f_con ul li:last-child{
        padding-left: 10px;
    }

    .f_con address{
        font-size: 12px;
        line-height: 20px;
        margin-top: 20px;
    }

    .f_con address span{
        margin: 0 5px;
    }

    .f_con address p{
        font-size: 10px;
        margin-top: 10px;
    }

    .f_sns{
        width: 100%;
        margin-top: 20px;
    }

    .f_sns ul{
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    .f_sns ul li{
        width: 35px;
        cursor: inherit;
    }

    .f_sns ul li img{
        width: 100%;
    }

}
