@charset "utf-8";
.branch-list .item .name{
    color: #444;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.branch-list .map_box{
    color: #666;
    background: #ECE0D2;
}
.branch-list .map_box:hover {
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(350deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(350deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 350deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
}
/*------------ branch ------------*/
/*b_type1*/
.branch-list.type1 .item .name{
    font-size: 19px;
    border-color: #E7E7E7;
}
.branch-list.type1 .three-box {
    border: 1px solid #E7E7E7;
    border-width: 1px 0;
    width: 100%;
}
.branch-list.type1 .item +.item {
    border-top: 1px dashed #ddd;
}
.branch-list.type1 .tit {
    color: #666;
    font-weight: normal;
}
.branch-list.type1 .three-box .col+.col:before {
    background: #E7E7E7;
}
/*/b_type1*/
/*b_type2*/
.branch-list.type2 .item {
    border: 1px dashed #ddd;
    border-width: 1px 0;
}
.branch-list.type2 .tit {
    color: #666;
    font-weight: normal;
}
.branch-list.type2 .three-box .col+.col:before {
    background: #E7E7E7;
}
.branch-list.type2 .map_box:before {
    top: 6px;
    left: 6px;
}
.branch-list .pic .mask {
    background: rgba(0, 0, 0, .5);
    font-family: 'Bellefair', 'Noto Sans TC', serif;
}
/*/b_type2*/
/*b_type3*/
.branch-list.type3 .item .name {
    font-weight: normal;
    border-bottom: 1px dashed #ddd;
}
.branch-list.type3 .item .text-box{
    padding: 15px 0 0;
    background: #fff;
}
.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;
    border-bottom: 1px dashed #ddd;
}
.branch-list.type3 .tit{
    font-size: 14px;
    padding-left: 0;
    width: 75px;
    background: #fff;
}
.branch-list.type3 .txt{
    font-size: 14px;
}
.branch-list.type3 .btn_area{
    margin: 0;
}
.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: 40px;
    line-height: 42px;
    padding: 0;
    margin: 0;
    color: #444;
    font-size: 18px;
    font-weight: normal;
    border-radius: 0;
    background: #ECE0D2;
    transition: all .3s ease;
    font-family: 'Bellefair', 'Noto Sans TC', 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: -6px 5px 0 0;
    line-height: 1;
    width: auto;
    height: auto;
}
.branch-list.type3 .box:hover .map_box{
    color: #fff;
    background: #FD6880;
    background: -moz-linear-gradient(350deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: -webkit-linear-gradient(350deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    background: linear-gradient(to 350deg, #FD6880 0%, #F99900 33.33%, #56C056 66.66%, #0DBACB 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD6880', endColorstr='#0DBACB',GradientType=1);
}
/*/b_type3*/
/*------------ /branch ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 520px){
    .branch-list{
        margin: 0;
    }
    .branch-list .item{
        padding: 0;
    }
}