@charset "utf-8";
/*------------ branch ------------*/
.container .branch-list .item .name {
    padding: 0 15px 10px;
    background: transparent;
    font-weight: normal;
    transition: all .3s ease;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #DDCCBF;
    color: #4E423D;
    letter-spacing: 1.5px;
    font-family: 'Noto Serif TC', serif;
    transition: all 0.3s ease;
}
.container .branch-list .item .box:hover .name{
    color: #A6864B;
}
.branch-list .map_box{
    color: #EC9879;
    background: #fff;
}
.branch-list .map_box:hover{
    color: #fff;
    background: #EC9879;
}
/*br_type1*/
.branch-list.type1 .item:first-of-type {
    padding-top: 0;
}
.branch-list.type1 .item .name{
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px;
    border-bottom: 1px solid rgb(221, 204, 191, 0.3);
}
.branch-list.type1 .three-box {
    border: 1px solid rgb(221, 204, 191, 0.3);
    border-width: 1px 0;
}
.branch-list.type1 .item +.item {
    border-top: 1px solid #DDCCBF;
}
.branch-list.type1 .three-box .col+.col:before {
    background: #DDCCBF;
}
.branch-list.type1 .tit {
    color: #A08F81;
    font-weight: normal;
}
/*/br_type1*/
/*br_type2*/
.branch-list.type2 .item .name{
    margin: 0;
    padding: 0 0 10px;
    font-size: 18px;
    border-bottom: 1px solid rgb(221, 204, 191, 0.3);
}
.branch-list.type2 .item {
    border: 1px solid #DDCCBF;
    border-width: 1px 0;
}
.branch-list.type2 .three-box .col+.col:before {
    background: #DDCCBF;
}
.branch-list.type2 .map_box{
    right: 15px;
}
.branch-list.type2 .tit {
    color: #A08F81;
    font-weight: normal;
}
.branch-list .pic .mask {
    letter-spacing: 1px;
    font-family: 'Lora', serif;
    background: rgb(70, 56, 50, 0.4);
    transition: all .3s ease;
}
/*/br_type2*/
/*br_type3*/
.branch-list.type3 .item .box{
    background: #F8F5F1;
}
.branch-list.type3 .item .name{
    margin: 0 -15px;
}
.branch-list.type3 .item .text-box{
    padding: 10px 15px 0;
    border: 0;
}
.branch-list.type3 .description{
    font-size: 14px;
    display: -webkit-box;
    margin: 10px 0 5px;
    width: 100%;
}
.branch-list.type3 .txt_box{
    padding-left: 80px;
    border:none;
}
.branch-list.type3 .tit{
    font-size: 14px;
    padding-left: 0;
    width: 75px;
    background: none;
    color: #A08F81;
}
.branch-list.type3 .txt{
    font-size: 14px;
    color: #A08F81;
}
.branch-list.type3 .btn_area{
    margin: 0 -15px;
}
.branch-list.type3 .map_box {
    position: absolute;
    box-sizing: border-box;
    top: 10px;
    left: 10px;
    margin: 0;
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    color: #EC9879;
    background: #fff;
    border: 0;
    border-radius: 100%;
    transition: all .3s ease;
    z-index: 50;
}
.branch-list.type3 .map_box:hover {
    background: #EC9878;
}
.branch-list.type3 .map_box:before{
    font-size: 20px;
}
.branch-list .item .box .map_box:before{
    content: "\e1001";
    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;
    width: 100%;height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 5;
    position: relative;
    top: 0;
    left: 0;
}
.map_box:hover:before {
    animation: pop 0.5s;
    animation-fill-mode: forwards;
    color: #fff;
}
@keyframes pop{
    0%{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50%{
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    90%{
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
    100%{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes pulse{
    50%{
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 1;
    }
    70%{
        -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
        opacity: 1;
    }
    100%{
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}
/*/br_type3*/
/*------------ /branch ------------*/
/*------------ rwd ------------*/
@media screen and (max-width: 1000px){
    .container .branch-list .item .text-box{
        padding: 0 15px;
        box-sizing: border-box;
    }
    .branch-list.type1 .btn_area{
        left: 145px;
    }
}
@media screen and (max-width: 600px){
    .branch-list.type1 .item .name{
        margin: 0px -15px; 
        padding-left: 15px; 
    }
    .branch-list.type1 .item .text-box{
        margin-top: 0;
    }
}
@media screen and (max-width: 520px){
    .branch-list{
        margin: 0;
    }
    .branch-list .item{
        padding: 0;
    }
}