@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;
}

#analysisGallery {
    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;
}

.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;
}

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

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

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

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

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

.analysisGallery_area .box .box_hd h3 {
    color: #894CB8;
    font-size: 20px;
}

.analysisGallery_area .box .box_hd h4 {
    color: #535353;
    font-size: 20px;
}

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

.analysisGallery_area .box .box_cont {
    margin-top: 10px;
    min-height: 300px;
    border: 1px solid #EDEDED;
    border-top: none;
    padding: 10px 20px 20px;
    gap: 20px;
}

.analysisGallery_area .box .box_cont .graph {
    width: 100%;
    min-height: 270px;
}

.analysisGallery_area .box .box_cont.fl2 {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.analysisGallery_area .box .box_cont.fl2 > * {
    width: calc(50% - 10px);
}

.analysisGallery_area .box .box_cont.fl2.btw2 .graph{
    flex:2;
    height: 350px;
}
.analysisGallery_area .box .box_cont.fl2.btw2 .table_area {
    flex:1;
    max-height: 350px;
}

/* table */
.analysisGallery_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;
}

.analysisGallery_area table {
    min-height: 100%
}

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

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

.analysisGallery_area td {
    border-right: 1px solid #DADADA;
    height: 50px;
}

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

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

.analysisGallery_area table th.col01 {
    background: #F1F1F1;
}

.analysisGallery_area table th.col02 {
    background: #E8E8E8;
}

.analysisGallery_area table th.col03 {
    background: #FFF9DF;
}

.analysisGallery_area table th.col04 {
    background: #F9DFFF;
}

/* 상단검색 */
.ga_boxSearch {
    width: 100%;
    background: #F9F0FF;
    padding: 20px 25px;
    margin: 0 auto 30px;
    border-radius: 10px;
}

.ga_boxSearch ul {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.ga_boxSearch 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;
}

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

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

.ga_boxSearch .sc_btn:after {
    content: "검색";
}

.ga_boxSearch li > span {
    margin: 0 20px 0 30px;
}

.ga_boxSearch li select.w420 {
    width: 420px;
}

.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 {
	position:relative;
    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: 8px;
}

.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 .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
}

.visual_icon ul li span.source {
	position: absolute;
    top: 10px;
    right: 10px;
    text-align: right;
    color:#894CB8;
	font-size: 14px;
    font-weight: 500;
    font-family: 'SCDream';
    margin-right: 5px;
	

}

/* 축제 */
h4.vi01 {
    font-size: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

h4.vi01:before {
    content: "";
    width: 27px;
    height: 32px;
    background: url(/roda/images/front/visualization/maker01.png);
    display: inline-block;
    margin-right: 10px;
}

.analysisGallery_area .vi01 strong {
    color: #EC5353;
}

.analysisGallery_area .table_vi01 {
    border-spacing: 10px 5px;
    border-collapse: separate;
    text-align: center;
    font-size: 16px;
    min-height: auto;
}

.analysisGallery_area .table_vi01 th {
    background: #FFE8E8;
    color: #EC5353;
    font-size: 16px;
}

.analysisGallery_area .table_vi01 thead th {
    border-top: 1px solid #EC5353;
    border-right: 1px solid #EC5353;
    border-left: 1px solid #EC5353;
}

.analysisGallery_area .table_vi01 th,
.analysisGallery_area .table_vi01 td {
    padding: 5px;
    height: 40px;
    font-weight: 500;
}

.analysisGallery_area .table_vi01 td {
    border: none;
}

.analysisGallery_area table.fas01 tbody {
    border-bottom: 1px solid #DADADA;
}

.analysisGallery_area table.fas01 tbody tr {
    border-bottom: none;
}

.analysisGallery_area table.fas01 tbody tr td {
    height: 38px;
    padding: 0
}

.analysisGallery_area .table_fe thead tr:nth-child(2) th{
	position: sticky;
    top: 45px;
}


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

.tab-content {
    display: none;
    margin-top: 30px;
}

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

.map_vi_icon {
	position:relative;
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 40px;
}

.map_vi_icon .map_area {
    width: 1080px;
    border: 1px solid #eee;
    height: 500px;
}

.map_vi_icon .map_area .sop-pane.sop-marker-pane .markerDiv .marker_name{
	display: inline-block;
	word-break: keep-all;
    font-size: 12px;
    transform: translateX(-50%);
    margin-left: 14px;
    margin-top: 5px;
    text-wrap: nowrap;
    
}

.map_vi_icon .visual_icon {
    width: 400px;
    margin-bottom: 0;
}

.map_vi_icon .visual_icon ul {
    flex-direction: column;
    height: 100%;
}

.table_area.tour01 td {
    height: 88px;
}

.table_area.tour02 {
    height: 223px;
}

.table_area.tour02 td {
    height: 35px;
    padding: 5px;
}

.analysisGallery_area .box .box_cont .graph.mt_no {margin-top: 0;}

.analysisGallery_area .table_area.tour03 table {
    white-space: nowrap;
}

.analysisGallery_area .table_area.tour03 table tbody th {
    background: #FBFBFB;
    font-weight: 400;
    height: 20px;
    border: none;
}

.analysisGallery_area .table_area.tour03 td {
    border-right: 0px solid;
    height: 20px;
    line-height: 1;
    padding: 5px 20px;
}

/*일라이트*/
.map_area.wide {
    width: 1500px;
    height: 600px;
    border: 1px solid #eee;
    margin-bottom: 30px;
    overflow: hidden;
}

.illite {}

.illite h3 {
    position: relative;
    font-size: 20px;
    font-family: 'GmarketSans';
    margin-bottom: 10px;
}

.illite h3:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 10px;
    background: #894CB8;
    vertical-align: middle;
    margin-top: -2px;
}

