﻿#container {
    min-height: 0 !important;
}

/* 스와이퍼 */
.swiper_valueBar{
    position: absolute;
    background-color: black;
    width : 1px;
    top: 0px;
    height: calc(100% - 0px);
    left: 50%;
    display: none;
    pointer-events: none;
    /*z-index: 99;*/
}

.swiper_valueBarButton{
    position: absolute;
    top : calc(50% - 21px);
    height: 42px;
    left: -10px;
    width : 20px;
    border-radius: 5px;
    border: 1px solid #000;
    box-sizing: border-box;
    background-color:#FFF;
    cursor: pointer;
    /*transform: unset !important;*/
    pointer-events: auto;
    /*z-index: 100;*/
}

#helpIndustry {
    z-index: 160;
}

.modal_wrap {
    z-index: 150;
}

input[type="checkbox"] {
    background-color: transparent !important;
}

.btn.small.pale {
    flex: auto !important;
    width: auto !important;
}
@media {
    .btn.small.pale {
        flex: initial !important;
    }
    .popup.dimmed_mobileOnly .popup_cont.scrollY {
        overflow: auto;
    }
}

/* 그리기 안내 문구 */
.measureTooltip, #odf-draw-helpTooltip {
    width: auto;
    color: white;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

/* TOC 최대 길이 조절 */
.layer.gis .accordion_box.active .accordion_collapse{
    max-height: 1000vh !important;
}

/*필지 조회 popup 위치 조정*/
.oui_popup .popup_box, .odfMarker .popup_box {
    position: unset !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}
.oui-popup .popup_box {
    max-height: 530px;
}

/*상세 팝업 드래그 조정*/
.ui-draggable.popup, .ui-draggable.popup .popup_box {
    position: absolute !important;
    transform: none !important;
    /*left: 50%;*/
    /*top: 50%;*/
}

/*필지조회 용도지역지구 글자단위로 잘리도록*/
.odfMarker td {
    word-break: break-all;
}

/*버튼 sub.css 와 겹침 수정*/
.btn.small.lineG.expand_btn {
    width: auto !important;
}

/* 시뮬레이션 희망면적 미입력시 툴팁 */
#simulationTooltip {
    display: none;
    position:absolute;
    bottom: 118px;
    right: 170px;
    color:#fff;
    font-size:10px;
    border-radius:21px;
    background-color:#EA142D;
    padding:0 14px;
    white-space:nowrap;
    line-height:21px;
    height:21px;
    z-index: 1;
}
#simulationTooltip:before {
    content:"";
    position:absolute;
    bottom:-4px;
    left:17px;
    transform:rotate(45deg);
    background-color:#EA142D;
    border-radius:2px;
    width:14px;
    height:14px;
}
#simulationTooltip span {
    position:relative;
}
a.btn.small.lineG{
    width: auto !important;
}

.pagination strong {
    border-color: var(--primary-60);
    font-weight: 600;
    color: var(--gray-0);
    background-color: var(--primary-60);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 3rem;
    height: 3rem;
    border: 1px solid var(--gray-20);
    border-radius: 0.7rem;
    font-size: 1.3rem;
    line-height: 2.8rem;
    text-align: center;
}

.pagination .prev, .pagination .next {
    background-image: none;
}

/*
.pagination a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin: 0 5px;
    vertical-align: middle;
    text-align: center;
    min-width: 36px;
    line-height: 34px;
    height: 36px;
}

.pagination a,
.pagination strong {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    margin: 0 5px;
    vertical-align: middle;
    text-align: center;
    min-width: 36px;
    line-height: 34px;
    height: 36px;
}

.pagination strong,
.pagination .active {
    background-color: #E6EBFA;
    border-color: #3D5AF1;
    color: #3D5AF1;
}

.pagination .prev,
.pagination .next {
    position: relative;
    display: inline-block;
    background: url(/images/onMap/ico_pag_first.png) 50% 50% no-repeat #fff;
    background-size: 16px auto;
    margin: 0 5px;
    text-indent: -9999px;
    font-size: 0;
    overflow: hidden;
    z-index: 10;
}

.pagination .prev {
    background-image: url(/images/onMap/ico_pag_prev.png);
}

.pagination .next {
    background-image: url(/images/onMap/ico_pag_next.png);
}
 */

