@import url(icon-font-34/style.css);
.branch-list.type3 .col.mail .txt{
     word-break: break-all;
}
/*------------ branch ------------*/
.branch-list .item .name {
    font-size: 23px;
    line-height: 1.4;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0px;
    color: #24262C;
    border-bottom: 1px solid #AAACAD;
}
.branch-list .map_box {
    max-width: 232px;
    height: 60px;
    margin: 20px 0;
    display: block;
    transition: all .2s;
    line-height: 60px;
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    color: #24262C;
    text-align: center;
    background: #DCDEDE;
    border-radius: 10px;
    font-weight: bold;
}

.branch-list .map_box:hover {
    background: #24262C;
    color: #ddd;
}
.branch-list .item .box {
    transition: all .2s;
    position: relative;
    box-sizing: border-box;
}
.branch-list .box .cover{
    font-size: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index:30;
}
.branch-list .two {
    display: -webkit-inline-box;
}
.branch-list .tr {
    display: flex;
    flex-wrap: wrap;
}
.branch-list .tit {
    position: absolute;
    width: 90px;
    left: 0;
    top: 0;
    line-height: 45px;
    background: #FAFAFA;
    height: 100%;
    padding: 0 0 0 20px;
    color: #24262C;
    font-size: 16px;
}
.branch-list .txt_box {
    position: relative;
    padding: 10px 0 10px 125px;
    border-bottom: 1px solid #E7E7E7;
}
.branch-list .pic {
    position: relative;
    box-sizing: border-box;
    z-index: 1;
    transition: all .2s;
}
.branch-list .pic img{
    width: 100%;
}
.branch-list .pic .mask {
    opacity: 0;
    transition: all .2s;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    transition: all .3s ease;
    z-index: 20;
    top: 0;
    background: rgba(0, 0, 0, .3);
}
.branch-list .item .box:hover .mask {
    opacity: 1;
}
.branch-list.type3 .pic .mask,
.branch-list.type4 .pic .mask{
    display: none;
}
.branch-list.type2 .item .pic{
    max-height: 182px;
}
/*-- 1欄有圖 --*/

.branch-list.column1 .item {
    width: 100%;
}

/*-- 1欄有圖 --*/

/*-- 3欄 --*/
.branch-list.column3{
    margin: 0 -15px;
}
.branch-list.column3 .item {
    width: 33.3%;
    padding: 0 15px;
}

.branch-list.column3 .item:nth-child(3n+1) {
    clear: left;
}
/*-- 4欄 --*/
.branch-list.column4{
    margin: 0 -5px;
}
.branch-list.column4 .item {
    width: 25%;
    padding: 0 5px;
    margin-bottom: 50px;
}

.branch-list.column4 .item:nth-child(4n+1) {
    clear: left;
}

/*-- 樣式2 --*/
.branch-list.type2 .item {
  padding: 40px 0px;
    margin-bottom: 40px;
    border: 1px solid #AAACAD;
    border-width: 1px 0;
    position: relative;
}

.branch-list.type2 .item .box {
    display: flex;
    width: 100%;
}

.branch-list.type2 .item .text-box {
    width: 100%;
    margin-left: 30px;
    padding: 0;
}

.branch-list.type2 .item .pic {
    max-width: 182px;
    width: 100%;
}

.branch-list.type2 .item .name {
    font-size: 19px;
    border-color: #E7E7E7;
}

.branch-list.type2 .map_box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 45px;
    margin: 0;
}

.branch-list.type2 .map_box:before {
    content: '\e922';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 5px;
}

.branch-list.type2 .branch-table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.branch-list.type2 .col {
    width: auto;
    margin-right: 40px;
}

.branch-list.type2 .three-box .col+.col:before {
    content: '';
    width: 1px;
    height: 26px;
    position: absolute;
    background: #24262C;
    display: inline-block;
    left: 0;
    top: 10px;
}

.branch-list.type2 .three-box .col.fax .tit,
.branch-list.type2 .three-box .col.mail .tit {
    margin-left: 20px;
}

.branch-list.type2 .three-box {
    border: 1px solid #E7E7E7;
    border-width: 1px 0;
    width: 100%;
}

