.site-banner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    height: 100px;
    padding: 60px 70px;
    background-color: #fff;
    color: var(--site-third-color);
}

.site-banner .title {
    position: relative;
    font-family: var(--site-serif-font-family);
    font-size: 40px;
    font-weight: 700;
    color: var(--site-second-color);
    letter-spacing: 1px;
}

.en .site-banner .title {
    letter-spacing: 0;
}

.site-banner .nav {
    position: relative;
    font-size: 20px;
}

.site-banner .bg {
    display: flex;
    gap: 70px;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 80%;
}

.site-m-banner {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.site-m-banner > img {
    width: auto;
    height: 110px;
}

.en .site-m-banner > img {
    height: 130px;
}

.site-m-banner .title {
    position: absolute;
    left: 25px;
    top: 25px;
    font-family: var(--site-serif-font-family);
    font-size: 30px;
    font-weight: 700;
    color: var(--site-second-color);
    letter-spacing: 1px;
}

.en .site-m-banner .title {
    font-size: 28px;
    letter-spacing: 0;
}

.site-m-banner .title.title-center {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.site-m-banner .title .icon-pipe {
    display: none;
}

.site-m-banner.site-m-banner-antique {
    height: 60px;
    background-color: var(--site-second-background-color);
}

.site-m-banner.site-m-banner-antique > img {
    display: none;
}
