@charset "utf-8";
:root {
    --bg: url(/images/map/icon.png) no-repeat;;
}

*::-webkit-scrollbar {
    width: 10px;
    height: 10px; /* 스크롤바의 너비 */
}

*::-webkit-scrollbar-thumb {
    height: 30%; /* 스크롤바의 길이 */
    background-color: #ffffff;
    border: 1px solid #cfd7e5;

    border-radius: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #e8ebf1;
    border: 1px solid #cfd7e5;
}


/* 지도컨트롤버튼 */
.searchbar {
    position: absolute;
    z-index: 10;
    top: 30px;
    right: 3%;
    width: 350px;
    height: 45px;
    padding: 0 0.5rem;
    border-radius: 8px;
    background-color: #fff; /* display:flex; */
    border: 0.5px solid #111320;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
}

.searchbar > input {
    width: calc(100% - 40px);
    height: 100%;
    padding: 0 0.8rem;
    font-size: 15px;
}

.searchbar > .btn_search {
    width: 35px;
    height: 35px;
    margin: 5px 0;
    border: 0 none;
    font-size: 0;
    line-height: 0;
    background: var(--bg);
    background-position: -300px -96px;
    background-color: #fff;
    text-indent: -9999px;
    cursor: pointer;
    float: left;
}

.control_map {
    position: absolute;
    z-index: 10;
    top: 90px;
    right: 3%;
    width: 212px;
    background-color: rgb(98 99 107 / 50%);
    border: 1px solid #555555;
    border-radius: 8px;
    padding: 0.3rem 0.1rem;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
}

.control_map > ul {
    display: flex;
    height: 75px;
}

.control_map > ul > li {
    flex: 1;
    text-align: center;
    margin: 0 0.3rem;
}

.control_map > ul > li > a {
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.control_map > ul > li > a > span {
    border: 1px solid #fff;
    display: block;
    width: 100%;
    height: 46px;
    background: var(--bg);
    border-radius: 5px;
}

.control_map > ul > li:nth-child(1) > a > span {
    background-position: -172px -434px;
}

.control_map > ul > li:nth-child(2) > a > span {
    background-position: -252px -434px;
}

.control_map > ul > li:nth-child(3) > a > span {
    background-position: -327px -434px;
}

.control_map > ul > li:nth-child(1) > a > label {
    background-position: -172px -434px;
}

.control_map > ul > li:nth-child(2) > a > label {
    background-position: -252px -434px;
}

.control_map > ul > li:nth-child(3) > a > label {
    background-position: -327px -434px;
}


.control_map > ul > li:nth-child(1) > a > span:hover,
.control_map > ul > li:nth-child(1) > a > span.on {
    background-position: -170px -26px;
}

.control_map > ul > li:nth-child(2) > a > span:hover,
.control_map > ul > li:nth-child(2) > a > span.on {
    background-position: -250px -26px;
}

.control_map > ul > li:nth-child(3) > a > span:hover,
.control_map > ul > li:nth-child(3) > a > span.on {
    background-position: -325px -26px;
}

.control_map span.on {
    border: 3px solid #000000;
}

/*로드뷰아이콘*/
.roadview_area {
    position: absolute;
    z-index: 10;
    top: 180px;
    right: 3%;
    border-radius: 8px;
    padding: 0.3rem 0.1rem;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
}

.roadview_area > ul {
    display: flex;
    height: 75px;
}

.roadview_area > ul > li {
    flex: 1;
    text-align: center;
    margin: 0 0.3rem;
}

.roadview_area > ul > li > a {
    font-size: 11px;
    color: #fff;
    text-align: center;
}

.roadview_area > ul > li > a > span {
    border: 1px solid #fff;
    display: block;
    width: 100%;
    height: 46px;
    background: var(--bg);
    border-radius: 5px;
}

.roadview_area > ul > li:nth-child(1) > a > span {
    background-position: -170px -26px;
}

.roadview_area > ul > li:nth-child(2) > a > span {
    background-position: -250px -26px;
}

.roadview_area span.on {
    border: 2px solid #000000;
}

button.kakaoRoadView {
    width: 115px;
    height: 34px;
    border-radius: 8px;
    background-color: #111320;
    font-size: 15px;
    color: #fff;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
}

button.kakaoRoadView > i {
    width: 22px;
    height: 22px;
    background: var(--bg);
    background-size: 350px;
    background-position: -17px -8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -2px;
}

button.localview0000 {
    width: 115px;
    height: 34px;
    border-radius: 8px;
    background-color: #111320;
    font-size: 15px;
    color: #fff;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
}

button.localview0000 > i {
    width: 22px;
    height: 22px;
    background: var(--bg);
    background-size: 350px;
    background-position: -17px -8px;
    display: inline-block;
    vertical-align: middle;
    margin-right: -2px;
}

.tools {
    position: absolute;
    z-index: 10;
    top: 320px;
    right: 3%;
    width: 40px;
    border-radius: 8px;
    background-color: #fff;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
}

.tools span {
    font-size: 0;
}

.tools > a {
    background: var(--bg);
    /*width: 38px;*/
    height: 38PX;
    display: block;
    cursor: pointer;
}

.tools > a:hover {
    background-color: #C3C3C3;
    border-radius: 5px;
}

.tools > a.on {
    background-color: #C3C3C3;
    border-radius: 5px;
}

.tools > a.distance {
    background-position: -177px -96px;
}

.tools > a.area {
    background-position: -177px -136px;
    margin-left: unset;
    margin-top: unset;
    justify-content: unset;
}

.tools > a.clear {
    background-position: -177px -182px;
}

.tools.clear {
    top: 320px;
}

.tools_edit {
    display: none;
    position: absolute;
    z-index: 10;
    top: 320px;
    right: 3%;
    width: 40px;
    border-radius: 8px;
    background-color: #fff;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
    cursor: pointer;
}

.tools_edit span {
    font-size: 0;
}

.tools_edit > a {
    background: var(--bg);
    /*width: 38px;*/
    /*height: 38PX;*/
    padding: 8px 0px;
    display: block;
    text-align: center;
}

.tools_edit > a:hover {
    background-color: #C3C3C3;
    background-position: -130px -96px;
}

.tools_edit > a.distance {
    background-position: -177px -96px;
}

.tools_edit > a.area {
    background-position: -177px -136px;
    margin-left: unset;
    margin-top: unset;
    justify-content: unset;
}

.tools_edit > a.clear {
    background-position: -177px -182px;
}

.tools_edit.clear {
    top: 320px;
}

.control_zoom {
    position: absolute;
    top: 45%;
    right: 3%;
    width: 40px;
    border-radius: 45px;
    background-color: #fff;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
    padding: 42px 0;
    display: flex;
    justify-content: center;
}

.control_zoom output {
    font-size: 0;
}


.map_zoom {
    position: absolute;
    z-index: 10;
    top: 230px;
    right: 3%;
    width: 40px;
    border-radius: 45px;
    background-color: #fff;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
    display: flex;
    justify-content: center;
}

.map_zoom .fa-plus {
    display: block;
    padding: 12px 0 0;
    cursor: pointer;
}

.map_zoom .fa-minus {
    display: block;
    cursor: pointer;
    padding: 0 0 8px;
}

.map_zoom .drag-line {
    width: 6px;
    height: 14px;
    /*background: #d2d3d3;*/
    border-radius: 8px;
    margin: 7px auto;
    position: relative;
}

.map_zoom .line {
    width: 6px;
    height: 114px;
    background: #e8ebf1;
    border-radius: 8px;
    margin: 25px auto;
    position: absolute;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 10px;
    clip: rect(0px, 8px, 183px, 0px);
}

.map_zoom .draggable-button {
    width: 18px;
    height: 18px;
    background: #5c6474;
    border-radius: 50%;
    position: absolute;
    box-shadow: 0px 3px 3.5px 0 rgb(0 0 0 / 20%);
    margin-left: -6px;
    cursor: pointer;
}


.all_menu {
    background-color: #111320;
    width: 100px;
    height: 100px;
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 38px;
    z-index: 110;
    cursor: pointer;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.all_menu > span {
    width: 20px;
    height: 2px;
    background: #e8ebf1;
    display: block;
    margin: 2px;
}

.map_wrap {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
}

.sidebar_all {
    position: fixed;
    left: -60px;
    z-index: 0;
    width: 160px;
    height: 100vh;
    background-color: #63646c;
    border-radius: 0 30px 0 0;
    transition: all 300ms;
}

.sidebar_all.on {
    left: 100px;
}

.sidebar_all > h1 {
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    color: #fff;
}

.sidebar_all > .navbar {
    z-index: 10;
}

.sidebar_all > .navbar > li {
    height: 100px;
}

.sidebar_all > .navbar > li > a {
    height: 100%;
    color: #fff;
    text-align: right;
    position: relative
}

.sidebar_all > .navbar > li > a > i {
    width: 50px;
    height: 50px;
    margin: 0 25px;
    background: url(/images/map/icon.png) no-repeat;
}

.sidebar_all > .navbar > li > a > span {
    height: 100%;
    display: block;
    text-align: right;
    padding-right: 34px;
    border-bottom: 1px solid rgb(255 255 255 / 20%);
    line-height: 100px;
    font-size: 17px;
    font-weight: 300;
}

/* .sidebar_all > .navbar > li:nth-child(5) > a > span{font-size: 15px;font-weight: 700;width: 75px;height: 25px;line-height: 25px;text-align: center;color: #474645;background-color: #fff;border-radius: 50px;padding: 0;display: block;} */
.sidebar_all > .navbar > li:nth-child(5) > a > span {
    font-size: 15px;
    font-weight: 700;
    color: #474645;
    border: none
}

.sidebar_all > .navbar > li:nth-child(5) > a > span:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 75px;
    height: 20px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50px;
    z-index: -1;
}

.sidebar_all > .navbar > li:nth-child(1) > a > i {
    background-position: -15px -50px;
}

.sidebar_all > .navbar > li:nth-child(2) > a > i {
    background-position: -17px -110px;
}

.sidebar_all > .navbar > li:nth-child(3) > a > i {
    background-position: -17px -164px;
}

.sidebar_all > .navbar > li:nth-child(4) > a > i {
    background-position: -17px -219px;
}

.sidebar_all > .navbar > li:nth-child(5) > a > i {
    background: none
}

.sidebar_all > .admin_menu {
    background-color: rgb(17, 19, 32, 0.4);
    border-radius: 0 30px 0 0;
    height: 100%;
}

.sidebar_all > .admin_menu > ul > li {
    height: 100px;
}

.sidebar_all > .admin_menu > ul > li > a {
    height: 100%;
    color: #fff;
}

.sidebar_all > .admin_menu > ul > li > a > i {
    width: 50px;
    height: 50px;
    margin: 0 25px;
    background: url(/images/map/icon.png) no-repeat;
}

.sidebar_all > .admin_menu > ul > li > a > span {
    height: 100%;
    display: block;
    text-align: right;
    padding-right: 34px;
    line-height: 100px;
    font-size: 17px;
    font-weight: 700;
}

.sidebar_all > .admin_menu > ul > li:nth-child(1) > a > i {
    background-position: -16px -266px;
}

.sidebar_all > .admin_menu a {
    color: #fff;
}

.sidebar_all > .admin_menu > ul > li > ul {
}

.sidebar_all > .admin_menu > ul > li > ul > li > a {
    font-size: 15px;
    font-weight: 300;
    display: block;
    padding: 5px 0;
    padding-right: 30px;
    text-align: right;
}

.sidebar_all .toggle_btn {
    position: absolute;
    right: -26px;
    top: 43%;
    width: 27px;
    height: 51px;
    border-radius: 0 5px 5px 0;
    background: url(/images/main/icon-next.jpg) no-repeat #fff center;
    background-size: 10px;
    cursor: pointer;
    border: 1px solid #63646c;
}

.sidebar_all.on .toggle_btn {
    transform: scaleX(-1);
    border-radius: 5px 0 0 5px;
}


.sidebar {
    position: fixed;
    z-index: 200;
    width: 160px;
    height: 100vh;
    background-color: #40414c;
}

.sidebar a {
    display: flex;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    padding: 0 5px;
}

.sidebar h1 {
    height: 100px;
    font-size: 0;
    padding: 0 10px;
}

.sidebar h1 > a > span {
    width: 50px;
    height: 50px;
    background: url(/images/map/icon.png) no-repeat;
    background-position: -132px -377px;
    overflow: hidden;
    display: block;
}

.sidebar > .navbar {
    background-color: #63646c;
}

.sidebar > .navbar > li {
    height: 100px;
}

.sidebar > .navbar > li.noicon {
    height: 80px;
    justify-content: center;
}
.sidebar > .navbar > li.noicon > a {
    justify-content: center;
}
.sidebar > .navbar > li.noicon > a > span {
    width: auto;
    height: 30px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 700;
    color: #474645;
    background-color: #9c9c9c;
    border: 1px solid #9c9c9c;
    border-radius: 50px;
    text-align: center;
    background-image: none;
	padding: 0px 15px;
}

.sidebar > .navbar > li > a {
    display: flex;
    height: 100%;
    width: 100%;
    color: #fff;
    justify-content: flex-start;
    padding: 0 5px;
}

.sidebar > .navbar > li > a > span {
    width: 50px;
    height: 50px;
    background: url(/images/map/icon.png) no-repeat;
}

.sidebar > .navbar > li:nth-child(1) > a > span {
    background-position: -15px -50px;
}

.sidebar > .navbar > li:nth-child(2) > a > span {
    background-position: -17px -110px;
}

.sidebar > .navbar > li:nth-child(3) > a > span {
    background-position: -17px -164px;
}

.sidebar > .navbar > li:nth-child(4) > a > span {
    background-position: -17px -219px;
}

.sidebar > .navbar > li.on:nth-child(1) > a > span {
    background-position: -74px -50px;
}

.sidebar > .navbar > li.on:nth-child(2) > a > span {
    background-position: -74px -110px;
}

.sidebar > .navbar > li.on:nth-child(3) > a > span {
    background-position: -74px -164px;
}

.sidebar > .navbar > li.on:nth-child(4) > a > span {
    background-position: -74px -219px;
}

.sidebar > .navbar > li.sdHotPlace.on > a > span {
    color: #fff;
    background-color: #980ee6;
    border: 1px solid #980ee6;
}

.sidebar > .navbar > li.smartCity.on > a > span {
    color: #fff;
    background-color: #00c53d;
    border: 1px solid #00c53d;
}

.sidebar > .navbar > li.trafficWeak.on > a > span {
    color: #fff;
    background-color: #00c53d;
    border: 1px solid #00c53d;
}

.sidebar > .admin_menu {
    margin-top: 100px;
    background-color: rgb(17, 19, 32, 0.2);
    height: 100%;
}

.sidebar > .admin_menu > ul {
}

.sidebar > .admin_menu > ul > li {
}

.sidebar > .admin_menu > ul > li a {
    color: #fff;
}

.sidebar > .admin_menu > ul > li:nth-child(1) > a > span {
    width: 50px;
    height: 50px;
    background: url(/images/map/icon.png) no-repeat;
    background-position: -17px -270px;
}

.sidebar > .admin_menu > ul > li > ul {
    margin-left: 50px;
}

.sidebar > .admin_menu > ul > li > ul > li {
    line-height: 30px;
}

.sidebar > .admin_menu > ul > li > ul > li > a:hover {
    color: #ffffff;
}

.sidebar > .admin_menu > ul > li > ul > li.on {
    background-color: black;
    border-radius: 5px;
}

.sidebar > .navbar > li.on {
    background: #fff;
    position: relative;
}

.sidebar > .navbar > li.on > a {
    color: #000
}

.sidebar > .navbar > li.on:before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -50px;
    right: 0;
    height: 50px;
    width: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 25px 0 0 #ffffff;
}

