html { overflow-y: unset; }
html, body {
    height: 100%;
    margin: 0;
    padding: 0;

}

.hand {
    cursor:pointer;
}

#map {
    width:100%;
    height:100%;
    position:relative;
    overflow:hidden;
}

#map button {
    outline:none;
}

.wrap {
    position: absolute;
    bottom: 50px;
    width: 350px;
    min-height: 172px;
    margin-left: -173px;
    text-align: left;
    font-size: 12px;
    line-height:1.5;
}

.wrap * {
    padding: 0;
    margin: 0;
}

.wrap .info {
    width: 350px;
    min-height: 158px;
    border-radius:5px;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0 1px 3px rgb(0, 0, 0);
    -moz-box-shadow: 0 1px 3px rgb(0, 0, 0);
    box-shadow: 0 1px 3px rgb(0, 0, 0);
}

.wrap .wrap2 {
    display:none;
    background: #555;
    border:2px solid #555;
    color: #fff;
    text-align: center;
    width: fit-content;
    min-width: 100px;
    margin: 0 auto;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 0);
    padding:5px 10px;
    border-radius: 3px;
    cursor:pointer;
}

.wrap .wrap2:hover {
    background:orangered;
}



.bold {
    font-weight:bold;
}

.info .title {
    padding:7px 0px 8px 10px;
    color:#0666CA;
    background: #eee;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-weight: bold;
}

.info .close {
    position: absolute;
    top:11px;
    left:325px;
    color:#555;
    width:17px;
    height: 17px;background: url('../img/overlay_close.png');
    border:0px;
}

.info .close:hover {
    cursor: pointer;
}

.info i { color:#dd6666;
    font-size:14px;
}

.info .fa-fax {
    padding-left:10px;
}

.info .address {
    width:100%;
    color:#555;
}

.info .telno {
    width:100%;
    color:#555;
}

.info .body {
    position: relative;
    overflow: hidden;
    padding-right:10px;
}

.info .desc {
    position: relative;
    margin: 8px 0 0 95px;
    height: 85px;
}

.desc .ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.desc .jibun {
    font-size: 11px;
    color: #888;
    margin:4px 0px 3px 0px;
}

.info .img {
    position:absolute;
    top:0px;
    left:0px;
    width:90px;
    height:90px;
    border:0px;
    overflow:hidden;
}

.info:after {
    content: '';
    position: absolute;
    margin-left: -12px;
    left: 50%;
    bottom: -10px;
    width: 22px;
    height: 12px;
    background: url('../img/vertex_white.png')
}

.info .link {
    color: #5085BB;
}

.info .btns {
    padding:5px 0px 8px 5px;
}

.info button.useBtn {
    border:0px;
    width:82px;
    background:#777;
    color:#fff;
    border-radius:3px;
    margin-right:3px;
    padding:5px 0px;
    cursor:pointer;
}

.info button:hover {
    background:#dd6666;
}

#map_wrap {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
}

/* 濡쒕뱶酉곕� �꾪븳 CSS �쒖옉 */
/* #mapWrapper {
    width:calc(100% - 250px);
    height:100%;
    z-index:1;
} */
#mapWrapper {
    width:100%;
    height:100%;
    z-index:1;
    padding:0 250px 0 0px;
}
.mapWrapper-full {
    padding: 0px 0px 0px 0px !important;
}

#rvWrapper{
    display:none;
    width:100%;
    height:65%;
    bottom:0;
    right:0;
    position:absolute;
    z-index:0;
}
.rvWrapper-full {
    padding:0px 0px 0px  0px !important;
}

#map_wrap.view_roadview #mapWrapper {
    width: 100%;
    height:35%;
}

#roadviewControl {
    position:absolute;
    top:5px;
    left:5px;
    width:42px;
    height:42px;
    z-index: 1;
    cursor: pointer;
    background: url('../img/img_search.png') 0 -450px no-repeat;
}

#roadviewControl.active {
    background-position:0 -350px;
}

#roadmapclose {
    position: absolute;
    padding: 4px;
    top: 30px;
    left: 10px;
    cursor: pointer;
    background: #fff;
    border-radius: 4px;
    border: 1px solid #c8c8c8;
    box-shadow: 0px 1px #888;
    z-index:2;
}

