/*------------ branch ------------*/
.branch-list {
    margin-top: 0px;
}

.branch-list li {
    width: 50%;
    padding: 0px 20px;
    margin: 0px 0 33px;
    position: relative;
    border-bottom: 1px solid #E6E4E3;
}

.branch-list li a {
    margin: 0 -20px 30px;
}

.branch-list li:nth-child(2n+1) {
    clear: left;
}

.branch-list li .pic {
    position: relative;
    height: auto;
    box-sizing: border-box;
    float: left;
}

.branch-list li .pic:before,
.branch-list li .pic:after {
    content: "";
    position: absolute;
    opacity: 0;
    transition: all .2s ease-in-out;
}

.branch-list li .pic:before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.6);
}

.branch-list li .pic:after {
    content: "MORE";
    font-size: 13px;
    display: block;
    color: #555;
    position: absolute;
    z-index: 15;
    width: 100%;
    top: 0%;
    margin: -11px 0 0 0;
    text-align: center;
    font-family: "Arial";
    font-weight: bold;
}

.branch-list li a:hover .pic:before,
.branch-list li a:hover .pic:after {
    opacity: 1;
    transition: all .2s ease-in-out;
}

.branch-list li a:hover .pic:after {
    top: 50%;
}

.branch-list li .text {
    padding: 0px 20px 0 320px;
}

.branch-list .map_btn {
    color: #fff;
    background: #0D45A4;
    font-size: 13px;
    width: 100px;
    line-height: 24px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 20px;
    z-index: 50;
}
.branch-list .map_btn:hover{
    background: #9bd76d;
}

.branch-list li .name {
    line-height: 24px;
    color: #0D45A4;
    font-weight: bold;
    font-size: 16px;
}

.branch-list li a:hover .name {
    text-decoration: underline;
}

.branch-list li .description {
    display: -webkit-box;
    color: #8B8B8B;
    font-size: 14px;
    line-height: 1.6;
    margin: 5px 0;
}


/*------------ detail-main ------------*/

.branch-title {
    border-top: 1px solid #E6E4E3;
    border-bottom: 1px solid #E6E4E3;
    color: #2A9990;
    font-size: 21px;
    line-height: 28px;
    font-weight: normal;
    margin: 0;
    padding: 17px 0px 17px 50px;
    background: url('../../images/common/branch/tit.png') no-repeat center left;
}

.branch-date {
    margin: 0 auto 0 0;
}

.branch-detail{
    position: relative;
}
/*------------ rwd ------------*/

@media screen and (max-width: 1530px) {
    .branch-list li {
        width: 100%;
        padding: 0px 20px ;
    }

    .branch-list {

    }
}

@media screen and (max-width: 767px) {
    .branch-title {
        padding: 17px 0px 17px 0px;
        background: none;
    }
}

@media screen and (max-width: 650px) {
    .branch-list {
        max-width: 300px;
        margin: 0px auto 0 auto;
    }
    .branch-list li .pic {
        float: none;
        max-width: 300px;;
        margin: 0 auto;
    }
    .branch-list li .text {
        padding: 13px 0 0 0;
    }
    .branch-list li .date {
        margin: 0 auto 10px;
    }
    .branch-list .map_btn {
        width: 100%;
        padding: 5px 20px;
        position: relative;
        bottom: 0px;
        left: -20px;
        margin: 0 0px 0px;
    }
}
