.map_list {
    padding-top: 30px;
}

.map_list table {
    margin-left: 20px;
    display: inline-block;
    width: 800px;
}

.map_list th {
    text-align: center;
    background-color: #2da9c2;
    color: #fff;
    padding: 15px 0px;
    font-size: 15px;
    border-right: 1px solid #ddd;
}

.map_list td {
    height: 70px;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}

.wrap-loading {
    /*화면 전체를 어둡게 합니다.*/
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;

    /*not in ie */
    filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr='#20000000', endColorstr='#20000000');
    /* ie */
    z-index: 501;
}

.wrap-loading div {
    /*로딩 이미지*/
    position: fixed;
    top: calc(50% - 70px);
    left: calc(50% - 125px);
    z-index: 502;
}

.wrap-loading div img {
    width: 250px;
    z-index: 503;
}

.display-none {
    /*감추기*/
    display: none;
}

#pageing a {
    cursor: pointer;
}

.subContents{
	margin-top: 30px;
}