.illite .table_area {
    border-bottom: none;
    max-height: none;
    margin-bottom: 30px;
}

.illite table th {
    font-size: 18px;
}

.illite table td {
    border-right: none;
}

.illite table td .link {
    color: #1C82FF;
    text-decoration: underline;
}

.illite table td.detail {
    height: 100px;
}

.illite table td select {
    width: 100%;
}

.illite table td a.down {
    display: block;
    margin: 5px 0;
}

.illite .sld_dwon_btn {
    position: relative;
    width: auto;
    font-size: 1.5rem;
    margin: 20px 0 40px;
    padding: 10px 0;
    border-bottom: 0px;
    cursor: pointer;
    transition: 0.3s;
    font-family: 'GmarketSans'
}

.plus {
    width: 28px;
    height: 28px;
    background: #eee;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    margin-left: 10px;
    position: relative;
    top: -2px;
    transition: 0.3s;
}

.illite .sld_dwon_btn:hover .plus {
    transform: rotate(90deg);
}

.illite .sld_dwon_btn span {
    position: absolute;
    left: 5px;
    top: 13px;
    width: 17px;
    height: 2px;
    background: #535353;
    display: inline-block;
    transition: 0.3s;
}

.illite .sld_dwon_btn span:nth-child(2) {
    transform: rotate(90deg);
}

.illite .sld_dwon_btn.active {
    color: #894CB8;
    border-bottom: 2px solid #894CB8;
    width: 100%;
}

.illite .sld_dwon_btn.active:hover .plus {
    transform: rotate(0deg);
}

.illite .sld_dwon_btn.active span {
    background: #894CB8;
}

.illite .sld_dwon_btn.active span:nth-child(2) {
    transform: rotate(0deg);
}

.illite .sld_dwon {
    width: 100%;
    display: none;
}

