/******************** SERVICEMAP CSS ********************
- 작성자 : 안홍주(an0552@wavus.co.kr)
- 최종수정일 : 2025-07-29
- 버전 : 1.1 */

ul, ol {margin: 0px;padding: 0px;list-style: none;}

#luckyMap button {
    font-family: 'NanumSquare';
    border-spacing: 0;
    border: none;
}

/* 공통 사이트 전체 디자인 */
.btn {border: 0;}
.po-r {position: relative;height: 100%;}
button {cursor: pointer;}

/* 배경 지도 */
.wrap {display:block; height: 100%;width: 100%; overflow: hidden;}
.wrap_map {
    width: 100%; height: 100%;
    background-repeat: no-repeat;
    display: inline-block;
    background-size: cover;
    z-index: -1;
    overflow: hidden;
    position: absolute;
    top: 0;
}

/* serviceHeader */
.serviceHeader {
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
	justify-content: space-between;
	width: 100%;
    height: 58px;
	padding: 5px 20px;
	z-index: 10;
	position: relative;
	backdrop-filter: blur(5px);
}

/* serviceLogoArea */
.serviceLogoArea {
    display: flex;
    gap: 7px;
    font-size: 20px;
    text-align: center;

	color: #484E53;
    min-width: 165px;
    border-radius: 30px;
    line-height: 48px;
    height: 48px;
    font-weight: 500;
    cursor: pointer;
}

.administrativeDistrictSearch_location>ul>li:not(.administrativeDistrictSearch_last):after {
    background: url(../images/widget/common/ico-location-arrow.svg) no-repeat center center / 6px;
}

.serviceLogoArea .serviceLogo {
    display: inline-block;
    width: 36px;
    flex-shrink: 0;
	background: url(../images/electionMap/admin-thumnail-nodata.svg) no-repeat center center / contain;
}

/* serviceHeaderBottom */
.serviceHeaderBottom {
    display: flex;
    gap: 10px;
}

/* arrow - white */
.wrap:has(img[alt="항공영상"]) .bundleToggleBtn span {
    background-position: 0px 0px;
}

.wrap:has(img[alt="항공영상"]) .bundleToggleBtn.on span {
    background-position: 0px -50px;
}

/* arrow gray */
.wrap:has(img[alt="기본"]) .bundleToggleBtn span {
    background-position: -350px 0px;
}

.wrap:has(img[alt="기본"]) .bundleToggleBtn.on span {
    background-position: -350px -50px;
}

/* serviceOptArea */
.serviceOptArea {
    display: flex;
    gap: 5px;
}

/* serviceMyArea */
.serviceMyArea {
    font-size: 15px;
    width: 150px;
    text-align: center;
    position: relative;
    top: 0;
    z-index: 100;
    display: inline-block;
}

.serviceMyArea .serviceMyInfo {
    color: #6D7E8E;
    padding: 10px 0;
    z-index: 10;
    position: relative;
}

.serviceMyArea .serviceMyInfo > a::before {
    content: '';
    display: inline-block;
    position: relative;
    top: 2px;
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background: url(../images/mappickMain/icon-user.svg) no-repeat center center / contain;
}

.serviceMyArea .serviceMyInfo > a {
    position: relative;
    left: 10px;
}

.serviceMyArea.on .serviceMyInfo > a {
    left: 0;
}

.serviceMyArea .serviceMyInfo > a::after {
	display: inline-block;
	content: '';
	width: 14px;
	height: 8px;
	margin-left: 6px;
	background: url("../images/mappickMain/mainArrow-down.svg") no-repeat center center / contain;
    position: relative;
    top: -1px;
}

.serviceMyArea.on .serviceMyInfo > a::after {
    display: none;
}

.serviceMyArea .serviceMyInfo span {
    color: #484E53;
    max-width: 95px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
    top: 4px;
}

.serviceMyList {
    display: none;
    padding: 35px 5px 5px;
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0px 0px 10px rgba(80, 110, 254, 0.5);
    backdrop-filter: blur(5px);
    border: 1px solid #6D7E8E;
    position: absolute;
    border-radius: 12px;
    top: 0;
    width: 100%;
}

