@charset "utf-8";
/*------------ branch ------------*/
.branch-list .item .name{
    font-weight: normal;
    color: #121212;
    letter-spacing: 0.85px;
    transition: all .3s ease;
}
.branch-list .box:hover .name{
    color: #06348B;
}
/*b_type1*/
.branch-list.type1 .item .name,
.branch-list .item .name {
    font-weight: normal;
    color: #444;
    border-color: #ddd;
}
.branch-list.type1 .tit {
    font-weight: normal;
    color: #666;
}
.branch-list.type1 .three-box .col+.col:before {
    background: #ddd;
}
.branch-list.type1 .three-box {
    border: 1px solid #ddd;
    border-width: 1px 0;
}
.branch-list.type1 .item .name {
    border-color: #ddd;
}
.branch-list.type1 .item +.item {
    border-top: 1px solid #ddd;
}
.branch-list.type1 .map_box:before {
    top: 6px;
    left: 6px;
}
.branch-list.type1 .box:hover .name{
    color: #06348B;
}
/*/b_type1*/
/*b_type2*/
.branch-list.type2 .box:hover .name{
    color: #06348B;
}
/*/b_type2*/
/*b_type3*/
.branch-list.type3 .item .text-box{
    padding: 10px 15px 0;
    background: #f5f5f5;
}
.branch-list.type3 .description{
    font-size: 14px;
    display: -webkit-box;
    margin: 10px 0 5px;
    width: 100%;
    color: #616161;
}
.branch-list.type3 .txt_box{
    padding-left: 80px;
}
.branch-list.type3 .tit{
    font-size: 14px;
    padding-left: 0;
    width: 75px;
    background: #f5f5f5;
}
.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{
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    max-width: inherit;
    height: auto;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.2;
    border-radius: 0;
    color: #fff;
    background: -webkit-linear-gradient(left, #08368B 0, #1981C3 100%);
    transition: all .3s ease;
    font-family: 'Prompt', serif;
}
.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{
    opacity: 0.8;
}
/*/b_type3*/
.branch-list .map_box{
    background: -webkit-linear-gradient(left, #08368B 0, #1981C3 100%);
    color: #fff;
}
.branch-list .map_box:hover {
    background: #1981C3 ;
    color: #fff;
}
/*------------ rwd ------------*/
@media screen and (max-width: 520px){
    .branch-list{
        margin: 0;
    }
    .branch-list .item{
        padding: 0;
    }
}