/* 종합현황 코드연계표 팝업 안 먹음 재정의 */
#codeList .info_wrap {font-size: 1.4rem; line-height: 1.5; color: var(--gray-70);}
.popup .info_tit {
    display: block;
    margin-bottom: 1rem;
    font-weight: 600; font-size: 1.5rem; line-height: 1.4; color: var(--gray-80);
}
#codeList .info_box {
    display: block;
    margin-bottom: 2.4rem;
}
#codeList .info_box:last-child {margin-bottom: 0;}
#codeList .info_box .tit {
    display: block;
    margin-bottom: 0.6rem;
    font-weight: 600; font-size: 1.5rem; line-height: 1.4; color: var(--gray-80);
}
#codeList .info_box .box {
    padding: 1.2rem 1.6rem;
    border-radius: 0.6rem;
    background-color: var(--gray-10);
}
#codeList .info_box .list li {
    padding-left: 1.8rem;
    position: relative;
}
#codeList .info_box .list li:first-child {
    margin-top: 10px;
}
#codeList .info_box .list li::before {content: "";
    width: 3px; height: 3px;
    border-radius: 50%;
    background-color: var(--gray-70);
    position: absolute; left: 0.6rem; top: 0.9rem;
}

/* MTI 코드 연관 공장 네트워크 팝업 관련 */
#networkGraphNextData {
    position: absolute;
    margin: 10px;
    border: 2px solid #D9D9D9;
    padding: 2px 5px;
    border-radius: 5px;
}
#networkGraphNextData:hover {
    color: #3C73E3;
    border-color: #3C73E3;
}

#selList a {
    display: flex;
}

.detail .cont {
    width: 100% !important;
}

/* 입지추천 지역 선택 관련 */
#lctRcmdtnCtprvnList span, #lctRcmdtnSggList span {
    font-size: 13px;
}

/* submap 확대 & 축소 버튼 */
.map_box .zoom_box {
    width: 4rem;
    border: 1px solid var(--gray-30);
    border-radius: 0.7rem;
    background-color: var(--gray-0);
    box-shadow: var(--shadow-tool);
    z-index: 2;
    position: absolute;
    top: 25px;
    left: 25px;
}
.map_box .zoom_box button {
    display: block;
    width: 100%; height: 3.9rem;
    background-repeat: no-repeat; background-position: center; background-size: 2rem 2rem;
}
.map_box .zoom_box .zoom_in {
    border-bottom: 1px solid var(--gray-30);
    border-radius: 0.7rem 0.7rem 0 0;
    background-image: url(/geonMap/img/ico_zoomin.svg);
}
.map_box .zoom_box .zoom_out {
    border-radius: 0 0 0.7rem 0.7rem;
    background-image: url(/geonMap/img/ico_zoomout.svg);
}

#tools .tools_btn.indexmap {
    margin-top: 0 !important;
}