.serviceMyArea.on .serviceMyList {
    display: block;
}

.serviceMyList::before {
    display: inline-block;
    content: '';
    width: 16px;
    height: 8px;
    margin-left: 6px;
    margin-top: 2px;
    background: url(../images/mappickMain/mainArrow-down.svg) no-repeat center center / contain;
}

.serviceMyItem {
    padding: 9px 0;
    border-radius: 5px;
    transition: 0.3s;
    color: #6D7E8E;
    letter-spacing: 0;
}

.serviceMyItem:hover, .serviceMyItem.on {
    background-color: #ddeeff;
    color: #484E53 !important;
}

/* location_area */
.administrativeDistrictSearch_type .administrativeDistrictSearch_value {
    transition: 0.3s;
}

/* serviceHeader.black */
.serviceHeader.black {
    background-color: rgba(0, 0, 0, 0.6);
}

.serviceHeader.black .serviceLogoArea {
    color: #fff;
}

.serviceHeader.black .serviceMyInfo {
    color: #ccc;
    padding: 10px 0;
    z-index: 10;
    position: relative;
}

.serviceHeader.black .serviceMyArea .serviceMyInfo > a::before {
    background: url(../images/mappickMain/icon-user-light.svg) no-repeat center center / contain;
}

.serviceHeader.black .serviceMyInfo span {
    color: #fff;
}

.serviceHeader.black .serviceMyArea .serviceMyList {
    border: 1px solid #9FA5B9;
    background-color: rgba(0, 0, 0, 0.6);
}

.serviceHeader.black .serviceMyArea .serviceMyItem {
    color: #CCCCCC;
}

.serviceHeader.black .administrativeDistrictSearch_type .administrativeDistrictSearch_value {
    transition: 0.3s;
    color: #ddd;
    cursor: pointer;
}

.serviceHeader.black .administrativeDistrictSearch_type:has(.administrativeDistrictSearch_active) .administrativeDistrictSearch_value, .serviceHeader.black .administrativeDistrictSearch_type .administrativeDistrictSearch_value:hover {
    color: #fff;
}


/* map button area - 상단 우측 지도 BG 버튼 */
.map_btn_area {
    position: absolute;
    top: 70px; right: 10px;
    display: flex;
	gap: 5px;
}

.map_bg {
    display: flex;
    overflow: hidden;
    border-radius: 4px !important;
    background-color: rgba(255,255,255, .9);
    box-shadow: 1px 2px 3px rgb(0,0,0, .16);
    height: 71px;
}

.map_bg li {
    display: inline-block;
}

.map_bg_btn {
    border: none;
    padding: 4px 5px;
    color: #3E3E3E;
    font-size: 13px;
    text-align: center;
    border-spacing: 0;
    transition: 0.2s;
}

.map_bg_btn:hover, .map_bg_btn.on {
    background-color: #436AEB;
    color: #fff;
}

.map_bg_btn span {
    width: 58px;
    height: 42px;
    display: inline-block;
    border-radius: 3px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #ccc;
    font-size: 12px;
    background-color: #fff;
}

.map_btn_area em {
    margin: 2px 0;
    display: block;
    font-style: normal;
	letter-spacing: -0.06rem;
}

.bg_btn1 span {
    /* 네이버 */
    background-image: url(../images/map/bg_image_naver.png);
}

.bg_btn2 span {
    /* 카카오 */
    background-image: url(../images/map/bg_image_kakao.png);
}

.bg_btn3 span {
    /* 토지이용계획 */
    background-image: url(../images/map/bg_image_naver.png);
}

.bg_btn4 span {
    /* 연속도 */
    background-image: url(../images/map/bg_image_kakao.png);
}

.map_bg_btn img {
    width: 58px;
    height: 42px;
    border-radius: 3px;
    object-fit: cover;
    background-color: #fff;
    border: 1px solid #ccc;
}

/* scrollbar */
#luckyMap ::-webkit-scrollbar {
    width: 4px !important;
    background-color: #CFCFCF !important;
    border-radius: 2px !important;
}

#luckyMap ::-webkit-scrollbar-thumb {
    background: #666 !important;
    border-radius: 2px !important;
    width: 4px !important;
}