.il_map .sop-pane.sop-map-pane{ font-family: 'SCDream', 'GmarketSans', 'Montserrat', sans-serif; font-size: 1rem;}
.il_map .marker_name {
    position: absolute;
    top: 5px;
    width: 34px;
    font-size: 1rem;
    color: #ff2a2a;}
    
.il_map .sop-infowindow {
	margin-left: 10px;
}
.il_map .sop-infowindow-content {
    margin: 12px 24px 12px 16px;
 }
 
 .il_map .sop-infowindow-content h2 {
	 position:relative;
	 margin-bottom: 5px;
	 cursor: pointer;
	 }
 .il_map .sop-infowindow-content h2.active {
 	font-weight: 600;
    color: #894cb8;
 }	 
	 
 .il_map .sop-infowindow-content h2:before {
  	content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    background: #894cb8;
    margin: 4px;
  }
 

/*재난안전*/
.analysisGallery_area.safety .ga_boxSearch select {
    width: 130px;
}

.analysisGallery_area.safety .ga_boxSearch span {
    margin: 0 20px;
}

.analysisGallery_area.safety .ga_boxSearch select.w220 {
    width: 220px;
}

.table_vi_icon {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 30px;
    width: 100%;
}

.table_vi_icon .visual_icon {
    width: 660px;
    margin-bottom: 0;
}

.visual_icon li {
    justify-content: center;
}

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


.analysisGallery_area.safety .td_more td {
	padding: 10px;
}

.analysisGallery_area.safety .td_more td span{
	display: inline-block;
	width:24px; 
	height: 24px;
	margin-left: 2px; 
	background: url(/roda/images/front/visualization/td_more.png);
	vertical-align: text-bottom;
	cursor: pointer;
}

.analysisGallery_area.safety .box.ty03 {
    height: 220px;
    flex: 1;
    margin-bottom: 0;
}

.analysisGallery_area.safety .box.ty03_1 {
    height: 360px;
    flex: 1;
    margin-bottom: 0;
    
}
.analysisGallery_area.safety .box.ty03_1 .box_cont {
	min-height: 280px;
}

.analysisGallery_area.safety .box.ty03_1 .box_cont .table_area {
	border-bottom: 0;
    height: 251px;
    border-bottom: 1px solid #DADADA;
}

.analysisGallery_area.safety .box.ty03 .box_cont {
    padding: 0;
    min-height: 0;
    border: none;
    text-align: center;
    margin-top: 12px;
}

.analysisGallery_area.safety .box.ty03 .box_cont .table_area {
    border-bottom: 0;
    height: 156px;
}

/*경제*/
.ga_boxSearch {
    width: 1500px;
}

.econom .ga_boxSearch select {
    width: 130px;
}

.econom .ga_boxSearch span {
    margin: 0 10px;
}

.econom .visual_icon ul {
    gap: 20px;
}

.econom .visual_icon ul:first-child {
    margin-bottom: 20px;
}

.econom .visual_icon.eco02 ul:last-child li {
    height: 250px;
    text-align: center;
}

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

.table_area.econom01 {
    height: 340px;
    max-height: unset;
    border-bottom: 0;
}

.table_area.econom01 table th {
    padding: 0;
    height: 30px;
}

.table_area.econom01 table td {
    padding: 0;
    height: 30px;
}

.econom .flex .graph {
    height: 340px;
}

.econom .flex.ty01 {}

.econom .flex.ty01 > * {
    flex: 1;
}

.table_area.econom01 table th.tit {
    font-size: 20px;
    padding: 15px;
    height: 50px;
}

.econom .flex.ty01 .table_area.econom01 {
    height: 390px;
    border-top: none;
}

.table_area.econom02 {
    height: 201px
}

.table_area.econom02 td {
    height: 30px;
}

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

.graph_flex .graph:nth-child(1) {
    flex: 3;
}

.graph_flex .graph:nth-child(2) {
    flex: 2;
}


/*농업*/
.tabs.AG {
	position: relative;
	}
.tabs.AG span {
	position: absolute;
	right: 10px;
    top: 16px;
    font-size: 1.125rem;
    color: #894CB8;
    font-weight: bold;
}


.graph_flex.half {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}
.hie_bt {
	height: 100%;
}
.graph_flex.half .graph:nth-child(1) {
    flex: 1;
}

.graph_flex.half .graph:nth-child(2) {
    flex: 1;
}

/* 상수도 */
.map_vi_graph {
	display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    margin: 30px 0 40px;
    gap: 20px;
}

.box_hd.bt10 {
    margin-bottom: 10px;
}

.map_vi_graph .map_area {
    border: 1px solid #eee;
    flex: 1;
    min-height: 540px;
}

.map_vi_graph .graph {
    flex: 1;
}

.waterworks .graph.map_si {
	height: calc(100% - 40px);
}

/* 인구 */
.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; }

.popul .tabs {
    margin-bottom: 30px;
}
.popul .ga_boxSearch select {
    width: 100px;
}

