
.map3d-wrap {
	height: 100%;    
    overflow: hidden;
    position: absolute;
    width: 100%;
    z-index: 999;
    display: none;
    float: left;
    left : 0px;
    background-color:white;
}
.map3d-wrap > div {
/* 	width: 100%; */
	height: 100%;
/* 	background: #fff; */
}

.side-content-wrap > div .userarea-wrap > div:first-child > .active {
	border: solid 1px #0068bd;
	background-color: #cbf1ff;
	color: #0068bd;
	background-image: url("../../../images/map/ic_side_area_s.png");
	background-repeat: no-repeat;
}



.areapopup {
	position: absolute;
	left: calc(50% - 152px + 164px);
    top: calc(50% - 38px);
	width: 304px;
	height: 155px !important;
	padding: 16px;
	border-radius: 12px;
	box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.16);
	border: solid 2px #0068bd;
	background-color: #fff;
}

.areapopup .textline {
	padding: 7px 0 7px;
	font-size: 13px;
	font-weight: 400;
	color: #0068bd;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.areapopup .textline > div {
	position: absolute;
	left: 86px;
	color: #202529;
	font-weight: 700;
}

.areapopup .button-wrap {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding-top: 10px;
    justify-content: space-between;
}

.areapopup .button-wrap > div {
	width: 63px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
}

.areapopup .button-wrap > div:hover {
	filter: brightness(75%);
}

.areapopup .button-wrap > div:nth-child(1) {
	background-color: #ff9400;
	color: #fff;
}

.areapopup .button-wrap > div:nth-child(2) {
	background-color: #0068bd;
	color: #fff;
}

.areapopup .button-wrap > div:nth-child(3) {
	background-color: #aab7c3;
	color: #fff;
}

.areapopup .button-wrap > div:nth-child(4) {
	background-color: #fff;
	border: solid 1px #d6d6d6;
	color: #000;
}

/*map tool start */
.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .h-button > div.active {
	color: #fff;
	background-color: #1b8be6;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2).active {
	background-color: #0068bd;
	color: #fff;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2).active > img {
	filter: brightness(0) invert(1);
}
/* map tool end*/

.map_box {
 	display: flex;
 	flex-direction: row;
    overflow: hidden;
    height: 100%;
    width :100%;
  }
  
  
 .infopopup {
	position: absolute;
	left: calc(50% - 152px + 164px);
    top: calc(50% - 38px);
	width: 250px;
	height: 120px !important;
	padding: 16px;
	border-radius: 12px;
	box-shadow: 4px 6px 15px 0 rgba(0, 0, 0, 0.16);
	border: solid 2px #0068bd;
	background-color: #fff;
}

.infopopup .textline {
	padding: 7px 0 7px;
	font-size: 13px;
	font-weight: 400;
	color: #0068bd;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e8e8e8;
	position: relative;
}

.infopopup .textline > div {
	position: absolute;
	left: 86px;
	color: #202529;
	font-weight: 700;
}

.infopopup .button-wrap {
	font-size: 14px;
	font-weight: 700;
	display: flex;
	align-items: center;
	padding-top: 10px;
    justify-content: center;
}

.areapopup .button-wrap > div {
	width: 63px;
	height: 28px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	cursor: pointer;
}

.infopopup .button-wrap > div:hover {
	filter: brightness(75%);
}

.infopopup .button-wrap > div:nth-child(1) {	
	background-color: #ff9400;
	color: #fff;
	padding: 5px;
}

.loadlayerMap {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0000003b !important;
	z-index: 99999;
	display: none;
}

.loadlayerMap_3D_1 {
	z-index: 9999999;
}

.map-wrap .leftbutton-wrap1 {
	position: fixed;
	left: 370px;
	top: 16px;
	z-index: 1;
	display: none;
}