.branch-list.type2 .txt_box {
    border-bottom: none;
    padding: 10px 0 10px 100px;
}

.branch-list.type2 .time.txt_box span {
    display: block;
}

.branch-list.type2 .tit {
    background: none;
    padding: 0;
    height: auto;
    color: #777;
    font-weight: bold;
}

.branch-list.type2 .time {
    order: 3;
}

.branch-list.type2 .add {
    order: 1;
}

.branch-list.type2 .add .txt {
    margin-right: 60px;
}

.branch-list.type2 .tr.three-box {
    order: 2;
}

/*-- 樣式1 --*/

.branch-list.type1 .item {
    padding: 40px 0px;
    position: relative;
}
.branch-list.type1 .item +.item{
    border-top: 1px solid #AAACAD;
}

.branch-list.type1 .item .box {
    display: flex;
    width: 100%;
}

.branch-list.type1 .item .text-box {
    width: 100%;
    margin-left: 30px;
    padding: 0;
    position: relative;
}

.branch-list.type1 .item .pic {
    display: none;
}

.branch-list.type1 .item .name {
    font-size: 19px;
    border-color: #E7E7E7;
}
.branch-list.type1 .btn_area{
   position: absolute;
    left: 130px;
    top: 0; 
}
.branch-list.type1 .map_box {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 0;
    position: absolute;
    right: 0;
    top: 45px;
    margin: 0;
}

.branch-list.type1 .map_box:before {
    content: '\e922';
    font-family: 'icon-font-34' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    position: absolute;
    top: 6px;
    left: 5px;
}

