@charset "utf-8";
/*------------ branch ------------*/

.branch-list.type3 .item .name {
    border-bottom: solid 4px #0089AF;
    transition: all .3s ease;
}

.branch-list.type3 .item .box:hover .name {
    border-color: #A3B9C8;
}

.branch-list .item .box .name {
    font-weight: normal !important;
}

.branch-list.type1 .map_box, .branch-list.type2 .map_box {
    background: #159C8F;
    color: #fff;
}

.branch-list.type1 .box .map_box:hover, .branch-list.type2 .box .map_box:hover {
    color: #fff;
    background: #0089AF;
}

.branch-list.type3 .map_box {
    width: 100%;
    max-width: inherit;
    border-radius: 0;
    background: #159C8F;
    color: #fff;
    letter-spacing: 3px;
    margin: 0;
    font-family: 'Cabin', sans-serif;
}

.branch-list.type3 .map_box:before {
    font-family: 'icon-font2' !important;
    content: "\e1026";
    font-size: 18px;
    margin: 0px 8px 3px 0;
    display: inline-block;
    vertical-align: middle;
}

.branch-list.type3 .box .map_box:hover {
    background: #0089AF;
}

.branch-list.type2 .map_box:before {
    top: 6px;
    left: 6px;
}

.branch-list .pic .mask{
    font-family: 'Cabin', sans-serif;
    background: rgba(0, 0, 0, .8);
}

/*------------ rwd ------------*/

@media screen and (max-width: 520px) {}