.map-wrap .leftbutton-wrap1 .button {
	position: absolute;
	width: 54px;
	height: 37px;
	border-radius: 6px;
	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.25);
	border: solid 1px #0068bd;
	background-color: #0068bd;
	background-image: url(../../images/main/ic_nav_bubble_line.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.map-wrap .leftbutton-wrap1 .button:hover {
	filter: brightness(75%);
}

.map-wrap .leftbutton-wrap1 .v-menu {
	position: absolute;
	left: 0px;
	top: 47px;
	width: 54px;
	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.25);
	font-size: 11px;
	font-weight: 400;
	background-color: #fff;
	display: none;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:first-child {
	border-radius: 6px 6px 0 0;
	border: solid 1px #ce570c;
	background-color: #ff9400;
	height: 26px;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) {
	position: relative;
	width: 100%;
	padding: 10px 0;
	border: solid 1px #0068bd;
    border-top: none;
	text-align: center;
	cursor: pointer;
	line-height: 120%;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div {
	position: absolute;
	left: 53px;
	top: 0;
	display: none;
	height: 100%;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .box {
	width: 201px;
	padding: 10px 8px 8px;
	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.25);
	border: solid 1px #0068bd;
	background-color: #fff;
	cursor: default;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .box .select-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 6px;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .box .select-wrap > div {
	text-align: center;
	font-size: 12px;
	font-weight: 600;
	color: #000;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .box .select-wrap > div > select {
	width: 100%;
	height: 24px;
	border-radius: 3px;
	border: solid 1px #d6d6d6;
	margin-top: 4px;
	
	/*¸®´º¾ó ÈÄ ¼öÁ÷Á¤·Ä ¹× µå·Ó´Ù¿î ¾ÆÀÌÄÜ css º¯°æ*/
	line-height: 24px; 
	background-size: 11px;
	background-position: calc(103% - 6px) 7px;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .box .bustle-wrap {
	display: grid;
	grid-template-columns: 30px 1fr 30px;
    color: #000;
    margin-top: 8px;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .box .bustle-wrap > div:nth-child(2) {
	padding-top: 5px;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .box .bustle-wrap > div:nth-child(2) > img {
	margin-bottom: 5px;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .h-button {
	display: grid;
    height: 100%;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 100% 100%;
    border-top: 1px solid #0068bd;
    border-left: 1px solid #0068bd;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .h-button > div {
	width: 54px;
	padding: 0 6px;
    background-color: #e5f8ff;
    color: #0068bd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #0068bd;
    border-bottom: 1px solid #0068bd;
    white-space: nowrap;
    line-height: 120%;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2) > div > .h-button > div:hover {
	color: #fff;
	background-color: #1b8be6;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2):hover {
	background-color: #0068bd;
	color: #fff;
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2):hover > img {
	filter: brightness(0) invert(1);
}

.map-wrap .leftbutton-wrap1 .v-menu > div:nth-child(n+2):hover > div {
	display: block;
}

.map-wrap .leftbutton-wrap1 .v-menu > div > img {
	display: block;
    margin: 0 auto 5px;
}


.loaderMap:before,
.loaderMap:after {
	content: '';
	position: absolute;
	top: 0;
}

.loaderMap:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loaderMap:after {
	left: 3.5em;
}

.side-wrap3d { position: absolute; width: 265px; height: 100%; top: 0; left: 0px; z-index: 10; border-right: 1px solid #0068bd; background-color: #fff; }
.side-wrap3d .side-content-wrap { overflow-y: auto; overflow-x: hidden; height: 100%; }
.side-wrap3d .side-content-wrap .com_input { background-color: #fff; }
.side-left-handle3d { position: absolute; width: 30px; height: 69px; top: calc(50% - 35px); right: -31px; cursor: pointer; background: url(../../images/map/btn_leftslide_r.png); background-position: right; }

.side-wrap3d.active { animation: sideShow 0.3s linear; -webkit-animation: sideShow 0.3s linear; animation-fill-mode:forwards; }
.side-wrap3d.active .side-left-handle3d { background-image: url(../../images/map/btn_leftslide.png); }

@media (min-width: 1051px) {
	.side-wrap3d.active + .map-wrap { width: calc(100% - 330px); transform: translateX(330px); transition: all 0.6s; }
}
.side-wrap3d.noactive { animation: sideHide 0.3s linear; -webkit-animation: sideHide 0.3s linear; animation-fill-mode:forwards; }
.side-wrap3d.noactive .side-left-handle { background-image: url(../../images/map/btn_leftslide_r.png); }
.side-wrap3d.noactive + .map-wrap { width: calc(100% - 65px); transform: translateX(65px); }

.map-wrap .rightbutton-wrap .map-button .map-button-extra-2d { display: none; position: absolute; top: 0; right: calc(100% + 5px); }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d { display: block; cursor: auto; }

.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .box { padding: 15px; width: 240px; border: solid 1px #0068bd; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .extra-tit { font-size: 12px; font-weight: 700; color: #0068bd; margin-bottom: 10px; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .extra-btn-wrap { margin-top: 20px; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .extra-btn-wrap .extra-btn { width: 100%; height: 33px; color: #fff; background-color: #0068bd; border-radius: 5px; font-weight: 800; }

.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .map-v-menu { display: flex; border: solid 1px #0068bd; background-color: #e5f8ff; font-size: 11px; color: #0068bd; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .map-v-menu > li { width: 55px; line-height: 36px; text-align: center; border-left: solid 1px #0068bd; cursor: pointer; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .map-v-menu > li:first-child { border: none; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .map-v-menu > li:hover,
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra-2d .map-v-menu > li.now { background-color: #0068bd; color: #fff; }

.rightlegend-wrap { 
	display: block; position: absolute; bottom: 10px; right: 10px; width: 130px;
}


@-webkit-keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}

@keyframes load7 {
	0%,
	80%,
	100% {
		box-shadow: 0 2.5em 0 -1.3em;
	}
	40% {
		box-shadow: 0 2.5em 0 0;
	}
}