#roadmapclose .img {
    display: block;
    background: url('./css/rv_close.png') no-repeat;
    width: 14px;
    height: 14px;
}
/* 濡쒕뱶酉곕� �꾪븳 CSS �� */

.radius_border {
    border:1px solid #919191;
    border-radius:5px;
}




/*지적도등 */
.custom_typecontrol2 {
    position:absolute;
    top: 10px;
    right: 3%;
    margin-left: -125px;
    overflow: hidden;
    height: 30px;
    padding: 0;
    z-index: 1;
    font-size: 12px;
    transform: translate(-50%, 0);
}

.custom_typecontrol2 span {
    display:block;
    width:70px;
    height:30px;
    float:left;
    text-align:center;
    line-height:30px;
    cursor:pointer;
}

.custom_typecontrol2 .ebtn {
    background:#fff;
    background:linear-gradient(#fff,  #e6e6e6);
}

.custom_typecontrol2 .xbtn {
    background:#fff;
    background:linear-gradient(#fff,  #e6e6e6);
}

.custom_typecontrol2 .xbtn:hover {
    background:#dd6666;
    background:linear-gradient(#dd6666, #dd1111);
    color:#fff;
 }

.custom_typecontrol2 .ebtn:hover {
    background:#dd6666;
    background:linear-gradient(#dd6666, #dd1111);
    color:#fff;
 }

.custom_typecontrol2 .ebtn:active {
    background:#e6e6e6;
    background:linear-gradient(#e6e6e6, #fff);
}

.custom_typecontrol2 .selected_btn {
    color:#fff;
    background:#425470;
    background:linear-gradient(#425470, #5b6d8a);
}

.custom_typecontrol2 .selected_btn:hover {
    color:#fff;
}

/*지적도등*/

.btn_active {
    color:#fff;
    background:linear-gradient(#0565C9, #0E8CE8) !important;
}

.custom_typecontrol3 {
    position:absolute;
    display:flex;
    border-bottom:1px solid #919191;
    top:0px;
    left:0px;
    overflow:hidden;
    width:100%;
    height:30px;
    margin:0;
    padding:0;
    z-index:1;
    font-size:12px;
}

.custom_typecontrol3 span {
    flex:1;
    height:30px;
    text-align:center;
    line-height:30px;
    cursor:pointer;
}

.custom_typecontrol3 .abtn {
    background:#fff;
    background:linear-gradient(#fff,  #e6e6e6);
}

.custom_typecontrol3 .abtn:hover {
    background:#f5f5f5;
    background:linear-gradient(#f5f5f5,#e3e3e3);
}

.custom_typecontrol3 .abtn:active {
    background:#e6e6e6;
    background:linear-gradient(#e6e6e6, #fff);
}

.custom_typecontrol3 .selected_btn {
    color:#fff;
    background:#dd6666;
    background:linear-gradient(#dd6666, #dd1111);
}

.custom_typecontrol3 .selected_btn2 {
    color:#fff;
    background:linear-gradient(#0565C9, #0E8CE8);
}

.custom_typecontrol3 .selected_btn:hover {
    color:#fff;
}

.custom_zoomcontrol {
    position:absolute;
    top:10px;
    right:255px;
    width:36px;
    height:auto;
    overflow:hidden;
    z-index:1;
    background-color:#f5f5f5;
}

.custom_zoomcontrol span {
    display:block;
    width:36px;
    height:40px;
    line-height:40px;
    text-align:center;
    cursor:pointer;
    border-bottom:1px solid #bfbfbf;
}

.custom_zoomcontrol span:last-child{
    border-bottom:0px solid #bfbfbf;
}

.custom_zoomcontrol .mypoint {
    font-size:22px;
}

.searchlist {
    position:relative;
    overflow:hidden;
    width:100%;
    height:100%;
    background:#ffffff;
    z-index:1;
    padding: 35px 5px 20px 5px;
 }

.searchlist ul {
    position: absolute;
    top:100px;
    left: 0px;
     width:100%;
    height:87%;
    overflow:hidden;
    overflow-y:auto;
}

.searchlist li {
    cursor:pointer;
    padding:8px 5px 10px 0px;
    border-bottom:1px solid #ccc;
}

.searchlist li:hover {
    background:#efefef;
    color:#333;
}



.searchlist li span {
    display:block;
    font-size:11px;
    width:100%;
    padding:3px 5px 3px 8px;
}

.searchlist li span.img {
    font-size:14px;
    font-weight:bold;
}

.searchlist li span.name {
    font-size:14px;
    font-weight:bold;
}


.searchlist.parent{
    width: 100%;
    margin: 10px auto;
}

.first {
    border: 1px solid red;
    float: left;
    width:30%;
    box-sizing: border-box;
}

.second{
    border: 1px solid green;
    float: left;
    margin-left: 5%;
    width:70%;
    box-sizing: border-box;
}



.searchlist.parent1{
    width: 100%;
    margin: 10px auto;
}







#sch {
    position:absolute;
    top:60px;
    left:5px;
    width:calc(100% - 10px);
    text-align:center;
    border:1px solid #dddddd;
    height:31px;
    border-radius:5px;
    overflow:hidden;
}

#sch input {
    border:0px;
    padding:0px 0px;
    width:100%;
}

#sch input:focus {
    border:0px !important;
    outline:none !important;
    background:#FFEDDB;
}

#sch .btn_submit {
    position:absolute;
    top:0px;
    right:0px;
    padding:8px 10px;
    background:#dd3333;
    outline:none;
}


.searchlist_bg {
    position:absolute;
    top: 0px;
    right: 0px;
    width: 250px;
    height: 100%;
    background: #fff;
    border-left:1px solid #ccc;
    z-index: 2;
    padding: 0px;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.sbClose { right: -250px !important; transition: All 0.3s ease; -webkit-transition: All 0.3s ease; -moz-transition: All 0.3s ease; -o-transition: All 0.3s ease; }
.searchlist_bg .listBoxOpenBtn { position: absolute; top: 3px; left: -42px; width: 36px; height: 36px; border: 1px solid #eee; border-radius: 5px; cursor: pointer; }
.searchlist_bg .boxCloseBtn { background: url('../img/img_search.png') -448px -307px no-repeat; }
.searchlist_bg .boxCloseBtn:hover { background: url('../img/img_search.png') -398px -307px no-repeat; }
.searchlist_bg .boxOpenBtn { background: url('../img/img_search.png') -153px -307px no-repeat; }
.searchlist_bg .boxOpenBtn:hover { background: url('../img/img_search.png') -103px -307px no-repeat; }

.hAddr {
    position:absolute;
    left:10px;
    top:10px;
    border-radius: 2px;
    background:#fff;
    background:rgba(255,255,255,0.8);
    z-index:1;
    padding:10px;
}

#centerAddr {
    display:block;
    margin-top:2px;
    font-weight: normal;
}

.bAddr {
    padding:8px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size:14px
}

.bAddr span {
    display:block;
    width:100%;
    padding:4px 0px;
 }

/* 寃��� 愿��� �쒖옉 */
#menu_wrap_ {
    position:absolute;
    top:0;left:0;
    bottom:0;
    width:250px;
    margin:10px 0 30px 10px;
    padding:5px;
    overflow-y:auto;
    background:rgba(255, 255, 255, 0.95);
    z-index: 1;
    font-size:12px;
    border-radius: 10px;
}

#menu_wrap_ hr {
    display: block;
    height: 1px;border: 0;
    border-top: 2px solid #5F5F5F;
    margin:3px 0;
}

#placesList li {
    list-style: none;
}
#placesList .item {
    position:relative;
    border-bottom:1px solid #888;
    overflow: hidden;
    cursor: pointer;
    min-height: 65px;
}
#placesList .item span {
    display: block;
    margin-top:4px;
}
#placesList .item h5,
#placesList .item .infol {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
#placesList .item .infol {
    padding:10px 0 10px 0px;
}
#placesList .infol .gray {
    color:#8a8a8a;
}
#placesList .infol .jibun {
    padding-left:26px;
    background:url('../img/places_jibun.png') no-repeat;
}
#placesList .infol .tel {
    color:#009900;
}
#placesList .item .marker_1 {
    background-position: 0 -10px;
}
#placesList .item .marker_2 {
    background-position: 0 -56px;
}
#placesList .item .marker_3 {
    background-position: 0 -102px
}
#placesList .item .marker_4 {
    background-position: 0 -148px;
}
#placesList .item .marker_5 {
    background-position: 0 -194px;
}
#placesList .item .marker_6 {
    background-position: 0 -240px;
}
#placesList .item .marker_7 {
    background-position: 0 -286px;
}
#placesList .item .marker_8 {
    background-position: 0 -332px;
}
#placesList .item .marker_9 {
    background-position: 0 -378px;
}
#placesList .item .marker_10 {
    background-position: 0 -423px;
}
#placesList .item .marker_11 {
    background-position: 0 -470px;
}
#placesList .item .marker_12 {
    background-position: 0 -516px;
}
#placesList .item .marker_13 {
    background-position: 0 -562px;
}
#placesList .item .marker_14 {
    background-position: 0 -608px;
}
#placesList .item .marker_15 {
    background-position: 0 -654px;
}
#placesList .noData {
    display:block;
    width:100%;
    text-align:center;
    font-weight:bold;
    color:#dd6666;
    padding-top:20px;
}