.landBundle ::-webkit-scrollbar {
    background-color: #CFCFCF !important;
    border-radius: 3px !important;
    width: 6px !important;
}

.landBundle ::-webkit-scrollbar-thumb {
    background: #999 !important;
    border-radius: 3px !important;
    width: 6px !important;
}

*::-webkit-scrollbar-button {
    display: none !important;
}

/* toolbar - share.css */
/* widget */
.toolbarArea {
    position: absolute;
    top: 150px;
    right: 10px !important;
    z-index: 10;
    display: flex;
    gap: 5px;
    flex-direction: column;
}

.toolbar {
    background-color: rgba(255,255,255, .8);
    border-radius: 4px;
}

.toolbar > li:hover {
	background-color : #2f5597;
   	border-bottom: 1px solid #fff;
}
.toolbar > li > button{
	padding: 2px;
}
.toolbar > li button span {
	display: block;
    padding-top: 36px;
    letter-spacing: -1px;
    line-height: 15px;
    font-size: 13px;
}

.toolbar > li > div > button, .toolbar > li > div > div > button{
	height: 67px;
    background-repeat: no-repeat;
    background-position: center 10px;
    width : 50px;
}
.toolbar > li:first-of-type {
	border-radius: 4px 4px 0 0;
}
.toolbar > li:last-of-type {
	border-radius: 0 0 4px 4px;
}

.toolbar > li {
    position: relative;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    padding: 0 5px;
}

/* current_location */
.current_location_area {
    display: inline-block;
    width: 100%;
}

.current_location  {
    display: inline-block;
    background: url(../images/map/ico-current-location.svg) no-repeat center 10px / 22px;
    font-weight: 600;

    font-size: 14px;
    padding: 35px 0 0;
    overflow: hidden;
    border-radius: 4px !important;
    background-color: rgba(255, 255, 255, .9);
    color: #484E53;
    width: inherit;
    height: 68px;
}

/* 측정도구 - 지점 */
.measureControl_spotBtn {
    background-position: center 15px !important;
}

/* location - 위치선택 */
.administrativeDistrictSearch_dep2 ul li {
    padding: 1px 0;
}

.administrativeDistrictSearch_dep2 ul li span {
    cursor: pointer;
}

.landBundle .administrativeDistrictSearch_dep2 ul li span {
    font-size: 13px;
}

.logo_area.location #administrativeDistrictSearch_location {
    padding: 5px 10px;
}

.administrativeDistrictSearch_location .administrativeDistrictSearch_cScroll {
    overflow-y: auto !important;
}

.administrativeDistrictSearch_location>ul>li {
    display: inline-block;
}

/* location - 위치선택 */
.administrativeDistrictSearch_dep2 ul li {
    padding: 1px 0;
}

.administrativeDistrictSearch_dep2 ul li span {
    cursor: pointer;
}

.landBundle .administrativeDistrictSearch_dep2 ul li span {
    font-size: 13px;
}

.administrativeDistrictSearch_location .administrativeDistrictSearch_cScroll {
    overflow-y: auto !important;
}

.administrativeDistrictSearch_location > ul > li {
    display: inline-block;
}

.administrativeDistrictSearch_location > ul > li > span {
    cursor: pointer;
}

/* odf-draw-helpTooltip - 지도 내 선택 cursur */
#odf-draw-helpTooltip {
    padding: 0 5px;
    border-radius: 10px;
    backdrop-filter: blur(3px);
    background-color: rgba(255, 255, 255, 0.55);
    box-shadow: 1px 0 2px rgba(0, 0, 0, 0.2);
}

/* bundleNavBar - 우측 상단 */
.bundleNavBar {
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    right: 0px;
    width: 68px;
}

/* popup - line 2203 */
.popup {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	z-index: 1030;
}

.popup::after {
	content: '';
	position: fixed;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100.05vw;
	height: 100.1vh;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: -1;
}

.popup.active {
	display: block;
}

.popup .inner {
	position: relative;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(5px);
    padding: 0;
}

