.atm-table {

}

.atm-table th,
.atm-table td {
    padding-right: 50px;
    padding-left: 20px;
    line-height: 1.4;
    vertical-align: top;
}

.atm-table tr td:last-child {
    padding-right: 15px;
}

.atm-table td {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;
    transform: rotate(0.01deg);

}

.atm-table th {
    text-align: left;
    font-size: 11px;
    text-transform: uppercase;
    color: rgba(74, 42, 67, 0.35);
    font-weight: 600;
    transform: rotate(0.01deg);
    padding-top: 20px;
    padding-bottom: 20px;
}

.atm-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ede9ec;
    border-top: 1px solid transparent;
}

.atm-table__district {
    font-weight: 400;
    font-size: 13px;
    color: rgba(74, 42, 67, 0.75);
}

.atm-table__address {
    border-bottom: 1px solid rgba(74, 42, 67, 0.35);
    cursor: pointer;
    display: inline;
    line-height: 1;
}

.atm-table__address:hover {
    border-bottom: transparent;
}

.atm-table__work sup {
    font-size: 8px;
    top: -0.8em;
}

.atm-map {
    height: 540px;
    width: 100%;
    box-sizing: border-box;
}

.atm-list {
    height: 540px;
    overflow: auto;
    box-sizing: border-box;
    margin-left: -40px;
}

.atm-list-item {
    position: relative;
    padding: 30px 35px;
    background-color: white;
    box-sizing: border-box;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

.atm-list-item:before {
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    display: block;
    background-color: #ede9ec;
    position: absolute;
    left: 20px;
    bottom: 0px;
    z-index: 1;
}

.atm-list-item:after {
    content: '';
    clear: both;
}

.atm-list-item.active, .atm-list-item.active:hover {
    background-color: #4a2a43;
    color: white;
}


.atm-list-item.active .atm-list-item__district {
    color: rgba(255, 255, 255, 0.75);
}

.atm-list-item.active:before {
    display: none;
}

.atm-list-item:hover {
    background-color: #ede9ec;
}

.atm-list-item:hover:after {
    background-color: transparent;
}

.atm-list-item__name,
.atm-list-item__address,
.atm-list-item__work {
    padding: 0px 20px;
}

.atm-list-item__address {
    width: 55%;
    box-sizing: border-box;
}

.atm-list-item__work {
    width: 36%;
    box-sizing: border-box;
}

.atm-list-item__name {
    margin-bottom: 15px;
    font-weight: 600;
    transform: rotate(0.01deg);
    line-height: 1;
}

.atm-list-item__address {
    font-weight: 600;
    transform: rotate(0.01deg);
}

.atm-list-item__address span {
    border-bottom: 1px solid rgba(74, 42, 67, 0.35);
    cursor: pointer;
    display: inline;
    line-height: 1;
}

.atm-list-item__district {
    font-weight: 400;
    font-size: 13px;
    color: rgba(74, 42, 67, 0.75);
}

.atm-list-item__work {
    font-weight: 600;
    transform: rotate(0.01deg);
}

.atm-list-item__work sup {
    font-size: 8px;
    top: -0.8em;
}

.mCSB_inside > .mCSB_container {
    margin-right: 8px;
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(74, 42, 67, 0.35);
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: rgba(74, 42, 67, 1);
}


.gmap-win-address {

    font-size: 14px;
    transform: rotate(0.01deg);
    margin-right: 20px;
}

.gmap-win-name {
    transform: rotate(0.01deg);
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 20px;
}

@media all and (max-width: 960px) {
	.atm-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}

	.atm-table tbody,
	.atm-table thead {
		display: table;
		width: 100%;
	}

}