#map_level {
    background:#465874;
    color:#FFFF00;
    font-weight:bold;
    font-size:16px;
}

#total_count {
    position:absolute;
    top: 0px;
    left:0px;
    width:100%;
    height:30px;
    line-height:30px;
    font-weight:bold;
    padding:0 10px;
}

#total_count .tcnt {
    color:red;
}

#__zoomIn:hover {
    background: linear-gradient(#dd6666, #dd1111);
    color:#fff;
}

#__zoomOut:hover {
    background: linear-gradient(#dd6666, #dd1111);
    color:#fff;
}

.custom_zoomcontrol span:hover {
    background: linear-gradient(#dd6666, #dd1111);
    color:#fff;
}

#pagination {
    padding:10px 0px;
    text-align: center;
    width:100%;
    position:absolute;
    bottom:0px;
    left:0px;
    background:#fff;
}

#pagination a {
    display:inline-block;margin:0px 3px 0px 0px;
    width:25px;
    height:25px;
    line-height:22px;
    background:#eee;
    border:1px solid #ccc;
}

#pagination .on {font-weight:bold;
    cursor: default;
    background:#dd6666;
    color:#fff;
}
/* 寃��� 愿��� �� */

.id_none {
    display:none;
}

.m-content {
    position: absolute;
    display: none;
    bottom:0;
    left:0;
    width:100%;
    height:170px;
    z-index: 10;
    background:#fff;
}
.m-content .m-name {
    padding: 10px;
    font-size: 16px;
    font-weight: 600;
    background: #0666CA;
    color: #fff;
}
.m-content .m-infoWrap {
    width: 100%;
    display: flex;
}
.m-content .m-infoWrap > div {
    display: inline-block;
}
.m-content .m-infoWrap .m-info {
    width: 100%;
    padding: 5px 10px;
    font-size: 12px;
}
.m-content .m-infoWrap .m-info > div {
    margin-bottom: 3px;
}
.m-content .btns {
    display: flex;
    gap: 1px;
}
.m-content .btns button {
    flex: 1;
    background: linear-gradient(#f5f5f5,#ccc);
    padding: 0;
    border: 0;
    height: 40px;
}
.m-content .m-close {
    position: absolute;
    top: 11px;
    right: 20px;
    color: #555;
    width: 17px;
    height: 17px;
    background: url('../img/overlay_close2.png');
    border: 0px;
}


::-webkit-scrollbar {width: 5px;height: 7px;}
::-webkit-scrollbar-button {width: 0px;height: 0px;}
::-webkit-scrollbar-thumb {background: #525965;border: 0px none #000;border-radius: 0px;}
::-webkit-scrollbar-thumb:hover {background: #525965;}
::-webkit-scrollbar-thumb:active {background: #525965;}
::-webkit-scrollbar-track {background: transparent;border: 0px none #000;border-radius: 50px;}
::-webkit-scrollbar-track:hover {background: transparent;}
::-webkit-scrollbar-track:active {background: transparent;}
::-webkit-scrollbar-corner {background: transparent;}


@media all and (max-width:1024px) {
    #top_bar {
        display: none;
    }
}



@media all and (max-width:768px) {
    .wrap {
        min-height: 0
    }
    .wrap .info {
        display: none;
    }
    .wrap .wrap2 {
        display:block;
    }
    .id_none { display: block; }
}

@media all and (max-width: 640px) {
}

@media all and (max-width: 480px) {

}

@media all and (max-width:360px) {

}