.map {
    width: 100%;
}
.map .address {
    display: flex;
    flex-direction: column;
    gap: 19px;
    font-size: 16px;
}
.map .address li {
    list-style: none;
    font-weight: bold;
    width: 100%;
    padding-left: 0;
    font-size: 20px;
    color: #555;
}
.map .address li span {
    font-weight: normal;
    color: #232323b3;
    font-size: 20px;
}

.map.reverse .bannerWrapper {flex-direction: row-reverse;}
.map .bannerWrapper {
    width: 100%;
    display: flex;
    gap: 50px;
    padding: 56px 45px;
    margin-bottom: 25px;
    height: 100%;
    align-items: center;
}
.map .bannerWrapper .bannerArea {
    width: 100%;
    max-width: 624px;
}
.map .bannerWrapper .bannerDesc {
    width: calc(100% - 624px);
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.map .bannerWrapper .bannerDesc h2 {
    color: #232323;
    font-family: 'Nexa';
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: -1.6px;
    font-size: 32px;
}
.map .bannerWrapper .bannerDesc p {
    color: #9a9a9a;
    font-family: 'Nexa';
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
   /* 36px */
    letter-spacing: 0.36px;
}
.map .bannerWrapper .bannerDesc a {
    text-align: center;
    justify-content: center;
}