.sidebar > .navbar > li.on:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -50px;
    right: 0;
    height: 50px;
    width: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0 -25px 0 0 #ffffff;
}

.sidebar > .admin_menu > ul > li.on {
    background: #fff;
    position: relative;
}

.sidebar > .admin_menu > ul > li.on:before {
    content: "";
    position: absolute;
    background-color: transparent;
    top: -50px;
    right: 0;
    height: 50px;
    width: 25px;
    border-bottom-right-radius: 25px;
    box-shadow: 0 25px 0 0 #ffffff;
}

.sidebar > .admin_menu > ul > li.on:after {
    content: "";
    position: absolute;
    background-color: transparent;
    bottom: -50px;
    right: 0;
    height: 50px;
    width: 25px;
    border-top-right-radius: 25px;
    box-shadow: 0 -25px 0 0 #ffffff;
}

/* 팝업 */
.card_wrap {
    padding-left: 160px;
}

.card_wrap .card {
    margin: 0 30px;
}

.card_wrap .title {
    position: relative;
    margin: 0 30px;
}

.card_wrap .title > h1 {
    font-size: 26px;
    font-weight: 300;
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.card_wrap .title > h1 > span {
    font-weight: 700;
}

.card_wrap .title button.close_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(/images/map/icon.png) no-repeat -366px -99px;
    font-size: 0;
}

/* 배열선택 */
.array_wrap {
    padding: 20px 30px;
}

.array_wrap > ul {
    display: flex;
    justify-content: flex-end;
}

.array_wrap > ul > li {
    padding: 0 10px;
    position: relative;
}

.array_wrap > ul > li::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #bfbfbf;
    position: absolute;
    right: -2px;
    top: 60%;
    transform: translateY(-50%);
}

.array_wrap > ul > li:last-child:after {
    display: none
}

.array_wrap > ul > li > a {
    color: #bfbfbf;
    font-size: 14px;
}

.array_wrap > ul > li.on {
}

.array_wrap > ul > li.on > a {
    color: #191919;
    font-weight: 700;
}

/* 검색결과 */
.outcome_list {
    /*padding: 10px 30px;*/
    background-color: #f3f6fb;
    /*height: calc(100% - 547px);*/
    height: calc(100% - 484px);
    overflow-y: auto;
}