.popup .inner .headContent {
    padding: 120px 0 40px;
    background-color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.popup .inner .bodyContent {
    padding: 40px 50px 50px;
}

/* popup .btnArea */
.popup .btnArea {
    position: absolute;
    top: -25px;
    right: -20px;
}

.popup .btnArea .btnClose {
    border-radius: 50%;
    width: 60px;
    height: 60px;
    background: url(../images/ico/ico-popup-close.svg) no-repeat center / 25.5px;
    background-color: rgba(0, 0, 0, 0.9);
    backdrop-filter: blur(10px);
}

.popup .btnArea.poS {
	position: static;
}

.swal2-container .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.swal2-container .popup::after {
    background-color: unset !important;
}

.swal2-container .popup .description {
    margin-top: 10px;
    font-size: 15.5px;
    line-height: 17px;
}

/*  select */
select {
	height: 38px;
	border: 1px solid #E2E2E2;
	font-size: 1rem;
	border-radius: 3px;
	color: #6D7E8E;
	padding: 0 10px 0 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	background: #fff url("../images/ico/ico-select-arrow-down-25x25.svg") no-repeat center right 7px;
	font-family: "SUIT";
}

/* ID / PW */
/* titleArea */
.titleArea {
	text-align: center;
}

.titleArea > .tit {
	position: relative;
	font-size: 1.6rem;
    font-weight: 500;
	color: #333;
}

.titleArea > .tit.mappick-login-log-append::before {
    content: '';
    position: absolute;
	top: -55px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
	width: 140px;
	height: 45px;
	background: url("../images/common/logo-mapPick.svg") no-repeat center center / contain;
}

/* inputArea */
/* formArea .inputArea */
.formArea .inputArea {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	row-gap: 15px;
	position: relative;
}

input {
	height: 44px;
	border: 1px solid #DFDFDF;
	font-size: 14px;
	color: #6D7E8E;
	border-radius: 5px;
	padding-left: 13px;
	padding-right: 10px;
	background-color: #fff;
}

.formArea .inputArea input {
	width: 100%;
    padding-left: 45px !important;
}

.formArea .inputArea input.idInput {
	background: #fff url("../images/ico/ico-input-id.svg") no-repeat 12px center;
}

.formArea .inputArea input.pwInput {
	background: #fff url("../images/ico/ico-pw.svg") no-repeat 15px center / 17px;
}

.formArea .inputArea+.bottom {
	padding-top: 15px;
}

.formArea .bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* btnArea */
.serviceLap .bodyContent .btnArea {
    position: relative;
    top: 0;
    right: 0;
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.serviceLap .bodyContent .btnArea .btn {
    height: 48px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: 0.3s !important;
    font-size: 1rem;
}

.btnPopupBlue {
    font-weight: 500;
	background: linear-gradient(90deg, #5B94F8 0%, #5A7BFF 100%);
    color: #fff;
}

.btnPopupBlue:hover {
	background: linear-gradient(90deg, #458ff3 0%, #4142ec 100%);
}

.btnPopupWhite {
    background-color: #FFFFFF;
    border: 1px solid #DFDFDF;
    color: #6D7E8E;
}

.btnPopupWhite:hover {
    border-color: #555;
    color: #484E53;
}

/* checkbox */
.checkbox {
	position: relative;
}

.checkbox input[type="checkbox"] {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background-color: transparent;
}

.checkbox input[type="checkbox"]:checked+label::before {
	border-color: transparent;
	background: #fff url("../images/ico/ico-check.svg") no-repeat center;
}

.checkbox label {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
}

.checkbox label .labelName {
    margin-left: 10px;
    font-size: 0.875rem;
    color: #6D7E8E;
}

.checkbox label::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #BEC2CB;
	border-radius: 50%;
	background-color: #fff;
}

.find > a {
    font-size: 0.875rem;
    color: #6D7E8E;
    font-weight: 600;
    padding: 0 1px;
}

.find > a:hover {
    color: #458ff3;
    text-decoration: underline;
    text-underline-offset: 4px;
}


/* 로드뷰 팝업 */
#roadview_popup.modal_modal {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 1px 2px 3px rgb(0, 0, 0, .16);
}

#roadview_popup.modal_modal > div {
    position: relative;
    width: 1000px;
    height: 500px;
}

#roadview_popup.modal_modal .modal_head > span {
    color: #333;
    height: 100%;
    border-bottom-right-radius: 30px;
    margin-left: 0;
    padding: 0 20px;
    font-weight: 600;
}

