@charset "utf-8";

/***********************************************************************************************************
금호건설 안전 커스텀.css
************************************************************************************************************/

/*msds button size set*/
.grid_items .column.divi_9{width: calc(100%/9 - 10px); }

/*alert overflow set*/
.modalArea .dialog_area.alert_style1 .dialog_con .text{min-height: 63px; font-size: 16px; line-height: 24px; overflow-y: auto;}
.modalArea .dialog_area.alert_style2 .dialog_con .text{min-height: 113px; font-size: 14px; line-height: 20px; padding: 30px 20px 20px;  overflow-y: auto;}


/* file-lists*/
/* 볼륨을 제외한 타이틀 사이즈 */
.formStyle .fileDragArea .file_tableList.type_img ul li.file_title.no_volume{width: calc(100% - (16px + 60px + 60px)); }
.formStyle .fileDragArea .file_tableList.type_doc ul li.file_title.no_volume{width: calc(100% - (16px + 60px)); }

/* 대시보드 신호등 커스텀 */
.grid_square .traffic_light li span{display: none; font-size: 38px; font-weight: bold; margin-top: -94px; } /* 신호등 내부 값*/
.grid_square .traffic_light li{display: flex; flex-wrap: wrap; justify-content: center; width: 148px; height: 148px; background: #595959; border-radius: 12px; }

/* 대시보드 현장 안전 보건 경영목표 이미지가 없을 때 alter */
.grid_square .img_target div {width: 100%; height: 100%; background: #F2F3F9 url(../images/ico/picture/picture_style1_gray.svg) no-repeat 50% 50%; background-size: 44px; border: 1px solid #E5E5E5; }

/* 대시보드 카드뉴스 이미지가 없을 때 alter*/
/*.grid_square div .cardnewsArea.alter {width: 100%; height: 100%; background: #F2F3F9 url(../images/ico/picture/picture_style1_gray.svg) no-repeat 50% 50%; background-size: 44px; border: 1px solid #E5E5E5;  }*/
.grid_square .cardnewsArea .slides div{width: 346px; height: 100%; background: #F2F3F9 url(../images/ico/picture/picture_style1_gray.svg) no-repeat 50% 50%; background-size: 44px; border: 1px solid #E5E5E5;}
.grid_square .cardnewsArea .slides.h240 div{width: 228px; height: 100%; background: #F2F3F9 url(../images/ico/picture/picture_style1_gray.svg) no-repeat 50% 50%; background-size: 44px; border: 1px solid #E5E5E5;}

/*대시보드 색 커스텀*/
.grid_square .circleGraph .legend_display dl:nth-child(1).status_display::before{background: #4176FF; }
.grid_square .circleGraph .legend_display dl:nth-child(2).status_display::before{background: #E8E8E8; }

.grid_square .barGraph .legend_display dl:nth-child(1).status_display::before{background: rgba(230,240,250,1.000) /* #C1DAF2 */; }
.grid_square .barGraph .legend_display dl:nth-child(2).status_display::before{background: rgba(193,218,242,1.000) /* #C1DAF2 */; }
.grid_square .barGraph .legend_display dl:nth-child(3).status_display::before{background: rgba(244,177,131,1.000) /* #F47F3F */; }
.grid_square .barGraph .legend_display dl:nth-child(4).status_display::before{background: rgba(244,127,63,1.000) /* #F47F3F */; }

/*대시보드 지도 해외*/
.mapArea .global_map{position: absolute; bottom: 10px; right: 20px; width: 70px; height: 70px; background: url(../images/img/map/earth01.svg) no-repeat 0 0 / cover; }
.mapArea .global_map.global{width: 70px; height: 70px; background-image: url(../images/img/map/earth02.svg); }

.mapArea .region_list > a.global{left: 23px; top: 50px; }
.mapArea .region_list > a.global .map_con{left: -236px; top: auto; bottom: -5px; }

/*.grid_square .barGraph .legend_display dl:nth-child(1).status_display::before{display: inline-flex;*/
/*    content: "";*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 4px;*/
/*    vertical-align: middle;*/
/*    margin: 0 5px 2px 0;*/
/*    background: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(193,218,242,1.000) 2px, rgba(193,218,242,1.000) 4px);}*/
/*.grid_square .barGraph .legend_display dl:nth-child(2).status_display::before{background: rgba(193,218,242,1.000) !* #C1DAF2 *!; }*/
/*.grid_square .barGraph .legend_display dl:nth-child(3).status_display::before{*/
/*    display: inline-flex;*/
/*    content: "";*/
/*    width: 12px;*/
/*    height: 12px;*/
/*    border-radius: 4px;*/
/*    vertical-align: middle;*/
/*    margin: 0 5px 2px 0;*/
/*    background: repeating-linear-gradient(45deg, transparent, transparent 2px, rgba(244,127,63,1.000) 2px, rgba(244,127,63,1.000) 4px);}*/
/*.grid_square .barGraph .legend_display dl:nth-child(4).status_display::before{background: rgba(244,127,63,1.000) !* #F47F3F *!; }*/

/*CI(로고) 커스텀*/
.conTopArea h1.kumho a span:nth-child(2){position: relative; bottom: 10px; left: 30px; font-size: 20px; font-weight: bold; color: #FFFFFF; }
.conTopArea h1.kumho a span:last-child{position: absolute; bottom: 13px; left: 130px; font-size: 13px; font-weight: bold; color: #FFFFFF; }

/*그리드 배경색*/
.IBCellHeader{background-color: #d6dbf8 !important; }

.textBold {font-weight: bold;}

/*common.css*/
.modalArea .dialog_imgviewer li.dialog_btn_download a{background-image: url(../images/ico/download/download_style2_white.svg); }