.outcome_list > ul {
}

.outcome_list > ul > li > a {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    padding: 10px 30px;
}

.outcome_list > ul > li > a.on {
    background-color: #D2E3F7;
}

.outcome_list > ul > li > a > .img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

.outcome_list > ul > li > a > .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
}

.outcome_list > ul > li > a > .info > p.title {
    font-size: 16px;
    color: #343643;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-left: 0;
    width: 100%;
}

.outcome_list > ul > li > a > .info > p.title > i {
    color: #ff7700;
    width: 14px;
    margin-right: 4px;
}

.outcome_list > ul > li > a > .info > p.title > span.type {
    font-size: 12px;
    color: #6D6D6D;
    margin-left: auto;
    max-width: 54px;
}

.outcome_list > ul > li > a > .info > p.ex {
    font-size: 14px;
    color: #8591a8;
    font-weight: 400;
    text-align: left;
}

.outcome_list > ul > li > a > .info > p.address {
    font-size: 12px;
    color: #343643;
    font-weight: 700;
    margin-top: auto;
}

/* 페이징 */
.paging {
    text-align: center;
    padding: 8px 0;
    background: #f7f8f9;
}

.paging > ul {
    display: flex;
    justify-content: center;
}

.paging .page > a {
    font-size: 12px;
    color: #9c9c9c;
    padding: 0 5px;
}

.paging .page > a.on {
    color: #343643;
    text-decoration: underline;
}

.paging i {
    width: 16px;
    height: 100%;
    background: var(--bg);
    display: block;
}

.paging .first_paging i {
    background-position: -350px -150px;
}

.paging .prev_paging i {
    background-position: -366px -150px;
}

.paging .next_paging i {
    background-position: -390px -150px;
}

.paging .last_paging i {
    background-position: -407px -150px;
}

.card_bottom {
    font-size: 12px;
    color: #fff;
    width: calc(100% - 160px);
    height: 60px;
    padding: 10px;
    background-color: #cfd7e5;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 0;
}

.card_bottom > i {
    width: 36px;
    height: 100%;
    margin-right: 10px;
    background: url(/images/map/icon.png) no-repeat;
    background-position: -412px -343px;
    display: inline-block;
}

/*팝업영역*/
.card_wrap {
    left: -100%;
    z-index: 190;
    position: fixed;
    width: 545px;
    height: 100vh;
    background: #fff;
    border-radius: 0 30px 0 0;
    transition: all 300ms;
}

.group_wrap {
    overflow-y: auto;
}

/* list_type1 */
.group_wrap.list_type1 > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px 20px;
    max-height: 255px;
}

.group_wrap.list_type1 > ul > li {
    margin: 0 0 10px;
}

.group_wrap.list_type1 > ul > li > i {
    /*border-radius: 10px;*/
    /*background-color: #fff1e4;*/
    display: flex;
    height: 85px;
    width: 85px;
    /*padding: 10px;*/
    cursor: pointer;
}

.group_wrap.list_type1 > ul > li > i > img {
    width: 100%;
    border-radius: 10px;
}

.group_wrap.list_type1 > ul > li > i > img.on {
    border: 2px solid #000000;
}

.group_wrap.list_type1 > ul > li > p {
    font-size: 14px;
    color: rgb(52 54 67 / 70%);
    font-weight: 700;
    height: 37px;
    text-align: center;
    width: 85px;
}

.group_wrap.list_type1 > ul > li > p > span {
    color: #bfbfbf
}


/* list_type2 */
.group_wrap.list_type2 {
    height: calc(100% - 264px);
    padding: 0 25px;
    display: flex;
    justify-content: space-between;
}

.group_wrap.list_type2 > ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    /*padding: 0 30px 20px;*/
    max-height: 255px;
}

.group_wrap.list_type2 > ul > li {
    width: 100px;
    height: 130px;
    border-radius: 8px;
    background: rgb(243 246 251 / 50%);
    margin-bottom: 10px;
    margin-right: 10px;
}

.group_wrap.list_type2 > ul > li > a {
    padding: 10px 10px;
    display: inline-block;
    text-align: center;
    width: 100%;
}