/* 지역추천 결과: 등급 css 추가 */
.location .result_list .level4 {color: #ea2160;}
.location .result_list .level5 {color: #8723ea;}
.location .result_list .level6 {color: #954218;}
.location .result_list .level7 {color: #7c7c7c;}

/* 입지추천 결과: empty html css 추가 */
.lctRcmdtn_empty {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}
.lctRcmdtn_empty .txt_box {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 1.8rem 2rem;
    border-radius: 0.8rem;
    font-size: 1.3rem;
    line-height: 1.5;
    text-align: left;
    color: var(--gray-70);
    word-break: break-all;
    background-color: var(--gray-10);
}
.lctRcmdtn_empty .txt_box .tit {
    font-weight: 600;
    color: var(--gray-80);
}
.lctRcmdtn_empty .tit.alert {
    padding-left: 3.2rem;
    font-size: 1.35rem;
    position: relative;
    line-height: inherit;
}
.lctRcmdtn_empty .tit.alert::before {
    content: "";
    width: 2.4rem;
    height: 2.4rem;
    border-radius: 50%;
    background: #FEEDEB url(../img/ico_alert.svg) no-repeat center top 4px / 1.35rem 1.35rem;
    position: absolute;
    left: 0;
    top: 0;
}
.lctRcmdtn_empty .txt_box .alert ~ * {
    padding-left: 3.2rem;
}
/* 입지추천 layerClose 버튼 커스텀*/
.lctRcmdtnClose {
    width: 2.4rem;
    height: 2.4rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    visibility: visible;
    background: url(/geonMap/img/ico_close.svg) no-repeat center / contain;
    flex-shrink: 0;
}
.location .depth2.result.minimize .layer_head .btn_box .lctRcmdtnClose {
    background-image: url(/geonMap/img/ico_close2.svg);
}
/* 레이어 속성 팝업 max-height 지정 */
.layerAttrPop {
    max-height: 450px !important;
}

/* 법적효력 문구 */
.lawTxt {
    position: fixed;
    text-align: center;
    width: 100%;
    bottom: 2%;
}
.lawTxt span {
    display: inline;
    font-size: 15px;
    background-color: #dbedfb;
    padding: 5px 25px;
    border-radius: 15px;
}
@media (max-width : 768px) {
    .lawTxt {
        position: fixed;
        text-align: center;
        width: 100%;
        bottom: 10vh;
    }
    .lawTxt span {
        display: inline;
        font-size: 12px;
        background-color: #dbedfb;
        padding: 5px 16px;
        border-radius: 15px;
    }
}
.dx_btn {
    bottom: 5rem;
}

/* 주소 입력  renewal.css 와 충돌나는 부분 */
.sch_input {
    width: 100% !important;
    height: 4.4rem !important;
    padding: 0 1.5rem !important;
    border: 1px solid var(--gray-30) !important;
    border-radius: 0.9rem !important;
}

/* radio 버튼으로 수정하여 변경 */
.modal.addr .filter {
    flex-direction: column !important;
}
.modal.addr .filter ul {
    display: flex;
    margin: 5px;
    gap: 10%;
}
.modal.addr .filter li span {
    font-size: 1.5rem;
}

/* 선택된 공간정보 레이어 순서 변경 */
.selected_box .selected_name {
    cursor: pointer;
}

/* 필지 팝업 - 공장명(회사명) */
.popup_cmpnNm {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 2.2rem;
    margin-bottom: 10px;
}

/* 인덱스맵 */
.ol-overviewmap:not(.odf-inner) .ol-overviewmap-map {
    right: 1em;
    top: 42em;
    width: 220px;
    height: 220px;
}


/* 레이어 속성 보기 활성화 버튼 */
#tools .tools_btn.layerAttr {
    background-image: url(../img/ico_info2.svg);
}

#tools .tools_btn.layerAttr.active {background-image: url(../img/ico_info3.svg);}

/* 필지 팝업 max-height 지정 */
.cadastralPopup {
    max-height: 450px !important;
}

/* 축소/확대 버튼 호버 추가 */
.zoom_box button:hover {
    background-color: var(--gray-10);
}

/* 입지추천 지수항목 슬라이더 css 수정 */
.location .range_box .amount {
    padding: 0;
    border: none;
}
.location .range_box .slider_range {
    border: 0;
}
/* 입지추천 모바일 css 추가*/
.location .depth2.result .layer_head .btn_box .mini {
        display: block;
}
.location .check_btn input {
    opacity: 1;
}
.location input[type=radio]:not(old) + em ,
.location input[type=radio]:not(old):checked + em {
    background: none !important;
    margin-left: 0;
}

/* 모바일 헤더 css 수정 */
#header h1 {
    text-indent: unset !important;
    background: unset !important;
    left: auto !important;
    top: auto !important;
    transform: unset !important;
}

#header .all-menu {
    top: auto !important;
    transform: unset !important;
}

/* 사전진단 pdf 인쇄하기 */
.detail .cont .sec_head .btn.print {display: block;}