.LiBranchTitle{
    margin-top: 20px;
}
.LiBranchTitle span{
    font-size:20px;
    font-weight:bold;
    color:rgba(135,135,135,1);
    display: inline-block;
    vertical-align: middle;
    padding:0 10px;
    cursor: pointer;
}
.LiBranchTitle span:nth-child(2){
    border-right: solid 2px #C47F00;
}
.branchselect{
    color: black!important;
}
.LiBranchMap{
    font-size:20px;
    font-weight:bold;
    color:rgba(135,135,135,1);
    text-align: center;
    margin-top: 20px;
}
.Libranch_look_map{
    width: 100%;
    height: 600px;
    background: #f6f6f6; 
}
.Libranch_look_smallmap{
    width: 600px;
    height: 300px;
}
#json{
    display: none;
}
#LiSubMap{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9999;
    width: 600px;
    height: 300px;
    overflow: hidden;
    margin-left: -300px;
    margin-top: -150px;
    display: none;
}
.LiMapBackground{
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: none;
    z-index: 1000;
}
.LiBranchMap p{
    margin-top: 10px;
    display: inline-block;
}
.LiBranchList{
    margin-top: 20px;
}
.LiBranchListTitle{
    background: #F0831E; ##FFE100;
    box-shadow: 3px 2px 4px 0px #EBEAEA;
	font-size: 16px;
    height: 40px;
    line-height: 40px;
}
.LiBranchListTitle span{
    font-size:20px;
    font-weight: bold;
    padding-left: 10px;
	color: #FFFFFF; ##444444;
}
.LiBranchListInfo{
    position: relative;
    margin-top: 10px;
    padding: 10px 0;
}
.LiBranchListInfo{
    border-top: solid 1px #EFEFEF;
}
.LiBranchListInfo:nth-child(2){
    border-top: none;
}
.LiBranchListAdress{
    float: left;
    color: #000000; #878787;
    font-size: 18px;
    font-weight: bold;
}
.LiBranchListMap{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    color: #000000; #878787;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
}
.LiBranchListMap span{
    display: inline-block;
    vertical-align: bottom;
}
.LiBranchListTime{
    float: right;
    color: #000000; #878787;
    font-size: 18px;
    font-weight: bold;
    height: 75px;
    line-height: 75px;
}
@media(max-width:768px){
    .LiBranchTitle{
        margin-top: 0.625rem;
    }
    .LiBranchTitle img{
        display: none;
    }
    .LiBranchTitle span{
        font-size: 1.125rem;
        color: #000000; ##444444;
    }
    .branchselect{
        color: #BE7C1A!important;
    }
    .LiBranchTitle span:nth-child(2){
        border-color: #BDBBBA;
    }
    .LiBranchMap{
        font-size: 1rem;
        font-weight: 400;
        color: black;
        background: #F1F1F1;
        margin-top: 0.625rem;
    }
    .LiBranchMap #map{
        display: none;
    }
    #LiSubMap{
        width: 80%;
        margin-left: -40%;
    }
    .LiBranchListTitle span{
        font-size: 1rem;
        padding-left: 0.625rem;
    }
    .LiBranchMap p{
        margin-top: 0rem;
        padding: 0.625rem 0.625rem;
    }
    .LiBranchMap p:nth-child(3){
        padding-top: 0;
    }
    .LiBranchListAdress{
        float: none;
        margin-left: 0.625rem;
        font-size: 0.875rem;
        font-weight: 400;
		width: 65%;
    }
    .LiBranchListAdress p:nth-child(1){
        color: black;
        font-size: 1rem;
        font-weight: bold;
    }
    .LiBranchListMap{
        left: 100%;
        transform:translate(-100%,-50%);
        font-size: 0.875rem;
        width: 30%;
    }
    .LiBranchListMap img{
        width: 36px;
        height: 21px;
    }
    .LiBranchListTime{
        float: none;
        margin-left: 0.625rem;
        font-size: 0.875rem;
        height: auto;
        line-height: normal;
        font-weight: 400;
    }
}