@charset "utf-8";

.mo_wrapper{    width: 100%; /* max-width: 1080px; */  min-width: 320px;   min-height:calc(100vh - 95px);   margin: 0 auto;background-color: #f8f8f8;}

/* header영역 */
.header_area{width: 100%;height:100px;background: #fff;position: fixed;top:0;left:0;min-width: 320px;z-index: 10;}
header{height: 50px;border-bottom: 1px solid #ccc;display: flex;align-items: center}
header .logo{background: url("../../images/rone_mobile/logo.svg")no-repeat 15px center;width: 100px;height: 50px}
header h1{font-size: 1.75rem;font-family:"notoKrB", sans-serif;width: calc(100% - 180px);text-align: center;color: #606060}
header h1 a{color: #606060}
header .btnlist{display: flex;align-items: center;gap: 5px}
header .btnlist li{}
header .btnlist li a{display: block;width: 36px;height: 36px}
header .btnlist li a.search{background: url("../../images/rone_mobile/top_search.svg")no-repeat center;}
header .btnlist li a.menu{background: url("../../images/rone_mobile/top_menu.svg")no-repeat center;}
/*.header_area .top_head{height:50px;display: flex;align-items: center; justify-content: space-between;padding:0 .6rem 0 1.1rem}*/
.header_area .top_head {height: 50px; display: flex; align-items: center; justify-content: space-between; padding: 0 .6rem 0 1.1rem; }
/*.header_area .top_head h2{font-size: 1.52rem;width: calc(100% - 115px);    overflow: hidden;   white-space: nowrap;   text-overflow: ellipsis;}*/
.header_area .top_head h2{font-size: 17px; width: calc(100% - 115px); white-space: normal; overflow-wrap: break-word; word-break: break-word; overflow: hidden; text-overflow: ellipsis; line-height: 1.3;}

.header_area .top_head .history_btn{text-align: right}
.header_area .top_head .history_btn a{color: #fff; background: linear-gradient(to bottom,  #0bb6ff 0%,#1568a7 100%);    padding:0 15px 0 18px;
    border-radius: 20px;   font-size: 1.18rem;   line-height: 38px;   height: 38px;   display: block;}
.header_area .top_head .history_btn a:after{content: '';display: inline-block;width:10px;height: 10px;background: url("../../images/rone_mobile/arrow_icon01.svg")no-repeat center;margin-left: 5px }

/* 상단 검색영역 */
.head_search_area{display: flex;align-items: center;gap:8px;background: #fff;margin-top: 95px;height: 65px;padding: 0 1.1rem}
.head_search_area .head_link{height: 40px}
.input-box{height: 100%}
.head_search_area .head_link a{display:flex;align-items: center;height: 40px;padding: 15px;color: #fff;background: #1568A7;border-radius:7px;  white-space: nowrap;   white-space: nowrap;}
.head_search_area .haed_search{width: 100%;height: 40px;position: relative}
.head_search_area .haed_search input{width: 100%;height: 100%;border: 2px solid #1568A7;}
.head_search_area .haed_search input:focus{border-color: #0bb6ff}
.head_search_area .haed_search .text_none{position: absolute;right:6px;top:0;background: url("../../images/rone_mobile/icon_search.svg") no-repeat center;width:40px;height: 40px}
/*.head_search_area .haed_search .close {*/
/*    position: absolute;*/
/*    right: 10px;*/
/*    top: 0;*/
/*    width: 40px;*/
/*    height: 40px;*/
/*}*/

.head_search_area .haed_search .close:before {
    content: "";
    display: block;
    position: absolute;
    top:9px;right:45px;
    background: url("../../images/rone_mobile/search_close.png") no-repeat center;width:22px;height: 22px
}



@media screen and (max-width: 3000px) {
    .head_search_area .haed_search .close {
        right: 38px;
    }
}



/*자동검색기능 기존*/
.haed_search .search_result{position: absolute;width: 100%;background: #fff;border:2px solid #1568A7;border-top: 0; max-height: 350px; overflow-y: auto;
    border-radius: 0 0 5px 5px; left: 0;  top: 35px; padding: 5px 10px;z-index: 10;    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);}
.haed_search .search_result li{padding: 4px;color: #777;}
.haed_search .search_result li a{display: block;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 8px 10px;
    color: #666;}
.haed_search .search_result li a:hover{background:#edf8fe }

/*자동검색기능 수정*/
.body_wrapper .body_category_wrap .search_result {background: #fff;}
.body_wrapper .body_category_wrap .search_result li{padding: 4px;color: #777;}
.body_wrapper .body_category_wrap .search_result li a{display: block;
    background: #f7f7f7;
    border-radius: 5px;
    padding: 8px 10px;
    color: #666;}
.body_wrapper .body_category_wrap .search_result li a:hover{background:#edf8fe }


/* 하단 버튼영역 */
footer{width: 100%;height: 65px;background: #fff;position: fixed;bottom:0;left:0;box-shadow:0 -3px 2px 0 rgba(0, 0, 0, 0.05);/*z-index: 10;*/}
footer .btn_wrpa{padding: 0 1.1rem;display: flex; align-items: center;gap: 10px;height: 100%}
footer [class*=foot_btn]{display: inline-block;text-align: center;width: 100%;height: 40px;font-size: 1.25rem;white-space: nowrap;padding: 10px 0;border-radius:5px}
footer .foot_btn_defalt{border: 1px solid #0066C5;color: #0066C5;display: flex; justify-content: center; align-items: center; text-align: center;}
footer .foot_btn_second{border: 1px solid #0066C5;background: #0066C5;color: #fff; display: flex; justify-content: center; align-items: center; text-align: center;}
footer .btn_wrpa.type_B{gap: 4px}
footer .btn_wrpa.type_B [class*=foot_btn]{font-family: "notoKrM", sans-serif;font-size: 1.1rem;}

/**/
.container_wrap{}
.body_wrapper{}
.body_wrapper .body_category_wrap{/*background: #FAFBFB*/; height: calc(100vh - 225px); overflow: auto; margin-bottom:66px;}

/* treelist */
.treeBox_list{padding-bottom: 1rem}
.treeBox_list .list{position: relative}
.treeBox_list .list:after{ content: ""; position: absolute;top: 0;left:-2px; width:1px; height: 100%;background-color: #ccc;}
.treeBox_list .list li{}
.treeBox_list .list li .item_detail{position: relative; background-color:#FAFBFB;display: flex;justify-content: start; align-items: center; padding:8px 35px 8px 15px}
.treeBox_list .list li .item_detail .item_btn{display: flex;}
.treeBox_list .list li .item_detail .item_btn span{text-align: left;color: #666;/*width: 50vw; */text-overflow: ellipsis; overflow: hidden; /*white-space: nowrap;*/}
.treeBox_list .list li .item_detail .item_btn span em{font-style: normal;}
.treeBox_list .list li .item_detail .item_btn .item_btn{display: flex;}
.treeBox_list .list li .item_detail .folder_control{position: absolute; top: 50%; right: 1rem;-webkit-transform:translateY(-50%); transform: translateY(-50%);}
.treeBox_list .list li .item_detail  .icon{    display: block;width: 16px;height: 16px; }
.treeBox_list .list li .item_detail .item_btn .icon.folder{background:url("../../images/rone_mobile/icon_folder01.svg") no-repeat center;margin-right: .5rem}
.treeBox_list .list li .item_detail .item_btn .icon.last-folder{background:url("../../images/rone_mobile/icon_folder02.svg") no-repeat center; margin-right: .5rem}
.treeBox_list .list li .item_detail .folder_control .control{background:url("../../images/rone_mobile/fluent_arrow.svg") no-repeat center;opacity: .4}
.list_2depth, .list_3depth, .list_4depth, .list_5depth, .list_6depth, .list_7depth, .list_8depth, .list_9depth, .list_lastdepth{margin-left: 25px}
.treeBox_list .list_lastdepth .icon.folder{background:url("../../images/rone_mobile/icon_folder02.svg") no-repeat center !important;}
.treeBox_list .list_lastdepth .folder_control .control{background:none !important;}
.treeBox_list .list li .item_detail.select{ background-color:#E6F5FE;}
.treeBox_list .list li .item_detail.active .folder_control .control{transform: rotateX(180deg);opacity:1}
.treeBox_list .list li .item_detail.select .item_btn span{color: #000}


/**/
legend, .blind {
    position: absolute;
    top: -500000em;
    left: -500000em;
    text-shadow: none;
    color: transparent;
    z-index: -1;
    background: transparent;}
.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area h2 {font-family: "notoKrB", sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #444449;
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;}
.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area {
    position: relative;
    font-family: "notoKrL", sans-serif;
    font-weight: 100;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .2);
}

/* 통합검색 */
.layerpopup-totalsearch-wrapper {
    display: none;
    position: absolute;
    top: 150px;
    left: 0;
    width: 90%;
    z-index: 20;
    padding: 0 5%;
    margin-left: 0;

}

.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area {
    display: block;
    width: auto;
    max-width: 538px;
    padding: 30px;
    background: #fff;
    margin: 0 auto;
}

.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area h2 {
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #444449;
    padding-bottom: 9px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
}

.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area select {
    display: block;
    width: 100%;
    max-width: 534px;
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    padding-left: 20px;
    margin-bottom: 5px;
    background: #e9e9e9;
    border: 0;
}

.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area .layerpopup-totalsearch-box {
    position: relative;
    padding-right: 0;
    height: auto;
}

.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area .layerpopup-totalsearch-box input[type="text"] {
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    max-width: none;
    border: 0;
    font-size: 13px;
    margin-bottom: 5px;
    background: #f3f3f3
}

.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area .layerpopup-totalsearch-box input[type="submit"] {
    position: static;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 13px;
    background: #4586de;
    border: 0;
    cursor: pointer;
}

.layerpopup-totalsearch-wrapper .layerpopup-totalsearch-area .btn-totalsearch-close {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 15px;
    width: 15px;
    text-indent: -5000em;
    background: transparent url(../../images/rone/portal/btn_document_close.gif) no-repeat 0 0;
    background: -webkit-linear-gradient(transparent,transparent),url(../../images/rone/portal/btn_document_close@2x.gif) no-repeat 0 0;
    background: linear-gradient(transparent,transparent),url(../../images/rone/portal/btn_document_close@2x.gif) no-repeat 0 0;
    background-size: 15px 15px;
}
.board-contents{border-top:none;}
.search-wrapper.search-micro{}
.search-wrapper.search-micro .search-area{flex-direction: column;}
.search-wrapper.search-micro .search-area .search-box{width: 100%;padding-right: 0}

.layerpopup-totalsearch-wrapper{  left: 50%; transform: translateX(-50%);}
.layerpopup-totalsearch-wrapper fieldset{border: 0}
.layerpopup-totalsearch-wrapper fieldset input{padding: 0 15px;margin: 5px 0}


.btn-totalmenu-mobile{position: fixed;
    top: 0;
    right: 0;display: block;
    width: 55px;
    height: 55px; background:url(../../images/rone/portal/icon_allmenu_close_mobile@2x.png) no-repeat center;
    background-size: 25px 25px;
    z-index: 200;}

/* 그룹분류선택 */
.body_wrapper_accordion{margin-bottom:66px;background: #fff;height: calc(100vh - 205px);border-top: 1px solid #e8e8e8}
.categorization figure{border-bottom: 1px solid #e8e8e8}
.category_select_list{display: flex;height: 40px; align-content: center;  justify-content: space-between; padding: 0 1.1rem;border-bottom: 1px solid #e8e8e8;}
.category_select_list > ul{display: flex;align-content: center; align-items: center;}
.category_select_list .select_list{}
.category_select_list .select_list .form_check{font-size: .98rem;gap:0;margin-right: 5px}
.category_select_list .btn_open_close{}
.category_select_list .btn_open_close a{display: inline-block;width: 28px;height: 28px}
.category_select_list .btn_open_close a.open{background:url("../../images/rone_mobile/icon_plus.svg") no-repeat center;}
.category_select_list .btn_open_close a.closed{background:url("../../images/rone_mobile/icon_minus.svg") no-repeat center;}
.categorization figure .category_treeBox_list{overflow: auto;height: calc(100vh - 405px); }
.categorization .list_bar{display: flex;  justify-content: space-between; align-items: center;background: #FDFDFD;border-bottom: 1px solid #e8e8e8;height: 45px; padding: 0 1.1rem;}
.categorization .list_bar span{text-align: left;font-size: 1.3rem;font-family: "NotoKrM", sans-serif}
.categorization .list_bar button{display: block;background:url("../../images/rone_mobile/accodi_more.svg") no-repeat center;width: 30px;height: 30px;}
.categorization.active .list_bar{background: #EEF9FF;border-bottom: 1px solid #e8e8e8;}
.categorization.active .list_bar span{color: #007CDA;font-family: "notoKrB", sans-serif}
.categorization.active .list_bar button{background:url("../../images/rone_mobile/accodi_more_on.svg") no-repeat center;}
.body_wrapper_accordion .list > li{padding: 0 1.1rem;}
.body_wrapper_accordion .list{position: relative;}
.body_wrapper_accordion .list:after{ content: ""; position: absolute;top: 0;left:13px; width:1px; height: 100%;background-color: #e6e6e6;}

.form_check { display: flex; align-items: center; gap: 0px;}
.form_check .folder{display: inline-block;background:url("../../images/rone_mobile/icon_folder03.svg") no-repeat left center;padding-left: 20px;font-family: "notoKrL", sans-serif}
input[type=checkbox] + i { display: inline-block; width: 28px; height: 28px; background:url(../../images/rone_mobile/icon-check.svg) no-repeat center;/*z-index: 10;*/}
input[type=checkbox]:checked + i { background-image: url(../../images/rone_mobile/icon-check_on.svg);}
input[type=checkbox]:disabled + i { background-image: url(../../images/rone_mobile/icon-check-dis.svg);}


/* 차트,테이블 상단 */
.head_list_area{display: flex;align-items: center;justify-content: space-between;background: #fff;margin-top: 95px;height: 65px;padding: 0 1rem;border-bottom: 3px solid #ddd}
.head_list_area ul{display: flex;align-items: center;gap: 5px}
.head_list_area .menu{}
.head_list_area .menu li{}
.head_list_area .menu li a{display: flex;justify-content: center;align-items: center;gap: 5px;width: 75px;height: 38px;border: 1px solid #264484;border-radius: 4px;line-height: 37px;}
.head_list_area .menu li a.chart:before{display: inline-block;content: '';width:16px;height: 16px;background: url(../../images/rone_mobile/icon_chart.svg) no-repeat center  }
.head_list_area .menu li a.grid:before{display: inline-block;content: '';width:16px;height: 16px;background: url(../../images/rone_mobile/icon_grid.svg) no-repeat center  }
.head_list_area .menu li a.map:before{display: inline-block;content: '';width:16px;height: 16px;background: url(../../images/rone_mobile/icon_map.png) no-repeat center  }
.head_list_area .menu li.on a{background: #264484;color:#fff;;}
.head_list_area .menu li.on a.chart:before{background: url(../../images/rone_mobile/icon_chart_on.svg) no-repeat center}
.head_list_area .menu li.on a.grid:before{background: url(../../images/rone_mobile/icon_grid_on.svg) no-repeat center}
.head_list_area .menu li.on a.map:before{background: url(../../images/rone_mobile/icon_map_on.png) no-repeat center}
.head_list_area .set{}
.head_list_area .set li{}
.head_list_area .set li a{display:flex;width: 38px;height: 38px;border: 1px solid #264484;border-radius: 4px}
.head_list_area .set li a.exset{background: url(../../images/rone_mobile/icon_exlist.svg) no-repeat center}
.head_list_area .set li a.settings{background: url(../../images/rone_mobile/icon_set.svg) no-repeat center}

/* chart 리스트 */
.chart_wrapper{background: #fff;padding:1rem 1rem 5rem;height: calc(100vh - 170px);overflow: auto}
.highchart_legend{margin-top: -4rem}
.highchart_legend .legend_list{max-height:5rem;overflow-y: auto}
.highchart_legend .legend_btn{text-align: right;margin: 1rem}
.highchart_legend .legend_btn button{border: 1px solid #3CAE3F;color: #3CAE3F;font-size: .9rem;padding: 5px 10px;border-radius: 20px;cursor: pointer}

/* 팝업 */
.popup_tit{justify-content: space-between;}
.popup_tit h3{font-size:1.5rem}
.popup_tit .checktbox{font-size: 1.25rem}
.history_div{background: #F9F9F9;}
.history_ul, .legend_ul{padding: 1rem}
.history_ul li{position: relative;background: #fff;box-shadow:1px 2px 2px 3px rgba(0,0,0,.05);border-radius: 5px;padding: 1rem;display: flex;justify-content: space-between;margin: 1.2rem 0}
.history_ul li > div{display: flex}
.history_ul li > div span{width:27px;display: inline-block}
.history_ul li > div a{display: inline-block;padding-right: 5px}
.history_ul li .del{display: inline-block;width: 24px;height: 24px;background: url(../../images/rone_mobile/icon_del.svg) center;}
.legend_ul{padding:0 1rem 1rem}
.legend_ul li{padding:.25rem 0 }
.legend_ul li .legend_thum{background: #fff;border: 2px solid #E2E2E2;border-radius: 5px;padding: 1rem;display: flex;align-items: center;}
.legend_ul li .legend_thum .color_list{display: inline-block;width: 15px;height: 15px;border-radius: 50%;margin-right: 10px}
.legend_ul li .legend_thum .text_tit{ width: calc(100% - 30px);  overflow: hidden;  white-space: nowrap; text-overflow: ellipsis;}
.legend_ul li.select .legend_thum{background: #f4f5f6;border: 2px solid #0084FF;;}
.legend_ul li.select .legend_thum .text_tit{color: #0084FF}

/* 팝업 - 상세검색 */
.popup_tabmenu{height: 65px}
.popup_tabmenu ul{display: flex;height: 100%}
.popup_tabmenu ul li{flex:0 0 33.3%;}
.popup_tabmenu ul li a{display: flex;align-items: center;justify-content: center;width: 100%;border-bottom: 1px solid #E0E0E0;color: #8e8e8e; height: 100%; font-size: 1.35rem;}
.popup_tabmenu ul li.on a{color: #000;border-bottom: 2px solid #000;}

.search_detail_div{padding: 1rem 1rem 10rem 1rem;}
.search_detail_div figure{margin-bottom: 2rem }
.search_detail_div figure h4{font-size: 1.4rem;font-family: "notoKrM", sans-serif;font-weight: normal;padding-bottom: 1.2rem}
.select_btns{    display: flex; gap: 10px; width: 100%;/* flex-direction: row; flex-wrap: wrap;*/}
.select_btns button{display: inline-block;width:100%;padding:0.6rem 1.2rem;border:2px solid #E2E2E2;border-radius:5px;text-align: center;color: #888;white-space: nowrap;}
.select_btns button.selected{border:2px solid #0084FF;background: #f4f5f6;color: #0084FF}
.select_anly_btns {display: flex; flex-wrap: wrap; gap: 10px; width: 100%; justify-content: space-between; }
.select_anly_btns button {flex: 1 1 calc(50% - 5px);padding: 0.6rem 1.2rem;border: 2px solid #E2E2E2;border-radius: 5px;text-align: center;color: #888;white-space: nowrap;box-sizing: border-box;}
@media (min-width: 600px) {
    .select_anly_btns button {
        flex: 1 1 calc(25% - 7.5px); /* 한 줄에 최대 4개까지 */
    }
}
.select_anly_btns button.selected{border:2px solid #0084FF;background: #f4f5f6;color: #0084FF}
.search_date_ul{}
.search_date_ul li{display: flex;padding-bottom: 10px}
.input_date{display: flex;align-items: center;gap:5px;width: 100%}
.input_date > div{width: calc(50% - 10px)}
.input_eq{display: flex;align-items: center;gap:5px;}
.input_eq input{width:35%;text-align: center}
.select_box_set{display: flex;gap: 10px}
.wrttimeDiv .form-input{display: inline-block;    width: 48%;}

.search_category_div{}
.search_category_div .head_search_area{margin-top: 0}
.search_category_div .body_wrapper_accordion{margin-bottom: 0;height: auto}
.search_category_div .categorization figure .category_treeBox_list{height: calc(100vh - 485px);}
.cate_select{display: flex}
#selectedOptCboText {margin-right: 5px;font-size: 1rem; color: #333; font-weight: normal;    line-height: 26px; }


/* 차트관련 */
.remark-content{position:absolute;top:44px;right:454px;z-index:10;}
.remark-content ul{background:#f8f8f8;border:1px solid #adadad;border-radius:3px;display:inline-block;text-align:left;padding:5px 10px 5px 5px;}
.remark-content ul li:before{content:"- ";}
.remark-content a{color:#336699;}
.remark-content a > span{display:inline-block;width:56px;vertical-align:baseline;}
.remark-content a:hover{font-weight:bold;color:#0046ae;}
.remark-content a:hover > span{font-weight:bold;color:#0046ae;}

/* 지도 */
.mapDv .mapMenu{padding:14px 0 0 0;}
.chartSel{height:26px;width:auto;border-radius:5px;letter-spacing:-1px;border:1px solid #ddd; background: #fff url(../../images/rone_mobile/select_down.svg) no-repeat calc(100% - 10px) center;padding: 0 2rem 0 1rem}
.chartSel{vertical-align:middle; outline:none;}
.chartSel::-ms-expand {display: none;}
.chartSel{-webkit-appearance: none; -moz-appearance: none;-o-appearance: none;}
.chartSel:focus{border:1px solid #0084FF}

/*.highcharts-map-navigation{display:none;}*/
.map.statEasyMap#statMap{margin-right:200px;}
#statMapY.on{font-family:'NotoKrB';vertical-align:top;color:#2b93ff;text-decoration:underline;}
.mapDv .cont2 {top:85px;right:45px;z-index:1;}
.mapDv .cont2 ul li{width:160px;height:110px;}

/* 통계스크랩 */
.txtSt1{position:relative;margin-top:20px;padding-left:12px;font-size:12px;color:#000000;}
.txtSt1:before{content:""; display: block;position:absolute;top:3px;left:0;border-bottom:4px solid transparent;border-top:4px solid transparent;border-left:6px solid #666666;}
.txtSt1.arrorg:before{border-left:6px solid #ff6600;}
.txtSt1 .cRed{color:#ff0000;vertical-align:baseline;font-weight:bold;}
.txtSt1 .cBlue{color:#0099ff;vertical-align:baseline;font-weight:bold;}
.txtSt1 .bxOrg{display:inline-block;padding:0 3px;border-radius:2px;vertical-align:baseline;background:#ffd699;}
.txtSt1 .bxBlue{display:inline-block;padding:0 3px;border-radius:2px;color:#fff;vertical-align:baseline;background:#315175;}
.alertTxt{padding:20px 0;font-size:14px;text-align:center;color:#444;}

#usrTblPop .btnSt1.btn2{background:#4e93cc !important;border:1px solid #4e93cc !important;}
#usrTblPop .btnSt2.btn1{background:#4e93cc !important;border-radius:3px;}
#usrTblPop .btnSt2.btn2{background:#ffffff !important;border:1px solid #4e93cc !important;color:#4e93cc !important;border-radius:3px;}
#usrTblPop .btnBox{display:flex;gap:3px;}
#usrTblPop .btnBox a{width:100%;}
#usrTblPop .btnBox{text-align:center;}
#usrTblPop .btnSt2{display:inline-block;height:24px;line-height:24px;font-size:12px;text-align:center;color:#fff; /* letter-spacing:-1px; */}
#usrTblPop .btnSt2.btn1{
    background:url(../../images/rone/soportal/btn_img01.png) no-repeat 0 0;
    min-width:65px;
    height:26px;
    font-size:13px;
    line-height:26px;
}
#usrTblPop .btnSt2.btn2{
    background:url(../../images/rone/soportal/btn_img02.png) no-repeat 0 0;
    height:26px;
    font-size:13px;
    line-height:26px;
}



/* 전체메뉴 */
.totalmenu {
    display: none;
}
.totalmenu-mobile {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: none;
    padding-bottom: 0;
    border-top: 0;
    z-index: 100;
    background: #fff;
    overflow-y: hidden;
}


.totalmenu-wrapper-mobile {
    padding-top: 55px;
    height: calc(100% - 55px);
    overflow-x: hidden;
    overflow-y: scroll;
}

.totalmenu-wrapper-mobile .mobile-title {
    position: fixed;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #0867bc;
    padding: 0 15px;
    box-sizing: border-box;
    color: #fff;
    font-size:19px;
    font-family: "notoKrB", sans-serif;
    font-weight: 700;
    z-index: 20;
}

.totalmenu-area-mobile {
    clear: both;
    max-width: none;
    margin: 0;
    padding: 0 15px;
}

.totalmenu-area-mobile  h2 {
    padding-top: 0;
    padding-bottom: 0;
}

.totalmenu-area-mobile h2 a {
    position: relative;
    display: block;
    color: #111111;
    /*font-size: 1.385em;*/
    font-size:17px;
    line-height: 1.333em;
    padding: 15px 0;
    font-family: "notoKrB", sans-serif;
    font-weight: 700;
    border-bottom: 1px solid #afafb2;
}

.totalmenu-area-mobile h2 a .arrow {
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 22px;
    height: 22px;
    margin-top: -11px;
    background: transparent url(../../images/rone/portal/icon_totalmenu_mobile_top_arrow01_off.png) no-repeat 0 0;
    background: -webkit-linear-gradient(transparent,transparent),url(../../images/rone/portal/icon_totalmenu_mobile_top_arrow01_off@2x.png) no-repeat 0 0;
    background: linear-gradient(transparent,transparent),url(../../images/rone/portal/icon_totalmenu_mobile_top_arrow01_off@2x.png) no-repeat 0 0;
    background-size: 22px 22px;
}

.totalmenu-area-mobile h2 a.on,
.totalmenu-area-mobile h2 a.selected,
.totalmenu-area-mobile h2 a.point {
    color: #0a66b8;
    border-bottom: 1px solid #0a66b8;
}
.totalmenu-area-mobile h2 a.on .arrow,
.totalmenu-area-mobile h2 a.selected .arrow,
.totalmenu-area-mobile h2 a.point .arrow{
    background: transparent url(../../images/rone/portal/icon_totalmenu_mobile_top_arrow01_on.png) no-repeat 0 0;
    background: -webkit-linear-gradient(transparent,transparent),url(../../images/rone/portal/icon_totalmenu_mobile_top_arrow01_on@2x.png) no-repeat 0 0;
    background: linear-gradient(transparent,transparent),url(../../images/rone/portal/icon_totalmenu_mobile_top_arrow01_on@2x.png) no-repeat 0 0;
    background-size: 22px 22px;
}


.totalmenu-area-mobile ul {
    display: none;
    border-top: 0;
    border-bottom: 1px solid #b5b5b5;
    background: transparent;
    padding: 5px 15px;
}

.totalmenu-area-mobile ul.on,
.totalmenu-area-mobile ul.selected,
.totalmenu-area-mobile ul.point {
    display: block;
}

.totalmenu-area-mobile ul:after {
    content: "";
    clear: both;
    display: block;
}

.totalmenu-area-mobile ul li {
    margin: 0;
    padding: 0;
}

.totalmenu-area-mobile ul li a {
    display: block;
    color: #666666;
    line-height: 1.385em;
    font-family: "notoKrB", sans-serif;
    font-weight: 700;
    padding: 6px 10px 6px 15px;
    background: transparent url(../../images/rone/portal/icon_totalmenu_depth02.gif);
    background: -webkit-linear-gradient(transparent,transparent),url(../../images/rone/portal/icon_totalmenu_depth02@2x.gif);
    background: linear-gradient(transparent,transparent),url(../../images/rone/portal/icon_totalmenu_depth02@2x.gif);
    background-repeat: no-repeat;
    background-position: 0 18px;
    background-size: 6px 1px;
}

.totalmenu-area-mobile ul li a.menu3depth{
    padding:1px 0 1px 9px;
    background:none;
}
.totalmenu-area-mobile ul li a.menu3depth:before{
    content:"ㆍ ";
}
.totalmenu-area-mobile ul li a:hover,
.totalmenu-area-mobile ul li a.on,
.totalmenu-area-mobile ul li a.selected {
    color: #0f69b9;
}

.mobile-another-site {
    padding: 15px 15px 8px 15px;
}

.mobile-another-site:after {
    content: "";
    clear: both;
    display: block;
}

.mobile-another-site a {
    display: block;
    height: 40px;
    line-height: 40px;
    background: #2d8bdb;
    font-size: 1.077em;
    font-family: "notoKrM", sans-serif;
    font-weight: 500;
    text-align: center;
    color: #fff;
    width:49%;

}

.mobile-another-site a.fl {
    float: left;
}

.mobile-another-site a.fr {
    float: right;
}

.login-mobile-area {
    padding: 0 15px 15px 15px;
}

.login-mobile-area a {
    display: block;
    height: 38px;
    line-height: 38px;
    color: #656565;
    font-size: 1.077em;
    border: 1px solid #cacaca;
    font-family: "notoKrB", sans-serif;
    font-weight: 700;
    text-align: center;
}

@media (max-width: 1280px) {
    .chartarea .chart {
        height: 500px;
    }
}


@media all and (max-width:360px) {
    .head_list_area{padding: 0}
}

/* 로딩 오버레이 설정 */
.loading-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6); /* 어두운 배경 음영 */
	z-index: 9999;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 로딩바 컨테이너 */
.loading-container {position: relative;;
	text-align: center;
	color: white;
}

/* 로딩 스피너 */
.loading-spinner {
	width: 80px;
	height: 80px;
	border: 3px solid transparent; /* 배경을 투명하게 설정 */
	border-top: 3px solid #003D84; /* 상단은 색상 적용 */
	border-right: 3px solid #1FB7CD; /* 우측에 색상 추가 */
	border-radius: 50%;
	animation: spin 1s ease-in-out infinite; /* 부드러운 애니메이션 */
	margin: 10px auto;
}
.load_imge{
	width: 95px;
	height: 95px;
	background: url(../../images/rone/portal/rone.png) no-repeat center;
	background-size: contain;
	position: absolute;
    top: calc(50% - 10px);
	left: 50%;
	transform: translate(-55%, -50%);
}
/* 애니메이션 효과 */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* 로딩 텍스트 */
.loading-text {
	font-size: 16px;
	font-weight: 500;
	color: #ffffff;
	margin-top: 15px;
	animation: fadeIn 1.5s ease-in-out infinite; /* 텍스트 부드럽게 나타남 */
}

/* 텍스트 페이드 효과 */
@keyframes fadeIn {
	0%, 100% {
		opacity: 0.6;
	}
	50% {
		opacity: 1;
	}
}