.branch-list.type1 .branch-table {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.branch-list.type1 .col {
    width: auto;
    margin-right: 40px;
}

.branch-list.type1 .three-box .col+.col:before {
    content: '';
    width: 1px;
    height: 26px;
    position: absolute;
    background: #24262C;
    display: inline-block;
    left: 0;
    top: 10px;
}

.branch-list.type1 .three-box .col.fax .tit,
.branch-list.type1 .three-box .col.mail .tit {
    margin-left: 20px;
}

.branch-list.type1 .three-box {
    border: 1px solid #E7E7E7;
    border-width: 1px 0;
    width: 100%;
}

.branch-list.type1 .txt_box {
    border-bottom: none;
    padding: 10px 0 10px 100px;
}

.branch-list.type1 .time.txt_box span {
    display: block;
}

.branch-list.type1 .tit {
    background: none;
    padding: 0;
    height: auto;
    color: #777;
    font-weight: bold;
}

.branch-list.type1 .time {
    order: 3;
}

.branch-list.type1 .add {
    order: 1;
}

.branch-list.type1 .add .txt {
     margin-left: 45px;
}

.branch-list.type1 .tr.three-box {
    order: 2;
}

/*-- 樣式3 --*/
.branch-list.type3 .item{
    margin-bottom: 40px;
}
.branch-list.type3 .txt_box {
    border-bottom: 1px solid #E7E7E7;
}

.branch-list.type3 .tit {
    position: absolute;
    width: 90px;
    line-height: 45px;
    background: #FAFAFA;
    padding: 0 0 0 20px;
    color: #24262C;
    font-size: 16px;
}

.branch-list.type3 .txt {
    font-size: 15px;
    color: #24262C;
}
.branch-list.type3 .item .name {
    font-size: 18px;
    line-height: 1.4;
    font-weight: bold;
    padding: 10px 0 10px;
    margin: 0px;
    border-bottom: 1px solid #AAACAD;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.branch-list.type3 .description {
    font-size: 15px;
    display: -webkit-box;
    margin: 0px;
    width: 100%;
    color: #24262C;
}

.branch-list.type3 .map_box {
    max-width: 232px;
    height: 60px;
    margin: 20px 0;
    display: block;
    transition: all .2s;
    line-height: 60px;
    font-size: 15px;
    box-sizing: border-box;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    color: #24262C;
    text-align: center;
    background: #DCDEDE;
    border-radius: 10px;
    font-weight: bold;
}

.branch-list.type3 .map_box:hover {
    background: #24262C;
    color: #ddd;
}

.branch-list.type3 .point+.point:before {
    content: '、';
    position: relative;
    display: inline-block;
    margin-right: 3px;
}

.branch-list.type3 .branch-table a:hover {
    text-decoration: underline;
}

.branch-list.type3 .two {
    display: -webkit-inline-box;
}

.branch-list.type3 .tr {
    display: flex;
    flex-wrap: wrap;
}

.branch-list.type3 .txt_box {
    position: relative;
    padding: 10px 0 10px 125px;
    border-bottom: 1px solid #E7E7E7;
}

.branch-list.type3 .tit {
    position: absolute;
    width: 90px;
    left: 0;
    top: 0;
    line-height: 45px;
    background: #FAFAFA;
    height: 100%;
    padding: 0 0 0 20px;
    color: #24262C;
    font-size: 16px;
}

.branch-list.type3 .txt {
    font-size: 15px;
    color: #24262C;
}

.branch-list.type3 .col {
    padding-right: 20px;
    width: 100%;
}
/*------------ rwd ------------*/
@media screen and (max-width: 1280px) {}

@media screen and (max-width: 1000px) {
    /*-- 100% +pic --*/

    .branch-list.type2 .tr+.tr:before {
        display: none;
    }

    .branch-list.type2 .tel,
    .branch-list.type2 .fax,
    .branch-list.type2 .mail {
        width: 100%;
    }

    /*-- 33.3% --*/
    .branch-list.column3 .item {
        width: 50%;
    }

    .branch-list.column3 .item:nth-child(3n+1) {
        clear: none;
    }

    .branch-list.column3 .item:nth-child(2n+1) {
        clear: left;
    }

    .branch-list.type3 .item .name {
        font-size: 18px;
    }

    .branch-list.type3 .txt_box {
        padding: 10px 0 10px 110px;
    }

    .branch-list.type3 .tit {
        padding: 0 0 0 10px;
    }

     .branch-list.column4 .item {
        width: 50%;
    }

    .branch-list.column4 .item:nth-child(3n+1) {
        clear: none;
    }

    .branch-list.column4 .item:nth-child(2n+1) {
        clear: left;
    }
    .branch-list.type1 .item,
    .branch-list.type2 .item{
        border:none;
        padding: 10px 0px;
        margin-bottom: 20px;
    }
    .branch-list.type2 .map_box{
        top: 0;
    }
}

@media screen and (max-width: 600px) {

    /*-- 33.3% --*/
    .branch-list.column3,.branch-list.column4{
        margin: 0 0px;
    }
    .branch-list.column3 .item {
        width: 100%;
        padding: 0;
    }
     .branch-list.column4 .item {
        width: 100%;
        padding: 0;
    }

    /*-- 100% + pic ---*/
    .branch-list.type2 .item .box {
        display: block;
    }

    .branch-list.type2 .item .text-box {
        margin-left: 0;
        margin-top: 15px;
    }

    .branch-list.type2 .item .name {
        font-size: 18px;
    }

    .branch-list.type2 .btn_area {
        position: absolute;
        right: 0;
        top: 0;
    }

    .branch-list.type2 .three-box .col.fax .tit,
    .branch-list.type2 .three-box .col.mail .tit {
        margin-left: 0px;
    }

    .branch-list.type2 .three-box {
        border: none;
    }

    .branch-list.type2 .txt_box {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
    }

    .branch-list.type2 .col {
        margin: 0;
    }

    .branch-list.type2 .three-box .col+.col:before {
        display: none;
    }
    /*-- 100% + nopic ---*/
    .branch-list.type1 .item .box {
        display: block;
    }

    .branch-list.type1 .item .text-box {
        margin-left: 0;
        margin-top: 15px;
    }

    .branch-list.type1 .item .name {
        font-size: 18px;
    }
    .branch-list.type1 .three-box .col.fax .tit,
    .branch-list.type1 .three-box .col.mail .tit {
        margin-left: 0px;
    }

    .branch-list.type1 .three-box {
        border: none;
    }

    .branch-list.type1 .txt_box {
        border-bottom: 1px solid #e7e7e7;
        width: 100%;
    }

    .branch-list.type1 .col {
        margin: 0;
    }

    .branch-list.type1 .three-box .col+.col:before {
        display: none;
    }
}