.group_wrap.list_type2 > ul > li > a > i {
    border-radius: 50px;
    width: 65px;
    height: 65px;
    background-color: #fbfbfb;
    padding: 4px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.group_wrap.list_type2 > ul > li > a > p {
    height: auto;
    margin-top: 5px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    opacity: 0.7;
    color: #343643;
    word-break: keep-all;
}

.group_wrap.list_type2 > ul > li > a > p > span {
    color: #8591a8
}

/*.group_wrap.list_type2 > ul > li > a{padding: 20px 10px;display: inline-block;text-align: center;width: 100%;}*/
/*.group_wrap.list_type2 > ul > li > a > i{border-radius: 50px;width: 65px;height:65px;background-color: #fbfbfb;padding: 4px;margin: 0 auto;display: flex;align-items: center;justify-content: center;}*/
/*.group_wrap.list_type2 > ul > li > a > p{height: auto;margin-top: 10px;font-size: 14px;font-weight: 700;text-align: center;opacity: 0.7;color: #343643;}*/
/*.group_wrap.list_type2 > ul > li > a > p > span {color:#8591a8}*/

/* list_type3 */
.group_wrap.list_type3 {
    margin: 0;
    height: calc(100% - 264px);
    padding: 0 20px 0 30px;
    display: flex;
    justify-content: space-between;
}

.group_wrap.list_type3 ul {
    width: 100%
}

.group_wrap.list_type3 ul > li {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    height: 150px;
    border-radius: 8px;
    background-color: rgb(243 246 251 / 45%);
    position: relative;
    overflow: hidden;
}

/*.group_wrap.list_type3 ul > li:after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: 55px;*/
/*    top: 20px;*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    background: rgb(152 14 230 / 20%);*/
/*    border-radius: 50px;*/
/*}*/

.group_wrap.list_type3 ul > li > a {
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
}

.group_wrap.list_type3 ul > li > a.on {
    background-color: #D2E3F7;
}

/*.group_wrap.list_type3 ul > li > a:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    right: -10px;*/
/*    top: -60px;*/
/*    width: 170px;*/
/*    height: 170px;*/
/*    background: rgb(228 234 243 / 45%);*/
/*    border-radius: 100px;*/
/*}*/

.group_wrap.list_type3 ul > li > a > .img {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
}

.group_wrap.list_type3 ul > li > a > .img > img {
    border: 2px solid #414141;
    border-radius: 12px;
}

.group_wrap.list_type3 ul > li > a > .info {
}

.group_wrap.list_type3 ul > li > a > .info > p.title {
    font-size: 22px;
    font-weight: 700;
    color: #5c6474;
    margin-bottom: 5px;
    margin-left: 0;
    line-height: 1.2;
}

.group_wrap.list_type3 ul > li > a > .info > p.ex {
    font-size: 15px;
    color: #8591a8;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding-right: 40px;
    text-align: left;
}

.group_wrap.list_type3 ul > li > a > .info > p.address {
    font-size: 14px;
    color: #343643;
    font-weight: 700;
    margin-bottom: 15px;
}

/* list_type4 */
.group_wrap.list_type4 {
    margin: 0;
    height: calc(100% - 264px);
    padding: 0 20px 0 30px;
    display: flex;
    justify-content: space-between;
}

.group_wrap.list_type4 ul {
    width: 100%
}

.group_wrap.list_type4 ul > li {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    height: 200px;
    border-radius: 8px;
    background-color: rgb(243 246 251 / 45%);
    position: relative;
    overflow: hidden;
}

.group_wrap.list_type4 ul > li:after {
    content: "";
    position: absolute;
    right: 55px;
    top: 20px;
    width: 80px;
    height: 80px;
    background: rgb(152 14 230 / 20%);
    border-radius: 50px;
}

.group_wrap.list_type4 ul > li > a {
    display: flex;
    align-items: center;
    padding: 30px;
    position: relative;
}

.group_wrap.list_type4 ul > li > a.on {
    background-color: #D2E3F7;
}

.group_wrap.list_type4 ul > li > a:before {
    content: "";
    position: absolute;
    right: -10px;
    top: -60px;
    width: 170px;
    height: 170px;
    background: rgb(228 234 243 / 45%);
    border-radius: 100px;
}

.group_wrap.list_type4 ul > li > a > .img {
    width: 90px;
    height: 90px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 10;
}

.group_wrap.list_type4 ul > li > a > .info {
}

.group_wrap.list_type4 ul > li > a > .info > p.title {
    font-size: 22px;
    font-weight: 700;
    color: #5c6474;
    margin-bottom: 5px;
    margin-left: 0;
    line-height: 1.2;
}

.group_wrap.list_type4 ul > li > a > .info > p.ex {
    font-size: 15px;
    color: #8591a8;
    font-weight: 400;
    letter-spacing: -0.5px;
    padding-right: 40px;
    text-align: left;
}

.group_wrap.list_type4 ul > li > a > .info > p.address {
    font-size: 14px;
    color: #343643;
    font-weight: 700;
    margin-bottom: 15px;
}


/* 테마로드뷰 */
.thema_view {
}

/* 생활안전뷰 */
.l_safety_view {
}

.l_safety_view > .card {
}

.l_safety_view .list_type2 ul > li.on {
    background: rgb(243 246 251 / 100%);
    position: relative;
}

.l_safety_view .list_type2 ul > li.on:before {
    content: "";
    position: absolute;
    left: 20%;
    top: 6px;
    width: 60%;
    height: 5px;
    border-radius: 50px;
    background: #00b16f;
}

.l_safety_view .list_type2 ul > li.on > a > p {
    opacity: 1;
}


/* 통학로안전뷰 */
.d_safety_view {}
.d_safety_view > .card {height: calc(100% - 100px);}
.d_safety_view .list_type2 ul > li.on {background: rgb(243 246 251 / 100%);position: relative;}
.d_safety_view .list_type2 ul > li.on:before {content: "";position: absolute;left: 20%;top: 6px;width: 60%;height: 5px;border-radius: 50px;background: #ffb300;}
.d_safety_view .list_type2 ul > li.on > a > p {opacity: 1;}


/* 스마트도시개발 */
.smart_city {}
.smart_city > .card {height: calc(100% - 100px);}
.smart_city .list_type2 ul > li.on {background: rgb(243 246 251 / 100%);position: relative;}
.smart_city .list_type2 ul > li.on:before {content: "";position: absolute;left: 20%;top: 6px;width: 60%;height: 5px;border-radius: 50px;background: #ffb300;}
.smart_city .list_type2 ul > li.on > a > p {opacity: 1;}


/* 교통약자뷰 */
.traffic_weak {}
.traffic_weak > .card {height: calc(100% - 100px);}
.traffic_weak .list_type2 ul > li.on {background: rgb(243 246 251 / 100%);position: relative;}
.traffic_weak .list_type2 ul > li.on:before {content: "";position: absolute;left: 20%;top: 6px;width: 60%;height: 5px;border-radius: 50px;background: #ffb300;}
.traffic_weak .list_type2 ul > li.on > a > p {opacity: 1;}


/* 항공뷰 */
.sky_view {
}

.sky_view > .card {
    height: calc(100% - 100px);
}

.sky_view .list_type3 ul > li.on {
    margin: 0 0 10px;
    width: 100%;
    border-radius: 8px;
    background-color: #f3f6fb;
    position: relative;
}

.sky_view .list_type3 ul > li.on:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 20%;
    width: 5px;
    height: 60%;
    border-radius: 50px;
    background: #0077ff
}

.sky_view .list_type3 ul > li.on > a {
    display: flex;
    align-items: center;
    padding: 20px;
}

.sky_view .list_type3 ul > li.on > a > .img {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}

.sky_view .list_type3 ul > li.on > a > .info {
    opacity: 1
}

/* 성동핫플 */
.hot_place {
}

.hot_place > .card {
    height: calc(100% - 100px);
}

.hot_place .group_wrap {
}

.hot_place .list_type4 ul > li.on {
    margin: 0 0 10px;
    width: 100%;
    border-radius: 8px;
    background-color: #f3f6fb;
    position: relative;
}

.hot_place .list_type4 ul > li.on:before {
    content: "";
    position: absolute;
    left: 8px;
    top: 40%;
    width: 5px;
    height: 30%;
    border-radius: 50px;
    background: #980ee6;
}

.hot_place .list_type4 ul > li.on > a {
    display: flex;
    align-items: center;
}

.hot_place .list_type4 ul > li.on > a > .img {
}

.hot_place .list_type4 ul > li.on > a > .info {
    opacity: 1
}

.hot_place .list_type4 ul > li.on > a > .info > p.title {
    color: #980ee6
}

/* 촬영요청 */
.film.card_wrap {
}

.film .sub_title {
    padding: 25px 30px;
}

.film .sub_title h2 {
    font-size: 24px;
    color: #343643;
    font-weight: 700;
    line-height: 2;
}

.film .sub_title p > span {
    font-weight: 700;
}

.film .group_wrap {
    padding: 0 30px;
}

.ch_btn {
    border-radius: 50px;
    background-color: #fbfbfb;
    border: 0.5px solid #e8ebf1;
    display: flex;
    padding: 2px;
}

.ch_btn a {
    width: 50%;
    height: 32px;
    line-height: 30px;
    border-radius: 16px;
    display: inline-block;
    color: #bfbfbf;
    text-align: center;
    margin: 0 2px;
}

.ch_btn a.on {
    background-color: rgb(92 100 116 / 80%);
    color: #fff;
}

.map_list {
    /*counter-reset: section;*/
    margin-top: 5px;
}

.map_list li {
    display: none;
    background-color: #e8ebf1;
    font-size: 17px;
    color: #8591a8;
    margin-bottom: 5px;
    padding: 7px 15px;
    border-radius: 8px;
    height: 55px;
    text-align: center;
}

.map_list li.on {
    display: block;
}

.map_list li > span {
    width: 60px;
    margin-right: 15px;
}

.map_list li:before {
    /*content: counter(section);*/
    /*counter-increment: section;*/
    margin-right: 10px;
    font-size: 14px;
    text-align: center;
    line-height: 16px
}


/*form_영역*/
.form_wrap {
    margin-bottom: 50px;
}

.form_wrap .row > [class*='col_'] {
    margin-top: 0.6rem;
}

.form_wrap input, select {
    width: 100%;
    height: 40px;
    border-radius: 8px;
    display: block;
    border: 0.5px solid #bfbfbf;
    padding: 0 1rem;
}

.form-label {
    font-size: 14px;
    display: inline-block;
    margin-bottom: 0.4rem;
    color: #515151;
}

.form-control {
}

.form-select {
}

.row.date {
    display: flex;
}

.row.date > [class*='col_'] {
    width: calc(50% - 0.8rem);
    border: 1px solid #ddd;
    border-radius: 8px;
    margin: 0 calc(0.8rem * .5);
    display: flex;
    align-items: center;
}

.row.date label {
    border: none;
    display: inline-block;
    letter-spacing: 0;
    margin: 0;
}

.row.date input {
    width: calc(100% - 50px);
    height: 38px;
    border: none;
    display: inline-block;
    padding: 0;
    margin-left: 0.6rem;
    font-size: 15px;
}

/*file*/
.form_wrap .file_box input[type=file] {
    display: none;
}

.form_wrap .file_box label {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.form_wrap .file_box .file_name {
    font-size: 14px;
    color: #bfbfbf;
    font-weight: 300;
    width: calc(100% - 110px);
}

.form_wrap .file_box span {
    font-size: 15px;
    color: #fff;
    width: 103px;
    height: 32px;
    background-color: #bfbfbf;
    border-radius: 8px;
    text-align: center;
    line-height: 32px;
    margin-right: 10px;
}


/* 검색결과 */
.search_wrap {
    background-color: #f3f6fb;
    height: calc(100% - 200px);
}

.search_header {
    font-size: 18px;
    font-weight: 700;
    padding: 20px 30px;
    margin-bottom: 10px;
    background-color: #fff;
}

.search_header > span {
    color: #315aa7;
}

.keywordSearch .cntwrap {
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 30px;
}

.keywordSearch .cntwrap > span {
    color: #315aa7;
    margin-left: 10px;
}

.search_address_list {
    background-color: #d3dbea;
    padding: 0 30px;
}

.search_address_list > li {
    font-size: 15px;
    color: #343643;
    font-weight: 700;
    height: 35px;
    display: flex;
    align-items: center;
}

/* 검색 배열선택 */
.search_array_wrap {
    padding: 10px 30px;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_array_wrap > h5 {
    font-size: 18px;
    font-weight: 700;
    color: #343643;
}

.search_array_wrap > h5 > span {
    padding-left: 10px;
    color: #315aa7;
}

.search_array_wrap > ul {
    display: flex;
    justify-content: flex-end;
}

.search_array_wrap > ul > li {
    padding: 0 10px;
    position: relative;
}

.search_array_wrap > ul > li::after {
    content: "";
    width: 1px;
    height: 14px;
    background: #bfbfbf;
    position: absolute;
    right: -2px;
    top: 60%;
    transform: translateY(-50%);
}

.search_array_wrap > ul > li:last-child:after {
    display: none
}

.search_array_wrap > ul > li > a {
    color: #bfbfbf;
    font-size: 14px;
}

.search_array_wrap > ul > li.on {
}

.search_array_wrap > ul > li.on > a {
    color: #191919;
    font-weight: 700;
}

.search_wrap .outcome_list {
    padding: 10px 30px;
    background-color: #f7f8f9;
    height: calc(100% - 120px);
    overflow-y: auto;
}

.search_wrap .outcome_list > ul {
}

.search_wrap .outcome_list > ul > li {
    /*display: flex;*/
    padding: 10px 0;
    border-bottom: 1px solid #ededed;
    cursor: pointer;
}

.search_wrap .outcome_list > ul > li > .img {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    overflow: hidden;
    margin-right: 15px;
}

.search_wrap .outcome_list > ul > li > .info {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.search_wrap .outcome_list > ul > li > .info > p.title {
    padding-left: 22px;
    font-size: 16px;
    color: #343643;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.search_wrap .outcome_list > ul > li > .info > p.title > i {
    color: #ff7700;
    width: 14px;
    margin-right: 4px;
}

.search_wrap .outcome_list > ul > li > .info > p.title > span.type {
    font-size: 12px;
    color: #cfd7e5;
    margin-left: auto;
}

.search_wrap .outcome_list > ul > li > div > p.title:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin: 0;
    background: url(../images/pin/alpha.png) no-repeat;
    position: absolute;
    top: 0;
    left: 0;
}

.search_wrap .outcome_list > ul > li:nth-child(2) > div > p.title:before {
    background-position: 0px -20px;
}

.search_wrap .outcome_list > ul > li:nth-child(3) > div > p.title:before {
    background-position: 0px -40px;
}

.search_wrap .outcome_list > ul > li:nth-child(4) > div > p.title:before {
    background-position: 0px -60px;
}

.search_wrap .outcome_list > ul > li:nth-child(5) > div > p.title:before {
    background-position: 0px -80px;
}

.search_wrap .outcome_list > ul > li:nth-child(6) > div > p.title:before {
    background-position: 0px -100px;
}

.search_wrap .outcome_list > ul > li:nth-child(7) > div > p.title:before {
    background-position: 0px -120px;
}

.search_wrap .outcome_list > ul > li:nth-child(8) > div > p.title:before {
    background-position: 0px -140px;
}

.search_wrap .outcome_list > ul > li:nth-child(9) > div > p.title:before {
    background-position: 0px -160px;
}

.search_wrap .outcome_list > ul > li:nth-child(10) > div > p.title:before {
    background-position: 0px -180px;
}


.search_wrap .outcome_list > ul > li > .info > p.ex {
    font-size: 14px;
    color: #8591a8;
    font-weight: 400;
    text-align: left;
}

.search_wrap .outcome_list > ul > li > .info > p.address {
    font-size: 12px;
    color: #343643;
    font-weight: 700;
    margin-top: auto;
}


/* 사용자관리 */
iframe {
    width: 100%;
    height: 100%;
}

.admin_card_wrap {
    left: -160%;
    z-index: 190;
    position: absolute;
    /*width: 1740px;*/
    width: 80%;
    height: 100vh;
    overflow: hidden; /*min-height: 1080px;*/
    background: #fff;
    border-radius: 0 30px 0 0;
    transition: all 300ms;
}

.admin_card_wrap {
    margin-left: 160px;
}

.admin_card_wrap .card {
}

.admin_card_wrap .title {
    position: relative;
    margin: 0 30px;
    border-bottom: 1px solid #ddd;
    height: 100px;
}

.admin_card_wrap .title h1 {
    font-size: 26px;
    font-weight: 300;
    padding: 30px 0;
}

.admin_card_wrap .title h1 > span {
    font-weight: 700;
}

.admin_card_wrap .title button.close_btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(/images/map/icon.png) no-repeat -366px -99px;
    font-size: 0;
}

.admin_card_wrap .title .tab_menu {
    display: flex;
    align-items: center;
    height: 100%;
}

.admin_card_wrap .title .tab_menu:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 30%;
    background: #ddd;
    left: -25px;
    top: 35%;
}

.admin_card_wrap .title .tab_menu > a {
    font-size: 20px;
    color: #bfbfbf;
    padding: 0 20px;
    line-height: 100px;
}

.admin_card_wrap .title .tab_menu > a.on {
    color: #5c6474;
    font-weight: 700;
    position: relative;
}

.admin_card_wrap .title .tab_menu > a.on:after {
    content: '';
    width: 100%;
    height: 4px;
    background: #8591a8;
    position: absolute;
    bottom: 0;
    left: 0;
}


.sub_title > h2 {
    font-size: 24px;
    font-weight: 700;
}

.sub_title > .sub_gnb {
    margin-top: 50px;
    margin-left: 10px;
}

.sub_title > .sub_gnb li {
    margin-bottom: 20px;
    font-size: 18px;
    color: #bfbfbf;
    font-weight: 400;
    cursor: pointer;
}

.sub_title > .sub_gnb li.on {
    color: #343643;
    font-weight: 700;
}

.admin_card_wrap .btn_area,
.btn_area {
    display: flex;
    margin-left: auto;
    margin-top: 1rem;
    justify-content: flex-end;
}

.admin_card_wrap .btn_area .row {
    margin-left: auto;
    width: 28%;
}


/* 생활안전뷰 탭 */

.tabcont {
    display: none;
}

.tabcont.on {
    display: block;
}


.d-flex {
    display: flex;
    justify-content: space-between
}

.a_f_end {
    align-items: flex-end;
}

.gap-2 {
    gap: 0.5rem !important;
}

.pd0 {
    padding: 0;
}


.title > .con_box {
    padding: 0;
    display: flex;
    margin: 0;
}

.con_box {
    display: flex;
    margin: 30px;
}

.con_box .con_left {
    width: 430px;
}

.con_box .con_right {
    /*width: calc(100% - 350px);*/
    width: 100%;
    position: relative;
    margin: 0;
    margin-left: 20px;
}

.con_box.bbs_list {
    margin: 30px 0
}

.card_main {
    height: 700px;
    border: 0.5px solid #e8ebf1;
    border-radius: 5px;
    position: relative;
}

.card {
    border: 0.5px solid #e8ebf1;
    border-radius: 5px;
    margin-bottom: 15px;
    position: relative;
}

.card_h {
    border-bottom: 0.5px solid #e8ebf1;
    padding: 20px 0;
    margin: 0 20px;
}

.card_h h3 {
    font-size: 18px;
    font-weight: 700;
}

.card_b {
    margin: 0 20px 0px;
}

.card_f {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.card_f > .paging {
    background: none;
    padding: 1rem 0;
}

.bbs_top {
    padding: 14px 0;
}

.bbs_search {
    height: 105px;
    border-radius: 8px;
    background-color: #e8ebf1;
    border: 0.5px solid #cfd7e5;
    padding: 10px;
}

.scroll_box {
    height: 400px;
    width: 100%;
    overflow-y: auto;
    padding-right: 10px;
}

table {
}

table thead th {
    font-size: 14px;
    color: #b5bfd2;
    font-weight: 400;
    text-align: left;
    padding-left: 15px;
}

table tbody th {
    font-size: 14px;
    color: #343643;
    font-weight: 700;
    text-align: left;
    padding-left: 15px;
}

table tbody td {
    font-size: 15px;
    color: #343643;
    font-weight: 700;
    opacity: 0.698;
    position: relative;
    letter-spacing: 0;
    padding: 5px 15px;
}

table tbody td:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    background: #ddd;
    left: 0;
    top: 20%;
}

table tbody td.num {
    padding: 0;
    text-align: center;
}

table tbody td.num:after {
    display: none;
}

table tbody td > select {
    height: 34px;
    border-radius: 7px;
    font-size: 14px
}

table tbody tr.on > td {
    font-size: 15px;
    color: #343643;
    font-weight: 700;
    opacity: 1;
}

/*table tbody tr:hover > td {font-size: 15px;color: #343643;font-weight: 700;opacity: 1;}*/


.bbs_type2 {
}

.bbs_type2 li.th {
    font-size: 14px;
    color: #b5bfd2;
    font-weight: 400;
    text-align: left;
    padding: 0;
    margin-bottom: 0;
    border: none
}

.bbs_type2 li.th > div:after {
    display: none
}

.bbs_type2 li {
    display: flex;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-bottom: 7px;
    align-items: center;
    padding: 5px 0;
}

.bbs_type2 li.on {
    font-size: 15px;
    color: #343643;
    font-weight: 700;
    opacity: 1;
    background: #e4eaf3;
}

.bbs_type2 li > div {
    padding: 5px 15px;
    flex: 1;
    position: relative;
}

.bbs_type2 li > div.num {
    width: 3%;
    flex: 0 0 auto;
    padding: 0 10px;
    text-align: center;
}

.bbs_type2 li > div.num:after {
    display: none;
}

.bbs_type2 li > div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 60%;
    background: #ddd;
    left: 0;
    top: 20%;
}

/*cctv*/
.bbs_type3 {
}

.bbs_type3 li {
    display: flex;
    width: 100%;
    height: 55px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin-bottom: 7px;
    align-items: center;
    padding: 5px 0;
}

.bbs_type3 li.on {
    font-size: 15px;
    color: #343643;
    font-weight: 700;
    opacity: 1;
    background: #e4eaf3;
}

.bbs_type3 li > div {
    flex: 0 0 auto;
    padding: 0 20px;
    position: relative;
}

.bbs_type3 li > div.num {
    width: 6%;
    max-width: 45px;
    text-align: center;
    padding: 0;
}

.bbs_type3 li > div.num:after {
    display: none;
}

.bbs_type3 li > div.tt {
    width: 35%;
    max-width: 290px;
}

.bbs_type3 li > div.group {
    width: 38%;
    max-width: 385px;
}

.bbs_type3 li > div.group > select {
    width: 80%;
    max-width: 180px;
}

.bbs_type3 li > div.cctv {
    width: 10%;
    max-width: 85px;
    flex: 0 0 auto;
    padding: 0 10px;
    text-align: center;
}

.bbs_type3 li > div.cctv > i {
    background: var(--bg);
    background-position: -344px -339px;
    width: 44px;
    height: 47px;
    display: inline-block;
}

.bbs_type3 li > div.view {
    width: 12%;
    max-width: 95px;
    flex: 0 0 auto;
    padding: 0 10px;
    text-align: center;
}

.bbs_type3 li > div.view > i {
    background: var(--bg);
    background-position: -425px -230px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.bbs_type3 li.on > div.view > i {
    background: var(--bg);
    background-position: -425px -195px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.bbs_type3 li > div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: #ddd;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bbs_type3 li.list_add {
    border: 0.5px solid #ff4b00;
    cursor: pointer;
}

.bbs_type3 li.list_add > div {
    position: relative;
}

.bbs_type3 li.list_add > div.num > i {
    background: var(--bg);
    background-color: #ff4b00;
    background-position: -335px -195px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 10px;
}

.bbs_type3 li.list_add > div.cctv > i {
    background: rgb(255 75 0 / 50%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto
}

.bbs_type3 li.list_add > div > input {
    border: none;
    font-size: 18px;
    color: #ff4b00;
}

.bbs_type3 li.list_add > div > input::placeholder {
    font-size: 18px;
    color: #ff4b00;
    opacity: 0.5;
}

.bbs_type3 li.list_add > div > select {
    background: rgb(255 75 0 / 8%);
    color: #ff4b00;
    border: 1px solid #ff4b00
}

.bbs_type3 li.list_add > div.view {
    color: #ff4b00;
}

.bbs_type3 li.list_add > div.view > i {
    background: var(--bg);
    background-position: -425px -266px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

p.ex {
    font-size: 14px;
    color: #bfbfbf;
    text-align: right;
}

.cctv_img_box {
    margin: 0;
    width: 100%;
    height: 320px;
    border: 1px solid #ddd;
    border-radius: 10px;
    align-items: center;
    overflow: hidden;
    justify-content: center;
}

.comment > textarea {
    height: 175px;
    background-color: #f3f3f3;
}

/*테마로드뷰*/
.card .list_type1 > ul {
    padding: 0;
}

.bbs_type4 {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.bbs_type4 li {
    display: flex;
    width: calc(100% / 2 - 14px);
    height: 100px;
    border: 1px solid #ddd;
    border-radius: 7px;
    margin: 0 7px 14px;
    align-items: center;
    padding: 5px 0;
}

.bbs_type4 li.on {
    font-size: 15px;
    color: #343643;
    font-weight: 700;
    opacity: 1;
    background: #e4eaf3;
}

.bbs_type4 li > div {
    flex: 0 0 auto;
    padding: 0 10px;
    text-align: center;;
    position: relative;
}

.bbs_type4 li > div.num {
    width: 12%;
    max-width: 50px;
    text-align: center;
}

.bbs_type4 li > div.num:after {
    display: none;
}

.bbs_type4 li > div.tt {
    width: 40%;
    max-width: 215px;
    text-align: left;
}

.bbs_type4 li > div.tt > h1 {
    font-size: 18px;
    font-weight: 700;
}

.bbs_type4 li > div.tt input {
    width: 100%;
    border: none;
    font-size: 18px;
    color: #ff4b00;
    background-color: transparent;
}

.bbs_type4 li > div.tt input::placeholder {
    font-size: 18px;
    color: #ff4b00;
    opacity: 0.5;
}

.bbs_type4 li > div.tt select {
    width: 100%;
    height: auto;
    display: block;
    border: none;
    padding: 0;
    margin: 5px 0;
    font-size: 12px;
    color: #ff4b00;
    background-color: transparent;
}

.bbs_type4 li > div.img {
    width: 28%;
    max-width: 115px;
    flex: 0 0 auto;
    padding: 0 10px;
    text-align: center;
}

.bbs_type4 li > div.img > i {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    background: rgb(255 75 0 / 20%);
    align-items: center;
    justify-content: center;
}

.bbs_type4 li > div.view {
    width: 30%;
    max-width: 95px;
    flex: 0 0 auto;
    padding: 0 10px;
    text-align: center;
}

.bbs_type4 li > div.view > i {
    background: var(--bg);
    background-position: -425px -230px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.bbs_type4 li.on > div.view > i {
    background: var(--bg);
    background-position: -425px -195px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.bbs_type4 li > div:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 25px;
    background: #ddd;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.bbs_type4 li.list_add {
    background-color: #fbfbfb;
    border: 0.5px solid #ff4b00;
    cursor: pointer;
}

.bbs_type4 li.list_add > div {
    padding: 5px 15px;
    position: relative;
}

.bbs_type4 li.list_add > div.num > i {
    background: var(--bg);
    background-color: #ff4b00;
    background-position: -335px -195px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border-radius: 10px;
}

.bbs_type4 li.list_add > div.cctv > i {
    background: var(--bg);
    background-color: #fff;
    background-position: -311px -196px;
    width: 25px;
    height: 25px;
    display: inline-block;
    border: 1px solid #ff4b00;
    border-radius: 10px;
}

.bbs_type4 li.list_add > div > input {
    border: none;
    font-size: 18px;
    color: #ff4b00;
}

.bbs_type4 li.list_add > div > input::placeholder {
    font-size: 18px;
    color: #ff4b00;
    opacity: 0.5;
}

.bbs_type4 li.list_add > div.view {
    color: #ff4b00;
}

.bbs_type4 li.list_add > div.view > i {
    background: var(--bg);
    background-position: -425px -266px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}


/*로그인*/


/*버튼 스타일*/

/*검색버튼*/
.btn_search {
    background-color: #8591a8;
    color: #fff;
    width: 100%;
    padding: 5px 0;
    border-radius: 8px;
}

.btn_search > i {
    background: var(--bg);
    background-position: -262px -99px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

/*색상버튼*/
.btn {
    opacity: 0.800;
    margin-left: 0.8rem;
    height: 50px;
    color: #fff;
    border-radius: 8px;
    filter: drop-shadow(0px 3px 3.5px rgba(0, 0, 0, 0.16));
}

.s_lg {
    padding: 0 3.5rem;
}

.s_md {
    padding: 0 2rem;
}

.s_sm {
    padding: 0 0.81rem;
}

.s_ssm {
    padding: 0 0.81rem;
    height: 30px;
}

.c_gy {
    background-color: #bfbfbf;
}

.c_bk {
    background-color: #111320;
}

.c_pp {
    background-color: #6c53f0;
}

/*아이콘버튼*/
.btn_del {
    background: var(--bg);
    background-position: -318px -244px;
    width: 23px;
    height: 23px;
    font-size: 0;
    border: 1px solid #707070;
    border-radius: 8px;
}

.btn_add {
    background: var(--bg);
    background-color: #fff;
    background-position: -312px -197px;
    width: 23px;
    height: 23px;
    font-size: 0;
    border: 1px solid #ff4b00;
    border-radius: 8px;
}


/*===========================================*/
/* 반응형                               */
/*===========================================*/
/*.pc {display: block;}
.mo {display: none;}

@media (min-width: 1920px) { }
@media (max-width: 1600px) { }
@media (max-width: 1440px) { }
@media (max-width: 1200px) { }
@media (max-width: 1024px) { }
@media (max-width: 768px) {
  .pc {display: none;}
  .mo {display: block;}

   지도컨트롤버튼
  .searchbar {position:fixed;top: 0;right: 0;width: 100%;height: 45px;padding: 0 0.5rem;border-radius: 0;background-color: #fff;display:flex;border: none;align-items: center;}
  .searchbar > .logo {line-height: 30px;}
  .searchbar > input {width: calc(100% - 40px);}
  .searchbar > .btn_search {float: left;width: 45px;height: 35px;margin: 5px 0;border: 0 none;font-size: 0;line-height: 0;background:var(--bg);background-position: -300px -96px;background-color: #fff;text-indent: -9999px;cursor: pointer;}


  .sidebar {height: 80px;bottom: 0;width: 100%;}
  .sidebar a { }
  .sidebar h1 { }
  .sidebar h1 > a > span { }

  .sidebar { }
  .sidebar a { }
  .sidebar h1 { }
  .sidebar h1 > a > span { }

  .sidebar > .navbar {display: flex;}
  .sidebar > .navbar > li {flex: 1;height: 80px;}
  .sidebar > .navbar > li > a {font-size: 14px;flex-direction: column;color: #fff;height: 100%;}
  .sidebar > .navbar > li > a > span{background-position: -15px -50px; width: 30px;height: 30px;}
  .sidebar > .navbar > li:nth-child(1) > a > span{background-position: -25px -58px;}
  .sidebar > .navbar > li:nth-child(2) > a > span{background-position: -26px -118px;}
  .sidebar > .navbar > li:nth-child(3) > a > span{background-position: -26px -170px;}
  .sidebar > .navbar > li:nth-child(4) > a > span{background-position: -25px -227px;}
  .sidebar > .navbar > li:nth-child(5) > a > span{width: 75px;height: 25px;line-height: 22px;font-size: 13px;font-weight: 700;color: #474645;background-color: #9c9c9c;border: 1px solid #9c9c9c;border-radius: 50px;text-align: center;background-image: none;}

  .sidebar > .navbar > li.on:nth-child(1) > a > span{background-position: -25px -58px; filter: brightness(0) invert(1);}
  .sidebar > .navbar > li.on:nth-child(2) > a > span{background-position: -26px -118px; filter: brightness(0) invert(1);}
  .sidebar > .navbar > li.on:nth-child(3) > a > span{background-position: -26px -170px; filter: brightness(0) invert(1);}
  .sidebar > .navbar > li.on:nth-child(4) > a > span{background-position: -25px -227px; filter: brightness(0) invert(1);}
  .sidebar > .navbar > li.on:nth-child(5) > a > span{color: #980ee6;background-color: #fff;border: 1px solid #fff;}

  .sidebar > .admin_menu { }
  .sidebar > .admin_menu > ul{ }
  .sidebar > .admin_menu > ul > li { }
  .sidebar > .admin_menu > ul > li > a { }
  .sidebar > .admin_menu > ul > li:nth-child(1) > a > span { }

  .sidebar > .navbar > li.on:nth-child(1) {background-color: #ff9233; }
  .sidebar > .navbar > li.on:nth-child(2) {background-color: #33c08b; }
  .sidebar > .navbar > li.on:nth-child(3) {background-color: #f45b7f; }
  .sidebar > .navbar > li.on:nth-child(4) {background-color: #3392ff; }
  .sidebar > .navbar > li.on:nth-child(5) {background-color: #980ee6; }

  .sidebar > .navbar > li.on:before,
  .sidebar > .navbar > li.on:after {display: none;}
  .sidebar > .admin_menu > ul > li.on  { }
  .sidebar > .admin_menu > ul > li.on:before,
  .sidebar > .admin_menu > ul > li.on:after{display: none;}

  .card_wrap {width: 100%;padding-left: 0;border-radius: 0;}
  .outcome_list > ul > li > .info > p.title {margin: 0;}


  .thema_view > .title {background: #ff9233;margin: 0;}
  .l_safety_view > .title {background: #33c08b;margin: 0;}
  .d_safety_view > .title {background: #f45b7f;margin: 0;}
  .sky_view > .title {background: #3392ff;margin: 0;}
  .hot_place > .title {background: #980ee6;margin: 0;}

  .card_wrap .card{ }
  .card_wrap .title{}
  .card_wrap .title > h1{color: #fff;padding: 0.8rem;font-size: 18px;border: none;}
  .card_wrap .title > h1 > span { }
  .card_wrap .title button.close_btn {background-position: -419px -99px;}


  .group_wrap {height: auto;}
  .group_wrap.list_type1 > ul {width: 500px;padding: 0 1em;}
  .group_wrap.list_type1 > ul > li > i {display:none}
  .group_wrap.list_type1 > ul > li > p {font-size:0.8rem;background: #ddd;padding: 2px 8px;border-radius: 50px;height: auto;}

  .outcome_list {padding: 10px 30px;background-color: #f3f6fb;height: calc(100% - 290px);overflow-y: auto;}
  .array_wrap {padding: 1rem;}
}
@media (max-width: 640px) { }
@media (max-width: 576px) { }
@media (max-width: 440px) { }

*/

/*지도제어툴바-테마지도팝업*/
.box_close_mini {
    background: url(../images/icon_close_14.png) no-repeat;
    position: absolute;
    right: 6px;
    top: 6px;
    width: 14px;
    height: 14px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 90;
    cursor: pointer;
}

.theme_popup {
    position: absolute;
    right: 3%;
    top: 180px;
    background: #fff;
    box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.25);
    width: 176px;
    height: 188px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
    z-index: 100;
    display: none;
}

.theme_popup h4 {
    background: #63646C;
    color: #fff;
    font-size: 15px;
    line-height: 28px;
}

.theme_popup .theme-list {
    margin: 10px 0;
}

.theme_popup .theme-list li {
    display: inline-block;
}

.theme_popup .theme-list li a {
    display: block;
    width: 70px;
    height: 64px;
    border: 1px solid #ddd;
    border-radius: 4px;
    margin: 2px;
    overflow: hidden;
}

.theme_popup .theme-list li a:before {
    content: "";
    background: url(../images/common/icon_all.png) no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 0;
    color: transparent;
    vertical-align: top;
}

.theme_popup .theme-list li:nth-child(1) a:before {
    background-position: -80px -53px;
}

.theme_popup .theme-list li:nth-child(2) a:before {
    background-position: -159px -53px;
}

.theme_popup .theme-list li:nth-child(3) a:before {
    background-position: -119px -53px;
}

.theme_popup .theme-list li:nth-child(4) a:before {
    background-position: -199px -53px;
}

.theme_popup .theme-list li a > span {
    font-size: 12px;
    text-align: center;
    display: block;
    background: #999999;
    color: #fff;
    height: 100%;
}

.theme_popup .theme-list li a.on {
    border: 1px solid #22405c;
}

.theme_popup .theme-list li a.on > span {
    background: #22405c;
    color: #fff
}

.theme_popup .theme-list li:nth-child(1) a.on:before {
    background-position: -80px -93px;
}

.theme_popup .theme-list li:nth-child(2) a.on:before {
    background-position: -159px -93px;
}

.theme_popup .theme-list li:nth-child(3) a.on:before {
    background-position: -119px -93px;
}

.theme_popup .theme-list li:nth-child(4) a.on:before {
    background-position: -199px -93px;
}


/*viewer*/
#localview {
    z-index: 1;
}

#roadview {
    z-index: 1;
}

#blockview {
    z-index: 5;
    background-color: #999;
}

.view_map_close {
    background: url(../images/common/icon_all.png) no-repeat rgba(0, 0, 0, 0.8) 0 -93px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 90;
    cursor: pointer;
}

.view_map_before {
    display: none;
    background: url(../images/common/icon_before.png) no-repeat rgba(0, 0, 0, 0.8);
    background-position: 11px 8px;
    position: absolute;
    left: 15px;
    top: 50%;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.view_map_next {
    display: none;
    background: url(../images/common/icon_next.png) no-repeat rgba(0, 0, 0, 0.8);
    background-position: 11px 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.view_wrap {
    /*display: none;*/
    height: 100%;
    position: absolute;
    width: 100%;
}

/*@media all and (max-width:450px) {*/
/*    .view_wrap {height:calc(100% - 240px)}*/
/*}*/

/*remove focus border*/
textarea:focus, input:focus {
    outline: none;
}

/* paging */
.paging {
    text-align: center;
    padding: 8px 0;
    background: #f7f8f9;
}

.paging a {
    font-size: 14px;
    color: #9c9c9c;
    padding: 0 5px
}

.paging span {
    vertical-align: top;
}

.paging span.pg,
.paging a.sel {
    color: #343643;
    text-decoration: underline;
}

.paging span.empty_msg {
    border: none !important;
    font-weight: normal;
    font-size: 13px;
    color: #ff6600;
}


.zoomSlider {
    position: absolute;
    z-index: 10;
    top: 230px;
    right: 3%;
    /*width: 40px;*/
    border-radius: 45px;
    background-color: #fff;
    filter: drop-shadow(0.707px 0.707px 1.5px rgba(92, 100, 116, 0.78));
    /*display: flex;*/
    justify-content: center;
}

.zoomSlider > div {
    background: url(../images/map_icon.png) no-repeat #FFF;
    width: 41px;
    height: 41px;
    border-radius: 5px;
    margin-bottom: 1px;
    cursor: pointer;
    box-shadow: 1.5px 1.5px 0px 0px rgba(0, 0, 0, 0.25);
}

.zoomSlider .Zoomin {
    background-position: -70px -61px;
    border: 2px solid #f2f2f2;
}

.zoomSlider .Zoomout {
    background-position: -70px -106px;
    border: 2px solid #f2f2f2;
}

.zoomSlider .Zoomin:hover {
    background-position: -25px -61px;
    background-color: #C3C3C3;
}

.zoomSlider .Zoomout:hover {
    background-position: -25px -106px;
    background-color: #C3C3C3;
}

#loading {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 9999
}

#loading img {
    position: absolute;
    top: 50%;
    left: 50%;
}


/*bootstrap btn css*/
.swalbtn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.4rem 0.75rem;
    font-size: 1.5rem;
    line-height: 1.25;
    border-radius: 0.25rem;
    transition: all 0.15s ease-in-out;
    margin-right: 10px;
}

.swalbtn:focus, .swalbtn:hover {
    text-decoration: none;
}

.swalbtn:focus, .swalbtn.focus {
    outline: 0;
    /*box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25);*/
}

.swalbtn.disabled, .swalbtn:disabled {
    opacity: .65;
}

.swalbtn:active, .swalbtn.active {
    background-image: none;
}

.swalbtn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}

.swalbtn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
}

.swalbtn-success:focus, .swalbtn-success.focus {
    /*box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.5);*/
}

.swalbtn-success.disabled, .swalbtn-success:disabled {
    background-color: #28a745;
    border-color: #28a745;
}

.swalbtn-success:active, .swalbtn-success.active,
.show > .swalbtn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34;
}

