

.mapSection .container{ max-width: 1200px; }
.mapSection .mapArea{ width:100%; background: #efefef; padding: 20px; border-radius: 20px; position: relative; float: left;}
.mapSection .mapArea .pointerArea{ width:20px; position: absolute; cursor: pointer;}
.mapSection .mapArea .pointerArea .pointerIcon { fill: #cc0000; }
.point-01 {left: 197px;top: 44px;}
.point-02 {left: 138px;top: 70px;}

.mapSection .mapArea  .st0 {fill: #0b457f;stroke: #FFFFFF;stroke-width: 3;}

.mapSection .mapContentArea{ background:#e7f3fe; width: calc(100% - 640px); padding: 20px; float: right; border-radius: 20px;}

.mapSection .mapContentArea table.table { margin-bottom:0; border-left:1 solid #cacaca; border-top:1px solid #fff; }
.mapSection .mapContentArea table.table thead tr th{ background:#0b457f; color:#fff; border-right:1px solid #fff ; border-bottom:1px solid #fff;}
.mapSection .mapContentArea table.table tbody tr td{ color:#000; border-right:1px solid #cacaca; border-bottom:1px solid #cacaca;}


