.fixed{
    width: 120px;
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: 9;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}

.fx_logo{
    width: 100%;
    height: 50px;
    background-color: #1c2b55;
    display: flex;
    align-items: center;
    justify-content: center;
}

.consul{
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    cursor: pointer;
}

.consul i{
    color: #cba259;
    font-size: 35px;
}

.consul p{
    font-size: 18px;
    font-family: 'Pretendard-Medium', sans-serif;
}

.tel{
    width: 100%;
    height: 80px;
    background-color: #1c2b55;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.tel p{
    font-size: 16px;
    color: #fff;
    font-family: 'Pretendard-Regular', sans-serif;
    text-align: center;
}

.tel p span{
    font-family: 'Pretendard-SemiBold', sans-serif;
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

.top{
    width: 45px;
    height: 45px;
    position: relative;
    background-color: #1c2b55;
    position: fixed;
    bottom: 6%;
    right: 3%;
    z-index: 99;
    display: none;
}

.top i{
    color: #fff;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}