.popul .ga_boxSearch span {
    margin: 0 10px;
}

/* .popul .ga_boxSearch li:nth-child(5) select {
    width: 180px;
} */

.popul .visual_icon ul:first-child {
    margin-bottom: 20px;
}

.popul .flex .box .box_cont {
    flex: 1;
    height: 560px;
    display: flex;
    flex-direction: column;
}

.popul .flex .box .box_cont .graph.h500 {
    min-height: 527px;
}

.popul .flex .box .box_cont .table_area {
    height: 230px;
}

.popul .flex .box .box_cont .table_area.popul01 {
    height: 500px;
    max-height: 500px;
}

.popul .flex .box .box_cont .table_area.popul01 td {
    min-height: 40px;
    padding: 10px 5px;
}

.popul .flex .box .box_cont .table_area.popul01 td:nth-child(2) {
	text-align: left;
}

.analysisGallery_area.popul .flex.pop {
    padding: 10px 20px 20px;
    border: 1px solid #894CB8;
    border-top: none;
    margin-bottom: 30px;
}

.analysisGallery_area.popul .flex.pop .box {
    margin-bottom: 0;
}

h4.sub_name {
    height: 60px;
    background: #F9F0FF;
    border: 1px solid #894CB8;
    border-bottom: none;
    width: 100%;
    text-align: center;
    line-height: 1.5;
    padding: 15px;
    margin-bottom: 10px;
    color: #894CB8;
    font-size: 24px;
    font-family: 'GmarketSans';
}

.ga_boxSearch .age{width: 65px; text-align: center;}

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

.health .ga_boxSearch .ye {
    width: 130px;
}

.health .ga_boxSearch span {
    margin: 0 10px;
}

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

.tit_map h4 {
    background: #f1f1f1;
    padding: 15px;
    text-align: center;
    border: 1px solid #EDEDED;
    border-bottom: none;
    line-height: 1.5;
    width: 100%;
    height: 60px;
    font-size: 20px;
    margin-bottom: 20px;
}

.tit_map .map_area {
    width: 100%;
    height: 600px;
    border: 1px solid #eee;
}

.box.ty03 {
    width: 100%;
}

.health .box.ty03 > .box_hd {
    background: #F9F0FF;
    border: 1px solid #894CB8;
    border-bottom: none;
}

.health.box.ty03 > .box_cont {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #894CB8;
    border-top: none;
}

.health .box.ty03 .box_cont > div {
    margin-bottom: 0;
}

.graph {
    display: flex;
    height: 100%;
}

.sample_chart {
    margin: auto;
    display: block;
}

.health .fl04 {display: flex; flex-wrap: wrap;}

/* 분석 갤러리 메인 */
.analysisGallery_area .main_grid {
    display: block;
    width: 100%;
    height: auto;
    grid-gap: 30px;
    padding: 10px;
}

.analysisGallery_area .main_grid li {
    height: 420px;
    border-radius: 20px;
    border: 2px solid #f9f0ff;
    width: 30%;
    margin:1.5%;
    display: inline-block;
    cursor: pointer;
    transition: 0.3s;
    overflow: hidden;
}

.analysisGallery_area .main_grid li a {
	padding:30px; 
	display: block;
	height: 100%;
}

.analysisGallery_area .main_grid li:hover {
    /* border: 2px solid #894CB8; */
    box-shadow: 5px 5px 5px rgba(60, 13, 96, 0.20);
}

.link_img {
	position:relative;
    width: 100%;
    height: 320px; 
    overflow: hidden;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.link_img:after {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background-image: linear-gradient(0deg, white, transparent);
	pointer-events: none;
}

.analysisGallery_area .main_grid li h3 {
    color: #894CB8;
    font-size: 24px;
    font-family: 'GmarketSans';
    text-align: center;
    font-weight: 500;
    margin-bottom: 20px;
}

/*맵추가*/
.map_area {position: relative;}
.map_area .point {
    position: absolute;
    z-index: 5;
}

.map_area .map_nt {
    position: absolute;
    bottom: 60px;
    left: -137px;
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.25);
    
    font-size: 16px;
    font-family: 'SCDream', 'GmarketSans', 'Montserrat', sans-serif;
    font-weight: 500;
    color: #535353;
    letter-spacing: -0.05em;
}

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

