@charset "utf-8";
/*------------ branch ------------*/
.branch-list .pic{
    border-radius: 8px;
}
.branch-list .item .name,
.branch-list.type3 .item .name {
    color: #202020;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}
.branch-list .box:hover .name {
    color: #1D2B6A;
}
.branch-list.type3 .item .text-box{
    padding: 10px 15px 0;
    background: #f5f5f5;
}
.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;
}
.branch-list.type3 .item .text-box{
    background: #F3F4F7;
    border-radius: 0 0 30px 30px;
}
.branch-list .item .box {
    background: #F3F4F7;
    border-radius: 8px 8px 30px 30px;
}
.branch-list.type3 .tit{
    font-size: 14px;
    padding-left: 0;
    width: 75px;
    background: #F3F4F7;
}
.branch-list.type3 .txt{
    font-size: 14px;
}
.branch-list.type3 .btn_area{
    margin: 0 -15px;
}
.branch-list.type3 .map_box,
.branch-list.type3 .map_box:hover{
    width: 100%;
    max-width: inherit;
    height: auto;
    display: block;
    transition: all .3s ease;
    line-height: 1.2;
    box-sizing: border-box;
    font-family: 'Cormorant Garamond', serif;
    padding: 15px;
    position: relative;
    color: #fff;
    font-size: 18px;
    border-radius: 30px;
    text-align: center;
    background: #1D2B6A;
    font-weight: normal;
    margin: 0;
}
.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: #E11715;
    color: #fff;
}
.branch-list .map_box{
    background:#1D2B6A; 
    color: #fff;
    transition: all 0.3s ease;
}
.branch-list .map_box:hover{
    background: #E11715;
    color: #fff;
}
.branch-list.type1 .item .name{
    font-size: 19px;
    border-color: #E7E7E7;
}
/*------------ rwd ------------*/
@media screen and (max-width: 520px){
    .branch-list{
        margin: 0;
    }
    .branch-list .item{
        padding: 0;
    }
}