.swalbtn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.swalbtn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}

.swalbtn-danger:focus, .swalbtn-danger.focus {
    /*box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.5);*/
}

.swalbtn-danger.disabled, .swalbtn-danger:disabled {
    background-color: #dc3545;
    border-color: #dc3545;
}

.swalbtn-danger:active, .swalbtn-danger.active,
.show > .swalbtn-danger.dropdown-toggle {
    background-color: #c82333;
    background-image: none;
    border-color: #bd2130;
}

.request_list_box .request_list > ul > li > button.btn_map {
    /*position: absolute;*/
    background: var(--bg);
    background-position: -425px -195px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
    float: right;
    /*width: 35px;*/
    /*height: 35px;*/
    right: 36px;
    top: -8px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(193, 193, 193);
    border-image: initial;
    /*background: url(../images/map_icon.png) -409px -37px no-repeat rgb(0, 0, 0);*/
    border-radius: 50px;
}


.request_list_box .request_list > ul > li > button.btn_del {
    /*position: absolute;*/
    float: right;
    width: 23px;
    height: 23px;
    font-size: 0;
    right: 0px;
    top: -8px;
    border: 1px solid #707070;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(193, 193, 193);
    border-image: initial;
    background: var(--bg);
    background-position: -318px -244px;
    /*background: url(../images/map_icon.png) -453px -38px no-repeat rgb(0, 0, 0);*/
    border-radius: 8px;
}