.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-weight: 400;
}

/*보건-코로나*/
.covidTabs {
    width: 480px;
    margin: 10px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;

}

.covidTabs li {
    cursor: pointer;
    padding: 15px 10px;
    width: 240px;
    height: 50px;
    text-align: center;
    color: #B7B7B7;
    background: #F8F8F8;
    border: 2px solid #dcdcdc;
    font-size: 1.25rem;
    font-weight: 300;
}

.covidTabs li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.covidTabs li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.covidTabs li.current {
    background: #F9F0FF;
    color: #894CB8;
    border: 2px solid #894CB8;
    font-weight: 400;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
}

.subtab-content {
    display: none;
    margin-top: 30px;
}

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

.analysisGallery_area .box .box_cont.wide {
	position: relative;
    padding: 10px 0 0;
    border: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0;
}

.analysisGallery_area .box .box_cont.wide .map_area {
    width: 900px;
    margin-right: 20px;
    border: 1px solid #f0f0f0;
    height: 560px;
}




.analysisGallery_area .box .box_cont.wide .table_area {
    flex: 1;
    min-height: 561px;
    border-bottom:none;
}

.analysisGallery_area .box .box_cont.wide .table_area table {
    height: 558px;
}

.analysisGallery_area .box .box_cont.wide .table_area td {
    padding: 0;
    height: auto;
}

.sub_tx {
    color: #b7b7b7;
    font-weight: 400;
    text-align: right;
    margin-top: 5px;
}

.covid_tit {
    width: 800px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    background: #F9F0FF;
    margin: 0px auto 30px;
}

.covid_tit li {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    vertical-align: middle;
    padding: 35px;
    border: 5px solid #F9F0FF;
    justify-content: center;
    align-items: center;
}

.covid_tit li p {
    line-height: 1;
    vertical-align: text-bottom;
}

.covid_tit li:first-child {
    background: #fff;
    font-family: 'GmarketSans';
    font-size: 21px;
}

.covid_tit li:last-child {
    font-family: 'Montserrat';
    font-size: 30px;
    font-weight: bold;
}

.covid_tit li small {
    font-family: 'SCDream';
    font-size: 1rem;
    margin-left: 5px;
    font-weight: 400;
}

.subtab-content .table_area.ovX {
    height: 320px;
}

/* 일라이트 좌측 박스 */
.le_fade {
    position: absolute;
    top: 10px;
    right: -750px;
    white-space: nowrap;
    border: 1px solid #eee;
    transition: 0.5s;
    width: 750px;
    height: calc(100% - 20px);
    z-index: 1000;
}
.le_fade .table_area {
    max-height: calc(100%);
}

.le_fade .box_area.illite {padding: 20px;}

.table_Vbtn {
    position: absolute;
    left: -60px;
    top: 50%;
    margin-top: 0px;
    width: 60px;
    height: 80px;
    background: url(/roda/images/front/visualization//box_btn.png) no-repeat 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 center;
}

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

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

.box_area {
	background: #fff; 
	padding: 20px 30px; 
	overflow-Y:scroll; 
	height: 100%; 
}

.box_area h3 {
	margin-bottom: 10px;
}

.box_area select {
	width: 100%;
}

.box_area h3:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    margin-right: 10px;
    background: #894CB8;
    vertical-align: middle;
    margin-top: -2px;
}

.le_fade .illite table th{
	padding: 15px 5px;
	font-size: 0.875rem;
}
.le_fade .illite table td{
	font-size: 0.875rem;
	padding: 10px 10px; 
	white-space: initial;
}
.le_fade .illite table td a{
	font-size: 0.875rem;
}

/* -------------이지애 추가------------ */
p_flex {
	display: flex;
	justify-contents: center;
	align-items: center;
}
/* ------------------------------- */

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;
}

.map_explanation.ty02{
	top:10px;
	width: 900px; 
}

.map_explanation.ty03 {
	top:0px;
	width: 1080px;
}

div.am5-modal-content {box-shadow: none;}

/* 그래프 텍스트 추가 */
.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;
}
