@charset "utf-8";

.wrap { overflow-y: hidden; }
.layout-3d-wrap { position: fixed; top: 0; left: 0; }

.loadlayer {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #0000003b !important;
	z-index: 9999;
	display: none;
}

.loader,
.loader:before,
.loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
	left: 0;
    top: calc(50% - 2.5em);
}

.loader {
	color: #ffffff;
	font-size: 10px;
	margin: 80px auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

.loader:before,
.loader:after {
	content: '';
	position: absolute;
	top: 0;
}

.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.loader:after {
	left: 3.5em;
}

@-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;
	}
}


/* 왼쪽 GNB */
/* .left-wrap { position: absolute; left: 0; top: 0; width: 65px; height: 100%; border-right: 1px solid #0068bd; z-index: 50; background-color: #fff; } */
/* .left-menu { height: 100%; } */
/* .left-menu > ul { background-color: #0068bd; } */
/* .left-menu > ul > li { position: relative; box-sizing: border-box; text-align: center; font-size: 9px; font-weight: bold; cursor: pointer; background-color: #fff; } */
/* .left-menu > ul > li.logo { display: flex; align-items: center; justify-content: center; } */
/* .left-menu > ul > li > div { width: 100%; height: 100%; padding: 12px 0 10px; line-height: 110%; } */
/* .left-menu > ul > li > div > img { margin-bottom: 7px; } */
/* .left-menu > ul > li.selected { color: #fff; background-color: #0068bd; } */
/* .left-menu > ul > li.selectedtop { border-bottom-right-radius: 12px; } */
/* .left-menu > ul > li.selectedbottom { border-top-right-radius: 12px; min-height: 12px; } */
/* .left-menu > ul > li:not(.selected):hover > div { color: #0068bd; } */
/* .left-menu .bottom_menu { position: absolute; width: 100%; left: 0; bottom: 20px; font-size: 10px; font-weight: 400; color: #9191a0; } */
/* .left-menu .top_menu .submenu { display: none; position: absolute; top: 13px; left: 61px; white-space: nowrap; border: solid 1px #0068bd; padding: 9px 21px 10px 19px; box-shadow: 4px 4px 7px 0 rgba(0, 0, 0, 0.17); border-radius: 4px; text-align: left; font-size: 11px; font-weight: 400; background-color: #fff; z-index: 5; color: #000; } */
/* .left-menu .top_menu .submenu:after { content: ''; position: absolute; border-right: 10px solid #fff; border-top: 6px solid transparent; border-bottom: 6px solid transparent; left: -9px; top: 11px; } */
/* .left-menu .top_menu .submenu:before { content: ''; position: absolute; border-right: 10px solid #0068bd; border-top: 6px solid transparent; border-bottom: 6px solid transparent; left: -11px; top: 11px; } */
/* .left-menu .top_menu .submenu li { height: 18px; line-height: 18px; } */
/* .left-menu .top_menu .submenu li:hover { color: #0068bd; } */


