@charset "utf-8";
/* Hide Element, Text, disable outline */
.sr-only, caption {overflow: hidden; position: absolute; width: 1px; height: 1px; border: none; white-space: nowrap; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px);}
.sr-only-text {overflow: hidden; color: transparent; text-indent: 100%; white-space: nowrap;}

/* layout */
html, body {overflow: hidden;width: 100%; height: 100%;}
#container {height: 100%;}

.filter_wrap {position: absolute;z-index: 100;top: 15px;left: 15px;height: calc(100% - 30px);}
.filter {position: absolute;top: 50px;left: 0;width: 360px;min-height: 50px;/*height: 935px;*/max-height: 100%;padding-bottom: 26px; border-radius: 10px;background: #f5f7f7;box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .13);}

.datail_articles {position: absolute; z-index: 100;top: 0;right: -365px;width: 365px;height: 100%;background: #f5f7f7;transition: all 500ms;}
.datail_articles.on {right: 0;}
.datail_articles .tab_map {overflow: hidden;margin: 0;padding: 0 50px 0 20px;border-bottom: 1px solid #e5e5e5;background: #fff;}
.datail_articles .tab_map > li {float: left; position: relative; height: 50px; text-align: center;}
.datail_articles .tab_map > li button {width: 100%; height: 100%; border: 0; font-size: 15px; background: transparent;}
.datail_articles .tab_map > li button:hover {font-weight: 600;}
.datail_articles .tab_map > li.on::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #0066b3;}
.datail_articles .tab_map > li.on button {font-weight: 600;color: #0066b3;}
.datail_articles .tab_map.col1 {border-bottom-color: #0066b3;}
.datail_articles .tab_map.col1 > li {width: 100%;}
.datail_articles .tab_map.col1 > li button {font-weight: 600;color: #0066b3; cursor: inherit;}
.datail_articles .tab_map.col1 > li.on::after {display: none;}
.datail_articles .tab_map.col2 > li {width: 50%;}
.datail_articles .tab_container {height: calc(100% - 51px);}
.datail_articles .tab_content {width: 100%;height: 100%;overflow: auto;}

.tab_map {overflow: hidden;margin: 0;padding: 0 50px 0 20px;border-bottom: 1px solid #e5e5e5;background: #fff;}
.tab_map > li {float: left; position: relative; height: 50px; text-align: center;}
.tab_map > li button {width: 100%; height: 100%; border: 0; font-size: 18px; background: transparent;}
.tab_map > li button:hover {font-weight: 600;}
.tab_map > li.on::after {content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background: #04a0ea;}
.tab_map > li.on button {font-weight: 600;color: #04a0ea;}
.tab_map.col1 {border-bottom-color: #04a0ea;}
.tab_map.col1 > li {width: 100%;}
.tab_map.col1 > li button {font-weight: 600;color: #04a0ea; cursor: inherit;}
.tab_map.col1 > li.on::after {display: none;}
.tab_map.col2 > li {width: 50%;}


.section_box {padding: 0 20px 4px;background: #fff;}
.section_box+.section_box {/* margin-top: 10px; */}
.section_box h2.tit {font-size: 18px;font-weight: 600;color: #333;line-height: 24px;margin-bottom: 10px;}
.tit_desc {font-size: 13px; color: #858697;}
.tit_desc::before {content: "*";padding-right: 2px;transform: translateY(3px);display: inline-block;}
.section_box .title_area {overflow: hidden;line-height: 24px;margin-bottom: 7px;/* margin: 17px 0 10px; */padding-top: 15px;}
.section_box .title_area > h2.tit {float: left; margin-bottom: 0 !important;}
.section_box .title_area .fr > * {float: left;}
.section_box .title_area button {min-width: 53px;height: 24px;margin-left: 5px;padding: 0 7px;font-size: 13px;line-height: 22px;}
.section_box .title_area .tit_desc+button {margin-left: 8px;}
.datail_articles .section_box:first-of-type {padding: 5px 20px 22px;}
.datail_articles .section_box h2.tit,
.datail_articles .section_box .title_area {margin-bottom: 10px;}

.sec_tbl {width:100%;border-top: 2px solid #333;border-right:1px solid #fff;font-size: 13px; text-align: left; word-break: keep-all; background:#fff; table-layout: fixed;}
.sec_tbl tr {border-bottom: 1px solid #d9d9d9;}
.sec_tbl tr > * {padding: 4px 15px;}
.sec_tbl th {font-weight: 400;background: #f8f8f8;color: #858697;}
.sec_note {font-size: 13px; line-height: 20px;}
.history td{text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}

.pop_content.slim {padding: 20px 25px;}

.ing {color: green;}
.status {font-weight: 500;}

/* 지도 */
#map {
    width: 100%; height: 100vh;
}
#map .cluster {position: absolute; z-index: 50;/* cursor: pointer;*/}
#map .cluster img{max-width: 75px;}

/* 함체이상 상태이벤트 말풍선 */
.warning_detail{position: absolute;top: -190px;left: -140px;margin-left: 50%;width: 280px;height: 183px;background: #d3313a;color: #fff;padding: 40px 20px 12px;box-sizing: border-box;-webkit-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.13);-moz-box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.13);box-shadow: 0px 6px 10px 0px rgba(0,0,0,0.13);text-align: center;}
.warning_detail:after{position: absolute;content: '';bottom: -13px;left: 50%;margin-left: -9px;width: 0;height: 0;border-left: 9px solid transparent;border-right: 9px solid transparent;border-top: 13px solid #d3313a;}
.warning_detail .detail_tle {position: absolute;top: 0;left: 0;width: 100%;line-height: 24px;background: #fff;color: #a90a13;font-size: 12px;}
.warning_detail .detail_tle::before {content: ""; display: inline-block; width: 17px; height: 13px; background: url(../../img/main/ico_detail.png) no-repeat center center;margin-right: 8px; vertical-align: -2px;}
.warning_detail .detail_cont .name {display: block;font-size: 20px;font-weight: 600;letter-spacing: -0.05em;line-height: 1;}
.warning_detail .detail_cont .cont {display: block;line-height: 17px;margin-top: 14px;font-size: 13px;}
.warning_detail .detail_cont .date {font-size: 13px;display: block;margin-top: 2px;}
.warning_detail .detail_btnWrap {display: block;margin-top: 11px;}
.warning_detail .detail_btnWrap .btn_detail,
.warning_detail .detail_btnWrap .btn_detail_outline {min-width: 71px;height: 24px;padding: 0;font-size: 12px;border-radius: 5px;margin: 0 3px;line-height: 22px;border-color: #fff;}
.warning_detail .detail_btnWrap .btn_detail {background: #fff; color: #a90a13;font-weight: 600;}
.warning_detail .detail_btnWrap .btn_detail_outline {background: transparent;color: #fff;font-weight: 400;}

/* filter_wrap */
.filter_wrap .filter_btn {position: relative;top: 10px; width: 58px;height: 58px;border: 2px solid #fff;border-radius: 10px;background: #0066b3 url(../../img/main/btn_filter_on.png) no-repeat center;}
.filter_wrap .filter_btn .tooltip { display: none; position: absolute;top: 65px;left: 0;padding: 5px 7px 4px;border-radius: 4px;opacity: .95;background-color: #000;white-space: nowrap;font-size: 11px;color: #fff;}
.filter_wrap .filter_btn .tooltip:after {content: '';position: absolute;top: -4px;left: 50%;margin-left: -2px;opacity: .95;border-bottom: 4px solid #000;border-left: 4px solid transparent;border-right: 4px solid transparent;}
.filter_wrap .filter_btn:hover {background-color: #0066b3;}
.filter_wrap .filter_btn:hover .tooltip {display: block;}
.filter_btn.on+.filter {overflow: hidden;transition: all 800ms cubic-bezier(0.4, 0, 0.2, 1), opacity 600ms cubic-bezier(0, 0, 0.46, 1.07);width: 0;height: 0;opacity: 0;}

.filter .f_header {padding: 27px 15px 10px;background: #0066b3;border-radius: 10px 10px 0 0;min-width: 360px;box-sizing: border-box; text-align: center;}
.filter .f_header .search_area {position: relative;margin-top: 17px;padding: 8px 44px 8px 0;border-radius: 5px;background: #fff;}
.filter .f_header .search {overflow: hidden;}
.filter .f_header .search::after {content: "";position: absolute;top: 50%;left: 105px;display: inline-block;width: 1px;height: 19px;background: #ccc;transform: translateY(-50%);}
.filter .f_header .search .keyword_select,
.filter .f_header .search .keyword {height: 28px;border: 0;text-decoration: none;outline: none;float: left;}
.filter .f_header .search .keyword_select {width: 87px;margin: 0 6px 0 14px;}
.filter .f_header .search .keyword_select{background: transparent url(../../img/main/ico_combobox.png) no-repeat center right 6px;padding: 0;font-size: 14px;}
.filter .f_header .search .keyword {width: 165px;padding: 0 1px 0 10px;}
.filter .f_header .btn_search {position: absolute !important;top: 50%;right: 10px;border: 0;background: url(../../img/main/btn_search.png) no-repeat center center;transform: translateY(-50%);width: 30px;height: 30px;}

.filter .tab_map {padding: 0 20px; background: #0066b3;}
.filter .tab_map button{font-weight: 600; color: #7695b7;}
.filter .tab_map > li.on button {color: #fff;}
.filter .tab_map > li.on::after {background: #fff;}

.filter .f_content {overflow: hidden;height: calc(100% - 136px);border-radius: 0 0 10px 10px;min-width: 360px;}
.filter .f_content .btn_primary {background-color: #fb193d !important;}
.category {display:block}
.category::after {content:"";display:table;clear:both}
.category > li {float: left;width: calc( (100% - 24px) / 4 );margin: 0 8px 8px 0;border: 1px solid #f6f6f6;}
.category > li:nth-child(4n) {margin-right: 0;}
.category > li:nth-child(-n+4) {/* margin-top: 0; */}
.category > li {position: relative;}
.category > li::before,
.category > li::after {content: ""; position: absolute; z-index: 1; top: -2px; left: calc(100% - 13px); border-radius: 100%;}
.category > li::before {width: 16px; height: 16px; background: #00a652;-webkit-transform: scale(0);transform: scale(0);-webkit-transition: 0.3s;transition: 0.3s;}
.category > li.on::before {-webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.3s; transition: 0.3s;}
.category > li::after {width: 0;background: url(../../img/main/category_checked.png) 4px 5px no-repeat;}
.category > li.on::after {width: 16px;height: 16px;-webkit-transition: 0.5s;transition: 0.5s;-webkit-transition-delay: 0.2s;transition-delay: 0.2s;}
.category > li > button {width: 100%;height: 90px;/* padding: 0 0 0.75rem; */border: 1px solid transparent;border-radius: 5px;font-size: 13px;color: #333;background: #fff;box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .07);}
.category > li > button:hover {font-weight: 500;}
.category > li.on > button{font-weight: 500;border-color: #00a652;}



/* 주차장 */
.category > li > button::before {content: "";display: block;margin: 0 auto;width: 100%;height: 48px;background: url(../../img/main/category3_sprite.png) no-repeat 13px 9px;}
.category > li.n1 > button::before{background-position: -68px 11px;}
.category > li.n2 > button::before{background-position: -153px 11px;}
.category > li.n3 > button::before{background-position: -233px 11px;}

/* tour */
.category.tour > li > button{padding: 0 .75rem .5rem;}
.category.tour > li > button::before {height: 48px;background: url(../../img/main/category_n_sprite.png) no-repeat 4px 6px;}
.category.tour > li.n1 > button::before{background-position: -78px 6px;}
.category.tour > li.n2 > button::before{background-position: -161px 5px;}
.category.tour > li.n3 > button::before{background-position: -244px 7px;}
.category.tour > li.n4 > button::before{background-position: 5px -70px;}
.category.tour > li.n5 > button::before{background-position: -78px -75px;}
.category.tour > li.n6 > button::before{background-position: -161px -69px;}
.category.tour > li.n7 > button::before{background-position: -244px -74px;}

/* course */
.category.course > li > button{padding: 0 .75rem .5rem;}
.category.course > li {width: calc( (100% - 8px) / 2 ); margin: 8px 8px 0 0;}
.category.course > li:nth-child(-n+2) {margin-top: 0;}
.category.course > li:nth-child(2n) {margin-right: 0;}
.category.course > li > button {position: relative; height: 41px; padding: 0 10px 0 47px; text-align: left;}
.category.course > li > button::before {content: "";position: absolute; top: 0; left: 2px; width: 50px; height: 40px; background: url(../../img/main/category2_sprite.png) no-repeat 4px 1px; transform: scale(0.75);}
.category.course > li.n1 > button::before{background-position: -79px 1px;}
.category.course > li.n2 > button::before{background-position: -162px 2px;}
.category.course > li.n3 > button::before{background-position: -244px 2px;}
.category.course > li.n4 > button::before{background-position: 1px -79px;}
.category.course > li.n5 > button::before{background-position: -80px -79px;}
.category.course > li.n6 > button::before{background-position: -160px -78px;}
.category.course > li.n7 > button::before{background-position: -243px -80px;}

/* 2023 tab 추가 */

.category.tour_tab02 > li {width: calc( (100% - 8px) /2  );}
.category.tour_tab02 > li > button  {height: auto; padding:6px 12px;}
.category.tour_tab02 > li > button span {margin: 10px 0 0 0;display: block;}
.category.tour_tab02 > li > button::before {background: url(../../img/main/category_n_sprite_2023.png) no-repeat 4px 10px;width: 55px;}

.tour_tab02 > li.n1 > button::before{background-position: 5px 0x;}
.tour_tab02 > li.n2 > button::before{background-position: -78px 7px;}
.tour_tab02 > li.n3 > button::before{background-position: -236px 9px;}
.tour_tab02 > li.n4 > button::before{background-position: -244px 7px;background-position: -156px 7px;}
.tour_tab02 > li:nth-child(2n) {margin-right: 0;}



.service {overflow: hidden; border: 1px solid #e2e7ed; border-radius: 5px;}
.service > li {float: left; width: 50%; box-sizing: border-box;}
.service > li > button {position: relative;width: 100%;height: 29px;padding: 0 25px 0 15px;border: dashed #e2e7ed;border-width: 0 0 1px;font-size: 13px;text-align: left;letter-spacing: -0.025em;color: #333;background: #fff;}
.service > li:nth-child(2n-1) > button {border-right: 1px solid #e2e7ed;}
.service > li:last-child > button,
.service > li:nth-last-child(2):nth-child(2n-1) > button {border-bottom: 0;}
.service > li > button:hover { font-weight: 500;}
.service > li.on > button {font-weight: 600;}
.service > li.on.category_n1 > button {color: #10aa17;}
.service > li.on.category_n2 > button {color: #7ebf39;}
.service > li.on.category_n3 > button {color: #1b8324;}
.service > li.on.category_n4 > button {color: #d65f96;}
.service > li.on.category_n5 > button {color: #a24daa;}
.service > li.on.category_n6 > button {color: #224862;}
.service > li.on.category_n7 > button {color: #ee5b24;}
.service > li.on.category_n8 > button {color: #f89523;}
.service > li.on.category_n9 > button {color: #ebb339;}
.service > li.on.category_n10 > button {color: #128af9;}
.service > li.on.category_n11 > button {color: #005bbb;}
.service > li.on.category_n12 > button {color: #00b3b1;}
.service > li.on.category_n13 > button {color: #e37829;}
.service > li.on.category_n14 > button {color: #7a80f6;}
.service > li.on.category_n15 > button {color: #04b1ea;}
.service > li > button::after {content: "";position: absolute;top: 9px;left: calc(100% - 24px);width: 0;background: url(../../img/main/ico_checked.png) no-repeat;}
.service > li.on > button::after {width: 14px;height: 11px;-webkit-transition: 0.3s;transition: 0.3s;}

/* location */
.location > li {display: inline-block;margin: 3px 1px; }
.location > li > button {position: relative;width: 100%;height: 29px;padding: 0 9px 0 20px;border: 1px solid #e2e7ed;border-radius: 5px; font-size: 13px;letter-spacing: -0.025em;color: #333;background: #fff;}
.location > li > button:hover { font-weight: 500;}
.location > li > button::before {content: ""; position: absolute; left: 8px; top: 8px; width: 10px; height: 13px; background: url(../../img/main/ico_location.png) no-repeat;}
.location > li.on > button::before {background: url(../../img/main/ico_location.png) -18px 0;}
.location > li.on > button {font-weight: 500; background: #00a652; color: #fff;}

.datalink {overflow: auto;width: 100%;height: 142px;border: 1px solid #e2e7ed;border-radius: 5px;}
.datalink li {height: 29px; border: solid #e2e7ed;border-width: 1px 0; margin-top: -1px;}
.datalink li > input[type="checkbox"] {margin: 0 8px 0 18px; vertical-align: middle;}
.datalink li > label {font-size: 13px; vertical-align: middle;}
.datalink li.on {background: #e5f6ff;}
.datalink li.on > label {overflow: hidden; font-weight: 500; color: #197afb;}
.datalink .btn_cctv {float: right; margin: 5px 18px 0 0; padding: 0; border: 0; font-size: 13px; color: #555; background: transparent !important;}
.datalink .btn_cctv:hover {color: #000; font-weight: 500;}
.datalink .btn_cctv::before {content: ""; display: inline-block; width: 13px; height: 14px; margin-right: 3px; background: url(../../img/main/ico_admin.png) 0 0 no-repeat; vertical-align: -2px;}

.map_filter .mf_row {overflow: hidden; margin: 5px 0;}
.map_filter .mf_row > label {float: left; width: 30%; line-height: 30px; color: #808991;}
.map_filter .mf_row > div {float: right; width: 65%;}
.map_filter .mf_chk_wrap li {float: left; width: 49%; text-align: center;}
.map_filter .mf_chk_wrap li:last-child {float: right;}
.map_filter .mf_chk_wrap label {display: inline-block; width: 100%; height: 30px; border: solid 1px #e8e5e5; border-radius: 5px; line-height: 28px; font-size: 13px; cursor: pointer; box-sizing: border-box;}
.map_filter .mf_chk_wrap input[type="checkbox"]:checked+label {border-color: #197afb; font-weight: 500; color: #197afb;}
.map_filter .mf_chk_wrap label:hover,
.map_filter select:hover {border-color: #aeaeae; transition: all 300ms;}
.map_filter select {width: 100%; border: 1px solid #e2e7ed; border-radius: 5px;}
.map_filter select:disabled {border-color: #e2e7ed; color: #b8bfc4; cursor: not-allowed;}

.filter .f_footer {position: absolute;left: 0;bottom: 0;width: 100%;height: 26px;padding: 7.5px 0;vertical-align: middle;text-align: center;background: #f1f2f2;box-sizing: border-box;border-radius: 0 0 10px 10px;}
.filter .f_footer .btn_admin {padding: 0; border: 0; font-size: 13px; color: #858697; background: transparent !important; transition: all 300ms}
.filter .f_footer .btn_admin:hover {font-weight: 500;}
.filter .f_footer .btn_admin::before {content: ""; display: inline-block; width: 13px; height: 25px; margin-right: 4px; background: url(../../img/main/ico_admin.png) no-repeat; vertical-align: middle;}
/* .filter_wrap .mCSB_container {padding-bottom: 40px;} */
.datalink .mCSB_container {padding-bottom: 0;}

.filter .f_close{position:absolute;z-index: 0;top:50%;right: -16px;width: 16px;padding: 8px;height: 42px;border-top-right-radius: 5px;border-bottom-right-radius: 5px;border: 1px solid transparent;box-sizing: border-box;border-left: none;background: #ffffff url(../../img/main/asideLbtn.png) no-repeat center center;}

/* datail_articles */
.datail_articles .section_box .title_area {margin-bottom: 10px;}
.articles_close {position: absolute;top: 9px;right: 6.5px;width: 30px;height: 30px;background-color: #fff!important; background: url(../../img/main/btn_article_close.png) no-repeat center center; border: 0; opacity: .7}
.articles_close:hover {opacity: 1;}

.title_area .btn_toggle.on {border-color: transparent; background-color: #2d3192; color: #fff;}
.title_area .btn_expand::after {content: ""; display: inline-block; width: 10px; height: 10px; margin-left: 4px; border: 0; background: url(../../img/main/btn_expand.png) no-repeat center center;}
.fac_slide {position: relative;width: 100%;height: 165px;border: 1px solid #ddd;border-radius: 10px;}
.fac_slide .slide_list {position: relative;}
.fac_slide .slide_list img {display: block;max-width: 100%;max-height: 165px;margin: 82.5px auto 0;height: 100%;transform: translateY(-50%);}
.fac_slide .control .btn {position: absolute; right: 0; top: calc(50% - 12px); width: 35px;height: 35px;border-radius: 0; padding: 0; border: 0; background: rgba(255, 255, 255, 0.4); cursor: pointer;}
.fac_slide .control .btn::after {content: ""; position: absolute;top: 50%;left: 50%; width: 13px; height: 20px; margin: -10px 0 0 -6.5px;background: url('../../img/main/btn_slide_next.png') no-repeat center center;opacity: 1;}
.fac_slide .control .btn.disabled::after {opacity: .4;}
.fac_slide .control .btn.prev {left: 0; transform: rotate(180deg)}
.fac_slide .slick-dots {position: absolute;top: 175px;left: 50%;transform: translateX(-50%);}
.fac_slide .slick-dots li {overflow: hidden; float: left; color: transparent; text-indent: 100%; white-space: nowrap;background: #d8dbe3;border-radius: 100%;width: 5px; height: 5px;margin: 0 1.5px;}
.fac_slide .slick-dots li.slick-active {width: 20px; border-radius: 2.5px; background-color: #2d3192 !important;}
.fac_slide .slick-dots li.slick-active button,
.fac_slide .slick-dots li.slick-active:hover button {background: #2d3192 !important;}
.fac_slide.disabled {height: 175px;}
.fac_slide.disabled .slide_list img{max-height: 175px;margin: 87.5px auto 0;}
.fac_slide .slick-slider,
.fac_slide .slick-list.draggable{height: 100%;}
.fac_slide.disabled .slick-dots {display: none;}

.facInfo .fac_name {display: block;margin-top: 22px;font-size: 19px;font-weight: 600;letter-spacing: -0.025em;text-align: center;color: #333;line-height: 1.3;padding: 0 10px;}
.fac_slide.disabled+.fac_name{margin-top: 11px;}
.facInfo .fac_address {font-size: 12px;font-weight: 400;letter-spacing: -0.025em;text-align: center;color: #858697;line-height: 1.2;margin-top: 4px;}


.statInfo {overflow: hidden;}
.statInfo li {float: left;position: relative;width: 50%;height: 30px;padding-bottom: 25px;text-align: center;}
.statInfo li:nth-child(n+2):before {content: ""; position: absolute; top: 50%; left: 0; width: 1px; height: 48px; margin-top: -24px; background: #eee;}
.statInfo li > strong {font-size: 20px;line-height: 1.2;font-weight: 600;}
.statInfo li > p {position: absolute; width: 100%;bottom: 0;}
.statInfo li > p .tit_desc {margin-left: 5px;font-size: 12px;}

/* popup_datalink */
.popup_datalink {display: none; position: absolute; top: 0; right: 0; z-index: 200; box-sizing: border-box; width: calc(100% - 75px); height: 100%; transition: width 300ms;}
.popup_datalink.on {display: block;}
.popup_datalink.wide {width: calc(100% - 407px);}
.popup_datalink {width: calc(100% - 75px);}
.popup_datalink {padding: 15px;}
.popup_datalink > ul {position: relative; width: 100%; height: 100%;}
.popup_datalink > ul > li {position: absolute; max-width: 640px; max-height: 480px;}
.popup_datalink li li {float: left; width: 50%;}
.popup_datalink .cctv {width: auto; height: auto; background: rgba(0, 0, 0, .4);}
.popup_datalink .n1 {top: 0; left: 0;}
.popup_datalink .n2 {bottom: 0; left: 0;}
.popup_datalink .n3 {top: 0; right: 0;}
.popup_datalink .n4 {bottom: 0; right: 0;}

/* 지도 컨트롤러 */
.map_controls {position: absolute;top: 0;right: 365px;padding: 15px;transition: all 500ms;}
.map_controls_top {overflow: hidden;}
.map_controls_top > * {float: left;margin-left: 8px;}
.map_controls .mapCtr1 {overflow: hidden;border-radius: 5px;font-size: 13px;background: #fff;color: #333;letter-spacing: -0.025em;padding: 3px;}
.map_controls .mapCtr1 li {float: left;}
.map_controls .mapCtr1 li button {width: 70px;height: 29px;padding: 0;border: 0;border-radius: 5px;background-color: transparent; color: #333;}
.map_controls .mapCtr1 li.on button {background: #04a0ea;color: #fff;font-weight: 400;}
.map_controls .mapCtr2 {width: 82px;height: 35px;padding: 4px 5px;box-sizing: border-box;border-radius: 5px;font-size: 13px;background: #fff;}
.map_controls .mapCtr2 > * {vertical-align: middle;}

.map_controls .zoomBox{float: right; width: 35px;height: 150px;margin-top: 8px;border-radius: 5px;background: #fff;position: relative;}
.map_controls .zoomBox a{width: 100%;height: 30px;display: block;position: absolute;left: 0;}
.map_controls .zoomBox .zoomM{float: left;background: url(../../img/main/zoom.png) top center;bottom: 0;}
.map_controls .zoomBox .zoomP{/* float: right; */background: url(../../img/main/zoom.png) bottom center;top: 0;}
.map_controls .zoomBox input{width: 95px;transform: rotate(-90deg);display: inline-block;margin: 8px 0 0 0;padding: 0;vertical-align: middle;position: absolute;left: -30px;top: 60px;}
.map_controls.wide {right: 0;}

/*cctv 팝업*/
.pop_content.cctv {padding: 0;}
.cctv_list {overflow: hidden;}
.cctv_list li {float: left;}



/* .detail_select {position: absolute;top: 18px;right: 40px;width: 150px;text-align: right;} */
.detail_select > input,
.detail_select > a {
    line-height: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: top;
    color: #777777;
    margin-left: 4px;
}
.detail_select > a:hover {
    color: #151515;
}

.detail_select > label,
.detail_select > input {
    margin: 0 0 0 4px;
    /* display: inline-block; */
    /* float: right; */
    font-size: 13px;
}
.detail_select > input[type=checkbox] {
    /* margin: 6px 0 0 0; */
    /* display: inline-block; */
    /* float: left; */
    /* max-width: 13px; */
    display: inline-block;
    float: inherit;
    margin: 0;
  }
  
  /* 마커텍스트 on/off css */
.checkbox-wrapper-2 .ikxBAC {
  /* background-color: #dfe1e4; */
  /* border-radius: 72px; */
  /* border-style: none; */
  flex-shrink: 0;
  /* height: 20px; */
  /* margin: 2px 4px 0 10px; */
  /* position: relative; */
  /* width: 30px; */
}

#check_able {
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance:none;
  outline: none;
}

#check_able::-ms-clear {  
  display: none;  
  /* IE 8 */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  /* IE 5-7 */
  filter: alpha(opacity=0);
  /* Good browsers :) */
  opacity:0;
}

.switch {
  position: relative;
  display: inline-block;
  width: 34px;
  height: 20px;
  float: inherit !important;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 13px;
  width: 13px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px limegreen;
}

input:checked + .slider:before {
  -webkit-transform: translateX(13px);
  -ms-transform: translateX(13px);
  transform: translateX(13px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}


/* 마커텍스트 on/off css */
/* .checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 2px 4px 0 10px;
    position: relative;
    width: 30px;
  } */

  .checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
  }

  .checkbox-wrapper-2 .ikxBAC,
  .checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
  }

  .checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
  }

  .checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
  }

  .checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
  }

  .checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #6e79d6;
  }

  .checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 13px;
  }

  .checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
  }

  .checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
  }

  
  
/* CSS */
.button-4 {
    appearance: none;
    background-color: #FAFBFC;
    border: 1px solid rgba(27, 31, 35, 0.15);
    border-radius: 6px;
    box-shadow: rgba(27, 31, 35, 0.04) 0 1px 0, rgba(255, 255, 255, 0.25) 0 1px 0 inset;
    box-sizing: border-box;
    color: #24292E;
    cursor: pointer;
    display: inline-block;
    font-family: -apple-system, system-ui, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    list-style: none;
    padding: 6px 11px;
    position: relative;
    transition: background-color 0.2s cubic-bezier(0.3, 0, 0.5, 1);
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: middle;
    white-space: nowrap;
    word-wrap: break-word;
  }
  
  .button-4:hover {
    background-color: #F3F4F6;
    text-decoration: none;
    transition-duration: 0.1s;
  }
  
  .button-4:disabled {
    background-color: #FAFBFC;
    border-color: rgba(27, 31, 35, 0.15);
    color: #959DA5;
    cursor: default;
  }
  
  .button-4:active {
    background-color: #EDEFF2;
    box-shadow: rgba(225, 228, 232, 0.2) 0 1px 0 inset;
    transition: none 0s;
  }
  
  .button-4:focus {
    outline: 1px transparent;
  }
  
  .button-4:before {
    display: none;
  }
  
  .button-4:-webkit-details-marker {
    display: none;
  }


  .checkbox-wrapper-8 {
    display: inline-block;
  }

  .checkbox-wrapper-8 .tgl {
    display: none;
  }
  .checkbox-wrapper-8 .tgl,
  .checkbox-wrapper-8 .tgl:after,
  .checkbox-wrapper-8 .tgl:before,
  .checkbox-wrapper-8 .tgl *,
  .checkbox-wrapper-8 .tgl *:after,
  .checkbox-wrapper-8 .tgl *:before,
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    box-sizing: border-box;
  }
  .checkbox-wrapper-8 .tgl::-moz-selection,
  .checkbox-wrapper-8 .tgl:after::-moz-selection,
  .checkbox-wrapper-8 .tgl:before::-moz-selection,
  .checkbox-wrapper-8 .tgl *::-moz-selection,
  .checkbox-wrapper-8 .tgl *:after::-moz-selection,
  .checkbox-wrapper-8 .tgl *:before::-moz-selection,
  .checkbox-wrapper-8 .tgl + .tgl-btn::-moz-selection,
  .checkbox-wrapper-8 .tgl::selection,
  .checkbox-wrapper-8 .tgl:after::selection,
  .checkbox-wrapper-8 .tgl:before::selection,
  .checkbox-wrapper-8 .tgl *::selection,
  .checkbox-wrapper-8 .tgl *:after::selection,
  .checkbox-wrapper-8 .tgl *:before::selection,
  .checkbox-wrapper-8 .tgl + .tgl-btn::selection {
    background: none;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn {
    outline: 0;
    display: inline-block;
    width: 8em;
    height: 2em;
    margin: 1px 10px 0 0;
    border-radius: 6px;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:after,
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    position: relative;
    display: inline-block;
    content: "";
    width: 50%;
    height: 100%;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-8 .tgl + .tgl-btn:before {
    display: none;
  }
  .checkbox-wrapper-8 .tgl:checked + .tgl-btn:after {
    left: 50%;
  }

  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn {
    overflow: hidden;
    bottom: -10px;
    /* transform: skew(-10deg); */
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: all 0.2s ease;
    font-family: sans-serif;
    background: #888;
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after,
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    /* transform: skew(10deg); */
    display: inline-block;
    transition: all 0.2s ease;
    width: 100%;
    text-align: center;
    position: absolute;
    line-height: 2em;
    font-weight: bold;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:after {
    left: 100%;
    content: attr(data-tg-on);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:before {
    left: 0;
    content: attr(data-tg-off);
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active {
    background: #888;
  }
  .checkbox-wrapper-8 .tgl-skewed + .tgl-btn:active:before {
    left: -10%;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn {
    background: #86d993;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:before {
    left: -100%;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:after {
    left: 0;
  }
  .checkbox-wrapper-8 .tgl-skewed:checked + .tgl-btn:active:after {
    left: 10%;
  }
  
  .map_list{position:absolute;bottom:55px; z-index:9999999999999999999999999; left:45%;}
  .map_list ul li{position:relative; padding:5px 10px; float:left;  background:#d3d3d3; margin-right:10px; font-size:13px;}
  .map_list ul li:nth-child(2), .map_list ul li:nth-child(3), .map_list ul li:nth-child(4) {background:#1081e0; color:#fff;  vertical-align: middle;}
  .map_list ul li.all_colse a{display:block; color:#666;}

  .map_list ul li img{margin-left:4px; vertical-align: middle;}


  /* 
  * 2024-03-29, 최기석
  * 모바일 화면 추가
  */
  @media (max-width: 900px) {
    /* map_left */
    .button-4 {font-size: 12px;}
    .filter_wrap {height: 10% !important;}
    .filter {position: absolute;top: 50px;left: 0;width: 95%;min-height: 50px;/*height: 935px;*/max-height: 100%;padding-bottom: 26px;border-radius: 10px;background: #f5f7f7;box-shadow: 0px 6px 10px 0px rgba(0, 0, 0, .13);}
    .filter .f_header {min-width: 0 !important;}
    .filter_wrap .f_content {height: 100% !important; min-width: 0 !important;}
    .mCustomScrollBox {height: 85vh !important;}

    .filter .f_footer {display: none;}
    .filter .f_close {top: 300%;}
    .filter_wrap .filter_btn.on {position: absolute; z-index: 10; top: 60px;}


    .filter .f_header .search .keyword_select {width: 20%;margin: 0 6px 0 14px;}
    .filter .f_header .search .keyword_select{font-size: 14px; background: transparent url(../../img/main/ico_combobox.png) no-repeat center right 6px;padding: 0;}
    .filter .f_header .search .keyword {width: 70%;padding: 0 1px 0 10px;}
    .filter .f_header .search::after {content: "";position: absolute;top: 50%;left: 72px;display: inline-block;width: 1px;height: 19px;background: #ccc;transform: translateY(-50%);}

    .category > li {width: calc( (100% - 24px) / 4 ); }
    .category > li > button {height: 30px;}
    .category.tour > li.n1 > button::before{background-position: -78px 6px;}
    .category.tour > li > button {padding: 0;}
    .category.tour > li > button::before {content: none;}

    /* map_right */
    .datail_articles {height: 90%;}
    .datail_articles {position: absolute; display: none; top: 0;right: 0px;width: 365px;height: 90%;background: #f5f7f7;transition: all 500ms;}
    .datail_articles.on {right: 0; z-index: 100; display: block;}
  }