.request_list_box .request_list > ul > li {
    position: relative;
    /*padding-bottom: 20px;*/
    /*margin-bottom: 20px;*/
    padding: 15px;
    border-bottom: 1px solid rgb(221, 221, 221);
    cursor: pointer;
}

.request_list_box .request_list > ul > li:hover {
    font-weight: bold;
}

.request_list_box .request_list > ul > li label, .request_list_box .request_list > ul > li span {
    /*font-size: 20px;*/
    font-weight: bold;
}

#kakaomap {
    z-index: 100;
}

#localview {
    z-index: 1;
}

#roadview {
    z-index: 1;
}

#blockview {
    z-index: 5;
    background-color: #999;
}

.view_map_close {
    background: url(/images/common/icon_all.png) no-repeat rgba(0, 0, 0, 0.8) 0 -93px;
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 90;
    cursor: pointer;
}

.view_map_before {
    background: url(/images/common/icon_before.png) no-repeat rgba(0, 0, 0, 0.8);
    background-position: 11px 8px;
    position: absolute;
    left: 15px;
    top: 50%;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

.view_map_next {
    background: url(/images/common/icon_next.png) no-repeat rgba(0, 0, 0, 0.8);
    background-position: 11px 8px;
    position: absolute;
    right: 15px;
    top: 50%;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    text-indent: -999px;
    overflow: hidden;
    z-index: 2;
    cursor: pointer;
}

/*body.roadview_mini #header {display:none}*/
body.roadview_mini .wrap {
    display: none
}

body.roadview_mini .searchbar {
    display: none
}

body.roadview_mini .control_map {
    display: none
}

body.roadview_mini .kakaoRoadView {
    display: none
}

body.roadview_mini .localview0000 {
    display: none
}

body.roadview_mini .zoomSlider {
    display: none
}

body.roadview_mini .control_list {
    display: none
}

body.roadview_right .edit_btn {
    display: none
}

body.roadview_mini #kakaomap {
    width: 300px;
    height: 300px;
    max-height: 35%;
    background-size: auto;
    overflow: hidden;
    bottom: 0px;
    left: 0px;
    position: absolute !important;
}

