.canhcam-header-14 .Module-138 {
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.canhcam-header-14 .input-group .input-group-append input {
    order: 1;
}

.canhcam-header-14 .input-group .input-group-append input:focus {
    outline: none;
}

.map_system {
    height: 500px;
}

.system-map {
    position: relative;
    height: 600px;
    margin-bottom: 60px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

@media (max-width: 1199px) {
    .system-map {
        height: 500px;
    }
}

.system-map .findmap-wrap {
    position: relative;
    z-index: 10;
    background: #f7f7f7;
}

@media (max-width: 767px) {
    .system-map .findmap-wrap {
        -webkit-transform: translateY(calc(100%));
        -khtml-transform: translateY(calc(100%));
        -moz-transform: translateY(calc(100%));
        -ms-transform: translateY(calc(100%));
        -o-transform: translateY(calc(100%));
        transform: translateY(calc(100%));
        -webkit-transition: all, 0.5s;
        -khtml-transition: all, 0.5s;
        -moz-transition: all, 0.5s;
        -ms-transition: all, 0.5s;
        -o-transition: all, 0.5s;
        transition: all, 0.5s;
    }
    .system-map .findmap-wrap:before {
        content: '\f102';
        background: #0c4c8d;
        color: #fff;
        width: 60px;
        height: 30px;
        line-height: 30px;
        font-size: 1.125rem;
        text-align: center;
        -webkit-transform: translateX(-50%);
        -khtml-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        position: absolute;
        top: -30px;
        left: 50%;
    }
    .system-map .findmap-wrap:hover {
        -webkit-transform: translateY(30px);
        -khtml-transform: translateY(30px);
        -moz-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -o-transform: translateY(30px);
        transform: translateY(30px);
    }
}

.system-map .findmap-wrap .findmap {
    padding: 15px 20px;
}

.system-map .findmap-wrap .findmap .system-title {
    font-size: 1.5rem;
    color: #0c4c8d;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 300;
}

@media (max-width: 1199px) {
    .system-map .findmap-wrap .findmap .system-title {
        font-size: 1.125rem;
    }
}

.system-map .findmap-wrap .findmap .filtermap .label {
    font-size: 0.875rem;
    color: #666666;
    margin-bottom: 10px;
}

.system-map .findmap-wrap .findmap .filtermap .field {
    margin-bottom: 10px;
}

.system-map .findmap-wrap .findmap .filtermap .field:last-child {
    margin-bottom: 0;
}

.system-map .findmap-wrap .findmap .filtermap .field select {
    width: 100%;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #e6e6e6;
    font-size: 0.875rem;
    padding: 8px 15px;
    color: #666666;
}

.system-map .findmap-wrap .addresslist {
    background: #fff;
    border-top: 1px solid #e6e6e6;
    overflow: auto;
    height: calc(600px - 179px);
}

@media (max-width: 1199px) {
    .system-map .findmap-wrap .addresslist {
        height: calc(500px - 179px);
    }
}

.system-map .findmap-wrap .addresslist::-webkit-scrollbar-track {
    background-color: #e6e6e6;
}

.system-map .findmap-wrap .addresslist::-webkit-scrollbar {
    width: 7px;
    background-color: #e6e6e6;
}

.system-map .findmap-wrap .addresslist::-webkit-scrollbar-thumb {
    background-color: gray;
    border: none;
}

.system-map .findmap-wrap .addresslist .address,
.system-map .findmap-wrap .addresslist .clinic_list {
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #e6e6e6;
    color: #666666;
    line-height: 1.7;
    cursor: pointer;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s;
    font-size: 0.8125rem;
}

.system-map .findmap-wrap .addresslist .address strong,
.system-map .findmap-wrap .addresslist .clinic_list strong {
    font-size: 0.875rem;
    text-transform: uppercase;
}

.system-map .findmap-wrap .addresslist .address:hover,
.system-map .findmap-wrap .addresslist .clinic_list:hover {
    background: #e8f2fd;
}

.system-map .findmap-wrap .addresslist .address.active,
.system-map .findmap-wrap .addresslist .clinic_list.active {
    background: #0c4c8d;
    color: #fff;
}

.system-map .findmap-wrap .addresslist .address.active a,
.system-map .findmap-wrap .addresslist .clinic_list.active a {
    color: #fff;
}

.system-map .findmap-wrap .addresslist .address.active a:hover,
.system-map .findmap-wrap .addresslist .clinic_list.active a:hover {
    text-decoration: underline;
}

.system-map .findmap-wrap .addresslist .address .number,
.system-map .findmap-wrap .addresslist .clinic_list .number {
    display: none;
}

.system-map .findmap-wrap .addresslist .address .title,
.system-map .findmap-wrap .addresslist .clinic_list .title {
    font-size: 0.875rem;
    font-weight: bold;
}

.system-map .findmap-wrap .addresslist .address ul li,
.system-map .findmap-wrap .addresslist .clinic_list ul li {
    font-size: 0.8125rem;
}

.system-map .findmap-wrap .addresslist .address a,
.system-map .findmap-wrap .addresslist .clinic_list a {
    color: #666666;
}

.system-map .findmap-wrap .addresslist .address a:hover,
.system-map .findmap-wrap .addresslist .clinic_list a:hover {
    color: #be1d2d;
}

.system-map #map {
    height: 100%;
    margin-right: -30px;
}

@media (max-width: 767px) {
    .system-map #map {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin-right: 0;
    }
    .system-map #map iframe {
        width: 100%;
        height: 100%;
    }
}