/* customer Center */
.customerCenter-wrap{
    margin-top: 30px;
}
.customerCenter-wrap .container{
    display: flex;
    overflow: hidden;
    border-top: cornflowerblue 3px solid;
    border-bottom: cornflowerblue 3px solid;
}
.customerCenter-wrap .bd-wrap{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 400px);
    float: left;
}
.customerCenter-wrap .bd-box{
    box-sizing: border-box;
    padding: 30px;
}
.customerCenter-wrap .bd-box{} .bd-wrap >div{
    float: left; width: 50%;
    float: left;
    border-right: silver 1px solid;
}
.customerCenter-wrap .bd-wrap >div:nth-child(2) ~ div{
    border-top: silver 1px solid;
}

.customerCenter-wrap .bd-map{ float: right; width: 400px; padding-right: 0; }
.customerCenter-wrap .bd-map .call-number{text-align: center;
    font-size: 30px;line-height:1.45; font-weight: bold; min-height: 25px; margin-bottom: 20px;
}
.customerCenter-wrap .container .board1{}
.customerCenter-wrap .container .board2{}
.customerCenter-wrap .container .board3{}
.customerCenter-wrap .container .board4{}
.customerCenter-wrap .container .board5{}
.customerCenter-wrap .sub-title{
    font-size: 16px; font-weight: 600;
    display: block; height: 16px; margin-bottom: 15px;
    position: relative;
}
.customerCenter-wrap .sub-title span{}
.customerCenter-wrap .sub-title a{
    font-size: 13px; display: block;
    padding: 2px 5px; font-weight: bold;
    position: absolute; right: 0; bottom: 0;
}
.customerCenter-wrap .board-content{}
.customerCenter-wrap .board-content table{}
.customerCenter-wrap .board-content table .t-head{ display: none}
.customerCenter-wrap .board-content table th{}
.customerCenter-wrap .board-content table td{ font-size: 12px; padding: 2px}
.customerCenter-wrap .board-content table td{ overflow: hidden; height: 15px; line-height: 15px;}
.customerCenter-wrap .board-content table td:first-child{
    display: block;
}
.customerCenter-wrap .board-content table td:last-child{
    width: 80px; text-align: right
}
.bd-box.board3 .board-content table td:first-child {
	width: 80px; text-align: center; display: table-cell;
}
.bd-box.board3 .board-content table td:last-child {
	width: 275px; text-align: left; display: block;
}
.bd-bank{}
.bd-bank .bank-number{ font-size: 30px; font-weight: bold}
.bd-bank .bank-number dt{ font-size: 13px; margin-bottom: 10px}
.bd-bank .bank-number dd{}
.map-wrap{
    width: 100%; height: 160px; background-color: #ddd;
    margin-bottom: 10px; overflow: hidden; position: relative
}
.map-wrap img{
    width: 100%; object-fit: cover;
    position: absolute; top: 50%; transform: translateY(-50%)
}