body.roadview_mini #roadview {
    z-index: 30;
}

body.roadview_mini #localview {
    z-index: 10;
}

body.roadview_mini .btn_wrap {
    z-index: 1;
}

@media all and (max-width: 990px) {
    body.roadview_mini #kakaomap {
        max-width: 300px;
        max-height: 200px;
        width: 300px;
        height: 200px;
        left: 0px;
        bottom: 0px;
    }
}

@media all and (max-width: 450px) {
    body.roadview_mini #kakaomap {
        width: 100%;
        height: 100px;
        left: 0;
        bottom: 0;
    }
}

/*body.localview_mini #header {display:none}*/
body.localview_mini .wrap {
    display: none
}

body.localview_mini .searchbar {
    display: none
}

body.localview_mini .control_map {
    display: none
}

body.localview_mini .kakaoRoadView {
    display: none
}

body.localview_mini .localview0000 {
    display: none
}

body.localview_mini .zoomSlider {
    display: none
}

body.localview_mini .control_list {
    display: none
}

body.roadview_right .edit_btn {
    display: none
}

body.localview_mini #kakaomap {
    width: 300px;
    height: 200px;
    max-height: 35%;
    background-size: auto;
    overflow: hidden;
    border: 2px solid #343434;
    bottom: 0px;
    left: 0px;
    position: absolute !important;
}

