﻿.banner{position:relative;}
.banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #fff;
}
.engTitle {
    font-size: 1.25rem;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    z-index: 1;
}
.chTitle {
    font-weight: bold;
    font-size: 2.75rem;
}
.introduct {
    font-size: 6rem;
    font-weight: bold
}
.desc {
    font-size: 1rem;
    margin-top: 2rem;
}
.company{padding:0 16.666%;margin-bottom:10rem}
.content {
    background: #f2f2f2;
    margin: -10% auto 0;
    position: relative;
    z-index: 1;
    padding: 4rem 8.333%;
}
.title {
    font-weight: bold;
    font-size: 1.75rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 2rem;
}
.info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 4rem 0;
}
.info-right{margin-left:5rem;flex:1}
.info dl{display:flex;margin-bottom:2rem}
.info dl dt {
    font-size: 1.25rem;
    margin-right: 2rem;
    color: #9b9b9b;
}
.info dl dd{font-weight: bold;font-size: 1.35rem;}
.shops {
    margin: 6rem 8.333% 10rem;
    display: flex;
    justify-content: space-between;
}
.shop-content {
    width: 47%;
}
.shop-title {
    font-weight: bold;
    font-size: 1.35rem;
    margin-bottom: 1rem;
}
.map {
    background: #007765;
    font-size: .75rem;
    padding: 0.15rem 0.5rem;
    border-radius: 3px;
    vertical-align: middle;
}