/* side contents */
.side-wrap { position: absolute; width: 265px; height: 100%; top: 0; left: 65px; z-index: 10; border-right: 1px solid #0068bd; background-color: #fff; }
.side-wrap .side-content-wrap { overflow-y: auto; overflow-x: hidden; height: 100%; }
.side-wrap .side-content-wrap .com_input { background-color: #fff; }
.side-left-handle { 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-wrap.active { animation: sideShow 0.3s linear; -webkit-animation: sideShow 0.3s linear; animation-fill-mode:forwards; }
.side-wrap.active .side-left-handle { background-image: url(../../images/map/btn_leftslide.png); }

.side-content-wrap .tab-wrap { display: flex; height: 30px; background-color: #dcecf8; font-size: 12px; font-weight: bold; color: #95a9b9; }
.side-content-wrap .tab-wrap .tab_menu { display: flex; flex: 1; align-items: center; justify-content: center; background-color: #dcecf8; border: solid 1px #dee8f0; cursor: pointer; }
.side-content-wrap .tab-wrap .tab_menu.tabselected { background-color: #fff; color: #000; font-size: 14px; border: none; }
.side-content-wrap .tabcontent-wrap { height: calc(100% - 30px); overflow-y: auto; padding: 15px 15px 30px; }
@media (min-width: 1051px) {
	.side-wrap.active + .map-wrap { width: calc(100% - 330px); transform: translateX(330px); transition: all 0.6s; }
}

.side-wrap.noactive { animation: sideHide 0.3s linear; -webkit-animation: sideHide 0.3s linear; animation-fill-mode:forwards; }
.side-wrap.noactive .side-left-handle { background-image: url(../../images/map/btn_leftslide_r.png); }
.side-wrap.noactive + .map-wrap { width: calc(100% - 65px); transform: translateX(65px); }

@keyframes sideShow{
	0% { left: -200px; }
	100% { left: 65px; }
}

@keyframes sideHide{
	0% { left: 65px; }
	100% { left: -200px; }
}



.side-content-wrap > div .induL-wrap {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.side-content-wrap > div .induL-wrap > div {
	display: flex;
	width: 23%;
	height: 25px;
	border-radius: 3px;
	border: solid 1px #d6d6d6;
	background-color: #fff;
	align-items: center;
	font-size: 12.5px;
	font-weight: 700;
	color: #000;
	position: relative;
	justify-content: center;
	cursor: pointer;
}

.side-content-wrap > div .induL-wrap > div.selected {
	background-color: #0068bd;
	color: #fff;
	border: none;
}

.side-content-wrap > div .induL-wrap > div.selected:after {
	content: '';
    position: absolute;
    border-top: 8px solid #0068bd;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    left: calc(50% - 6px);
    bottom: -8px;
}

.side-content-wrap > div .induL-wrap > div:hover {
	background-color: #0068bd;
	color: #fff;
	border: none;
}

.side-content-wrap > div .selectarea,
.side-content-wrap > div .selectbasicarea {
	display: flex;
	margin-bottom: 14px;
}

.side-content-wrap > div .selectarea > div:first-child,
.side-content-wrap > div .selectbasicarea > div:first-child {
	font-size: 12px;
	font-weight: 400;
	color: #585858;
	width: 50px;
    margin-top: 5px;
}

.side-content-wrap > div .selectarea > div:last-child,
.side-content-wrap > div .selectbasicarea > div:last-child {
	font-size: 12px;
	font-weight: 500;
	color: #000;
	width: calc(100% - 50px);
}

.side-content-wrap > div .selectbasicarea > div:first-child { width: 65px; }
.side-content-wrap > div .selectbasicarea > div:last-child { width: calc(100% - 65px); }

.side-content-wrap select {
  font-size: 13px;
	width: 100%;
	height: 26px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: solid 1px #d6d6d6;
	line-height: 12px; /*20231031 오한솔*/
}

.side-content-wrap > div .selectarea > div:last-child > select,
.side-content-wrap > div .selectbasicarea > div:last-child > select {
	width: 100%;
	height: 26px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: solid 1px #d6d6d6;
}

.side-content-wrap > div .induM-wrap {
	width: 100%;
	height: 219px;
	margin-bottom: 12px;
	border-radius: 10px;
	background-color: #f0f9ff;
	border: none;
	padding: 12px 8px 14px 13px;
}

.side-content-wrap > div .induM-wrap > div {
	width: 100%;
	height: 100%;
	padding-right: 10px;
	overflow: auto;
}

.side-content-wrap > div .induM-wrap > div::-webkit-scrollbar {
	width: 6px;
}

.side-content-wrap > div .induM-wrap > div::-webkit-scrollbar-thumb {
	background-color: #d9eaf5;
	border-radius: 12px;
	background-clip: padding-box;
	border: none;
}

.side-content-wrap > div .induM-wrap > div > div {
	width: 100%;
	font-size: 13px;
	line-height: 120%;
	font-weight: 400;
	color: #000;
	cursor: pointer;
	padding-left: 10px;
	border: solid 1px rgba(0, 0, 0, 0);
	padding-top: 3px;
	padding-bottom: 4px;
	padding-right: 25px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.side-content-wrap > div .induM-wrap > div > div.selected {
	position: relative;
	border-radius: 10px;
	border: solid 1px #0068bd;
	background-color: #fff;
	color: #0068bd;
}

.side-content-wrap > div .induM-wrap > div > div.selected::after {
	content: url("../../images/map/ic_side_check.png");
	position: absolute;
	top: 6px;
    right: 10px;
    width: 11px;
    height: 9px;
}

.side-content-wrap > div .induM-wrap > div > div:hover {
	border-radius: 10px;
	background-color: #d2e8f8;
}

@media (max-width: 1500px) {
	.side-wrap.noactive { left: -200px !important; }
	.side-wrap.noactive .side-left-handle { background-image: url(../../images/map/btn_leftslide_r.png) !important; }
	.side-wrap.noactive + .map-wrap { width: calc(100% - 65px) !important; transform: translateX(65px) !important; }
}

@media (max-width: 1050px) {
	.side-wrap + .map-wrap { width: calc(100% - 65px) !important; transform: translateX(65px) !important; }
}

/* map-wrap */
.map-wrap { display: flex; flex-flow: wrap; height: 100%; width: 100%; } /*position: relative; 제거*/
.map-wrap .map-area { width: 100%; height: 100%; }
.map-wrap.map-section-2 .map-area { width: 50%; height: 100%; }
.map-wrap.map-section-2 .map-area:nth-child(2) { border-left: solid 1px #0068bd; }
.map-wrap.map-section-4 .map-area { width: 50%; height: 50%; border-top: solid 1px #0068bd; }
.map-wrap.map-section-4 .map-area:nth-child(even) { border-left: solid 1px #0068bd; }
.map-wrap.map-section-4 .map-area:nth-child(1),
.map-wrap.map-section-4 .map-area:nth-child(2) { border-top: none; }
.wrap.left-deactive .map-wrap { width: calc(100% - 65px); }

.map-wrap .leftbutton-wrap {
	position: relative;
	left: 300px;
	top: 16px;
	z-index: 100;
}

.map-wrap .leftbutton-wrap .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-wrap .button:hover {
	filter: brightness(75%);
}

.map-wrap .leftbutton-wrap .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-wrap .v-menu > div:first-child {
	border-radius: 6px 6px 0 0;
	border: solid 1px #ce570c;
	background-color: #ff9400;
	height: 26px;
}

.map-wrap .leftbutton-wrap .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-wrap .v-menu > div:nth-child(n+2) > div {
	position: absolute;
	left: 53px;
	top: 0;
	display: none;
	height: 100%;
}

.map-wrap .leftbutton-wrap .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-wrap .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-wrap .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-wrap .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;
}

.map-wrap .leftbutton-wrap .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-wrap .v-menu > div:nth-child(n+2) > div > .box .bustle-wrap > div:nth-child(2) {
	padding-top: 5px;
}

.map-wrap .leftbutton-wrap .v-menu > div:nth-child(n+2) > div > .box .bustle-wrap > div:nth-child(2) > img {
	margin-bottom: 5px;
}

.map-wrap .leftbutton-wrap .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-wrap .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-wrap .v-menu > div:nth-child(n+2) > div > .h-button > div:hover {
	color: #fff;
	background-color: #1b8be6;
}

.map-wrap .leftbutton-wrap .v-menu > div:nth-child(n+2):hover {
	background-color: #0068bd;
	color: #fff;
}

.map-wrap .leftbutton-wrap .v-menu > div:nth-child(n+2):hover > img {
	filter: brightness(0) invert(1);
}

.map-wrap .leftbutton-wrap .v-menu > div:nth-child(n+2):hover > div {
	display: block;
}

.map-wrap .leftbutton-wrap .v-menu > div > img {
	display: block;
    margin: 0 auto 5px;
}

.map-wrap .rightbutton-wrap {
	position: absolute;
	right: 65px;
	top: 110px;
	z-index: 1;
}

.map-wrap .rightbutton-wrap .map-button {
	width: 38px;
	height: 38px;
	border-radius: 4px;
	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.25);
	border: solid 1px #0068bd;
	background-color: #fff;
	display: grid;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.map-wrap .rightbutton-wrap .rightmenu_open { margin-bottom: 6px; }
.map-wrap .rightbutton-wrap .rightmenu_open.deactive + .map_button_list { display: none !important; }
.map-wrap .rightbutton-wrap .map-button + .map-button { margin-top: 6px; }

.map-wrap .rightbutton-wrap .map-button .tooltip {
	position: absolute;
	height: 100%;
	box-shadow: 1px 2px 6px 0 rgba(0, 0, 0, 0.25);
	background-color: #0068bd;
	border-radius: 4px;
	display: none;
	align-items: center;
	padding: 0 10px;
	font-size: 12px;
  font-weight: 400;
  color: #fff;
  right: calc(100% + 15px);
  white-space: nowrap;
	z-index: 10;
}

.map-wrap .rightbutton-wrap .map-button .tooltip::before {
	content: '';
    position: absolute;
    border-left: 10px solid #0068bd;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    left: 100%;
    top: calc(50% - 6px);
}

.map-wrap .rightbutton-wrap .map-button:hover,
.map-wrap .rightbutton-wrap .map-button.active {
	background-color: #ddf6ff;
}

.map-wrap .rightbutton-wrap .map-button:hover .tooltip {
	display: flex;
}

.map-wrap .rightbutton-wrap .map-button .h-button {
	position: absolute;
	right: 100%;
	display: none;
    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;
    font-size: 11px;
    font-weight: 400;
}

.map-wrap .rightbutton-wrap .map-button:hover .h-button {
	display: grid;
}

.map-wrap .rightbutton-wrap .map-button .h-button > div {
	width: 67px;
	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%;
    cursor: pointer;
}

.map-wrap .rightbutton-wrap .map-button .h-button > div:hover {
	color: #fff;
	background-color: #1b8be6;
}

.map-wrap .rightbutton-wrap .map-button .box {
	width: 240px;
    padding: 14px 15px 15px;
    box-shadow: 1px 2px 6px 0 rgb(0 0 0 / 25%);
    border: solid 1px #0068bd;
    background-color: #fff;
    position: absolute;
    right: 100%;
    top: 0;
}

.map-wrap .rightbutton-wrap .map-button .box .area-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
	grid-column-gap: 6px;
}

.map-wrap .rightbutton-wrap .map-button .box .area-wrap > div {
	width: 67px;
	padding: 5px 0;
	border-radius: 4px;
	border: solid 1px #ccc;
	background-color: #fff;
	font-size: 12px;
	font-weight: 600;
	color: #999999;
	white-space: nowrap;
    text-align: center;
}

.map-wrap .rightbutton-wrap .map-button .box .area-wrap > div:hover {
	background-color: #0068bd;
	color: #fff;
}

.map-wrap .rightbutton-wrap .map-button .box .slide-wrap {
	display: grid;
	grid-template-columns: 30% 70%;
	grid-column-gap: 6px;
}

.map-wrap .rightbutton-wrap .rightmenu_open,
.map-wrap .rightbutton-wrap .rightmenu_open:hover { background-color: #0068bd; }

.map-wrap .rightbutton-wrap .map-button .map-button-extra { display: none; position: absolute; top: 0; right: calc(100% + 5px); }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra { display: block; cursor: auto; }
.map-wrap .rightbutton-wrap .map-button.active .tooltip { display: none !important; }

.map-wrap .rightbutton-wrap .map-button.active .map-button-extra .box { padding: 15px; width: 240px; border: solid 1px #0068bd; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra .extra-tit { font-size: 12px; font-weight: 700; color: #0068bd; margin-bottom: 10px; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra .extra-btn-wrap { margin-top: 20px; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra .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 .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 .map-v-menu > li { width: 50px; line-height: 36px; text-align: center; border-left: solid 1px #0068bd; cursor: pointer; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra .map-v-menu > li:first-child { border: none; }
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra .map-v-menu > li:hover,
.map-wrap .rightbutton-wrap .map-button.active .map-button-extra .map-v-menu > li.now { background-color: #0068bd; color: #fff; }

/* custom input range */
.rightbutton-wrap .custom-range-wrap > div { display: flex; }
.rightbutton-wrap .custom-range-wrap .custom-range-tit { width: 50px; font-size: 11px; font-weight: 700; line-height: 120%; padding-top: 18px; }
.rightbutton-wrap .custom-range-wrap .custom-range-input { position: relative; width: calc(100% - 55px); padding: 20px 0; margin-left: 5px; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .slider { position: relative; z-index: 1; height: 7px; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .slider > .track { position: absolute; z-index: 1; left: 0; right: 0; top: 0; bottom: 0; border-radius: 3.5px; background-color: #dbdcdf; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .slider > .range { position: absolute; z-index: 2; left: 25%; right: 25%; top: 0; bottom: 0; background-color: #52cefa; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .slider > .thumb { position: absolute; z-index: 3; width: 12px; height: 12px; background-color: #528a3d; border-radius: 50%; box-sizing: border-box; background-color: #52cefa; border: solid 2px #fff; box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.4); }
.rightbutton-wrap .custom-range-wrap .custom-range-input .slider > .thumb.active { background-color: #ff9400; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .slider > .thumb.left { left: 25%; transform: translate(-3px, -3px); }
.rightbutton-wrap .custom-range-wrap .custom-range-input .slider > .thumb.right { right: 25%; transform: translate(3px, -3px); }
.rightbutton-wrap .custom-range-wrap .custom-range-input .range_txt_slider { display: none; position: absolute; bottom: 25px; left: 185%; transform: translateX(-50%); z-index: 10; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .range_txt_slider::before { content: ''; display: block; position: absolute; bottom: -5px; left: 10px; width: 0; height: 0; border-top: 6px solid #fff; border-left: 5px solid transparent; border-right: 5px solid transparent; border-bottom: 1px solid transparent; z-index: 2;  }
.rightbutton-wrap .custom-range-wrap .custom-range-input .range_txt_slider::after { content: ''; display: block; position: absolute; bottom: -6px; left: 9px; width: 0; height: 0; border-top: 7px solid #e5e5e5; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom: 1px solid transparent; z-index: -1; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .range_txt_slider .txt_slider { text-align: center; font-size: 14px; letter-spacing: -0.3px; width: 72px; height: 30px; line-height: 28px; box-shadow: 0 0 6px rgba(173,173,173,0.3); border-radius: 7px; padding-left: 0; color: inherit; border: 1px solid #eee; background-color: #fff; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .range_slider_input { position: absolute; pointer-events: none; -webkit-appearance: none; z-index: 2; height: 7px; width: 100%; opacity: 0; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .range_slider_input::-webkit-slider-thumb { pointer-events: all; width: 12px; height: 12px; border-radius: 0; border: 0 none; background-color: red; cursor: pointer;  -webkit-appearance: none; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .slider > .thumb.active .range_txt_slider { display: block; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .range_txt { position: absolute; font-size: 11px; top: 32px; left: 0; }
.rightbutton-wrap .custom-range-wrap .custom-range-input .range_txt.range_txt_max { left: auto; right: 0; font-weight: 700; }

/* custom input checkbox */
.rightbutton-wrap .custom-checkbox-wrap { display: flex; justify-content: space-between; }
.rightbutton-wrap .custom-checkbox-wrap > div { width: 32%; }
.rightbutton-wrap .custom-checkbox-wrap .custom-checkbox input { height: 0; width: 0; opacity: 0; }
.rightbutton-wrap .custom-checkbox-wrap .custom-checkbox label { display: block; width: 100%; line-height: 24px; border-radius: 4px; border: solid 1px #ccc; color: #999; font-size: 11px; box-sizing: border-box; text-align: center; cursor: pointer; }
.rightbutton-wrap .custom-checkbox-wrap .custom-checkbox input:checked + label { border-color: #0068bd; background-color: #0068bd; color: #fff; }

.map-wrap .rightslide-wrap {
	position: absolute;
    top: 92px;
    right: 0;
    width: 184px;
    height: calc(100% - 92px);
    background-color: #fff;
    z-index: 100;
    border: solid 1px #0068bd;
    border-bottom: none;
}

.map-wrap .rightslide-wrap .side-right-handle {
	position: absolute;
    width: 30px;
    height: 69px;
    top: 60px;
    left: -31px;
    cursor: pointer;
    z-index: -1;
    background: url(../../images/map/ic_map_slide_button.png);
    background-position: left;
}

.map-wrap .rightslide-wrap .rightslide-content-wrap {

}

.map-wrap .rightslide-wrap .rightslide-content-wrap .resulttext {
	width: 100%;
    padding: 14px 41px;
    background-color: #0068bd;
    white-space: nowrap;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.map-wrap .rightslide-wrap .rightslide-content-wrap .content {
	width: 100%;
    padding: 15px 14px;

}

.map-wrap .rightslide-wrap .rightslide-content-wrap .content > div {
	padding-bottom: 16px;
	border-bottom: 1px solid #e8e8e8;
}

.map-wrap .rightslide-wrap .rightslide-content-wrap .content > div .title {
	font-size: 14px;
	color: #0068bd;
	padding: 4px 0 4px;
	display: inline;
}

.map-wrap .rightslide-wrap .rightslide-content-wrap .content > div .title > img {
	margin-right: 4px;
}

.map-wrap .rightslide-wrap .rightslide-content-wrap .content > div .sub {
	font-size: 12px;
	font-weight: 400;
	padding: 4px 0 4px;
}

.map-wrap .rightslide-wrap .rightslide-content-wrap .content > div .sub > span {
	font-weight: 600;
	margin-right: 7px;
}

.resize-center {
	display: flex;
    justify-content: center;
    position: absolute;
    width: calc(100% - 358px);
    left: 358px;
    bottom: 0;
    background-color: #00000000 !important;
}

.report-wrap {
	position: absolute;
  width: calc(100% - 70px);
  bottom: 0;
	left: 50px;
	border-radius: 12px 12px 0 0;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
	border-top: solid 2px #42428b;
	border-left: solid 2px #42428b;
	border-right: solid 2px #42428b;
	background-color: #12b7ff !important;
	max-width: 1800px;
	z-index: 10;
	display: none;
}

.report-wrap .report-logo {
	position: absolute;
    left: 38px;
    top: 30px;
		transform: translateY(-50%);
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
}

.report-wrap .report-logo > img {
	margin-right: 25px;
	max-height: 55px;
	max-width: none !important;
}

.report-wrap .report-slide-button { position: absolute; top: 15px; left: calc(50% - 50px); width: 100px; height: 30px; cursor: pointer; }
.report-wrap .report-slide-button::before { content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: url(../../images/map/btn_report_center_hover.png) no-repeat center; background-size: contain; opacity: 0; transition: 0.1s; }
.report-wrap .report-slide-button:hover::before { opacity: 1; }
.report-wrap .report-slide-button > i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.report-wrap .report-show-button {
	position: absolute;
  top: 18px;
  right: 38px;
  cursor: pointer;
	color: #fff;
	font-size: 24px;
}

.report-wrap .report-tab-wrap {
	position: absolute;
	display: flex;
	left: 10px;
	top: 59px;
	width: calc(100% - 20px);
	height: 61px;
}

.report-wrap .report-tab-wrap > div {
	position: relative;
	display: flex;
	align-items: center;
    justify-content: center;
	height: 100%;
	max-width: 500px;
	background-color: #6060bf;
	border-radius: 10px 10px 0 0;
	border-top: solid 2px #42428b;
	border-left: solid 2px #42428b;
	border-right: solid 2px #42428b;
	margin-left: 0.6%;
	cursor: pointer;
	font-size: 20px;
	color: #ffffff;
}

.report-wrap .report-tab-wrap > div:first-child { margin-left: 0%; }

.report-wrap .report-tab-wrap.report-tab-count-1 > div { width: 100%; }
.report-wrap .report-tab-wrap.report-tab-count-2 > div { width: 49.7%; }
.report-wrap .report-tab-wrap.report-tab-count-3 > div { width: 32.933%; }
.report-wrap .report-tab-wrap.report-tab-count-4 > div { width: 24.55%; }
.report-wrap .report-tab-wrap.report-tab-count-5 > div { width: 19.52%; }
.report-wrap .report-tab-wrap.report-tab-count-6 > div { width: 16.166%; }

.report-wrap .report-tab-wrap > div.tabselected {
	background-color: #fff;
	z-index: 1;
	color: #202529;
}

.report-wrap .report-tab-wrap > div:last-child {
	margin-right: 0px;
}

.report-wrap .report-tab-wrap > div > div.report-white-line {
	position: absolute;
    left: -2px;
    bottom: -2px;
    background-color: #fff;
    width: calc(100% + 4px);
    height: 6px;
    display: none;
}

.report-wrap .report-tab-wrap > div.tabselected > div.report-white-line {
	display: block;
}

.report-wrap .report-tab-wrap > div > div.first {
	left: 0;
	width: calc(100% + 2px);
}

.report-wrap .report-tab-wrap > div > div.last {
	right: 0;
	width: calc(100% + 2px);
}

.report-wrap .report-tab-wrap > div > div.tabclose {
	position: absolute;
	width: 24px;
	height: 24px;
  right: 17px;
  top: 17px;
	border-radius: 50%;
  background-color: #7e7edd;
	color: #fff;
	font-size: 14px;
}
.report-wrap .report-tab-wrap > div > div.tabclose > i { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); }

.report-wrap .report-tab-wrap > div.tabselected > div.tabclose {
	background-color: #aab7c3;
}

.report-wrap .report-tab-wrap .report-tab-tit { color: #fff; font-weight: 700; text-align: center; padding: 0 40px; }
.report-wrap .report-tab-wrap .report-tab-tit span { position: relative; display: inline-block; padding-left: 31px; color: #52cefa; }
.report-wrap .report-tab-wrap .report-tab-tit span::before { content: '\e930'; font-family: 'xeicon'; position: absolute; top: 50%; transform: translate(-50%, -50%) rotate(90deg); left: 15px; }
.report-wrap .report-tab-wrap .tabselected .report-tab-tit { color: #000; }
.report-wrap .report-tab-wrap .tabselected .report-tab-tit span { color: #0068bd; }
.report-wrap .report-tab-wrap .tabselected .report-tab-tit span::before { color: #aab7c3; }

.report-wrap .report-content-wrap {
	position: absolute;
	left: 10px;
	top: 114px;
	width: calc(100% - 20px);
	height: calc(100% - 114px);
	border-radius: 9px 9px 0 0;
	border-top: solid 2px #42428b;
	border-left: solid 2px #42428b;
	border-right: solid 2px #42428b;
	background-color: #fff;
	padding: 20px 50px 20px 50px;
	overflow: auto;
}

.report-wrap .report-singlecontent-wrap { top: 60px; height: calc(100% - 60px); }

.report-wrap .report-content-wrap > div {
	display: none;
	width: 100%;
}

.report-content-wrap > div .graph-wrap {
	/* display: flex; */
	justify-content: space-around;
}
.report-content-wrap > div .graph-wrap::after { content: ''; display: block; clear: both; }

.report-content-wrap > div .graph-wrap > .graph-box {
	float: left;
  margin-right: 5%;
	margin-top: 3%;
}

.report-content-wrap > div .graph-wrap > .graph-box .graph-tit { text-align: center; font-weight: 800; margin-bottom: 30px; }
.report-content-wrap > div .graph-wrap > .graph-box .graph-chart-wrap { position: relative; width: 100%; height: 250px; }
.report-content-wrap > div .graph-wrap > .graph-box .graph-chart-wrap.box { border: 1px solid #e8e8e8; padding: 0 2.5%; }
.report-content-wrap > div .graph-wrap > .graph-box .graph-chart { width: 100%; height: 100%; }
.report-content-wrap > div .graph-wrap > .graph-box .graph-chart-wrap .graph-chart-menu { position: absolute; top: 0; right: -43px; }
.report-content-wrap > div .graph-wrap > .graph-box .graph-chart-wrap.box .graph-chart-menu { top: -1px; }
.graph-chart-menu li { position: relative; border: solid 1px #e5e5e5; border-top: none; }
.graph-chart-menu li:first-child { border-top: solid 1px #e5e5e5; }
.graph-chart-menu:hover li { border-color: #2e3a45; }
.graph-chart-menu:hover > li { border-color: #0068bd; }
.graph-chart-menu li ul { display: none; position: absolute; top: -1px; right: 100%; }
.graph-chart-menu li:hover > ul { display: block; }
.graph-chart-menu .graph-chart-btn { color: #3e4c58; background-color: #fff; height: 36px; line-height: 36px; font-size: 12px; white-space: nowrap; padding: 0 14px; cursor: pointer; }
.graph-chart-menu li:hover > .graph-chart-btn,
.graph-chart-menu .graph-chart-btn.on,
.graph-chart-menu .graph-chart-btn:hover { background-color: #3e4c58; color: #fff; }

.graph-chart-menu .icon-btn { width: 36px; background-position: center; background-repeat: no-repeat; padding: 0; }
.graph-chart-menu .icon-btn.edit-btn { background-image: url('../../images/map/ic_map_chart_edit.png'); }
.graph-chart-menu li:hover > .icon-btn.edit-btn,
.graph-chart-menu .icon-btn.edit-btn.on,
.graph-chart-menu .icon-btn.edit-btn:hover { background-image: url('../../images/map/ic_map_chart_edit_on.png'); background-color: #0068bd; }
.graph-chart-menu .icon-btn.x-btn { background-image: url('../../images/map/ic_map_chart_x.png'); }
.graph-chart-menu .icon-btn.x-btn.on,
.graph-chart-menu .icon-btn.x-btn:hover { background-image: url('../../images/map/ic_map_chart_x_on.png'); }
.graph-chart-menu .icon-btn.bubble-btn { background-image: url('../../images/map/ic_map_chart_bubble.png'); }
.graph-chart-menu .icon-btn.bubble-btn.on,
.graph-chart-menu .icon-btn.bubble-btn:hover { background-image: url('../../images/map/ic_map_chart_bubble_on.png'); }
.graph-chart-menu .icon-btn.map-btn { background-image: url('../../images/map/ic_map_chart_map.png'); }
.graph-chart-menu .icon-btn.map-btn.on,
.graph-chart-menu .icon-btn.map-btn:hover { background-image: url('../../images/map/ic_map_chart_map_on.png'); }
.graph-chart-menu .icon-btn.up-btn { background-image: url('../../images/map/ic_map_chart_up.png'); }
.graph-chart-menu .icon-btn.up-btn.on,
.graph-chart-menu .icon-btn.up-btn:hover { background-image: url('../../images/map/ic_map_chart_up_on.png'); }
.graph-chart-menu .icon-btn.check-btn { background-image: url('../../images/map/ic_map_chart_check.png'); }
.graph-chart-menu .icon-btn.check-btn.on,
.graph-chart-menu .icon-btn.check-btn:hover { background-image: url('../../images/map/ic_map_chart_check_on.png'); }
.graph-chart-menu .icon-btn.down-btn { background-image: url('../../images/map/ic_map_chart_down.png'); }
.graph-chart-menu .icon-btn.down-btn.on,
.graph-chart-menu .icon-btn.down-btn:hover { background-image: url('../../images/map/ic_map_chart_down_on.png'); }
.graph-chart-menu .color-btn { display: flex; align-items: center; justify-content: center; width: 36px; background-color: #e0e0e0; padding: 0; }
.graph-chart-menu .color-btn.on,
.graph-chart-menu .color-btn:hover { background-color: #c3c3c3; }
.graph-chart-menu .color-btn span { display: block; width: 19px; height: 19px; border-radius: 50%; }
.graph-chart-menu .size-btn { display: flex; align-items: center; justify-content: center; width: 36px; background-color: #e0e0e0; padding: 0; }
.graph-chart-menu .size-btn.on,
.graph-chart-menu .size-btn:hover { background-color: #c3c3c3; }
.graph-chart-menu .size-btn span { display: block; background-color: #000; border-radius: 50%; }

.report-content-wrap > div .graph-wrap.graph-count-1 > .graph-box { width: 100%; margin: 0; }
.report-content-wrap > div .graph-wrap.graph-count-2 > .graph-box { width: 47.5%; }
.report-content-wrap > div .graph-wrap.graph-count-2 > .graph-box:nth-child(even) { margin-right: 0; }
.report-content-wrap > div .graph-wrap.graph-count-2 > .graph-box:nth-child(1),
.report-content-wrap > div .graph-wrap.graph-count-2 > .graph-box:nth-child(2) { margin-top: 0; }
.report-content-wrap > div .graph-wrap.graph-count-3 > .graph-box { width: 30%; }
.report-content-wrap > div .graph-wrap.graph-count-3 > .graph-box:nth-child(3n+0) { margin-right: 0; }
.report-content-wrap > div .graph-wrap.graph-count-3 > .graph-box:nth-child(1),
.report-content-wrap > div .graph-wrap.graph-count-3 > .graph-box:nth-child(2),
.report-content-wrap > div .graph-wrap.graph-count-3 > .graph-box:nth-child(3) { margin-top: 0; }
.report-content-wrap > div .graph-wrap.graph-count-4 > .graph-box { width: 21.25%; }
.report-content-wrap > div .graph-wrap.graph-count-4 > .graph-box:nth-child(4n+0) { margin-right: 0; }
.report-content-wrap > div .graph-wrap.graph-count-4 > .graph-box:nth-child(1),
.report-content-wrap > div .graph-wrap.graph-count-4 > .graph-box:nth-child(2),
.report-content-wrap > div .graph-wrap.graph-count-4 > .graph-box:nth-child(3),
.report-content-wrap > div .graph-wrap.graph-count-4 > .graph-box:nth-child(4) { margin-top: 0; }


.report-content-wrap .report-table {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 41px;
}
.report-content-wrap .report-tableQu tbody td:nth-child(n+2){ font-weight: bold; }
.report-content-wrap .report-table + .graph-wrap .graph-chart-wrap.box { margin-top: 25px; }

.report-content-wrap .report-table table {
	width: 100%;
    border-top: 2px solid #000;
    border-collapse: collapse;
    font-size: 12px;
    background-color: #fff;
}

.report-content-wrap .report-table table th, .report-content-wrap .report-table table td {
	border: 1px solid #d6d6d6;
	text-align: center;
	height: 24px;
	font-weight: 400;
}

.report-content-wrap .report-table table > thead > tr {
	background-color: #ecf3f7;
}

.report-content-wrap .report-table table > thead > tr > th {
	padding: 8px 0;
}
.report-content-wrap .report-table table th { font-weight: bold; }

.report-content-wrap .report-table table th:first-child,
.report-content-wrap .report-table table td:first-child,
#tables > div > table td:first-child {
	border-left-width: 0;
}

.report-content-wrap .report-table table th:last-child,
.report-content-wrap .report-table table td:last-child,
#tables > div > table td:last-child {
	border-right-width: 0;
}

.report-content-wrap .report-table table td {
	padding: 0 10px 0 10px;
	vertical-align: middle; /*수직정렬*/
}

.report-content-wrap .report-table table .point-tr { background-color: #fdfce5; }
.report-content-wrap .report-table table .selected-element { position: relative; display: inline-block; color: #0068bd; font-weight: 800; cursor: pointer; }
.report-content-wrap .report-table table .selected-element span { position: absolute; right: -16px; top: 50%; transform: translateY(-50%); width: 13px; height: 13px; display: block; border-radius: 50%; background-color: #c7eaf7; text-align: center; overflow: hidden; font-size: 0; }

.report-content-wrap .report-table.report-table-blue {  }
.report-content-wrap .report-table.report-table-blue table > thead > tr { background-color: #e8f5ff; }
.report-content-wrap .report-table.report-table-blue table th,
.report-content-wrap .report-table.report-table-blue table td { border-left: none; border-right: none; }
.report-content-wrap .report-table.report-table-blue table td { padding: 10px; }

.report-content-wrap .graph-wrap + .report-table-wrap { margin-top: 10px; padding-top: 25px; border-top: 2px solid #eee; }

.report-content-wrap .report-table-top { font-size: 12px; font-weight: 400; margin-bottom: 25px; }
.report-content-wrap .report-table-top .report-table-desc { position: relative; float: left; width: 50%; word-break: keep-all; line-height: 150%; padding-left: 1.3em; }
.report-content-wrap .report-table-top .report-table-desc::after { content: '※'; position: absolute; top: 0; left: 0; }
.report-content-wrap .report-table-top .basedate { width: 45% !important; float: right; margin-bottom: 0 !important; line-height: 150%; }

.report-content-wrap .subtabcontent-wrap { width: 100%; }
.report-content-wrap .subtabcontent-wrap .subtabcontent-tit { text-align: center; font-weight: 800; margin-bottom: 30px; }

.report-table-temperature::after { content: ''; display: block; clear: both; }
.report-table-temperature span { float: left; display: block; width: 9px; height: 9px; background-color: #eaeaea; border-radius: 50%; margin-left: 4px; }
.report-table-temperature span:first-child { margin-left: 0; }

/* 오른쪽 리포트 보고서 */
.report_right_layer { position: absolute; width: 465px; height: 75%; right: 0; top: 55%; transform: translateY(-50%); padding-left: 50px; z-index: 110; }

.report_right_btn_wrap { position: absolute; width: 50px; height: 100%; left: 0; z-index: 5; }
.report-right-show-button { width: 32px; height: 32px;  background-image: url(../../images/map/report_layer_close.png); background-repeat: no-repeat; background-position: center; cursor: pointer; margin: 0 auto; margin-bottom: 7px; }

.report-right-tab-wrap { width: 50px; display: block; font-size: 14px; font-weight: bold; color: #fff; }
.report-right-tab-wrap .tab_menu { width: 45px; margin-left: 5px; height: 120px; line-height: 40px; border-radius: 9px 0 0 9px; border-top: solid 2px #42428b; border-left: solid 2px #42428b; border-bottom: solid 2px #42428b; background-color: #077ace; margin-bottom: 3px; writing-mode: vertical-rl; -ms-writing-mode: tb-rl; text-align: center; cursor: pointer; }
.report-right-tab-wrap .tab_menu.tabselected { position: relative; background-color: #12b7ff; margin-left: 0; width: 100%; height: 120px; z-index: 1; }
.report-right-tab-wrap .tab_menu.tabselected .title { position: relative; display: inline-block; padding-top: 25px; line-height: 45px; }
.report-right-tab-wrap .tab_menu.tabselected .title::before { content: ''; display: block; width: 23px; height: 21px; background: url(../../images/map/report_layer_active.jpg) no-repeat; position: absolute; top: 0; left: 50%; transform: translateX(calc(-50% - 0.5px)); }

.report-right-content-wrap { width: 100%; height: 100%; background-color: #fff; padding: 20px; padding: 10px 0 10px 10px; border: solid 2px #42428b; border-right: none; border-radius: 10px 0 0 10px; background-color: #12b7ff; }
.report-right-content-wrap > .inner { width: 100%; height: 100%; overflow-y: auto; background-color: #fff; border-radius: 7px 0 0 7px; padding: 20px 22.5px; }

.report_right_layer.active { animation: reportRshow 0.3s linear; -webkit-animation: reportRshow 0.3s linear; animation-fill-mode:forwards; }
.report_right_layer.active .report-right-show-button { background-image: url(../../images/map/report_layer_close.png); }

.report_right_layer.noactive { animation: reportRhide 0.3s linear; -webkit-animation: reportRhide 0.3s linear; animation-fill-mode:forwards; }
.report_right_layer.noactive .report-right-show-button { background-image: url(../../images/map/report_layer_open.png); }

@keyframes reportRshow{
	0% { right: -415px; }
	100% { right: 0; }
}

@keyframes reportRhide{
	0% { right: 0; }
	100% { right: -415px; }
}
@media (max-width: 1500px) {
	.report_right_layer.noactive { right: -415px !important; }
}



.hlink-wrap {
	position: absolute;
	display: flex;
	align-items: center;
	right: 16px;
	top: 16px;
	height: 37px !important;
	background: #ffffff00 !important;
	z-index: 20;
}

.hlink-wrap .h-link {
	width: 314px;
	height: 100%;
	border-radius: 19px;
	box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.25);
	border: solid 1px #0068bd;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	margin-right: 15px;
	padding: 0 20px;
}

.hlink-wrap .h-link > div {
	cursor: pointer;
	position: relative;
}

.hlink-wrap .h-link > div:nth-child(2)::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 14px;
	background-color: #d5d5d5;
	left: -15px;
    top: 1px;
}

.hlink-wrap .h-link > div:nth-child(2)::after {
	position: absolute;
	content: '';
	width: 1px;
	height: 14px;
	background-color: #d5d5d5;
	right: -15px;
    top: 1px;
}

.hlink-wrap .h-link > div:last-child {
	color: #00a1f0;
}

.hlink-wrap .h-user {
	width: 200px;
	height: 100%;
	border-radius: 19px;
	box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, 0.18);
	border: solid 1px #0068bd;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 15px;
	font-size: 14px;
}

.hlink-wrap .h-user .user-wrap {
	display: flex;
	align-items: center;
}

.hlink-wrap .h-user .user-wrap .photo {
	width: 23px;
	height: 23px;
	background-color: #fff;
	border: 1px solid #dcdcdc;
	border-radius: 50%;
	margin-right: 7px;
}

.hlink-wrap .h-user > div:last-child {
	font-size: 11px;
	font-weight: 300;
	color: #242424;
	position: relative;
	cursor: pointer;
}

.hlink-wrap .h-user > div:last-child::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 12px;
	background-color: #d5d5d5;
	left: -15px;
    top: 0px;
}
/* 지도 상단 메뉴 */
.service_login_menu { position: absolute; top: 18px; right: 20px; }
.service_login_menu .service_menu,
.service_login_menu .login_wrap { background-color: #fff; border-radius: 20px; border: 1px solid #0068bd; box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.25); }
.service_login_menu .logout_btn { float: right; position: relative; font-size: 11px; width: 70px; height: 35px; line-height: 35px; }
.service_login_menu .logout_btn::before { content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 12px; background-color: #d9e1e6; }
.service_login_menu .login_info.admin .arrow::before { background-attachment:  url(../../images/map/icon_arrow_down.png); }
.service_login_menu .login_info.admin .admin_menu_wrap { border-radius: 20px; top: calc(100% + 5px); }
.service_login_menu .login_info.admin.active .arrow::before { background-image: url(../../images/map/icon_arrow_up.png); }

.store_cate_list { position: absolute; left: 20px; top: 15px; border: 1px solid #0068bd; box-shadow: 2px 3px 8px 0 rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 7px 0 6px; background-color: #fff;}
.store_cate_list .cate { cursor: pointer; }
.store_cate_list .cate_wrap { float: left; }
.store_cate_list .cate_wrap .cate { float: left; text-align: center; padding: 0 9px; }
.store_cate_list .cate_wrap .cate .icon { height: 15px; }
.store_cate_list .cate_wrap .cate .icon img { vertical-align: bottom; }
.store_cate_list .cate_wrap .cate .icon .on { display: none; }
.store_cate_list .cate_wrap .cate .title { font-size: 10px; font-weight: bold; color: #a7b8c6; margin-top: 5px; }
.store_cate_list .cate_wrap .cate:hover .title { color: #006dc6; }
.store_cate_list .cate_wrap .cate:hover .icon img { display: none; }
.store_cate_list .cate_wrap .cate:hover .icon img.on { display: inline; }
.store_cate_list .ellipsis_cate { position: relative; float: left; padding: 12px 15px; margin-left: 25px; }
.store_cate_list .ellipsis_cate::before { content: ''; display: block; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 1px; height: 15px; background-color: #d9e1e6; }



@media (max-width: 1310px) {
	.side-wrap.active + .map-wrap .service_login_menu { right: auto; left: 20px; top: 15px; }
	.side-wrap.active + .map-wrap .store_cate_list { top: 65px; }

	.report-wrap .report-tab-wrap > div { font-size: 16px; }
	.report-wrap .report-tab-wrap .report-tab-tit { text-align: center; line-height: 130%; }
	.report-wrap .report-tab-wrap .report-tab-tit span { display: block; padding-left: 0; font-size: 14px; }
	.report-wrap .report-tab-wrap .report-tab-tit span::before { display: none; }

	.report-wrap .report-content-wrap { padding: 15px 30px 15px 30px; }
}
@media (max-width: 1050px) {
	.service_login_menu { right: auto; left: 20px; top: 15px; }
	.store_cate_list { top: 65px; }
	.report-wrap .report-logo { left: 10px; letter-spacing: -1px; }
	.report-wrap .report-logo > img { margin-right: 10px; }
	.report-wrap .report-show-button { right: 20px; }

	.report-content-wrap > div .graph-wrap { display: block; }
	.report-content-wrap > div .graph-wrap.graph-count-2 > .graph-box { width: 100%; margin-left: 0; margin-top: 5%; }
	.report-content-wrap > div .graph-wrap.graph-count-2 > .graph-box:nth-child(2) { margin-top: 5%; }
}

/* 3d 레이아웃 CSS */
.layout-3d-wrap { display: none; }
.layout-3d-wrap .left-menu > ul > li { color: #0068bd; }
.layout-3d-wrap .left-menu > ul > li.selected { color: #fff; }

.layout-3d-wrap .side-content-wrap .tab-wrap { display: flex; height: 40px; background-color: #dcecf8; font-size: 12px; font-weight: bold; color: #95a9b9; }
.layout-3d-wrap .side-content-wrap .tab-wrap .tab_menu { display: flex; flex: 1; align-items: center; justify-content: center; background-color: #dcecf8; border: solid 1px #dee8f0; cursor: pointer; }
.layout-3d-wrap .side-content-wrap .tab-wrap .tab_menu.tabselected { background-color: #fff; color: #000; font-size: 14px; border: none; }
.layout-3d-wrap .side-content-wrap .tabcontent-wrap { position: relative; height: 100%; overflow-y: auto; padding: 15px 15px 70px; }
.layout-3d-wrap .side-content-wrap .tabcontent-wrap .tabcontent-tit { position: relative; color: #0068bd; font-size: 14px; font-weight: 700; margin-bottom: 15px; }
.layout-3d-wrap .side-content-wrap .tabcontent-wrap .tabcontent-tit img { margin-right: 5px; }
.layout-3d-wrap .side-content-wrap .tab-wrap ~ .tabcontent-wrap { height: calc(100% - 40px); }

.layout-3d-wrap .tabcontent { display: none; }

.layout-3d-wrap .analysis-area-setting { margin-bottom: 40px; }
.layout-3d-wrap .analysis-area-setting .round-tab-wrap { display: flex; font-size: 12px; margin-bottom: 12px; }
.layout-3d-wrap .analysis-area-setting .round-tab-wrap .tab_menu { width: 50%; text-align: center; line-height: 30px; border: solid 1px #d6d6d6; cursor: pointer; }
.layout-3d-wrap .analysis-area-setting .round-tab-wrap .tab_menu.tabselected { background-color: #0068bd; color: #fff; border-color: #0068bd; }
.layout-3d-wrap .analysis-area-setting .round-tab-wrap .tab_menu:first-child { border-right: none; border-radius: 15px 0 0 15px; }
.layout-3d-wrap .analysis-area-setting .round-tab-wrap .tab_menu:last-child { border-left: none; border-radius: 0 15px 15px 0; }
.layout-3d-wrap .analysis-area-setting .analysis-area-select { display: none; }
.layout-3d-wrap .analysis-area-setting .analysis-area-select .double-select { display: flex; justify-content: space-between; }
.layout-3d-wrap .analysis-area-setting .analysis-area-select .double-select > select { display: flex; width: 49%; }

.layout-3d-wrap .side-content-wrap .business-type-setting .induL-wrap > div { width: 32%; }

.layout-3d-wrap .side-content-wrap .recommend-area-setting .induL-wrap > div { width: 48.5%; }
.layout-3d-wrap .side-content-wrap .recommend-area-setting .induM-wrap { height: 150px; }

.layout-3d-wrap .side-content-wrap .analysis-data-setting .selectarea { margin-bottom: 0; }
.layout-3d-wrap .side-content-wrap .analysis-data-setting .selectarea > div:first-child { width: 65px; }
.layout-3d-wrap .side-content-wrap .analysis-data-setting .selectarea > div:last-child { width: calc(100% - 65px); }

.layout-3d-wrap .category-select-wrap { position: relative; }
.layout-3d-wrap .category-select-wrap::after { content: ''; position: absolute; top: 38px; left: 0; width: 100%; height: 1px; background-color: #0068bd; }
.layout-3d-wrap .category-select-wrap .category-tab-wrap { position: relative; display: flex; justify-content: space-between; width: 100%; margin-bottom: 15px; }
.layout-3d-wrap .category-select-wrap .category-tab-wrap .tab_menu { position: relative; width: 48.5%; font-size: 13px; border: solid 1px #bfbfbf; border-bottom: 0; background-color: #fff; text-align: center; line-height: 37px; border-radius: 6px 6px 0 0; color: #999; cursor: pointer; }
.layout-3d-wrap .category-select-wrap .category-tab-wrap .tab_menu.tabselected { border-color: #0068bd; color: #0068bd; }
.layout-3d-wrap .category-select-wrap .category-tab-wrap .tab_menu.tabselected::after { content: ''; position: absolute; bottom: -1px; left: 0; width: 100%; height: 1px; background-color: #fff; z-index: 10; }
.layout-3d-wrap .category-select-wrap .category-tab-cont { display: none; }
.layout-3d-wrap .category-select-wrap .category-tab-cont .induM-wrap { margin-bottom: 0; }
.layout-3d-wrap .category-select-wrap .category-tab-cont .tabcontent-notice { font-size: 12px; color: #8e8e8e; word-break: keep-all; line-height: 130%; margin-top: 12px; padding-left: 20px; background: url('../../images/map/ic_side_info.png') top left no-repeat; }

.layout-3d-wrap .side-content-wrap .tabcontent-wrap .tabcontent .analysis-btn-wrap { position: absolute; width: 100%; bottom: 0; left: 0; padding: 15px; background-color: #fff; }
.layout-3d-wrap .side-content-wrap .tabcontent-wrap .tabcontent .analysis-btn-wrap .analysis-btn { width: 100%; height: 35px; border-radius: 5px; background-color: #0068bd; color: #fff; text-align: center; font-weight: 800; }

.tab-loading{width:25%; height:100%; display: block; margin: 0 auto; }