@charset "utf-8";
/*------------ branch ------------*/
.branch-list .item .name{
    font-weight: 500;
    letter-spacing: 1.5px;
    color: #3F2D26;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.branch-list .map_box{
    background: #D2A36C;
    color: #fff;
}
.branch-list .map_box:hover {
    background: #3F2D26;
    color: #fff;
}
/*br_type1*/
.branch-list.type1 .item .name{
    font-size: 19px;
    border-color: #ECE7E1;
}
.branch-list.type1 .tit {
    color: #666;
    font-weight: normal;
}
.branch-list.type1 .item +.item {
    border-top: 1px solid #ECE7E1;
}
.branch-list.type1 .three-box .col+.col:before {
    background: #ECE7E1;
}
.branch-list.type1 .three-box {
    border: 1px solid #ECE7E1;
    border-width: 1px 0;
}
/*/br_type1*/
/*br_type2*/
.branch-list.type2 .tit {
    color: #666;
    font-weight: normal;
}
.branch-list.type2 .three-box .col+.col:before {
    background: #ECE7E1;
}
.branch-list.type2 .txt_box {
    padding: 10px 0 10px 80px;
}
.branch-list.type2 .item {
    border: 1px solid #ECE7E1;
    border-width: 1px 0;
}
.branch-list.type2 .map_box:before {
    top: 6px;
    left: 6px;
}
.branch-list .pic .mask {
    box-sizing: border-box;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    background: rgba(63, 46, 39, 0.5);
    border: 3px solid #D2A36C;
    transform: translate(0, 50px);
    font-family: 'Noto Serif TC', serif;
}
.branch-list .item .box:hover .mask {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}
/*/br_type2*/
/*br_type3*/
.branch-list.type3 .item .name {
    padding: 0 0 10px;
    font-weight: 500;
    border-bottom: 1px solid #ECE7E1;
}
.branch-list.type3 .item .text-box{
    padding: 15px 5px 0;
}
.branch-list.type3 .description{
    font-size: 14px;
    display: -webkit-box;
    margin: 0 0 10px;
    width: 100%;
    color: #858585;
}
.branch-list.type3 .txt_box{
    padding: 10px 0 10px 90px;
}
.branch-list.type3 .tit{
    box-sizing: border-box;
    font-size: 14px;
    padding-left: 10px;
    width: 75px;
    background: #f5f5f5;
}
.branch-list.type3 .txt{
    font-size: 14px;
}
.branch-list.type3 .btn_area{
    margin: 0 -5px;
}
.branch-list.type3 .map_box {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    max-width: inherit;
    height: auto;
    padding: 0;
    margin: 0;
    line-height: 45px;
    color: #fff;
    background: #3F2E27;
    border-radius: 45px;
    transition: all .3s ease;
    font-family: 'Lato', 'Noto Serif 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: 0 5px 2px 0;
}
.branch-list.type3 .map_box:hover{
    background: #D2A36C;
    color: #fff;
}
/*/br_type3*/
/*------------ /branch ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 520px){
    .branch-list{
        margin: 0;
    }
    .branch-list .item{
        padding: 0;
    }
}