#roadview_popup.modal_modal .modal_head {
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(3px);
    position: absolute;
    z-index: 10;
    width: 100%;
}

#roadview_popup.modal_modal .modal_head > span::before {
    content: "";
    padding: 0 12px;
    background: url(../images/map/roadview.png) no-repeat center 0px;
    background-size: 24px;
    margin-right: 4px;
}

#roadview_popup.modal_modal .modal_content {
    position: absolute;
    width: 100%;
    height: 100%;
}

#roadview_popup.modal_modal .modal_close {
    /* background: url(/js/oui/images/widget/popup/ico-card-close.png) no-repeat 50%; */
    vertical-align: middle;
}

#roadview_popup.modal_modal .modal_fullscreen {
    background: url(../images/widget/popup/ico-fullscreen.png) no-repeat 50%;
    background-size: 21px;
    vertical-align: middle;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    font-size: inherit;
    display: inline-block;
    border: none;
}

/* loadingWrap */
.loadingWrap {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.6);
	z-index: 999999999;
}

.loadingWrap.doNotDark {
	background: unset !important;
}

.loadingBox {
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 9999999999;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.loadingBox span {
	font-size: 1rem;
	font-family: "Pre SemiBold";
	color: #000;
	text-align: center;
}

/* lds-ellipsis */
.lds-ellipsis {
	display: inline-block;
	top: 13px;
	position: relative;
	width: 80px;
	height: 80px;
}

.lds-ellipsis div {
	position: absolute;
	top: 33px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
	left: 8px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
	animation: lds-ellipsis1 0.6s infinite;
	background-color: #1CC6E0;
}

.lds-ellipsis div:nth-child(2) {
	left: 8px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
	background-color: #3C74F8;
}

.lds-ellipsis div:nth-child(3) {
	left: 32px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
	background-color: #4144EC;
}

.lds-ellipsis div:nth-child(4) {
	left: 56px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
	animation: lds-ellipsis3 0.6s infinite;
	background-color: #5F41EC;
}


@media(max-width: 960px) {
    /* 위치선택 - 모바일 display:none */
    .odf_administrativeDistrictSearch_widget {
        display: none !important;
    }
}

@media(max-width: 768px) {
    .serviceHeader {
        height: 46px;
        line-height: 46px;
        padding: 3px 10px;
    }

    /* serviceLogoArea */
    .serviceLogoArea {
        font-size: 18px;
        padding: 0 15px;
        min-width: 140px;
        line-height: 40px;
        height: 40px;
    }

    .serviceLogoArea .serviceLogo {
        display: inline-block;
        width: 30px;
        flex-shrink: 0;
        background: url(../images/electionMap/admin-thumnail-nodata.svg) no-repeat center center / contain;
    }

    .serviceLogoArea .serviceLogo span {
        top: 0;
    }

    /* serviceMyArea */
    .serviceMyArea {
        margin-top: 0;
        font-size: 14px;
        width: 130px;
    }

    .serviceMyArea .serviceMyInfo {
        padding: 0 !important;
        line-height: 24px;
    }

    .serviceMyArea .serviceMyInfo > a {
        left: 5px;
    }

    .serviceMyArea.on .serviceMyInfo > a {
        left: -3px;
    }

    .serviceMyArea .serviceMyInfo > a::before {
        width: 14px;
        top: 3px;
    }

    .serviceMyArea .serviceMyInfo > a::after {
        margin-left: 3px;
        width: 12px;
    }

    .serviceMyArea .serviceMyInfo span {
        top: 7px;
    }

    .serviceMyList {
        padding: 0 5px 5px;
    }

    .serviceMyList::before {
        width: 12px;
        position: relative;
        top: 11px;
    }

    .serviceMyItem {
        padding: 0;
        line-height: 35px;
    }

	.modal_modal.modal_open {
		width:100% !important;
        height: 100vh !important;
		top: 0;
		left: 0;
	}
}