@charset "utf-8";
/*------------ branch ------------*/
.branch-list.type3{
    margin: 0 -5px 0px;
}
.branch-list.type3  .item{
    padding: 0 5px;
}
.branch-list .item .name{
    font-weight: bold;
    color:#444444;
}
.branch-list .box:hover .name{
    color:#1A1B20;
    text-decoration: underline;
}
.branch-list.type3 .description{
    color: #616161;
}
.branch-list.type3 .txt{
    font-size: 14px;
}
.branch-list.type3 .btn_area{
    margin: 0 -15px;
}
.branch-list.type3 .txt_box{
    border-bottom: none;
}
.branch-list.type3 .map_box{
    background: #FFF;
    width: 100%;
    color: #444;
    font-size: 13px;
    width: 120px;
    line-height: 40px;
    height: 40px;
    margin: 20px auto 0;
    border-radius: 0;
    border:#444 1px solid;
}
.branch-list.type3 .map_box:hover{
    background: #1A1B20;
    border:#1A1B20 1px solid;
    color: #fff;
}
.branch-list.type3 .map_box:hover{
    opacity: 0.8;
}
.branch-list .map_box{
    background:#929292; 
    color: #fff;
}
.branch-list .map_box:hover{
    background: #747474;
    color: #fff;
}
.branch-list.type1 .item .name{
    font-size: 19px;
    border-color: #E7E7E7;
}
.branch-list.type3 .item .name{
    border-bottom: 1px solid #e8e8e8;
}
/*------------ rwd ------------*/
@media screen and (max-width: 520px){
    .branch-list{
        margin: 0;
    }
    .branch-list .item{
        padding: 0;
    }
}
