@charset "utf-8";
/*------------ branch ------------*/
.branch-list .item .name{
    font-weight: normal;
    color: #444;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.branch-list .item .name {
    color: #826037;
}
.branch-list .map_box{
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    border: 1px solid rgb(208, 195, 179, 0.5);
    transition: all 0.3s ease;
}
.branch-list .map_box:hover {
    color: #D0C3B3;
    background: #1F1F27;
}
/*b_type1*/
.branch-list.type1 .item .name{
    font-size: 19px;
    border-bottom: 1px dashed #d6d6d6;
}
.branch-list.type1 .map_box:before {
    top: 6px;
    left: 4px;
}
.branch-list.type1 .three-box .col+.col:before {
    background: #d6d6d6;
}
.branch-list.type1 .item +.item {
    border-top: 1px solid #d6d6d6;
}
.branch-list.type1 .three-box {
    border: 1px dashed #d6d6d6;
    border-width: 1px 0;
}
.branch-list.type1 .tit {
    color: #666;
    font-weight: normal;
}
/*/b_type1*/
/*b_type2*/
.branch-list.type2 .item .name {
    border-bottom: 1px dashed #d6d6d6;
}
.branch-list.type2 .map_box:before {
    top: 6px;
    left: 5px;
}
.branch-list.type2 .three-box .col+.col:before {
    background: #d6d6d6;
}
.branch-list.type2 .item {
    border: 1px solid #d6d6d6;
    border-width: 1px 0;
}
.branch-list.type2 .three-box {
    border: 1px dashed #d6d6d6;
    border-width: 1px 0;
}
.branch-list.type2 .tit {
    color: #666;
    font-weight: normal;
}
.branch-list.type2 .txt_box {
    padding: 10px 0 10px 80px;
}
.branch-list .pic .mask {
    color: #D0C3B3;
    letter-spacing: 0;
    background: rgba(19, 19, 16, 0.8);
    font-family: 'Montserrat', serif;
    transition: all 0.3s ease;
}
/*/b_type2*/
/*b_type3*/
.branch-list.type3 .item .name {
    font-weight: normal;
    color: #444;
    letter-spacing: 1px;
    border-bottom: 1px solid #d6d6d6;
}
.branch-list.type3 .item .text-box{
    padding: 10px 15px 0;
    background: #F2EFEB;
}
.branch-list.type3 .description{
    font-size: 14px;
    display: -webkit-box;
    margin: 10px 0 5px;
    width: 100%;
    color: #666;
}
.branch-list.type3 .txt_box{
    padding-left: 80px;
    border-bottom: 1px dashed #d6d6d6;
}
.branch-list.type3 .tit{
    font-size: 14px;
    padding-left: 0;
    width: 75px;
    background: #F2EFEB;
}
.branch-list.type3 .txt{
    font-size: 14px;
}
.branch-list.type3 .btn_area{
    margin: 0 -15px;
}
.branch-list.type3 .map_box,
.branch-list.type3 .map_box:hover{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
    transition: all .3s ease;
    line-height: 1.2;
    font-size: 16px;
    font-weight: normal;
    box-sizing: border-box;
    font-family: 'Montserrat', serif;
    padding: 10px 0;
    position: relative;
    color: #fff;
    border-radius: 0;
    text-align: center;
    background: #826037;
    background: linear-gradient(to right, #826037 0%, #B4854B 100%);
    color: #fff;
    border: 1px solid rgb(208, 195, 179, 0.5);
    margin: 0;
}
.branch-list.type3 .map_box:before{
    content: "\e1001";
    font-size: 15px;
    font-family: 'icon-font' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 2px 0;
}
.branch-list.type3 .map_box:hover{
    color: #D0C3B3;
    background: #1F1F27;
}
/*/b_type3*/
/*------------ /branch ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px) {
    .branch-list.type3 .item .name {
        font-size: 16px;
    }
}
@media screen and (max-width: 767px){
    .branch-list {
        margin: 0;
    }
    .branch-list .item{
        padding: 0;
    }
}