@charset "UTF-8";

.center_tit span {
    position: relative;
    margin-left: 13px;
    padding-left: 10px;
    font-weight: 500;
}

.center_tit span:after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0;
    width: 2px;
    height: 1em;
    background: #894CB8;
}

#visualization {
    width: 100%;
    overflow: auto;
}

.top_area {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-bottom: 40px;
    background: #eee;
    background: #F9F0FF;
    padding: 20px 25px;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.top_area ul li {
	
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.top_area ul li span {
    margin-right: 10px;
}

.top_area select {
    width: 100px;
    border: 1px solid #bbb;
    border-radius: 0;
}

.visualization_area {
    min-width: 1420px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.visualization_area .box {
    margin-bottom: 40px;
    box-sizing: border-box;
}

.visualization_area .box.ty01 {
    width: 100%;
}

.visualization_area .box.ty02 {
    width: calc(50% - 10px);
}

.visualization_area .box .box_hd {
    background: #fafafa;
    padding: 15px;
    text-align: center;
    border: 1px solid #EDEDED;
    border-bottom: none;
    line-height: 1.5
}

.visualization_area.hod .box .box_hd {
    background: #f1f1f1;
}

.visualization_area .box .box_hd h3 {
    font-size: 20px;
}

.visualization_area .box .box_hd h4 {
    font-size: 20px;
}

.visualization_area .box .box_hd p {
    color: #828282;
    font-weight: 400;
    font-size: 16px;
}

.visualization_area .box .box_cont {
    margin-top: 10px;
    min-height: 300px;
    border: 1px solid #EDEDED;
    border-top: none;
    padding: 10px;
    gqp: 10px;
    overflow: hidden;
    position: relative;
}

.visualization_area .box .box_cont .graph {
    width: 100%;
    height: 370px;
}

.map_area {
    width: 100%;
    height: 600px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    position: relative;
}

/* table */
.visualization_area .table_area {
    position: relative;
    border-top: none;
    max-height: 320px;
    overflow-y: auto;
    margin-bottom: 0;
    border-top: 1px solid #DADADA;
    border-bottom: 1px solid #DADADA;
}

.visualization_area .table_area.ovX {
    overflow-X: auto;
    white-space: nowrap;
}

.visualization_area table {
    min-height: 100%
}

.visualization_area table.center {
    text-align: center;
}

.visualization_area thead th {
    position: sticky;
    top: 0;
}

.visualization_area td {
    border-right: 1px solid #DADADA;
    height: 45px;
    padding: 10px 20px;
}

.visualization_area td:last-child {
    border-right: none;
}

.visualization_area th {
    padding: 10px 20px;
    height: 45px;
    border-right: 1px solid #eee;
    border-left: 1px solid #eee;
    font-size: 16px;
    background: #f4f4f4;
}

.tabs {
    border-bottom: 2px solid #894CB8;
    min-width: 1500px;
}

ul.tabs li {
    width: auto;
    min-width: 240px;
    padding: 15px 20px;
}

/*보건*/
.health .map_area {
    margin-bottom: 10px;
    overflow: hidden;
}

.map_area .point {
    position: absolute;
    z-index: 5;
}

.map_area .map_nt {
    position: absolute;
    bottom: 60px;
    left: -50%;
    width: 300px;
    font-family:'SCDream';
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
    font-size: 16px;
}

.map_area .map_nt h4 {
    text-align: center;
    padding: 10px;
    background: #828282;
    color: #fff;
    line-height: 1.3;
    font-size: 16px;
}

.map_area .map_nt table th {
    background: #f5f5f5;
    text-align: left;
}

.map_area .map_nt table th,
.map_area .map_nt table td {
    padding: 10px 15px 8px;
    font-size:16px;
    font-weight: 400;
}

.map_property {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 30px;
}

.map_property ul {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.map_property ul li {
    padding: 10px 15px;
}

.graph_wide {
    width: 100%;
    min-height: 370px;
    border: 1px solid #EDEDED;
}

.table_area.h370 {
    max-height: 370px;
}

.health .tabs {
    border-bottom: 2px solid #dcdcdc;
    min-width: 1500px;
    margin-bottom: 20px;
}

.health ul.tabs li {
    width: 400px;
    min-width: 240px;
    padding: 15px 20px;
    background: #fff;
    color: #9f9f9f;
    margin-bottom: 0px;
}

.health ul.tabs li.current {
    background: #f1f1f1;
    color: #535353;
    border: 2px solid #e3e3e3;
    border-bottom: none !important;
}

.visualization_area.health .tab-content {
    border: 1px solid #fff;
    border-top: none;
}

.flex_col {
	flex-direction: column;
}

.flex_col .right_source {
	margin-right: 11px;
	margin-top: 0;
	line-height: 1.1;
}

/*농축산*/
.le_fade {
    position: absolute;
    top: 20px;
    left: 1500px;
    white-space: nowrap;
    border: 1px solid #eee;
    transition: 0.5s;
    width: calc(100% - 200px);
    height: calc(100% - 30px);
    z-index: 10;
    background: #fff;
}
.le_fade.ty02 {
	left:740px;
}
.le_fade .table_area {
    max-height: calc(100%);
}

.table_Vbtn {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: -40px;
    width: 60px;
    height: 80px;
    background: url(/roda/images/front/visualization/box_btn.png) no-repeat right center;
    padding: 27px 10px 20px 33px;
    cursor: pointer;
    border-top-left-radius: 40px;
    border-bottom: 40px;
}

.table_Vbtn:hover {
    background: url(/roda/images/front/visualization/box_btn_h.png) no-repeat right center;
}

.le_fade.active {
    left: 200px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.table_Vbtn.active img {
    transform: rotate(180deg)
}

.mgt10 {
    margin-top: 10px;
}


/* 데이터 시각화 */
.contant_area.wide {
    max-width: 100%;
    margin-bottom: 0;
    height: calc(100vh - 152px);
    background: #eee;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.leftBox {
    width: 320px;
    height: calc(100% - 152px);
    position: absolute;
    background-color: #5A3775;
    z-index: 1;
    transition:0.5s;
    left: 0;
}

.leftBox.active {
    width: 320px;
    height: calc(100% - 152px);
    position: absolute;
    background-color: #5A3775;
    z-index: 1;
    left:-320px;
}

.leftBox .le_btn {
    position: absolute;
    right: -60px;
    top: 50%;
    width: 60px;
    height: 100px;
    background: url(/roda/images/front/visualization//le_box_btn.png) #422559 no-repeat center;
    margin-top: -50px;
    cursor: pointer;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.leftBox .le_btn.active {
    background: url(/roda/images/front/visualization/ri_box_btn.png) #422559 no-repeat center;
}

.leftBox .le_btn .curved-corner-topright {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    top: 100px;
    right: 0px;
    pointer-events: none;
}

.leftBox .le_btn .curved-corner-topright:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
}

.leftBox .le_btn .curved-corner-topright:before {
    top: 0px;
    right: 0;
    box-shadow: -30px -30px 0 0 #422559;
}

.leftBox .le_btn .curved-corner-bottomright {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    top: -120px;
    right: 0px;
    pointer-events: none;
}

.leftBox .le_btn .curved-corner-bottomright:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
}

.leftBox .le_btn .curved-corner-bottomright:before {
    top: 0px;
    right: 0;
    box-shadow: -30px 30px 0 0 #422559;
}


.leftBox>*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.contant_area .leftBox>*::-webkit-scrollbar-thumb:hover {
    background-color: #9e61cc;
}

.contant_area .leftBox>*::-webkit-scrollbar-thumb {
    background-color: #894CB8;
    border-radius: 4px;
}

.contant_area .leftBox>*::-webkit-scrollbar-track {
    background-color: #5A3775;
    border-radius: 4px;
}

.left_conts {
    height: 100%;
    overflow-y: auto;
}

.left_tapBox {
    z-index: 1;
    position: relative;
    height: 100%;
    width: 100%
}

.left_tapBox .vs_tap {
	border-bottom: 2px solid #401761;
}

.left_tapBox .vs_tap:last-child {
	border-bottom: none;
}

.left_tapBox .vs_tap > a {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    text-align: center;
    display: block
}

.vs_iconBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vs_icon {
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    margin-right: 6px;
}

.vs_icon01 {
    background-image: url(/roda/images/front/visualization//dt_icon01.png);
}

.vs_icon02 {
    background-image: url(/roda/images/front/visualization//dt_icon02.png);
}

.vs_icon03 {
    background-image: url(/roda/images/front/visualization//dt_icon03.png);
}

.vs_icon04 {
    background-image: url(/roda/images/front/visualization//dt_icon04.png);
}

.vs_icon05 {
    background-image: url(/roda/images/front/visualization//dt_icon05.png);
}

.vs_icon06 {
    background-image: url(/roda/images/front/visualization//dt_icon06.png);
}

.vs_icon07 {
    background-image: url(/roda/images/front/visualization//dt_icon07.png);
}

.vs_ad {/* 공공행정 */
    background-image: url(/roda/images/front/visualization//dt_icon02.png);
}

.vs_tr {/* 건설교통 */
    background-image: url(/roda/images/front/visualization//dt_icon01.png);
}

.vs_ed {/* 교육문화관광 */
    background-image: url(/roda/images/front/visualization//dt_icon03.png);
}

.vs_md {/* 보건의료 */
    background-image: url(/roda/images/front/visualization//dt_icon04.png);
}

.vs_ec {/* 산업경제 */
    background-image: url(/roda/images/front/visualization//dt_icon05.png);
}

.vs_sf {/* 재난안전 */
    background-image: url(/roda/images/front/visualization//dt_icon06.png);
}

.vs_wl {/* 주민복지 */
    background-image: url(/roda/images/front/visualization//dt_icon07.png);
}

.left_tapBox .vs_tap > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.left_tapBox .vs_tap > a p {
    color: #ffffff;
    font-weight: 600;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: inline-block;
    font-size: 1.125rem
}

.left_tapBox .vs_tap > a.tap_active {
	position: relative;
	margin-bottom: 2px;
	background: #894CB8;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.4),inset 0 1px 1px rgba(255,255,255,0.4);
    z-index: 1;
    
}

.left_tapBox .vs_tap > a .arrow {
    background: url(/roda/images/front/visualization//select_arrow_dwon.png) no-repeat center/contain;
    width: 30px;
    height: 30px;
}

.left_tapBox .vs_tap > a .arrow.arrow_active {
    background: url(/roda/images/front/visualization//select_arrow_up.png) no-repeat center/contain;
    width: 30px;
    height: 30px;
}

.vs_2depth_tapBox {
    padding: 0 0px;
    display: none;
    background: #3D2A4B;
    background: #342d39;
    box-shadow: inset 0px 0px 10px #000000;
}

.vs_2depth_tapBox li {
    border-bottom: 1px solid #1b1a1b;
}

.vs_2depth_tapBox li:last-child {
	border-bottom: none;
}

.vs_2depth_tapBox li a {
    padding: 16px 10px 16px 50px;
    font-size: 1rem;
    font-weight:300;
    color: #C9BFD0;
    display: block;
}

.vs_2depth_tapBox li a.vs_2depth_active{
	height:54px;
    border-bottom: 1px solid rgba(0,0,0,0.2);
    color: #fff;
    background: #3b1e52;
    font-weight: 500;
    box-shadow: inset 0px 1px 0px rgba(255, 255, 255,0.2);
}
.vs_2depth_tapBox li a:hover {
	text-decoration:underline;
}
.vs_2depth_tapBox li a:before {
	margin-right:5px;    
	content:url(/roda/images/front/visualization/check_box_outline_blank.png);
	vertical-align: text-bottom;
}
.vs_2depth_tapBox li a.vs_2depth_active:before {
	content:url(/roda/images/front/visualization/check_box_checked.png);
}

.right_map_area {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.map_api {
    width: 100%;
    height: 100%;
    background: #eee;
}

.right_box {
    position: absolute;
    top: 50%;
    margin-top: -300px;
    right: -900px;
    width: 900px;
    height: 600px;
    z-index: 10;
    background: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    padding: 0px;
    border: 3px solid transparent;
    background-image: linear-gradient(#fff, #fff), linear-gradient(to right, #894CB8 0%, #fff 15%);
    background-origin: border-box;
    background-clip: content-box, border-box;
    transition: 0.5s;
}

.right_box.active {
    right: 0%;
}

.lb_btn {
    position: absolute;
    left: -60px;
    top: 50%;
    width: 60px;
    height: 100px;
    background: url(/roda/images/front/visualization//le_box_btn.png) #894CB8 no-repeat center;
    margin-top: -50px;
    cursor: pointer;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.lb_btn.active {
    background: url(/roda/images/front/visualization//ri_box_btn.png) #894CB8 no-repeat center;
}

.curved-corner-topright {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    top: 100px;
    right: 0px;
    pointer-events: none;
}

.curved-corner-topright:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
}

.curved-corner-topright:before {
    top: 0px;
    right: 0;
    box-shadow: 30px -30px 0 0 #894CB8;
}

.curved-corner-bottomright {
    width: 60px;
    height: 60px;
    overflow: hidden;
    position: relative;
    top: -120px;
    right: 0px;
    pointer-events: none;
}

.curved-corner-bottomright:before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 50%;
}

.curved-corner-bottomright:before {
    top: 0px;
    right: 0;
    box-shadow: 30px 30px 0 0 #894CB8;
}

.right_box .box_contants {
    padding: 30px 27px;
    width: 100%;
    height: 100%;
}



.right_map_area .tabs {
    width: 100%;
    min-width: 100%;
    margin-bottom: 10px;
}

.right_box .tab-content {
    height: calc(100% - 60px);
    margin-bottom: 0;
    flex-direction: column;
}


.right_box .tab-content h4 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 20px;
}
.right_box .tab-content .graph_wide {
	height: 430px;
}

.right_box .tab-content .table_area {
    border-top: none;
    max-height: 455px;
    overflow: auto;
    padding: 0 3px 3px 0;
}

.right_box .tab-content .table_area table.center {
    text-align: center;
}

.right_box .tab-content .table_area th,
.right_box .tab-content .table_area td {
    padding: 8px 10px;
    height: 30px;
    border-right: 1px solid #DADADA;
}

.right_box .tab-content .table_area th:last-child,
.right_box .tab-content .table_area td:last-child {
    border-right: none;
}
.right_box .tab-content .table_area th {
	white-space: nowrap;
}
.right_box .tab-content .table_area td {
/*     max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis; */
    white-space: nowrap;
    font-weight: 300;
}
.right_box .tab-content .table_area td {
	text-align: center;
}

.right_box .tab-content .pagination {
    padding: 10px 0 0;
}

/*사용자 지도*/
.user_map_top {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin: 30px 0;
    align-items: flex-end;
}

.user_map_top span {
    color: #EC5353;
    font-size: 16px;
    font-weight: 400;
}

.user_map_top .search {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.user_map_top input[type="text"] {
    margin-right: 10px;
    width: 570px;
    border-radius: 0;
    height: 50px;
}

.user_map_top button {
    height: 50px;
    width: 110px;
}

.user_map_area {
    width: 100%;
    height: calc(100vh - 139px);
    position: relative;
    overflow: hidden;
}

.user_map_area * ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

.user_map_area * ::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.2);
}

.user_map_area * ::-webkit-scrollbar-thumb {
    background-color: rgba(109, 109, 109, 0.2);
    border-radius: 5px;
}

.user_map_area * ::-webkit-scrollbar-track {
    background-color: none;
    border-radius: 5px;
}

.user_map_area .search{
    position: absolute;
    top: 10px;
    left: 30px;
    display: flex;
    width: 575px;
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #894CB8;
}

.user_map_area .search input[type=text] {
	flex:1;
	margin-right: 10px;
}

.user_map_box {
    position: absolute;
    top: 80px;
    left: 30px;
    width: 575px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #894CB8;
}

.user_map_area .box_hd {
    height: 40px;
    padding: 0 20px;
    background: #894CB8;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    align-items: center;
    justify-content: space-between;
}

.user_map_box .box_hd span {
    font-family: 'Montserrat';
}

.user_map_box .box_hd .drop {
    background: url(/roda/images/front/visualization/select_arrow_dwon.png);
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.user_map_box .box_hd .drop.active {
    background: url(/roda/images/front/visualization/select_arrow_up.png);
}

.user_map_area .box_body {
    padding: 20px 20px 20px;
}

.user_map_area .box_body h4 {
    background: url(/roda/images/front/visualization/bd_maker.png) no-repeat;
    background-position: left center;
    padding: 10px 0 10px 30px;
    margin-bottom: 5px;
    font-family: 'GmarketSans';
    font-size: 18px;
}

.user_map_area .box_body h4.inline {
    display: inline-block;
    margin-right: 20px;
}

.user_map_box .box_body {
	max-height: calc(100vh - 290px);
    overflow: auto;
}

.user_map_box .box_body .flex {
    display: flex;
    align-items: baseline;
    margin-bottom: 5px;
}

.user_map_box .box_body .flex h4 {
    margin-bottom: 0;
}

ol.file_list {
    padding-left: 20px;
    margin: 10px 0 20px;
}

.user_map_box .file_list li {
    margin-left: 0px;
    margin-bottom: 5px;
    font-weight: 300;
}

.user_map_box .file_list li a {
    font-weight: 300;
}

#visualization .user_map_box .radbox_lb {
    background-size: 20px !important;
    padding-left: 26px;
}

#visualization .user_map_box .checbox_lb2 {
    padding-left: 26px;
}

.user_map_box .box_body .scr {
    height: 250px;
    overflow-y: auto;
    padding: 10px 10px 10px 10px;
    margin-bottom: 20px;
    margin-top: 0px;
    border: 1px solid rgba(109, 109, 109, 0.2);
    border-radius: 10px;
}

.user_map_box .box_body .scr ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 10px;
}

.user_map_box .box_body .scr ul li.explanation {
    text-align: center;
    background: #eee;
}

.user_map_box .box_body .scr ul li.explanation p {
    text-align: center;
}

.user_map_box .box_body .scr ul li .region {
    width: 100px;
    margin-right: 5px;
}

.user_map_box .box_body .scr ul li .region label.checbox_lb {
    padding-right: 0;
    padding-left: 30px;
}

.user_map_box .box_body .scr ul li > input[type="number"] {
    flex: 1;
    height: 34px;
    padding: 4px 10px
}

.user_map_box .box_body .scr ul li > input[type="text"] {
    flex: 1;
    height: 34px;
    padding: 4px 10px
}
.user_map_box .box_body .explanation .palette {
	border:none;
	cursor: auto;
}
.user_map_box .box_body .palette {
    width: 65px;
    height: 34px;
    display: flex;
    align-items: center;
    margin-left: 5px;
    justify-content: center;
    border: 1px solid #dadada;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}

.user_map_box .box_body .palette input {
    display: none;
    width: 34px;
    height: 34px;
    display: inline-block;
    cursor: pointer;
    border:none;
}

.user_map_box .box_body .palette span {
	width: 27px; 
	height: 30px; 
	background: url(/roda/images/front/menu_arrow.png) no-repeat center; 
}

.user_map_box .box_body .palette .clr-field button {
    right: 4px;
}

.fl_01 {
    flex: 1;
}

.filebox {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
}

#visualization .filebox .upload-name[type=text] {
    width: calc(100% - 80px);
    background: #fff;
    height: 34px;
    padding: 4px 10px;
    color: #ADADAD;
    font-weight: 300;
    margin-right: 5px
}

#visualization .filebox .file_nomal {
    display: inline-block;
    width: 80px;
    height: 34px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    background: #F4F4F4;
    color: #393939;
    font-size: 1em;
    font-weight: 300;
    border: 1px solid #DBDBDB;
}

#visualization .filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

#visualization .radbox_lb {
    display: inline-flex;
    align-items: center;
    min-width: 100px;
    padding: 0 10px 0 22px;
    height: 22px;
    background: url(/roda/images/front/visualization/radiobox-blank.png) no-repeat left center;
    cursor: pointer;
}

#visualization .radty1:checked + .radbox_lb {
    background: url(/roda/images/front/visualization/radiobox-marked.png) no-repeat left center;
}

.user_map_box .box_body .file_select {
    display: flex;
}

.user_map_box .box_body .file_select select {
    flex: 1;
    height: 34px;
    padding: 4px 30px 4px 10px
}

.user_map_box .box_body .file_select .palette {
    width: 80px;
    display: inline-block;
    display: flex;
}

.user_map_box .box_body .file_select .palette input {
    width: 36px;
}

.user_map_box .box_body .file_select .palette button {
    width: 36px;
}

.user_map_box .box_body .btn_area button {
    width: 130px;
    height: 35px;
    font-weight: 500;
    border-radius: 5px;
    letter-spacing: 1px;
}

.user_map_box .box_body .btn_area button.col06 {
    background: #EFEFEF;
    border: 1px solid #c0c0c0;
    color: #535353;
}

.user_visualization {
    position: absolute;
    top: 30px;
    right: -700px;
    width: 700px;
    height: calc(100% - 60px);
    background: #fff;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    overflow: hidden;
    border: 1px solid #894CB8;
    border-right:0;
    transition: 0.5s;
}

.user_visualization.active {
    right: 0px;
}

.user_visualization .box_hd .closed {
    width: 40px;
    height: 40px;
    background: url(/roda/images/front/visualization/close_w.png);
    margin-right: -15px;
    cursor: pointer;
}

.user_visualization .box_body {
    height: calc(100% - 38px);
    display: flex; flex-direction: column;
}

.user_visualization .graph {
    flex: 1;
    border: 1px solid #f1f1f1;
    margin:0 0 10px;
}

.user_visualization .table_area {
    height: 210px;
    overflow: auto;
    border-top: 2px solid #894CB8;
    border-bottom: 1px solid #eee;
}

.user_visualization .table_area table {
    white-space: nowrap;
}

/*도서관*/

.top_area ul {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.top_area li {
    padding: 0px 0px 0 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-right: 0px;
    height: 40px;
}

.library .top_area li select {
    width: 220px;
    border-radius: 0;
}

.top_area li .topSearch_input {
    width: 500px;
}

.top_area li > span {
    margin: 0 20px 0 10px;
}

.visual_icon {
    width: 100%;
    margin-bottom: 40px;
}

.visual_icon ul {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.visual_icon ul li {
    flex: 1;
    border: 5px solid #F9F0FF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 230px;
    padding: 19px;
    justify-content: center;
}

.visual_icon ul li .img {
    width: 80px;
    height: 80px;
}

.visual_icon ul li p.tit {
    font-size: 20px;
    color: #535353;
    font-weight: 400;
}

.visual_icon ul li p.num {
    font-size: 20px;
    color: #535353;
    font-weight: bold;
    font-family: 'Montserrat';
    font-size: 30px;
}

.visual_icon li small {
    font-size: 16px;
    margin-left: 5px;
}

.visual_icon li .comparison {
	font-size: 14px;
	color: #a8a8a8;
	font-weight: 400;
}

.visual_icon ul li span {
    font-size: 18px;
    font-weight: 500;
    font-family: 'Montserrat';
    margin-right: 5px;
}

.visual_icon ul li span.up {
    color: #EC5353;
}

.visual_icon ul li span.up:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(/roda/images/front/visualization//up.png) no-repeat center
}

.visual_icon ul li span.dwon {
    color: #658aff;
}

.visual_icon ul li span.dwon:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 12px;
    background: url(/roda/images/front/visualization//down.png) no-repeat center
}

.graph_flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.box_cont .flex {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
}

.library_map {
    margin-bottom: 0;
}
.visualization_area .box .map_area.library_map + .graph {
	height: 580px;
}

.graph_flex {
    gap: 20px;
}

.library .table_area {
    min-height: 370px;
}

.library table td {
    height: 30px;
    padding: 5px 10px;
}

/* 통합예매 */
.ticketing .visual_icon ul:first-child {
    margin-bottom: 20px;
}

.ticketing .tabs {
    margin-bottom: 10px;
}

.ticketing .tab-content.current {
    display: block;
}

.ticketing .con_flex .fl01 {flex:1;}
.ticketing .con_flex .fl02 {flex:2;}

.mb_no {
	margin-bottom: 0px;
}

.visualization_area .table_area.he_res {
	height: 493px; 
	max-height: unset;
}

.visualization_area .table_area.he_res td {
	cursor: pointer;
}
.visualization_area .table_area.he_res td:hover {
	background: #eee;
}

.visualization_area .table_area.he_res td.active {
	background: #f9f0ff;
	font-weight: bold;
	
}

.right_align {
	width:100%;
	font-size: 1.125rem;
	text-align: right;
	font-weight: 500;
	margin-bottom: 10px;
	padding: 0 10px;
	color: #894CB8; 
}
.right_align strong {font-weight: 700; }


/* 지방재정 */
ul.tabs {
    margin-bottom: 10px;
}

ul.tabs li:nth-child(n) {
    border-right: 2px solid #dcdcdc;
}

.tab-content {
    display: none;
}

.tab-content.current {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.finance .box_hd {position: relative;}

.finance .box_hd h4 {
	display: inline-block;
	line-height: 1.7;
}

.finance .box_hd.select select {
	width: 100px;
	height: 34px;
	margin-left: 5px;
	padding: 3px 10px;
	vertical-align: bottom;
	position: absolute;
	right: 20px;
}

.finance .visualization_area .box .box_cont {
	height: 340px;
}

.finance .visualization_area .box .box_cont .graph {
	height: calc(100% - 50px) !important;
	margin-bottom: 20px;
}

.finance .graph .add_txt {
	position: absolute;
	bottom: -20px;
	left: 0;
	width: 100%;
	padding:5px;
	font-size:0.875rem;
	text-align: right;
	color: #999;
}

.finance .box_cont {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 330px;
    gap: 20px;
}

.finance  .visualization_area .box .box_cont.h180.block {
   display: block;
}

.finance .box_cont .fle02 {
    flex: 2;
}

.finance .box_cont .fle03 {
    flex: 3;
}

.finance .box_cont .graph {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
}

.finance .box_cont .graph img {
    margin: 0 auto;
    display: block;
}

.finance .box_cont .text_area {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.finance .visualization_area .box .box_cont .graph {
    height: 100%;
}

.text_area {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.text_area p {
    line-height: 1.5;
}

.numb {
    font-family: 'Montserrat';
}

.finance .text_area .col01 {
    color: #f3c300;
}

.finance .text_area .col02 {
    color: #875692;
}

.finance .text_area .col03 {
    color: #f38400;
}

.finance .text_area .col04 {
    color: #a1caf1;
}

.finance .text_area .col05 {
    color: #be0032;
}

.finance .text_area .col06 {
    color: #c2b280;
}

.finance .text_area .col07 {
    color: #848482;
}

.finance .text_area .col08 {
    color: #008856;
}

.finance .text_area .col09 {
    color: #e68fac;
}

.finance .text_area .col10 {
    color: #0067a5;
}

.finance .text_area .col11 {
    color: #f99379;
}

.finance .text_area .col12 {
    color: #604e97;
}

.finance .text_area .col13 {
    color: #f6a600;
}

.finance .text_area .col14 {
    color: #A367DC;
}


.fos20 {
    font-size: 1.25rem;
}

.fos30 {
    font-size: 1.875rem;
}

.bt20 {
    margin-bottom: 15px;
}

.square {
    margin-left: 20px;
    position: relative;
}

.square:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #eee;
    position: absolute;
    left: -20px;
    top: 9px;
}

.square.sol01:before {
    background: #f3c300;
}

.square.sol02:before {
    background: #875692;
}

.square.sol03:before {
    background: #f38400;
}

.square.sol04:before {
    background: #a1caf1;
}

.square.sol05:before {
    background: #be0032;
}

.square.sol06:before {
    background: #c2b280;
}

.square.sol07:before {
    background: #848482;
}

.square.sol08:before {
    background: #008856;
}

.square.sol09:before {
    background: #e68fac;
}

.square.sol10:before {
    background: #0067a5;
}

.square.sol11:before {
    background: #f99379;;
}

.square.sol12:before {
    background: #604e97;
}

.square.sol13:before {
    background: #f6a600;
}

.square.sol14:before {
    background: #A367DC;
}

.visualization_area.grid03 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 30px;
}

.visualization_area.grid03.current {
    display: grid;
}

.visualization_area.grid03 .box.ty02 {
    width: 100%;
    height: 100%;
    margin-bottom: 0;
}

.visualization_area.grid03 .box.ty02 .box_cont {
    height: 300px;
}

.visualization_area.grid03 .box.ty02 .box_cont .table_area th {
    border-right: 1px solid #dadada;
}

.visualization_area.grid03 .box.ty02 .box_cont .table_area th:last-child {
    border-right: none;
}

.visualization_area.grid03 .box.ty02 .box_cont .table_area th,
.visualization_area.grid03 .box.ty02 .box_cont .table_area td {
    padding: 5px;
}

.visualization_area.grid03 .box.ty02:nth-child(5) {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}

.finance .visualization_area.grid03 .box.ty02:nth-child(5) .box_cont {
    height: auto;
    flex: 1;
}

.finance .visualization_area.grid03 .box.ty02:nth-child(5) .box_cont .table_area {
    height: 100%;
    max-height: none;
}


/*인허가*/
h3.sub_tit02 {
    position: relative;
    text-align: center;
    width: 100%;
    margin: 20px 0 40px;
}

h3.sub_tit02 span {
    position: relative;
    font-size: 25px;
    padding: 0 20px;
}

.sub_tit02 span:before {
    content: url("/roda/images/front/visualization//tx_first.png");
    width: 20px;
    height: 30px;
    position: absolute;
    left: -20px;
    top: 5px;
}

.sub_tit02 span:after {
    content: url("/roda/images/front/visualization//tx_last.png");
    width: 20px;
    height: 30px;
    position: absolute;
    right: -20px;
    top: 5px;
}

.con_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    width: 100%;
}

.license .con_flex .fle01 {
    flex: 1
}

.license .con_flex .fle02 {
    flex: 2
}

.license .visualization_area .box .box_cont.h180 {
    height: 180px;
    min-height: inherit;
}


.license .table_area.h450 {
    height: 450px;
    max-height: none;
}

.license .graph {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table_area.lice01 {
    height: 400px;
    max-height: none;
}

.table_area.lice01 th,
.table_area.lice01 td {
    height: 35px;
    padding: 5px;
}

.box_cont .pagination {
    margin: 10px 0 0;
}

/* graph_alarm */
.graph .alarm, 
.table_area .alarm {
	padding: 100px 0 0;
    text-align: center;
}

.graph .alarm .img,
.table_area .alarm .img{
    background: url(/roda/images/front/warning.png) no-repeat center;
    width: 50px;
    height: 50px;
    display: block;
    margin: 0px auto 10px;
    filter: hue-rotate(90deg)
}

.graph .alarm p 
.table_area .alarm p {
    background: #fff0f0;
    padding: 10px 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(137, 76, 184, 0.3);
    font-weight: 400;
}


/* 생활폐기물 */
/* 뉴스 */
input.news_search {
    margin-left: 10px;
    width: 300px;
}

.news_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    gap: 20px;
}

.news_area .box {
    margin-bottom: 30px;
}

.news_area .left {
    flex: 2;
}

.news_area .left .box .graph {
    height: 280px;
}

.visualization_area .news_area .box .box_cont {
    min-height: inherit
}

.news_area .right {
    flex: 3;
    display: flex;
    flex-direction: column;
}

.news_area .right .box .box_cont {
    height: 743px;
    padding: 0;
    overflow: auto;
}

.news_title li {
    border-bottom: 1px solid #F1F1F1;
    text-align: left;
    padding: 0 20px;
    font-weight: 400;
    cursor: pointer;
}

.news_title li.active,
.news_title li:hover {
    font-weight: 600;
    background: #F8F8F8;
}

.news_title li.active {
    border: 2px solid #eee;
}

.news_list .title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_title li .title p {
    line-height: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 600px;
    display: inline-block;
    font-size: 1.125rem;
}

.news_title li .title .sub {
    min-width: 200px;
    text-align: right;
}

.news_title li .title span {
    padding: 0 10px;
    font-size: 1rem;
    font-weight: 400;
    color: #9f9f9f;
    text-align: right;
}


.news_area .right .box .box_cont .news_cont {
    width: 100%;
    border: 1px solid #eee;
    background: #fff;
    display: none;
    padding: 0 10px 10px;
    margin: 10px 0 20px;
}

.news_area .right .box .box_cont .news_title li.active .news_cont {
    display: none;
    ;
    cursor: auto;
}

.news_area .right .box .box_cont .news_title li .news_cont .news_hd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #909090;
    padding: 10px 0 10px 10px;
}

.news_area .right .box .box_cont .news_title li .news_cont .news_hd a {
    color: #894CB8;
}

.news_area .right .box .box_cont .news_title li .news_cont .news_hd a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    background: url(/roda/images/front/link-square_co.png);
    background-size: cover;
    margin-bottom: -3px;
    margin-left: 5px;
}

.news_area .right .box .box_cont .news_title li .news_cont .news_hd a:hover {
    text-decoration: underline;
}

.news_area .right .box .box_cont .news_title li .news_cont .news_hd .closed {
    background: #eee;
    border-radius: 3px;
    width: 30px;
    height: 30px;
    background: url(/roda/images/front/close.png) #eee no-repeat center;
    vertical-align: middle;
    float: right;
}

.news_area .right .box .box_cont .news_cont pre {
    line-height: 1.4;
    font-weight: 400;
    padding: 15px;
    word-wrap: break-word;
    height: 300px;
    overflow-y: auto;
    white-space: break-spaces;
}

.news_area .right .box .box_cont .news_cont pre img {
    margin: 10px auto 20px;
    display: block;
}

/* 그래프 텍스트 추가 */
.graph {
	position: relative;
	margin-top: 20px
}

.source {
	position: absolute;
	top: -20px;
	right: 10px;
	text-align: right;
}

.sourcePo {
	position: absolute;
	top: -13px;
	right: 10px;
	text-align: right;
}

.X_axis, .Y_axis, .Y_axisPo, .X_axisPo {
	font-size: 0.875rem;
	color: #999;
}

.X_axis {
	position: absolute;
	left: 5px;
	top: -20px;
}

.X_axisPo {
	position: absolute;
	left: 5px;
	top: -13px;
}

.Y_axis {
	position: absolute;
	right: 10px;
	bottom: 25px;
}

.Y_axisPo {
	position: absolute;
	right: 10px;
	bottom: 5px;
}

p.map_example {
	display: block;
	margin-bottom: 5px;
    color: #8d8d8d;
}

.map_explanation {
	position: absolute;
	top:0;
	left: 0;
	width: 100%; 
	padding: 10px; 
	text-align:center; 
	background: rgba(255,255,255,0.6);
	z-index: 10;
}




