@charset "utf-8";
@import url(ris_gis.css?ver=1.0);
@import url(https://spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);

/*reset*/
* {margin:0; padding:0; box-sizing: border-box}
html, body {width:100% !important; height:100%;}
body, button, html, input, select, textarea {font-family:'pretendard', 'Spoqa Han Sans Neo', sans-serif !important; font-weight:400; color:#111; font-size:14px; letter-spacing:-0.03em}
ol,ul,li{list-style:none;}
table{border-collapse:collapse;	border-spacing:0;}
input{box-sizing: border-box;padding:0;margin:0;}
a,em {font-style:normal; text-decoration:inherit;color:inherit;}
a {cursor:pointer}
img{border:0 none}
button {padding:0 10px; cursor:pointer}

#wrap {height:100%; box-sizing:border-box; min-width:1200px; min-height:680px;}
#container {height:calc(100% - 80px); padding:0; position:relative; z-index:1; display: flex;}

/* 신규헤더 <div class="header_w">에서 <header>로 변경예정  */
header {display: flex; height: 80px; font-size: 16px; padding:0 24px 0 24px; position: relative; z-index: 99; border-bottom: 1px solid #e0e0e0;}
header .logo{width:240px; display: flex;  align-items: center; background: url(../img/logo_reps.png) 0 50%;background-size: 75% auto;background-repeat: no-repeat; font-size:0;}
header .menu{display: flex; align-items: center; padding:0 48px; width: 100%; position: relative}
header .menu .left{grid-auto-flow: column; gap: 48px; display: grid}
header .menu .left a.current{color: #527FF7; font-weight: 600}
header .menu .right{display: grid; position: absolute; right:0;}
header .menu .right a i {width:10px; height:14px; display: inline-block; background:url("../img/ic_arrow.svg") no-repeat; margin-right:12px; background-size: 100%; margin-left:4px}
header .menu .right a.show i {transform: rotate(180deg)}
header .menu .right .show + .manage_pop {display: block;}
header .menu .right .manage_pop{position: absolute;background: #fff;top: 30px;padding:16px;right: -20px;width:180px;box-shadow: rgb(0 0 0 / 16%) 0px 4px 24px;border-radius: 8px; display: none;}
header .menu .right .manage_pop p{border-bottom:1px solid #eee; padding:0 0 16px; margin-bottom:12px;}
header .menu .right .manage_pop p em{font-size:13px; color:#527FF7; font-weight:500; margin-bottom:8px}
header .menu .right .manage_pop p span{font-size:14px; font-weight:500; display: block; }
header .menu .right .manage_pop ul {}
header .menu .right .manage_pop ul li{font-size:13px; display: flex; height:30px; align-items:center; padding:0 8px; border-radius: 4px}
header .menu .right .manage_pop ul li:hover {background: #eff3ff;color:#527FF7; }
header .menu .right .manage_pop ul li a{}

.slide_btn_close {position:absolute; top:40px; right:-42px;z-index:999; display:block;}
.slide_btn_close a {font-size:13px; display:block; width:40px; line-height:38px; background:#fff; color:#333; text-align:center;border:1px solid #ccc; border-left:0;}

.lnb {min-width:280px; height:100%; background: #fff; position: relative; transition: .1s}
.lnb > ul {height:calc(100% - 72px); background: #fff; overflow: auto; border-right: 1px solid #eee;}
.lnb > ul > li{border-bottom:1px solid #eee; }
.lnb > ul > li > a{display: flex; height:56px; align-items: center; padding:0 24px; position: relative; font-size:15px; font-weight: 500}
.lnb > ul > li > .menu_2d {background:#f6f7f8; padding:16px 0; display: none}
.lnb > ul > li > .menu_2d > ul > li > h5{display: flex; height:32px; align-items: center; padding:0 24px 0 36px; font-size:15px; font-weight:500}
.lnb > ul > li > .menu_2d > ul > li > .menu_3d {margin-bottom:16px; padding: 0 24px 0 36px;}
.lnb > ul > li > .menu_2d > ul > li > .menu_3d > a{display: flex; height:32px; align-items: center; padding:0 8px; color: #555; font-size: 14px;  border-radius: 4px; white-space: nowrap; cursor: default}
.lnb > ul > li > .menu_2d > ul > li > .menu_3d > a:hover{background: #eff3ff;color:#527FF7; }
.lnb > ul > li > .menu_2d > ul > li > .menu_3d > a.current{color:#527FF7; font-weight: 600; background: #eff3ff;}
.lnb > ul > li > .menu_2d > ul > li > .menu_3d > a span {cursor: pointer}
.lnb > ul > li > .menu_2d > ul > li > .menu_3d > a input[type=checkbox] {display: none}
.lnb > ul > li > .menu_2d > ul > li > .menu_3d > a input[type=checkbox] + label {line-height:20px; vertical-align: middle; position: relative; display: inline; cursor: pointer; font-size: 0;}
.lnb > ul > li > .menu_2d > ul > li > .menu_3d > a input[type=checkbox] + label:before {display: inline-block; width:12px; height:12px; background: url(../img/ic_favorite.svg) 50% 50%  no-repeat; content: ''; vertical-align: middle; margin: 0 4px 0 0; border-radius:4px; filter: grayscale(1); background-size: 100%;}
.lnb > ul > li > .menu_2d > ul > li > .menu_3d > a input[type=checkbox]:checked + label:before {filter: grayscale(0);}
.lnb > ul > li .show + .menu_2d {display: block !important}

.lnb ul li i {width:10px; height:14px; display: inline-block; background:url("../img/ic_arrow.svg") no-repeat; margin-right:12px; transition: .15s; background-size: 100%; position: absolute; left: 240px;}
.lnb .show i {transform: rotate(-90deg)}

.lnb > a{position: absolute;top: 50%;width: 24px;height: 48px;background: #fff; margin-top: -24px;right: -24px; border-radius: 0 4px 4px 0; box-shadow: rgb(0 0 0 / 8%) 0px 4px 24px}
.lnb > a:before{width:24px; height:48px; background: url("../img/ic_arrow.svg") 50% 50% no-repeat; display: block; content: ''; transform: rotate(90deg)}
.lnb.hid {width:0; min-width: 0; }
.lnb.hid a {background: #fff; }
.lnb.hid a:before {transform: rotate(270deg)}

.lnb .bottom_wrap {padding: 16px}
.lnb .bottom_wrap button {background:#fff; border:1px solid #ddd; height: 40px; font-size:13px; border-radius:2px; color:#444; padding:0 8px; display: flex; align-items: center; gap: 4px; justify-content: center; width: 100%; font-weight: 500}
.lnb.hid .bottom_wrap {display: none;}

.popup_container h5.count_total {font-size:14px; padding:0 0 12px 0; font-weight: 500}



.statistics_wrap {padding: 24px 24px 12px 36px; width:100%; background: #F6F8FC; display: flex; flex-direction: column}
.statistics_wrap * {box-sizing: border-box}


/* 지역현황 */
.title_wrap {position:relative; height:30px; margin-bottom:16px; display: flex; align-items: center;}
.title_wrap h1 {font-size:20px; font-weight:600; display: flex; align-items: center; gap: 8px}
.title_wrap em {position: absolute; right: 0; font-size: 14px; display: flex; align-items: center;}
.title_wrap em:before {width:16px; height:16px; display:inline-block; background:url(../img/svg/Build/home-two.svg); content:"";}
.title_wrap em span {position:relative; display: flex; align-items: center;}
.title_wrap em span:before {width:16px; height:16px; display:inline-block; background:url(../img/svg/Arrows/right.svg) ; content:"";}
.title_wrap button {background:#fff; border:1px solid #ddd; height:28px; font-size:13px; border-radius:4px; display: flex; align-items: center; gap: 4px; padding: 0 8px;}
.title_wrap button:hover {border-color: #aaa}

.filter_wrap {position: relative; margin-bottom: 16px; background: #fff; padding: 0 10px; height: 50px; min-height: 50px; box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px;border-radius: 8px; display: flex; align-items: center; border: 1px solid #e0e0e0; justify-content: space-between;}
.filter_wrap > div {display: flex; align-items: center; gap: 4px;}
.filter_wrap .info {font-size: 12px; margin-left: 12px; white-space: nowrap;}
.filter_wrap label {line-height:30px; font-size:13px; font-weight:500; position:relative; display: inline-block; white-space: nowrap;}
.filter_wrap select {height:32px; min-width:120px; font-size:14px; background:#fff; border:1px solid #eee; border-radius:3px;}
.filter_wrap .jqx-action-button {top: 0;}
.filter_wrap #dropDownButtonContentdropDownButton, .filter_wrap #dropDownButtonContentdropDownButtonJK, .filter_wrap #dropDownButtonContentgrp_code, .filter_wrap #dropDownButtonContentdropDownButtonCO {padding-top: 5px;}


.btn_report_pop {margin-left:20px; border-left:1px solid #aaa; padding-left:20px;}
.btn_report_pop a {background:#527FF7; color:#fff; display:inline-block; padding:0 10px; border-radius:2px; line-height:30px;}

.chart_wrap {height:calc(100% - 96px); display: flex; flex-direction: column; gap: 16px}
.chart_wrap h4 {position:relative; font-size:16px; height: 30px; display: flex; align-items: center; gap: 4px}
.chart_wrap h4 .fright {float:right;}


/* 2023-07-11 grid 엑셀 다운로드 버튼 스타일 추가 */
.chart_wrap h4 .grid_excel_btn, .data-pop-type01 h5 .grid_excel_btn, .detail_container h5 .grid_excel_btn {margin-left: auto; display: none;}
.chart_wrap .grid_excel_btn{margin-left: auto; display: none;}
.chart_wrap h4 .grid_excel_btn button, .data-pop-type01 h5 .grid_excel_btn button, .detail_container h5 .grid_excel_btn button {display: none;}
.chart_wrap .grid_excel_btn button{display: none;}
/*.chart_wrap h4 select {margin:-2px 0 0 5px; vertical-align:middle; height:32px; min-width:120px; font-size:14px; background:#fff; border:1px solid #eee; border-radius:3px;} */
.chart_wrap h4 select {margin:-2px 0 0 5px; vertical-align:middle; height:30px; min-width:120px; font-size:14px; background:#fff; border:1px solid #ddd; border-radius:3px;}
.chart_wrap button, .data-pop-type01 button, .detail_container button {background:#fff; border:1px solid #ddd; line-height:28px; font-size:13px; border-radius:3px; color:#666; letter-spacing:0; vertical-align:middle; margin: 0; padding:0 5px;}
.chart_wrap button:hover, .data-pop-type01 button:hover, .detail_container button:hover {box-shadow:0 3px 5px rgba(0,0,0,0.1)}
.chart_wrap button:first-child, .data-pop-type01 button:first-child, .detail_container button:first-child {margin-left:12px;}
.chart_wrap button {background:#fff; border:1px solid #ddd; height: 28px; font-size:13px; border-radius:2px; color:#444; padding:0 8px; display: flex; align-items: center; gap: 4px}
.chart_wrap button:hover {border-color: #aaa}


.chart_top {flex:1; display:flex; gap: 16px; overflow: hidden}
.chart_top tr {border:0 !important}
.chart_top > div {display: flex; flex: 1; flex-direction: column; padding:15px;background:#fff;border-radius: 8px; box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px; border: 1px solid #e0e0e0; overflow: hidden; gap: 8px}
.chart_top > div:nth-child(1) {}
.chart_top > div:nth-child(2) {}
.chart_top .graph_wrap {height: 100%;}
.chart_bottom .graph_wrap {height: 100%;}
.chart_bottom {flex: 1; overflow: hidden }
.chart_bottom > div {height:100%;  padding:15px;  background:#fff; border-radius: 8px; box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px; border: 1px solid #e0e0e0; display: flex; flex-direction: column; gap: 8px}
.chart_bottom .scroll {overflow: auto;}

.chart_all {height:100%; }
.chart_all > div {height:100%; border:1px solid #e0e0e0;   padding:15px;  background:#fff; border-radius: 8px; box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px; display: flex; flex-direction: column; gap: 8px}
.chart_all_col2 {flex: 1; display: flex;  gap: 16px}
.chart_all_col2 > div {flex: 1;  padding:15px; background:#fff;border-radius: 8px; box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px; border: 1px solid #e0e0e0; height: 100%; display: flex; flex-direction: column; gap: 8px}

.graph_wrap {height:calc(100% - 40px); }
.chart_top .compare_list {}
.chart_bottom .compare_result {height:calc(100% - 40px); box-sizing:border-box; overflow-y:auto; position:relative; display: flex; flex-direction: column}
.chart_bottom .compare_result ul {display: flex;}
.chart_bottom .compare_result ul li {display: flex; flex: 1; flex-direction: column}
.chart_bottom .compare_result ul li dl dt {line-height:32px; background:#f7f7f8; border-bottom:1px solid #eee; padding-left:20px; font-weight:600}
.chart_bottom .compare_result ul li dl dd {line-height:32px; background:#fff; font-size:13px; border-bottom:1px solid #eee; padding:0 10px 0 20px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis;}
.chart_bottom .compare_result ul li dl dd.price {padding:10px 20px; height:140px; box-sizing:border-box;}
.chart_bottom .compare_result ul li dl dd.price p {line-height:30px; position:relative; padding-left:80px;}
.chart_bottom .compare_result ul li dl dd.price p em {position:absolute; left:0;}
.chart_bottom .compare_result ul li dl dd.price p strong {}
.chart_bottom .compare_result ul li dl dd.h140 {height:140px; box-sizing:border-box; padding:5px 20px;}
.chart_bottom .compare_result ul li.tit {flex: inherit; width: 160px}
.chart_bottom .compare_result ul li.tit dl dd {background:#f7f7f8; font-weight:500; color:#666}
.chart_bottom .compare_result ul.data-col3 {gap: 6px}
.chart_bottom .compare_result ul.data-col3 li {border-left: 1px solid #eee}
.chart_bottom .compare_result ul.data-col3 li.tit dl dd {background:#f7f7f8; font-weight:500; color:#666; justify-content: center; line-height: inherit; height: 32px; align-items: center; }
.chart_bottom .compare_result ul.data-col3 li {max-width: 260px;}
.chart_bottom .compare_result ul.data-col3 li dl dt {display: flex; padding: 0; border-right: 1px solid #eee; justify-content: center; font-size: 13px; line-height: inherit; height: 32px; align-items: center;}
.chart_bottom .compare_result ul.data-col3 li dl dt > a {text-decoration: underline;}
.chart_bottom .compare_result ul.data-col3 li dl dt button {margin:0 0 0 4px}
.chart_bottom .compare_result ul.data-col3 li dl dt > div {flex: 1; text-align: center; display: flex; align-items: center; justify-content: center; border-left: 1px solid #eee; height: 31px; font-size: 12px}
.chart_bottom .compare_result ul.data-col3 li dl dt > div:first-child {border: 0}
.chart_bottom .compare_result ul.data-col3 li dl dd {display: flex; padding: 0; border-right: 1px solid #eee;}
.chart_bottom .compare_result ul.data-col3 li dl dd > div {flex: 1; text-align: center; height: 31px; border-left: 1px solid #eee}
.chart_bottom .compare_result ul.data-col3 li dl dd > div:first-child {border: 0}
.chart_bottom .compare_result ul li button {line-height:20px; display: inline-block;}

.compare_result.bottom {}


.chart_wrap .chart_title {display: flex; align-items: center; justify-content: space-between; height: 30px; white-space: nowrap; gap: 16px}
.chart_wrap .chart_title .tit_left {display: flex; align-items: center; height: 28px; gap: 4px;}
.chart_wrap .chart_title .tit_right {display: flex; align-items: center; height: 28px; gap: 4px; font-size: 13px; color: #888}
.chart_wrap .chart_title .tit_right em.unit{font-size: 13px; color: #888}

.title_tooltip_wrap {display:flex; align-items: center; cursor:pointer; position:relative; transition: 3s; z-index: 999;}
.title_tooltip_wrap i {width:16px; height:16px; display:inline-block; background: url("../img/png/bg_ris_set.png") -160px -18px; background-size: 500px auto; vertical-align: middle; filter: invert(1); font-size: 0;}
.title_tooltip_wrap .layer_tit_tooltip {background: #333; left:24px; padding:8px 60px 8px 12px; border-radius: 2px;position: absolute; z-index: 9; display: none; cursor:default; flex-direction: column; top: -8px}
.title_tooltip_wrap .layer_tit_tooltip.show {display: flex;}
.title_tooltip_wrap .layer_tit_tooltip:before {width:10px; height:10px; background:#333; content:""; display:inline-block;  top:12px; left:-4px; position:absolute; transform: rotate(45deg); border-radius:1px;}
.title_tooltip_wrap .layer_tit_tooltip p{white-space: nowrap; color:#eee; font-size:13px; font-weight: 400; line-height: 140%;}
.title_tooltip_wrap .layer_tit_tooltip a.btn_close {position: absolute; width:24px; height:24px; background: #000; right:10px; top:6px; font-size:0; border-radius: 50%}
.title_tooltip_wrap .layer_tit_tooltip a.btn_close:before{position:absolute; display: block; width:24px; height:24px; background:url("../img/png/bg_ris_set.png") -72px 0; background-size: 500px; left:50%; top:50%; margin:-12px 0 0 -12px; transform:rotate(45deg); content:""; filter:invert(1) brightness(5)}

.btn_excel {color: #479b5f !important; border-color: #479b5f !important; font-weight: 600 !important; padding: 0 8px 0 4px !important; margin-left: 8px; display: flex !important}
.btn_excel:hover {filter: brightness(1.1)}

.ic_excel {width: 16px; height: 16px; background: url(../img/svg/Office/excel.svg); display: inline-block; vertical-align: middle; margin: 0 2px 1px -2px}
.ic_pdf {width: 16px; height: 16px; background: url(../img/svg/Office/file-pdf-one.svg); display: inline-block;}
.ic_list {width: 16px; height: 16px; background: url(../img/svg/Edit/align-text-center-one.svg); display: inline-block;}
.ic_chart {width: 16px; height: 16px; background: url(../img/svg/Charts/chart-histogram-two.svg); display: inline-block;}
.ic_table {width: 16px; height: 16px; background: #333; display: inline-block;}

.bottom_info {display: flex; align-items: center; position: relative; gap: 16px; margin-top: 8px; justify-content: flex-end;}
.bottom_info em {display: flex; gap: 4px; align-items: center; font-size: 13px;}
.bottom_info em.source:before {width: 16px; height: 16px; background: url(../img/svg/Charts/data.svg); background-size: 100%; display: inline-block; content: ''}
.bottom_info em.update:before {width: 16px; height: 16px; background: url(../img/svg/Abstract/update-rotation.svg); background-size: 100%; display: inline-block; content: ''}

input[type=text].jqx-filter-input{font-size : 12px; height: 16px !important;}

.detail_container.multi {width:1000px !important; margin-left: -500px !important}
.multi .right_title {padding:30px; height:auto; background: #3B3A5B; color: #fff}
.multi .right_title .date{position:absolute; right:30px; top:76px;}
.multi .right_title .date select {height:30px; margin-left:5px; border-radius:2px; border-color:#265298}
.multi .right_title a.btn_close {filter: invert(1)}
.multi .right_title a.btn_close:hover {background-color: rgba(255,255,255,0.2)}
.multi .right_container {padding:0 0 40px 0;}
.multi .right_container:after {display:block; clear:both; content:"";}
.multi .right_container .cols04 {box-sizing:border-box;}
.multi .right_container .cols04 h3:first-child {padding-bottom:0;}
.multi .right_container .cols05 h3:first-child {padding-bottom:0;}
.multi .right_container .cols04 section:after {display:block; clear:both; content:"";}
.multi .right_container .cols04 section {padding:0 20px 60px 30px; border-bottom:10px solid #eee;}
.multi .right_container .cols04 .bx01 {width:50%; float:left; box-sizing:border-box; padding-right:20px;}
.multi .right_container .cols04 .bx02 {width:50%; float:left; box-sizing:border-box; padding-right:20px;}
.multi .right_container .cols04 .bx03 {width:100%; float:left;}
.multi .right_container .cols04 .bx03 .table_wrap {float:left; width:50%; box-sizing:border-box; padding-right:20px;}
.multi .right_container .cols04 .tbl_type01 {min-height:90px; border:0;}
.multi .right_container .cols04 h3, .multi .right_container .cols05 h3 {padding:40px 30px 20px; font-size:24px;}
.multi .right_container .cols04 h4, .multi .right_container .cols05 h4 {padding:30px 0 10px; font-weight:500}
.multi .right_container .tbl_type01  tr th {font-weight:400; color:#888; border-width: 1px 0; border-color: #eaeaea; background: #f2f2f2;}
.multi .right_container .tbl_type01  tr td {border-color: #eaeaea}
.multi .right_container .cols04 .bx04  tr th {}
.multi .right_container .cols04 .bx04 .table_wrap {padding-right:20px;}
.multi .right_container .cols05 {}
.multi .right_container .cols05 .bx01{padding:0 30px 60px}
.multi .right_container .cols05 .tbl_type01 {border:0; min-height:90px}
.multi .right_container .cols05 .tbl_type01.h_min {min-height:20px; border:solid #e5e5e5; border-width:1px 0;}
.multi .right_container .cols05 .bx01 tr th {white-space:nowrap;}

.table_wrap h4 {padding:20px 0 10px; position:relative;}
.table_wrap h4 .info_sub {position:absolute; right:0;font-weight: 400;font-size: 12px;color: #aaa;bottom: 4px;}

.tbl_type01 {width:100%;}
.tbl_type01 thead tr th {height:40px; border:solid #eee; border-width:0 0 0 0; padding:5px; font-size:13px; background:#f6f7f8;}
.tbl_type01 thead tr th:first-child {border-left:0;}
.tbl_type01 tbody tr th {height:48px; border:solid #eee; border-width:0 0 0 0; padding:5px; font-size:14px; background:#f6f7f8;}
.tbl_type01 tbody tr td {height:48px; border:solid #eee; border-width:0 0 1px 0; padding:5px; font-size:14px; text-align:center;}
.tbl_type01 tbody tr td:first-child {border-left:0;}
.tbl_type01 tbody tr td.subject {text-align:left;}



.tbl_type04 {width:100%; border-collapse:collapse; table-layout:fixed}
.tbl_type04 thead tr th {text-align:left; font-size:13px; height:40px; border:1px solid #ccc; width:50%; padding:0 0 0 20px; background:#f7f7f8; color:#444;line-height:120%; font-weight:400;}
.tbl_type04 thead tr th.price {height:136px;}
.tbl_type04 tbody tr th {text-align:left; font-size:13px; height:40px; border:1px solid #ccc; width:50%; padding:0 20px; background:#f7f7f8; color:#444;line-height:120%; font-weight:600; font-size:15px; white-space:nowrap; text-overflow:ellipsis; overflow:hidden}
.tbl_type04 tbody tr th button {line-height:20px;}
.tbl_type04 tbody tr td {text-align:left; font-size:13px; height:40px; border:1px solid #ccc; width:50%; padding:0 20px; background:#fff;}
.tbl_type04 tbody tr td.price {padding:10px 20px;}
.tbl_type04 tbody tr td.price > p {line-height:150%; padding:5px 0 5px 80px; position:relative;}
.tbl_type04 tbody tr td.price > p em {position:absolute; left:0;}
.tbl_type04 tbody tr td.price > p strong {}


.tbl_type06 {width:100%; table-layout: fixed}
.tbl_type06 thead tr th {height:40px; border:solid #eee; border-width:0 0 0 0; padding:5px; font-size:13px; background:#f6f7f8;}
.tbl_type06 thead tr th:first-child {border-left:0;}
.tbl_type06 tbody tr th {height:48px; border:solid #eee; border-width:0 0 0 0; padding:5px; font-size:14px; background:#f6f7f8;}
.tbl_type06 tbody tr td {height:48px; border:solid #eee; border-width:0 0 1px 0; padding:5px; font-size:14px; text-align:center;}
.tbl_type06 tbody tr td:first-child {border-left:0;}
.tbl_type06 tbody tr td.subject {text-align:left; padding-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.tbl_type06 tbody tr td.subject .ic_reserve{padding:2px 4px; font-size:12px ;border-radius: 4px; margin:0 4px 0 0; text-align: center; font-weight:500; font-style: inherit; background:#ffeeea; color:#ff5722;}
.tbl_type06 tbody tr td.subject .file_thumb{width:16px; height:16px; background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 25 24%22%3E%3Cpath d=%22M8.413 22.094a4.643 4.643 0 01-3.056-1.358 4.672 4.672 0 01-.165-6.426l.165-.174 7.557-7.555c1.03-1.032 2.825-1.032 3.855 0 .515.514.798 1.198.798 1.926 0 .662-.234 1.287-.663 1.782l-.135.144-6.87 6.87a.783.783 0 01-1.182-1.019l.076-.088 6.87-6.868c.22-.22.34-.511.34-.821 0-.31-.12-.6-.34-.82-.407-.406-1.097-.435-1.544-.087l-.098.087-7.558 7.554a3.108 3.108 0 000 4.39 3.11 3.11 0 004.248.134l.143-.134 7.557-7.556a5.01 5.01 0 001.479-3.568 5.011 5.011 0 00-1.48-3.568 5.053 5.053 0 00-6.96-.168l-.177.168-6.871 6.868a.781.781 0 01-1.181-1.018l.075-.088 6.87-6.867c2.58-2.578 6.775-2.578 9.35 0a6.557 6.557 0 011.939 4.673 6.565 6.565 0 01-1.734 4.463l-.203.211-7.558 7.555a4.641 4.641 0 01-3.055 1.358l-.245.006-.246-.006z%22 fill=%22%23303038%22 fill-rule=%22nonzero%22/%3E%3C/svg%3E"); display: inline-block; font-size:0; vertical-align: middle; margin:0 0 2px 4px}

.tbl_type06 tbody tr td.name {white-space: nowrap; overflow: hidden; text-overflow: ellipsis}

td .history {}
td .history_detail {display: none;}
td .history:hover + .history_detail {display: block; position: absolute; border: 1px solid #ddd; padding: 8px 8px; background: #EBF1FF; font-size: 13px; border-radius: 4px; margin:4px 0 0 4px; max-width: 230px; text-align: left; word-break: keep-all;}


.tbl_type07 {width:100%; table-layout: fixed}
.tbl_type07 thead tr th {height:28px; border:solid #eee; border-width:0 0 0 0; padding:5px; font-size:12px; background:#f6f7f8;}
.tbl_type07 thead tr th:first-child {border-left:0;}
.tbl_type07 tbody tr th {height:36px; border:solid #eee; border-width:0 0 0 0; padding:5px; font-size:12px; background:#f6f7f8;}
.tbl_type07 tbody tr td {height:36px; border:solid #eee; border-width:0 0 1px 0; padding:5px; font-size:12px; text-align:center;}
.tbl_type07 tbody tr td:first-child {border-left:0;}
.tbl_type07 tbody tr td.subject {text-align:left; padding-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.tbl_type07 tbody tr td.subject .file_thumb{width:16px; height:16px; background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 25 24%22%3E%3Cpath d=%22M8.413 22.094a4.643 4.643 0 01-3.056-1.358 4.672 4.672 0 01-.165-6.426l.165-.174 7.557-7.555c1.03-1.032 2.825-1.032 3.855 0 .515.514.798 1.198.798 1.926 0 .662-.234 1.287-.663 1.782l-.135.144-6.87 6.87a.783.783 0 01-1.182-1.019l.076-.088 6.87-6.868c.22-.22.34-.511.34-.821 0-.31-.12-.6-.34-.82-.407-.406-1.097-.435-1.544-.087l-.098.087-7.558 7.554a3.108 3.108 0 000 4.39 3.11 3.11 0 004.248.134l.143-.134 7.557-7.556a5.01 5.01 0 001.479-3.568 5.011 5.011 0 00-1.48-3.568 5.053 5.053 0 00-6.96-.168l-.177.168-6.871 6.868a.781.781 0 01-1.181-1.018l.075-.088 6.87-6.867c2.58-2.578 6.775-2.578 9.35 0a6.557 6.557 0 011.939 4.673 6.565 6.565 0 01-1.734 4.463l-.203.211-7.558 7.555a4.641 4.641 0 01-3.055 1.358l-.245.006-.246-.006z%22 fill=%22%23303038%22 fill-rule=%22nonzero%22/%3E%3C/svg%3E"); display: inline-block; font-size:0; vertical-align: middle; margin:0 0 2px 4px}


.tbl_popup01 {width:100%; table-layout: fixed}
.tbl_popup01 thead tr th {height:40px; border:solid #eee; border-width:0 0 0 0; padding:5px; font-size:13px; background:#f6f7f8; text-align: center;}
.tbl_popup01 thead tr th:first-child {border-left:0;}
.tbl_popup01 tbody tr th {height:40px; border:solid #eee; border-width:0 0 0 0; padding:5px; font-size:13px; background:#f6f7f8;}
.tbl_popup01 tbody tr td {height:40px; border:solid #eee; border-width:0 0 1px 0; padding:5px; font-size:13px; text-align:center;}
.tbl_popup01 tbody tr td:first-child {border-left:0;}
.tbl_popup01 tbody tr td.subject {text-align:left; padding-left:20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.tbl_popup01 tbody tr td.subject .file_thumb{width:16px; height:16px; background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 25 24%22%3E%3Cpath d=%22M8.413 22.094a4.643 4.643 0 01-3.056-1.358 4.672 4.672 0 01-.165-6.426l.165-.174 7.557-7.555c1.03-1.032 2.825-1.032 3.855 0 .515.514.798 1.198.798 1.926 0 .662-.234 1.287-.663 1.782l-.135.144-6.87 6.87a.783.783 0 01-1.182-1.019l.076-.088 6.87-6.868c.22-.22.34-.511.34-.821 0-.31-.12-.6-.34-.82-.407-.406-1.097-.435-1.544-.087l-.098.087-7.558 7.554a3.108 3.108 0 000 4.39 3.11 3.11 0 004.248.134l.143-.134 7.557-7.556a5.01 5.01 0 001.479-3.568 5.011 5.011 0 00-1.48-3.568 5.053 5.053 0 00-6.96-.168l-.177.168-6.871 6.868a.781.781 0 01-1.181-1.018l.075-.088 6.87-6.867c2.58-2.578 6.775-2.578 9.35 0a6.557 6.557 0 011.939 4.673 6.565 6.565 0 01-1.734 4.463l-.203.211-7.558 7.555a4.641 4.641 0 01-3.055 1.358l-.245.006-.246-.006z%22 fill=%22%23303038%22 fill-rule=%22nonzero%22/%3E%3C/svg%3E"); display: inline-block; font-size:0; vertical-align: middle; margin:0 0 2px 4px}
.tbl_popup01 tbody tr td.alignL {text-align: left; padding-left: 30px;}

.tbl_popup_info {padding:8px 16px; background:#eff3ff; border-radius: 4px; text-align: center; color:#527FF7; font-weight:500; font-size: 13px; margin-top: 24px}


/* 사용자 관리 */
#wrap.user_mng header nav {padding:0;}
#wrap.user_mng header nav > ul {}
#wrap.user_mng header nav > ul > li {}
#wrap.user_mng #container{background: #F6F8FC; align-items: center;}
#wrap.mng {}
#wrap.mng #container{height:auto; background: #fff; align-items: center;}
#wrap.system {padding:0}
#wrap.account #container{background: #f6f7f8; height: calc(100% - 80px); align-items: center}
.account_wrap {width:480px; height:720px; display: flex; align-items: center; justify-content: center;  margin:0 auto; background: #fff; padding:0 40px; box-shadow: rgb(20 27 29 / 5%) 0px 3px 30px; border-radius:8px; box-sizing: border-box}
.account_wrap h4 {font-size:24px; margin-bottom: 16px; font-weight: 600}
.account_wrap section {width: 100%;}


.tac {text-align:center;}


/* 사용자 비밀번호 변경 */

.pwd_info {text-align:center; position:relative; margin-bottom:40px;}

.pwd_info p{padding:0 0 4px 0; color:#888; font-weight:300}
.pwd_form {margin:0 auto; position:relative;}
.pwd_form ul li{padding:0; margin-bottom:24px;}
.pwd_form ul li label {display: block; margin-bottom:4px; line-height:20px;}
.pwd_form ul li strong {color:#000; font-size:18px; display:block; border-bottom:1px solid #ddd; line-height:40px;}
.pwd_form input[type=text] {width:100%; height:40px !important;}
.pwd_form input[type=password] {width:100%; height:40px !important;}
.pwd_btn {text-align:center; padding:24px 0 0;}
.pwd_btn button {margin:0 4px;}


.pwd_complete {text-align:center;}
.pwd_complete .ic_comp{width:120px; height:120px; background:#eee; border-radius: 48px;  display: block; margin: 0 auto 48px;}
.pwd_complete h5{font-size:24px; padding:0 0 24px; }
.pwd_complete p{color:#888; line-height:150%;}


/* 에러페이지 */
.error_wrap {width: 100%;}
.error_wrap h4 {font-size:36px; padding:200px 0 25px; text-align:center;}
.error_wrap h4 i {display:block; width:96px; height:96px; margin:0 auto 20px; background:url(../img/ic_error.png)}
.error_wrap h4 strong {color:#527FF7}
.error_wrap .error_title {text-align:center; margin-bottom:50px; padding-bottom:50px; position:relative;}
.error_wrap .error_title:before {left:50%; bottom:0; width:100px; height:1px; margin:0 0 0 -50px; background:#aaa; display:block; content:""; position:absolute; }
.error_wrap .error_title p{padding:0 0 4px 0; color:#888; font-weight:300}
.error_wrap .error_btn {text-align:center;}
.error_wrap .error_btn button {margin:0 10px;}

/* 게시판 */
.board_wrap {width:100%;}
.board_wrap > section {width:1280px; margin:0 auto 40px; background: #fff; padding:48px 0; /*box-shadow: rgb(20 27 29 / 5%) 0px 3px 30px; border-radius:8px; */}
.board_wrap.full > section {min-width: 1280px; width: auto; padding: 48px}
.board_wrap > section:first-child {margin-top:0;}
.board_wrap > section:first-child > h4 {padding-top:0}
.board_wrap h4 {font-size:24px; padding:0 0 12px 0; border-bottom:1px solid #eee; margin-bottom:24px;}
.board_wrap .filter {margin-bottom:24px; padding:10px 10px; background:#f6f7f8}
.board_wrap .filter > span {margin-right:10px; vertical-align:middle;}
.board_wrap .filter label {line-height:30px; padding:0 6px 0 8px; font-size:14px; font-weight:500; position:relative; margin-left:12px;}
.board_wrap .filter label:before {width:3px; height:3px; background:#527FF7; content:""; display:inline-block;  top:50%; left:0; position:absolute; margin-top:-2px;}
.board_wrap .filter eumbutton.jqx-datetimeinput{vertical-align:middle; height: 30px !important}
.board_wrap .btn_wrap {margin-bottom:12px;}
.board_wrap .btn_wrap > span {margin-right:5px;}
.board_wrap .user_data {}


.fright {float:right}

.board_view {}
.board_view .subject{font-size:28px; padding-bottom:16px; border-bottom:1px solid #eee; letter-spacing: -0.05em}
.board_view .info{padding:16px 0;}
.board_view .info em.date{float:right}
.board_view .txt{padding:48px 0; min-height:600px; font-size:16px; line-height: 150%;}
.board_view .txt pre{font-family:inherit}
.board_view .file_wrap{padding:16px 0;}
.board_view .file_wrap h5{font-size:14px; margin-bottom:8px}
.board_view .file_wrap .file_name{background: #eff3ff; padding: 8px 16px; border-radius: 50px; display: inline-block; font-size: 13px; font-weight: 400;}
.board_view .file_wrap .file_name:before{display:inline-block; width:15px; height: 14px; background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 25 24%22%3E%3Cpath d=%22M8.413 22.094a4.643 4.643 0 01-3.056-1.358 4.672 4.672 0 01-.165-6.426l.165-.174 7.557-7.555c1.03-1.032 2.825-1.032 3.855 0 .515.514.798 1.198.798 1.926 0 .662-.234 1.287-.663 1.782l-.135.144-6.87 6.87a.783.783 0 01-1.182-1.019l.076-.088 6.87-6.868c.22-.22.34-.511.34-.821 0-.31-.12-.6-.34-.82-.407-.406-1.097-.435-1.544-.087l-.098.087-7.558 7.554a3.108 3.108 0 000 4.39 3.11 3.11 0 004.248.134l.143-.134 7.557-7.556a5.01 5.01 0 001.479-3.568 5.011 5.011 0 00-1.48-3.568 5.053 5.053 0 00-6.96-.168l-.177.168-6.871 6.868a.781.781 0 01-1.181-1.018l.075-.088 6.87-6.867c2.58-2.578 6.775-2.578 9.35 0a6.557 6.557 0 011.939 4.673 6.565 6.565 0 01-1.734 4.463l-.203.211-7.558 7.555a4.641 4.641 0 01-3.055 1.358l-.245.006-.246-.006z%22 fill=%22%23303038%22 fill-rule=%22nonzero%22/%3E%3C/svg%3E"); font-size: 0; vertical-align: middle; margin:-2px 4px 0px 0; content:''}
.board_view .file_wrap .file_name:after{display: inline-block; width:16px; height:16px; background: url("../img/bg_reps_set.png") 0 -64px; background-size: 500px auto;  content: ''; vertical-align: middle; margin:0 0 3px 8px}
.board_view .file_wrap .file_name:hover{cursor: pointer; filter: brightness(0.9); transition: 1s }
.board_view .btn_wrap{padding-top:16px; border-top:1px solid #eee;}

.board_write_wrap {height:auto; box-sizing: border-box; min-width:480px; background: #fff; margin:0 auto}
.board_write_wrap h4{font-size:20px; padding:16px 24px; border-bottom: 1px solid #eee}
.board_write_wrap .write_form {padding:24px}
.board_write_wrap .write_form > div {margin-bottom:24px;}
.board_write_wrap .write_form > div > label {display:block; margin-bottom:8px; font-weight: 600; font-size:14px}
.board_write_wrap .write_form > div input[type=text] {width:100%; border-color: #ddd; height: 40px !important; border-radius:4px; text-indent:8px}
.board_write_wrap .write_form > div textarea {width:100%; height:240px; border-color: #ddd; border-radius:4px; padding:20px; box-sizing: border-box}
.board_write_wrap .write_form > .file p{padding:8px 16px; background:#eff3ff; border-radius: 4px; margin-bottom:12px; font-size:12px}
.board_write_wrap .input_check{position: relative;}
.board_write_wrap .input_check input[type=checkbox] {display: none}
.board_write_wrap .input_check input[type=checkbox] + label {line-height:20px; vertical-align: middle; position: relative; display: inline; cursor: pointer}
.board_write_wrap .input_check input[type=checkbox] + label:before {display: inline-block; width:16px; height:16px; background: url("../img/Ic_check.svg") 50% 50% #ccc no-repeat; content: ''; vertical-align: middle; margin:-2px 4px 0 0; border-radius:4px;}
.board_write_wrap .input_check input[type=checkbox]:checked + label:before {background-color:#517FF6}
.board_write_wrap .live span {margin-right: 8px}
.board_write_wrap .link > div {position: relative; margin-bottom: 8px;}
.board_write_wrap .link > div > label {display:block; margin-bottom:8px; font-weight: 600; font-size:14px}
.board_write_wrap .link > div .input_check {position: absolute; right:0; top:0;}
.board_write_wrap input[type=radio] {display:none;}
.board_write_wrap input[type=radio] + label {padding-left: 18px; font-size:13px; cursor:pointer;position: relative;height: 16px;line-height: 16px; display: inline-block;}
.board_write_wrap input[type=radio] + label:before {width:16px; height:16px; display:inline-block;background: #fff;content: '';border-radius: 50%; border:1px solid #e5e5e5;position: absolute;left: 0; box-sizing:border-box}
.board_write_wrap input[type=radio]:checked + label:before {border-color: #527FF7}
.board_write_wrap input[type=radio]:checked + label:after {width:8px; height:8px; background:#527FF7;position: absolute;left: 4px;top: 50%; margin: -4px 0 0 0; content: ''; border-radius: 50%;}

.ad_thumbnail {margin:16px 0 0 0;}
.ad_thumbnail img{width:100%;}

.filebox {}
.filebox label {display: inline-block; padding: 0 8px; border:1px solid #eee; cursor: pointer; line-height: 32px; font-size:13px; border-radius:4px; font-weight:500; height: 32px}
.filebox input[type="file"] {position: absolute;width: 0;height: 0;padding: 0; overflow: hidden; border: 0;}
.filebox .upload-name {display: inline-block; height: 40px; padding: 0 10px; vertical-align: middle; border: 1px solid #dddddd; width: 200px; color: #999999;}

.board_write_wrap .write_form > .file .upload_wrap{padding:0 8px; border:1px solid #eee; margin:16px 0 0 0; border-radius: 8px}
.board_write_wrap .write_form > .file .upload_wrap ul li {border-bottom:1px dashed #eee; padding:8px 60px 8px 4px; font-size:12px; position: relative; white-space: nowrap; overflow: hidden; text-overflow: ellipsis}
.board_write_wrap .write_form > .file .upload_wrap ul li:last-child {border:0;}
.board_write_wrap .write_form > .file .upload_wrap ul li .file_preview{}
.board_write_wrap .write_form > .file .upload_wrap ul li .file_preview a{display:inline-block; width:15px; height: 14px; background:url("data:image/svg+xml;charset=utf8,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 25 24%22%3E%3Cpath d=%22M8.413 22.094a4.643 4.643 0 01-3.056-1.358 4.672 4.672 0 01-.165-6.426l.165-.174 7.557-7.555c1.03-1.032 2.825-1.032 3.855 0 .515.514.798 1.198.798 1.926 0 .662-.234 1.287-.663 1.782l-.135.144-6.87 6.87a.783.783 0 01-1.182-1.019l.076-.088 6.87-6.868c.22-.22.34-.511.34-.821 0-.31-.12-.6-.34-.82-.407-.406-1.097-.435-1.544-.087l-.098.087-7.558 7.554a3.108 3.108 0 000 4.39 3.11 3.11 0 004.248.134l.143-.134 7.557-7.556a5.01 5.01 0 001.479-3.568 5.011 5.011 0 00-1.48-3.568 5.053 5.053 0 00-6.96-.168l-.177.168-6.871 6.868a.781.781 0 01-1.181-1.018l.075-.088 6.87-6.867c2.58-2.578 6.775-2.578 9.35 0a6.557 6.557 0 011.939 4.673 6.565 6.565 0 01-1.734 4.463l-.203.211-7.558 7.555a4.641 4.641 0 01-3.055 1.358l-.245.006-.246-.006z%22 fill=%22%23303038%22 fill-rule=%22nonzero%22/%3E%3C/svg%3E"); font-size: 0; vertical-align: middle; margin:-2px 2px 0px 0}
.board_write_wrap .write_form > .file .upload_wrap ul li .file_name{font-weight:500; margin-right:4px}
.board_write_wrap .write_form > .file .upload_wrap ul li .file_size{color:#888; font-size: 11px}
.board_write_wrap .write_form > .file .upload_wrap ul li .file_del{position: absolute;right:4px;color:#527FF7;top: 50%;line-height: 14px;margin-top: -7px; cursor: pointer}
.board_write_wrap .write_form > div .editor_wrap {height:300px; border: 1px solid #eee;}
.board_write_wrap .write_form > .time {}
.board_write_wrap .write_form > .time > span {font-size:13px; color:#888; margin-left:4px;}
.board_write_wrap .write_form > .time  input[type=checkbox] {display: none}
.board_write_wrap .write_form > .time  input[type=checkbox] + label {line-height:24px; vertical-align: middle; position: relative; display: inline; cursor: pointer}
.board_write_wrap .write_form > .time  input[type=checkbox] + label:before {display: inline-block; width:16px; height:16px; background: #ccc; content: ''; vertical-align: middle; margin:-2px 4px 0 0; border-radius:4px;}
.board_write_wrap .write_form > .time  input[type=checkbox]:checked + label:before {background: #517FF6}
.board_write_wrap .write_form > .time .time_sub {margin:12px 0 0; background:#f6f7f8; padding:10px 12px 12px; border-radius: 4px}
.board_write_wrap .write_form > .time .time_sub strong{margin-right:4px;}
.board_write_wrap .write_form > .time .time_sub input[type=date] {border:1px solid #eee; height:32px; border-radius: 4px; padding:0 0 0 4px}
.board_write_wrap .write_form > .time .time_sub p{margin-top:8px; font-size:13px}
.board_write_wrap .write_form > .time .time_sub select {min-width:50px !important;}
.board_write_wrap .write_form > .time .time_sub .time_form {display: flex; align-items: center; gap:4px}
.board_write_wrap .btn_wrap {text-align:center; margin-top:48px}
.board_write_wrap .btn_wrap span{margin:0 2px;}

.paginate {text-align:center; padding:40px 0 0;}
.paginate ul {display:inline-block;}
.paginate ul li {display:inline-block; margin:0 2px; font-size:0;}
.paginate ul li a{display:inline-block; width:32px; height:32px; line-height: 32px; border-radius:8px; font-size:14px;}
.paginate ul li a:hover{background:#f5f5f5}
.paginate ul li.current{pointer-events: none}
.paginate ul li.current a{color:#527FF7; font-weight:500; background: #EBF1FF;}
.paginate a.btn {display:inline-block; line-height:32px; text-align:center; width:48px; border-radius:8px;}
.paginate a.btn:hover {background:#f5f6f7;}


h5.board_title {font-size:16px; padding:0 0 12px 0; font-weight: 500}
h5.board_title_popup {font-size:14px; padding:0 0 12px 0; font-weight: 500}

.log_wrap {height:auto; box-sizing: border-box; min-width:480px; background: #fff; margin:0 auto}
.log_wrap h4{}
.log_wrap .list_wrap{padding:24px}
.log_wrap .list_wrap p{padding:8px 16px; background:#eff3ff; border-radius: 4px; margin-bottom:24px; text-align: center; color:#527FF7; font-weight:500}




/* 시스템 팝업 */
.browser_popup {height:auto; box-sizing: border-box; min-width:400px; background: #fff; margin:0 auto}

.browser_popup .popup_header {display: flex; align-items: center}
.browser_popup .popup_header h4{font-size:16px; border-bottom:1px solid #eee; padding:16px 24px; font-weight: 600; display: flex; flex: 1;}
.browser_popup .popup_header span.right_cont{position: absolute; right: 24px}
.btn_view_history{color:#527FF7; font-size:13px; font-weight:500}
.btn_view_history i{width:16px; height:16px; background: url("../img/bg_reps_set.png") 0 -48px; background-size:500px auto;   display: inline-block; vertical-align: middle; margin:0 2px 2px 0;}


.browser_popup .popup_container {padding: 24px}
.browser_popup .popup_container.padd0 {padding: 0}

.browser_popup .popup_container h5.count_total {font-size:14px; padding:0 0 12px 0; font-weight: 500}


.add_user {}
.add_user > section{border-bottom:10px solid #f6f7f8; padding: 36px 24px;}
.add_user > section:last-child{border: 0}
.add_user > section.noborder{border: 0}

.add_user > section .add_form {}
.add_user > section .add_form ul {display: flex; flex-direction: column; row-gap: 8px}
.add_user > section .add_form ul li {display:flex; position: relative; padding:0 0 0 80px; align-items:center}
.add_user > section .add_form ul li.id_check {padding-bottom:24px;}
.add_user > section .add_form ul li.id_check .check {position: absolute; left:0; bottom:-24px;  font-size: 12px; color: #888}
.add_user > section .add_form ul li.id_check > div > span {position: absolute; right: 8px}
.add_user > section .add_form ul li.id_check .check:before {width:16px; height:16px; background: url(../img/bg_reps_set.png); background-size:  500px auto; content: ''; display: inline-block; vertical-align: middle; margin:0 3px 3px 0}
.add_user > section .add_form ul li.id_check .check.default:before {background-position: 0 0;}
.add_user > section .add_form ul li.id_check .check.pass {color: #4caf50; font-weight: 600}
.add_user > section .add_form ul li.id_check .check.pass:before {background-position: 0 -16px;}
.add_user > section .add_form ul li.id_check .check.block {color: #f00; font-weight: 600}
.add_user > section .add_form ul li.id_check .check.block:before {background-position: 0 -32px;}
.add_user > section .add_form ul li label {position: absolute; left:0; font-size: 13px; color: #888; text-indent: 4px}
.add_user > section .add_form ul li > div {width: 100%; display: flex;  gap:16px; align-items: center; position: relative}
.add_user > section .add_form ul li > div > div {display: flex; flex: 1; align-items: center; white-space: nowrap; position: relative}
.add_user > section .add_form ul li > div > div span{color:#888; font-size: 12px; position: absolute; left:12px}
.add_user > section .add_form ul li button {white-space: nowrap; padding: 0 5px}
.add_user > section .add_form ul li input[type=text] {border:1px solid #eee; width:100%; font-weight: 500; height: 40px !important; border-radius: 4px}
.add_user > section .add_form ul li input[type=password] {border:1px solid #eee; width:100%; font-weight: 500; height: 40px !important; border-radius: 4px}
.add_user > section .add_form ul li input[type=date] {border:1px solid #eee; width:100%; font-weight: 500; height: 40px !important; text-align: right; border-radius: 4px; font-size: 13px}
.add_user > section .add_form ul li select {border:1px solid #eee; width:100%; font-weight: 500; height: 40px !important; border-radius: 4px}
.add_user > section .add_form.memo{height: 160px; border:0;}
.add_user > section .add_form.memo textarea{height: 100%; width: 100%; padding: 8px; border:1px solid #eee; border-radius: 4px}
.add_user > section.btn_wrap {padding-top:0;}


.ip_count select {text-align: right}
.ip_count input {text-align: center}


.row_title {font-size:16px; padding:0 0 16px 0; font-weight: 500}





/* 공통 */

/* btn */
.btn40 {width:40px; height:40px; background:rgba(255,255,255,0.0); display:inline-block; position:relative; font-size:0; border-radius:50%; transition: 0.5s; text-indent: -9999px}
.btn40:hover {background:rgba(255,255,255,0.05);}
.btn40:before {width:24px; height:24px; background:url("../img/png/bg_ris_set.png") -96px -48px;background-size: 500px auto;  display:block; content:""; position:relative; top:8px; left:8px; border-radius:8px;}

.btn40.back:before {background-position:-72px -48px}
.btn40.up:before {background:url("../img/png/bg_ris_set.png") -96px -48px;background-size: 500px auto;}
.btn40.down:before {background:url("../img/png/bg_ris_set.png") -96px -48px;background-size: 500px auto;}

p.info_bx {padding:8px 16px; border-radius: 4px; margin-bottom:24px; text-align: center; font-weight:500}
p.info_bx.status01 {background:#eff3ff; color:#527FF7;}


input[type=date] {height:32px !important; border:1px solid #eee; padding:0 5px;  font-family:inherit; font-size:inherit; -webkit-appearance:none; -webkit-border-radius:4; border-radius: 4px; font-family:'pretendard', 'Spoqa Han Sans Neo', sans-serif !important; }
input[type=text] {height:32px !important; border:1px solid #eee; padding:0 5px;  font-family:inherit; font-size:inherit; -webkit-appearance:none; -webkit-border-radius:4; border-radius: 4px;font-family:'pretendard', 'Spoqa Han Sans Neo', sans-serif !important; }
input[type=password] {height:32px !important; border:1px solid #eee; padding:0 5px;  font-family:inherit; font-size:inherit; -webkit-appearance:none; -webkit-border-radius:4; border-radius: 4px;}
select {min-width:140px; height:32px; border:1px solid #eee; padding:0 5px;  font-family:inherit; font-size:inherit; -webkit-border-radius:4; border-radius:4px; font-family:'pretendard', 'Spoqa Han Sans Neo', sans-serif !important; }

.btn_s {height:24px; font-size:12px; border-radius:4px;}
.btn_m {height:28px; font-size:13px; border-radius:4px; min-width:48px; font-weight:500}

.btn_h24 {height:24px; font-size:12px; border-radius:4px;}
.btn_h28 {height:28px; font-size:13px; border-radius:4px; min-width:48px; font-weight:500}
.btn_h32 {height:32px; font-size:13px; border-radius:4px; min-width:48px; font-weight:500}
.btn_h40 {height:40px; font-size:14px; border-radius:4px; min-width:80px;}
.btn_h56 {height:56px; font-size:16px; border-radius:8px; min-width:80px;}

.btn_list_up {width:20px; height:20px; background: url(../img/ic_arrow_circle.svg) no-repeat; background-size: 100% auto; display: inline-flex; font-size:0; transform: rotate(180deg); vertical-align: middle}
.btn_list_down {width:20px; height:20px; background: url(../img/ic_arrow_circle.svg) no-repeat; background-size: 100% auto; display: inline-flex; font-size:0; vertical-align: middle;}


em.label_type01 {line-height:24px; font-size:12px; border-radius:4px; display: inline-block; background: #eff3ff; padding:0 8px; color: #527FF7; font-weight: 600}
em.label_type02 {line-height:24px; font-size:12px; border-radius:4px; display: inline-block; background: #feeeed; padding:0 8px; color: #f44336; font-weight: 600}
.badge {line-height:24px; font-size:12px; border-radius:4px; display: inline-block; padding:0 8px; font-weight: 500}

em.badge.status00 {background: #f6f7f8; color: #888888;}
em.badge.status01 {background: #eff3ff; color: #527FF7;}
em.badge.status02 {background: #feeeed; color: #f44336;}
em.badge.status03 {background: #fff; color: #888888;}
em.badge.status04 {background: #fff; color: #527FF7;}
em.badge.status05 {background: #fff; color: #f44336;}

span.status01 {font-size:13px; color:#527FF7}

.fnt11 {font-size:13px}

.btn_l {height:50px; font-size:16px; border-radius:4px; min-width:120px;}



.list_up{background:url("../img/Icon awesome-arrow-up.svg"); background-size:  100% ; display: inline-block; width:8px; height:8px; font-size:0; vertical-align: middle; margin: 0 0 2px 4px; cursor: pointer}
.list_down{background:url("../img/Icon awesome-arrow-up.svg"); background-size:  100% ; display: inline-block; width:8px; height:8px; font-size:0; vertical-align: middle; margin: 0 0 2px 4px; cursor: pointer; transform: rotate(180deg)}


.popup_tab {display: flex; margin-bottom:24px; gap:8px}
.popup_tab a{display: flex; align-items: center; justify-content:center; background: #f6f7f8; color:#888; padding:8px 16px; border-radius: 4px}
.popup_tab a.on{background: #527FF7; color:#fff;}



.type00 {background:#f6f7f8; color:#000; border:0;}
.type01 {background:#fff; color:#000; border:1px solid #ddd;}
.type02 {background:#527FF7; color:#fff; border:1px solid #527FF7;}

.btn_type_m {background:#527FF7; color:#fff; border:1px solid #527FF7}
.btn_type_l {background:#527FF7; color:#fff; border:1px solid #527FF7}


/* 레이어 */
.dimmed {position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(0,0,0,0.6); z-index:99999;}

.loader_wrap {position:fixed; top:0; left:0; right:0; bottom:0; background:rgba(255,255,255,0.6); z-index:99999; display: flex; align-items: center; justify-content: center}
.loader_wrap .loader {width: 48px; height: 48px; border: 5px solid #999; border-bottom-color: transparent; border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation 1s linear infinite;}

@keyframes rotation {
	0% {transform: rotate(0deg);}
	100% {transform: rotate(360deg);}
}

.layer_wrap {position:fixed; left:50%; top:50%; background:#fff; z-index:99999; border-radius:8px; overflow:hidden;}
.layer_wrap .title {padding:50px 30px 0 30px; text-align:center; position:relative;}
.layer_wrap .title h4{font-size:28px;}
.layer_wrap .content_wrap {padding:20px;}
.layer_wrap .btn_wrap {}
.layer_wrap .btn_wrap a{display:block; font-weight:500; color:#fff; text-align:center; background:#527FF7; line-height:60px;}
.layer_wrap .btn_wrap a{display:block; font-weight:500; color:#fff; text-align:center; background:#527FF7; line-height:60px; width:50%; float:left;}
.layer_wrap .btn_wrap a.gray {background:#aaa}
.layer_wrap.calc_info {width:500px; margin:-200px 0 0 -250px;}
.layer_wrap.calc_info .content_wrap {min-height:200px;}
.layer_wrap.calc_info .content_wrap .calc_txt {}
.layer_wrap.calc_info .content_wrap .calc_txt p{font-size:16px; text-align:center; font-weight:300; color:#666}
.layer_wrap.calc_info .content_wrap .calc_txt > div {margin-top:50px; text-align:center;}
.layer_wrap.calc_info .content_wrap .calc_txt > div > span {width:20%; display:inline-block; text-align:center; padding:15px 0; background:#f5f5f5; border-radius:8px; margin:0 10px; position:relative; font-weight:400; color:#666}
.layer_wrap.calc_info .content_wrap .calc_txt > div > span em {display:block; margin:0 auto 2px; font-size:12px; letter-spacing:-0.03em; font-weight:400; color:#527FF7}
.layer_wrap.calc_info .content_wrap .calc_txt > div > span:after {width:16px; height:16px; background:url(../img/bg_icon_set.png) 0 -16px; display:block; content:""; position:absolute; left:-19px; top:50%; margin-top:-8px;}
.layer_wrap.calc_info .content_wrap .calc_txt > div > span:first-child:after {display:none;}
.layer_wrap.regulation_info {width:500px; margin:-300px 0 0 -250px;}
.layer_wrap.regulation_info .title{padding-top:20px}
.layer_wrap.regulation_info .content_wrap {min-height:200px; padding:0 20px 40px 20px;}
.layer_wrap.regulation_info .content_wrap h4 {font-size:17px; padding:30px 0 10px; color:#333; font-weight:500}
.layer_wrap.regulation_info .content_wrap h4 i {width:20px; height:20px; display:inline-block; vertical-align:middle; margin:0 5px 2px 0; background:#333; border-radius:50%;}
.layer_wrap.regulation_info .content_wrap h4 i.gradeA {background-color:#F44336;}
.layer_wrap.regulation_info .content_wrap h4 i.gradeB {background-color:#FF9800;}
.layer_wrap.regulation_info .content_wrap h4 i.gradeC {background-color:#009688;}
.layer_wrap.regulation_info .content_wrap dl dd {color:#444; font-weight:300}



.layer_wrap.data-pop-type01 {width:1200px; height:auto; margin: 0 0 0 -600px; top:100px; text-align: left;}
.layer_wrap.data-pop-type01 .title {padding:36px 24px 0 24px; text-align:center; position:relative; display: flex; align-items: center;}
.layer_wrap.data-pop-type01 .title h4{text-align: left; font-size: 24px;}
.layer_wrap.data-pop-type01 .title a.btn_close {position:absolute; width:40px; height:40px; right:24px; border-radius:50%; font-size:0; display: flex; align-items: center; justify-content: center;}
.layer_wrap.data-pop-type01 .title a.btn_close:hover {background-color:#f5f5f5}
.layer_wrap.data-pop-type01 .title a.btn_close:before {width:24px; height:24px; background:url("../img/png/bg_ris_set.png") -96px -72px; background-size:500px; display:inline-block; content:""; }
.layer_wrap.data-pop-type01 .content_wrap {padding: 24px; display: flex; flex-direction: column; gap: 16px; }
.layer_wrap.data-pop-type01 .content_wrap > div {flex: 1; display: flex; width: 100%; gap: 16px; }
.layer_wrap.data-pop-type01 .content_wrap > div > div {flex:1; padding: 24px; box-shadow: 0 4px 16px rgb(0 0 0 / 8%); border-radius: 8px; display: flex; flex-direction: column; border: 1px solid #eee}
.layer_wrap.data-pop-type01 .content_wrap > div > div h5 {padding:0 0 8px 0; font-size: 16px; font-weight: 500;}
.layer_wrap.data-pop-type01 .content_wrap > div > div p.info {padding: 0 0 8px 0; font-size: 13px;}
.layer_wrap.data-pop-type01 .content_wrap > div > div .chart_wrp {background-color: #fff; height: 100%; display: flex;}
.layer_wrap.data-pop-type01 .content_wrap > div > div .grid_wrp {background-color: #fff; min-height: 120px; display: flex;}
.layer_wrap.data-pop-type01 .content_wrap table {width:100%; font-size: 13px; table-layout: fixed;}
.layer_wrap.data-pop-type01 .content_wrap table tbody {}
.layer_wrap.data-pop-type01 .content_wrap table thead th {border:solid #eee; border-width: 1px 0; padding: 10px; height: 40px; min-width: 60px; background: #f6f7f8; font-weight: 500; color: #666; white-space: nowrap;}
.layer_wrap.data-pop-type01 .content_wrap table tbody th {border:solid #eee; border-width: 1px 0; padding: 10px; height: 40px; min-width: 60px; background: #f6f7f8; font-weight: 500; color: #666; white-space: nowrap;}
.layer_wrap.data-pop-type01 .content_wrap table tbody td {border:solid #eee; border-width: 1px 0; padding: 10px; height: 40px; line-height: 150%;}

.layer_wrap.data-pop-type01.w600 {width: 800px; margin-left: -400px}
.layer_wrap.data-pop-type01.w600 .content_wrap {height: 720px; overflow: auto;}

.layer_wrap.data-pop-type02 {width:1200px; height:80%; margin: 0 0 0 -600px; top:100px; text-align: left;}
.layer_wrap.data-pop-type02 .title {padding:36px 24px 0 24px; text-align:center; position:relative; display: flex; align-items: center;}
.layer_wrap.data-pop-type02 .title h4{text-align: left; font-size: 24px;}
.layer_wrap.data-pop-type02 .title a.btn_close {position:absolute; width:40px; height:40px; right:24px; border-radius:50%; font-size:0; display: flex; align-items: center; justify-content: center;}
.layer_wrap.data-pop-type02 .title a.btn_close:hover {background-color:#f5f5f5}
.layer_wrap.data-pop-type02 .title a.btn_close:before {width:24px; height:24px; background:url("../img/png/bg_ris_set.png") -96px -72px; background-size:500px; display:inline-block; content:""; }
.layer_wrap.data-pop-type02 eumbutton {margin:0; }
.layer_wrap.data-pop-type02 .content_wrap {padding: 24px; display: flex; flex-direction: column; gap: 16px; height: calc(100% - 80px)}
.layer_wrap.data-pop-type02 .content_wrap .chart_wrap {height: 100%;}
.layer_wrap.data-pop-type02 .content_wrap .chart_wrap .title_left_wrap {display: flex; gap: 8px;}

.layer_wrap.data-pop-type02.w600 {width: 600px; margin-left: -300px}
.layer_wrap.data-pop-type02.w600 .content_wrap {height: 720px; overflow: auto;}
.layer_wrap.data-pop-type02.w720 {width: 720px; margin-left: -360px}
.layer_wrap.data-pop-type02.w720 .content_wrap {height: 720px; overflow: auto;}

.layer_wrap.data-pop-type02.w600.termsPop .content_wrap {height: calc(100% - 80px); overflow: auto;}


/* dashboard */
#wrap.dashboard #container{background:#F4F7FC; padding:15px 20px;}
#wrap.dashboard #container .graph_wrap {height:calc(100% - 15px); overflow:hidden;}
#wrap.dashboard #container .graph_wrap img {max-width:100%; max-height:100%;}


.cols02 > div:nth-child(2) > div{height:100%;}
.year_chart {border-bottom:0.5px solid #eaeaea;padding: 0px 5px;height: 30%;display: flex;align-items: center;}
.year_chart:last-child {border:0;}
.year_chart .value01{display:inline-block; width:70px; font-size:12px; vertical-align:middle; color:#666}
.year_chart .value02{display:inline-block; width:24px; text-align:right; font-size:11px; letter-spacing: 0; vertical-align:middle; background: #EDF2F9; padding:0 6px; line-height:18px; color:#2C7BE5; border-radius: 50px; margin-right:20px;}
.year_chart .value03{display:inline-block; width:calc(100% - 140px) ; background:#EDF2F9; height:6px; vertical-align:middle; position:relative; border-radius:50px;}
.year_chart .value03 .bar {background:#7CA2EE; display:inline-block; height:6px; position:absolute; border-radius:50px;}


.summury_chart {height:100%; position: relative}
.summury_chart .chart_L{float: left; position: absolute; top:20%; width:100px; box-sizing:border-box; margin-left:15px}
.summury_chart .chart_L .value01 {display:inline-block; margin-bottom:8px; color:#fff; background:#ccc; border-radius: 25px; widthh:auto; padding:3px 8px; font-size:12px; position: relative; letter-spacing: 0}
.summury_chart .chart_L .value01:before {position:absolute; display: block; width: 9px; height: 5px; left: 8px; top: 50%; margin-top:-3px; content: "";}
.summury_chart .chart_L .value02 {font-size:2.2vh; font-weight:200; white-space: nowrap}
.summury_chart .chart_L .value02 em {font-size:17px; margin-left:4px}
.summury_chart .chart_R{float: right; width:calc(100% - 120px); height:100%; border-radius: 8px;}
.summury_chart.up .chart_L .value01{background: #E36051; padding:3px 8px 3px 20px; }
.summury_chart.up .chart_L .value01:before {background: url("../img/png/bg_ris_set.png") -160px -52px; background-size: 500px auto }
.summury_chart.down .chart_L .value01{background: #7CA2EE; padding:3px 8px 3px 20px; }
.summury_chart.down .chart_L .value01:before {background: url("../img/png/bg_ris_set.png") -160px -57px; background-size: 500px auto }


#wrap.dashboard #container .cols01 {width:calc(25% - 10px); float:left; margin-right:10px; height:100%; overflow:hidden;}
#wrap.dashboard #container .cols02 {width:calc(50% - 20px); float:left; margin-right:10px; height:100%; overflow:hidden;}
#wrap.dashboard #container .cols03 {width:calc(25% + 20px); float:left; margin-left:-10px; height:100%; overflow:hidden;}
#wrap.dashboard #container .cols01 .bx01{width:100%; height:calc(25% - 10px); border-radius: 8px;}
#wrap.dashboard #container .cols02 .bx01{width:calc(50% - 10px); height:calc(25% - 10px); margin-right:10px; border-radius: 8px;}
#wrap.dashboard #container .cols02 .bx02{width:calc(100% - 10px);height:calc(50% - 10px); border-radius: 8px;}
#wrap.dashboard #container .cols03 .bx03{width:100%; height:calc(100% - 10px); border-radius: 8px;}
#wrap.dashboard #container .cols01 > div, .cols02 > div, .cols03 > div {float:left;}
#wrap.dashboard #container .cols04 {width:66%; float:left; height:calc(100% - 90px); background:#fff; overflow-y:auto; position:relative; z-index:1;}
#wrap.dashboard #container .cols04 section:after {clear:both; display:block; content:"";}
#wrap.dashboard #container .cols04 .bx01{width:40%; margin:0; float:left}
#wrap.dashboard #container .cols04 .bx02{width:40%; margin:0; float:left}
#wrap.dashboard #container .cols04 .bx03{width:20%; margin:0; float:left}
#wrap.dashboard #container .cols04 .bx04{padding:15px;}
#wrap.dashboard #container .cols05 {width:calc(34% - 10px); float:left; margin-left:10px; height:calc(100% - 90px); background:#fff; overflow-y:auto; position:relative; z-index:1;}
#wrap.dashboard #container .bx01 {background:#fff; margin:5px 0; padding:24px 12px 24px 12px; box-sizing:border-box;}
#wrap.dashboard #container .bx02 {background:#fff; margin:5px 0; padding:24px; box-sizing:border-box;}
#wrap.dashboard #container .bx03 {background:#fff; margin:5px 0; padding:24px; box-sizing:border-box;}
#wrap.dashboard #container .cols01 .bx01.ctrl_wrap {background:url("../img/png/bg_gs_view.png"); background-size:  cover; padding:10% 10% 0 5%}

.ctrl_wrap .home_wrap {padding-bottom:20px; color:#fff; font-weight:400; font-size:17px;}
.ctrl_wrap .home_wrap p.sub {font-size:13px; opacity:0.75; padding-top:4px}
.ctrl_wrap .select_wrap {position:relative; z-index:9; width:264px; min-height: 40px; border-radius:2px; background:#fff;}
.ctrl_wrap .select_wrap #dropDownButtonJK {margin:0 !important; border:0 !important;}
.ctrl_wrap .select_wrap select {max-width:140px; width:100% !important; font-size:14px; font-family:inherit; margin:0 5px 0 0 !important; line-height:25px; border-radius:0; border:1px solid #ccc !important}
.ctrl_wrap .btn_wrap {position:relative; z-index:9;margin-top:20px; white-space:nowrap;}
.ctrl_wrap .btn_wrap a {color:#fff; display:inline-block; font-size:14px; cursor:pointer}
.ctrl_wrap .btn_wrap a i {display:inline-block; width:16px; height:16px; vertical-align:middle; margin:-3px 3px 0px 3px; background:url("../img/png/bg_ris_set.png") -160px -36px; background-size:  500px auto}





#wrap.dashboard #container h4 {padding:0 0 10px 0; position:relative; line-height:20px; font-weight:500; font-size:15px}
#wrap.dashboard #container h4 em {font-weight:400; font-size:12px; margin-left:2px;}
#wrap.dashboard #container h4 a {display:inline-block; position:relative; font-size:15px}
#wrap.dashboard #container h4 a:after {width:8px; height:16px; display:inline-block; background:url(../img/index/bg_icon_set.png) 0 0; content:""; vertical-align:middle; margin:0 0 2px 4px}
#wrap.dashboard #container h4 > span {position:absolute; right:0;}
#wrap.dashboard #container h4 > span > em {font-size:12px; letter-spacing: -0.03em; color:#888}
#wrap.dashboard #container h4 .info {float:right; font-size: 13px;font-weight: 400;color: #fff; z-index:99;color: #3f74a7;padding: 3px 6px;border-radius: 50px;line-height: 16px; background:#f5f6f7}
#wrap.dashboard #container h4 .info_sub {float:right; font-size: 12px;font-weight: 400; z-index:99;color: #444;}
#wrap.dashboard #container .table_wrap {overflow-y:auto; height:calc(100% - 40px);}
#wrap.dashboard #container .table_wrap h5 {padding:20px 0 10px; font-size:14px; font-weight:400; position: relative}
#wrap.dashboard #container .table_wrap h5 > span {position:absolute; right:0;}
#wrap.dashboard #container .table_wrap h5 > span em {font-weight:400; font-size:12px; margin-left:2px; color: #888}
#wrap.dashboard #container .table_wrap table {width:100%; border-collapse:collapse; border-top:1px solid #333;}
#wrap.dashboard #container .table_wrap table tbody tr th {border-bottom:1px solid #eaeaea; text-align:center; font-size:12px; background:#EFF4FA; line-height:120%; font-weight:400; height:32px}
#wrap.dashboard #container .table_wrap table tbody tr td {border-bottom:1px solid #eaeaea; text-align:center; font-size:13px; height:41px;}
#wrap.dashboard #container .cols03 .bx03 .dataCopyBtn  {background:#fff; border:1px solid #ccc; line-height:22px; margin-left:10px; font-size:12px; font-weight:500; border-radius:2px; padding:0 5px}

.ors_wrap {padding:100px 100px;}
.ors_wrap:before {width:736px; height:600px; max-width:40%; display:block; position:absolute; bottom:25px; right:25px; background:url(../img/img_ors.png) no-repeat 100% 100%; content:""; background-size:contain}
.ors_wrap .ors_title {font-size:56px; letter-spacing:-0.05em; line-height:140%; font-weight:400}
.ors_wrap .ors_title strong {display:inline-block; position:relative}
.ors_wrap .ors_title strong:before {width:100%; height:8px; background:#ff0; display:block; content:""; position:absolute; bottom:-4px; z-index:0;}
.ors_wrap .ors_txt01 {padding:20px 0 0 0; font-size:28px; font-weight:300}
.ors_wrap .ors_txt02 {padding:40px 0 0 0; font-weight:300}
.ors_wrap .ors_txt02 span {display:inline-block; background:#f5f5f5; padding:10px 20px; border-radius:50px; margin-right:10px; font-size:20px;}
.ors_wrap .ors_btn {padding:80px 0 0 10px;}
.ors_wrap .ors_btn a {line-height:60px; padding:0 80px; background:#527FF7; color:#fff; display:inline-block; font-size:17px; box-shadow:rgba(65, 97, 151, 0.4) 0px 5px 12px 0px; border-radius:4px; font-weight:600}
.ors_wrap .ors_btn a:hover {filter:brightness(1.1)}

#wrap.risk_pop {padding:40px 0; width:852px; height:auto; min-width:auto; min-height:auto; margin:0 auto;}
#wrap.risk_pop h3 {padding:0 0 10px 0; font-size:24px;}

.risk_tit {position:relative;}
.risk_tit h3 {padding:0 0 10px 0; font-size:24px;}
.risk_tit span{position:absolute; right:0; bottom:10px;}
.risk_table .h240 {height:240px;}
.risk_table .h360 {height:360px;}
.risk_table table{width:100%; border-top:1px solid #000; font-family:Verdana,Arial,sans-serif}
.risk_table tbody tr {border:0;}
.risk_table tbody tr th {height:28px; border:1px solid #e0e0e0; padding:5px; font-size:13px; background:#e8e8e8; font-weight:normal; text-align:center;}
.risk_table tbody tr td {height:28px; border:1px solid #e0e0e0; padding:5px; font-size:13px; text-align:center;}

.risk_table tbody tr td.tdTop {display:none}
.risk_table tbody tr td.tdLeft {display:none}
.risk_table tbody tr td .tblChart td {border:0; padding:0}


@keyframes left_warp_slide01 {
    0%   {opacity: 1;transform:translateX(-300px)}
    100% {opacity: 1;transform:translateY(0)}
}

@keyframes left_warp_slide02 {
    0%   {opacity: 0;transform:translateX(0)}
    100% {opacity: 1;transform:translateY(0)}
}



.jqx-knob-label, .jqx-chart-axis-text, .jqx-chart-label-text, .jqx-chart-tooltip-text, .jqx-chart-legend-text {fill:#aaa; color:#aaa; font-family: inherit; letter-spacing: 0; font-size:10px; font-weight:400}
.dashboard #container .graph_wrap g line {stroke: #ddd; stroke-width:0.5;}

.graph_wrap.full g path {stroke-width:2px; stroke-dasharray:3px 6px; stroke-opacity:0.8; stroke: #637388}



.login_wrap {display: flex;align-content: center;justify-content: center;align-items: center; height: 100%; background: #F6F8FC}
.login_wrap > div {width: 460px; height: 640px; background:#fff; padding:48px 36px; border-radius: 16px; box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px;}

.login_wrap > div .form_top{margin-bottom:72px; height: 80px}
.login_wrap > div .form_top .logo{width:220px; height:36px; background: url("../img/logo_reps.png") no-repeat;display: block; background-size: auto 100%}
.login_wrap > div .form_top h5{font-size: 24px; margin-bottom: 16px;}
.login_wrap > div .form_top p{line-height: 150%}

.login_wrap > div .form_account{padding:0 0 96px 0; position: relative}
.login_wrap > div .form_account .input_text{border:1px solid #eee; height:56px; display: flex; align-items: center; border-radius: 8px; margin-bottom:16px}
.login_wrap > div .form_account .input_text label{position: absolute; margin:0 0 0 24px; color: #999}
.login_wrap > div .form_account .input_text > div {width:100%; padding:0 16px 0 96px}
.login_wrap > div .form_account .input_text > div input[type=text]{border:0; width: 100%; font-size: 18px}
.login_wrap > div .form_account .input_text > div input[type=password]{border:0; width: 100%; font-size: 18px}

.login_wrap > div .form_account .input_check{position: relative}
.login_wrap > div .form_account .input_check input[type=checkbox] {display: none}
.login_wrap > div .form_account .input_check input[type=checkbox] + label {line-height:24px; vertical-align: middle; position: relative; display: inline; cursor: pointer}
.login_wrap > div .form_account .input_check input[type=checkbox] + label:before {display: inline-block; width:20px; height:20px; background: url("../img/Ic_check.svg") 50% 50% #ccc no-repeat; content: ''; vertical-align: middle; margin:-2px 4px 0 0; border-radius:8px;}
.login_wrap > div .form_account .input_check input[type=checkbox]:checked + label:before {background-color:#517FF6}

.login_wrap > div .form_account .info_bx {position: absolute; bottom:0; width:100%;}

.login_wrap > div .form_bottom {margin:0 0 24px; gap: 8px; display: flex; align-items: center; justify-content: center}
.login_wrap > div .form_bottom span > a{display: inline-flex;justify-content: center;align-items: center;}
.login_wrap > div .form_bottom.full span{width: 100%}
.login_wrap > div .form_bottom.full span a{width: 100%}



.login_wrap .login_info {text-align: center; font-size: 13px; color:#999; line-height: 150%;}



/*DASH BOARD - 이하 전체  대시보드관련 CSS */
.dashboard_layout {padding: 24px 48px 48px; display: flex; flex-direction: column; gap:24px; overflow-x: scroll;}

.dashboard_util {width: 100%; max-width: 1920px; display: flex; justify-content: space-between; align-items: center; margin: 0 auto;}

.but_area_choice {min-width: 290px; height: 47px; display: flex; align-items: center; gap:11px; padding: 0 45px 0 12px; border-radius: 8px; background: #FFF; font-size: 16px; font-weight: 500; position: relative;  box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px;}
.but_area_choice:after {content: ""; width: 8px; height: 8px; border:4px solid transparent; border-top-color: #000; box-sizing: border-box; position: absolute; top: 50%; right:18px; margin-top: -2px;}
.but_area_choice .tooltip_choice {position: absolute; top: calc(100% + 6px); left: 33px; padding: 7px 14px; font-size: 13px; font-weight: 600; color: #FFF; background: #000;  border-radius: 8px; white-space: nowrap; display: none; animation-name: tooltip_fade; animation-duration: .2s;}
.but_area_choice .tooltip_choice:before {content: ""; width: 8px; height: 8px; background: #000; border-radius: 1px; position: absolute; top: -2px; left: 14px; transform: rotate(45deg);}
.but_area_choice:hover {outline: 1px solid #527FF7;}
.but_area_choice:hover  .tooltip_choice {display: inline-flex;}

.dashboard_util #dropDownButtonJK {min-width: 290px; height: 47px !important; display: flex; align-items: center; gap:11px; padding: 0 12px 0 12px; border-radius: 8px; background: #FFF; font-size: 16px !important; font-weight: 500; position: relative;  box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px; border: 0 !important; overflow: visible;}
.dashboard_util #dropDownButtonJK:hover {outline: 1px solid #527FF7;}
.dashboard_util #dropDownButtonJK:before {content: "지역을 선택해서 정보를 탐색하세요."; position: absolute; top: calc(100% + 6px); left: 33px; padding: 2px 14px 0; line-height: 27px; font-size: 13px; font-weight: 600; color: #FFF; background: #000;  border-radius: 8px; white-space: nowrap; display: none; animation-name: tooltip_fade; animation-duration: .2s;}
.dashboard_util #dropDownButtonJK:hover:before {display: inline-flex; align-items: center}
.dashboard_util #dropDownButtonJK:after {content: ""; width: 0px; height: 0px;border: 4px solid transparent; position: absolute; top: calc(100% + 5px); left: 47px; transform: scale(0); opacity: 0; transition: all .08s;}
.dashboard_util #dropDownButtonJK:hover:after {opacity: 1; transform:  scale(1); border-bottom: 4px solid #000; top: calc(100% - 2px);}
.dashboard_util #dropDownButtonJK .jqx-dropdownlist-content {display: flex; align-items: center;}
.dashboard_util #dropDownButtonJK .jqx-dropdownlist-content:before {content: ""; width: 12px; height: 16px; display: inline-flex; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16'%3E%3Cpath data-name='Icon awesome-map-marker-alt' d='M5.383,15.677C.843,9.095,0,8.419,0,6A6,6,0,1,1,12,6c0,2.419-.843,3.095-5.383,9.677a.75.75,0,0,1-1.233,0ZM6,8.5A2.5,2.5,0,1,0,3.5,6,2.5,2.5,0,0,0,6,8.5Z'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat; margin-right: 11px;}
.dashboard_util #dropDownButtonJK .jqx-icon {background-image:none;}
.dashboard_util #dropDownButtonJK .jqx-icon:after {content: ""; width: 8px; height: 8px; border:4px solid transparent; border-top-color: #000; box-sizing: border-box; position: absolute; top: 50%; right:4px; margin-top: -2px;}
/*.dashboard_util #dropDownButtonJK.jqx-rc-b-expanded {-moz-border-radius-bottomleft: 8px !important; -webkit-border-bottom-left-radius: 8px !important; border-bottom-left-radius: 8px !important; -moz-border-radius-bottomright: 8px !important; -webkit-border-bottom-right-radius: 8px !important; border-bottom-right-radius: 8px !important;}*/

/*DASH BOARD - 이용현황 차트*/
.reps_data_cht_container {width:264px; height:188px;}

@keyframes tooltip_fade {
    0%   {opacity: 0;transform: scale(.8) translateY(-10px)}
    100% {opacity: 1;transform: scale(1) translateY(0)}
}
@keyframes tooltip_fade_right {
    0%   {opacity: 0;transform: scale(.8) translateX(20px)}
    100% {opacity: 1;transform: scale(1) translateX(0)}
}


/*DASH BOARD - REPS계약기간*/
.period_wrap {width: 32.46%;  height: 47px; padding: 0 24px; border-radius: 8px; background: #FFF; box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px; display: flex; align-items: center; gap:45px;}
.period_wrap h4 {font-size: 14px; color: #333;flex-shrink: 0;}
.period_wrap .period_range {display: flex; justify-content: space-between; align-items: center; flex-grow: 1; gap:8px;}
.period_wrap .period_range > span {font-size: 12px; color: #888;}
.period_wrap .period_range .range_area {height: 12px; background-color: #D6D6D6; border-radius: 20px; flex-grow: 1; display: flex;}
.period_wrap .period_range .range_area div {background-color: #527FF7; border-radius: 20px; position: relative;}
.period_wrap .period_range .range_area div .dday {position: absolute; top: calc(100% + 6px); right: 0; padding: 6px 12px; font-size: 13px; font-weight: 600; color: #FFF; background: #000;  border-radius: 8px; white-space: nowrap; transform: translateX(48%);}
.period_wrap .period_range .range_area div .dday:before {content: ""; width: 8px; height: 8px; background: #000; border-radius: 1px; position: absolute; top: 0; left: 50%; transform: rotate(45deg) translateX(-50%);}


.dashboard_wrap {width: 100%; max-width: 1920px; /*height: 100%;*/ display: grid; grid-template-columns: repeat(6, 1fr); grid-template-rows: 258px 216px 20% 56px; justify-items: stretch;  align-items: stretch;  grid-gap: 24px; box-sizing: border-box; flex: 1 0 auto; margin: 0 auto;}
.dashboard_wrap .item_box {background: #fff; border-radius: 16px; box-shadow: rgb(0 0 0 / 4%) 0px 4px 24px; padding: 20px 24px; box-sizing: border-box; display: flex; flex-direction: column; gap:20px;}
.dashboard_wrap .item_box:nth-child(1) {grid-column: auto / span 2;} /* 평당가추이 */
.dashboard_wrap .item_box:nth-child(2) {grid-column: auto / span 2;} /* 인구/세대수 추이 */
.dashboard_wrap .item_box:nth-child(3) {grid-row: auto / span 2; order: 5;} /* 아파트거래비율 */
.dashboard_wrap .item_box:nth-child(4) {grid-column: auto / span 2;} /* 이용현황 */
.dashboard_wrap .item_box:nth-child(5) {grid-column: auto / span 3; grid-row: auto / span 2;} /* 분양/입주/미분양 추이 */
.dashboard_wrap .item_box:nth-child(6) {grid-column: auto / span 2; order: 6; background: url("../img/bg_mymenu_n.png") #FFF right bottom no-repeat; background-size: auto 60%; padding-bottom: 0;} /* 나의메뉴 */
.dashboard_wrap .item_box:nth-child(7) {grid-column: auto / span 2; order: 7;} /* 배너 */
.dashboard_wrap .item_box:nth-child(8) {grid-column: auto / span 3; order: 8;} /* 공지 */

.dashboard_wrap .item_tit {display: flex; justify-content: space-between; align-items: center; min-height: 28px;}
.dashboard_wrap .item_tit h4 {font-size: 16px; font-weight: 600; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: flex;  gap:2px;  align-items: center;}
.dashboard_wrap .item_tit h4 em,
.dashboard_wrap .item_tit h4 div {font-size: 14px; font-weight: 400; color: #888;}
.dashboard_wrap .item_con {flex: 1 0 auto; position: relative; display: flex; flex-direction: column;}
.dashboard_wrap .item_con .chart_area {display: flex; flex-direction: column; flex: 1; gap:10px;}
.dashboard_wrap .item_con .chart_area .chart_view {flex: 1; max-height: calc(100% - 24px);}

.chart_legend {display: flex; justify-content: center; align-items: center; gap:12px; font-size: 12px; color: #666; height: 14px; position: relative;}
.chart_legend > div {display: inline-flex; align-items: center; gap:6px;}
.source_point {position: absolute; top: 0; right: 0; gap:2px; font-size: 11px; display: inline-flex; align-items: center;}

/* 대시보드 차트 범례 그리기 방식 변경 (html -> canvas)으로 인해 스타일 추가 시작 */
.dashboard_wrap .item_con .chart_area_tit {display: flex; flex-direction: column; flex: 1; gap:0;}
.dashboard_wrap .item_con .chart_area_tit .chart_view {flex: 1; max-height: 100%;}

.dashboard_wrap .item_con .chart_area_tit .chart_legend {display: flex; justify-content: center; align-items: center; gap:0; font-size: 12px; color: #666; height: 0; position: relative;}
.dashboard_wrap .item_con .chart_area_tit .chart_legend > div {display: inline-flex; align-items: center; gap:0;}
.dashboard_wrap .item_con .chart_area_tit .source_point {position: absolute; top: 0; right: 0; gap:0; font-size: 11px; display: inline-flex; align-items: center; position: absolute; top: -25px;}
/* 대시보드 차트 범례 그리기 방식 변경 (html -> canvas)으로 인해 스타일 추가 끝 */

.source_point div {}
.source_point div em {color: #888;}
.item_con [id^="cht"] {position: relative}

.stat_info {}
.stat_info dl {display: flex; flex-direction: column; gap:10px;}
.stat_info dt {font-size: 24px; font-weight: 700;}
.stat_info dd {font-size: 14px; font-weight: 700; position: relative;}
.stat_info dd span {font-size: 12px; font-weight: 500; opacity: .5; display: block; margin-top: 6px;}
.stat_info.format02 {padding-top: 38px;}
.stat_info.format02 dt {font-size: 36px;}
.stat_info.format02 dd {font-size: 16px;}
.stat_info.format03 {padding-left: 8px; display: flex; flex: 1; flex-direction: column; gap:20px; max-width: 50%;}
.stat_info.format03 dl {gap:7px;}
.stat_info.format03 dt {font-size: 18px; font-weight: 400; white-space: nowrap;}
.stat_info.format03 dt span {font-weight: 700; color: #527FF7;}
.stat_info.format03 dd span {margin-top: 0;}

/*DASH BOARD - 아파트거래비율*/
.dashboard_wrap .item_box:nth-child(3) .stat_info + .chart_view {max-height: 80% !important; display: flex; justify-content: center; align-items: center;}

/*DASH BOARD - REPS 이용현황*/
.area_data {display: flex; justify-content: space-between; gap:5px; flex:1;}
.area_data > * {flex:1;}
.area_data .chart_view {flex:1; overflow: hidden; max-height: 100% !important;}

.rank_area {}
.rank_area h5 {font-size: 14px; font-weight: 400; margin-bottom: 8px}
.rank_area ol {display: flex; flex-direction: column; gap:4px;}
.rank_area ol li {white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.rank_area ol li em {width: 14px; height: 14px; display: inline-flex; justify-content: center; align-items: center; border-radius: 5px; font-size: 10px; font-weight: 700; color: #FFFFFF; background: #527FF7; }
.rank_area ol li span {display: inline; font-size: 13px; padding-left: 6px;}
.rank_area ol li span + span {padding-left: 12px; position: relative;}
.rank_area ol li span + span:before {content:""; width: 6px; height: 6px; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5.657' height='5.657' viewBox='0 0 5.657 5.657'%3E%3Cpath d='M599.676,184.626v3h3' transform='translate(296.313 559.535) rotate(-135)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E");background-position: center; background-repeat: no-repeat; position: absolute; top: 50%; left: 3px; transform: translateY(-50%);}
.rank_area ol li:nth-child(n +4) {display: none}

/*DASH BOARD - 나의메뉴*/
.area_mymenu {position: relative;}
.area_mymenu .item_tit h4 {flex-direction: column; gap:8px;align-items: flex-start;}
/*즐겨찾기 아이콘*/
.area_mymenu .favorite {background: url(/img/ic_favorite.svg) no-repeat; width: 14px; height: 14px; display: inline-block;}
/*.area_mymenu:after{content: ""; width: 200px; padding-top:20%;  background: url("../img/bg_mymenu.png") right bottom no-repeat; background-size: auto 100%; position: absolute; right: 0; bottom: 0;}*/
.mymenu_wrap {}
.mymenu_wrap ul {display: flex; gap:12px;}
.mymenu_wrap  li {display: flex; flex-direction: column;align-items: center; gap:8px; position: relative; width: 64px; transition: all .3s;}
.mymenu_wrap  li .menu_box {width: 64px; height: 64px; display: flex; justify-content: center; align-items: center; font-size: 16px; font-weight: 900; color: rgba(0,0,0,.16); background-color: #FAFAFA; border: 1px dashed #DDD; border-radius: 24px; transition: all .3s;}
.mymenu_wrap  li a {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.mymenu_wrap  li .menu_name {font-size:13px; font-weight: 400; color: #444; transition: all .3s;}
.mymenu_wrap  li.on .menu_box {color: #527FF7; background-color: #FFF; border: 0;  box-shadow: 0 2px 8px rgba(0,0,0,.08);}
.mymenu_wrap  li.on .menu_name {font-size:12px; font-weight: 400; color: #444; display: block; display: -webkit-box; text-overflow: ellipsis; overflow: hidden; -webkit-line-clamp: 2;  -webkit-box-orient: vertical; text-align: center;}

/*.mymenu_wrap  li.on:hover {max-width: 84px;}*/
.mymenu_wrap  li.on:hover .menu_box {width: 40px; height: 40px; border-radius: 14px; outline: 1px solid #527FF7;}
.mymenu_wrap  li.on:hover .menu_name {-webkit-line-clamp: 3;}

/*DASH BOARD - 배너*/
.area_ad {outline: 1px solid #527FF7; overflow: hidden; padding: 0 !important;}
.ad_slide {flex: 1; position: relative;}
.ad_con {position: relative; display: flex; justify-content: flex-end; height: 100%;}
.ad_con .ad_img {position: absolute;top: 0; bottom: 0; right: 0; left: 0;}
.ad_con .ad_img img {width: 100%; height: 100%; object-fit: cover;}
.ad_con a {position: absolute; top: 0; right: 0; bottom: 0; left: 0; z-index: 2}
.ad_slide .swiper-pagination {position: absolute; bottom:19px !important; left: 32px !important; top: auto; display: inline-flex;}
.ad_slide .swiper-pagination .swiper-pagination-bullet {width: 6px !important; height: 6px !important; margin: 0 2px !important;}


.swiper {width: 100%; height: 100%;}
.swiper-slide {background: #fff; display: flex; justify-content: center; align-items: center;}
.swiper-slide img {display: block; width: 100%; height: 100%; object-fit: cover;}

/*DASH BOARD - 공지사항*/
.area_notice {height: 56px; gap:10% !important; align-self: start; padding: 0 90px 0 48px !important; position: relative; flex-direction: row !important; align-items: center;}
.area_notice .item_tit a {position: absolute; top: 50%; right: 30px; transform: translateY(-50%); font-size: 14px;  color: #666;}
.area_notice .item_tit a:after {content: ""; width: 10px; height: 10px; display: inline-flex; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='9.899' height='9.899' viewBox='0 0 9.899 9.899'%3E%3Cpath d='M599.676,184.626v6h6' transform='translate(298.434 563.777) rotate(-135)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat;}
.area_notice .item_con {width: 100%;}
.area_notice .item_con a {font-size: 16px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; display: block; width: 100%;}


/* 공통요소 */
eumbutton {display:inline-block;}

.leg_icon01 {width: 8px; height: 4px; border-radius: 4px; background-color: #387BF3; display: inline-flex;}
.leg_icon02 {width: 8px; height: 4px; border-radius: 4px; background-color: #7EE4AB; display: inline-flex;}
.leg_icon03 {width: 8px; height: 4px; border-radius: 4px; background-color: #F3B344; display: inline-flex;}
.leg_icon04 {width: 8px; height: 8px; border-radius: 4px; background-color: #387BF3; display: inline-flex;}

.sel_type02 {min-width: 80px; height: 28px; border: none; font-size: 14px; font-weight: 400; color: #666; padding:0 24px 0 8px; -webkit-appearance:none; -moz-appearance:none; appearance:none; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.071' height='7.071' viewBox='0 0 7.071 7.071'%3E%3Cpath d='M0,0V4H4' transform='translate(0.707 3.536) rotate(-45)' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1'/%3E%3C/svg%3E") #EFF1F5 calc(100% - 8.5px) center no-repeat; outline: none;}

.icon_areapoint {width: 12px; height: 16px; display: inline-flex; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='16' viewBox='0 0 12 16'%3E%3Cpath data-name='Icon awesome-map-marker-alt' d='M5.383,15.677C.843,9.095,0,8.419,0,6A6,6,0,1,1,12,6c0,2.419-.843,3.095-5.383,9.677a.75.75,0,0,1-1.233,0ZM6,8.5A2.5,2.5,0,1,0,3.5,6,2.5,2.5,0,0,0,6,8.5Z'/%3E%3C/svg%3E"); background-position: center; background-repeat: no-repeat;}

.none_chart {display: flex; height: 100%; justify-content: center; align-items: center; flex-direction: column; gap:5px; font-size: 15px; color: #CCC; text-align: center;}
.none_chart:before {content: "!"; width: 30px; height: 30px; display: block; border: 2px solid #DDD; border-radius: 40px; display: flex; justify-content: center; align-items: center;  font-size: 20px; color: #DDD;}

/* Tab UI  */
.tab_ui {width: 187px; background-color: #EFF1F5; border-radius: 4px; padding: 2px; box-sizing: border-box;}
.tab_ui .tabs {display: -webkit-box; display: flex; position: relative;}
.tab_ui .tabs * {z-index: 2;}
.tab_ui .tabs > * {flex: 1;}
.tab_ui .tabs input[type="radio"] {display: none;}
.tab_ui .tabs .tab {display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; height: 24px; width: 200px; font-size: 13px; color:#888; border-radius: 8px; cursor: pointer; -webkit-transition: color 0.15s ease-in; transition: color 0.15s ease-in;}
.tab_ui .tabs .tab .notification {display: -webkit-box; display: flex; -webkit-box-align: center; align-items: center; -webkit-box-pack: center; justify-content: center; width: 1.2rem; height: 1.2rem; margin-left: 8px; border-radius: 50%; color: #FFF; background-color: #111; -webkit-transition: 0.15s ease-in; transition: 0.15s ease-in;}
.tab_ui .tabs input[type="radio"]:checked + label {color: #111;}
.tab_ui .tabs input[type="radio"]:checked + label > .notification {background-color: #111; color: #FFF;}
.tab_ui .tabs input:nth-child(1):checked ~ .indicator {-webkit-transform: translateX(0);          transform: translateX(0);}
.tab_ui .tabs input:nth-child(3):checked ~ .indicator {-webkit-transform: translateX(100%); transform: translateX(100%);}
.tab_ui .tabs input:nth-child(5):checked ~ .indicator {-webkit-transform: translateX(200%); transform: translateX(200%);}
.tab_ui .tabs input:nth-child(7):checked ~ .indicator {-webkit-transform: translateX(300%); transform: translateX(300%);}
.tab_ui .tabs input + label + input + label ~ .indicator {width: calc(100% /2);}
.tab_ui .tabs input + label + input + label + input + label ~ .indicator {width: calc(100% /3);}
.tab_ui .tabs input + label + input + label + input + label + input + label ~ .indicator {width: calc(100% /4);}
.tab_ui .tabs .indicator {position: absolute; display: -webkit-box; display: flex; height: 24px; width: auto; background-color: #FFF; z-index: 1; border-radius: 3px; -webkit-transition: 0.25s ease-out;  transition: 0.25s ease-out;}


@media(max-width:1600px) {/* 해상도 넓이 1600 이하 */
    .dashboard_wrap { margin-bottom: 40px; grid-template-columns: repeat(4, 1fr); grid-template-rows: 258px 16.15% 16.15% 216px 160px 56px;}
    .dashboard_wrap .item_box:nth-child(1) {grid-column: auto / span 2;}
    .dashboard_wrap .item_box:nth-child(2) {}
    .dashboard_wrap .item_box:nth-child(3) {}
    .dashboard_wrap .item_box:nth-child(4) {grid-column: auto / span 2; grid-row: auto / span 2; order: 5;}
    .dashboard_wrap .item_box:nth-child(5) {grid-column: auto / span 3; grid-row: auto / span 2;}
    .dashboard_wrap .item_box:nth-child(6) {grid-column: auto / span 2; order: 6; background-size: auto 70%;}
    .dashboard_wrap .item_box:nth-child(7) {grid-column: auto / span 2; grid-row: auto / span 1; order: 7;}
    .dashboard_wrap .item_box:nth-child(8) {grid-column: auto / span 2; order: 8;}

    /*DASH BOARD - REPS계약기간*/
    .period_wrap {width: 49.085%; }


    /*DASH BOARD - 나의메뉴*/
    .area_mymenu:after{width: 220px;}

    /*DASH BOARD - REPS DATA 순위*/
    .stat_info.format03 {gap:80px;}
    .area_data .chart_view {flex:1.3;}

    /*DASH BOARD - 이용현황 차트*/
    .reps_data_cht_container {width:312px; height:312px;}
}
#wrap + .dropDownButton {width: 290px; border: 0; box-shadow: rgb(0 0 0 / 4%) 0px 24px 24px; border-radius: 0 0 8px 8px;}
#wrap + .dropDownButton  #treejkcodeA,
#wrap + .dropDownButton  #contenttabletreejkcodeA,
#wrap + .dropDownButton  #contenttabletreejkcodeA .jqx-grid-table {width: 100% !important; border: 0;}
