.ceil-container {
    width: 100%;
    height: 36px;
    background-color: #EFEFEF;
    display: flex;
    align-items: center;
}

.ceil-container .wrapper {
    display: flex;
    align-content: center;
    justify-content: flex-start;
}

.logo-container {
    width: 100%;
    height: 120px;
    background-color: #FFF;
}

.logo-container .wrapper {
    display: flex;
    /*padding: 0 20px;*/
    justify-content: space-between;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.logo-info-container {
    height: 120px;
    display: flex;
    align-items: center;
}

.logo-image {
    /*min-width: 240px;*/
    height: 60px;
}

.logo-image img {
    width: auto;
}

.logo-info {
    display: none;
    height: 60px;
}

.logo-info-title {
    font-size: 20px;
    line-height: 1.5;
    font-weight: bold;
}

.logo-info-desc {
    color: #707070;
    font-size: 16px;
}

.logo-contact-container {
    height: 120px;
    display: flex;
    align-items: center;
}

.logo-contact-icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.logo-contact-info {
    font-size: 18px;
    line-height: 1.5;
}

.logo-contact-tel {
    font-size: 24px;
    color: #0066D5;
    font-weight: bold;
}