.inadis-container {
    margin: 30px auto;
}

.inadis-introduction {
    font-size: 1.4rem;
    color: #666666;
    margin-bottom: 50px;
}

.inadis-map-container {
    position: relative;
    width: 100%;
}

.map-title {
    position: absolute;
    top: 12%;
    width: 260px;
    left: 50%;
    margin-left: -120px;
    font-size: 1.2rem;
    color: #333;
}

.map-title p:first-child {
    font-size: 1.4rem;
}

.map-title img {
    margin-right: 15px;
}

.map-zomm {
    position: absolute;
    left: 0;
    top: 20%;
    width: 3px;
    height: 30%;
    z-index: 7;
    border-radius: 100px;
    behavior:url(404.png);
    -ms-behavior:url(404.png);
    background-color: #dce1e5;
}

.map-zomm .zoom-add,
.map-zomm .zoom-sub {
    position: absolute;
    width: 25px;
    height: 25px;
    left: -10px;
    z-index: 7;
    cursor: pointer;
    background-position: center;
    background-size: contain;
    -ms-behavior: url(404.png);
    behavior: url(404.png);
    background-repeat: no-repeat;
}

.zoom-size {
    position: absolute;
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #666;
    left: -13px;
    bottom: -65px;
    font-size: 1.2rem;
    user-select:none;
}

.map-zomm img {
    width: 15px;
    height: 15px;
}

.map-zomm .zoom-add {
    top: -40px;
    background-image: url(../image/btn-add.png);
}

.map-zomm .zoom-sub {
    bottom: -40px;
    background-image: url(../image/btn-sub.png);
}

.map-zomm .zoom-dob {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 100%;
    left: -3px;
    cursor: pointer;
    border-radius: 50px;
    behavior:url(404.png);
    -ms-behavior:url(404.png);
    z-index: 100;
    background-color: #333;
}


.map-btn {
    width: 100%;
    text-align: center;
    margin: 20px 0 0 0;
}

.map-btn span {
    display: inline-block;
    position: relative;
    width: 150px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4rem;
    cursor: pointer;
    transition: all .3s;
    border: 1px solid #b9b9b9;
}

.map-btn span:first-child {
    right: -5px;
    border-radius: 50px 0 0 50px;
    behavior:url(404.png);
    -ms-behavior:url(404.png);
}

.map-btn span:last-child {
    border-radius: 0 50px 50px 0;
    behavior:url(404.png);
    -ms-behavior:url(404.png);
}

.map-btn span:hover {
    color: #fff;
    background-color: #0054A7;
    border-color: #0054A7;
}

.map-btn .active {
    color: #fff;
    background-color: #0054A7;
    border-color: #0054A7;
}

.mapPop {
    color: #333;
    width: 350px;
    padding: 10px 25px;
    border-left: 5px solid #0054A7;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.mapPop .cityName {
    font-size: 1.6rem;
    font-weight: 600;
    margin: 15px 0;
}

.mapPop .componey {
    position: relative;
    padding-left: 40px;
    font-size: 1.4rem;
    padding-top: 15px;
    border-top: 1px solid #e2e2e2;
}

.mapPop .componey img {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 15px;
    left: 10px;
}

@media (min-width: 1200px) {


    .inadis-detail {
        width: 100%;
    }

    .inadis-map {
        height: 870px;
    }
}

@media (max-width: 1200px) {
    .inadis-container {
        padding: 0 15px;
    }

    .section-right-conn {
        margin: 10px 0;
    }

    .map-title {
        top: 13%;
        z-index: 6;
    }

    .inadis-map {
        height: 435px;
    }

    .detail-left {
        float: none;
        width: 100%;
    }

    .detail-right {
        width: 100%;
        margin-left: 0;
    }
}

