@charset "utf-8";

/* ----------------------------------

Name: map-service-page.css
Categorie : 지도서비스
Author : 이상혁
Version : v.1.0
Created : 2022-12-21
Last update : 2022-12-21

-------------------------------------

Table of contents

    01. 레이아웃

*/

/* ===================================
    레이아웃 시작
====================================== */
.global-link-wrapper .btn,
.ground-info-left-treeview *,
.animation-inactive *,
.map-wrapper {
    transition-timing-function: inherit;
    transition-duration: 0s;
}
* {
	transition-duration: .0s;
	-ms-transition-duration: .0s;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	-o-transition-duration: .0s;
}
*:hover {
	transition-duration: .0s;
	-ms-transition-duration: .0s;
	-moz-transition-duration: .0s;
	-webkit-transition-duration: .0s;
	-o-transition-duration: .0s;
}
.animation-type1 {
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: .2s;
    -ms-transition-duration: .2s;
    -moz-transition-duration: .2s;
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
}
body, html {
    height: auto;
}
body,
.navbar,
.parallax,
.page-footer,
.page-content-wrapper,
.nav-header-container,
.menu-all-popup-wrapper
.mfp-container {
    /* min-width: 1280px; */
}
.page-content-wrapper,
.navbar-global-wrapper,
.navbar-collapse-wrapper,
.page-footer .page-footer-inner {
    width: auto;
}
.page-container {
    margin-top: 0px;
}
.page-content {
    /* padding: 0px 340px 0px 0px; */
}
.page-content-inner {
    position: relative;
    padding: 30px;
    z-index: 2;
}

.page-sidebar-wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 340px;
    margin-top: auto;
    padding-bottom: 0px;
    background-color: #fff;
    z-index: 2;
}

.page-sidebar {
    overflow-y: auto;
    padding: 12px;
    background: none;
}








.map-search-control {
    margin-bottom: 2px; /* 20px; */
    display: inline-block;
    width: 100%;
}
.map-search-result {
    margin-top: 2px; /* 20px; */
}
.map-result-list {

}
.map-result-list > li {
    padding: 20px;
    border-bottom: 1px solid #d1d1d1;
}
.map-result-list > li:last-child {
    border: none;
}
.map-result-list > li .map-result-title {
    font-size: 20px;
    font-weight: bold;
    color: #0056AF;
    margin-bottom: 10px;
}
.map-result-list > li .map-result-division {
    margin-bottom: 10px;
    color: #737373;
}
.map-result-list > li .map-result-con {
    color: #000;
}


.legend-wrapper {
    position: absolute;
    bottom: 20px; /* 86px; */
    left: 20px;
    width: 300px;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    z-index: 2;
}
.legend-title {
    padding: 10px 20px;
    text-align: center;
    background-color: #009ee5;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
.legend-contents {
    padding: 20px;
}
.legend-contents ul > li {
    margin-bottom: 10px;
}
.legend-contents ul > li:last-child {
    margin-bottom: 0px;
}
.legend-icon {
    border-radius: 22px;
    background-color: #e0e0e0;
    padding: 2px 11px;
    margin-right: 12px;
}
.legend-text {
    line-height: 20px;
}

.contents-explanation {
    position: absolute;
    left: 330px; /* 20px; */
    bottom: 0px;
    width: calc(100vw - 680px); /* calc(100vw - 380px); */
    z-index: 2;
}






.map-wrapper {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-right: 340px;
    z-index: 1;
}
.map-wrapper .map-area {
    width: 100%;
    height: 100%;
}




.sidebar-right-toggler {
    position: absolute;
    display: block;
    width: 30px;
    height: 60px;
    text-indent: -9999em;
    top: 50%;
    left: -30px;
    margin-top: -30px;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    border-radius: 5px;
}
.sidebar-right-toggler a {
    font-size: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: url(../img/map-service/btn/btn_right_map.png) no-repeat;
}
.sidebar-right-toggler a.active {
    background-position: 0 -60px;
}
.page-sidebar-right-closed .page-sidebar-wrapper {
    width: 0px;
}
.page-sidebar-right-closed .page-sidebar {
    padding: 0px;
}
.page-sidebar-right-closed .page-content,
.page-sidebar-right-closed .map-wrapper {
    padding: 0px;
}

.page-sidebar-right-closed .contents-explanation {
    width: calc(100vw - 40px);
}

/* ===================================
	레이아웃 끝
====================================== */