body.localview_mini #roadview {
    z-index: 10;
}

body.localview_mini #localview {
    z-index: 30;
}

body.localview_mini .btn_wrap {
    z-index: 1;
}

body.localview_mini .view_map_before {
    z-index: 100;
}

body.localview_mini .view_map_next {
    z-index: 100;
}

@media all and (max-width: 990px) {
    body.localview_mini #kakaomap {
        max-width: 200px;
        max-height: 200px;
        width: 300px;
        height: 200px;
        left: 0px;
        bottom: 0px;
    }
}

@media all and (max-width: 450px) {
    body.localview_mini #kakaomap {
        width: 100%;
        height: 160px;
        left: 0;
        bottom: 0;
    }
}

/*body.roadview_right #header {display:none}*/
body.roadview_right .wrap {
    display: block;
}

body.roadview_right .searchbar {
    display: none
}

body.roadview_right .control_map {
    display: none
}

body.roadview_right .kakaoRoadView {
    display: none
}

body.roadview_right .localview0000 {
    display: none
}

body.roadview_right .zoomSlider {
    display: none
}

body.roadview_right .control_list {
    display: none
}

body.roadview_right .edit_btn {
    display: none
}

body.roadview_right #kakaomap {
    width: 50%;
    /*height: 100%;*/
    max-height: unset;
    background-size: auto;
    overflow: hidden;
    bottom: 0;
    left: 0;
}

body.roadview_right #roadview {
    z-index: 30;
    right: 0;
    width: 50%;
}

body.roadview_right #localview {
    z-index: 10;
}

body.roadview_right .btn_wrap {
    z-index: 1;
}


/*body.localview_right #header {display:none}*/
body.localview_right .wrap {
    display: block;
}

body.localview_right .searchbar {
    display: none
}

body.localview_right .control_map {
    display: none
}

body.localview_right .kakaoRoadView {
    display: none
}

body.localview_right .localview0000 {
    display: none
}

body.localview_right .zoomSlider {
    display: none
}

body.localview_right .control_list {
    display: none
}

body.roadview_right .edit_btn {
    display: none
}

body.localview_right #kakaomap {
    width: 50%;
    /*height: 100%;*/
    max-height: unset;
    background-size: auto;
    overflow: hidden;
    bottom: 0;
    left: 0;
}

body.localview_right #roadview {
    z-index: 10;
}

body.localview_right #localview {
    z-index: 30;
    right: 0;
    width: 50%;
}

body.localview_right .btn_wrap {
    z-index: 1;
}

body.localview_right .view_map_before {
    z-index: 100;
    left: calc(50% + 15px);
}

body.localview_right .view_map_next {
    z-index: 100;
}

/* Change the color to your own background color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-transition: background-color 9999s ease-out;
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}

.request_select_box {
    height: auto;
    border-radius: 0 30px 30px 0;
    border: 2px solid #111320;
}

.mng_roadview {
    display: none;
}

.mng_roadview.on {
    display: flex;
}

.req_file button {
    text-align: left;

}

.req_file button:hover {
    color: #1e88e5;
    /*font-weight: bold;*/

}

.roadview_style {
    font-weight: bold;
}

div.view.on > i {
    background: var(--bg);
    background-position: -425px -195px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

div.view > i {
    background: var(--bg);
    background-position: -425px -230px;
    width: 24px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

#mng_theme .bbs_type4 li {
    cursor: pointer;
}

#mng_theme .bbs_type4 li.select {
    border: 1px solid #548de1;
}

#mng_lifeSafety .bbs_type3 li {
    cursor: pointer;
}
#mng_lifeSafety .bbs_type3 li.select{
    border: 1px solid #548de1;
}
#mng_lifeSafety .marker{
    width: 70px;
}
.pointer{
    cursor:pointer;
}

.bAddr, .bResult {
    padding: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	background-color: #fff;
    border-radius: 15px;
    border: 3px solid #555;
	width: calc(100% + 30px);
    position: relative;
}
.close_btn {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 16px;
    height: 16px;
    background: url(/images/common/btn_close_black.png);
    font-size: 0;
}