/* 스크롤바 */

/* 공사장관리 및 건축물관리 */
/* .search_result_content::-webkit-scrollbar{ */
/* 	height:15px; */
/* } */
/* .search_result_content::-webkit-scrollbar-thumb{ */
/* 	border-radius:15px; */
/* 	background-color:#5479f7; */
/* 	background-clip:padding-box; */
/* 	border: 5px solid transparent; */

/* } */

.non_mgt_targetDiv {
	display: none;
}

.construction_site .area_info .tab_main>.responsive_wrap::-webkit-scrollbar{
	width:14px;
}
.construction_site .area_info .tab_main>.responsive_wrap::-webkit-scrollbar-thumb{
	border-radius:100px;
	background-color:#dadfec;
	background-clip:padding-box;
	border:5px solid transparent;
}

.construction_site .area_info .safechk_result::-webkit-scrollbar,
#addressModal_situSend .check_wrap ul::-webkit-scrollbar {			/* 상황전파 > 주소검색모달 */
	width:14px;
}
.construction_site .area_info .safechk_result::-webkit-scrollbar-thumb,
#addressModal_situSend .check_wrap ul::-webkit-scrollbar-thumb {	/* 상황전파 > 주소검색모달 */
	border-radius:100px;
	background-color:#dadfec;
	background-clip:padding-box;
	border:5px solid transparent;
}

.prelp_sms_modal .contactList::-webkit-scrollbar{
	width:14px;
}
.prelp_sms_modal .contactList::-webkit-scrollbar-thumb{
	border-radius:100px;
	background-color:#5479f7;
	background-clip:padding-box;
	border:5px solid transparent;
}

.situ_modal .contactList::-webkit-scrollbar{
	width:14px;
	height: 14px;
}
.situ_modal .contactList::-webkit-scrollbar-thumb{
	border-radius:100px;
	background-color:#5479f7;
	background-clip:padding-box;
	border:5px solid transparent;
}

/* 문자전송 스크롤바 */
.sms_modal .tab_content:not(:last-child) .contactList::-webkit-scrollbar{
	width:14px;
	height: 14px;
}
.sms_modal .tab_content:not(:last-child) .contactList::-webkit-scrollbar-thumb{
	border-radius:100px;
	background-color:#5479f7;
	background-clip:padding-box;
	border:5px solid transparent;
}
.sms_modal .bundleList::-webkit-scrollbar{
	width:14px;
}
.sms_modal .bundleList::-webkit-scrollbar-thumb{
	border-radius:100px;
	background-color:#5479f7;
	background-clip:padding-box;
	border:5px solid transparent;
}

/* 로딩 바 */
.loadingWrap {
	position:absolute; 
	top:0;
	left:0;
	width: 100%; 
	height: 5px; 
	z-index: 999;
}
.loadingExpand {
	width: 90%; 
	height: 5px;
	background: #5a6cc5;
	position: absolute;
	-moz-animation: loading 5s ease-out;
	-webkit-animation: loading 5s ease-out;
}
.loadingFinished {
	width: 100%; 
	height: 2px;
	margin: 2px 0;
	background: #FFFD00;
	position: absolute;
	box-shadow: 0px 0px 10px 1px rgba(255,222,0,0.7);
	/* -moz-animation: loading 5s ease-out;
	-webkit-animation: loading 5s ease-out; */
}
.loadingError {
	width: 100%; 
	height: 2px;
	margin: 2px 0;
	background: #ff0000;
	position: absolute;
	box-shadow: 0px 0px 10px 1px rgba(255,222,0,0.7);
	/* -moz-animation: loading 5s ease-out;
	-webkit-animation: loading 5s ease-out; */
}

/*css 애니메이션*/
@-moz-keyframes loading {
    0% { width: 0px;
    }
    100% { width: 100%;
    }
}
@-webkit-keyframes loading {
    0% { width: 0px;
    }
    100% { width: 100%;
    };
}

/* 건축물정보보기 > 건축물 상세정보 > 사고정보 모달 */
.acdnt_popup .modal_wrap{
	width:820px;
}

.modal_wrap .bldg_info_modal_list{
	display:none;
}

/* 로그인 페이지 */
.login_page {
	position: relative;
	width: 100%;
	height: 100vh;
	background-image: url(../images/login_bg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.login_page .header_pc {
	padding: 0 27px;
}

.login_page .header_m .logo_wrap {
	padding-left: 0;
}

.login_page .login_box {
	position: absolute;
	top: 47%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	width: 900px;
    height: 470px;
	box-shadow: 0px 0px 15px 0px rgba(35, 31, 32, 0.35);
}

.login_page .login_box .loginBox_title {
	width: 45%;
	padding: 41px 47px 0;
	background: #fff;
}

.login_page .login_box .loginBox_title h2 {
	font-size: 42px;
	color: #192b80;
	text-shadow: 0px 5px 0px rgba(0, 0, 0, 0.07);
}

.login_page .login_box .loginBox_title p {
	color: #414141;
	font-size: 14px;
	margin-top: 16px;
}

.login_page .login_box .loginBox_title img {
	display: block;
	margin: 0 auto;
	width: 232px;
	margin-top: 60px;
}

.login_page .login_box .loginBox_main {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 55%;
	padding: 40px;
	background: rgb(57, 120, 252);
	background: linear-gradient(135deg, rgba(57, 120, 252, 1) 0%,
		rgba(0, 204, 178, 1) 75%);
}

.login_page .login_box .loginBox_main form, .login_page .login_box .loginBox_main ul,
	.login_page .login_box .loginBox_main input {
	width: 100%;
}

.login_page .login_box .loginBox_main ul {
	display: flex;
	flex-direction: column;
}

.login_page .login_box .loginBox_main>img {
	width: 76px;
}

.login_page .login_box .loginBox_main input {
	width: 100%;
	border-radius: 3px;
    height: 60px;
    font-size: 18px;
}

.login_page .login_box .loginBox_main input::placeholder {
	color: #9c9c9c;
}

.login_page .login_box .loginBox_main form li:first-child {
	margin-top: 18px;
    margin-bottom: 15px;
}

.login_page .login_box .loginBox_main .login_subBtn {
	display: flex;
	align-self: flex-end;
	align-items: center;
	margin-top: 20px;
}

.login_page .login_box .loginBox_main .login_subBtn button {
/* 	font-size: 0.8333vw; */
	font-size: 16px;
	color: #fff;
	padding: 0;
	background: transparent;
	transition: color 0.1s;
}

.login_page .login_box .loginBox_main .login_subBtn button:hover {
	color: #eee;
}

.login_page .login_box .loginBox_main .login_subBtn img {
	margin-top: 3px;
	width: 20px;
    margin-right: 8px;
}

.login_page .login_box .loginBox_main .login_subBtn button:first-child {
	margin-right: 18px;
}

.login_page .login_box .loginBox_main .login_subBtn button:nth-child(2) {
	margin-right: 18px;
} 

.login_page .login_box .loginBox_main .do_login {
	width: 100%;
	height: 69px;
    font-size: 28px;
	color: #fff;
	margin-top: 57px;
	background: rgb(40, 52, 76);
	background: linear-gradient(0deg, rgba(40, 52, 76, 1) 0%,
		rgba(71, 81, 102, 1) 100%);
	border: 3px solid #28344c;
	transition: background 0.1s;
	cursor: pointer;
}
.login_page .login_box .loginBox_main .do_login:hover {
	background: linear-gradient(180deg, rgba(40, 52, 76, 1) 0%,
		rgba(71, 81, 102, 1) 100%);
}
/* 로그인 상태유지 */
.login_page .loginBox_main .staySign {
    position: relative;
    margin-top: 12px;
}
.login_page .loginBox_main .staySign .checking {
	margin-right: 5px;
}

.login_page .id_modal .modal_wrap,
.login_page .pwd_modal .modal_wrap {
  width:500px;
}

.login_page .id_modal .modal_content,
.login_page .pwd_modal .modal_content,
.login_page .ssoInfo .modal_content {
  	margin-top: 35px;
  	padding: 0 10px;
}

.login_page .id_modal .modal_content li,
.login_page .pwd_modal .modal_content li {
	display: flex;
    align-items: baseline;
}
.login_page .id_modal .modal_content label,
.login_page .pwd_modal .modal_content label {
  	font-size: 20px;
  	width: 30%;
    justify-content: flex-start;
}

.login_page .id_modal .modal_content input,
.login_page .pwd_modal .modal_content input {
  width: 100%;
  border-radius: 3px;
  margin-bottom: 20px;
  height: 50px;
  font-size: 18px;
  width: 70%;
  margin-left: 40px;
}

.login_page .id_modal .modal_btnWrap,
.login_page .pwd_modal .modal_btnWrap,
.login_page .ssoInfo .modal_btnWrap {
   margin-top: 15px;
   text-align: center;
   display: flex;
}

.login_page .id_modal .modal_btnWrap a,
.login_page .pwd_modal .modal_btnWrap a,
.login_page .ssoInfo .modal_btnWrap a {
  	width: 100%;
  	border-radius: 3px;
  
  	display: block;
    height: 50px;
    line-height: 48px;
    font-size: 18px;
}

.login_page .id_modal .modal_btnWrap a:first-child,
.login_page .pwd_modal .modal_btnWrap a:first-child,
.login_page .ssoInfo .modal_btnWrap a:first-child {
  margin-right: 15px;
  background: #fff;
  border: 1px solid #6e6e6e;
}

.login_page .id_modal .modal_btnWrap a:last-child,
.login_page .pwd_modal .modal_btnWrap a:last-child {
  color: #fff;
  background: #192b80;
}

/* 통합 로그인 SSO 안내 모달 */
.login_page .ssoInfo .modal_wrap {
	width: 800px;
}
.login_page .ssoInfo .registerForm-wrap {
    padding: 25px;
    background: #f3f5f6;
    border: 1px solid #cccfd8;
}
.login_page .ssoInfo .content_title {
	align-items: flex-start;
	line-height: 1.3;
}
.login_page .ssoInfo .content_title:not(:first-child) {
    margin-top: 15px;
}
.login_page .ssoInfo .content_title sup {
	margin-top: 6px;
	min-width: 15px;
}
.login_page .ssoInfo .modal_btnWrap {
	margin-top: 35px;
}
.login_page .ssoInfo .modal_btnWrap a:first-child {
	width: 50%;
    margin: 0 auto;
}



/* 자문단 로그인 페이지 */
.login_page.pCnsut .login_box .loginBox_main form li {
	position: relative;
}

.login_page.pRelp .login_box .loginBox_main form li {
	position: relative;
}

.login_page .login_box .loginBox_main .do_login.crtfcNum {
	position: absolute;
    margin-top: 0;
    width: auto;
    font-size: 18px;
    top: 5px;
    right: 5px;
    height: 50px;
    line-height: 41px;
    padding: 0 7px;
}


.login_page .copyright {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-size: 13px;
	color: #383838;
	text-align: center;
	margin: 0;
	padding-top: 3.7037vh;
/* 	padding-bottom: 8.3333vh; */
	padding-bottom: 5.5556vh;
	background: #c0cadb;
}

.login_page .copyrightQ {
/*   position: absolute; */
/*   bottom: 0; */
/*   left: 0; */
  width: 100%;
  font-size: 13px;
  color: #383838;
  text-align: center;
  margin: 0;
/*   padding-top: 3.7037vh; */
/*   padding-bottom: 3.3333vh; */
  background: #c0cadb;
  
  display: block;
  padding-top: 12px;
}

/* 헤더 (테블릿 & 모바일) */
.header_m .logo_wrap {
    height: 100px;
    font-size: 28px;
    padding-left: 28px;
}

/* 로그인페이지(관계자) */
.login_page.insider {
    flex-direction: column;
    overflow-y: hidden;
    background-color: #d5d6d9;
    background-image: none;
    height: auto;
}
.login_page.insider .header_m{
	display: block;
	top: 0;
	max-width: 1024px;
}
.login_page.insider .login_box {
    position: static;
    transform: none;
    flex-direction: column;
    width: 100%;
    margin-top: 110px;
    height: auto;
}
.login_page.insider .login_box .loginBox_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 50px;
    width: 100%;
}
.login_page.insider .login_box .loginBox_title h2 {
    font-size: 54px;
}
.login_page.insider .login_box .loginBox_title p {
    font-size: 20px;
    margin-top: 20px;
}
.login_page.insider .login_box .loginBox_title img {
    width: 109px;
    margin: 0;
}.login_page.insider .login_box .loginBox_main {
    padding-top: 85px;
    padding-bottom: 150px;
    width: 100%;
}
.login_page.insider .tab_index{
	width: 100%;
}
.login_page.insider .tab_index .wrapper{
	flex-direction: row;
}
.login_page.insider .tab_index li {
    position: relative;
    width: calc(50% - 5px);
    padding: 20px 5px;
    margin-bottom: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.login_page.insider .tab_index li.active{
	border: 1px solid #f5f8fa;
	background: rgb(25, 43, 128, 0.25);
}
.login_page.insider .tab_index li:first-child{
	margin-right: 10px;
}
.login_page.insider .tab_index li .checking {
    border: none;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    background-size: 20px 15px;
    opacity: 0.25;
}
.login_page.insider .tab_index li.active .checking{
    background-image: url(../../static/images/icon/mFilter_search_blue.png);
    opacity: 1;
}
.login_page.insider .tab_index label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.login_page.insider .tab_index li span {
    font-size: 20px;
    font-family: 'NanumSquareEB';
    margin-left: 10px;
}
.login_page.insider .login_box .loginBox_main form li:first-child{
	margin-top: 0;
	margin-bottom: 20px;
	display: flex;
}
.login_page.insider .login_box .loginBox_main form li:last-child{
	margin: 0;
}
.login_page.insider .login_box .loginBox_main input {
    height: 78px;
    font-size: 24px;
}
.login_page.insider .login_box .loginBox_main form li button{
    background-color: #192b80;
    color: #fff;
    border-radius: 3px;
    margin-left: 15px;
    font-size: 20px;
    padding: 0 20px;
}
.login_page.insider .login_box .loginBox_main form li button br{
	display: none;
}
.login_page.insider .login_box .loginBox_main .do_login{
	margin-top: 66px;
}
.login_page .copyright {
/*     position: static; */
    font-size: 14px;
    margin: 0;
    padding-top: 38px;
/*     padding-left: 0; */
}



/* 사용자 정보 폼 (내 정보 수정) */
.info_modify_title .title_icon, .user_info .title_icon {
	background-image: url(../images/icon/info_modify_title.png) !important;
}

.user_info .userInfo_form {
	padding: 0 30px;
	background: #fff;
	border-top: 2px solid #28344c;
}

.user_info .userInfo_list {
	width: 100%;
	text-align: left;
	table-layout: auto;
}

.user_info .userInfo_list tr {
	border-bottom: 1px solid #d7d7d7;
}

.user_info .userInfo_list th, .user_info .userInfo_list td {
	padding: 20px 0;
	padding-left: 45px;
}

.user_info .userInfo_list th{
	width:20%;
}
.user_info .userInfo_list td{
	width:80%;
}

.user_info .userInfo_list th {
	font-family: 'NotoSansKR-Bold';
	font-size: 18px;
	white-space: nowrap;
}

.user_info .userInfo_list sup {
	color: #da2128;
	vertical-align: top;
}

.user_info .userInfo_list .descript {
	font-size: 14px;
	color: #ee5c50;
	padding-top: 17px;
	line-height:1.2;
}

.user_info .userInfo_list .descript sub {
	color: #ee5c50;
	vertical-align: middle;
}


/* .user_info .userInfo_list .select_wrap { */
/* 	width: 30%; */
/* } */

.user_info .userInfo_list select {
	width: 300px;
	height: 50px;
}

.user_info .userInfo_list select:first-child {
	margin-right: 7px;
}

.user_info .userInfo_list input {
	width: 300px;
	height: 50px;
}

.user_info .userInfo_form .guide_ment {
	margin-top: 10px;
    padding-left: 10px;
}
.guide_ment {
	font-size: 14px;
	color: #192b80;
	display: flex;
/*     align-items: flex-start; */
/* 	align-items:center; */
    line-height: 1.3;
}

.guide_ment sub {
	display: inline-block;
	vertical-align: middle;
	margin-right: 6px;
	background: #f0f4f8;
	border: 3px solid #192b80;
	border-radius: 100px;
	box-sizing: border-box;
}

.user_info .guide_ment sub {
	width: 13px;
	height: 13px;
	padding-right: 6.5px;
    margin-top: 3px;
}

.user_info .userInfo_list button {
	height: 45px;
	border-radius: 2px;
}

.user_info .userInfo_list .white_btn {
	width: 85px;
	margin-left: 8px;
}

.user_info .info_btn {
	padding-top: 60px;
}

.user_info .info_btn button {
	width: 255px;
	font-size: 22px;
}

/* 사용자 등록 */
.user_info.join .container {
/* 	padding-left: 5%; */
/* 	padding-right: 5%; */
	padding-left: 0;
}
.user_info.join .userInfo_list tr:first-child td {
	width: 100%;
}

.user_info.join .altWay_btn {
	width: 180px;
	margin-left:10px;
}

/* 메인페이지 */
.construction_site {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #ced4e0;
}

/* 내 정보 보기 */
.myInfo .modal_wrap {
	width: 600px;
}

.myInfo table {
	width: 100%;
	margin-top: 50px;
}

.myInfo table th {
	position: relative;
	text-align: left;
	padding: 0 25px;
	background: #e8eef8;
}

.myInfo table th h3 {
    padding: 13px 0;
}

.myInfo table th::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #eff5ff;
}

.myInfo table tr:not(:last-child) th::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #b6bcc8;
}

.myInfo table td {
	padding: 0 25px;
	border-left: 2px solid #5479f7;
	border-right: 2px solid #5479f7;
}

.myInfo table td p {
	color: #3e3e3e;
	padding: 15px 0;
	border-bottom: 1px solid #eff0f2;
}

.myInfo table tr:last-child td p {
	border-bottom: none;
}

.myInfo .info_btn {
	font-size: 22px;
    margin-top: 40px;
}

.myInfo .info_btn button {
	width: 50%;
	padding: 22px 0;
}


/* 공사장 진행사항 */
.constProgress .table_wrap {
	border-top: 1px solid #192b80;
	border-bottom: 1px solid #192b80;
}

/* 메인 컨텐츠 */
.main_content {
	width: 100%;
	height:100vh;
}

.construction_site .container {
	height: 100vh;
	padding-top: 70px;
	padding-left: 70px;
}
/* Today 안전사고 */
.construction_site .day_stats {
	width: 100%;
	height: 24.2593vh;
	background: #fff;
	border: 2px solid #5479f7;
	border-radius: 5px;
	box-shadow: 0px 1px 10px rgba(35, 31, 32, 0.3);
}

.construction_site .d_stats_header {
	height: 20%;
	background: #5479f7;
	display: flex;
    align-items: center;
}

.construction_site .d_stats_title {
	color: #fff;
/* 	padding-top:10px; */
	width: 100%;
}
.construction_site .d_stats_title .title_wrap{
	justify-content:space-between;
	position:relative;
}
.construction_site .d_stats_title .stats_title_left{
	padding-left:20px;
	align-items:center;
}
.construction_site .d_stats_title .stats_title_right{
	padding-right:10px;
	position: absolute;
    right: 0;
}

.construction_site .d_stats_title h3 {
/* 	font-size: 2.0370vh; */
	font-size: 20px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

.construction_site .d_stats_title span {
	font-size: 13px;
    width: 70px;
    height:25px;
    display: flex;
    align-items: center;
    justify-content: center;
/*     text-align: center; */
/*     padding: 0.463vh 0.9259vh; */
    background: #3f5bb9;
    margin-left: 10px;
}

.construction_site .d_stats_title button {
	font-size: 13px;
	margin-left: 40px;
	color: #fff;
	letter-spacing: 2px;
}

.construction_site .d_stats_title button img {
	margin-left: 5px;
}

.construction_site .d_stats_lists {
	height: 80%;
	padding: 1.3889vh;
}

.construction_site .d_stats_lists ul {
	position: relative;
	width: 100%;
	height: 100%;
}

.construction_site .d_stats_lists li {
	width: 50%;
	height: 50%;
	padding-top: 0.463vh;
	padding-bottom: 0.9259vh;
}

.construction_site .d_stats_lists ul::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 1px;
	background: #a5b7d0;
}

.construction_site .d_stats_lists ul::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 50%;
	width: 1px;
	height: 100%;
	background: #a5b7d0;
}
.construction_site .d_stats_lists li:first-child {
    padding-bottom: 0;
    padding-top: 0;
}
.construction_site .d_stats_lists li:first-child > div {
	width: 100%;
	height: 100%;
}
.construction_site .d_stats_lists li.total p {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 25px;
	font-size: 13px;
	background: rgb(104, 126, 200);
	background: linear-gradient(180deg, rgba(104, 126, 200, 1) 0%,
		rgba(63, 91, 185, 1) 100%);
	color: #fff;
	text-align: center;
	border: 1px solid #3f5bb9;
}

.construction_site .d_stats_lists li.total .acdt_all {
	width: 100%;
	display: flex;
	padding-top: 10px;
	align-items: center;
	justify-content: center;
	background: #f5f5f5;
	
    height: calc(100% - 25px);
}

.construction_site .d_stats_lists li.total strong {
	color: #20b5c8;
	padding-bottom: 10px;
}

.construction_site .d_stats_lists:not(:first-child) strong {
	font-family: 'NotoSansKR-Bold';
	font-size: 3.5185vh;
	color: #3978fc;
	padding-right:5px;
}

.construction_site .d_stats_lists span {
	font-size: 1.4815vh;
}

.construction_site .d_stats_lists li:not(:first-child) p {
	font-size: 1.2963vh;
	padding-top: 0.463vh;
}

/* 안전사고 피해현황 모달 세부  */
.safety_modal select {
	width: 120px;
	height: 34px;
	display: block;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.safety_modal .table_bottom {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 30px;
}

.safety_modal .table_bottom td {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	font-family: Arial, sans-serif;
	font-size: 14px;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.safety_modal .table_bottom th {
	background: #e8eef8;
	border-color: #ccc;
	border-style: solid;
	border-width: 1px;
	border-top: 2px solid #192b80;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
	padding: 10px 5px;
	word-break: normal;
}

.safety_modal .tb-list:first-child {
	width: 13%;
}

.safety_modal .tb-list:not(first-child) {
	width: 7.25%;
}

.safety_modal .tb-list {
	text-align: center;
	vertical-align: top;
}
.safety_modal .table_bottom td:first-child {
    background: #f8f8f8;
}

/* 더보기 창 모달 팝업 */
.more_modal {
	/* 	display:block; */
}

.more_modal .modal_wrap {
	width: 820px;
}

.more_modal .modal_wrap .modal_top ul li {
	margin-right: 25px;
}

.more_modal .modal_wrap .modal_top p {
	position: absolute;
	left: 0;
	font-family: 'NotoSansKR-Regular';
	font-size: 24px;
}

.more_modal .modal_wrap .modal_top p>span {
	color: #5479f7;
	font-family: 'NanumSquareEB';
}

/* .more_modal .modal_wrap .modal_top strong { */
/* 	font-family: 'NanumSquareB'; */
/* 	font-size: 32px; */
/* 	margin-right: 20px; */
/* } */

.more_modal .modal_wrap .modal_top>span {
	width: 110px;
	height: 40px;
	line-height: 40px;
	font-size: 26px;
	color: #fff;
	text-align: center;
	background: #5479f7;
	margin-left: 20px;
}

.more_modal_bg {
	margin-top: 45px;
	width: 100%;
	height: 100%;
	background: #f3f3f3;
}

.more_modal_bg .more_modal_content ul {
	padding: 30px;
	display: flex;
	flex-wrap: wrap;
}

.more_modal_bg .more_modal_content ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* 	width:50%; */
	background: #fff;
	padding: 30px;
	border: 1px solid #ced5e7;
	width: calc(50% - 5px);
}

.more_modal_bg .more_modal_content ul li:nth-child(2n) {
	margin-left: 10px;
}

.more_modal_bg .more_modal_content ul li:not(:last-child) {
/* 	margin-bottom: 10px; */
}

.more_modal_bg .more_modal_content ul li strong {
	font-family: 'NanumSquareEB';
	font-size: 20px;
}

.more_modal_bg .more_modal_content ul li p {
	font-family: 'NotoSansKR-Regular';
	font-size: 16px;
}

.more_modal_bg .more_modal_content ul li p>span {
	font-size: 38px;
	font-family: 'NanumSquareEB';
	margin-right: 5px;
	color: #5479f7;
}

/* 건축물 착공 현황 & 안전사고 피해현황 공통 */
.construction_site .content_title {
	font-family: 'NanumSquareB';
/* 	font-size: 1.8519vh; */
	padding-left: 7px;
	font-size: 20px;
}

.construction_site .start_status .title_wrap img, .construction_site .damage_status .title_wrap img
	{
	width: 17px;
}

.construction_site .start_status_chart, .construction_site .damage_status_chart
	{
	width: 100%;
	margin-top: 1.0417vh;
	background: #fff;
	border-top: 5px solid #3978fc;
	border-radius: 5px;
	box-shadow: 0px 1px 10px rgba(35, 31, 32, 0.3);
}

.construction_site .chart_wrap {
	width: 100%;
	height: 100%;
}

/* 건축물 착공 현황 */
.construction_site .start_status_chart {
/* 	height: 19.2593vh; */
	height:200px;
}

.construction_site .start_status_chart table {
	position: relative;
	width: 90%;
	height: 70%;
	font-size: 1.2037vh;
}

.construction_site .start_status_chart tr:not(:last-child) {
	height: 30%;
}

.construction_site .start_status_chart tr:last-child {
	height: 10%;
}

.construction_site .start_status_chart th {
	text-align: center;
	border-right: 1px solid #82b7df;
}

.construction_site .start_status_chart tr:last-child td:last-child {
	position: absolute;
	bottom: 0;
	width: 80%;
	border-top: 1px solid #82b7df;
}

.construction_site .start_status_chart tr:last-child td:first-child span
	{
	padding-left: 94%;
}

.construction_site .start_status_chart tr:last-child td:last-child span
	{
	float: right;
}

.construction_site .start_status_chart .progress {
	height: 55%;
	background: #ebecee;
}

.construction_site .start_status_chart .progress_bar {
	position: relative;
	height: 100%;
	background: #5180e3;
	animation: progress1 1.2s ease-out;
}

@
keyframes progress1 {from { width:0%;
	
}

to {
	transform: scaleX(1);
}

}
.construction_site .start_status_chart .pb_l {
	width: 55%;
}

.construction_site .start_status_chart .pb_m {
	width: 85%;
}

.construction_site .start_status_chart .pb_s {
	width: 25%;
}

/* 안전사고 피해현황 */
.damage_status_chart .chart_wrap { /* 차트  */
	width: 100%; 
	height: 100%;
	padding: 20px;
}
.safety_modal .safety_modal_chart_wrap{
	width:100%;
	height:300px;
}


.construction_site .damage_status_chart {
	height: 28.8889vh;
}

.construction_site .damage_status_chart table {
	position: relative;
	width: 90%;
	height: 95%;
	font-size: 1.2037vh;
}

.construction_site .damage_status_chart table::before {
	content: "";
	position: absolute;
	left: 20%;
	top: 13%;
	width: 1px;
	height: 74%;
	background: #82b7df;
}

.construction_site .damage_status_chart table::after {
	content: "";
	position: absolute;
	right: 0;
	bottom: 16.6666%;
	width: 85%;
	height: 1px;
	background: #82b7df;
}

.construction_site .damage_status_chart tr {
	height: 16.6666%;
}

.construction_site .damage_status_chart .chart_icon {
	display: inline-block;
	width: 0.8333vh;
	height: 0.8333vh;
}

.construction_site .damage_status_chart .dead_icon {
	background: #9b7ddc;
	border-radius: 100px;
}

.construction_site .damage_status_chart .injury_icon {
	background: #62c6ff;
}

.construction_site .damage_status_chart th {
	position: relative;
}

.construction_site .damage_status_chart th p {
	position: absolute;
	top: -10px;
	left: 50%;
	transform: translateX(-50%);
}

.construction_site .damage_status_chart tr:not(:nth-child(5)) th::after
	{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25%;
	height: 1px;
	background: #82b7df;
}

.construction_site .damage_status_chart tr:last-child th::after {
	content: none;
}

.construction_site .damage_status_chart tr:first-child td {
	text-align: end;
}

.construction_site .damage_status_chart tr:not(:nth-child(5)) td {
	border-bottom: 1px dashed #c6ddef;
}

.construction_site .damage_status_chart tr:last-child td {
	border-bottom: none;
}

.construction_site .damage_status_chart tr:nth-child(5) td {
	position: relative;
	bottom: 0;
}

.construction_site .damage_status_chart .progress {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: 400%;
}

.construction_site .damage_status_chart .progress_inner {
	width: 100%;
	height: 100%;
}

.construction_site .damage_status_chart .progress_bar {
	position: absolute;
	bottom: 0;
	width: calc(50% - 1px);
	animation: progress2 1s ease-out;
}

.construction_site .damage_status_chart .progress_bar:hover {
	cursor: pointer;
}

.construction_site .damage_status_chart .progress_bar:first-child {
	left: 0;
	background: #9b7ddc;
}

.construction_site .damage_status_chart .progress_bar:last-child {
	right: 0;
	background: #62c6ff;
}

@
keyframes progress2 {from { height:0%;
	
}

to {
	transform: scaleY(1);
}

}
.construction_site .damage_status_chart .y_2018:first-child {
	height: calc(32% * 3 - 2.3148vh);
}

.construction_site .damage_status_chart .y_2018:last-child {
	height: calc(24% * 3 - 2.3148vh);
}

.construction_site .damage_status_chart .y_2019:first-child {
	height: calc(13% * 3 - 2.3148vh);
}

.construction_site .damage_status_chart .y_2019:last-child {
	height: calc(7% * 3 - 2.3148vh);
}

.construction_site .damage_status_chart .y_2020:first-child {
	height: calc(23% * 3 - 2.3148vh);
}

.construction_site .damage_status_chart .y_2020:last-child {
	height: calc(12% * 3 - 2.3148vh);
}

.construction_site .progress_bar span {
	visibility: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
/* 	width: 50px; */
	height: 28px;
	background: #fff;
	border: 1px solid #000;
	z-index: 10;
}

.construction_site .start_status .progress_bar span {
	top: -20px;
	left: 85%;
/* 	width: 40px; */
	padding: 0 7px;
}

.construction_site .progress_bar:hover span {
	visibility: visible;
}

.construction_site .damage_status_chart .progress_bar .chart_icon {
	margin-right: 3px;
}

/* 안전사고 피해현황 상세 */
.safety_modal .modal_wrap {
	width: 1000px;
}

/* 안전사고 피해현황 상세2 */
.safety_modal2 .modal_wrap {
	width: 750px;
	height: 800px;
}
.tableForm_modal .modal_wrap .modal_bottom {
	border-top: 0;
    margin-top: 0;
}

.safety_modal2.modal_bg.tableForm_modal > div {
	overflow-x:auto;
}

.safety_modal2 .result_container > div .safety_name {
	width: 42%;
}
.safety_modal2 .result_container > div .safety_address {
	width: 29%;
}
.safety_modal2 .result_container > div .safety_date {
	width: 17%;
}
.safety_modal2 .result_container > div .safety_count {
	width: 12%;
}

/* 라벨있는 모달 공통 */
.modal_bg .modal_top .mo_modalTop {
	display: none;
}
.modal_bg .modal_top .pc_modalTop {
	display: flex;
	align-items: center;
	justify-content: center;
}


/* 건축물 착공현황 상세 */
.area_modal .modal_wrap {
	width: 1000px;
}

.modal_bg .modal_top span.label {
	background: #5479f7;
    margin-left: 15px;
    color: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
}

.modal_bg .result_container .result_item > li.align-left {
	text-align: left;
    padding-left: 15px;
}

.area_modal .result_container > div .arch_mgmCode {	/* 허가번호 */
	width: 23%;
}
.area_modal .result_container > div .arch_address {	/* 주소 */
	width: 25%;
}
.area_modal .result_container > div .arch_name {	/* 건물명 */
	width: 25%;
}
.area_modal .result_container > div .arch_prgsRt {	/* 공정율 */
	width: 9%;
}
.area_modal .result_container > div .arch_prgsCd {	/* 진행공정 */
	width: 9%;
}
.area_modal .result_container > div .arch_area {	/* 연면적 */
	width: 9%;
}


.area_modal .result_bottom {
	padding: 30px 0;
}

/* 지도 공사장 착공현황 상세 */
.map_modal .modal_wrap {
	width: 1000px;
}
.map_modal .modal_top span {
	background: #5479f7;
    margin-left: 15px;
    color: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
}

/* 테이블 형식 모달 공통 */
.tableForm_modal .search_form {
    margin: 40px 0 30px;
    padding: 0 30px;
}
.tableForm_modal .result_container .subject > li, 
.tableForm_modal .result_container .result > li {
    padding: 15px 0;
}
.tableForm_modal .result_container .result.table_result_mo {
	display: none;
}

/* 안전사고 피해현황 상세 */
.tableForm_modal .result_container .result_item > li span.mo_listTit {
	display: none;
}

/* 지도모달 > 공사장 착공현황 */
.map_modal .result_container > div .arch_mgmCode {	/* 허가번호 */
	width: 23%;
}
.map_modal .result_container > div .arch_address {	/* 주소 */
	width: 25%;
}
.map_modal .result_container > div .arch_name {	/* 건물명 */
	width: 25%;
}
.map_modal .result_container > div .arch_prgsRt {	/* 공정율 */
	width: 9%;
}
.map_modal .result_container > div .arch_prgsCd {	/* 진행공정 */
	width: 9%;
}
.map_modal .result_container > div .arch_area {	/* 연면적 */
	width: 9%;
}

/* 지도 D,E급 착공현황 상세 */
.map_arch_modal .modal_wrap {
	width: 1000px;
}
.map_arch_modal .modal_top span {
	background: #5479f7;
    margin-left: 15px;
    color: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
/* 지도모달 > D E급 착공현황 */
.map_arch_modal .result_container > div .addrDetail {	/* 상세주소 */
	width: 35%;
}
.map_arch_modal .result_container > div .bildCl {	/* 건축물 분류 */
	width: 27%;
}
.map_arch_modal .result_container > div .name {	/* 건물명 */
	width: 23%;
}
.map_arch_modal .result_container > div .lastGrd {	/* 마지막 등급 */
	width: 15%;
}

.map_modal .result_bottom,
.map_arch_modal .result_bottom {
/*     margin: 30px 0; */
    padding: 30px 0 50px;
}

/* 지도 영역 */

/* 지도 옵션 */
.construction_site .map_option {
	width: 100%;
}

.construction_site .map_option li {
	position: relative;
	width: 18.588%;
	height: 54px;
	font-size: 1.6667vh;
	background: #fff;
	border: 1px solid #000;
	border-radius: 2px;
	transition: background .3s;
}

.construction_site .map_option li:nth-child(2n) {
	margin: 0 1.765%;
}

.construction_site .map_option li .option_text {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.construction_site .map_option li span {
	line-height: 0 !important;
}

.construction_site .map_option li .checking {
/* 	width: 1.7593vh; */
/* 	height: 1.7593vh; */
	width: 16px;
    height: 16px;
	margin-right: 8px;
	background-repeat: no-repeat;
	background-position: center;
	background-color: #f3f4f9;
	border: 1px solid #c4c6d1;
	border-radius: 100%;
}

.construction_site .map_option li label {
	display: block;
	position: absolute;
	border-top: 4px solid;
	z-index: 3;
}

.construction_site .map_option li:first-child label {
	border-color: #7d96f1;
}

.construction_site .map_option li:nth-child(2) label {
	border-color: #22cbc2;
}

.construction_site .map_option li:nth-child(3) label {
	border-color: #8cd900;
}

.construction_site .map_option li:nth-child(4) label {
	border-color: #f1b514;
}

.construction_site .map_option li:last-child label {
	border-color: #fa6c3e;
}

/* 지도 보기 */
.construction_site .map_view {
	position: relative;
	width: 100%;
	/*   height: 72.9630vh; */
	/* 	height: 64.6296vh; */
	height: 68vh;
	overflow: hidden;
	/* 	border: 1px solid #3b4a6a; */
}

.construction_site .map_view .map {
	position: absolute;
	width: 100%;
	/* 	height: 72.9630vh; */
	/* 	height: 64.6296vh; */
	height: 68vh;
	overflow: hidden;
}

.construction_site .map_view #map {
	z-index: 99;
}

.construction_site .map_view .ol-unselectable {
	display: none;
}

.construction_site .map_view .all_area {
	position: absolute;
	/*   top: 5.5556vh; */
	top: 2vh;
	/* 	top: 0; */
	left: 1.8519vh;
	width: 11.1111vh;
	height: 3.5185vh;
	font-size: 1.4815vh;
	background: #fff;
	border: 1px solid #3978fc;
	border-radius: 19px;
	box-shadow: 0px 1px 4px 0px rgba(35, 31, 32, 0.35);
	transition: background .13s;
	z-index: 100;
}

.construction_site .map_view .all_area.active {
	color: #fff;
	background: #3978fc;
	border: 1px solid #1a5adf;
}

/* .construction_site .map_view .all_area img { */
/* 	width: 1.8519vh; */
/* 	margin-right: 0.6481vh; */
/* } */
.construction_site .map_view .all_area .icon {
	width: 1.8519vh;
    height: 1.6667vh;
    margin-right: 0.6481vh;
    background-image: url(../../asset/images/icon/all_area.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.construction_site .map_view .zoom_btn {
	position: absolute;
	/*   top: 5.5556vh; */
	top: 2vh;
	right: 1.8519vh;
	width: 3.7037vh;
	overflow: hidden;
	border: 1px solid #838598;
	border-radius: 3px;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
	z-index: 100;
}

.construction_site .map_view .zoom_btn button {
	width: 100%;
	height: 3.7037vh;
	background-color: #ecedf1;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 1.2037vh;
	transition: background .13s;
}

.construction_site .map_view .zoom_btn button:hover {
	border: 1px solid #28344c;
}

.construction_site .map_view .zoom_btn button.zoom_in {
	background-image: url(../images/icon/zoom_in.png);
	border-bottom: 1px solid #838598;
}

.construction_site .map_view .zoom_btn button.zoom_in:hover {
	background-color: #3978fc;
	background-image: url(../images/icon/zoom_in_on.png);
	border-color: #28344c;
}

.construction_site .map_view .zoom_btn button.zoom_out {
	background-image: url(../images/icon/zoom_out.png);
}

.construction_site .map_view .zoom_btn button.zoom_out:hover {
	background-color: #3978fc;
	background-image: url(../images/icon/zoom_out_on.png);
}

.construction_site .map_view .total {
	position: absolute;
	/*   bottom: 2.7778vh; */
	bottom: 0;
	right: 0;
	padding:0 15px;
	min-width: 12.1111vh;
	height: 8.7778vh;
	background: #485a7f;
	box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.45) inset;
	z-index: 100;
}

.construction_site .map_view .total p {
	font-size: 1.4815vh;
	color: #ffd12a;
	padding-top:5px;
}

.construction_site .map_view .total span {
	font-size: 3.1481vh;
	color: #fff;
}

/* 공공기관 링크 PC버전 (슬라이더) */
.construction_site .institutions {
	padding: 1.8519vh 0;
	background: #eceff4;
	border-radius: 3px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.construction_site .institutions .lSSlideOuter {
	width: 88%;
	margin: 0 auto;
}

.construction_site .institutions .slideBtn {
	display: block;
	width: 6%;
	padding: 12px 0;
}

.construction_site .institutions .slideBtn:hover {
	cursor: pointer;
}

.construction_site .institutions .prevBtn {
	background-image: url(../images/icon/prev_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}

.construction_site .institutions .nextBtn {
	background-image: url(../images/icon/next_arrow.png);
	background-position: center;
	background-repeat: no-repeat;
}
.construction_site .lSSlideWrapper li {
/*     height: 100%; */
}
.construction_site .lSSlideWrapper li a {
	background-color: #fff;
    border: 1px solid #bec5cd;
    height: 100%;
    overflow: hidden;
}

/* 지역별 현황 영역 */
.construction_site .area_info {
	width: 100%;
	overflow: hidden;
	background: #fff;
	border-top: 5px solid #28344c;
	border-radius: 5px;
	box-shadow: 0 1px 10px rgba(35, 31, 32, 0.3);
}
/* 날씨 정보 */
.construction_site .area_info .weather_wrap {
	height: 20%;
	padding-top: 1.7963vh;
	padding-bottom: 1.2vh;
	background: #fff;
	justify-content:space-around;
}

.construction_site .weather_wrap .area_name {
/* 	width: 35%; */
	text-align: center;
	margin-left:25px;
}

.construction_site .weather_wrap .area_name h5 {
	position: relative;
	font-size: 2.7778vh;
	padding-bottom:5px;
}

.construction_site .weather_wrap .area_name h5::before {
	content: "";
	position: absolute;
	bottom: -12px;
	left: 50%;
	transform: translateX(-50%);
	width: 110%;
	height: 5px;
	background: #3978fc;
	border-radius: 10px;
}

.construction_site .weather_wrap .weather {
	width: 65%;
	position: relative;
/* 	padding-right: 20px; */
}

.construction_site .weather_wrap .storm {
	font-size: 14px;
	color: #fff;
	margin-right: 3px;
	padding: 0.7407vh 10px;
	background: #28344c;
	border-radius: 5px 5px 0 0;
}

.construction_site .weather_wrap .storm img {
	width: 1.2037vh;
}

.construction_site .weather_wrap .storm:hover {
	background: #000;
	cursor: pointer;
}

.construction_site .pointOut table { /*추가*/
	width: 100%;
	border: 1px solid #444444;
	margin-bottom: 5px;
}

.construction_site .pointOut table td { /*추가*/
	border-bottom: 1px solid #444444;
	border-left: 1px solid #444444;
	padding: 5px;
}

.construction_site .pointOut table td:nth-child(odd) { /*추가 */
	background: #d1e0f5;
}

/* 추가  */
.construction_site .weather_wrap .earthquake {
	font-size: 1.2037vh;
	color: #fff;
	margin-right: 3px;
	padding: 0.7407vh 10px;
	background: #28344c;
	border-radius: 5px 5px 0 0;
}

.construction_site .weather_wrap .earthquake img {
	width: 1.2037vh;
}

.construction_site .weather_wrap .earthquake:hover {
	background: #000;
	cursor: pointer;
}

/*밑 4개는 반짝이게 하는 것*/
.blinking {
	-webkit-animation: blink 0.5s ease-in-out infinite alternate;
	-moz-animation: blink 0.5s ease-in-out infinite alternate;
	animation: blink 0.5s ease-in-out infinite alternate;
}

@
-webkit-keyframes blink { 0% {
	opacity: 0;
}

100
%
{
opacity
:
1;
}
}
@
-moz-keyframes blink { 0% {
	opacity: 0;
}

100
%
{
opacity
:
1;
}
}
@
keyframes blink { 0% {
	opacity: 0;
}

100
%
{
opacity
:
1;
}
}

/* 추가끝  */
.construction_site .weather ul {
	width: 100%;
/* 	height: 13.6667vh; */
	height:130px;
	color: #fff;
	padding: 1.8889vh 0;
	background: rgb(57, 63, 223);
	background: linear-gradient(0deg, rgba(57, 63, 223, 1) 0%,
		rgba(84, 121, 247, 1) 100%);
	border-radius: 5px;
}

.construction_site .weather_wrap .weather li {
	position: relative;
	width: 33.3333%;
	height: 100%;
}

.construction_site .weather_wrap .weather li:nth-child(2) {
	border-left: 1px solid #7ba6ff;
	border-right: 1px solid #7ba6ff;
}

.construction_site .weather_wrap p.day {
	font-size: 15px;
}

.construction_site .weahter_list li {
	justify-content: space-between;
}

.construction_site .weather_wrap .weather li.today p.day {
	color: #009bff;
	padding: 0.4630vh 1.1111vh;
	background: #fff;
	border-radius: 50px;
	margin-bottom: 5px;
}

.construction_site .weather_wrap .weather_main {
	/*   position: absolute; */
	/*   top: 50%; */
	/*   left: 50%;   */
	/*   transform: translate(-50%, -50%); */
	width: 100%;
}

.construction_site .weather_wrap .weather_main .min_temp {
	margin: 2px 0;
}

.construction_site .weather_wrap .weather_main .min_temp, .max_temp {
	font-size: 13px;
	margin: 3px 0;
	text-align:right;
}

.construction_site .weather_wrap .weather_main img {
	width: 2.5vh;
	margin-right: 8px;
	margin-top: 3px;
}

.construction_site .weather_wrap .weather_main p.temperture strong {
	font-size: 2.7778vh;
	color: #fffc00;
	padding-left: 10px;
	padding-right: 5px;
}

.construction_site .weather_wrap .weather_main p.temperture {
	font-size: 1.3889vh;
}

.construction_site .weather p.rain {
	font-size: 14px;
	margin-top: 10px;
}

.weather_main .current_temp span {
	color: #fffc00;
	font-size: 20px;
}

.min_temp span, .max_temp span {
	color: #fffc00;
	font-size: 14px;
}

.stormInfo_modal{
	top:20% !important;
}
.construction_site .weather .storm_alert {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 130px;
	background:linear-gradient(90deg, #fe6ba1, #ff8367);
/* 	background-image: url(../images/storm_alert.png); */
/* 	background-repeat: no-repeat; */
/* 	background-position: center; */
/* 	background-size: 100%; */
	border-radius: 5px;
	transition: opacity .3s;
}
.construction_site .weather .storm_alert .storm_left{
	width:40%;
	height:100%;
	background-color:#28344c;
	border-radius: 5px 0 0 5px;
	padding:10px;
}
.construction_site .weather .storm_alert .storm_middle{
	width:20px;
	height:130px;
	background-image:url(../../static/images/icon/storm_background.png);
	background-size:20px 130px;
	background-position:center;
	background-repeat:no-repeat;	
}
.construction_site .weather .storm_alert .storm_left .storm_left_text{
	margin-top:6px;
}
.construction_site .weather .storm_alert .storm_left .storm_icon{
	background-image:url(../../static/images/icon/storm_icon.png);
	background-position: center;
    background-repeat: no-repeat;
	width:74px;
	height:78px;
	margin:0 auto;
	margin-top:15px;
}
.construction_site .weather .storm_alert .storm_left span{
	color:#fff;
	font-size:18px;
	font-family: 'NotoSansKR-Bold';
}
.construction_site .weather .storm_alert .storm_right{
	width:60%;
	height:100%;
	background:linear-gradient(0deg, #fe6ba1, #ff8367);
	border-radius: 5px;
	padding:10px;
	padding-left:20px;
	text-align:left;
	line-height:22px;
}
.construction_site .weather .storm_alert .storm_right .storm_right_title{
	margin-top:5px;
}
.construction_site .weather .storm_alert .storm_right .storm_right_title span{
	font-size:18px;
	font-family: 'NotoSansKR-Bold';
}
.construction_site .weather .storm_alert .storm_right .storm_right_wind{
	width:90px;
	height:20px;
	background:#fff601;
	margin-top:15px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.construction_site .weather .storm_alert .storm_right .storm_right_wind span{
	font-size:13px;
	font-family: 'NotoSansKR-Regular';
}
.construction_site .weather .storm_alert .storm_right .storm_right_text span{
	font-size:14px;
	font-family: 'NotoSansKR-Bold';
	color:#fff;
}

/*추가*/
.construction_site .weather .earthquake_alert {
	opacity: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: calc(100% - 20px);
	height: 11.6667vh;
	background-image: url(/static/images/earthquake_alert.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	border-radius: 5px;
	transition: opacity .3s;
}

/* 메인 점검 탭 */
.construction_site .area_info .tab_main {
	background: #fff;
/*     margin-top: 20px; */
	
/*	height: 80%; /* 메인수정 */ 
/* 	padding-top: 20px; */
	
    height: calc(80% - 20px);
}

.construction_site .area_info .tab_main>.tab_index {
	width: 100%;
	padding: 0 20px;
	padding-top: 1.3889vh;
	background: #28344c;
	
    height: 12%;
}

.construction_site .area_info .tab_main>.tab_index li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 33.33333%;
	line-height: 20px;
	font-size: 17px;
	color: #fff;
	padding: 0.9259vh 0;
	background: #3b4a6a;
	border-radius: 3px 3px 0 0;
	transition: all .13s;
}

.construction_site .area_info .tab_main>.tab_index li:not(:last-child) {
	margin-right: 1.3333%;
}

.construction_site .area_info .tab_main>.tab_index li:hover {
	background: #6b80ab;
}

.construction_site .area_info .tab_main>.tab_index li.active {
	color: #000;
	background: #fff;
}

.construction_site .area_info .tab_main>.tab_content {
	display: flex;
	/*   padding: 50px 20px 30px; */
	background: #fff;
	border-radius: 0 0 5px 5px;
}
.construction_site .area_info .tab_main>.responsive_wrap {
	height: 88%;
    position: relative;
    
    display: flex;
    flex-direction: column;
/*     overflow-y: auto; */
    justify-content: space-between;
}

/* 메인 > 점검건수 */
.insp_cnt {
/* 	margin-top: 20px; */
	margin-left: 20px;
/* 	margin-bottom: 10px; */
	margin-bottom: 1.3889vh;
	font-size:22px;
	
	margin-top: 1.3889vh;
}

.insp_cnt_box {
	background: #28344c;
	color: #fff;
	border-radius: 5px;
	font-size: 15px;
	padding: 3px 10px;
}

.insp_cnt span {
	font-weight: bold;
}

.insp_cnt span:last-child {
	color: #5479f7;
	margin-left: 5px;
}

.chart_wrap02 {
    width: 100%;
}

.chart_wrap02>li {
/*     width: 140px; */
/*     height: 140px; */
    float: left;
    padding: 5px;
    position:relative;
    
    width: 16vh;
    height: 16vh;
}
.chart_wrap02>li:nth-child(2){
	margin:0 20px;
}
.chart_wrap02>li canvas{
	width:100% !important;
	height:100% !important;
	position: relative;
	z-index: 99;
}
.chart_wrap02>li .text_wrap {
	margin: 0 auto;
    position: absolute;
/*     width: 130px; */
/*     top: 45px; */
    line-height:1.2;
    z-index: 0;
    
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.chart_wrap02>li .text_wrap strong{
	font-family: 'NotoSansKR-Bold';
/* 	font-size: 2.3148vh; */
	font-size: 24px;
	
}
.chart_wrap02>li .text_wrap span{
	font-size: 1.6667vh;
}
.chart_wrap02>li .text_wrap > p{
	font-size: 15px;
	color: #2296fb;
	padding-top: 5px;
}


.construction_site .insp_dark {
	display: none;
}
.construction_site .area_info .responsive_wrap > .tab_content {
	height: 40%;
}
.construction_site .area_info .inspection {
/* 	padding: 2.7778vh 2.7778vh; */
	margin-top: 1.1vh;
}
.construction_site .area_info .inspection ul{
/* 	padding-bottom:15px; */

	padding: 0 20px 15px;
}

.construction_site .area_info .inspection .circle {
	position: relative;
	width: 14.7407vh !important;
	height: 14.7407vh !important;
}

.construction_site .area_info .inspection .insp_circle1 {
	margin: 0 20px;
}

/* .construction_site .area_info .inspection .insp_circle2 { */
/* 	margin: 0 20px; */
/* } */

.construction_site .area_info .inspection .insp_circle3 {
	margin: 0 20px;
}

/* .construction_site .area_info .inspection .insp_circle4 { */
/* 	margin: 0 20px; */
/* } */

.construction_site .area_info .inspection .circle canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.construction_site .area_info .inspection .circle .text_wrap {
	line-height: 1;
}

.construction_site .area_info .inspection .circle .text_wrap strong {
	font-family: 'NotoSansKR-Bold';
	font-size: 2.3148vh;
}

.construction_site .area_info .inspection .circle .text_wrap span {
	font-size: 1.6667vh;
}

.construction_site .area_info .inspection .circle .text_wrap p {
	font-size: 1.4815vh;
	color: #2296fb;
	padding-top: 5px;
} 

/* 메인 > 안전사고 발생 현황 */
.construction_site .area_info .safechk_occu {
	width: 100%;
	margin: 0 auto;
	padding: 1vh 3vh 3vh;
	
	height: 60%;
/* 	position: absolute; */
/*     bottom: 0; */
}
.construction_site .area_info .safechk_occu .title_wrap .safechk_arrow{
	width:11px;
	height:18px;
	background-image:url(../../static/images/icon/title_icon2.png);
	background-repeat:no-repeat;
	background-position:center;
}
.construction_site .area_info .safechk_occu .title_wrap img {
	width: 9px;
}

.construction_site .area_info .safechk_wrap {
	margin-top: 1.3889vh;
	padding: 2.5vh 0;
	background: #ecf1f9;
	border: 1px solid #d6d6d6;
	border-radius: 3px;
	
	height: calc(100% - 30px);
}
.chart_wrap03 {
    width: 100%;
    height: 100%;
}

/* 메인 > 서브 탭 전환 */
.construction_site .area_info .tab_sub {
	width: 90%;
	margin: 0 auto;
	
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.construction_site .area_info .tab_sub>.tab_index li {
	width: 33.3333%;
	font-size: 1.6667vh;
	color: #4d4f5c;
	padding: 1.3889vh 0;
	border-bottom: 2px solid #c4ccd5;
	border-radius: 3px 3px 0 0;
	transition: background .13s;
}

.construction_site .area_info .tab_sub>.tab_index li.active {
	color: #fff;
	background: #5180e3;
	border-bottom: none;
}

.construction_site .area_info .safechk_wrap .tab_content {
	display: none;
/* 	padding-top: 30px; */

	height: 80%;
	padding-top: 2.5vh;
}

.construction_site .area_info .safechk_wrap .tab_content.active {
	display: flex;
}

.construction_site .area_info .safechk_circle {
	position: relative;
/* 	width: 140px; */
/* 	height: 140px; */
/* 	width:15.7708vw;  */
/* 	height:15.7708vh; */
	margin: 0 auto;
	
    height: 100%;
    width: 40%;
}

.construction_site .area_info .safechk_circle canvas {
	position: absolute;
	width: 100%;
	height: 100%;
}

.construction_site .area_info .safechk_circle #myChart_dark {
	display: none;
}

.construction_site .area_info .safechk_circle .text_wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}

.construction_site .area_info .safechk_circle .text_wrap strong {
/* 	font-size: 2.7778vh; */
	font-size: 24px;
}

.construction_site .area_info .safechk_circle .text_wrap p {
/* 	font-size: 1.6667vh; */
	font-size: 15px;
	margin-top: 4px;
}

.construction_site .area_info .safechk_result {
	width: 50%;
/* 	height: 135px; */
	height:15vh;
	overflow-y: scroll;
	color: #4d4f5c;
/* 	padding: 22px; */
	background: #fff;
	border: 1px solid #cfdae9;
	border-radius: 3px;
	
	padding: 20px 10px 20px 20px;
}

.construction_site .area_info .safechk_result li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	cursor: pointer;
}

.construction_site .area_info .safechk_result li:not(:last-child) {
	padding-bottom: 1.8519vh;
}

.construction_site .area_info .safechk_result span {
	display: flex;
	align-items: center;
	font-size: 1.3889vh;
}

.construction_site .area_info .safechk_result span>sub {
	display: inline-block;
	width: 0.6481vh;
	height: 0.6481vh;
	margin-right: 0.8333vh;
	border-width: 3px;
	border-style: solid;
	border-radius: 100px;
}

.construction_site .safechk_result li:first-child span>sub {
	border-color: #a5dff9;
}

.construction_site .safechk_result li:nth-child(2) span>sub {
	border-color: #ef5285;
}

.construction_site .safechk_result li:nth-child(3) span>sub {
	border-color: #60c5ba;
}
.construction_site .safechk_result li:nth-child(4) span>sub {
	border-color: #feee7d;
}

.construction_site .safechk_result li:nth-child(5) span>sub {
	border-color: #a3c9c7;
}
.construction_site .safechk_result li:nth-child(6) span>sub {
	border-color: #cb7575;
}

.construction_site .safechk_result li:nth-child(7) span>sub {
	border-color: #ef9e9f;
}
.construction_site .safechk_result li:nth-child(8) span>sub {
	border-color: #353848;
}

.construction_site .safechk_result li:nth-child(9) span>sub {
	border-color: #ff7473;
}
.construction_site .safechk_result li:nth-child(10) span>sub {
	border-color: #ffc952;
}

.construction_site .safechk_result li:nth-child(11) span>sub {
	border-color: #47b8e0;
}
.construction_site .safechk_result li:nth-child(12) span>sub {
	border-color: #f1bbba;
}

.construction_site .safechk_result li:nth-child(13) span>sub {
	border-color: #f8ecc9;
}
.construction_site .safechk_result li:nth-child(14) span>sub {
	border-color: #a79c8e;
}

.construction_site .safechk_result li:nth-child(15) span>sub {
	border-color: #79bd9a;
}
.construction_site .safechk_result li:nth-child(16) span>sub {
	border-color: #6a60a9;
}

.construction_site .safechk_result li:nth-child(17) span>sub {
	border-color: #CADBE9;
}

.construction_site .safechk_result li:nth-child(18) span>sub {
	border-color: #C5C6B6;
}

.construction_site .safechk_result li:nth-child(19) span>sub {
	border-color: #3C3530;
}

.construction_site .safechk_result li:nth-child(20) span>sub {
	border-color: #FADAD8;
}

.construction_site .safechk_result li:nth-child(21) span>sub {
	border-color: #AAABD3;
}

.construction_site .safechk_result li:nth-child(22) span>sub {
	border-color: #CBA6C3;
}

.construction_site .safechk_result li:nth-child(23) span>sub {
	border-color: #EC6A5C;
}

.construction_site .safechk_result li:nth-child(24) span>sub {
	border-color: #FFFFF3;
}
/* .construction_site .safechk_result li:last-child span>sub {
	border-color: #5a86e4;
} */

.construction_site .area_info .safechk_result p {
	font-size: 1.4815vh;
}

.construction_site .area_info .safechk_result strong {
	color: #0172e0;
	margin-right: 0.463vh;
}

/* 공공기관 링크 모바일 버전 (슬라이더) */
.construction_site .institutions_m {
	display: none;
}

/* 서브 페이지 */
.sub_page {
	position: relative;
	width: 100%;
	background: #d5d6d9;
}

.sub_page .container {
	padding-top: 70px;
	padding-bottom: 50px;
	padding-left: 16.4583vw;
	background: #e8eef8;
/* 	height:inherit; */
	min-height: -webkit-fill-available;
}

.sub_page .title_wrap, .title_wrap_mobile{
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
	font-size: 26px;
}

.sub_page .title_wrap::after {
	display: none;
	content: "";
	position: absolute;
	bottom: 12px;
	right: 0;
	width: 87%;
	height: 2px;
	background: #192b80;
}
.form_container_top{
/* 	display:none; */
}
.form_container_bottom {
	display: block !important;
}
.form_container_mobile .cResult_menu{
/* 	display:none;	 */
}
.const_info_container_mobile {
	display: none;
}
.const_info_result_wrap .result li .result_item li span {
	display: none;
}
.sub_page .title_wrap .title_icon, .title_wrap_mobile .title_icon {
	width: 50px;
	height: 50px;
	margin-right: 12px;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100px;
	box-shadow: 3px 4px 0px 0px rgba(0, 0, 0, 0.1);
}

/* 공사장 관리 페이지 */
.const_mgt .title_wrap .title_icon, .const_info .title_wrap .title_icon, .form_container_top .title_icon
	{
	background-image: url(../images/icon/const_mgt_title.png);
}
.const_input{
	display:flex;
	align-items:center;
	padding:0;
}

.search_form .const_mgt_address_mobile, .search_form .bldg_mgt_address_mobile{
	display:none;
}
.const_mgt_address_form, .bldg_mgt_address_form, .acdnt_info_address_form{
	position:relative;
}
.const_mgt_address_form .search_icon, .bldg_mgt_address_form .search_icon,
.acdnt_info_search_form .search_icon {
	position:absolute;
	top:10px;
	right:10px;
	background-image:url(../../static/images/icon/small_search_blue.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size:25px 25px;
	width:25px;
	height:25px;
}
.insider_page .const_mgt_address_form,
.insider_page .bldg_mgt_address_form {
	width: 50%;
}
.acdnt_info_address_form {
	width: 100%;
}
.insider_page .search_form .const_mgt_address_form input[type="text"],
.insider_page .search_form .bldg_mgt_address_form input[type="text"],
.insider_page .search_form .acdnt_info_address_form,
.insider_page .search_form .acdnt_info_address_form input[type="text"] {
	width: 100%;
}

/* 검색 */
.form_container {
	width: 100%;
	margin-top: 25px;
	padding: 0 40px;
	padding-top: 40px;
	padding-bottom: 76px;
	background: #fff;
	border: 1px solid #b6bac2;
	border-top: 5px solid #28344c;
	border-radius: 5px;
	box-shadow: 0px 1px 7px 0px rgba(35, 31, 32, 0.2);
}
/* 주소 선택 */
.form_container .search_form .search>li {
	display: flex;
	align-items: center;
}

.search_form.mini .search_name ul li:last-child {
	width: auto;
}

.search_form .adress.type2 .inner {		/* 사고정보  */
    width: 90%;
}
.search_form .adress.type2 .inner select {
	margin-right: 5px;
	width: 25%;
    min-width: 100px;
}
.search_form .adress.type2 .inner input {
	width: 100%;
	
}


/* 공사장 관리  */
.const_mgt_result_pc{
	width:100% !important;
}
.const_mgt_result_mobile,
.bldg_mgt_result_mobile {
	display:none;
}
.const_mgt_result_wrap.checkBoxY_list .result_checkBox .checking{
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-image: url(/static/images/icon/m_aGroup_check_gray.png);
    background-repeat: no-repeat;
    background-position: center;
    min-width: 35px;
}   
.result_wrap .mgtList li .result_item li .mobile_subtitle{
	display:none;
}
.searchRqt_wrap .searchRqt li ul li .check_type_list{
	padding: 0;
/*     height: 72px; */
    width: 100%;
    border-bottom: none !important;
}
.searchRqt_wrap .searchRqt li .const_mgt_input_date li{
	background:none !important;
	padding:0;
}
.searchRqt_wrap .searchRqt li .const_mgt_input_date span{
	margin-right:17px;
}
.sub_page .searchRqt .check_list>li ul li{
	margin-top:7px;
	margin-bottom:7px;
}
.sub_page .searchRqt .check_list>li ul li.active{
	background:#192b80;
}

.tab_box > .contact > .content_title > span{
	margin-left:auto;
	margin-right:20px;
	padding-left:0;
}
.prelp_sms_modal .tab_box > .contact > .content_title > span {
	margin-right: 0;
/* 	padding-left: 0; */
	width: auto;
}
.tab_box > .contact > .content_title > span > .ofc_sms_btn{
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #c0c9cb;
    border-radius: 5px;
}
/* 관계자문자전송 버튼 */
.result_bottom .result_btn .sms_send{
    width: 120px !important;
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #c0c9cb;
    border-radius: 5px !important;
}
.result_bottom .result_btn .sms_send:hover{
	background: #dde0e2;
}

/* 관계자문자전송 모달 */
.prelp_sms_modal .modal_wrap {
	width: 1000px;
	z-index: 991;
}
.prelp_sms_modal .tab_box {
	padding: 35px 30px;
	background: #f9fafb;;
	border: 1px solid #d7d7d7;
}
.prelp_sms_modal input {
  background: #fff;
}
.prelp_sms_modal .add_btn,
.prelp_sms_modal .contactPick_btn {
	height: 50px;
    font-size: 20px;
    padding: 15px;
    margin-left: 10px;
}
.prelp_sms_modal .contact {
	padding-bottom: 25px;
 	border-bottom: 1px solid #d7d7d7;
}
.prelp_sms_modal h3 {
	margin-bottom: 15px;
}
.prelp_sms_modal .contactList p {
  	position: relative;
	text-align: center;
    padding: 0 15px;
    margin: 3px 0 0;
    padding-left: 0;
}
.prelp_sms_modal .contactList span {
	padding: 0 15px;
    margin: 3px 0 0;
}
.prelp_sms_modal .contactList span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0%; 
  transform: translateY(-50%);
  width: 1px;
  background: #000;
  height: 15px;
}
.prelp_sms_modal .tab_content {
  display: none;
  align-items: start;
  justify-content: space-between;
  width: 100%;
}
.prelp_sms_modal .tab_content.active {
	display: flex;
}
.prelp_sms_modal .tab_content.gContact .gContactList {
    max-height: 200px;
}
.prelp_sms_modal .tab_content > img {
  align-self: center;
  padding: 0 15px;
}
.prelp_sms_modal .contactList, 
.prelp_sms_modal .wrapper {
  height: 100%;
}
.prelp_sms_modal .contactList,
.prelp_sms_modal .bundleList {
  width: 100%;
  overflow-y: scroll;
	padding: 14px 10px;
  background: #fff;
  border: 1px solid #b7bac3;
  box-shadow: 4px 4px 0px 0px rgba(0, 0, 0, 0.05) inset;
  max-height: 100px;
}
.prelp_sms_modal .contactList{
	padding: 14px 10px;
    min-height: 150px;
	max-height: 200px;
}

.prelp_sms_modal .pContactList > li,
.prelp_sms_modal .eContactList > li,
.prelp_sms_modal .contactBundle > li {
  display: flex;
  position: relative;
/*   width: 100%; */
	padding: 7px 10px;
	font-size: 15px;
	
	white-space: nowrap;
    width: max-content;
}
.prelp_sms_modal .gContactList > li:not(:first-child),
.prelp_sms_modal .dContactList > li:not(:first-child) {
    margin-top: 15px;
}
.prelp_sms_modal .pContactList > li button,
.prelp_sms_modal .contactBundle > li button,
.prelp_sms_modal .groupEdit .bundleList button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  padding: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
 	width: 12px;
    height: 12px;
}
.prelp_sms_modal .pContactList > li:hover,
.prelp_sms_modal .contactBundle > li:hover {
  background-color: #f3f5ff;
  cursor: pointer;
}
.prelp_sms_modal .pContactList > li:hover button,
.prelp_sms_modal .contactBundle > li:hover button,
.prelp_sms_modal .groupEdit .bundleList li:hover button {
  background-image: url(/static/images/icon/contact_delete.png);
}
.prelp_sms_modal h5 {
  font-size: 14px;
  color: #3978fc;
	padding: 7px 10px;
}
.prelp_sms_modal .gGroupList {
  height: 60%;
}
.prelp_sms_modal .groupEdit_btn {
	height: 40%;
	margin-left: auto;
	padding: 13px;
	font-size: 14px;
	margin-top: 15px;
}
.prelp_sms_modal .bundleList li {
	font-size: 14px;
	padding: 7px 10px
}
.prelp_sms_modal .bundleList li:hover {
  background-color: #f3f5ff;
}
.prelp_sms_modal .bundleList li.active {
  background-color: #f3f5ff;
}
.prelp_sms_modal h4 {
  font-family: 'NotoSansKR-Bold';
	font-size: 18px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.prelp_sms_modal .gContact .wrapper,
.prelp_sms_modal .dContact .wrapper {
  flex-direction: column;
}
.prelp_sms_modal .tab_content:not(:last-child) .contactList {
  width: 50%;  
}
.prelp_sms_modal .tab_content:not(:last-child) form,
.prelp_sms_modal .gContact .wrapper,
.prelp_sms_modal .dContact .wrapper {
  width: 50%;
}
.prelp_sms_modal .tab_content:not(:last-child) form input {
  width: 100%;
	height: 50px;
}

.prelp_sms_modal .contactBundle {
  width: 100%;
}
.prelp_sms_modal .eContact .contactList {
  width: 82%;
}
.prelp_sms_modal .eContact .contactPick_btn {
  width: 18%;
}
.prelp_sms_modal .descript {
	margin-top: 30px;
}

.prelp_sms_modal select {
  width: 100%;
  border: 1px solid #2c3646;
	height: 50px;
    font-size: 16px;
}
.prelp_sms_modal select + .add_btn {
  width: 18%;
}
.prelp_sms_modal textarea {
	display: block;
	width: 100%;
	border: 1px solid #b7bac3;
	border-radius: 0;
	min-height: 150px;
    font-size: 15px;
    margin-top: 15px;
    padding: 20px;
    background: #fff;
}
.prelp_sms_modal .modal_bottom{
	border-top: none;
    margin-top: 0;
}
	/* 템플릿 추가 (prelp_SMS) */
/* .prelp_sms_modal .subModal_bg {
	z-index: 991;
} */
.addTemplate_prelp {
  top: 45%;
  left: 55%;
  padding: 30px;
}
.addTelNumber_prelp {
  top: 35%;
  left: 50%;
  padding: 30px;
}
.addTemplate_prelp li {
  display: flex;
  justify-content: space-between;
}
.addTemplate_prelp li:first-child p {
  align-self: center;
}
.addTemplate_prelp li:last-child {
	margin-top: 10px;
}
.addTemplate_prelp li:last-child p {
  align-self: start;
}

.addTelNumber_prelp li {
  display: flex;
  justify-content: space-between;
}
.addTelNumber_prelp li:first-child p {
  align-self: center;
}
.addTelNumber_prelp li:last-child {
	margin-top: 10px;
}
.addTelNumber_prelp li:last-child p {
  align-self: start;
}

.prelp_sms_modal .modal_sub p {
  display: flex;
  align-items: center;
	font-size: 16px;
	word-break: keep-all;
}
.addTemplate_prelp p {
	margin-right: 20px;
	white-space: nowrap;
}
.addTelNumber_prelp p {
	margin-right: 20px;
	white-space: nowrap;
}
.addTemplate_prelp input {
	width: 290px;
	padding: 10px 15px;
    font-size: 15px;
}
.addTemplate_prelp textarea {
  margin: 0;
  padding: 15px;
	font-size: 15px;
    width: 290px;
}
.addTelNumber_prelp input {
	width: 290px;
	padding: 10px 15px;
    font-size: 15px;
}
.addTelNumber_prelp textarea {
  margin: 0;
  padding: 15px;
	font-size: 15px;
    width: 290px;
}
/* 문자전송기 > 알림톡 */
.prelp_sms_modal .kkoSend_wrap {
	align-items: flex-start;
}
.prelp_sms_modal .kkoSend_wrap .ex_img {
    min-width: 350px;
    height: 450px;
    background: url(../../static/images/kkoSend.png) no-repeat;
    background-size: contain;
    margin-left: 30px;
    position: relative;
}
.prelp_sms_modal .kkoSend_wrap .txtWrap {
    position: absolute;
    width: 214px;
    height: 200px;
    background: #fff;
    top: 117px;
    left: 61px;
    padding: 10px;
    font-size: 14px;
    color: #333;
    line-height: 1.3;
}
/* .prelp_sms_modal .kkoSend_wrap .txtWrap span {
	color: red;
} */

.prelp_sms_modal .kkoSend_wrap .txtWrap #kkoTempCont {
	color: red;
}

/* 검색조건 */
.sub_page .searchRqt_wrap {
	width: 100%;
	padding: 40px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}

.sub_page .searchRqt {
	border: 1px solid #192b80;
	border-left-width: 5px;
}

.sub_page .searchRqt .input_group {
	display: flex;
	align-items: center;
}

.sub_page .searchRqt>li {
	display: flex;
/* 	align-items: center; */
	width: 100%;
/* 	height: 120px; */
}

/* .sub_page .searchRqt p { */
/* 	display: flex; */
/* 	align-items: center; */
/* 	justify-content: center; */
/* 	width: 170px; */
/* 	height: 100%; */
/* 	font-weight: bold; */
/* 	font-size: 20px; */
/* 	background: #f6f8fc; */
/* 	border-right: 1px solid #192b80; */
/* } */
.searchRqt .searchRqt_title{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 170px;
/* 	height: 100%; */
	padding:20px 0;
	font-weight: bold;
	font-size: 20px;
	background: #f6f8fc;
	border-right: 1px solid #192b80;
}

/* .sub_page .searchRqt>li:not(:last-child) p { */
/* 	border-bottom: 1px solid #b7bed9; */
/* } */
.searchRqt>li:not(:last-child) .searchRqt_title{	
	border-bottom: 1px solid #b7bed9;
}

.sub_page .searchRqt .check_list {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	width: calc(100% - 170px);
/* 	height: 100%; */
	padding: 15px 35px;
}

.sub_page .searchRqt .check_list>li {
	align-items: center;
	position: relative;
	margin:5px 20px 5px 0;
	padding: 8px 20px;
	background: #dde0e2;
	border-radius: 100px;
}

/* 경고팝업 */
.ivu-modal-confirm {
	display: flex;
    flex-direction: column;
    align-items: center;
}
.ivu-modal-confirm-body {
	padding-left: 0 !important;
}
.ivu-modal-confirm-body > div {
	display: flex;
    align-items: center;
}
.ivu-modal-confirm-body .icon {
    width: 32px;
    height: 32px;
    background-image: url(/static/images/icon/no_contents_icon.png);
    background-repeat: no-repeat;
    display: block;
    margin-right: 10px;
    min-width: 32px;
}
.ivu-modal-confirm-footer {
	margin-bottom: 20px;
}
.ivu-modal .ivu-btn-text {		/* 팝업 삭제버튼 */
	background-color: #fff;
	border: 1px solid #ddd;
}
.ivu-modal .ivu-btn-text:hover {
	border: 1px solid #ddd;
}

/* 건축물 관리 */
.check_list.bldg_mgt_use, .check_list.const_mgt_use{
	background:none !important;
/* 	padding:0 !important; */
	width:40%;
}

.check_list.const_mgt_use > li:first-child{
	margin-left:35px;
}
.check_list.bldg_mgt_use > li, .check_list.const_mgt_use > li{
	background:none !important;
	width:30%;
	padding:15px 0 !important;
}
.check_list.const_mgt_use > li > input{
	width:100%;
}
.check_list.bldg_mgt_use > span{
	padding-right:15px;
}
.check_list.const_mgt_use > span{
	margin-right:17px; 
}

.check_list.bldg_mgt_use li input{
	width:100% !important;
}
.check_list .bldg_mgt_use span{
	margin-right:15px;
}
.check_list .acdnt_info_date{
	background:none !important;
}
.sub_page .searchRqt .check_list li.chk_list_input {
    background: none !important;
    padding:0;
   	width:100%;
   	margin:0;
/*     margin: 0 10px !important; */
}

.acdnt_popup .modal_wrap .safety_acdnt_list{
	border-bottom:2px solid #192b80;
}

.bldg_mgt_bottom_btn a .white_btn{
	width:150px !important;
}

@media(max-width:1823px){
	.sub_page .searchRqt .check_list li.chk_list_input{
		margin-top:10px;
	}
}
.chk_list_input span:first-child{
   	margin-right:20px;
}

.sub_page .searchRqt .check_list>li.active {
	color: #fff;
	background: #5479f7;
}

.const_mgt .searchRqt>li:first-child .check_list>li:nth-child(4) {
	padding: 0;
	background: transparent;
}

.sub_page .searchRqt>li:not(:last-child) > .check_list {
	border-bottom: 1px solid #dbdbdb !important;
}

.sub_page .searchRqt .input_group .wrapper {
/* 	margin: 0 15px; */
	margin-right:15px;
}
.sub_page .searchRqt .input_group .wrapper:last-child{
	margin:0 15px;	
}
.sub_page .searchRqt .input_group input {
	width: 100px;
	height: 35px;
	margin-right: 10px;
}

/* 추가 검색조건 */
.sub_page .search_add h3 {
	font-size: 17px;
	font-family: 'NotoSansKR-bold';
}

.sub_page .search_add .check_wrap>li {
	display: flex;
	align-items: center;
	padding: 17.5px 0;
	border-bottom: 1px solid #eaeaea;
}

.sub_page .search_add .check_wrap>li>h3 {
	width: 15%;
	min-width: 170px;
}

.sub_page .search_add .check_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.sub_page .search_add .check_list li {
	position: relative;
	display: flex;
}
/* .sub_page .search_add .check_list li:not(:last-child) { */
/*   margin-right: 40px; */
/* } */
.sub_page .search_add .check_wrap ul li:first-child {
	margin: 7.5px 0;
/* 	margin-left: 10px; */
}

.sub_page .search_add .check_list p {
	font-size: 15px;
	padding-left: 10px;
	margin-right: 20px;
}

.sub_page .search_add .check_list span {
	padding: 0 10px;
	display: flex;
	align-items: center;
}

.search_add .check_wrap>li:nth-child(5) p {
	padding: 0 26px;
	padding-top: 12px;
}

.search_add .check_wrap input, .search_add .check_wrap select {
	font-size: 15px;
}

/* .search_add .check_wrap>li:nth-child(5) select { */
/* 	width: 100px; */
/* 	height: 40px; */
/* } */

.search_add .check_wrap>li:last-child select {
	  width: 260px;
/* 	width: 10.4167vw; */
	height: 45px;
}

.search_add .check_wrap .datepicker, .search_add .check_wrap input[type="text"], .search_add .check_wrap select
	{
	width: 260px;
	height: 40px;
}

/* datepick 커스텀 */
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
	.ui-widget-header .ui-state-highlight {
	border: 1px solid #00ccb2 !important;
	background: #00ccb2 !important;
	color: #fff !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,
	a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
	{
	border: 1px solid #5479f7 !important;
	background: #5479f7 !important;
}

/* 추가 검색조건 버튼 */
.sub_page .search_add .addSearch_btn {
	width: 100%;
	height: 108px;
	cursor: pointer;
}

.sub_page .search_add .addSearch_btn img {
	margin-left: 30px;
	transition: transform .3s;
}

.sub_page .search_add .addSearch_btn img.active {
	transform: rotate(180deg);
}
/* 검색조건 선택버튼 (모바일) */
.sub_page .searchFilter_btn {
	display: none;
}
/* 검색조건 선택 (모바일) */
.searchFilter_m {
	display: none;
}
/* 검색 결정 */
.sub_page .search_decision {
	position: relative;
	padding: 0 50px;
	padding-top: 25px;
	padding-bottom:30px;
	background: #e8eaef;
}
.insider_page.sub_page .search_decision {
	padding-top: 30px;
}
.insider_page.sub_page .search_decision .decisionBtn {
	margin-top: 0;
}

.sub_page .hash_tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sub_page .aGroup_req_hash_tags > li{
	margin-bottom:30px;
}
.sub_page .hash_tags li {
	padding: 12px 58px 12px 15px;
	background-image: url(../images/icon/search_delete.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
	background-size:12px 12px;
}

.sub_page .hash_tags li:not(:last-child) {
	margin-right: 20px;
}
/* 조건검색 키워드 */
.sub_page .search_decision .keyword_wrap {
	width: 100%;
	font-size: 15px;
	margin-top: 26px;
	padding: 8px 27px;
	background: #fff;
	border: 1px solid #bbc5d8;
	border-radius: 3px;
}

.sub_page .search_decision .keyword_list {
	flex-wrap: wrap;
}

.sub_page .search_decision .keyword_list>li {
	display: flex;
	align-items: center;
	position: relative;
	margin: 15px 0;
}

.sub_page .search_decision .keyword_list>li a {
	padding-right: 15px;
}

.sub_page .search_decision .keyword_list>li:hover>.sBubble {
	display: block;
}

.sub_page .search_decision .keyword_list>li:not(:last-child) {
	margin-right: 20px;
	padding-right: 10px;
	border-right: 1px solid #bbc5d8;
}

.sub_page .search_decision .keyword_list .dltCls {
	padding: 0;
}

.sub_page .search_decision .keyword button.kEdit_btn {
	width: 92px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	background: #7f97be;
	border-radius: 3px;
}

/* 키워드 말풍선 */
.sub_page .search_decision .sBubble {
	display: none;
	position: absolute;
	bottom: 40px;
	left: -125px;
	width: 278px;
	font-size: 13px;
	padding: 16px 20px;
	background: #fffef5;
	border: 1px solid #2c3646;
	border-radius: 3px;
}

.sub_page .keyword_list li:first-child .sBubble {
	left: -110px;
}

.sBubble::after, .sBubble::before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.sBubble::after {
	border-color: rgba(255, 254, 245, 0);
	border-top-color: #fffef5;
	border-width: 12px;
	margin-left: -12px;
}

.sBubble::before {
	border-color: rgba(44, 54, 70, 0);
	border-top-color: #2c3646;
	border-width: 13px;
	margin-left: -13px;
}

.sub_page .search_decision .sBubble ul {
	display: flex;
	flex-wrap: wrap;
}

.sub_page .search_decision .sBubble li {
	display: block;
	padding-right: 10px;
	line-height: 1.3;
}

.sub_page .search_decision .sBubble li:not(:last-child) {
	margin-right: 10px;
	border-right: 1px solid #585e67;
}

.sub_page .search_decision .sBubble li:last-child {
/* 	padding-top: 5px; */
}

.sub_page .search_decision .sBubble li:hover .sBubble {
	display: flex;
	flex-wrap: wrap;
}

/* 키워드 저장 */
.sub_page .keyword_save {
	display: none;
	position: absolute;
	top: 50px;
	right: 200px;
	width: 357px;
	padding: 40px 30px;
	z-index: 888;
}

.sub_page .form_wrap .keyword_save li {
	display: flex;
	align-items: center;
	padding: 0;
	border: none;
}

.sub_page .keyword_save label {
	justify-content: start;
	font-size: 18px;
}

.sub_page .keyword_save input[type="text"] {
	width: 195px;
	height: 38px;
	font-size: 16px;
	color: #403f3f;
	background: #fff;
}

.sub_page .keyword_save label img {
	width: 17px;
	margin-right: 8px;
}

.sub_page .kSave_wrap .subModal_submit button {
	padding: 13px 30px;
}

/* 초기화 / 검색 / 저장 버튼 */
.sub_page .search_decision .decisionBtn {
	position: relative;
	margin-top: 20px;
}

.sub_page .search_decision .decisionBtn button {
	display: flex;
	align-items: center;
	justify-content: center;
}

.sub_page .search_decision .decisionBtn button img {
	margin-right: 10px;
}

.sub_page .search_decision .init_btn {
	width: 132px;
	height: 50px;
	margin-right: 15px;
	background: #fff;
	border: 1px solid #cfdaee;
	border-radius: 100px;
	color: #000;
}

.sub_page .search_decision .search_btn {
	width: 132px;
	height: 50px;
	color: #fff;
	background: #5479f7;
	border-radius: 100px;
}

.sub_page .search_decision .save_btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 5px;
	background: transparent;
	color: #000;
}

/* 검색 결과 */
.sub_page .search_result {
	margin-top: 40px;
}
.sub_page .search_result.const_status_first{
	margin-top:60px;
}

.sub_page .search_result .result_top {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}

.sub_page .result_container .total p {
	font-size: 22px;
	color: #585858;
/* 	margin-bottom: 15px; */
}

.sub_page .result_container .total strong {
	color: #5479f7;
}

.sub_page .search_result .viewItems_wrap {
	position: relative;
	margin-left: 20px;
}

.sub_page .search_result .viewItems_btn {
	width: 165px;
	height: 40px;
	font-size: 15px;
	background: #e2e6f0;
	border: 1px solid #ced3df;
	transition: back .2s;
}

.sub_page .search_result .viewItems_btn.active {
	background: #fff;
}

.sub_page .search_result .viewItems_btn img {
	margin-left: 17px;
}

.sub_page .search_result .view_items {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	padding: 15px 0 25px;
	background: #f4f6f9;
	border: 1px solid #192b80;
	border-top-width: 4px;
	z-index: 10;
}

.sub_page .search_result .view_items ul {
	display: block;
}

.sub_page .search_result .view_items li {
	display: flex;
	align-items: center;
	position: relative;
	width: 278px;
	padding: 12px 25px;
	border-bottom: 1px solid #e6e7e9;
}

.sub_page .search_result .view_items li label {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}

.sub_page .search_result .view_items li .checking {
	margin-right: 10px;
}

.sub_page .search_result .view_items button {
	width: 85px;
	height: 40px;
	font-size: 15px;
	color: #fff;
	margin: 0 auto;
	margin-top: 20px;
	background: #192b80;
	border-radius: 5px;
}

.sub_page .search_result .result_option button {
	font-size: 14px;
	padding: 10px 15px;
	background: #fff;
	border: 1px solid #c0c9cb;
	border-radius: 5px;
}
.sub_page .search_result .result_option button:hover{
	background: #dde0e2;
}

.sub_page .search_result .result_option button:not(:last-child) {
	margin-right: 8px;
}

.sub_page .search_result .result_option .cPlanFound_btn {
	/* 	color: #fff; */
	/* 	background: #5479f7; */
	/* 	border-color: #5479f7; */
	
}

.work_btn{
	display:none;
}
/* 검색결과 리스트 */
/* .sub_info .check_tab { */
/* 	margin-top: 35px;  */
/* } */

.sub_page .search_result .result_list {
	margin-top: 10px;
}
.sub_page .search_result .const_mgt_list{
/* 	padding-bottom:80px; */
}
.search_result_content{
/* 	overflow-x:scroll; */
	overflow-x: auto;
}

.sub_page .result_container .subject_wrap, .check_tab .result_container .subject_wrap
	{
	padding: 0 15px;
}

.sub_page .result_container .subject>li {
	padding: 15px 0;
}

.subject_wrap .subject .subjectmgt_name, .resultmgt_name {
	width: 200px;
}
.subject_wrap .subject .subjectmgt_updateDate, .resultmgt_updateDate{
	width: 150px;
}


/* 사고정보 표형식 */
.sub_page .result_container .subject>li.subject_acdntInfo_acdntNo, 		/* 번호 */
.result_item .resultmgt_acdntInfo_acdntNo {
	width: 13%;
}
.sub_page .result_container .subject>li.subject_acdntInfo_acdntOccrrncPlace,	/* 사고발생장소 */ 
.result_item .resultmgt_acdntInfo_acdntOccrrncPlace {
	width: 25%;
}
.sub_page .result_container .subject>li.subject_acdntInfo_acdntNm, 		/* 사고명 */
.result_item .resultmgt_acdntInfo_acdntNm {
	width: 20%;
}
.result_item .resultmgt_acdntInfo_acdntNm {
	text-align: left;
	padding-left: 15px;
}
.sub_page .result_container .subject>li.subject_acdntInfo_cntrwkKnd1, 	/* 공종 */
.result_item .resultmgt_acdntInfo_cntrwkKnd1 {
	width: 10%;
}

.sub_page .result_container .subject>li.subject_acdntInfo_acdntOccrrncDt, /* 사고일시 */
.result_item .resultmgt_acdntInfo_acdntOccrrncDt {
	width: 12%;
}
.sub_page .result_container .subject>li.subject_acdntInfo_proStatusCd, 	/* 상태 */
.result_item .resultmgt_acdntInfo_proStatusCd{
	width: 10%;
}
/* .sub_page .result_container .subject>li.subject_acdntInfo_createId, 	신고자 */
/* .result_item .resultmgt_acdntInfo_createId{ */
/* 	width: 18%; */
/* } */
.sub_page .result_container .subject>li.subject_acdntInfo_selfAcdntYn, 	/* 신고자 */
.result_item .resultmgt_acdntInfo_selfAcdntYn{
	width: 10%;
}

/* ?? */
.sub_page .result_container .subject>li.subject_acdntInfo_manageOrigin, .result_item .resultmgt_acdntInfo_manageOrigin {
	width: 10%;
}
.sub_page .result_container .result_wrap, .check_tab .result_container .result_wrap
	{
	padding: 15px;
}

/*페이지간격 추가수정*/
/* 
.subjectmgt_checkBox,
.resultmgt_checkBox {
  width: 7%;
}

.subjectmgt_facilNo,
.resultmgt_facilNo {
  width: 7%;
}

.subjectmgt_addrDetail,
.resultmgt_addrDetail {
  width: 30%;
}
.subjectmgt_name,
.resultmgt_name {
  width: 22%;
}
.subjectmgt_updateDate,
.resultmgt_updateDate {
  width: 8%;
}
.subjectmgt_facilOne,
.resultmgt_facilOne {
  width: 13%;
}
.subjectmgt_progstate,
.resultmgt_progstate {
  width: 13%;
}
 */
.sub_page .result_list .result>li, .check_tab .result_list .result>li {
	font-size: 14px;
	padding: 20px 0;
}

.sub_page .result_container .subject>li{
	font-size:16px;
	flex-shrink: 0;
}

@media (max-width:1350px){
	.sub_page .result_container .subject>li{
		font-size:14px;
	}
}


.result_container .subjectmgt_checkBox, /* 체크박스 */
.result_container .resultmgt_checkBox {
	width: 5%;
}

.result_container .subjectmgt_bildCl, 
.result_container .resultmgt_bildCl {
	width: 110px;
}

.result_container .subjectmgt_cnstrstType, .result_container .resultmgt_cnstrstType
	{
	width: 5%;
}

.result_container .subjectmgt_mgmCode, .result_container .resultmgt_mgmCode
	{
	width: 17%;
}

.result_container .subjectmgt_cnstrstNo, .result_container .resultmgt_cnstrstNo
	{
	width: 13%;
}

.result_container .subjectmgt_addrDetail, .result_container .resultmgt_addrDetail
	{
		width: 25%;
/* 	width: 430px; */
}
.subjectmgt_bldArea, .resultmgt_bldArea{
	width: 115px;
}
.subjectmgt_bldTotArea, .resultmgt_bldTotArea{
	width: 140px;
}
.subjectmgt_facilType, .resultmgt_facilType{
	width: 120px;
}
.subjectmgt_fcltsUsePermitDate, .resultmgt_fcltsUsePermitDate{
	width: 150px;
}
.subjectmgt_lastChk, .resultmgt_lastChk{
	width: 150px;
}

.result_container .subjectmgt_totarea, .result_container .resultmgt_totarea
	{
	width: 9%;
}

.result_container .subjectmgt_stcnsSchedDay, .result_container .resultmgt_stcnsSchedDay
	{
	width: 8%;
}

.result_container .subjectmgt_stcnsDay, .result_container .resultmgt_stcnsDay
	{
	width: 8%;
}

.result_container .subjectmgt_prgsRt, .result_container .resultmgt_prgsRt
	{
	width: 13%;
}

.result_container .subjectmgt_prgsCd, .result_container .resultmgt_prgsCd
	{
	width: 7%;
}

.result_container .subjectmgt_chckKndCd, .result_container .resultmgt_chckKndCd
	{
	width: 13%;
}

.result_container .subjectmgt_lstLoginTime, .result_container .resultmgt_lstLoginTime
	{
	width: 16%;
}


.sub_page .result_container .result_bottom, .check_tab .result_container .result_bottom
	{
	position: relative;
	margin-top: calc(32px + ( 32px/ 2));
}


/* 공사장 관리 표형식 */
.const_mgt_list .subjectmgt_checkBox,	/*체크박스*/
.const_mgt_list .resultmgt_checkBox {
	width: 50px;
}
.const_mgt_list .subjectmgt_prgsRt,		/*공정율*/
.const_mgt_list .resultmgt_prgsRt {
	width: 100px;
}
.const_mgt_list .subjectmgt_addrDetail,	/*상세주소*/
.const_mgt_list .resultmgt_addrDetail {
    width: 300px;
}
.const_mgt_list .subjectmgt_prgsCd,		/*진행공정*/
.const_mgt_list .resultmgt_prgsCd {
	    width: 100px;
}
.const_mgt_list .subjectmgt_mgmCode,	/*관리코드*/
.const_mgt_list .resultmgt_mgmCode {
	width: 250px;
}
.const_mgt_list .subjectmgt_totarea,	/*연면적*/
.const_mgt_list .resultmgt_totarea {
	width: 120px;
}
.const_mgt_list .subjectmgt_stcnsSchedDay,	/*착공예정일*/
.const_mgt_list .resultmgt_stcnsSchedDay {
	width: 120px;
}
.const_mgt_list .subjectmgt_stcnsDay,	/*착공일*/
.const_mgt_list .resultmgt_stcnsDay {
	width: 120px;
}
.const_mgt_list .subjectmgt_lstLoginTime, /*최근로그인시간*/
.const_mgt_list .resultmgt_lstLoginTime {
	width: 180px;
}
.const_mgt_list .subjectmgt_platArea,		/*대지면적*/
.const_mgt_list .resultmgt_platArea {
    width: 100px;
}
.const_mgt_list .subjectmgt_archArea,		/*건축면적*/
.const_mgt_list .resultmgt_archArea {
    width: 100px;
}
.const_mgt_list .subjectmgt_mainPurpsCd,		/*주용도*/
.const_mgt_list .resultmgt_mainPurpsCd {
    width: 100px;
}
.const_mgt_list .subjectmgt_bldNm,		/*건물명*/
.const_mgt_list .resultmgt_bldNm {
    width: 280px;
}
.const_mgt_list .resultmgt_addrDetail,	/*상세주소, 건물명*/
.const_mgt_list .resultmgt_bldNm {
	text-align: left;
    padding-left: 10px;
}

/* 스크롤 표형식 리스트 */
.search_result_content .result_list {
	width: max-content;
    min-width: 100%;
}

/* 건축물 관리 표형식 */
.bldg_mgt_container .subjectmgt_checkBox, 	/*체크박스*/
.bldg_mgt_container .resultmgt_checkBox {
    width: 50px;
}
.bldg_mgt_container .subjectmgt_addrDetail,	/*상세주소*/
.bldg_mgt_container .resultmgt_addrDetail {	
    width: 300px;
}
.bldg_mgt_container .resultmgt_addrDetail {
	text-align: left;
    padding-left: 10px;
}
.bldg_mgt_container .subjectmgt_bildCl,			/*건축물 분류*/
.bldg_mgt_container .resultmgt_bildCl {
    width: 200px;
}
.bldg_mgt_container .subject .subjectmgt_name,	/*이름*/
.bldg_mgt_container .resultmgt_name {
    width: 250px;
}
.bldg_mgt_container .subject .subjectmgt_updateDate, /*업데이트날짜*/
.bldg_mgt_container .resultmgt_updateDate {
    width: 200px;
}
.bldg_mgt_container .subjectmgt_fcltsSize,		/*규모*/
.bldg_mgt_container .resultmgt_fcltsSize {
    width: 70px;
}
.bldg_mgt_container .subjectmgt_bldArea,		/*건축면적*/
.bldg_mgt_container .resultmgt_bldArea {
    width: 120px;
}
.bldg_mgt_container .subjectmgt_bldTotArea,		/*건축연면적*/
.bldg_mgt_container .resultmgt_bldTotArea {
    width: 120px;
}
.bldg_mgt_container .subjectmgt_facilType,		/*시설물유형*/
.bldg_mgt_container .resultmgt_facilType {
    width: 130px;
}
.bldg_mgt_container .subjectmgt_fcltsUsePermitDate, /*사용승인일*/
.bldg_mgt_container .resultmgt_fcltsUsePermitDate {
    width: 150px;
}
.bldg_mgt_container .subjectmgt_lastChk,		/*마지막점검일*/
.bldg_mgt_container .resultmgt_lastChk {
    width: 150px;
}
.bldg_mgt_container .subjectmgt_fcltsPurpose,	/*용도*/
.bldg_mgt_container .resultmgt_fcltsPurpose {
    width: 150px;
}
.bldg_mgt_container .subjectmgt_fcltsStructure,	/*구조*/
.bldg_mgt_container .resultmgt_fcltsStructure {
    width: 150px;
}
.bldg_mgt_container .subjectmgt_chkGrade,		/*마지막 등급*/
.bldg_mgt_container .resultmgt_chkGrade {
    width: 150px;
}


/*카테고리 버튼 수정추가*/
#buttonDiv button.kEdit_btn {
	width: 92px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	background: #7f97be;
	border-radius: 3px;
}

.sub_page .result_container .result_btn {
	display: flex;
	align-items: center;
	position: absolute;
	right: 0;
/* 	margin-top:30px; */
}
.sub_page .result_container .result_btn.bottom_sms_btn{
	margin-top:30px;
	padding:0 !important;
	width:100% !important;
}
.sub_page .result_container .result_btn.bottom_sms_btn button{
    font-size: 14px;
    padding: 10px 15px;
    background: #fff;
    border: 1px solid #c0c9cb;
    border-radius: 5px;
    margin-left:auto !important;
}

.sub_page .result_container .result_btn button {
	width: 87px;
	height: 40px;
	border-radius: 2px;
}

.sub_page .result_container .result_bottom .Safety_btn {
    width: auto;
    padding: 10px 15px;
}

/* 카피라이트 */
.copyright {
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 33px;
	line-height: 1.3;
}

/* 문의사항 */
.copyrightQ {
  font-size: 14px;
  color: #5a5a5a;
  margin-top: 5px;
}

/* 공사장 점검 계획 수립 */
.constPlan_found .modal_wrap {
	width: 820px;
}

.constPlan_found .form_wrap {
	margin-top: 40px;
}

.constPlan_found .form_wrap form>ul>li {
	height: 80px;
}

.constPlan_found .form_wrap form>ul>li.stretch {
	height: auto;
}

.constPlan_found .form_wrap .full input[type="text"] {
	width: 100%;
}

.constPlan_found .form_wrap .datepicker {
	width: 200px;
}

.constPlan_found .form_wrap span {
	padding: 0 10px;
}

/* 점검 계획 수립 탭메뉴  */
.const_plan_tab{
	width:100% !important;
}
.const_plan_tab > div{
	background: #edeff2;
    width: 33.3333%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6e6e6e;
    border-bottom:2px solid #5479f7;
    font-size:20px;
    font-family: 'NotoSansKR-Bold';
}

.const_plan_tab > div.active{
    border-bottom: none;
    border-top: 2px solid #5479f7;
    border-left: 2px solid #5479f7;
    border-right: 2px solid #5479f7;
    background:#fff;
}
.const_plan_tab > div:nth-child(2) {
    border-left: none;
    border-right: none;
}




/* .constPlan_found .form_wrap .datepicker:first-child { */
/* 	margin-right: 12px; */
/* } */
/* .constPlan_found .form_wrap .datepicker:last-child { */
/* 	margin-left: 12px; */
/* } */
.constPlan_found .form_wrap form > ul > li:nth-child(4){
	border-bottom:none;
/* 	padding:15px 25px; */
	padding:0;
	margin-top:20px;
	margin-bottom:20px;
}
.constPlan_found .check_list>li:not(:last-child) {
	margin-right: 20px;
}

.constPlan_found .check_list>li .checking {
	margin-right: 8px;
}

.constPlan_found .form_wrap select {
	width: 100%;
}

.constPlan_found .form_wrap .half select {
	width: calc(50% - 6px);
}

.constPlan_found .form_wrap .half select:first-child {
	margin-right: 12px;
}

.constPlan_found .form_wrap textarea {
	width: 100%;
	height: 200px;
}

.constPlan_found .form_wrap .form_box {
	align-items: end;
}

.constPlan_found .form_wrap .form_box input[type="text"] {
	height: auto;
}


.constPlan_found .form_wrap .plnField li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7;
}
.constPlan_found .form_wrap .plnField li{
	display: flex;
    align-items: center;
    padding: 20px 25px;	
}
.constPlan_found .form_wrap .plnField li p{
    width: 175px;
    font-weight: bold;
    font-size: 18px;
    color: #212121;
}
.constPlan_found .form_wrap .plnField li:nth-child(1) .half{
	width:40%;
}
.constPlan_found .form_wrap .plnField li:nth-child(1) .half select{
	width:100%;
	height:45px;
}
.constPlan_found .form_wrap .plnField li:nth-child(1) .half:last-child select{
	margin-right:0;
}
.constPlan_found .form_wrap .plnField li .full{
	width:80%;
}
.constPlan_found .form_wrap .plnField li input, .plnField li select{
	width:100%; 
	height:45px;
}

/* 담당업무 설정 */
.responsibility .modal_wrap {
	width: 820px;
}

.responsibility .tab_wrap {
	padding-top: 2.0833vw;
}

.responsibility .tab_index {
	font-size: 1.0417vw;
}

.responsibility .tab_index li {
	width: 50%;
	text-align: center;
	padding: 1.0417vw 0;
	border: 1px solid #6e6e6e;
}

.responsibility .tab_index li:first-child {
	margin-right: 5px;
}

.responsibility .tab_index li.active {
	color: #fff;
	background: #192b80;
}

.responsibility .tab_content {
	display: none;
	/*   margin-top: 2.8646vw; */
	padding: 0 0.8333vw;
}

.responsibility .tab_content.active {
	display: block;
}

.responsibility .tab_content form li:not(:last-child) {
	display: flex;
	align-items: center;
	padding: 0.9375vw 0;
	padding-left: 1.3021vw;
	border: 1px solid #cccfd8;
}

.responsibility .tab_content form li:last-child {
	height: 50px;
	margin-top: 0.9375vw;
}

.responsibility .tab_content form span {
	width: 20%;
	font-size: 16px;
}

.responsibility .tab_content form .select_wrap {
	display: flex;
	align-items: center;
	width: 80%;
	font-size: 0.8333vw;
}

.responsibility .tab_content form li select {
	width: 10.4167vw;
	height: 45px;
	margin-right: 0.4167vw;
	font-size:14px;
}

.responsibility .add_btn {
	height: 45px;
	padding: 0 1.0417vw;
}

.responsibility .tab_content form li .guide_ment {
	font-size: 14px;
}

.responsibility .tab_content form li .guide_ment sub {
	width: 0.6771vw;
	height: 0.6771vw;
	box-sizing: border-box;
	margin-right: 0.3125vw;
}

.responsibility .hash_tags {
	padding: 1.0417vw 1.3021vw;
	background: #e8eaef;
}

.responsibility .hash_tags li {
	font-size: 13px;
	padding: 0.625vw 3.0208vw 0.625vw 0.7813vw;
	background-image: url(../images/icon/search_delete.png);
	background-repeat: no-repeat;
	background-position: center right 15px;
}

.responsibility .hash_tags li img {
	width: 0.8333vw;
	margin-left: 1.3021vw;
}

/* 그룹관리 */
.group_mgt .modal_wrap {
	width: 1000px;
}

.group_mgt .form_wrap {
	border: none;
}

.group_mgt .group_add {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 40px;
	padding: 18px 25px;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.group_mgt .group_add p {
	width: 20%;
	font-size: 18px;
}

.group_mgt .group_add .input_wrap {
	width: 80%;
}

.group_mgt .group_add input {
	width: 82%;
}

.group_mgt .group_add button {
	width: 18%;
}

.group_mgt .group_add input, .group_mgt .group_add button {
	height: 50px;
}

.group_mgt .group_add button {
	margin-left: 10px;
	padding: 0 20px;
}

.group_mgt .group_list {
	margin-top: 30px;
	padding: 30px;
	background: #f9fafb;
	border: 1px solid #d7d7d7;
}

.group_mgt .subject>li:nth-child(1), .group_mgt .result_item>li:nth-child(1)
	{
	width: 10%;
}

.group_mgt .subject>li:nth-child(2), .group_mgt .result_item>li:nth-child(2)
	{
	width: 10%;
}

.group_mgt .subject>li:nth-child(3), .group_mgt .result_item>li:nth-child(3)
	{
	width: 60%;
}

.group_mgt .subject>li:nth-child(4), .group_mgt .result_item>li:nth-child(4)
	{
	width: 20%;
}

.group_mgt .result_item li label {
	width: 10%;
}

.group_mgt .result_bottom {
	margin-top: 20px;
}

.group_mgt .result_bottom button {
	height: 40px;
	padding: 0 15px;
}

.group_mgt .dimgray_btn {
	margin-right: 10px;
}

.group_mgt .pagination {
	margin: 45px 0;
}

/* 삭제 경고팝업 (그룹관리) */
.delete_pop {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 360px;
	padding: 30px;
}

.delete_pop p {
	line-height: 24px;
	text-align: center;
	padding-bottom: 25px;
}

.delete_pop .subModal_submit {
	padding-top: 28px;
	border-top: 1px solid #192b80;
}

.delete_pop button {
	width: 86px;
	height: 40px;
}

/* 공사장 정보보기 */
.sub_info .title_wrap::after {
	width: 84%;
}
.const_info_mobile{
	display:none;
}
/* 	공사관계자 표형식 */
.const_info_container .const_info_result_menu .constInsider_list{
	margin-bottom:60px;
}
.const_info_result_list .subject_wrap ul li:nth-child(1), 
.const_info_result_wrap .result li .result_item li:nth-child(1){
	width: 5%;
}
.const_info_result_list .subject_wrap ul li:nth-child(2), 
.const_info_result_wrap .result li .result_item li:nth-child(2){
	width: 13%;
}
.const_info_result_list .subject_wrap ul li:nth-child(3), 
.const_info_result_wrap .result li .result_item li:nth-child(3){
	width: 12%;
}
.const_info_result_list .subject_wrap ul li:nth-child(4), 
.const_info_result_wrap .result li .result_item li:nth-child(4){
	width: 20%;
}
.const_info_result_list .subject_wrap ul li:nth-child(5), 
.const_info_result_wrap .result li .result_item li:nth-child(5){
	width: 15%;
}
.const_info_result_wrap .result li .result_item li:nth-child(5) {
	justify-content: space-around;
}
.const_info_result_list .subject_wrap ul li:nth-child(6), 
.const_info_result_wrap .result li .result_item li:nth-child(6){
	width: 15%;
/* 	display: block; */
}
.const_info_result_list .subject_wrap ul li:nth-child(7), 
.const_info_result_wrap .result li .result_item li:nth-child(7){
	width: 10%;
}
.const_info_result_list .subject_wrap ul li:nth-child(8), 
.const_info_result_wrap .result li .result_item li:nth-child(8){
	width: 10%;
}
.const_info_result_wrap .result li .result_item li{
	margin-right:0 !important;
}

/* 공사장 정보보기 > 현황사진 */
.statusImg {
	margin-top: 40px;
}
.statusImg .title {
	font-size: 21px;
    font-weight: bold;
    color: #28344c;
    margin-bottom: 15px;
}
.statusImg .imgList_box {
	background: rgb(232 238 248 / 50%);
    border-top: 1px solid;
}
/* 슬라이드 */
.statusImg .file_wrap {
	padding: 25px 30px;
}
.statusImg .slideBtn {
	display: block;
/*     width: 6%; */
	width: 23px;
	min-width: 23px;
    padding: 12px 0;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.statusImg .prevBtn {
	background-image: url(../images/icon/status_pre_btn.png);
}
.statusImg .nextBtn {
	background-image: url(../images/icon/status_next_btn.png);
}
.statusImg .lSSlideOuter {
/* 	width: 88%; */
	margin: 0 30px;
	
	width: 100%;
}
.statusImg .status_slider li {
	height: 150px;
    overflow: hidden;
    border: 1px solid #c0c8db;
    cursor: pointer;
    transition: all 0.15s;
}
.statusImg .status_slider li:last-child{
	margin-right: 0 !important;
}
.statusImg .status_slider li img {
	width: 100%;
}
.statusImg .lSSlideOuter .lSPager.lSpg {
	margin-top: 0 !important;
}
.statusImg .lSSlideOuter .lSPager.lSpg>li {
	margin-top: 15px;
}
.statusImg .emptyMsg .wrapper {
	height: auto;
    padding: 35px 0;
}
/* 현황사진 보기 모달 */
.statusImg_modal .modal_sub,
.insider .statusImg_modal .modal_sub {
	top: 15%;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    
    width: 800px;
    padding: 0;
}
.statusImg_modal .modal_sub:before, .statusImg_modal .modal_sub:after {
    display: none;
}
.statusImg_modal .modal_sub img {
    width: 100%;
}


.fileUpload_wrap {
	width: 100%;
}
.fileUploadForm{
	display:flex;
	width:100%;
	flex-direction: column-reverse;
}
.fileUploadForm .file_underline{
    border: none;
    border-bottom: 1px solid;
    background: none;
    width: 100%;
}
.fileUploadForm .file_underline ul {
	padding: 5px;
}
.fileUploadForm .ivu-upload-list-file {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px;
}
.fileUploadForm .ivu-upload-list-file > span {
	color: #2d8cf0;
	display: flex;
    align-items: center;
}
.fileUploadForm .ellipsis {
	color: #515a6e;
}
.fileUploadForm .ivu-upload{
/* 	margin-left:10px; */
	width: 100%;
	display: inline-block;
	margin-left: auto;
}
.fileUploadForm .ivu-upload-list {
	padding: 0;
	margin-top: 0;
}
.ivu-upload-list-remove {
	font-style: normal;
/* 	padding-top: 4px; */
}



/* 공사장 진행사항 수정 */
.constProgress {
	display: none;
}

.constProgress .modal_wrap {
	width: 60vw;
}

.cProgress_tab .tab_index {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 4.9479vw 4.1667vw 2.6042vw;
}

.cProgress_tab .tab_index a {
	display: flex;
	width: 19.4271vw;
	height: 14.8438vw;
	overflow: hidden;
	padding: 0;
	border-radius: 15px;
	transition: all .3s;
}

.cProgress_tab .tab_index a .wrapper {
	flex-direction: column;
	position: relative;
	width: 100%;
	height: 100%;
	transition: background .3s;
}

.cProgress_tab .tab_index a .icon {
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all .3s;
}

.cProgress_tab .tab_index a span {
	position: absolute;
	bottom: 50%;
	left: 50%;
	transform: translate(-50%, 50%);
	font-weight: bold;
	font-size: 2.5vw;
	color: #fff;
	transition: all .3s;
}

.cProgress_tab .tab_index a:first-child {
	background-image: url(../../static/images/cProgress0.jpg);
}

.cProgress_tab .tab_index a:first-child .icon {
	width: 4.1146vw;
	height: 2.6042vw;
	background-image: url(../../static/images/icon/cProgress0_icon.png);
}

.cProgress_tab .tab_index a:last-child {
	background-image: url(../../static/images/cProgress1.jpg);
}

.cProgress_tab .tab_index a:last-child .icon {
	width: 3.2292vw;
	height: 3.2813vw;
	background-image: url(../../static/images/icon/cProgress1_icon.png);
}

.cProgress_tab .tab_index a:hover {
	opacity: 1;
	transform: translateY(-3px);
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

.cProgress_tab .tab_index a:hover .wrapper {
	background-color: #192b80;
}

.cProgress_tab .tab_index a:hover .icon {
	transform: translate(-50%, -120%);
	opacity: 1;
}

.cProgress_tab .tab_index a:hover span {
	transform: translate(-50%, 120%);
}

.cProgress_list {
	display: none;
	margin-top: 2.0833vw;
	border-top: 1px solid #192b80;
}

.cProgress_list .check_wrap {
	display: flex;
	flex-wrap: wrap;
}

.cProgress_list .check_wrap>li {
	display: flex;
	align-items: center;
	width: 50%;
	border-bottom: 1px solid #d7d7d7;
}

.cProgress_list .check_wrap>li>span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 32%;
	height: 100%;
	font-family: 'NotoSansKR-Bold';
	font-size: 0.8333vw;
	padding-left: 0.7813vw;
	background: #f5f6fa;
}

.cProgress_list .check_wrap>li>span>strong {
	line-height: 2;
	font-family: 'NotoSansKR-Regular';
}

.cProgress_list .check_wrap>li>p, .cProgress_list .form_box,
	.cProgress_list .check_list, .cProgress_list .cProgressState_list {
	width: 68% !important;
	font-size: 0.7813vw;
	padding: 1.1979vw 0.7813vw;
}

.cProgress_list .check_wrap>li:nth-child(5), .cProgress_list .check_wrap>li:nth-child(6)
	{
	width: 100%;
}

.cProgress_list .check_wrap>li:nth-child(5)>span, .cProgress_list .check_wrap>li:nth-child(6)>span
	{
	width: 16%;
}

.cProgress_list .check_wrap>li:nth-child(5)>ul, .cProgress_list .check_wrap>li:nth-child(6)>ul
	{
	width: 84%;
}

.cProgress_list .check_list {
	display: flex;
	flex-wrap: wrap;
}

.cProgress_list .check_list li {
	display: flex;
	align-items: center;
	position: relative;
	margin-top: 7px;
	margin-bottom: 7px;
	margin-right: 1.0417vw;
}

.cProgress_list li:nth-child(5) .check_list input[type="text"] {
	/* 	width: auto; */
	width: 335px;
	font-size: 0.6771vw;
	margin-left: 10px;
	z-index: 110;
}

.cProgress_list strong sup {
	padding-right: 3px;
}

.cProgress_list .check_list .checking {
	width: 1.0417vw;
	height: 1.0417vw;
	margin-right: 0.5208vw;
}

.form_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.cProgress_list .check_wrap li:nth-child(8) input {
	margin: 0 10px;
}

.cProgress_list .form_box strong {
	width: 100%;
	font-size: 0.6771vw;
	color: #757575;
	margin-top: 10px;
}

.cProgress_list .form_box strong sup {
	vertical-align: top;
}

.cProgress_list .add_btn {
	width: 20%;
	height: 40px;
	border-radius: 3px;
}

.cProgress_list input[type="text"], .cProgress_list select {
	width: 100%;
	height: 2.0833vw;
}

.cProgress_list .equipment .form_box {
	display: block;
}

.cProgress_list .equipment .form_box .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.cProgress_list .equip_select {
	width: calc(100% - 10px);
	margin-right: 10px;
}

.cProgress_list .equip_list {
	margin-top: 15px;
}

.cProgress_list .equip_list li {
	padding: 15px;
	border-bottom: 1px solid #000;
}

.cProgress_list .datepicker {
	background-size: 20px;
}

input[type="file"] {
	display: none;
}

.cProgress_list .check_wrap li:nth-child(21) .check_list li,
	.cProgress_list .check_wrap li:last-child .check_list li {
	justify-content: space-between;
	width: 100%;
}

.upload_name {
	width: 70% !important;
	font-size: 15px;
	margin-right: 10px;
	padding: 0 10px;
	background: transparent;
	border: none;
	border-bottom: 1px solid #000;
}

.file_btn {
	width: 30%;
	height: 32px;
	font-size: 0.6771vw;
}
/* 진행공정 서브 모달 */
.cProgress_tab .modal_sub {
	top: 50%;
	left: 50%;
	padding: 2.6042vw 1.5625vw;
}

.cProgress_tab .modal_sub .check_list {
	width: 100% !important;
	padding: 1.0417vw 1.3021vw;
	background: #f9fafb;
	border: 1px solid #d7d7d7;
}

.cProgress_tab .modal_sub .check_info {
	margin-top: 1.0417vw;
	padding: 0 1.3021vw;
	background: #fff;
	/* 	border-top: 4px solid #192b80; */
}

.cProgress_tab .modal_sub .check_info li {
	display: none;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
}

.cProgress_tab .modal_sub .check_info li:not(:last-child) {
	border-bottom: 1px solid #eceded;
}

.cProgress_tab .modal_sub .check_info li p {
	width: 65px;
}

.cProgress_tab .modal_sub .check_info li>.wrapper {
	justify-content: space-between;
	width: calc(100% - 65px);
}

.cProgress_tab .modal_sub .check_info input {
	width: 100%;
	height: 40px;
}

.cProgress_tab .modal_sub .check_info .datepicker {
	width: calc(50% - 10px);
}

.cProgress_tab .modal_sub .check_info .datepicker:first-child {
	margin-right: 10px;
}

.cProgress_tab .modal_sub .check_info .datepicker:last-child {
	margin-left: 10px;
}

/* 진행공정 서브 모달 저장 후 리스트 */
.cProgress_list .cProgressState_list {
	display: none;
}

.cProgress_list .cProgressState_list li {
	display: flex;
	justify-content: space-between;
}

.cProgress_list .cProgressState_list li .wrapper {
	justify-content: space-between;
	width: calc(100% - 50px);
	border-bottom: 1px solid #000;
}

.cProgress_list .cProgressState_list li .wrapper p {
	width: 46px;
	border-right: 1px solid #cccfd8;
}

.cProgress_list .cProgressState_list li .wrapper input {
	color: #757575;
	background: transparent;
	border: none;
}

.cProgress_list .cProgressState_list li button {
	display: none;
	width: 40px;
	height: 40px;
	background: #2c3646;
	border-radius: 3px;
}

.cProgress_list .cProgressState_list li:last-child button {
	display: flex;
}
/* 장비보유현황 서브 모달 */
.cProgress_sub2 .wrapper {
	align-items: start;
}

.cProgress_sub2 .wrapper p {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-right: 20px;
}

.cProgress_sub2 .wrapper p img {
	width: 17px;
	margin-right: 8px;
}

.cProgress_sub2 .wrapper #equipNm {
	width: 250px;
	height: 120px;
}

/* 점검 결과 등록 */
.constResult .modal_wrap {
	/*   width: 49.2708vw; */
	width: 946px;
}

.constResult .form_wrap {
	border: none;
}

.cResult_top {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 50px;
}

.cResult_top ul {
	width: 100%;
	border: 1px solid #d7d7d7;
}

.cResult_top li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-right: 10px;
}

.cResult_top li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.cResult_top h3 {
	width: 150px;
	height:45px;
	font-weight: bold;
	font-size: 18px;
	justify-content:center;
/* 	padding: 25px; */
	margin-right:20px;
	background: #f5f6fa;
}

.cResult_top .wrapper {
	width: calc(100% - 160px);
}

.cResult_top .wrapper {
	justify-content: space-between;
}

.constResult_enroll .cResult_top select, .constResult_enroll .cResult_top input
	{
	height: 45px;
}

.constResult_enroll .cResult_top select {
	width: 100%;
}

.constResult_enroll .cResult_top input {
	width: 250px;
}

.constResult .check_field {
	margin-top: 50px;
}

.constResult .check_field select, .constResult button.add, .constResult button.del
	{
	height: 40px;
}

.constResult_enroll .check_field span {
	font-size: 14px;
	color: #5479f7;
	margin-left: 8px;
}

.constResult button.add, .constResult button.del {
	width: 6.25vw;
	font-size: 0.7813vw;
	color: #fff;
	border-radius: 2px;
}

.constResult button.add img, .constResult button.del img {
	width: 1.0417vw;
	margin-right: 0.5208vw;
}

.cResult_menu>li>button {
	padding-left:0;
	padding-right:0;
	align-items: center;
	justify-content: start;
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #ced5e7;
	padding-bottom: 20px;
	font-size: 18px;
	font-size: 24px;
	font-weight: bold;
	font-family: 'NanumSquareEB';
	background: #fff;
	transition: all .3s;
	color: #000;
}

.cResult_menu>li>button .icon:first-child {
	width: 7px;
	height: 21px;
	margin-right: 10px;
	background-image: url(../../static/images/icon/rectangle_blue.png);
	transition: all 0.3s;
}

.cResult_menu>li>button .icon:last-child {
	width: 25px;
	height: 14px;
	background-image: url(/static/images/icon/search_add_blue.png);
	margin-left: auto;
	transition: all 0.3s;
}
/* .cResult_menu > li > button.active { */
/* 	color: #fff; */
/* } */
.cResult_menu>li>button.active .icon:first-child {
	background-image: url(/static/images/icon/rectangle_blue.png);
}

.cResult_menu>li>button.active .icon:last-child {
	transform: rotate(180deg);
	background-image: url(/static/images/icon/search_add_blue.png);
}

.cResult_menu>li>button+* {
	display: none;
}

.cResult_menu>li>button+.result_container, .cResult_menu>li>button+.tab_wrap
	{
	margin-top: 50px;
}

.cResult_menu>li:first-child {
	margin-top: 40px;
/* 	margin-top: 0; */
}
.cInfoList_btn+.cResult_menu>li:first-child {
/* 	margin-top: 40px; */
	margin-top: 0;
}

.cResult_menu>li {
	margin-top: 20px;
}

.constResult .result_container {
	display: none;
	padding: 0 1.3021vw;
}

.constResult .result>li:hover {
	cursor: default;
}

.constResult .result_item>li:first-child input {
	width: 100%;
	padding: 0;
	background: transparent;
	border: none;
}

.cResult_menu form {
	display: none;
}

.cResult_menu .subject_wrap, .cResult_menu .result_wrap {
	padding: 0 !important;
}

.constResult .result_list {
	margin-top: 1.3021vw;
}

.constResult .subject>li:first-child, .constResult .result_item>li:first-child
	{
	width: 35%;
	line-height: 1.0417vw;
	font-size: 0.7813vw;
	padding: 0 1.0417vw;
}

.constResult .result_item {
	background: #f8f8f8
}

.constResult .result_item ul {
	display: flex;
	background: #fff;
}

.constResult .subject>li:last-child, .constResult .result_item>li:last-child
	{
	width: 65%;
	border-left: 1px solid #d7d7d7;
}

.constResult .subject ul {
	margin-top: 0.625vw;
	background: #f7f9fb;
	border-top: 1px solid #d7d7d7;
}

.constResult .result_container .subject>li {
	padding: 0;
}

.constResult .subject>li:last-child {
	padding-top: 0.625vw;
}

.constResult .subject ul li, .constResult .result_item ul li {
	padding: 0.7292vw 0;
}

.constResult .result_item ul li {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.constResult .subject ul li:not(:last-child), .constResult .result_item ul li:not(:last-child)
	{
	border-right: 1px solid #d7d7d7;
}

.constResult .subject ul>li:nth-child(1), .constResult .subject ul>li:nth-child(2),
	.constResult .subject ul>li:nth-child(3), .constResult .result_item ul li:nth-child(1),
	.constResult .result_item ul li:nth-child(2), .constResult .result_item ul li:nth-child(3)
	{
	width: 12%;
}

.constResult .subject ul>li:nth-child(4), .constResult .result_item ul li:nth-child(4)
	{
	width: 64%;
}

.constResult .result_item ul li:nth-child(4) {
	flex-direction: column;
	padding: 10px;
}

.constResult .result_item ul li:nth-child(4) textarea {
	width: 100%;
}

.constResult .result_item ul li:nth-child(4) .attachment {
	display: none;
	width: 100%;
	margin-top: 20px;
}

.constResult .result_item ul li:nth-child(4) .attachment.active {
	display: flex;
}

.constResult .result_item .delete_btn {
	padding: 5px 8px;
}

.constResult .subject>li:first-child {
	font-size: 0.8333vw;
}

.constResult .subject ul, .constResult .result_item ul {
	font-size: 0.6771vw;
}

.constResult .result_list .result>li, .constResult .result_list .result>li
	{
	padding: 0;
}

.constResult_enroll .checking {
	width: 0.9375vw !important;
	height: 0.9375vw !important;
}

.constResult_enroll .result_item .file_btn {
	position: static;
	width: 4.0625vw;
	height: 1.5625vw;
	color: #000;
}

.constResult .result_list+.wrapper {
	justify-content: end;
	margin-top: 0.5208vw;
}

.constResult .listAdd_btn {
	background: #72777e;
	border: 1px solid #3d3f43;
}

.constResult .listDel_btn {
	background: #ef4343;
	border: 1px solid #ae0909;
	margin-left: 8px;
}
/* 지적사항 */
.constResult .point_out {
	margin-top: 50px;
}

.constResult .point_out .pointOut_list {
	margin-top: 18px;
	border-top: 3px solid #192b80;
}

.constResult .point_out .pointOut_list>li {
	border-bottom: 1px solid #d7d7d7;
}

.constResult .point_out .list_title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25px 30px;
	background: #f5f6fa;
}

.constResult .point_out .check_list li {
	margin-right: 20px;
}

.constResult .point_out .check_list .checking {
	margin-right: 8px;
}

.constResult .point_out .check_list p.impossible {
	color: #ee5c50;
}

.constResult .point_out .list_show {
	display: block;
}

.constResult .point_out .tab_content {
	display: none;
	align-items: start;
	color: inherit;
	padding: 25px 30px;
	border-top: 1px solid #d7d7d7;
}

.constResult .point_out .tab_content.active {
	display: flex;
}

.constResult .point_out .tab_content span {
	display: flex;
	align-items: center;
	width: 100px;
	margin-top: 10px;
}

.constResult .point_out .tab_content span .icon {
	display: block;
	width: 5px;
	height: 5px;
	margin-right: 8px;
	background: #5479f7;
	border-radius: 100px;
}

.constResult .point_out .tab_content textarea {
	width: 415px;
	height: 70px;
	margin-right: 25px;
}

.constResult .point_out .tab_content .wrapper {
	align-items: end;
	align-self: end;
	width: calc(100% - 545px);
}

.constResult .point_out .tab_content.impossible textarea {
	width: calc(100% - 100px);
	margin-right: 0;
}

/* 현황사진 */
.constResult .status_photo {
	margin-top: 50px;
}

.constResult .photo_list {
	margin-top: 18px;
	border-top: 3px solid #192b80;
}

.constResult_enroll .photo_list li {
	display: flex;
	align-items: center;
	width: 100%;
	padding-right: 25px;
	border-bottom: 1px solid #d7d7d7;
}

.constResult_enroll .photo_list span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 65px;
	margin-right: 15px;
	background: #f5f6fa;
}

.constResult_enroll .photo_list input[type="text"] {
	width: 370px;
	height: 40px;
	margin-right: 20px;
}

.constResult_enroll .photo_list .wrapper {
	width: calc(100% - 465px);
}
/* 점검결과 */
.constResult .review {
	margin-top: 50px;
}

.constResult .review .grade {
	margin-bottom: 5px;
}

.constResult .review .grade {
	font-family: 'NanumSquareB';
	font-size: 18px;
}

.constResult .review textarea {
	width: 100%;
	height: 195px;
	font-size: 15px;
	margin-top: 25px;
}

.constResult .cResult_bottom {
	display: flex;
	margin-top: 36px;
	border-top: 1px solid #192b80;
	padding-top: 36px;
}

.cResult_bottom select {
	width: 90px;
	height: 40px;
	margin-right: 10px;
}

.constResult .cResult_bottom p {
	font-family: 'NotoSansKR-Bold';
	font-size: 15px;
}

.constResult_enroll .signBox_wrap {
	width: 50%;
}

.constResult_enroll .signBox {
	display: none;
	background: #fff;
}

.constResult_enroll .signBox canvas {
	display: block;
	width: 90%;
	height: 200px;
	margin-top: 10px;
	margin-bottom: 10px;
	background: #fff;
	border: 1px solid #000;
}

.constResult_enroll .signBox img {
	display: none;
}

.constResult_enroll .signBox a {
	margin-right: 5px;
}

.constResult_enroll .signBox a:hover {
	color: #5479f7;
	cursor: pointer;
}

.signature {
	width: 50%;
}

.signature li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	font-size: 15px;
}

.signature li:not(:last-child) {
	margin-bottom: 15px;
}

.signature li p {
	margin-right: 10px;
}

.signature input {
	height: 40px;
	font-family: 'NotoSansKR-Regular';
	font-size: 15px;
	margin-right: 10px;
}

.modal_submit {
	padding-top: 0;
	border-top: none;
}

.pointOut {
	/* display: block; */
	top: 15%;
	left: 50%;
	width: 500px;
	padding: 30px;
	transform: translateX(-50%);
}

.pointOut+.subModal_bg {
	/* display: block; */
	
}

.pointOut .check_list li {
	display: flex;
	position: relative;
}

.pointOut .check_list li p {
	font-size: 0.7813vw;
}

.pointOut .check_list li:last-child p {
	color: #ee5c50;
}

.pointOut .check_list li:not(:last-child) {
	margin-right: 1.0417vw;
}

.pointOut .check_list .checking {
	margin-right: 0.4167vw;
}

.pointOut .check_wrap>li {
	display: flex;
	justify-content: space-between;
}

.pointOut .check_wrap>li:not(:first-child) {
	margin-top: 1.3021vw;
}

.pointOut .check_wrap>li>p {
	display: flex;
	align-items: center;
	font-size: 18px;
}

.pointOut .check_wrap>li:not(:last-child)>p {
	align-self: center;
}

.pointOut textarea {
	width: 300px;
	height: 70px;
	font-size: 14px;
	background: #fff;
}

.pointOut input {
	width: 300px;
	height: 40px;
}
.pointOut .input_wrap input{
	width:90%;
}
/* 점검 결과 보기 */
.constResult_view .subject ul>li:nth-child(4), .constResult_view .result_item ul li:nth-child(4)
	{
	width: 64%;
}

.constResult_view .result_item li.sub_title {
	width: 100%;
	padding-top: 5px;
	padding-bottom: 5px;
	/* 	background: #e8eef8; */
	border-left: none;
}

.constResult_view .photo_list {
	display: flex;
	flex-wrap: wrap;
}

.constResult_view .photo_list li {
	width: 50%;
}

.constResult_view .photo_list li:nth-child(2n-1) {
	border-right: 1px solid #d7d7d7;
}

.constResult_view .photo_list li p {
	font-weight: bold;
	text-align: center;
	padding: 17px 0;
	background: #f5f6fa;
	border-bottom: 1px solid #d7d7d7;
}

.constResult_view .photo_list .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.constResult_view .photo_list li {
	border-bottom: 1px solid #d7d7d7;
}

.constResult_view .photo_list img {
	width: 100%;
}

.constResult_view .photo_list .descript {
	margin-top: 20px;
}

.constResult_view .review textarea {
	background: #fff;
}

.constResult_view .signature {
	width: 100%;
}

.constResult_view .signature li {
	justify-content: end;
}

.constResult_view .signature input {
	background: none;
	border: none;
}

/* 공사장 점검 계획 등록 */
.constPlan_enroll .modal_wrap {
	width: 42.6042vw;
}

.constPlan_enroll form {
	padding-top: 2.0833vw;
}

.cpEnroll_form {
	width: 37.9167vw;
	border: 1px solid #d7d7d7;
}

.cpEnroll_form>li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0.7813vw 1.3021vw;
}

.cpEnroll_form>li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.cpEnroll_form>li>p {
	width: 25%;
	font-size: 0.9375vw;
	padding: 1.5625vw 0;
}

.cpEnroll_form .input_wrap, .cpEnroll_form .select_wrap, .cpEnroll_form .check_list,
	.cpEnroll_form textarea {
	width: 75%;
	font-size: 0.7813vw;
}

.cpEnroll_form input, .cpEnroll_form select, .cpEnroll_form button {
	height: 2.6042vw;
}

.cpEnroll_form .check_list li {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 1.8229vw;
}

.cpEnroll_form .checking {
	margin-right: 10px;
}

.cpEnroll_form .datepicker {
	width: 80%;
}

.cpEnroll_form>li button {
	width: 20%;
	font-size: 0.8333vw;
	margin-left: 15px;
}

.cpEnroll_form>li:nth-child(4) input, .cpEnroll_form select {
	width: 100%;
}

.cpEnroll_form>li:nth-child(4) input {
	background: transparent;
	border: none;
	border-bottom: 1px solid #28344c;
}

.cpEnroll_form textarea {
	height: 6.25vw;
	background: #f3f5f6;
	border-color: #cccfd8;
}

.constPlan_enroll .result_btn {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	position: relative;
	margin-top: 1.0417vw;
}

.constPlan_enroll .result_btn button {
	padding: 0 0.9375vw;
}

.constPlan_enroll .add_btn {
	height: 2.6042vw;
	font-size: 0.8333vw;
}

.constPlan_enroll .add_btn img {
	width: 0.8333vw;
	margin-right: 12px;
}

.constPlan_enroll .exel {
	position: absolute;
	right: 0;
	height: 2.0833vw;
	font-size: 0.7813vw;
	border-radius: 2px;
}

.constPlan_enroll .exel img {
	width: 0.8333vw;
}

.cpEnroll_list {
	margin-top: 1.5625vw;
}

.cpEnroll_item {
	display: flex;
	align-items: center;
	padding: 1.0417vw 0;
	background: #f4f6f9;
}

.cpEnroll_item:last-child {
	margin-top: 2px;
}

.cpEnroll_item li {
	display: flex;
	align-items: center;
	font-size: 0.7813vw;
}

.cpEnroll_item li:first-child {
	width: 10%;
	justify-content: center;
}

.cpEnroll_item li:nth-child(2) {
	width: 20%;
	border-right: 1px solid #cccfd8;
}

.cpEnroll_item li:nth-child(3) {
	width: 50%;
	border-right: 1px solid #cccfd8;
}

.cpEnroll_item li:nth-child(4) {
	width: 18%;
}

.cpEnroll_item li:nth-child(3), .cpEnroll_item li:nth-child(4) {
	padding-left: 1.0417vw;
}

.cpEnroll_item li:last-child {
	width: 12%;
	justify-content: center;
}

.cpEnroll_item li:last-child button {
	height: 1.3021vw;
	font-size: 0.6771vw;
}

.cpEnroll_item li:nth-child(2) li {
	justify-self: flex-start;
}

.cpEnroll_item li:first-child strong {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 1.3021vw;
	height: 1.3021vw;
	color: #fff;
	background: #192b80;
	border-radius: 3px;
}

.constPlan_enroll .modal_bottom {
	padding-top: 1.7708vw;
}
/* 자문단 선택 */
.advisoryGroup {
	top: 10%;
	left: 50%;
	padding: 2.0833vw;
}

.aGroup_search {
	display: flex;
	flex-wrap: wrap;
	padding: 0 1.3021vw;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.aGroup_search>li:first-child, .aGroup_search>li:nth-child(2) {
	width: 50%;
}

.aGroup_search>li {
	display: flex;
	align-items: center;
	padding: 0.7813vw 0;
}

.aGroup_search>li:last-child {
	width: 100%;
	border-top: 1px solid #d7d7d7;
}

.aGroup_search>li p {
	font-size: 0.9375vw;
}

.aGroup_search>li:first-child p, .aGroup_search>li:nth-child(2) p {
	width: 30%;
}

.aGroup_search>li:nth-child(2) p {
	text-align: center;
}

.aGroup_search .select_wrap {
	width: 70%;
}

.aGroup_search select {
	width: 100%;
}

.aGroup_search>li:last-child p {
	width: 15%;
}

.aGroup_search .input_wrap {
	justify-content: space-between;
	width: 85%;
}

.aGroup_search input {
	width: 80%;
}

.aGroup_search button {
	width: 20%;
	font-size: 0.8333vw;
	margin-left: 15px;
}

.aGroup_search button img {
	width: 0.9375vw;
	margin-right: 5px;
}

.aGroup_search select, .aGroup_search input, .aGroup_search button {
	height: 2.0833vw;
}

.aGroup_search select, .aGroup_search input {
	font-size: 0.7813vw;
}

.aGroup_list {
	margin-top: 1.5625vw;
	padding: 1.3021vw;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.advisoryGroup .subject_wrap {
	padding: 0 0.7813vw;
}

.advisoryGroup .subject {
	font-size: 0.7813vw;
}

.advisoryGroup .subject>li {
	padding: 0.7813vw 0;
}

.advisoryGroup .result_wrap {
	padding: 0.7813vw;
}

.advisoryGroup .result>li {
	font-size: 0.7292vw;
	padding: 1.0417vw 0;
}

.advisoryGroup .subject>li:nth-child(1), .advisoryGroup .result_item>li:nth-child(1)
	{
	width: 10%;
}

.advisoryGroup .subject>li:nth-child(2), .advisoryGroup .result_item>li:nth-child(2)
	{
	width: 25%;
}

.advisoryGroup .subject>li:nth-child(3), .advisoryGroup .result_item>li:nth-child(3)
	{
	width: 25%;
}

.advisoryGroup .subject>li:nth-child(4), .advisoryGroup .result_item>li:nth-child(4)
	{
	width: 20%;
}

.advisoryGroup .subject>li:nth-child(5), .advisoryGroup .result_item>li:nth-child(5)
	{
	width: 20%;
}

.advisoryGroup .result_item li label {
	width: 10%;
}

.aGroup_list .result_container .result_bottom {
	margin-top: 1.6667vw;
}

.advisoryGroup .subModal_submit {
	margin-top: 1.8229vw;
}

.advisoryGroup .subModal_submit button {
	width: 86px;
	height: 40px;
}

/* 지도 & 로드뷰 */
.sub_info .map_wrap {
	display: flex;
	width: 100%;
	border: 1px solid #a0a3b1;
}

/* .sub_info .map_wrap>div */
.sub_info .map_wrap>div:not(.scrollBtn_wrap) {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50%;
	height: 300px;
	font-size: 50px;
	color: #fff;
	box-sizing: border-box;
}

/* 지도 & 로드뷰 사이 스크롤 버튼 */
.scrollBtn_wrap {
	display: none;
	margin: 5px 0;
}
.insider_page .scrollBtn_wrap {
	display: flex;
}
.scrollBtn_wrap button {
    height: 30px;
    box-shadow: 0px 1px 5px 0px rgb(0 0 0 / 35%);
    width: 100%;
    border-radius: 3px;
    background: #fff;
}
.scrollBtn_wrap button.upScrll {
	margin-right: 5px;
}
.scrollBtn_wrap span {
    font-size: 0;
    overflow: hidden;
    text-indent: -99999px;
    
    background-image:url(/static/images/icon/arrow_grey_dark.png);
    background-position:center;
   	background-repeat:no-repeat;
    background-size: 9px 16px;
    width: 15px;
    height: 26px;
}
.scrollBtn_wrap .upScrll span {
	transform: rotate(-90deg);
}
.scrollBtn_wrap .downScrll span {
	transform: rotate(90deg);
}

/* 공사장 정보 리스트 */
.sub_info .cInfo_list {
	flex-wrap: wrap;
	margin-top: 50px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}

.sub_info .cInfo_list>li {
	display: flex;
	align-items: center;
	width: 50%;
	background: #fff;
	line-height: 1.2;
}

.sub_info .cInfo_list>li:nth-child(2n) {
	border-left: 1px solid #9aa0ab;
}

.sub_info .cInfo_list>li>span {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	width: 30%;
	height: 100%;
	padding-left: 22px;
	background: #d1e0f5;
	border-bottom: 1px solid #9aa0ab;
	border-right: 1px solid #9aa0ab;
	padding: 16px;
	
    transform: skew(0);
}
.sub_info .cInfo_list>li:nth-last-child(-n+2)>span {
    border-bottom: 0;
}
.sub_info .cInfo_list>li:nth-last-child(2):not(:nth-child(odd))>span {
    border-bottom: 1px solid #9aa0ab;
}

.sub_info .cInfo_list>li>span::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #eff5ff;
}

/* .sub_info .cInfo_list>li>p,  */
/* .sub_info .cInfo_list>li>ul { */
.sub_info .cInfo_list>li>span + * {
	width: 70%;
	height: 100%;
	color: #555;
	padding: 16px;
}
.sub_info .cInfo_list>li>ul>li,
.sub_info .cInfo_list>li>ul>li p {
	height: 100%;
} 

.sub_info .cInfo_list>li>span + * {
	display: flex;
	align-items: center;
/* 	border-top: 1px solid #ddd; */
	border-bottom: 1px solid #ddd;
}
/* .sub_info .cInfo_list>li:nth-child(-n+2)>span + * { */
/*     border-top: 0; */
/* } */
.sub_info .cInfo_list>li:nth-last-child(-n+2)>span + * {
    border-bottom: 0;
}
.sub_info .cInfo_list>li:nth-last-child(2):not(:nth-child(odd))>span + * {
    border-bottom: 1px solid #ddd;
}

/* .sub_info .cInfo_list>li p { */
/* 	color: #555; */
/* 	padding: 16px; */
/* } */

.sub_info .cInfo_list>li .file_wrap {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.sub_info .cInfo_list>li .file_wrap a {
	word-break: break-all;
	transition: all 0.1s;
	line-height: 1.2;
}
.sub_info .cInfo_list>li .file_wrap a:not(:first-child) {
	margin-top: 8px;
}
.sub_info .cInfo_list>li .file_wrap a:hover {
    color: #5479f7;
    text-decoration: underline;
}

.sub_info .cInfo_list>li strong {
	display: block;
}

/* 장비보유현황 */
.sub_info .cInfo_list>li .eqpmnHold {
	flex-wrap: wrap;
}
.sub_info .cInfo_list>li .eqpmnHold a:last-child span {
	display: none;
/* 	color: red; */
}

/* .sub_info .cInfo_list>li:nth-child(4) p { */
/* 	border-bottom: 1px solid #ddd; */
/* } */

.sub_info .cInfoList_btn button {
	font-size: 14px;
/* 	margin-top: 25px; */
	padding: 14px 20px;
	margin: 25px 0;
}

.sub_info .cProgress_btn {
	margin-right: 5px;
}

/* 공사관계자 리스트 */
.constInsider_list .result_list,
.insp_result .result_list {
	margin-top: 14px;
}
/* 자문단 점검이력 표형식 */
.constInsider_list .subject li:nth-child(1), 
.constInsider_list .result_item li:nth-child(1) {
	width: 20%;
}

.constInsider_list .subject li:nth-child(2), 
.constInsider_list .result_item li:nth-child(2) {
	width: 30%;
}

.constInsider_list .subject li:nth-child(3), 
.constInsider_list .result_item li:nth-child(3) {
	width: 12%;
}

.constInsider_list .subject li:nth-child(4), 
.constInsider_list .result_item li:nth-child(4) {
	width: 20%;
}

.constInsider_list .subject li:nth-child(5), 
.constInsider_list .result_item li:nth-child(5) {
	width: 10%;
}

.constInsider_list .subject li:nth-child(6), 
.constInsider_list .result_item li:nth-child(6) {
/* 	display: flex; */
/* 	align-items: center; */
/* 	justify-content: center; */
	width: 8%;
/* 	border: none; */
}

.constInsider_list .result_item input:disabled {
	width: 100px;
	padding: 0;
	background: transparent;
	border: none;
/* 	color: red; */
}

.constInsider_list .result_item input {
	width: 115px;
	padding: 8px;
	text-align: end;
}

.constInsider_list .result_item button {
	color: #5479f7;
/* 	margin-left: 5px; */
	padding: 0;
    font-size: 14px;
    padding: 5px 5px;
    background: #fff;
    border: 1px solid #5479f7;
    border-radius: 5px;
    margin-left: 10px;
}
.constInsider_list .result_item button:nth-child(2) {
	margin-left: 5px;
}
.constInsider_list .result_item button:hover{
	color:#fff;
	background:#5479f7;
}

.const_info .constInsider_list button.sms,
.m_const_info .constInsider_list button.sms {
	width: 120px;
	height: 45px;
}
.const_info .constInsider_list button.sms:hover {
	background: #dde0e2;
}

.constInsider_list button.sms img {
	width: 20px;
	margin-right: 8px;
	background:#fff;
}
.constInsider_list button.sms .sms_img{
	background-image: url(../../static/images/icon/message_icon.png);
    background-size: 20px 13px;
    width: 20px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}
.sub_page .result_container .result_btn button:last-child:hover .sms_img{
/* 	background-image: url(../../static/images/icon/message_white_icon.png);  */
    background-size: 20px 13px;
    width: 20px;
    height: 13px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 8px;
}

/* 공사장 점검 탭 */
.sub_page .check_tab .tab_wrap {
	margin-top: 50px;
}

.sub_page .check_tab .tab_index, .sub_page .list_show .tab_index{
	position: relative;
	width: 100%;
	margin-bottom:60px;
	margin-top:50px;
}

/* .sub_page .check_tab .tab_index::before, .sub_page .list_show .tab_index::before {  */
/* 	content: ""; */
/* 	position: absolute; */
/* 	bottom: 0; */
/* 	left: 0; */
/* 	width: 100%; */
/* 	height: 2px; */
/* 	background: #5479f7; */
/* } */

.sub_page .check_tab .tab_index li, .sub_page .list_show .tab_index li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 248px;
	height: 60px;
	font-size: 18px;
	background: #fff;
	border: 1px solid #ced5e7;
	border-bottom: 2px solid #5479f7;
	font-family: 'NanumSquareEB';
}
.sub_page .check_tab .tab_index li:last-child{
    border: none;
    border-bottom: 2px solid #5479f7;
    width: 80%; 
}
.sub_page .list_show .tab_index li:last-child{
	border: none;
    border-bottom: 2px solid #5479f7;
	width:100%;
}

.sub_page .check_tab .tab_index li.active, .sub_page .list_show .tab_index li.active{
	width:50%;
	color: #003aff;
	font-size:18px;
	font-family: 'NanumSquareEB';
	background: #fff !important;
	border: 2px solid #5479f7;
	border-bottom: none;
	z-index: 3;
}


/* 건축물 정보보기 토탈 */ 
.bldg_info_total p {
	font-size: 22px;
	color: #585858;
	margin-bottom:15px;
}
.bldg_info_total p strong {
    color: #5479f7;
}
/* 건축물 정보보기 아코디언 */
.bldg_info_result_menu li:not(:last-child) .bldgInsider_list{
	margin-bottom:60px;
}

/* 공사장 정보보기 토탈 */
.const_info_total p{
	font-size: 22px;
	color: #585858;
	margin-bottom:15px;
}
.const_info_total p strong {
    color: #5479f7;
    margin:0 7px;
}


/* 공사장 점검관리 */

.chkMgt_container .form_wrap > .ivu-page{
	display:flex;
}
.chkMgt_container .form_wrap{
	border:1px solid #ced5e7;
	padding:40px 40px;
	margin-bottom:100px;
	margin-top:30px;
}
.chkMgt_top{
	display:flex;
}
.chkMgt_top .result_option{
	margin-left:auto;
}
.chkMgt_top .result_option button{
	font-size: 14px;
    padding: 15px;
    background: #fff;
    border: 1px solid #c0c9cb;
    border-radius: 5px;
}
.chkMgt_top .result_option button:hover{
	background: #dde0e2; 
/* 	background: #323232; */
}
.chkMgt_container .form_wrap .check_mng_content .check_mng_list:not(:last-child),
.const_status_search_result .bldg_status_title_list:not(:last-child) {
    border-bottom: 1px solid #d0d1d2;
}
.chkMgt_container .form_wrap .check_mng_content .result_item li{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 10px;
    line-height: 1.2;
}
.chkMgt_container .form_wrap .check_mng_content .result_item li.align-left {
	text-align: left;
	padding-left: 15px;
}
.chkMgt_container .form_wrap .check_mng_content .result_item li:last-child p {
	font-size: 15px; white-space: normal;
}
.chkMgt_container .form_wrap .check_mng_content .check_mng_list li button,
.bldg_info_container .bldgInsider_list .result_wrap li button{
	color: #5479f7;
    margin-left: 5px;
    padding: 0;
    font-size: 14px;
    padding: 5px 5px;
    background: #fff;
    border: 1px solid #5479f7;
    border-radius: 5px;
    margin: 0 auto;
}

.chkMgt_container .form_wrap .check_mng_content .check_mng_list li button.redManagtClass {
	color: red;
    margin-left: 5px;
    padding: 0;
    font-size: 14px;
    padding: 5px 5px;
    background: #fff;
    border: 1px solid red;
    border-radius: 5px;
    margin: 0 auto;
}

/* 공사장 점검관리  연도*/
.check_mng_year{
	margin-bottom:45px;
}
.check_mng_year span{
	margin-right:30px;
	font-size:18px;
	font-family: 'NotoSansKR-Bold';
}
.check_mng_year select{
	width:200px;
	height:45px;
	cursor:pointer;
}

/* 공사장 점검관리 달력 */
.mgt_date_mobile{
	color:#002fce;
	font-size:13px;
	font-family: 'NotoSansKR-Regular';
	display:none;
}

.chkMgt_bottom > div:not(:first-child){
	margin-top:30px;
}
.check_mgt_tab:last-child{
	margin-bottom:30px;
}
.check_mgt_tab{
	display: flex;
    justify-content: space-between;
	width:100%;
	cursor:pointer;
/* 	align-items:center; */
	background: linear-gradient(0deg, #f7faff, #fff);
	border:1px solid #b6bac2;
    padding: 25px 40px;
    border-radius: 10px;
    transition: all 0.15s;
}
.check_mgt_tab:hover{
	background:#fff;
	border:1px solid #d5d5d5;
	box-shadow: 0px 0px 15px #dedede;
}
.check_mgt_tab.active{
	background:#fff;
	border:1px solid #d5d5d5;
	box-shadow: 0px 0px 15px #dedede;
}
.chkMgt_container .form_wrap .total p{
	font-size: 24px;
/* 	margin-bottom: 5px;  */
}

.mgt_tab_content{
	display:flex;
	align-items:center;
}
.mgt_tab_content ul{
/* 	float:left; */
}
.de_save.active{
	display:none;
}
.check_mgt_tab .mgt_tab_content ul .calendar{
	border:1px solid #d4d4d4;
    width: 80px;
    border-radius:5px;
}
.check_mgt_tab .mgt_tab_content ul .calendar.active{/*수정*/
	border:1px solid #bbd2ff;
    width: 80px;
    border-radius:5px;
}
.mgt_tab_content span{
	font-family: 'NanumSquareB';
	font-size:36px;
	color:#838383;
	margin:0 15px;
/* 	float:left; */
/* 	margin-top:25px; */
}
.check_mgt_tab .mgt_tab_content ul .calendar .content_month{
	background:#929bab;
	height: 30px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}
.check_mgt_tab .mgt_tab_content ul .calendar.active .content_month{/*수정*/
    background: #6e9fff;
    height: 30px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
}
.check_mgt_tab .mgt_tab_content ul .calendar .content_month p{
	color:#fff;
}
.check_mgt_tab .mgt_tab_content ul .calendar .content_date{
	height: 50px;
    width: 80px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:0 0 5px 5px;
    border-right:1px solid #d4d4d4;
}
.check_mgt_tab .mgt_tab_content ul .calendar.active .content_date{/*수정*/
	height: 50px;
    width: 80px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
    border-radius:0 0 5px 5px;
    border-right:1px solid #bbd2ff;
}
.check_mgt_tab .mgt_tab_content ul li .content_date p{
	font-family: 'NanumSquareEB';
	font-size:34px;
}

.check_mgt_text{
	margin-left:35px;
	margin-right:30px;
	margin-top:25px;
}
.check_mgt_text p{
	font-size:20px;
	font-family: 'NanumSquareB';
	line-height:25px;
	word-break: break-all;
}

/* 공사장 점검관리  왼쪽 */
.mgt_tab_left{
    align-items: center;
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.mgt_tab_right {
	display: flex;
    align-items: flex-end;
}
.mgt_tab_right_align{
	display: flex;
	flex-direction: column;
}
.mgt_tab_right .tab_city{
	margin-bottom:10px;
	margin-left:12px;
}
.mgt_tab_right .tab_city p{
	font-size: 14px;
    color: #283988;
    font-family: 'NotoSansKR-Regular';
}
.mgt_tab_right .tab_city p::before{
	position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: -12px;
    width: 3px;
    height: 12px;
    background: #397afb;
}
/* 공사장 건축물 사면 */
.mgt_const_list{
	border: 1px solid #f3f3f3;
	background:#fff;
    border-radius: 3px;
    width: 100%;
    padding: 12px 5px;
    word-break: keep-all;
}
.check_mgt_tab.active .mgt_const_list{
	background:#f9f9f9;
}
.mgt_const_list > ul > li{
	padding:0 15px;
	border-right:1px solid #dedede;
}
.mgt_const_list > ul > li:last-child{
	border-right:none;
}
/* mgt_const_list > ul > li:nth-child(2){ */
/* 	margin:0 20px; */
/* 	position:relative; */
/* } */
/* mgt_const_list > ul > li:nth-child(2) p::before{ */
/* 	content: ""; */
/*     position: absolute; */
/*     width: 1px; */
/*     height: 15px; */
/*     background-color: #dedede; */
/*     margin: 2px 10px; */
/*     left: -50%; */
/* } */
/* mgt_const_list > ul > li:nth-child(2) p::after{ */
/* 	content: ""; */
/*     position: absolute; */
/*     width: 1px; */
/*     height: 15px; */
/*     background-color: #dedede; */
/*     margin: 2px 10px; */
/* } */
/* .arrow_btn::before{ */
/*     position: absolute; */
/*     content: ""; */
/*     width: 1px; */
/*     height: 100%; */
/*     background: #e8eef8; */
/*     left: -41%; */
/* } */
.check_mgt_tab .arrow_btn{
/* 	position:relative; */
/* 	width:65px; */
/* 	height:65px; */
/* 	height:10vh; */
/* 	background-size:65px 65px; */
/* 	background-image:url(/static/images/icon/circle_arrow_down.png); */
/* 	background-repeat:no-repeat; */
/* 	background-position:center; */
/* 	margin-left:auto; */
/* 	margin-top:10px; */

	padding-left: 25px;
    border-left: 1px solid #e8eef8;
    margin-left: 25px;
    display: flex;
    align-items: center;
}
/* .check_mgt_tab.active .arrow_btn{ */
/* 	width:65px;  */
/* 	height:65px; */
/* 	background-size:65px 65px; */
/* 	background-image:url(/static/images/icon/circle_arrow_up.png); */
/* 	background-repeat:no-repeat; */
/* 	background-position:center; */
/* 	margin-left:auto; */
/* } */
.check_mgt_tab .arrow_btn .arrow_btn_img {
	width: 65px;
    height: 65px;
    background-size: 65px 65px;
    background-image: url(/static/images/icon/circle_arrow_down.png);
    background-repeat: no-repeat;
    background-position: center;
}
.check_mgt_tab.active .arrow_btn .arrow_btn_img{
/* 	width:65px;  */
/* 	height:65px; */
/* 	background-size:65px 65px; */
	background-image:url(/static/images/icon/circle_arrow_up.png);
/* 	background-repeat:no-repeat; */
/* 	background-position:center; */
/* 	margin-left:auto; */
}
.mgt_btn_line{
	display:none;
}
.mobile_arrow_btn{
	display:none;
}

.check_mgt_mobile{
	display:none;
}
.chkMgt_container .form_wrap .ivu-page{
	margin-bottom:30px;
}

.mgt_tab_right .label{
	border: 1px solid #6b84da;
	background: #fff;
    position: relative;
    border-radius: 2px;
    padding: 10px 15px;
    font-size: 13px;
    white-space: nowrap;
    margin-left: 20px;
}

.mgt_tab_right .label:after,
.mgt_tab_right .label:before {
	content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px;
    top: 50%;
    transform: translateY(-50%);
}
.mgt_tab_right .label:before {	/* 보더  */
    border-color: transparent #6b84da transparent transparent;
    left: -10px;
}
.mgt_tab_right .label:after {	/* 배경색  */
    border-color: transparent #fff transparent transparent;
    left: -9px;
}
.mgt_tab_right .label p {
	font-size: 13px;
	margin-top: 1px;
}
.mgt_tab_right .label > div {
	font-family: 'NanumSquareEB';
    font-size: 17px;
/* 	color: #ff4200; */
	margin-left: 7px;
}
.mgt_tab_right .label strong {
	color: #ff4200;
}
.mgt_tab_right .label span {
	color: #3978fc;
}


/* 공사장 점검관리 리스트  */
.form_wrap .total{
	display:flex;
/* 	margin-bottom:10px; */
/* 	margin-left:auto; */
}
.form_wrap .total p{
	margin-left:auto;
	font-size:26px;
	color:#757575;
}
.form_wrap .total p strong{
	color:#0074e5;
}

.check_mng_content{
	border-bottom:1px solid #464646;
}
.check_mng{
    background: #e8eef8;
    border-top: 2px solid #192b80;
    border-bottom: 1px solid #d0d1d2;
}
.check_mng .check_mng_title{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.check_mng .check_mng_title li{
	text-align:center;
}
.check_mng .check_mng_title li:nth-child(1), 
.check_mng_content .check_mng_list li ul li:nth-child(1){
	width: 5%;
}
.check_mng .check_mng_title li:nth-child(2), 
.check_mng_content .check_mng_list li ul li:nth-child(2){
	width: 11%;
}
.check_mng .check_mng_title li:nth-child(3), 
.check_mng_content .check_mng_list li ul li:nth-child(3){
	width: 25%;
}
.check_mng .check_mng_title li:nth-child(4), 
.check_mng_content .check_mng_list li ul li:nth-child(4){
	width: 9%;
}
.check_mng .check_mng_title li:nth-child(5),
.check_mng_content .check_mng_list li ul li:nth-child(5){
	width: 8%;
}
.check_mng .check_mng_title li:nth-child(6),
.check_mng_content .check_mng_list li ul li:nth-child(6){
	width: 11%;
}
/* .check_mng .check_mng_title li:nth-child(7),  */
/* .check_mng_content .check_mng_list li ul li:nth-child(7) { */
/* 	width: 22%; */
/* } */
.check_mng .check_mng_title li.groupData, 
.check_mng_content .check_mng_list li ul li.groupData{
	width: 22%;
}
.check_mng .check_mng_title li:nth-child(8), 
.check_mng_content .check_mng_list li ul li:nth-child(8){
	width: 10%;
}

.check_mng .check_mng_title li.groupData{
	padding-top: 12px;
    padding-bottom: 0; 
    border-left: 1px solid #d0d1d2;
    border-right: 1px solid #d0d1d2;	
}
.check_mng .check_mng_title li.groupData ul{
	margin-top: 12px;
    padding: 15px 0;
    background: #f7f9fb;
    border-top: 1px solid #d0d1d2;
}
.check_mng .check_mng_title li.groupData ul li{
	width:33.3333%;
}
.check_mng .check_mng_title li.groupData ul li:first-child span {
	border-left: 0;
}

.check_mng_content .check_mng_list li ul{
	display:flex;
	text-align:center;
	align-items: center;
}
.check_mng_content .check_mng_list li.groupData ul li{
	width:33.33333%;
}
.check_mng_content .check_mng_list > li:not(:last-child){
	border-bottom:1px solid #d0d1d2;
}

.check_mng_list > li{
	padding:20px 0;
}

/* 점검관리 버튼 */
.check_mng_bottom {
	display: flex;
    justify-content: flex-end;
/*     margin-top: 20px; */
}
.check_mng_bottom button {
	height:40px;
	border-radius:2px;
	padding: 0 15px;
}
.check_mng_bottom button:not(:last-child) {
    margin-right: 5px;
}
.check_mng_bottom .report_btn {
    background: #464646;
    color: #fff;
}
.check_mng_btn{
    border:1px solid #000;
    color:#fff;
    background:#5479f7;
}


/* 점검 리스트 항목 */
.constCheck_list {
	margin-top: 40px;
}

.constCheck_list>li {
	padding: 30px 50px;
	background: #fff;
	border: 1px solid #dde4ef;
	border-radius: 10px;
}

.constCheck_list>li:not(:first-child) {
	margin-top: 20px;
}

.constCheck_list .list_hide {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.constCheck_list .list_hide:hover {
	cursor: pointer;
}

.constCheck_list .list_hide .date_wrap {
	align-items: start;
	width: auto;
	height: auto;
	color: inherit;
	background: transparent;
	border-radius: 0;
}

.constCheck_list .list_hide .date_wrap p {
	font-size: 13px;
}

.constCheck_list .list_hide .date_wrap strong {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 130px;
	height: 50px;
	color: #fff;
	margin-top: 10px;
	background: #192b80;
	border-radius: 3px;
}

.constCheck_list .list_hide .date_wrap+span {
	font-family: 'NanumSquareB';
	font-size: 20px;
	color: #2c3646;
	margin-left: 50px;
}

.constCheck_list .list_hide .status {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 86px;
	height: 40px;
	font-size: 14px;
	margin-right: 20px;
	background: #fff;
	border: 1px solid transparent;
	border-radius: 2px;
}

.constCheck_list .list_hide .status.proceeding {
	color: #192b80;
	border-color: #5479f7;
}

.constCheck_list .list_hide .status.end {
	color: #e45151;
	border-color: #e45151;
}

.constCheck_list .list_hide .area {
	color: #192b80;
}

.constCheck_list .list_show {
	display: none;
}

.constCheck_list .list_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: calc(35px + ( 32px/ 2));
	padding: 50px 0 15px;
	border-top: 1px solid #dde4ef;
}

.constCheck_list .list_show .shrink_btn {
	font-family: 'NanumSquareB';
	font-size: 18px;
}

.constCheck_list .list_show .shrink_btn img {
	transform: rotate(180deg);
	margin-left: 20px;
}


/* 점검관리 모바일용 리스트 */
.check_mgt_mobile .total p {
	font-size: 26px;
	margin-bottom: 7px;
}
.chkMgt_mobile_form{
	border-top: 5px solid #6b84da;
	background: #fff;
}
.chkMgt_mobile_form > ul{
	padding: 40px 25px;
}
.chkMgt_mobile_form > ul:not(:last-child){
   	border-bottom: 10px solid #e8eef8;
}
.chkMgt_mobile_form ul li{
	padding: 4px 0;
	line-height: 1.2;
}
.chkMgt_mobile_form ul li.chkMgt_mobile_title{
   	font-size:25px;
   	font-family: 'NotoSansKR-Regular';
   	margin-bottom: 10px;
}
.chkMgt_mobile_form ul li > p {
    width: 27%;
    border-right: 2px solid #d0d0d0;
}
.chkMgt_mobile_form > ul > li{
   	font-size: 16px;
   	font-family: 'NotoSansKR-Bold';
}
.chkMgt_mobile_form > ul:last-child > li:last-child {
    padding-bottom: 60px;
    border-bottom: 2px solid #2c3646;
}
   .chkMgt_mobile_list{
   	width:100%;
}
   .chkMgt_mobile_list li {
   	width: 50%;
}
.chkMgt_mobile_list li span{
   	font-family: 'NotoSansKR-Regular';
  	    padding-left: 20px;
}
   .chkMgt_mobile_form .insp_his_wrap > p {
   	width: 15%;
   	border-right: 0;
}
.insp_his_list{
   	align-items:center;
   	padding: 10px 5px;
   	background: #f4f8ff;
   	border: 1px solid #becdff;
   	
	justify-content: space-around;
	width: 100%;
	padding: 6px 5px;
}
.insp_his_list li{
   	text-align: center;
   	position:relative;
   	color: #192b80;
   	
   	font-size: 14px;
   	font-family: 'NotoSansKR-Bold';
   	display: flex;
   	align-items: center;
}
.insp_his_list li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #5479f7;
    margin-right: 7px;
}
.insp_his_list li span {
   	font-family: 'NotoSansKR-Regular';
   	margin-left: 10px;
}
   
.chkMgt_mobile_form ul li button,
.bldg_mobile_form > ul > li  button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    margin-top: 25px;
    font-family: 'NanumSquareB';
    font-size: 18px;
    transform: skew(0.1deg);
}

/* 점검관리 리스트 (관계자, 자문단) */
.insider .pc_form_list {
	display: none;
}
.insider .check_mgt_mobile {
	display: block;
}
    


/* 공사장 점검 결과 */
/* .sub_page .insp_result { */
/* 	margin-top: 35px; */
/* } */

/* 건축물 정보보기 표형식 */
.sub_page .insp_result .subject li:nth-child(1), 
.sub_page .insp_result .result_item li:nth-child(1) {
	width: 10%;
}
.sub_page .insp_result .subject li:nth-child(2), 
.sub_page .insp_result .result_item li:nth-child(2) {
	width: 20%;
}
.sub_page .insp_result .subject li:nth-child(3), 
.sub_page .insp_result .result_item li:nth-child(3)	{
	width: 20%;
}
.sub_page .insp_result .subject li:nth-child(4), 
.sub_page .insp_result .result_item li:nth-child(4)	{
	width: 30%;
}
.sub_page .insp_result .subject li:nth-child(5), 
.sub_page .insp_result .result_item li:nth-child(5)	{
	width: 10%;
}
.sub_page .insp_result .subject li:nth-child(6), 
.sub_page .insp_result .result_item li:nth-child(6)	{
	width: 10%;
}
.sub_page .insp_result .subject li:nth-child(7), 
.sub_page .insp_result .result_item li:nth-child(7)	{
	width: 10%;
}


/* 공사장 정보보기 > 점검관리 리스트 */
.sub_page .const_info_result .subject_wrap ul li:nth-child(1),
.sub_page .const_info_result .result_item li:nth-child(1) {
	width: 10%;
}
.sub_page .const_info_result .subject_wrap > ul > li:nth-child(2),
.sub_page .const_info_result .result_item li:nth-child(2) {
	width: 12%;
}
.sub_page .const_info_result .subject_wrap > ul > li:nth-child(3),
.sub_page .const_info_result .result_item li:nth-child(3) {
	width: 18%;
}
.sub_page .const_info_result .subject_wrap > ul > li:nth-child(4),
.sub_page .const_info_result .result_item li:nth-child(4) {
	width: 30%;
}
.sub_page .const_info_result .subject_wrap ul li:nth-child(5), 
.sub_page .const_info_result .result_item li:nth-child(5) {
	width: 15%;
}
.sub_page .const_info_result .subject_wrap ul li:nth-child(6),
.sub_page .const_info_result .result_item li:nth-child(6) {
	width: 15%;
}

.sub_page .insp_result .subject li:nth-child(4) {
	padding-top: 12px;
	padding-bottom: 0;
	border-left: 1px solid #d0d1d2;
	border-right: 1px solid #d0d1d2;
}

.sub_page .insp_result .subject li:nth-child(4) ul {
	margin-top: 12px;
	padding: 15px 0;
	background: #f7f9fb;
	border-top: 1px solid #d0d1d2;
}
.const_mobile_form ul li.const_mobile_responsive1, .const_mobile_form ul li.const_mobile_responsive2, .const_mobile_form ul li.const_mobile_responsive3, .const_mobile_form ul li.const_mobile_responsive4{
	display:none;
}

/* 수정추가 */
.sub_page .insp_result .subject li:nth-child(4) ul {
	margin-top: 12px;
	padding: 15px 0;
	background: #f7f9fb;
	border-top: 1px solid #d0d1d2;
}

.sub_page .insp_result .subject li:nth-child(4) ul li {
	align-items: space-between;
	width: 33.33%;
}

/* 점검 결과 리스트 */
.sub_page .insp_result .result>li ul {
	display: flex;
}


.sub_page .insp_result .bScale_list_wrap {	/* 점검내역(3개묶음) */
	width: 100% !important;
}
.bScale_list_wrap li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #5479f7;
    margin-right: 7px;
}


.sub_page .insp_result .result_item>li:nth-child(4) li {
	width: 33.33%;
}

.sub_page .insp_result .result_btn {
	display: flex;
}

.sub_page .insp_result .result_btn button:last-child {
	color: #fff;
	margin-left: 5px;
	background: #5479f7;
	border: 1px solid #1d308a;
}

/* 지도 페이지 */
.map_page {
	height: 100vh;
}

.map_page nav button:hover, .map_page .mResult button:hover {
	opacity: 90%;
}

/* 지도 그래프 */
.map_view .map_graph_box{
/* 	width:55px; */
/* 	height:60px;  */
	padding:9px;
	background:linear-gradient(180deg, #5a6375, #28344c);
	border-radius:3px;
	border:1px solid #28344c;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 50%); 
}
.map_view .map_graph_box .map_graph{
	display:flex;
	justify-content: space-around;
	position: relative;
    bottom: -2px;
	transform: rotateX(180deg);
}
.map_view .map_graph_box .map_graph li:nth-child(1) div{
	width:5px;
	height:2px;
	background:#5d8bea;
	margin-top:2px;
}
.map_view .map_graph_box .map_graph li:nth-child(2) div{
	width:5px;
	height:2px;
	background:#22cbc2;
	margin-top:2px;
}
.map_view .map_graph_box .map_graph li:nth-child(3) div{
	width:5px;
	height:2px;
	background:#8cd900;
	margin-top:2px;
}
.map_view .map_graph_box .map_graph li:nth-child(4) div{
	width:5px;
	height:2px;
	background:#f1b514;
	margin-top:2px;
}
.map_view .map_graph_box .map_graph li:nth-child(5) div{
	width:5px;
	height:2px;
	background:#fa6c3e;
	margin-top:2px;
}
.map_view .map_graph_box .map_graph li:nth-child(2n){
	margin-left:3px;
	margin-right:3px;
}

.ivu-poptip-content{
/* 	width:150px; */
	box-shadow:5px 5px 0px rgb(0 0 0 / 15%);
	border-radius:5px;
	
	width: auto;
	display: flex;
    align-items: center;
}
.main_page .ivu-poptip-inner {
    border-radius: 6px;
    box-shadow: none;
}
.api .map_result{
	padding-top: 15px;
    padding-bottom: 15px;
    border: 1px solid #9a9fab;
    border-radius: 5px;
}
.main_page .ivu-poptip-popper[x-placement^=right] .ivu-poptip-arrow{
	border-right-color:#9a9fab !important;
/* 	top: 28px; */
	top: auto;
}
.api .map_result li{
	display:flex;
	align-items:center;
	font-size:13px;
}
/* .api .map_result li:nth-child(2){ */
/* 	margin:10px 0; */
/* } */
.api .map_result li:not(:first-child) {
    margin-top: 5px;
}
.api .map_result li strong{
/* 	margin:0 4px; */
	min-width: 55px;
    margin-left: 4px;
    margin-right: 10px;
    position: relative;
}
.api .map_result li strong::after{
	content: '';
    position: absolute;
    width: 1px;
    height: 80%;
    background: #d4dcec;
    top: 3px;
/*     left: -70%; */
	right: 0;
}
.api .map_result li p{
	margin-left: auto;
    margin-right: 10px;
	color: #5479f7;
	cursor: pointer;
}
.api .map_result li span{
	color:#000;
	margin-left:3px;
}
.api .map_result li .checking_cct{
    background: #5d8bea;
    border: none;
    border-radius: 20px;
    width: 7px;
    height: 7px;
    margin-left: 15px;
}
.api .map_result li .checking_act{
    background: #8cd900;
    border: none;
    border-radius: 20px;
    width: 7px;
    height: 7px;
    margin-left: 15px;
}
.api .map_result li .checking_bct{
    background: #f1b514;
    border: none;
    border-radius: 20px;
    width: 7px;
    height: 7px;
    margin-left: 15px;
}

.api .map_result li .checking_iot{
    background: #fa6c3e;
    border: none;
    border-radius: 20px;
    width: 7px;
    height: 7px;
    margin-left: 15px;
}

/* 지도 검색창 */
.map_page aside {
	position: fixed;
	transform: translateX(-100%);
	width: 420px;
	height: 100vh;
	background: #fff;
	box-shadow: 1px 0px 4px 0px rgba(35, 31, 32, 0.35);
	transition: transform 0.8s;
	z-index: 3;
}

.map_page aside.active {
	transform: translateX(0);
}

.map_page .mSearch_on {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -23px;
	width: 23px;
	height: 60px;
	background: #fff;
	border-radius: 0 3px 3px 0;
	box-shadow: 2px 0.5px 2px 0px rgba(35, 31, 32, 0.25);
}

.map_page .mSearch_on img {
	transform: rotate(180deg);
}

.map_page .mSearch_on.active img {
	transform: none;
}

.map_page aside header {
	position: static;
	width: 100%;
	height: 60px;
}

.map_page header .home {
	width: 60px;
	height: 60px;
	background-color: #20b5c8;
	background-image: url(../images/icon/home_btn.png);
	background-repeat: no-repeat;
	background-position: center;
}

.map_page aside header .title {
	width: 100%;
	font-size: 17px;
	text-align: center;
}

/* 지도 검색 필터 */
.map_page .mFilter {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #eeeff2;
	z-index: 997;
}

.map_page .mFilter_top {
	position: relative;
	padding: 10px 23px 10px 10px;
	background: #5479f7;
	border-bottom: 2px solid #192b80;
}

.map_page .mFilter_top .init_btn {
	color: #fff;
	padding: 12px 14px;
	background: #192b80;
	border: 1px solid #0b1750;
}

.map_page .mFilter_top .init_btn img {
	margin-right: 5px;
}

.map_page .mFilter_top h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	color: #fff;
}

.map_page .mFilter_top .close_btn {
	width: 20px;
	height: 20px;
	background-image: url(../images/icon/close_btn.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.map_page .mFilter_list{
    height: calc(100vh - 62px);
    overflow-y: scroll;
}
.map_page .mFilter_list>form>ul>li {
	margin-bottom: 7px;
	padding: 20px;
	background: #f6f7fa;
	border-bottom: 1px solid #d0d1d2;
}

.map_page .mFilter_list h3 {
	font-size: 14px;
}

.map_page .mFilter_list h4 {
	font-family: 'NotoSansKR-Bold';
	font-size: 18px;
	color: #3978fc;
	padding-top: 10px;
}

.map_page .mFilter_list .check_list {
	display: flex;
	padding-top: 14px;
    flex-wrap: wrap;
    align-items: center;
}

.map_page .mFilter_list .check_list li {
	font-size: 14px;
	color: #464646;
/* 	margin-right: 10px; */
	background: #fff;
	border: 1px solid #bbb;
	
	margin-right: 5px;
	height: 35px;
}

.map_page .mFilter_list .check_list label {
	position: static;
}
.map_page .mFilter_list li:first-child > .wrapper{
	align-items: flex-start;
    flex-direction: column;
}
.map_page .mFilter_list li:nth-child(3) {
	padding: 0;
}
.map_page .mFilter_list li:nth-child(3) > div {
	padding: 20px;
}
.map_page .mFilter_list li:nth-child(3) .check_list label{
	padding: 15px;
}
.map_page .mFilter_list li:nth-child(3) .Zdepth{
	background: #dbdfe7;
    padding: 25px 20px;
    display: none;
}
.map_page .mFilter_list li:nth-child(3) .Zdepth.active{
	display: block;
}
.map_page .mFilter_list li:nth-child(3) .Zdepth .sub_list{
	background: none;
    border: none;
    height: auto;
    margin: 0;
    display: none;
}
.map_page .mFilter_list li:nth-child(3) .Zdepth .sub_list.active {
	display: block;
}
.map_page .mFilter_list li:nth-child(3) .Zdepth .sub_list ul{
	display: flex;
    flex-wrap: wrap;
}
.map_page .mFilter_list li:nth-child(3) .Zdepth .sub_list li{
    margin-top: 3px;
    margin-bottom: 3px;
}
.map_page .mFilter_list li:nth-child(3) .Zdepth .sub_list li.active{
	background: #192b80;
}

.map_page .mFilter_list .check_list li.active {
	color: #fff;
	background: #3978fc;
	border: none;
}

.map_page .mFilter_bottom {
	padding-top: 50px;
	padding-bottom: 60px;
	background: #f6f7fa;
}

.map_page .mFilter_bottom button {
	padding: 13px 37px;
	border-radius: 5px;
}

.map_page .mFilter_bottom button:first-child {
	color: #192b80;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #3978fc;
}

.map_page .mFilter_bottom button:last-child {
	color: #fff;
	background: #192b80;
}

.map_page .mFilter_list input:not(.datepicker){
	background-color: #fff;
}
.map_page .mFilter_list>form>ul>li:nth-child(1) .check_list li,
.map_page .mFilter_list>form>ul>li:nth-child(2) .check_list li {
	width: 75px;
}
	/* 규모 */
.map_page .mFilter_list>form>ul>li:nth-child(1) .input_group{
	margin-top: 12px;
	display: flex;
    align-items: center;
}
.map_page .mFilter_list>form>ul>li:nth-child(1) .input_group .wrapper:first-child {
	margin-right: 14px;
}
.map_page .mFilter_list>form>ul>li:nth-child(1) .input_group .wrapper:last-child {
	margin-left: 20px;
}
.map_page .mFilter_list>form>ul>li:nth-child(1) .input_group input{
	width: 120px;
	height: 40px;
	margin-right: 13px;
}
	/* 공정 */
.map_page .mFilter_list>form>ul>li:nth-child(2) .check_list li {
	margin-bottom: 7px;
}

	/* 날짜선택 */
.map_page .mFilter_list>form>ul>li:nth-child(4) .check_list li,
.map_page .mFilter_list>form>ul>li:nth-child(5) .check_list li{
	border: 0;
}
.map_page .mFilter_list>form>ul>li:nth-child(4) .datepicker,
.map_page .mFilter_list>form>ul>li:nth-child(5) .datepicker{
/* 	width: 150px; */
    height: 40px;
/*     background-color: #fff !important; */
/*     background-position: 95% center; */
/*     padding: 0 50px 0 15px; */
    border-left: 1px solid #cccfd8;
    border-right: 1px solid #cccfd8;
}
.map_page .mFilter_list>form>ul>li:nth-child(4) .check_list span,
.map_page .mFilter_list>form>ul>li:nth-child(5) .check_list span{
	margin: 0px 15px;
}

/* 주소 선택 */
.map_page .mAdress {
	padding: 20px;
	background: #5479f7;
	border-bottom: 3px solid #28419f;
}

.map_page .mAdress_main {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 42px;
}

.map_page .mAdress ul {
	display: flex;
}

.map_page .mAdress_main ul {
	width: 80%;
	height: 100%;
	margin-right: 10px;
	background: #fff;
	border: 1px solid #192b80;
	box-sizing: border-box;
}

.map_page .mAdress_main li:nth-child(1) {
	position: relative;
	width: 30%;
}

.map_page .mAdress_main li:nth-child(1)::after {
	content: "";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	width: 1px;
	height: 22px;
	background: #e3e3e3;
}

.map_page .mAdress_main li:nth-child(1) select {
	background-image: url(../images/icon/mAdress_number.png);
	background-position: right 13px center;
}

.map_page .mAdress_main li:not(:first-child) select {
	background-image: none;
}

.map_page .mAdress_main li:nth-child(2) {
	width: 27%;
}

.map_page .mAdress_main li:nth-child(3) {
	width: 3%;
}

.map_page .mAdress_main li:nth-child(4) {
	width: 40%;
}
.map_page .mAdress_main li.newAdress_input{
	display: none;
	width: 70%;
}
.map_page .mAdress_main li.newAdress_input input{
	width: 100%;
    height: 100%;
    background: #fff;
    border: none;
    font-size: 15px;
}

/* 새주소 선택 */
.map_page .mAdress_main.newActive li:not(:first-child),
.map_page .mAdress_main.newActive .mAdress_btn{
	display: none;
}
.map_page .mAdress_main.newActive ul{
	width: 100%;
	margin-right: 0;
}
.map_page .mAdress_main.newActive li.newAdress_input{
	display: block;
}

/* 새주소 선택 */
.map_page .mAdress_main.newActive li:not(:first-child),
.map_page .mAdress_main.newActive .mAdress_btn{
	display: none;
}
.map_page .mAdress_main.newActive ul{
	width: 100%;
	margin-right: 0;
}
.map_page .mAdress_main.newActive li.newAdress_input{
	display: block;
}

.map_page .mAdress_main select {
	width: 100%;
	height: 100%;
	font-size: 15px;
	padding-left: 15px;
	background-color: #fff;
	border: none;
}

.map_page .mAdress_btn {
	width: 20%;
	height: 100%;
	font-size: 15px;
	padding: 5px;
	background: #192b80;
	border-radius: 3px;
	box-shadow: 0px 1px 2px 0px rgba(35, 31, 32, 0.35);
}

.map_page .mAdressBtn_inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #f1f3ff;
	border-radius: 2px;
}

.map_page .mAdress_btn img {
	width: 13px;
	margin-left: 10px;
	transition: transform 0.2s;
}

.map_page .mAdress_btn.active img {
	transform: rotate(180deg);
}

.map_page .mAdress_sub {
	display: none;
	margin-top: 15px;
}

.map_page .mAdress_sub li {
	display: flex;
	align-items: center;
	justify-content: center;
}

.map_page .mAdress_sub li:not(:first-child) {
	font-size: 15px;
}

.map_page .mAdress_sub li:nth-child(3) {
	color: #fff;
	padding: 0 8px;
}

.map_page .mAdress_sub .mountain_check {
	position: relative;
	font-size: 13px;
	color: #fff;
	margin-right: 20px;
}

.map_page .mAdress_sub .mountain_check.active .checking {
	background-image: url(../images/icon/mountain_check.png);
	background-repeat: no-repeat;
	background-position: center;
}

.map_page .mAdress_sub label {
	position: absolute;
	width: 100%;
}

.map_page .mAdress_sub .checking {
	width: 18px;
	height: 18px;
	margin-left: 5px;
	background: #fff;
	border: 1px solid #192b80;
	border-radius: 3px;
	box-sizing: border-box;
}

.map_page .mAdress_sub input[type="text"] {
	width: 94px;
	height: 35px;
	padding: 0 14px;
	background: #fff;
	border: none;
	border-top: 1px solid #192b80;
	border-left: 1px solid #192b80;
}
/* 지도 옵션 */
.map_page .mOption {
	/* padding: 20px; */
	padding: 1.8519vh 20px;
	background: #f4f6f9;
	border: 1px solid #192b80;
}

.map_page .mOption form ul {
	padding-bottom: 1.8519vh;
	border-bottom: 1px solid #d9ddec;
}

.map_page .mOption form li {
	height: 40px;
}

.map_page .mOption form li:not(:last-child) {
	margin-right: 10px;
}

.map_page .mOption form li>* {
	width: 100%;
	height: 100%;
}

.map_page .mOption li button {
	border: 1px solid;
	border-radius: 2px;
}

.map_page .mOption form li:nth-child(1) {
	width: 57%;
}

.map_page .mOption form li:nth-child(2) {
	width: 21.5%;
}

.map_page .mOption .mFilter_btn {
	font-size: 15px;
	background: #f1f3ff;
	border-color: #192b80;
}

.map_page .mOption .mFilter_btn img {
	width: 20px;
	margin-right: 7px;
}

.map_page .mOption form li:nth-child(3) {
	width: 21.5%;
}

.map_page .mOption .mSearch_btn {
	color: #fff;
	background: #3978fc;
	border-color: #1b57d4;
}

.map_page .mOption .mSearch_btn img {
	width: 14px;
	margin-right: 7px;
}

.map_page .mOption form select {
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #8e8e8e;
}

.map_page .hash_tags {
	margin-top: 0.8519vh;
}

.map_page .hash_tags li {
	font-size: 13px;
	padding: 12px 15px;
	margin-top: 1vh;
}

.map_page .hash_tags li:not(:last-child) {
	margin-right: 10px;
}

.map_page .hash_tags img {
	width: 13px;
	margin-left: 16px;
}
/* 지도 검색결과 */
.map_page .mResult {
	padding: 4.6296vh 20px;
	overflow-y: scroll;
}

.map_page .mResult .mResult_top {
	display: flex;
    justify-content: space-between;
}

.map_page .mResult .mResult_top {
	display: flex;
    justify-content: space-between;
}

.map_page .mResult .total p {
	font-size: 20px;
	color: #585858;
}

.map_page .mResult .total strong {
	color: #486deb;
}

.map_page .mResult .viewset {
	display: flex;
}
.map_page .mResult .viewset button {
/* 	background: #192b80; */
    color: #fff;
    font-size: 13px;
    border-radius: 5px 5px 0 0;
    padding: 10px 16px;
    background: linear-gradient(0deg, rgba(25,43,128,1) 65%, rgba(116,134,221,1) 100%);
    border: 1px solid #000d48;
} 
.map_page .mResult .viewset button.all_btn {
	display: none;
	color: #000;
    background: none;
    border: none;
}
.map_page .mResult.active .mResult_list{
	background: #f1f3ff;
}
.map_page .mResult.active .viewset button.all_btn{
	display: block;
}
.map_page .mResult.active .viewset button.bookmark_btn{
	background: #192b80;
}

.map_page .mResult_list {
/* 	margin-top: 10px; */
	border-top: 1px solid #464646;
}

.map_page .mResult_list li {
	padding: 20px;
	border-bottom: 1px solid #ececec;
}

.map_page .mResult_list li a {
	transition: opacity 0.1s;
}
.map_page .mResult_list li i.bookmark_icon{
	width: 19px;
    height: 17px;
    
    background-image: url(../../static/images/icon/bookmark_off.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 100%;
    display: block;
    margin-right: 8px;
    cursor: pointer;
}
.map_page .mResult_list li.active i.bookmark_icon{
	background-image: url(../../static/images/icon/bookmark_on.png);
}

.map_page .mResult_list li a:hover {
	opacity: 60%;
}

.map_page .mResult_list li p {
	font-size: 18px;
}

.map_page .mResult_list li span {
	display: flex;
	align-items: center;
	font-size: 13px;
	color: #757575;
	padding-top: 13px;
}

.map_page .mResult_list li span img {
	width: 4px;
	margin-right: 5px;
}

.map_page .loc_shift {
	width: 35px;
	height: 35px;
	font-size: 10px;
	background-color: #fff;
	background-image: url(../images/icon/shift_icon.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 13px;
	border: 1px solid #ccc;
	border-radius: 3px;
	min-width: 35px;
    margin-left: 10px;
}

.map_page .loc_shift.active {
	background-color: #e8efff;
}

.map_page .pagination {
	margin-top: 20px;
}

/* 지도 영역 (지도페이지) */
.sub_page .map_page aside nav{
	padding-top: 0;
}
.map_page .map_view {
	position: relative;
	width: 100vw;
	height: 100vh;
}

.map_page .map_view.active {
/* 	width: 80vw; */
/* 	margin-left: 420px; */
}
.map_page .map_view #map{
	width: 100vw;
	height: 100vh;
}
.map_page .map_view #roadview{
	width: 0;
	height: 100vh;
}
.map_page .map_view #olMap{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.map_page .map_view.rv_view #map{
	width: 50vw;
	height: 100vh;
}
.map_page .map_view.rv_view #roadview{
	width: 50vw;
	height: 100vh;
}
/* 지도 컨트롤러 */
.map_page .mControls {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 800;
}

.map_page .mControls button {
	transition: all 0.1s;
}

.map_page .mMode_btn {
	height: 42px;
	margin-right: 25px;
	padding: 0 5px;
	background: #2c3646;
	box-shadow: 0px 1px 4px 0px rgba(35, 31, 32, 0.5);
}

.map_page .mMode_btn button {
	font-family: 'NotoSansKR-Medium';
	font-size: 13px;
	color: #fff;
	margin: 5px 0;
	padding: 10px 13px;
}

.map_page .mMode_btn button:hover {
	cursor: pointer;
}

.map_page .mMode_btn li:first-child {
	margin-right: 5px;
}

.map_page .mMode_btn button.active {
	background: #3978fc;
	box-shadow: 0px 0px 0px 1px rgba(0, 53, 165, 1) inset;
	border: 1px solid #0035a5;
}

/* 지도페이지 범례버튼 */
.map_page .legend {
    margin-right: 10px;
	position: relative;
}
.map_page .legend button {
    width: 42px;
    height: 42px;
    background-color: #f1f3ff;
    border: 1px solid #2c3646;
    padding: 4px;
}
.map_page .legend button span {
	width: 100%;
    height: 100%;
    background-image: url(../images/icon/map_legend_off.png);
    background-repeat: no-repeat;
	background-position: center;
/* 	background-size: 70%; */
	background-size: 23px;
}
.map_page .layers {
  position: absolute;
  width: auto;
  height: auto;
  background-color: #fff;
  box-shadow: 0px 1px 4px 0px rgb(35 31 32 / 50%);
  z-index: 801;
  padding:14px 8px 13px 10px;
  top: 52px;
  right: 0;
  
  display: none;
}
.map_page .legend.active button span {
	background-image: url(../images/icon/map_legend_on.png);
	border: 1px solid #0035a5;
    background-color: #3978fc;
    box-shadow: 0px 1px 4px 0px rgba(35, 31, 32, 0.5);
}
.map_page .legend.active .layers {
	display: block;
}

.map_page .mcBtn {
	width: 42px;
	height: 42px;
	color: #192b80;
	font-weight: 900;
	background-color: #f1f3ff;
	background-image: url(../images/icon/roadview.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 14px;
	border: 4px solid #192b80;
	box-sizing: border-box;
	box-shadow: 0px 1px 4px 0px rgba(35, 31, 32, 0.5), 0px 0px 0px 1px
		rgba(211, 217, 219, 1) inset;
}

.map_page .mcBtn.active {
	background-color: #3978fc;
	box-shadow: 0px 1px 4px 0px rgba(35, 31, 32, 0.5), 0px 0px 0px 1px
		rgba(0, 53, 165, 1) inset;
}

.map_page .rView_btn.active {
	background-image: url(../images/icon/roadview_on.png);
}

.map_page .mcBtn:not(:first-child) {
	display: none;
}

.map_page .zoom_btn {
	margin-top: 35px;
	box-shadow: 0px 1px 4px 0px rgba(35, 31, 32, 0.5);
}

.map_page .zoom_btn button {
	width: 42px;
	height: 42px;
	background-color: #192b80;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #aab3db;
}

.map_page .zoom_btn button:hover {
	background-color: #3978fc;
}

.map_page .zoom_in {
	background-image: url(../images/icon/zoom_in_on.png);
	border-bottom: none !important;
}

.map_page .zoom_out {
	background-image: url(../images/icon/zoom_out_on.png);
}

/* 위치정보 마커 */
.mMarker a {
	position: absolute;
	z-index: 5;
}

/* 위치정보 팝업 */
.mView_pop {
/* 	display: none; */
	position: absolute;
/* 	top: 30%; */
/* 	left: 60%; */
	padding: 25px 22px;
	background: #ffffff;
	border: 1px solid #515463;
	border-radius: 5px;
	box-shadow: 0px 1px 5px 0px rgba(35, 31, 32, 0.5);
	z-index: 5;
	
	width: 365px;
	left: 50%;
	bottom: 50%;
	transform: translate(-50%);
}

.mView_pop:after, .mView_pop:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.mView_pop:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 12px;
	margin-left: -12px;
}

.mView_pop:before {
	border-color: rgba(81, 84, 99, 0);
	border-top-color: #515463;
	border-width: 13px;
	margin-left: -13px;
}

.mView_pop .close_btn {
	position: absolute;
	top: 25px;
	right: 22px;
	width: 17px;
	height: 18px;
	background-image: url(../images/icon/mView_pop_close.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	z-index: 9;
}

.mView_pop p {
	font-size: 20px;
}

.mView_pop > div {
/* 	margin-top: 10px; */
}
.mView_pop .pop_top {
	width: calc(100% - 20px);
}
.mView_pop .pop_top img {
/* 	margin-right: 5px; */
	margin: 2px 5px 0 0;
    width: 13px;
    height: 16px;
}
.mView_pop .pop_top span {
	font-size: 14px;
    margin-top: 5px;
    color: #757575;
    display: block;
}
.mView_pop .pop_bottom {
	margin-top: 15px;
	justify-content: space-between;
}
.mView_pop .pop_bottom p {
    font-size: 14px;
    color: #0052ff;
    padding-right: 10px;
}
.mView_pop .pop_bottom span:before {
	content: "";
    display: block;
    width: 3px;
    height: 13px;
    background: #0052ff;
    margin-right: 5px;
    min-width: 3px;
}
.mView_pop .pop_bottom button {
	background: #3978fc;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    padding: 10px 20px;
}
.mView_pop .pop_bottom button .icon {
	background-image: url(../../static/images/icon/map_arrow.png);
    width: 15px;
    height: 15px;
    margin-left: 8px;
    background-size: 100%;
}

.mView_pop ul {
	margin-top: 30px;
}

.mView_pop ul li {
	width: 33.33%;
	background: #f4f6f9;
	border: 1px solid #8ca6ff;
}

.mView_pop ul li:nth-child(2) {
	margin: 0 3px;
}

.mView_pop ul button {
	width: 100%;
	font-size: 14px;
	padding: 12px 50px 12px 20px;
	background-image: url(../images/icon/mView_pop_arrow.png);
	background-repeat: no-repeat;
	background-position: right 10px center;
}

.mView_pop ul button:hover {
	color: #fff;
	background-color: #5479f7;
	background-image: url(../images/icon/mView_pop_arrow_on.png);
}

.mView_popList {
	width: 350px;
    max-height: 300px;
    border-radius: 3px;
    box-shadow: 0px 1px 5px 0px rgb(35 31 32 / 50%);
    padding-top: 5px;
}
.mView_popList::-webkit-scrollbar{
	width:14px;
}
.mView_popList::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #3978fc;
    background-clip: padding-box;
    border: 5px solid transparent;
}
.mView_popList li {
	border-bottom: 1px solid #e8eef8;
	padding: 10px 21px;
	display: flex;
    align-items: center;
    cursor: pointer;
}
.mView_popList li .icon {
    background-image: url(../../static/images/icon/map_popList_const.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 33px;
    display: block;
    margin-right: 15px;
    padding-right: 15px;
    min-width: 32px;
}

.mView_popList li .iconB {
    background-image: url(../../static/images/icon/map_popList_bldg.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 33px;
    display: block;
    margin-right: 15px;
    padding-right: 15px;
    min-width: 32px;
}

.mView_popList li .iconC {
    background-image: url(../../static/images/icon/map_popList_cctv.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 33px;
    display: block;
    margin-right: 15px;
    padding-right: 15px;
    min-width: 32px;
}

.mView_popList li .iconI {
    background-image: url(../../static/images/icon/map_popList_cctv.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 32px;
    height: 33px;
    display: block;
    margin-right: 15px;
    padding-right: 15px;
    min-width: 32px;
}
.mView_popList li a {
    font-size: 14px;
/*     font-family: 'NotoSansKR-Bold'; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.2;
    overflow: hidden;
}
.mView_popList li a strong {
	font-size: 15px;
    font-family: 'NotoSansKR-Bold';
}
.mView_popList li a p {
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}
.mView_popList li span{
    font-size: 13px;
    font-family: 'NotoSansKR-Regular';
    color: #757575;
    margin-top: 8px;
}

.map_page .mHeader_m {
	display: none;
}

.map_page .mSearch_m {
	display: none;
}

.map_page .mSearch_add {
	display: none;
}
/* 주소검색 리스트 */
#mb_addr_list::-webkit-scrollbar {
    width: 16px;
    background: #ebebeb;
    border-radius: 100px;
    border: 5px solid transparent;
    background-clip: padding-box;
}
#mb_addr_list::-webkit-scrollbar-thumb {
    border-radius: 100px;
    background-color: #c1c1c1;
    background-clip: padding-box;
    border: 5px solid transparent;
}

/* 지도보기 - 컨텍스트 메뉴 */
.ol-ctx-menu-container li.ol-ctx-menu-separator hr{
  border-bottom: 1px solid #2c3646 !important;
  display: block !important;
  background: none !important;
}

/* 지도보기 - 로드뷰 동동이 */
.MapWalker {position:absolute;margin:-26px 0 0 -51px}
.MapWalker .figure {position:absolute;width:25px;left:38px;top:-2px; height:39px;background:url(../images/icon/roadview_wk.png) -298px -114px no-repeat}
.MapWalker .angleBack {width:102px;height:52px;background: url(../images/icon/roadview_wk.png) -834px -2px no-repeat;}
.MapWalker.m0 .figure {background-position: -298px -114px;}
.MapWalker.m1 .figure {background-position: -335px -114px;}
.MapWalker.m2 .figure {background-position: -372px -114px;}
.MapWalker.m3 .figure {background-position: -409px -114px;}
.MapWalker.m4 .figure {background-position: -446px -114px;}
.MapWalker.m5 .figure {background-position: -483px -114px;}
.MapWalker.m6 .figure {background-position: -520px -114px;}
.MapWalker.m7 .figure {background-position: -557px -114px;}
.MapWalker.m8 .figure {background-position: -2px -114px;}
.MapWalker.m9 .figure {background-position: -39px -114px;}
.MapWalker.m10 .figure {background-position: -76px -114px;}
.MapWalker.m11 .figure {background-position: -113px -114px;}
.MapWalker.m12 .figure {background-position: -150px -114px;}
.MapWalker.m13 .figure {background-position: -187px -114px;}
.MapWalker.m14 .figure {background-position: -224px -114px;}
.MapWalker.m15 .figure {background-position: -261px -114px;}
.MapWalker.m0 .angleBack {background-position: -834px -2px;}
.MapWalker.m1 .angleBack {background-position: -938px -2px;}
.MapWalker.m2 .angleBack {background-position: -1042px -2px;}
.MapWalker.m3 .angleBack {background-position: -1146px -2px;}
.MapWalker.m4 .angleBack {background-position: -1250px -2px;}
.MapWalker.m5 .angleBack {background-position: -1354px -2px;}
.MapWalker.m6 .angleBack {background-position: -1458px -2px;}
.MapWalker.m7 .angleBack {background-position: -1562px -2px;}
.MapWalker.m8 .angleBack {background-position: -2px -2px;}
.MapWalker.m9 .angleBack {background-position: -106px -2px;}
.MapWalker.m10 .angleBack {background-position: -210px -2px;}
.MapWalker.m11 .angleBack {background-position: -314px -2px;}
.MapWalker.m12 .angleBack {background-position: -418px -2px;}
.MapWalker.m13 .angleBack {background-position: -522px -2px;}
.MapWalker.m14 .angleBack {background-position: -626px -2px;}
.MapWalker.m15 .angleBack {background-position: -730px -2px;}

/* 지도보기 - draw 툴팁 */
.ol-tooltip {
	position: relative;
	background: rgba(0, 0, 0, 0.8);
	border-radius: 4px;
	color: white;
	padding: 4px 8px;
	opacity: 0.8;
	white-space: nowrap;
	font-size: 12px;
	cursor: default;
	user-select: none;
}
.ol-tooltip-measure {
	opacity: 1;
	font-weight: bold;
}
.ol-tooltip-static {
	background-color: #ffcc33;
	color: black;
	border: 1px solid white;
}
.ol-tooltip-measure:before,
.ol-tooltip-static:before {
	border-top: 6px solid rgba(0, 0, 0, 0.8);
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	content: "";
	position: absolute;
	bottom: -6px;
	margin-left: -7px;
	left: 50%;
}
.ol-tooltip-static:before {
	border-top-color: #ffcc33;
}

/* 건축물 관리 페이지 */
.bldg_title .title_icon{
	background-image:url(../images/icon/bldg_mgt_title.png) !important;
}
.bldg_title .title_icon{
	width: 50px;
    height: 50px;
    margin-right: 12px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    box-shadow: 3px 4px 0px 0px rgb(0 0 0 / 10%);
}

.bldg_mgt .title_icon, .bldg_info .title_icon {
	background-image: url(../images/icon/bldg_mgt_title.png) !important;
}

.bldg_mgt .searchRqt>li:last-child .check_list>li, .acdnt_info .searchRqt>li:last-child .check_list>li
	{
	padding: 0;
	background: transparent;
}

.bldg_mgt .searchRqt>li:last-child .check_list>li input[type="text"],
	.acdnt_info .searchRqt>li:last-child .check_list>li input[type="text"]
	{
	height: 40px;
	margin-left: 10px;
}

.bldg_mgt .subjectmgt_progState, .bldg_mgt .resultmgt_progState {
	width: 8%;
}

.bldg_mgt .subjectmgt_facilNo, .bldg_mgt .resultmgt_facilNo {
	width: 8%;
}

.bldg_mgt .subjectmgt_name, .bldg_mgt .resultmgt_name {
	width: 23%;
}

.bldg_mgt .subjectmgt_updateDate, .bldg_mgt .resultmgt_updateDate {
	width: 13%;
}

.bldg_mgt .subjectmgt_bldArea, .bldg_mgt .resultmgt_bldArea {
	width: 13%;
}

.bldg_mgt .subjectmgt_bldTotArea, .bldg_mgt .resultmgt_bldTotArea {
	width: 13%;
}

.bldg_mgt .subjectmgt_facilType, .bldg_mgt .resultmgt_facilType {
	width: 13%;
}

.bldg_mgt .subjectmgt_lastChk, .bldg_mgt .resultmgt_lastChk {
	width: 13%;
}

.bldg_mgt .subjectmgt_fcltsUsePermitDate, .bldg_mgt .resultmgt_fcltsUsePermitDate
	{
	width: 13%;
}

/* 건축물 정보보기 */
.bldg_info .form_container_top>button,
.bldg_info .title_wrap_mobile+button {
	font-size: 15px;
	margin-left: auto;
	margin-bottom: 10px;
	padding: 10px 15px;
}

.sub_info .cInfoList_btn button:not(:last-child) {
	margin-right: 5px;
	cursor:pointer;
}

.sub_info .check_tab .content_title {
	font-size: 22px;
}

.sub_info .check_tab .content_title sup {
	width: 22px;
	height: 22px;
	margin-top: 5px;
	margin-right: 5px;
	border-width: 4px;
}

.insp_result .result_wrap ul li .result_item li{
	margin-right:0 !important;
	text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bldg_mobile_form ul .bldg_info_mobile_result{
	display:none;
}

.result_btn .blue_btn:hover{
	opacity:90% !important;
}
.insp_result .result_wrap ul li .result_item li.listBtn {
	width: 100% !important;
}
.insp_result .result_item li.listBtn button {
	width: 100%;
    height: 50px;
    border-radius: 5px;
    font-family: 'NanumSquareB';
	font-size: 18px;
	margin-top: 25px;
}

/* 사고정보 페이지 */
.acdnt_info_title .title_icon,
.m_acdnt_info .title_icon{
	background-image:url(../images/icon/acdnt_info_title.png) !important;
}
.acdnt_info_title .title_icon{
	width: 50px;
    height: 50px;
    margin-right: 12px;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 100px;
    box-shadow: 3px 4px 0px 0px rgb(0 0 0 / 10%);
}

.acdnt_info .title_icon, .acdnt_view .title_icon {
	background-image: url(../images/icon/acdnt_info_title.png) !important;
/* 	background-size: 55%; */
}

.acdnt_info .search_form .search_add select {
	width: 260px;
	height: 40px;
}
/* .acdnt_info_search_add .check_wrap li:nth-child(5) select{ */
/* 	width:10.4167vw; */
/* } */
.acdnt_info_search_add .check_wrap li ul .acdnt_search_input{
	width:100%;
}
.acdnt_info_search_add .check_wrap li ul .acdnt_search_input input{
	width:100% !important;
}
.acdnt_info_search_add .check_wrap li:nth-child(2) ul li:nth-child(2){
	margin:0 30px;
}


.occu_date{
   	display:flex;
   	align-items:center;
   	width:100%;
}
.occu_date li{
   	display:flex;
   	align-items:center;
   	padding:40px 0;
/*    	width:calc(50% - 20px); */
	width:30%;
	margin-left:20px;
}
.acdnt_info_date span{
	width:15%;
	text-align:center;
	white-space: nowrap;
}
.acdnt_info_date input{
	width:77%;
}

.result_wrap .result li .result_item li .mobile_subtitle{
	display:none;
}
.acdnt_info .search_result .subject li:nth-child(1), .acdnt_info .search_result .result_item li:nth-child(1)
	{
	width: 10%;
}

.acdnt_info .search_result .subject li:nth-child(2), .acdnt_info .search_result .result_item li:nth-child(2)
	{
	width: 40%;
}

.acdnt_info .search_result .subject li:nth-child(3), .acdnt_info .search_result .result_item li:nth-child(3)
	{
	width: 20%;
}

.acdnt_info .search_result .subject li:nth-child(4), .acdnt_info .search_result .result_item li:nth-child(4)
	{
	width: 10%;
}

.acdnt_info .search_result .subject li:nth-child(5), .acdnt_info .search_result .result_item li:nth-child(5)
	{
	width: 10%;
}

.acdnt_info .search_result .subject li:nth-child(6), .acdnt_info .search_result .result_item li:nth-child(6)
	{
	width: 10%;
}

.acdnt_info .search_result .subject li:nth-child(7), .acdnt_info .search_result .result_item li:nth-child(7)
	{
	width: 10%;
}

.acdnt_info .search_result .subject li:nth-child(8), .acdnt_info .search_result .result_item li:nth-child(8)
	{
	width: 10%;
}

.acdnt_info .result_container .result_btn {
	display: flex;
	justify-content: flex-end;
}

.acdnt_info .result_container .result_btn .blue_btn {
	margin-left: 5px;
}
/* 사고등록 */
.modal_enroll .modal_wrap {
	width: 1000px;
}

.modal_enroll .table_wrap {
	margin-top: 40px;
/* 	border-top: 1px solid #192b80; */
}

.modal_enroll .m_table{
	display: block;
}

.modal_enroll table {
	display: none;
}
.aGroup_enroll table {
	display: table;
}

.modal_enroll table,
.modal_enroll .m_table {
	width: 100%;
}

.modal_enroll tr,
.modal_enroll .m_table .contact > ul > li:not(:last-child),
.acdnt_enroll .m_table .contact li:nth-child(5) > ul > li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}
.modal_enroll .m_table li{
	display: flex;
}

.acdnt_enroll tr:nth-child(1) th:nth-child(1), .acdnt_enroll tr:nth-child(2) th:nth-child(3),
.acdnt_enroll tr:nth-child(7) th:nth-child(1), .acdnt_enroll tr:nth-child(11) th:nth-child(1),
.acdnt_enroll .m_table .contact li:nth-child(5) > p{ 
	border-right: 1px solid #d7d7d7;
}

.modal_enroll th,
.modal_enroll .m_table p.tit {
	line-height: 1.3;
	font-family: 'NotoSansKR-Bold';
	font-size: 16px;
	background: #f5f6fa;
	padding: 0 5px;
	width:20%;
	
    transform: skew(0deg);
}

.modal_enroll td,
.modal_enroll .m_table li > div.con {
	font-size: 15px;
	padding: 23px 15px;
}

/* .modal_enroll td input[type="text"], */
.modal_enroll td input, 
.modal_enroll td select,
.modal_enroll .m_table div input[type="text"] {
	display: block;
	width: 100%;
	height: 45px;
}

.modal_enroll textarea {
	width: 100%;
	height: 120px;
}

.modal_enroll .check_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.modal_enroll .input_wrap {
	justify-content: space-between;
}

.modal_enroll .input_wrap .wrapper {
	width: 50%;
}

.modal_enroll .input_wrap .wrapper:last-child {
	justify-content: flex-end;
}

.modal_enroll .input_wrap input[type="text"],
.modal_enroll .m_table .input_wrap input[type="text"] {
	width: 45%;
/* 	margin: 0 10px; */
	margin: 0 5px;
}

.modal_enroll .check_list li {
	display: flex;
	position: relative;
	margin-right: 20px;
}

.modal_enroll .check_list .checking {
	margin-right: 10px;
}

/* .modal_enroll tr:nth-child(4) .check_list { */
/* 	width: 20%; */
/* } */

/* .modal_enroll tr:nth-child(1) ul li:first-child, */
.modal_enroll .m_table .contact > ul > li:nth-child(2) ul {
    display: flex;
}
.modal_enroll .m_table .contact > ul > li:nth-child(2) ul li {
    width: 50%;
}
.modal_enroll .m_table .contact > ul > li:nth-child(2) li:first-child {
	margin-right: 10px;
}
.modal_enroll .m_table .contact > ul > li:nth-child(2) ul li .timepicker {
    margin: 0;
}

.modal_enroll tr:nth-child(4) .check_list p {
	margin-right: 10px;
}

.modal_enroll tr:nth-child(4) .input_wrap {
	width: 80%;
}

.modal_enroll tr:nth-child(4) .wrapper {
	width: 100%;
}

.acdnt_enroll tr:nth-child(4) input[type="text"] {
	width: 70% !important;
}
.modal_enroll .m_table li:not(div >ul>li) ul li:last-child {
    border: none;
}

/* 수정 */
.modal_enroll .m_table p.tit{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    text-align: center;
}
.acdnt_enroll .m_table .contact > ul {
	border-top: 1px solid #192b80;
	border-bottom: 1px solid #192b80;
}
.modal_enroll .m_table p.tit {
	width: 180px;
}
.modal_enroll .m_table .contact > ul > li:nth-child(5) .tit {
	width: 90px; 
}
.acdnt_enroll .m_table .contact div.con{
	width: calc(100% - 180px);
}
.modal_enroll .m_table .contact > ul > li:nth-child(5) .con,
.modal_enroll .m_table li:nth-child(5) > ul {
    width: calc(100% - 90px);
}
.modal_enroll .m_table .input_wrap .wrapper:last-child {
    justify-content: flex-start; 
}

.modal_enroll .check_list{
	flex-wrap: wrap;
}
.modal_enroll .check_list li {
	margin-bottom: 5px;
	margin-top: 5px;
}
.acdnt_enroll .m_table > li:nth-child(2) p.tit {
    width: 270px;
}
.acdnt_enroll .m_table > li:nth-child(2) .con
 {
    width: calc(100% - 270px);
}

.modal_enroll .contact {
	margin-top: 40px;
}
.modal_enroll .contact h3 {
	margin-bottom: 15px;
}
.modal_enroll .contact select {
	height: 45px;
    font-size: 16px;
    width: 50%;
}

.modal_enroll .contact > p {
    padding: 30px 25px;
    border: 1px solid #192b80;
}

.acdnt_enroll .m_table .contact #addAcdntAddress > *:not(:first-child) {
	margin-left: 10px;
}
.acdnt_enroll .m_table .contact #addAcdntAddress > select {
	max-width: 120px;
}
 

/* 사고정보 보기 */
.view_page table {
	width: 100%;
	margin-top: 40px;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
	
    line-height: 1.3;
}

.view_page table th {
	position: relative;
	background: #d1e0f5;
	border-bottom: 1px solid #9aa0ab;
	border-right: 1px solid #9aa0ab;
	padding: 16px 10px;
}

table th.th_sub {
	background: #e0e9f5;
}

.view_page table th::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #eff5ff;
}

.acdnt_view table tr:nth-child(1) th:nth-child(4), .acdnt_view table tr:nth-child(2) th:nth-child(3)
	{
/* 	border-left: 1px solid #9aa0ab;  */ /* 수정 */
}

.view_page table td {
	color: #555;
	padding: 16px;
	background: #fff;
	border-bottom: 1px solid #ddd;
}

/* 모바일용 테이블 */
.acdnt_view table.mo_table {
	display: none;
}
.acdnt_view table th {
	padding: 16px 5px;
}

/* 실시간 모니터링 */
.cctv_page {
	height: 100%;
}

.cctv_page .header_pc {
/* 	position: static; */
	position: fixed;
	padding: 1.6667vh 0;
	background: rgb(6, 6, 6);
	background: linear-gradient(0deg, rgba(6, 6, 6, 1) 0%,
		rgba(39, 39, 41, 1) 100%);
}

.cctv_page .header_pc nav {
	width: 100%;
	padding-left: 26px;
	padding-right: 34px;
}

.cctv_page .header_pc .date, .cctv_page .header_pc .time {
	font-family: 'NanumSquareB';
	font-size: 18px;
}

.cctv_page .header_pc .date {
	margin-right: 17px;
}

.cctv_page .cctv_wrap {
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	width: 100%;
/* 	height: calc(100% - 70px); */
	padding: 1.8519vh 0;
	background: #404955;
	
	height: auto;
	min-height: 100vh;
    padding-top: calc(70px + 1.8519vh);
}

.cctv_page aside {
/* 	position: static; */
	width: 16%;
	/* height: 100%; */
	padding: 0 1.8519vh;
	box-shadow: none;
	
    left: 0;
    top: 0;
    padding-top: calc(1.8519vh + 70px);
    position: fixed;
}

.cctv_page aside nav {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.cctv_page .title_wrap {
	padding: 2.037vh 0;
	background: #161b22;
	border-bottom: 2px solid #404956;
	border-radius: 3px 3px 0 0;
	box-sizing: border-box;
}

.cctv_page .title_wrap h2 {
	font-size: 1.6667vh;
	/* font-size: 18px; */
	color: #fff;
	margin: 0 1.5741vh;
}

.cctv_page .title_wrap h2 img {
	width: 0.8333vh;
	/* width: 9px; */
	margin-right: 0.8333vh;
}

.cctv_page .select_wrap, .cctv_page .cctv_list {
	padding: 1.8519vh 1.5741vh;
	background: #272d35;
	border-radius: 0 0 3px 3px;
}

.cctv_page .select_wrap select {
	width: 100%;
	/* height: 40px; */
	height: 3.7037vh;
	/* font-size: 15px; */
	font-size: 1.3889vh;
	color: #fff;
	background-color: rgb(84, 96, 115);
	background-image: url(../images/icon/arrow_black.png),
		linear-gradient(0deg, rgba(84, 96, 115, 1) 0%, rgba(136, 147, 164, 1)
		100%);
	background-position: right 15px center, center;
	border: none;
	border-radius: 3px;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.35);
}

.cctv_menu:last-child {
	height: 100%;
	overflow-y: hidden;
	margin-top: 1.8519vh;
	padding-bottom: 90px;
	background: #272d35;
	border-radius: 0 0 3px 3px;
}

.cctv_page .cctv_list {
	height: 100%;
	overflow-y: scroll;
	margin-top: 1.8519vh;
	padding-top: 0;
	padding-bottom: 0;
	margin-right: 7px;
	scrollbar-arrow-color: #fff;
	scrollbar-Track-Color: #272d35;
}

.cctv_page .cctv_list li {
	font-size: 1.3889vh;
	/* font-size: 15px; */
	color: #fff;
	padding: 1.1111vh;
	border: 1px solid transparent;
	border-radius: 3px;
}

.cctv_page .cctv_list li:not(:last-child) {
	margin-bottom: 2px;
}

.cctv_page .cctv_list li:hover {
	background: #495261;
	border-color: #5682df;
	cursor: pointer;
}

.cctv_page .cctv_list li.active {
	background: #495261;
	border-color: #5682df;
}

.cctv_page .cams_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
/* 	width: 84%; */
	height: 100%;
	padding: 0 1.8519vh;
	
	width: 100%;
    padding-left: 16%;
}

.cctv_page .cams_list > li {
	position: relative;
/* 	width: calc(50% - 2.5px); */
	color: #fff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
/* 	box-shadow: inset 0px 0px 0px 1px #272d35; */
	box-sizing: border-box;
	transition: box-shadow .13s;
	
	box-shadow: 0px 0px 0px 1px #272d35;
	width: calc(50% - 4px);
	height: calc(50vh - 40px - 1.8519vh);
	overflow: hidden;
}
.cctv_page .cams_list > li:not(:nth-child(-n+2)) {
	margin-top: 8px;
}
.cctv_page .cams_list > li .video_wrap {
	width: 100%;
    height: 100%;
}
.cctv_page .cams_list > li .video_wrap > span {
	position: absolute;
	top: 0;
	font-family: 'NanumSquareEB';
	font-size: 24px;
	padding: 2.5vh;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.5);
}

.cctv_page .cams_list > li .video-js {
	width: 100%;
	height: 100%;
}

 .cctv_page .cams_list li:nth-child(1) {
 	background-image: url(../images/cctv0.jpg);
 }

 .cctv_page .cams_list li:nth-child(2) {
 	background-image: url(../images/cctv1.jpg);
 } 

.cctv_page .cams_list li:nth-child(3) {
 	margin-top: 5px;
	background-image: url(../images/cctv2.jpg);
}

.cctv_page .cams_list li:nth-child(4) {
	margin-top: 5px;
 	background-image: url(../images/cctv3.jpg);
 }

.cctv_page .cams_list > li button {
/* 	visibility: hidden; */
/* 	opacity: 0; */
/* 	position: absolute; */
/* 	bottom: 22px; */
/* 	right: 22px; */
/* 	padding: 0; */
/* 	transition: all .13s; */
}

.cctv_page .cams_list > li:hover {
/* 	box-shadow: inset 0px 0px 0px 2px #1ead9b; */
	box-shadow: 0px 0px 0px 2px #1ead9b;
}

.cctv_page .cams_list li:hover button {
	visibility: visible;
	opacity: 1;
}

.cctv_page .cams_list li button:hover {
	opacity: 80%;
}

/* 자문단 관리 */
@media (max-width: 1300px) {
	.aGroupHis_search .inner input{
		width:60%;
	}
}

.aGroup_title .title_icon{
	background-image:url(../images/icon/advs_group_title.png) !important;
}
.aGroupHis_search{
	padding:0 25px;
}
.sub_page .form_container .aGroup_search_mobile{
	display:none;
}
.aGroupHis_search .inner{
	width:calc(33.33333% - 50px);
	margin-left:0 !important;
}
/* .aGroupHis_search .inner:last-child{
	width:100px;
} */

.smsSearch .search_btn_mobile button{
	width:100%;
}

.aGroupHis_search .inner:not(:last-child){
	margin-right:20px;
}
.aGroupHis_search .inner h3{
	margin-right:25px;
	width:10%;
	display:block;
	text-align:right;
}
.aGroupHis_search .inner select, .aGroupHis_search .inner input{
	width:80%;
	height:45px;
}
.aGroupHis_search .search_btn_mobile, .aGroup_mng_list .aGroup_mng_list_mobile{
	display:none;  
	width:100% !important;
/* 	margin-top: 20px; */
}
.aGroupHis_search .search_btn_mobile button{
	width:100%;
}

.aGroupHistory .title_wrap .title_icon, .aGroupHistory_view .title_wrap .title_icon
	{
	background-image: url(../images/icon/advs_group_title.png);
}

.aGroupHistory .ht_wrap {
	display: none;
}

.aGroupHistory .hash_tags {
	padding-top: 30px;
	padding-bottom: 20px;
	border-top: 1px solid #eaeaea;
}

.aGroupHistory .search_result .subject li:nth-child(1), .aGroupHistory .search_result .result_item li:nth-child(1)
	{
	width: 7%;
}

.aGroupHistory .search_result .subject li:nth-child(2), .aGroupHistory .search_result .result_item li:nth-child(2)
	{
	width: 10%;
}

.aGroupHistory .search_result .subject li:nth-child(3), .aGroupHistory .search_result .result_item li:nth-child(3)
	{
	width: 10%;
}

.aGroupHistory .search_result .subject li:nth-child(4), .aGroupHistory .search_result .result_item li:nth-child(4)
	{
	width: 22%;
}

.aGroupHistory .search_result .subject li:nth-child(5), .aGroupHistory .search_result .result_item li:nth-child(5)
	{
	width: 13%;
}

.aGroupHistory .search_result .subject li:nth-child(6), .aGroupHistory .search_result .result_item li:nth-child(6)
	{
	width: 10%;
}

.aGroupHistory .search_result .subject li:nth-child(7), .aGroupHistory .search_result .result_item li:nth-child(7)
	{
	width: 10%;
}

.aGroupHistory .search_result .subject li:nth-child(8), .aGroupHistory .search_result .result_item li:nth-child(8)
	{
	width: 20%;
}

.aGroupHistory .search_result .subject li:nth-child(9), .aGroupHistory .search_result .result_item li:nth-child(9)
	{
	width: 20%;
}

.aGroup_his_list ul li .aGroup_his_list_mobile{
	display:none;
}
.aGroup_his_list ul li .m_checkBox_wrap{
	display:none;
}

.sub_page .result_container .result_btn button:last-child {
	margin-left: 5px;
}

/* 자문 요청 */
.advice_req .modal_wrap .search_form {
	margin-top: 30px;
	padding:0 30px;
}
.advice_req .advice_req_modal,
.modal_selectGroup .modal_wrap {
	width: 1000px;
}
.advice_req .advice_req_modal .search_result .result_list > ul > li{
	margin-right:0 !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advice_req .modal_wrap .search_name {
	padding: 0;
}

.advice_req .search_name .search {
	width: 90%;
}

.advice_req .search_name .search li {
	width: auto;
}

.advice_req .search_name .search>li:nth-child(3) {
	width: 100%;
}

.advice_req .search_name .search>li:nth-child(3) input {
	width: 100%;
}

.aGroup_enroll .table_wrap {
	border-top: 1px solid #192b80;
}
.aGroup_enroll .modal_wrap .table_wrap table tr:nth-child(2) td input{
	height:45px;
	width:100%;
}

.aGroup_his_mng_title .line_wrapper .title_icon{
	background-image:url(../images/icon/advs_group_title.png) !important;
}

.result_wrap #resultList_popup_const li .m_checkBox_wrap li,
.result_wrap #resultList_popup_bild li .m_checkBox_wrap li,
.result_wrap #resultList_popup_slope li .m_checkBox_wrap li{
	display:none;
}
#result_list_popup_const .result_wrap ul li .result_item li, #result_list_popup_bild .result_wrap ul li .result_item li, #result_list_popup_slope .result_wrap ul li .result_item li{
	margin-right:0 !important;
}
#result_list_popup_const .result_wrap ul li .result_item li p, #result_list_popup_bild .result_wrap ul li .result_item li p, #result_list_popup_slope .result_wrap ul li .result_item li p{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#result_list_popup_const .result_wrap ul li .result_item li span, #result_list_popup_bild .result_wrap ul li .result_item li span, #result_list_popup_slope .result_wrap ul li .result_item li span{
	display:none;
}

/* 자문요청 선택 모달 */
.modal_selectGroup .check_wrap {
	margin-top: 60px;
    background: #f3f3f3;
/*     padding: 25px; */
	padding: 25px 25px 60px;
}
.modal_selectGroup .list_content_wrap {
	width: 100%;
}
.modal_selectGroup .check_wrap li.check_list_wrap,
.managt_list_modal .check_wrap li.check_list_wrap {		/* 관계자 > 조치결과 모달 */
    display: flex;
    justify-content: space-between;
    padding: 25px 30px;
    border: 1px solid #ced5e7;
    border-radius: 5px;
    background: #fff;
    cursor: pointer;
}
.modal_selectGroup .check_wrap li.check_list_wrap:not(:first-child),
.managt_list_modal .check_wrap li.check_list_wrap:not(:first-child) {
    margin-top: 10px;
}
.modal_selectGroup .check_wrap li.check_list_wrap:hover,
.managt_list_modal .check_wrap li.check_list_wrap:hover {
	border: 1px solid #5479f7;
}
.modal_selectGroup .check_list_wrap .list_left {
	font-family: 'NanumSquareEB';
}
.modal_selectGroup .check_list_wrap .list_left p.date {
	background: #f6fafd;
    border-radius: 18px;
    padding: 10px 25px;
    color: #3978fc;
    font-size: 16px;
    margin-right: 12px;
    letter-spacing: -0.5px;
    white-space: nowrap;
}
.modal_selectGroup .check_list_wrap .list_left span.tit,
.managt_list_modal .check_list_wrap .list_left span.tit {
	font-size: 20px;
    color: #1f1e1e;
    font-family: 'NanumSquareEB';
    word-break: break-all;
}
.modal_selectGroup .check_list_wrap .list_right {
	margin-left: 15px;
}
.modal_selectGroup .check_list_wrap .list_right .mgt_const_list {
	background: #f9f9f9;
/* 	margin-right: 25px; */
}

.modal_selectGroup .check_list_wrap .arrow_icon {
	display: flex;
    align-items: center;
    margin-left: 25px;
}
.modal_selectGroup .check_list_wrap .arrow_icon .icon,	/* 자문요청 모달 */
.managt_list_modal .check_list_wrap .list_right .icon {
	width: 25px;
    height: 15px;
    background-image: url(/static/images/icon/search_add_blue.png);
    background-repeat: no-repeat;
    display: block;
    transform: rotate(-90deg);
    background-position: center;
}


/* 자문요청 > 공사장 표형식 */
/* .advice_req_modal #result_list_popup_const .result_wrap .result_item li { */
/* 	padding: 0 10px; */
/* } */
.advice_req_modal #result_list_popup_const .subject li:nth-child(1),
.advice_req_modal #result_list_popup_const .result_item li:nth-child(1) {
	width: 3%;
}
.advice_req_modal #result_list_popup_const .subject li:nth-child(2),
.advice_req_modal #result_list_popup_const .result_item li:nth-child(2) {
	width: 10%;
}
.advice_req_modal #result_list_popup_const .subject li:nth-child(3),
.advice_req_modal #result_list_popup_const .result_item li:nth-child(3) {
	width: 25%;
}
.advice_req_modal #result_list_popup_const .subject li:nth-child(4),
.advice_req_modal #result_list_popup_const .result_item li:nth-child(4) {
	width: 40%;
}
.advice_req_modal #result_list_popup_const .subject li:nth-child(5),
.advice_req_modal #result_list_popup_const .result_item li:nth-child(5) {
	width: 10%;
}
.advice_req_modal #result_list_popup_const .subject li:nth-child(6),
.advice_req_modal #result_list_popup_const .result_item li:nth-child(6) {
	width: 12%;
}
.advice_req_modal #result_list_popup_const .subject li:nth-child(7),
.advice_req_modal #result_list_popup_const .result_item li:nth-child(7) {
	width: 12%;
}
.advice_req_modal #result_list_popup_const .subject li:nth-child(8),
.advice_req_modal #result_list_popup_const .result_item li:nth-child(8) {
	width: 12%;
}

/* 자문요청 > 사면 표형식 */
.advice_req_modal #result_list_popup_slope .subject li:nth-child(1),
.advice_req_modal #result_list_popup_slope .result_item li:nth-child(1) {
	width: 5%;
}
.advice_req_modal #result_list_popup_slope .subject li:nth-child(2),
.advice_req_modal #result_list_popup_slope .result_item li:nth-child(2) {
	width: 25%;
}
.advice_req_modal #result_list_popup_slope .subject li:nth-child(3),
.advice_req_modal #result_list_popup_slope .result_item li:nth-child(3) {
	width: 20%;
}
.advice_req_modal #result_list_popup_slope .subject li:nth-child(4),
.advice_req_modal #result_list_popup_slope .result_item li:nth-child(4) {
	width: 15%;
}
.advice_req_modal #result_list_popup_slope .subject li:nth-child(5),
.advice_req_modal #result_list_popup_slope .result_item li:nth-child(5) {
	width: 15%;
}
.advice_req_modal #result_list_popup_slope .subject li:nth-child(6),
.advice_req_modal #result_list_popup_slope .result_item li:nth-child(6) {
	width: 20%;
}

/* 자문요청 > 건축물 표형식 */
.advice_req_modal #result_list_popup_bild .subject li:nth-child(1),
.advice_req_modal #result_list_popup_bild .result_item li:nth-child(1) {
	width: 5%;
}
.advice_req_modal #result_list_popup_bild .subject li:nth-child(2),
.advice_req_modal #result_list_popup_bild .result_item li:nth-child(2) {
	width: 15%;
}
.advice_req_modal #result_list_popup_bild .subject li:nth-child(3),
.advice_req_modal #result_list_popup_bild .result_item li:nth-child(3) {
	width: 25%;
}
.advice_req_modal #result_list_popup_bild .subject li:nth-child(4),
.advice_req_modal #result_list_popup_bild .result_item li:nth-child(4) {
	width: 20%;
}
.advice_req_modal #result_list_popup_bild .subject li:nth-child(5),
.advice_req_modal #result_list_popup_bild .result_item li:nth-child(5) {
	width: 10%;
}
.advice_req_modal #result_list_popup_bild .subject li:nth-child(6),
.advice_req_modal #result_list_popup_bild .result_item li:nth-child(6) {
	width: 10%;
}
.advice_req_modal #result_list_popup_bild .subject li:nth-child(7),
.advice_req_modal #result_list_popup_bild .result_item li:nth-child(7) {
	width: 15%;
}

/* 자문단 관리 > 자문 요청 클릭 */
.aGroup_req_subject_wrap{
	display:none;
}
.pointOut .pointOut_list{
	background:#f3f3f3;
	padding:20px;
	border: 1px solid #dbe0e2;
}
.pointOut .pointOut_list button{
    border: 1px solid #192b80;
    background: #fff;
    padding: 15px 15px;
    font-size: 16px;
    border-radius: 3px;
    width: calc(50% - 5px);
}
.pointOut .pointOut_list button:hover{
	background:#dde0e2;
}
.pointOut.modal_sub .check_wrap {
	margin-top: 20px;
}
.pointOut.modal_sub .check_wrap #partcptnYn {
	font-size: 24px;
}
.pointOut.modal_sub .check_wrap ul{
	background:#fff;
	padding:10px;
	border-top:3px solid #192b80;
	border-bottom:1px solid #8a8a8a;
    width: 100%;
}
.pointOut.modal_sub .check_wrap ul li{
	cursor:pointer;
	line-height:1.3;
	width:100%;
	display:flex;
	margin:15px 0;
	padding:5px;
	
	justify-content: space-between;
}

.pointOut.modal_sub .check_wrap ul li:hover{
	background:#f3f3f3;
}
.pointOut.modal_sub .check_wrap ul > li > p:nth-child(1){
	width:45%;
}
.pointOut.modal_sub .check_wrap ul > li > p:nth-child(2){
	width:20%;
	position:relative;
}
.pointOut.modal_sub .check_wrap ul > li > p:nth-child(3){
	width:20%;
	position:relative;
}
.pointOut.modal_sub .check_wrap ul > li > p:nth-child(4){
	width:15%;
	position:relative;
}
.pointOut.modal_sub .check_wrap ul > li > p:not(:first-child)::before{
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background: #d0d0d0;
    left: -30%;
}
.pointOut.modal_sub .pagination_wrap {
	padding: 20px 0;
/* 	background: #eaeff9; */
	background: #dee5f2;
}

.aGroup_list_section_box .aGroup_list_section{
	display:flex;
/* 	justify-content:center; */
	margin-top: 50px;
	background: #edeff2;
	
    position: relative;
    justify-content: flex-start;
}
.aGroup_list_section_box .aGroup_list_section:after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    background: #5479f7;
    z-index: 0;
}
.aGroup_list_section_box .aGroup_list_section li{
	width: 50%;
    height: 60px;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom:3px solid #5479f7 !important;
    border:1px solid #b7b8ba;
    background:#edeff2;
    border-right: 0;
    border-left: 0;
    z-index: 1;
}
.aGroup_list_section_box .aGroup_list_section li:after {
    border-right: 1px solid #b7b8ba;
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
}
.aGroup_list_section_box .aGroup_list_section li:first-child:after {
    border-left: 1px solid #b7b8ba;
}

.aGroup_list_section_box .aGroup_list_section li.active{
	border:3px solid #5479f7;
	border-bottom:none !important;
	background:#fff;
}
.aGroup_list_section_box .aGroup_list_section li label{
	position:absolute;	
}
.aGroup_list_section_box .aGroup_list_section li span{
/* 	margin-left:10px; */
}

.aGroup_req_modal .search{
/* 	justify-content:unset !important; */
}
.aGroup_req_modal .search .inner:nth-child(4),
.area_modal .search .inner:nth-child(4) { 			/* 메인 > 건축물 착공현황 */	
	width:50%;
}	
.aGroup_req_modal .search .inner:nth-child(4) input,
.area_modal .search .inner:nth-child(4) input{
	width:100% !important;
}
/* .list_section_box .list_section li:nth-child(2){ */
/*     border-left: none; */
/*     border-right: none; */
/* } */

/* 자문단 점검이력 등록 */
.aGroup_enroll textarea {
	height: 7.8125vw;
}
/* 자문단 점검이력 (보기) */
.aGroupHistory_view .search_result .subject li:nth-child(1),
	.aGroupHistory_view .search_result .result_item li:nth-child(1) {
	width: 25%;
}

.aGroupHistory_view .search_result .subject li:nth-child(2),
.aGroupHistory_view .search_result .result_item li:nth-child(2) {
	width: 10%;
}
/* .aGroupHistory_view .search_result .result_item li:nth-child(2) {
	text-align: left;
	padding-left: 10px;
} */

.aGroupHistory_view .search_result .subject li:nth-child(3),
.aGroupHistory_view .search_result .result_item li:nth-child(3) {
	width: 20%;
}

.aGroupHistory_view .search_result .subject li:nth-child(4),
.aGroupHistory_view .search_result .result_item li:nth-child(4) {
	width: 25%;
}

.aGroupHistory_view .search_result .subject li:nth-child(5),
.aGroupHistory_view .search_result .result_item li:nth-child(5) {
	width: 10%;
}

.aGroupHistory_view .search_result .subject li:nth-child(6),
.aGroupHistory_view .search_result .result_item li:nth-child(6) {
	width: 10%;
}

/* 공지사항 */
.notice_title .title_icon{
	background-image:url(../images/icon/notice_page_title.png) !important;
}
.noticeField .title_wrap .title_icon {
	background-image: url(../images/icon/notice_page_title.png);
}

.noticeField .subject>li:nth-child(1), .noticeField .result_item>li:nth-child(1)
	{
	width: 7%;
}

.noticeField .subject>li:nth-child(2), .noticeField .result_item>li:nth-child(2)
	{
	width: 18%;
/* 	text-align: left; */
	padding: 0 20px;
}

.noticeField .result_item>li{
	margin-right:0 !important;
}
.noticeField .subject>li:nth-child(2) {
	text-align: center;
}

.noticeField .subject>li:nth-child(3), .noticeField .result_item>li:nth-child(3)
	{
	width: 10%;
}

.noticeField .subject>li:nth-child(4), .noticeField .result_item>li:nth-child(4)
	{
	width: 10%;
}
.noticeField .subject>li:nth-child(5), .noticeField .result_item>li:nth-child(5)
	{
	width: 15%;
}
.noticeField .subject>li:nth-child(6), .noticeField .result_item>li:nth-child(6)
	{
	width: 10%;
}
.noticeField .subject>li:nth-child(7), .noticeField .result_item>li:nth-child(7)
	{
	width: 10%;
}
.noticeField .subject>li:nth-child(8), .noticeField .result_item>li:nth-child(8)
	{
	width: 10%;
}
.noticeField .subject>li:nth-child(9), .noticeField .result_item>li:nth-child(9)
	{
	width: 10%;
}
.sub_page .notice_page .result_wrap,
.sub_page .data_share_list .result_wrap {
    padding: 0;
    background-color: transparent;
    border-bottom: 0;
}
/* 공지사항 보기 */
.post_container {
    padding-top: 60px;
}
.post_wrap {
	line-height: 1.3;
}
.post_title h2 {
/* 	font-size: 32px; */
	font-size: 30px;
	font-family: 'NanumSquareEB';
}

.post_title .wrapper {
	width: 100%;
	color: #555;
	margin-top: 12px;
}

.post_title .wrapper span {
	text-align: right;
}

.post_content {
	width: 100%;
	margin-top: 30px;
	padding: 80px 50px 20px;
	background: #fff;
	border: 1px solid #bbc5d8;
}

/* .post_content h3 { */
/* 	font-size: 26px; */
/* } */

.post_content p {
/* 	padding-top: 50px; */
}

.post_content h4 {
	font-size: 18px;
	padding-top: 50px;
	text-align: right;
}

.post_content h5 {
	font-size: 20PX;
	padding-top: 40px;
}

.post_content .attach_file {
	text-align: start;
	margin-top: 80px;
	padding: 30px 10px;
	border-top: 1px solid #eee;
}

.post_content .attach_file span {
/* 	width: 8%; */
	font-size: 18px;
	color: #555;
/* 	padding: 12px 0; */
	padding-right: 25px;
	border-right: 2px solid #d0d1d2;
}

.post_content .attach_file .file_temp {
	text-align: start;
/* 	width: 92%; */
	color: #545463;
	padding-left: 25px;
}

.post_navigation button {
	justify-content: space-between;
	width: 50%;
	margin-top: 20px;
	padding: 30px;
/* 	background: #fff; */
	background: #fbfcfd;
	border: 1px solid #bbc5d8;
	transition: border .1s;
	color: #000;
}

.post_navigation button:first-child {
	margin-right: 10px;
}

.post_navigation button:hover {
	border-color: #545463;
}
.post_navigation button p {
    overflow: hidden;
    text-overflow: ellipsis;
}
.post_navigation button:first-child p {
	text-align: right;
	margin-left: 20px;
}
.post_navigation button:last-child p {
	text-align: left;
	margin-right: 20px;
}
.post_navigation+button {
	width: 132px;
	height: 50px;
	margin: 0 auto;
	margin-top: 3.1250vw;
	background: #fff;
	border: 1px solid #cfdaee;
	border-radius: 100px;
	transition: border .1s;
	color: #000;
}
.post_navigation+button .icon {
	background-image: url(../images/icon/goList_icon.png);
    background-repeat: no-repeat;
    width: 18px; 
    height: 19px;
    margin-right: 10px;
}

.post_navigation+button:hover {
	opacity: 1;
	border-color: #545463;
}

/* 공지사항 글보기 */
.notice_view .form_container{
	word-break: break-all;
}

/* 공지사항 글쓰기 */
.form_write .content_form ul .wrapper,
.form_write .content_form .file_wrap .wrapper {
    padding: 20px;
}
.form_write .content_form ul .wrapper:not(:last-child){
	border-bottom: 1px solid #d7d7d7;
}
.form_write .content_form ul .wrapper p{
    font-size: 18px;
    width: 20%;
}
.form_write .content_form ul select{
	height: 40px;
	width: 140px;
}
.form_write .content_form ul input{
	height: 50px;
	width: 80%;
}
.form_write .content_form ul textarea{
	height: 350px;
	width: 80%;
	line-height: 1.3;
}
.form_write .content_form .file_wrap{
	display: flex;
    justify-content: flex-end;
    text-align: right;
    margin-left: 0;
}
.form_write .content_form .file_wrap .wrapper{
	width: 80%;
/* 	margin-bottom: 30px;  */
}
.form_write .content_form .file_wrap .wrapper .file_btn{
	font-size: 14px;
}

.form_write .form_wrap .write_submit{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 50px;
}
.form_write .form_wrap .write_submit button{
	width: 255px;
    font-size: 22px;
    height: 60px;
}
.form_write .form_wrap .write_submit button:first-child{
	margin-right: 15px;
    background: #fff;
    border: 1px solid #6e6e6e;
    box-sizing: border-box;
    olor: #000;
}
.form_write .form_wrap .write_submit button:last-child{
	color: #fff;
    background: #192b80;
    margin-left: 0;
    margin-bottom: 0;
}


/* 나의업무 */
.myWork .title_wrap .title_icon,
.m_myWork.insider .title_wrap .title_icon {
	background-image: url(../images/icon/myWork_title.png);
}

.myWork .search_form {
	padding-top: 0;
}

.card_wrap {
	position: relative;
}

.card_wrap .tab_index {
	width: 100%;
    background: #f2f2f2;
    border: 1px solid #d7d7d7;
    display: flex;
    align-items: center;
    padding: 30px;
}

.card_wrap .tab_index li {
/* 	display: flex; */
/* 	align-items: center; */
/* 	justify-content: center; */
/* 	width: 100px; */
/* 	height: 40px; */
/* 	margin-right: 15px; */
/* 	background: #fff; */
/* 	border: 1px solid #6e6e6e; */
	transition: all .13s;
	height: 50px;
    border: 1px solid #3978fc;
    border-radius: 25px;
    text-align: center;
    padding: 0 20px;
    font-size: 20px;
    line-height: 50px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 5px;
}
.card_wrap .tab_index li:hover {
	background-color: #354052;
    color: #fff;
    border: none;
}
.card_wrap .tab_index li.active {
/* 	color: #fff; */
/* 	background: #192b80; */
/* 	border: none; */
	background-color: #354052;
    color: #fff;
    border: none;
}

.card_list {
	display: flex;
	flex-wrap: wrap;
/* 	margin-top: 50px; */
}

.sub_page .myWork .result_list:not(#result_area_modal) .result_wrap {
	padding: 0;
	border-bottom: 0;
}
.myWork .card {
	position: relative;
	width: calc(20% - 24px);
/* 	height: 320px; */
	overflow: hidden;
	margin: 20px 0;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.15);
	transition: all .3s;
	
	padding: 25px;
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    background-image: url(../images/icon/mywork_list_icon01.png);
    background-repeat: no-repeat;
    background-position: center;
}
.myWork .card.card2 {
	background-image: url(../images/icon/mywork_list_icon02.png);
}
.myWork .card.card3 {
	background-image: url(../images/icon/mywork_list_icon03.png);
}

.myWork .card:not(:nth-child(5n)) {
	margin-right: 30px;
}

.card:hover {
	transform: translateY(-5px);
	box-shadow: 4px 12px 30px 6px rgb(0 0 0/ 20%);
}

.card .text_wrap {
	width: 100%;
/* 	height: 45%; */
/* 	padding: 0 25px; */
	padding-top: 25px;
	
	height: auto;
    padding: 0;
}
.card .text_wrap > p {
/*     height: 60px; */
    line-height: 1.3;
    height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.card .text_wrap h2 {
	font-family: 'NotoSansKR-Bold';
	font-size: 24px;
/* 	margin-top: 40px; */
    margin-top: 20px;	
    color: #000;
    margin-bottom: 40%;
    line-height: 1.1;
}

/* .card .img_wrap { */
/* 	position: relative; */
/* 	bottom: 0; */
/* 	width: 100%; */
/* 	height: 55%; */
/* 	background-repeat: no-repeat; */
/* 	background-position: center; */
/* 	background-size: cover; */
/* } */

.card .img_wrap:hover {
	cursor: pointer;
}


.myWork .card button {
/* 	position: absolute; */
/* 	bottom: 35px; */
/* 	left: 50%; */
/* 	transform: translateX(-50%); */
/* 	width: 223px; */
	height: 50px;
	font-size: 18px;
	color: #fff;
	background: #3978fc;
	border-radius: 5px;
}

.myWork .card .img_wrap button:hover {
	opacity: 1;
	background: #192b80;
}

/* 관리자 공통 */
.title_line_admin{
	background:#b1bdd2 !important;
}

/* 관리자 페이지  공사장 현황 */
.const_status_search_result .result_top button{
	width:100%;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    justify-content: start;
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #ced5e7;
    padding-bottom: 20px;
    font-size: 18px;
    font-size: 24px;
    font-weight: bold;
    font-family: 'NanumSquareEB';
    background: #fff;
    transition: all .3s;
}
.const_status_search_result .result_top button .icon:first-child{
    width: 7px;
    height: 21px;
    margin-right: 10px;
    background-image: url(../../static/images/icon/rectangle_blue.png);
    transition: all 0.3s;
}
.const_status_search_result .result_top button .icon:last-child{
	width: 25px;
    height: 14px;
    background-image: url(/static/images/icon/search_add_blue.png);
    margin-left: auto;
    transition: all 0.3s;
}
.const_status_search_result .result_top button.active .icon:last-child{
	transform:rotate(180deg);
}

.const_status_search_result .result_bottom{
	margin-bottom:80px;
}

/* 접속자 로그 */
.accessor_log .search_form .search {
	flex-wrap: wrap;
}

.accessor_log .search_form .search>li {
	width: 100%;
	margin-right: 0;
}

.accessor_log .search_form .search>li:first-child {
	margin-bottom: 15px;
}

.accessor_log .search_form .search input, .accessor_log .search_form .search select
	{
	width: 200px;
}

.accessor_log .search_form .search>li>*:not(:last-child) {
	margin: 0 5px;
}

.accessor_log .search_form .search>li>*:last-child {
	margin-left: 5px;
}

/* 점검 카드 관리 */
.checkCard_wrap {
	position: relative;
}

.checkCard_wrap .tab_index {
	display: flex;
	padding: 30px 50px;
    background: #fff;
    border: 1px solid #515463;
    flex-wrap: wrap;
}

.checkCard_wrap .tab_index li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    background: #fff;
    border: 1px solid #6e6e6e;
    transition: all .13s;
    height: 50px;
    border: 1px solid #3978fc;
    border-radius: 25px;
    text-align: center;
    padding: 0 20px;
    font-size: 20px;
    background: #fff;
    margin-right: 20px;
    margin-bottom: 5px;
}

.checkCard_wrap .tab_index li.active {
	color: #fff;
	background: #354052;
	border: none;
}

.checkCard_list {
	display: flex;
	flex-wrap: wrap;
}

/* .checkCard { */  /* 수정 전 */
/* 	position: relative; */
/* 	width: 28%; */
/* 	/*   width: 408px; */ 
/* 	height: 500px; */
/* 	overflow: hidden; */
/* 	margin: 50px 2.6666%; */
/* 	/*   margin: 50px 0; */ 
/* 	background: #fff; */
/* 	border-radius: 15px; */
/* 	box-shadow: 4px 12px 30px 6px rgb(0 0 0/ 10%); */
/* 	transition: all .3s; */
/* } */
.checkCard{
	position: relative;
    width: calc(20% - 24px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    /* width: 408px; */
    /* height: 500px; */
    overflow: hidden;
    margin: 20px 0;
    padding: 25px;
    /* margin: 50px 0; */
    background: #fff;
    border-radius: 15px;
    box-shadow: 4px 12px 30px 6px rgb(0 0 0 / 10%);
    transition: all .3s;
    
    background-repeat: no-repeat;
    background-position: center;
}
.checkCard_list{
	margin-top:50px;
}
.checkCard_list li:not(:nth-child(5)){
	margin-right:30px;
}
.checkCard_list li:nth-child(1){
	background-image:url(../images/icon/mywork_list_icon03.png);
}
.checkCard_list li:nth-child(2),
.checkCard_list li:nth-child(3),
.checkCard_list li:nth-child(4){
	background-image:url(../images/icon/mywork_list_icon02.png);
}
.checkCard_list li:nth-child(5){
	background-image:url(../images/icon/mywork_list_icon01.png);
}

.checkCard:hover {
	transform: translateY(-8px);
	box-shadow: 4px 12px 30px 6px rgb(0 0 0/ 20%);
}

.checkCard .text_wrap {
	width: 100%;
	height: auto; 
/* 	padding: 0 20px; */
/* 	padding-top: 30px; */
}
.checkCard .text_wrap p{
    line-height: 1.3;
    height: 3.9em;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.checkCard .text_wrap h2 {
    font-family: 'NotoSansKR-Bold';
    line-height: 1.2;
    font-size: 32px;
    margin-top: 20px;
    font-family: 'NotoSansKR-Bold';
    font-size: 24px;
    /* margin-top: 40px; */
    margin-top: 20px;
    color: #000;
    margin-bottom: 40%;
    line-height: 1.1;
}
.checkCard button{
	width:100%;
    height: 50px;
    font-size: 18px;
    color: #fff;
    background: #3978fc;
    border-radius: 5px;
}

.checkCard .img_wrap {
	width: 100%;
	height: 60%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.checkCard .img_wrap:hover {
	cursor: pointer;
}

.checkCard:nth-child(1) .img_wrap {
	background-image: url(../images/card/card0.jpg);
}

.checkCard:nth-child(2) .img_wrap {
	background-image: url(../images/card/card1.jpg);
}

.checkCard:nth-child(3) .img_wrap {
	background-image: url(../images/card/card2.jpg);
}

.checkCard:nth-child(4) .img_wrap {
	background-image: url(../images/card/card3.jpg);
}

.checkCard:nth-child(5) .img_wrap {
	background-image: url(../images/card/card4.jpg);
}

.checkCard:nth-child(6) .img_wrap {
	background-image: url(../images/card/card5.jpg);
}

.checkCard .img_wrap .btn {
	display: flex;
	align-items: center;
	justify-content: center;
}

.checkCard .img_wrap .btn button {
	width: 100px;
	height: 30px;
	margin-top: 200px;
	border-radius: 3px;
}

.checkCard .img_wrap .btn button:first-child {
	margin-right: 10px;
}

.checkCard .menu_btn {
	display: flex;
	align-items: center;
	justify-content: end;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
}

.checkCard .menu_btn button {
	width: 30px;
	height: 30px;
	font-size: 30px;
	color: #b0b0b0;
	background: transparent;
}

.checkCard .menu {
	display: flex;
	justify-content: end;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 50px 15px;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.checkCard .menu li {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-top: 20px;
}

.checkCard .menu li button {
	width: 100%;
	height: 100%;
	font-size: 13px;
	color: #333;
	background: #fff;
	border-radius: 100px;
	transition: all .2s;
}

.checkCard .menu button:hover {
	color: #fff;
	background: #333;
}

.checkCard .menu button.active {
	color: #fff;
	background: #3978fc;
}

.checkCard_wrap .addCard_btn {
	display: flex;
	justify-content: end;
	position: absolute;
	bottom: 0;
	right: 0;
}

.checkCard_wrap .addCard_btn button {
	width: 100px;
	height: 40px;
}

/* 관리자 사용자 관리 모달 */
.altWay_btn{
	margin-left:15px;
}

/* 점검 카드 등록 */
.checkCard_enroll .cResult_top {
	flex-direction: column;
	align-items: flex-start;
	margin-top: 0;
	padding: 30px 50px;
	background: #fff;
	border: 1px solid #515463;
}

.checkCard_enroll h3 {
	font-family: 'NanumSquareB';
	font-size: 18px;
}

.checkCard_enroll .cResult_top .emergencyCheck {
	display: flex;
	justify-content: space-between;
	width: 60%;
}

.checkCard_enroll .cResult_top .emergencyCheck li {
	display: flex;
	align-items: center;
	position: relative;
}

.checkCard_enroll .cResult_top .emergencyCheck label {
	position: absolute;
}

.checkCard_enroll .cResult_top .emergencyCheck .checking {
	margin-left: 10px;
}

.checkCard_enroll .cResult_top input {
	height: 45px;
	margin: 0 15px;
}

.checkCard_enroll .cResult_top .datepicker:last-child {
	margin-right: 0;
}

.checkCard_enroll .cResult_top .cardName {
	display: flex;
	width: 100%;
	margin-top: 20px;
}

.checkCard_enroll .cResult_top .input_wrap {
	justify-content: space-between;
	width: 60%;
}

.checkCard_enroll .cResult_top .input_wrap input {
	width: 82%;
	margin: 0;
}

.checkCard_enroll .cResult_top .addCheck {
	display: flex;
	align-self: flex-end;
	margin-left: auto;
}

.checkCard_enroll .cResult_top .addCheck button {
	width: 60px;
	height: 30px;
	font-size: 14px;
	transition: background .13s;
}

.checkCard_enroll .cResult_top .addCheck button.active {
	background: #5479f7;
}

.checkCard_enroll .cResult_top .addCheck button:last-child {
	margin-left: 8px;
}

.checkCard_enroll .fieldAdd {
	display: flex;
	justify-content: end;
	margin-top: 50px;
}

.checkCard_enroll .fieldAdd button {
	width: 120px;
	height: 40px;
	font-size: 15px;
}

.checkCard_enroll .fieldAdd img {
	margin-right: 10px;
}

.checkCard_enroll .fieldAdd button:last-child {
	margin-left: 8px;
}

.checkCard_enroll .cResult_menu .result_wrap {
	padding: 15px !important;
}

.checkCard_enroll .cResult_menu .subject>li, .checkCard_enroll .cResult_menu .result_item>li
	{
	width: 100%;
	padding: 15px;
	border-left: none;
}

.checkCard_enroll .cResult_menu .subject>li {
	font-size: 16px;
}

.checkCard_enroll .cResult_menu .result_item>li {
	display: flex;
	align-items: center;
	font-size: 14px;
	background: #fff;
}

.checkCard_enroll .cResult_menu .result_item button {
	width: 18px;
	height: 18px;
	font-size: 12px;
	color: #fff;
	font-weight: 900;
	margin-right: 15px;
	background: #464646;
	border-radius: 3px;
	transition: background .13s;
}

.checkCard_enroll .cResult_menu .result_item button:hover {
	background: #5479f7;
}

.checkCard_enroll .cResult_menu input {
	width: 100%;
	padding: 0;
	background: transparent;
	border: none;
}

.checkCard_enroll .cResult_submit {
	margin-top: 50px;
}

.checkCard_enroll .cResult_submit h3 {
	font-size: 18px;
	margin-right: 20px;
}

.checkCard_enroll .cResult_submit select {
	width: 220px;
	height: 45px;
	background-color: #fff;
}

.checkCard_enroll .cResult_submit .info_btn button {
	width: 255px;
	font-family: 'NotoSansKR-Medium';
	font-size: 22px;
}

/* 관리자 공지사항 */
.result_bottom_btn{
	display:flex;
	position:absolute;
	right:0;
}
.result_bottom_btn button:nth-child(1){
	margin-right:10px;
}
.result_bottom_btn button{
	height:40px;
}

.post_bottom{
	display:flex;
}
.post_bottom button:first-child{
	margin-left:auto;
	margin-right:10px;
}
.post_bottom button{
	height:45px;
}

/* 관리자 자료공유 */
.dateShare_admin_wrap li{
	cursor:pointer;
}

/* 알림마당(자료공유, 공지사항, 홍보/보도자료, 관련법규) */
.sub_page .data_share_list .search_result,
.sub_page .notice_page .search_result,
.sub_page .promotion_page .search_result,
.sub_page .guideline_page .search_result{
	margin-top: 40px;
}
.notice_page .search_form select,
.data_share_list .search_form select,
.promotion_page .search_form select,
.guideline_page .search_form select,
.m_notice_page .search_form select{
	width: 140px;
}

/* 자료공유 & 공지사항 pc */
.data_share_list .form_container,
.notice_page .form_container{
	background: #f4f6f9;
}
.dataShare_wrap.text-center li,
.notice_page .data_list li{
	background: #fff;
    border: 1px solid #dde4ef;
    border-radius: 10px;
    padding: 30px;
    cursor: pointer;
    transition: all 0.2s;
}
.dataShare_wrap.text-center li:hover, .notice_page .data_list li:hover,
.m_data_share.text-center li:hover, .m_notice_page .data_list li:hover {
    background: #ebf3ff;
    border: 1px solid #4a81d8;
}
.dataShare_wrap.text-center li:not(:last-child),
.notice_page .data_list li:not(:last-child){
	margin-bottom: 15px;
}
.dataShare_wrap.text-center li:last-child,
.notice_page .data_list li:last-child{
	margin-bottom:40px;
}

.data_share_container .dataShare_wrap li .content_wrap,
.notice_page .data_list li .content_wrap{
	width: calc(100% - 60px);
	display:flex;
    justify-content: space-between;
    flex-direction: column;
}
.data_share_container .dataShare_wrap li .content_wrap a,
.notice_page .data_list li .content_wrap a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom:15px;
}
.data_share_container .dataShare_wrap li .content_wrap a span,
.notice_page .data_list li .content_wrap a span {
    font-size: 18px;
    margin-left: 27px;
    word-break: break-all;
    text-align: left;
    line-height: 1.3;
}
.data_share_container .dataShare_wrap li .content_wrap .wrapper,
.notice_page .data_list li .content_wrap .wrapper{
	justify-content:flex-end;
}
.data_share_container .dataShare_wrap li .content_wrap > .wrapper > div,
.notice_page .data_list li .content_wrap .wrapper > div{
	display: flex;
    align-items: center;
    color: #192b80;
    word-break: keep-all;
}
.data_share_container .dataShare_wrap li .content_wrap > .wrapper .writer p,
.notice_page .data_list li .content_wrap .wrapper .writer p {
    margin-left: 20px;
    color: #5b5b5b;
}
.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment img{
	margin-right:10px; 
}
.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment p{
    margin-left: 20px;
    color: #3978fc;
    font-weight: bold;
}
.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment:after{
	content: "";
    width: 1px;
    height: 15px;
    background: #5180e3;
    margin: 0 25px;
}
.data_share_container .list_bottom,
.notice_page .list_bottom {
	position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.data_share_container .list_bottom button,
.notice_page .list_bottom button {
    width: 87px;
    height: 40px;
    position: absolute;
    right: 0;
}

/* 자료공유 */

.data_share_admin .data_list li,
.m_data_share .data_list li,
.m_notice_page .data_list li {
	background: #fff;
	border: 1px solid #dde4ef;
	border-radius: 10px;
    cursor: pointer;
    transition: all 0.2s;
}

.data_share_admin .data_list li a {
	display: flex;
	align-items: center;
	justify-content: space-between;
/* 	padding: 30px; */
}

.data_share_admin .data_list li:not(:first-child),
.m_data_share .data_list li:not(:first-child),
.m_notice_page .data_list li:not(:first-child) {
	margin-top: 15px;
}

.data_share_admin .data_list span {
	font-family: 'NanumSquareB';
	font-size: 20px;
	color: #2c3646;
	margin-left: 30px;
}

.comment_icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 43px; min-width: 43px;
	height: 41px;
	color: #fff;
	margin-left: 40px;
	background-image: url(../images/icon/comment_navy.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.date_wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	color: #fff;
	background: #5479f7;
	border-radius: 5px;
}
.notice .date_wrap,
.notice_page .date_wrap {
	background: #35a3f7;
}

.date_wrap p {
	font-size: 12px;
}

.date_wrap strong {
	font-family: 'NanumSquareEB';
	font-size: 28px;
	margin-top: 8px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 15%);
}

.data_share_admin .data_list .attachment, .data_share_admin .data_list .writer
	{
	color: #192b80;
}

.data_share_admin .data_list .attachment {
	display: flex;
	align-items: center;
	margin-right: 25px;
	padding-right: 25px;
	border-right: 1px solid #5180e3;
}

.data_share_admin .data_list .attachment p {
	font-family: 'NotoSansKR-Black';
	color: #3978fc;
	margin-left: 20px;
}

.data_share_admin .data_list .attachment img {
	margin-right: 10px;
}

.data_share_admin .data_list .writer {
	display: flex;
	align-items: center;
}

.data_share_admin .data_list .writer p {
	color: #5b5b5b;
	margin-left: 20px;
}

.data_share_admin .list_bottom {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: 25px;
}

.data_share_admin .list_bottom button {
	position: absolute;
	right: 0;
	width: 86px;
	height: 40px;
	font-size: 14px;
	color: #fff;
	background: #5479f7;
	border: 1px solid #1d308a;
	border-radius: 2px;
}

/* 자료공유 글보기 */
.data_share_dtl .form_container{
	background: #f4f6f9;
}
.data_share_dtl .data_content {
	width: 100%;
	padding: 60px;
	background: #fff;
	border: 1px solid #dde4ef;
	border-radius: 10px;
}

.data_share_dtl .data_content h2 {
	font-family: 'NanumSquareB';
	font-size: 24px;
	color: #2c3646;
	line-height: 1.3;
}

.data_share_dtl .write_info {
	display: flex;
	justify-content: end;
	margin-top: 12px;
}

.data_share_dtl .write_info p:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #dcdcdc;
}

.data_share_dtl .write_info p, .data_share_dtl .attachment a {
	font-size: 15px;
	color: #192b80;
}

.data_share_dtl .write_info p span {
	color: #5b5b5b;
	margin-left: 15px;
}

.data_share_dtl .attachment {
	display: flex;
	justify-content: end;
	margin-top: 20px;
	padding: 25px 20px;
	background: #fbfbfb;
	border-top: 1px solid #161a23;
}

.data_share_dtl .attachment > a {
	display: flex;
	align-items: center;
}

.data_share_dtl .attachment a img {
	margin-right: 8px;
}

.data_share_dtl .attachment a span {
	color: #363636;
	margin-left: 15px;
}

.data_share_dtl .attachment .file_temp {
	margin-left: 10px;
}

.data_share_dtl .descript {
	line-height: 24px;
	color: #354052;
	padding: 50px 30px;
}

.data_share_dtl .comment_form {
	display: flex;
	align-items: center;
	margin-top: 170px;
	padding: 30px 40px;
	background: #fbfdff;
	border: 1px solid #c4c8d0;
	border-radius: 10px;
}
.data_share_dtl .comment_form .wrapper{
	width: 100%;
}
.data_share_dtl .comment_form .user {
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-family: 'NanumSquareEB';
	font-size: 17px;
	margin-right: 40px;
}
.data_share_dtl .comment_form .user .icon,
.data_share_dtl .comment_list .icon {
	width: 48px;
	height: 48px;
	margin-bottom: 12px;
	background-color: #edf0f2;
	background-repeat: no-repeat;
	background-position: center;
	border: 1px solid #dbdbdc;
	border-radius: 100px;
}
.data_share_dtl .comment_form .user .icon {
	background-image: url(../images/icon/user_blue.png);
}
.data_share_dtl .comment_form textarea {
	width: 100%;
    height: 100px;
	background: #fff;
}

.data_share_dtl .comment_form button {
	width: 120px;
	height: 100px;
	font-family: 'NanumSquareB';
	font-size: 20px;
	color: #fff;
	background: #5479f7;
	border: 1px solid #1d308a;
	border-radius: 2px;
	margin-bottom: 0;
	margin-left: 20px;
}

.data_share_dtl .comment_list {
	margin-top: 27px;
	padding: 0 20px;
}

.data_share_dtl .comment_list .comment_status {
	font-size: 18px;
	color: #192b80;
	margin-bottom: 10px;
}

.data_share_dtl .comment_list .comment_status span {
	font-weight: bold;
	color: #3978fc;
	margin-left: 8px;
}

.data_share_dtl .comment_list .comment {
	display: flex;
	align-items: start;
	width: 100%;
	padding: 30px 20px;
	border-bottom: 1px solid #dde4ef;
}

.data_share_dtl .comment_list .icon {
	margin-right: 25px;
	background-image: url(../images/icon/user_dark.png);
}

.data_share_dtl .comment_wrap {
	width: calc(100% - 75px);
}

.data_share_dtl .comment_list .comment .wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.data_share_dtl .comment_list .comment .user_name {
	font-family: 'NanumSquareEB';
	font-size: 17px;
}

.data_share_dtl .comment_list .comment_option {
	display: flex;
	align-items: center;
}

.data_share_dtl .comment_list .comment_option img {
	margin-right: 10px;
}

.data_share_dtl .comment_list .comment_option span {
	font-size: 15px;
	color: #757575;
}

.data_share_dtl .comment_list .comment .btn_wrap {
	display: flex;
	margin-left: 30px;
}

.data_share_dtl .comment_list .comment .btn_wrap button {
	color: #192b80;
}

.data_share_dtl .comment_list .comment .btn_wrap button:first-child {
	margin-right: 15px;
	padding-right: 15px;
	border-right: 1px solid #5180e3;
}

.data_share_dtl .comment_list .comment_wrap>p {
	color: #354052;
	word-break: break-all;
	margin-top: 15px;
}

.data_share_dtl .comment_list .modify {
	display: none;
	padding: 30px 35px;
	background: #f8f8f8;
}

.data_share_dtl .comment_list .modify.active {
	display: flex;
}

.data_share_dtl .comment_list .modify textarea {
	width: calc(100% - 140px);
	height: 85px;
	background: #fff;
}

.data_share_dtl .comment_list .modify button {
	width: 120px;
	height: 85px;
	font-family: 'NanumSquareB';
	font-size: 20px;
	color: #192b80;
	margin-left: 20px;
	background: #fff;
	border: 3px solid #5479f7;
	border-radius: 5px;
}
	/* 글수정&삭제 버튼랩*/
.postBtn_wrap {
	display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.postBtn_wrap button {
	background: #fff;
    color: #000;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 0;
}
.postBtn_wrap button:first-child{
	border: 1px solid #e55757;
}
.postBtn_wrap button:last-child {
	margin-left: 5px;
    border: 1px solid #c0c9cb;
}

/* 세움터 데이터 가져오기 페이지 */
.const_seumReceviePop .search_form .check_list {
	white-space: pre;
    margin-right: 30px;
}
.const_seumReceviePop .search_form .check_list li:not(:last-child) {
	margin-right: 10px;
}
.const_seumReceviePop .search_form .check_list p {
	padding-left: 5px;
}
.const_seumReceviePop #searchJusoDiv select {
    min-width: 100px;
}
.const_seumReceviePop #searchJusoDiv input,
.const_seumReceviePop #searchPmsnoDiv > div,
.const_seumReceviePop #searchPmsnoDiv input {
	width: 100%;
}

/* 관계자 페이지 */
.insider {
	position: relative;
	max-width: 1024px;
	margin: 0 auto;
	background: #d5d6d9;
	
	width: 100%;
}
.insider_page header {
	display: flex;
	align-items: center;
	position: fixed;
	top: 0;
	left: 50%;
    transform: translateX(-50%);
	max-width: 1024px;
	width: 100%;
	height: 100px;
}

.insider_page header .logo_wrap {
	width: 100%;	/* 수정 */
}

.insider_page .burger_btn {
	width: 100px;
	height: 100px;
	background-color: #20b5c8;
	background-image: url(../images/icon/burger.png);
	background-repeat: no-repeat;
	background-position: center;
}

/* insider 메뉴 */
.insider_page .mobile_menu{
	width: 100%;
	position: absolute;
	max-width: 1024px;
    left: 50%;
    transform: translateX(-50%);
} 
.insider_page .mobile_menu .login_text {
	padding: 32px 27px 20px;
}
.insider_page .mobile_menu .m_menu_top .mywork{
    border: 1px solid rgba(255, 255, 255, 0.5);
    padding: 10px;
    font-size: 13px;
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
    font-family: 'NotoSansKR';
    margin-left: 37px;
    display: flex; 
}
/* .insider_page .mobile_menu .m_menu_top .mywork img{ */
/* 	width: 16px; */
/* } */
.insider_page .mobile_menu .m_menu_top .mywork .mywork_icon{
	width: 16px;
    height: 14px;
    background-size: 16px 14px;
    background-image: url(../../static/images/icon/title_mywork.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 15px;
}

.insider .main_content {
	padding-top: 100px;
	height: auto;
}
.insider .main_content .cInfoList_btn{
	padding-bottom:20px;
}
.main_content .cInfoList_btn button{
	cursor:pointer;
}
.insider .main_content>div {
/* 	margin-top: 10px; */
/* 	padding: 40px 25px 100px; */
	background: #f4f6f9;
	border-bottom: 2px solid #c1c2c7;
	margin-bottom: 0;
	margin-top:0;
	padding: 50px 25px 100px;
}

.insider .main_content>div:last-child {
	border: none;
}

.insider.main_page .main_content>div {
	padding: 65px 25px 75px;
	margin-top: -15px;
}
.insider.main_page .main_content>div:first-child {
	padding: 75px 25px 75px;
}
.insider.main_page .main_content>div:not(:first-child) {
    margin-top: 10px;
}
.insider.main_page .main_content>div:last-child{	/*관계자 메인*/
	padding-bottom: 100px;
}

.insider .title_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.insider .title_wrap{
	padding: 0;
}

.insider .title_wrap .wrapper img {
	margin-right: 12px;
}

.insider .title_wrap button {
	font-size: 15px;
	color: #2c3646;
}

.insider .title_wrap button img {
	margin-left: 12px;
}

.insider .title_wrap h2 {
	font-family: 'NanumSquareB';
	font-size: 28px;
}

.insider .title_wrap .title_line{
	background: #b1bdd2;
}

.insider .main_content>div>ul {
	margin-top: 35px;
}
.insider .result_container .result_bottom {
	padding-bottom: 100px;
}
.insider.sub_page .result_container .total p {
    font-size: 26px;
}



/* 공사장 목록 (관계자) */
.insider .const_list .tit_right {
	background: #e7eaed;
    border: 1px solid #d9dee7;
    padding: 10px 15px;
    border-radius: 2px;
}
.insider .const_list .tit_right div {
	width: 15px;
    height: 15px;
    background: #e8efff;
    border: 2px solid #3978fc;
    border-radius: 2px;
}
.insider .const_list .tit_right p {
	font-size: 14px;
}
.insider .const_list .tit_right p:before {
    content: '';
    width: 1px;
    height: 15px;
    display: block;
    background: #9d9d9d;
    margin: 0 10px;
}

.insider .card {
	width: calc(50% - 10px);
	overflow: hidden;
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
	transition: all .3s;
	padding: 25px;
	display: flex;
	flex-direction: column;
    justify-content: space-between;
}

.insider .const_list .card.active {
	background: #e8efff;
    border: 3px solid #3978fc;
}

.insider .const_list .card:not(:nth-child(2n)) {
	margin-right: 20px;
}
.insider .const_list .card:not(:nth-child(-n+2)) {
    margin-top: 30px;
}

.insider .const_list .card .text_wrap {
	height: auto;
	padding: 0;
}

.insider .const_list .card .text_wrap .wrapper {
	align-items: start;
/* 	justify-content: space-between; */
}

.insider .const_list .card .text_wrap p {
	font-size: 18px;	/* 수정 */
	color: #192b80;
	line-height: 1.3;
}

.insider .const_list .card .text_wrap button {
	width: 55px;
	height: 35px;
	color: #fff;
	background: #354052;
	border-radius: 5px;
}

.insider .const_list .card .text_wrap h2 {
	font-size: 30px;
}

.insider .const_list .card .img_wrap {
	height: auto;
	padding-top: 168px;
	padding-bottom: 25px;
}
.insider .const_list .card .btn_wrap h1 {
	margin-bottom: 10px;
}
.insider .const_list .card button {
/* 	width: 275px; */
	width: 100%;
	height: 50px;
	font-size: 18px;
/* 	color: #fff; */
	margin: 0 auto;
/* 	background: #192b80; */
	border-radius: 5px;
    border: 1px solid #192b80;
/*     background: linear-gradient(0deg, rgba(244,246,249,1) 0%, rgba(255,255,255,1) 100%); */
/*     color: #000; */
}

.insider .const_list .card button.basicProcess_btn {
	background: linear-gradient(0deg, rgba(51,71,224,1) 0%, rgba(56,113,251,1) 100%);
	color: #fff;
	margin-top: 5px;
}
.insider.main_page .const_list .card button:hover {
/* 	background: #3978fc; */
}
.insider.main_page .const_list .ivu-page{
	padding-bottom: 0;
}

/* 관계자 및 자문단 버튼 스타일 */
.insider .blueGra_Btn {
	background: linear-gradient(0deg, rgba(51,71,224,1) 0%, rgba(56,113,251,1) 100%);
    color: #fff;
    border: 1px solid #192b80;
}
.insider .whiteGra_btn {
	background: linear-gradient(0deg, rgba(244,246,249,1) 0%, rgba(255,255,255,1) 100%);
    color: #000;
    border: 1px solid #192b80;
}
.insider .checkOk_Btn {
	background-color: #f2f0f6;
	cursor: initial;
	border: 0 !important;
}

.blueIng_btn {
    background: #5479f7;
    color: #fff;
}
.orgBorder_btn {
    background: #fff;
    color: #000;
    border: 1px solid #ff2a00;
}
.orgBorder_btn strong {
	color: #ff2a00;
}
.grayOk_btn {
	background: #f0f2f6;
	color: #000;
}


/* 관계자 메인 > 나의업무 */
.insider.main_page .myWork {
	display: none;
}
.insider .myWork .work_list {
	display: flex;
/* 	align-items: center; */
	justify-content: space-between;
}
.myWork .tab_index{
    width: 100%;
/*     background: #f2f2f2; */
/*     border: 1px solid #d7d7d7; */
    display: flex;
    align-items: center;
/*     padding: 30px; */
    flex-wrap: wrap;
    
    padding: 0;
    border: 0;
    background: none;
}

.insider .myWork .work_list li {
	width: calc(33.3333% - 3.3333px);
	
	/* 	수정 */
	border: 1px solid #354052;
	border-radius: 15px;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
	overflow: hidden;
}

.insider .myWork .work_list li:not(:last-child) {
	margin-right: 20px;
}

.insider .myWork .work_list li p {
	text-align: center;
	font-family: 'NanumSquareEB';
	font-size: 24px;
	padding: 50px 0;
	background: #fff;
}
.insider .myWork .work_list li p br{
	display: none;
}

.insider .myWork .work_list li span {
	display: flex;
/* 	align-items: center; */
	justify-content: center;
	text-align: center;
	font-size: 18px;
	color: #fff;
	background: #354052;
	/* 수정 */
	padding: 30px 10px;	
	height: 100%;
	align-items: flex-start;
	transform: skew(0deg);
}

.insider .myWork .work_list li span img {
	margin-right: 12px;
}
/* 관계자메인 > 자료공유 & 공지사항 */
.insider.main_page .column_list {
	border-top: 2px solid #192b80;
}
.insider .column_list {
	border-top: 1px solid #192b80;
}

.insider .column_list li {
	display: flex;
	align-items: center;
	padding: 32px 25px;
	background: #fff;
	border-bottom: 1px solid #d0d1d2;
}

.insider .column_list span {
	font-size: 18px;
	margin-left: 27px;
	line-height: 1.3;
}

	/* 수정 */
.insider .column_list .content_wrap{
	width: calc(100% - 60px);
    justify-content: space-between;
    flex-direction: column;
}
.insider .column_list .content_wrap a{
	display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.insider .column_list .content_wrap > .wrapper{
	justify-content: flex-end;
}
.insider .column_list .content_wrap > .wrapper > div{
	display: flex;
	align-items: center;
	color: #192b80;
}

.insider .column_list .content_wrap > .wrapper .attachment img{
	margin-right: 10px;
}
.insider .column_list .content_wrap > .wrapper .attachment p{
	margin-left: 20px;
    color: #3978fc;
    font-weight: bold;
}
.insider .column_list .content_wrap > .wrapper .attachment:after{
	content: "";
    width: 1px;
    height: 15px;
    background: #5180e3;
    margin: 0 25px;
}
.insider .column_list .content_wrap > .wrapper .writer p{
	margin-left: 20px;
    color: #5b5b5b;
}

/* 공지사항 (관계자) */
.insider_page .copyright {
/* 	font-size: 13px; */
	color: #fff;
	margin: 0 auto;
	padding: 30px 25px 68px;
	background: #2c3646;
	max-width: 1024px;
	position: relative;
}
.insider_page .copyright .send_btn_pc {
	position: absolute;
    width: 130px;
    height: 50px;
    background: linear-gradient(360deg, rgba(84,121,247,1) 0%, rgba(133,158,245,1) 100%);
    border-radius: 3px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    top: 25px;
    right: 25px;
}
.insider_page .copyright .send_btn_pc img {
	margin-right: 7px;
}

/* 기본 공정 입력 */
.insider .modal_bg, .insider .modal_sub {
	left: 50%;
	transform: translateX(-50%);
}

.insider .modal_bg {
	max-width: 1024px;
	background: rgba(0, 0, 0, 0.7);
}
.insider .modal_bg::-webkit-scrollbar {
    display: none;
}

.insider .modal_sub {
/* 	display: block; */
	top: 50%;
	transform: translate(-50%, -50%);
/* 	width: 670px; */	/* 22.09.23 수정 */
	padding: 50px 30px;
	box-shadow: 0px 0px 10px 0px rgba(35, 31, 32, 0.35);
}
.insider .modal_sub.alert_pop{
	max-width: 670px;
    width: 90%;
} 

.insider .basicProcess_enroll .tab_index,
.insider .aGroup_request .tab_index {
	display: flex;
	align-items: center;
	justify-content: space-between;
	
	width: 95%;
	max-width: 670px;
	padding: 70px 50px;
}
.insider .basicProcess_enroll .tab_index{
	flex-direction: column;
	padding: 100px 50px 70px;
	z-index: 993;
}
.insider .basicProcess_enroll .tab_index .close_box{
	background-image: url(../images/icon/close_black.png);
	background-color: transparent;
    background-size: 100%;
	width: 32px;
    height: 32px;
    top: 28px;
    right: 26px;
}
.insider .basicProcess_enroll .tab_index li {
/* 	width: calc(50% - 15px); */
	width: 100%;
	margin-bottom: 25px;
}

.insider .basicProcess_enroll .tab_index a {
	display: flex;
/* 	height: 230px; */
	overflow: hidden;
	padding: 0;
	border-radius: 15px;
	transition: all .3s;
}

.insider .basicProcess_enroll .tab_index a .wrapper {
	width: 100%;
	transition: background .3s;
	background-color: #192b80;
	padding: 45px;
    justify-content: center;
    background: linear-gradient(0deg, rgba(25,43,128,1) 0%, rgba(60,88,221,1) 100%);
}

.insider .basicProcess_enroll .tab_index a .icon {
	transition: all .3s;
	background-repeat: no-repeat;
	background-size: 100%;
    margin-right: 20px;
    background-image: url(../../static/images/icon/cProgress0_icon.png);
}

.insider .basicProcess_enroll .tab_index a span {
	font-weight: bold;
	color: #fff;
	transition: all .3s;
	font-size: 34px;
}

.insider .basicProcess_enroll .tab_index a:first-child .icon {
	background-image: url(../../static/images/icon/cProgress0_icon.png);
	width: 56px;
    height: 36px;
}

.insider .basicProcess_enroll .tab_index li:last-child .icon {
	background-image: url(../../static/images/icon/cProgress1_icon.png);
	width: 44px;
    height: 45px;
}

.insider .basicProcess_enroll .tab_index a:hover {
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.3);
}

/* 기본공정입력, 자문단요청관리 */
.insider .modal_top h1 {
	font-family: 'NanumSquareEB';
}

.insider .basicProcess_enroll .tab_content,
.insider .basicProcess_list .tab_content,
.insider .aGroup_request .tab_content,
.insider .managt_list_modal .tab_content {
/* 	display: none; */ 
	width: 100%;
/*     height: 100%; */
    padding: 0;
    border-top: 0;
    border-radius: 0;
    background: #fff;
    
    min-height: 100vh;
    height: auto;
    top: 0;
    left: 0;
    transform: translate(0);
}
.insider .basicProcess_enroll .tab_content{
	display: none;
}
.insider .basicProcess_enroll .tab_content.active {
	display: block;
}

.insider .basicProcess_enroll .tab_content .modal_top,
.insider .basicProcess_list .tab_content .modal_top,
.insider .aGroup_request .tab_content .modal_top,
.insider .managt_list_modal .tab_content .modal_top {
	border-bottom: 8px solid #ddd;
    background: #5479f7;
    color: #fff;
    height: 110px;
    padding: 0;
    align-items: center;
}
.insider .basicProcess_enroll .tab_content .modal_top .close_box,
.insider .basicProcess_list .tab_content .modal_top .close_box,
.insider .aGroup_request .tab_content .modal_top .close_box,
.insider .managt_list_modal .tab_content .modal_top .close_box{
	width: 30px;
    height: 30px;
    top: 50%;
    right: 28px;
    transform: translateY(-50%);
    background-color: transparent;
    background-size: 100%;
}
.insider .basicProcess_enroll .tab_content .modal_content,
.insider .aGroup_request .tab_content .modal_content{
	padding: 75px 30px 0;
}

.insider .modal_sub h3{
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 26px;
}

.insider .modal_sub h3 img {
	margin-right: 12px;
}

.insider .modal_sub .content_wrap {
	margin-top: 27px;
	padding: 35px 30px;
	background: #fff;
	border: 1px solid #d7d7d7;
}

.insider .modal_sub .content_wrap .input_wrap {
	flex-direction: column;
}


/* .insider .modal_sub .content_wrap .input_wrap input { */
/* 	width: 170px; */
/* 	height: 40px; */
/* } */
.insider .modal_sub .content_wrap .input_wrap select,
.insider .modal_sub .content_wrap .input_wrap input {
	width: 80%;
	height: 50px;
	font-size: 16px;
}
.insider .modal_sub .content_wrap .content_list {
	justify-content: space-between;
/* 	width: calc(50% - 15px); */
	color: #212121;
	width: 100%;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px 0;
}
.insider .modal_sub .content_wrap .content_list .tit {
/* 	width: calc(50% - 15px); */
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}
.insider .basicProcess_enroll .content_list .con {
	width: 80%;
}

.insider .basicProcess_enroll .content_list .check_list {
	flex-wrap: wrap;
}
.insider .modal_sub .content_wrap .check_list li{
	margin-right: 20px;
    padding: 4px 0;
}
.insider .modal_sub .content_wrap .check_list li .checking {
    margin-right: 5px;
}

/* 기본공정입력모달 */
.insider .basicProcess_enroll .content_list:first-child {
	padding-top: 0;
}
.insider #bProcess_tab1 .content_list > .tit {
	min-width: 170px;
}
.insider #bProcess_tab1 {
	overflow-y: scroll;
    height: 100%;
}
.insider #bProcess_tab1::before, .insider #bProcess_tab1::after {
	display: none;
}
/* 서브항목있는 리스트 */
.insider .basicProcess_enroll .content_list.d-flex > p.tit {
	margin-top: 15px;
}
.insider .basicProcess_enroll .content_list .sub_input_wrap {
    flex-direction: column;
}
.insider .basicProcess_enroll .content_list .sub_input_wrap input {
	width: 100%;
}
.insider .basicProcess_enroll .content_list .sub_input_wrap > .wrapper {
	margin-top: 10px;
	width: 100%;
}
.insider .basicProcess_enroll .content_list .sub_input_wrap .wrapper > span {
	margin: 10px;
}
.insider #bProcess_tab1 .content_list .sub_input_wrap .tit {
	margin-right: 10px;
}

.insider .basicProcess_enroll .content_list#prgsRtBox_PR004 .sub_input_wrap p:nth-child(3) {
	margin-left: 20px;
}


.insider .modal_sub .content_wrap button {
	width: 100%;
	height: 50px;
	font-weight: 500;
	color: #fff;
	background: #5479f7;
/* 	margin: 20px 0; */
	margin-top: 30px;
	border: 1px solid #1b57d4;
	border-radius: 3px;
	font-size: 18px;
}
.insider .modal_sub .subModal_submit {
	margin: 60px 0;
	padding-top: 0;
	border: none;
}
.insider .modal_sub .subModal_submit button {
	width: calc(50% - 10px);
	height: 60px;
    font-size: 20px;
}
.insider .modal_sub .subModal_submit button:first-child {
	margin-right: 20px;
}

/* 안전 자문단 요청(모달) */
.insider .aGroup_request .modal_sub .content_wrap .date_box .icon {
	width: 5px;
    height: 15px;
    margin-right: 8px;
    background-image: url(/static/images/icon/rectangle_blue.png);
    background-size: 100%;
    background-repeat: no-repeat;
}
.insider .aGroup_request .modal_sub .content_wrap .wrapper:last-child{
	padding-top: 50px;
}
.insider .aGroup_request .modal_sub .content_wrap .tab_index{
    flex-direction: column;
	padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    max-width: 100%;
}
.insider .aGroup_request .modal_sub .content_wrap .tab_index ul{
	display: flex;
	width: 100%;
}
.insider .aGroup_request .modal_sub .content_wrap .tab_index li {
    position: relative;
    width: calc(50% - 10px);
    border-bottom: 3px solid #ced5e7;
    padding-bottom: 30px;
    margin-bottom: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.insider .aGroup_request .modal_sub .content_wrap .tab_index li:first-child{
	margin-right: 20px;
}
.insider .aGroup_request .modal_sub .content_wrap .tab_index li.active {
    border-bottom: 3px solid #5479f7;
    background: none !important;
}
.insider .aGroup_request .modal_sub .content_wrap .tab_index li .checking {
    border: none;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #c4c4c4;
    background-image: url(../../static/images/icon/mFilter_search.png);
    background-size: 20px 15px;
}
.insider .aGroup_request .modal_sub .content_wrap .tab_index li.active .checking {
    border: none;
    background-color: #5479f7;
    background-image: url(../../static/images/icon/mFilter_search.png);
    background-repeat: no-repeat;
    background-position: center;
}
.table_header label {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.table_header li span {
    font-size: 22px;
    font-family: 'NanumSquareEB';
    margin-left: 10px;
}
.table_header li.active span {
    color: #5479f7;
}

.insider .aGroup_request .modal_sub .content_wrap .tab_index textarea{
	height: 100px;
    width: 100%;
    margin-bottom: 30px;
}
/* 참여여부 입력 모달 */
.insider #partcptnYn_modal .modal_sub h3 {
	align-items: flex-start;
}
.insider #partcptnYn_modal .modal_sub h3 img {
    margin-top: 4px;
}

/* new기본공정입력 모달(공사장리스트) */
.insider .basicProcess_list .modal_sub {
	height: 100vh;
    overflow-y: auto;
}
.insider .basicProcess_list .modal_sub::before, 
.insider .basicProcess_list .modal_sub::after {
	display: none;
}
.insider .basicProcess_list .tab_content .constList {
	padding: 55px 25px;
}
.insider .basicProcess_list .constList .list_top {
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.insider .basicProcess_list .constList .list_top h3 {
	font-family: 'NotoSansKR-Regular';
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 0;
}
.insider .basicProcess_list .constList .list_top h3 strong {
    font-family: 'NotoSansKR-Bold';
    color: #3978fc;
}
.insider .basicProcess_list .constList .list_top p sub {
    width: 13px;
    height: 13px;
    background: #f0f4f8;
    margin-top: 3px;
}
.insider .basicProcess_list .constList .content_wrap {
	background: #f3f3f3;
    border: none;
}
.insider .basicProcess_list .constList .list_content {
	background: #fff;
    border: 1px solid #ced5e7;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px 20px 30px;
}
.insider .basicProcess_list .constList .list_content:not(:first-child) {
    margin-top: 10px;
}

.insider .basicProcess_list .constList .list_content p {
	font-family: 'NanumSquareEB';
    font-size: 20px;
    color: #1f1e1e;
    line-height: 1.3;
}

.insider .basicProcess_list .constList .list_content button {
	width: 130px; 
    font-size: 18px;
    color: #2454f7;
    background: linear-gradient(0deg, rgba(244,246,249,1) 0%, rgba(255,255,255,1) 100%);
    font-family: 'NotoSansKR-Bold';
    margin-top: 0;
    border-radius: 5px;
}

/* 조치결과입력 리스트 모달(관계자) */
.managt_list_modal .modal_content {
	padding: 40px 25px;
}
.managt_list_modal .check_wrap {
	background: #f3f3f3;
    padding: 60px 25px;
}
.managt_list_modal .list_left .date {
	font-size: 15px;
	margin-bottom: 25px;
}
.managt_list_modal .list_left .date > div {
	border-radius: 2px;
    padding: 10px 15px;
    background: #f6fafd;
}
.managt_list_modal .list_left .date > div:not(:first-child) {
	margin-left: 5px;
}
.managt_list_modal .list_left .date > div span {
	color: #3978fc;
}
.managt_list_modal .list_left .date > div.deadline {
	background-color: #f8f6fd;
}
.managt_list_modal .list_left .date > div.deadline span {
	color: #ff7200;
}
.managt_list_modal .list_left span.tit {
	padding: 0 15px;
	display: block;
	margin-bottom: 5px;
}

.managt_list_modal .modal_sub .subModal_submit button {
	background: #fff;
    border: 1px solid #99a0a2;
    border-radius: 5px;
    color: #000;
    width: 100%;
    margin-right: 0;
}


/* 관계자 리스트있는 페이지 공통 */
.insider_page .list_page .title_wrap {
	padding: 0 25px;
}
.insider_page .list_page .form_container {
	background: #fff;
	margin-top: 0;
}
.insider_page .list_page .form_wrap {
    background: #e8eef8;
    padding: 25px;
}
.insider_page .list_page .search_result .result_top {
	background: #e8eef8;
}
.insider_page .list_page .result_container .result_wrap {
	border-top: 15px solid #ced5e7; 
	padding-left: 0;
   	padding-right: 0;
}
.insider_page .list_page .search_result .result_list {
    margin-top: 0;
    padding: 0;
    background: #fff;
}

.insider_page .list_page .result_container .result > li:not(:last-child) {
    border-bottom: 10px solid #e8eef8;
}

.insider_page .list_page .container {
	padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.insider_page .sub_page .row {
    padding: 0;
}
.insider_page .list_page .search_result {
	margin-top: 0;
}
/* 공지사항,자료공유 검색영역 */
.m_notice_page .form_wrap,
.m_data_share .form_wrap {
	margin-bottom: 20px;
}
/* 관계자 글보기페이지 공통 */
.insider_page .postView_page .title_wrap {
	margin-bottom: 40px;
	padding-left: 25px;
	padding-right: 25px;
}
.insider_page .postView_page .form_container {
	background: #fff;
}
.insider_page .postView_page .form_container .form_wrap {
	background: #fff;
    border-top: 15px solid #ced5e7;
/*     padding: 60px 30px; */
}

/* 관계자 공지사항페이지 */
.list_page.m_notice_page .result_container .result_wrap, 
.list_page.m_data_share .result_container .result_wrap {
    padding: 40px 25px 0;
    border-bottom: 0;
}


/* 관계자 리스트있는 페이지 */
.insider_page.sub_page .search_result .result_item {
    flex-wrap: wrap;
    padding: 35px;
}
.insider_page.sub_page .search_result .result_item li {
    display: flex;
    line-height: 1.2em;
}
.insider_page.const_mgt .search_result .result_item > li:nth-child(2), 
.insider_page .bldg_mgt .search_result .result_item > li:nth-child(2), 
.insider_page .const_info .check_tab .result_container .result_item > li:nth-child(2) {
    font-size: 24px;
    margin-bottom: 15px;
    color: #000;
    padding: 0;
}
.insider_page.const_mgt .search_result .result_item > li:not(:nth-child(2)), 
.insider_page .bldg_mgt .search_result .result_item > li:not(:nth-child(2)), 
.insider_page .const_info .check_tab .result_container .result_item > li:not(:nth-child(2)) {
    width: 50%;
    font-size: 16px;
    padding: 6px 0;
}
.insider_page.const_mgt .search_result .result_item > li:not(:nth-child(2)) span, 
.insider_page .bldg_mgt .search_result .result_item > li:not(:nth-child(2)) span, 
.insider_page .const_info .check_tab .result_container .result_item > li:not(:nth-child(2)) span {
    display: inline-block;
    width: 30%;
    font-family: 'NotoSansKR-bold';
    margin-right: 20px;
    border-right: 2px solid #d0d0d0;
    color: #000;
    padding-right: 20px;
}


/* 공사장관리 리스트 [기본공정입력버튼] (관계자) */
.insider_page.const_mgt .search_result .result_item > li.resultmgt_insertButton {
	width: 100%;
    padding: 0;
    margin-top: 25px;
}

.insider_page .resultmgt_insertButton .basicProcess_btn,
.insider_page.const_mgt .resultmgt_insertButton button {
    width: 100%;
    height: 50px;
    font-size: 15px; 
    border-radius: 5px;
    font-family: 'NotoSansKR-Regular';
}
.insider_page .resultmgt_insertButton .basicProcess_btn {
	color: #fff; 
    background: #192b80; 
}
.insider_page .resultmgt_insertButton .basicProcess_btn:first-child:not(:last-child) {
	background: linear-gradient(0deg, rgba(244,246,249,1) 0%, rgba(255,255,255,1) 100%);
    color: #000;
    border: 1px solid #192b80;
}
.insider_page.const_mgt .result_item > .resultmgt_insertButton span {
    width: 100% !important;
    max-width: none !important;
    min-width: auto !important;
	margin-right: 0 !important;
    padding-right: 0 !important;
    border-right: none !important;
}
.insider_page .resultmgt_insertButton button:not(:first-child) {
	margin-top: 5px;
}
.insider_page .resultmgt_insertButton .basicProcess_btn p {
    width: auto !important;
}
.insider_page .result_item > li.resultmgt_insertButton:not(:nth-child(2)) p {
	width: auto !important;
}

/* 사고정보,  */
.insider.m_acdnt_info .main_content>div{
	background: #e8eef8;
}
.insider_page.const_mgt .search_result .result_item > li.resultmgt_acdntInfo_acdntNm {
	width: 100% !important;
}

.acdnt_write_form_container .table_wrap table tr td input, .acdnt_write_form_container .table_wrap table tr td select{
	width:100%;
	height:42px;
}
.acdnt_write_form_container .table_wrap table tr td textarea {
	width:100%;
	height: 100px;
}
.acdnt_write_form_container .table_wrap table tr:last-child select{
	width:100%;
}
.acdnt_write_form_container .table_wrap table tr:nth-child(2) td{
/* 	display:flex; */
	align-items:center;
}
.acdnt_write_form_container .table_wrap table tr:nth-child(2) td span{
	margin-right: 10px;
}
.acdnt_write_form_container .table_wrap table tr:nth-child(2) td:nth-child(2) input {
    width: calc(50% - 5px);
}
.acdnt_write_form_container .table_wrap table tr:nth-child(2) td input:nth-child(1){
	margin-right: 5px;
}
.acdnt_write_form_container .table_wrap table tr:nth-child(2) input.addAcdntOccrrncTime {
	position: relative;
}

/* .acdnt_write_form_container .table_wrap table tr:nth-child(16) td input, .acdnt_write_form_container .table_wrap table tr:nth-child(17) td input{ */
/* 	width:17%; */
/* 	margin:0 10px; */
/* } */
/* 사고위치 장소 */
.acdnt_write_form_container table td select#addAcdntGu,
.acdnt_write_form_container table td select#addAcdntDong {
	width: 120px;
	margin-right: 5px;
}
.acdnt_write_form_container table td input#acdntOccrrncPlace {
	width: calc(100% - 258px);
}

/* 내국인/외국인 */
.acdnt_write_form_container table td input#addNativeDprsCo, 
.acdnt_write_form_container table td input#addFrgnrDprsCo,
.acdnt_write_form_container table td input#addNativeInjpsnCo,
.acdnt_write_form_container table td input#addFrgnrInjpsnCo {
	width:17%;
	margin:0 10px;
}
.acdnt_write_form_container .table_wrap table tr:nth-child(24) td ul{
	width:50%;
}
.acdnt_write_form_container .table_wrap table tr:nth-child(24) td ul li{
	width:100%;
}

.acdnt_write_form_container .check_list {
	flex-wrap: wrap;
}
.acdnt_write_form_container .check_list li {
	padding: 4px 0;
}
.acdnt_write_form_container .check_list li .checking, 
.acdnt_write_form_container .check_list li p {
	margin-right: 7px;
}
.acdnt_write_form_container .check_list li p {
	margin-right: 12px;
}

/* 사고정보 상세 > 수정내역 모달 */
table.result_container th {
	padding: 0;
    background: none;
    border: none;
    padding: 15px 0;
}
table.result_container thead th span {
	display: block;
	padding: 0 7px;
    border-left: 0;
    width: 100%;
}
table.result_container thead th:not(:first-child) span {
    border-left: 1px solid #d0d1d2;
}
table.result_container tbody td {
	padding: 20px 0;
}
table.result_container tbody td p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 0 10px
}
table.result_container tbody td:first-child p {
	text-align: left;
	padding-left: 10px;
}


/* 자료공유 & 공지사항(관계자) */
.insider.m_data_share .main_content>div,
.insider.m_notice_page .main_content>div{
	background: #e8eef8;
}
.insider.m_data_share .column_list,
.insider.m_notice_page .column_list{
	border-top: none;
}

.insider.m_data_share .list_bottom,
.insider.m_notice_page .list_bottom {
	margin-top: 40px;
	padding: 0 25px;
	padding-bottom: 100px;
}
.insider.m_data_share .list_bottom .dimgray_btn,
.insider.m_notice_page .list_bottom .dimgray_btn{
	width: 100%;
	border: none;
	margin-top: 70px;
    margin-bottom: 0;
    height: 55px;
}

/* 공지사항 & 자료공유 글쓰기(관계자) */
.insider .form_write .content_form{
    padding: 0 30px;
    background: #fff;
/*     border-top: 2px solid #28344c; */
}
.insider .notice_write .form_container,
.insider .notice_write .form_wrap,
.insider .share_write .form_container,
.insider .share_write .form_wrap{
    padding: 0;
}


/* 자문단관리 > 점검요청 관리 표 형식 배열 */
.result_list ul .mng_number{
	width: 6%;
} 
.result_list ul .mng_target{
	width: 10%;
}
.result_list ul .mng_title{
	width: 17%;
}
.result_list ul .mng_name{
	width: 8%;
}
.result_list ul .mng_address{
	width: 22%;
}
.result_list ul .mng_phone{
	width: 10%;
}
.result_list ul .mng_kind{
	width: 10%;
}
.result_list ul .mng_date{
	width: 7%;
}
.result_list ul .mng_participation{
	width: 7%;
}

.result_list ul.result_item .mng_address {
	text-align: left;
    padding-left: 10px;
}
.result_list ul .mng_participation p > span,
.result_list ul .aGroupView_participation p > span,
.pc_form_list ul.check_mng_list  p > span {
	color: #5479f7;
}

/* 자문단 점검이력 */
.form_container .table_wrap .aGroup_his_view_table{
	margin-top:0px;
}
.result_list ul .his_field{
	width:10%;
}

.result_list ul .his_field2{
	width:8%;
}
.result_list ul .his_name{
	width:10%;
}
.result_list ul .his_name2{
	width:8%;
}
.result_list ul .his_group{
	width:21%
}
.result_list ul .his_phone{
	width:15%;
}
.result_list ul .his_phone2{
	width:10%;
}
.result_list ul .his_rank{
	width:8%;
}
.result_list ul .his_rank2{
	width:5%;
}
.result_list ul .his_gisu{
	width:10%;
}
/* .result_list ul .his_mail{ */
/* 	width:27%; */
/* } */
.result_list ul .his_last{
	width:26%;
}

.result_list ul .his_partcptn_y2{
	width:5%;
}
.result_list ul .his_gisu2{
	width:5%;
}

.result_list ul .his_siteCode{
	width:10%;
}
.result_list ul .his_reqCnt{
	width:6%;
}
.aGroup_his_list ul li ul li{
	margin-right:0 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
/*     padding:3px 0; */
}


.aGroup_his_view_bottom .result_wrap ul li ul li{
	margin-right:0;
}
.aGroup_his_view_bottom .aGroup_his_view_mobile{
	display:none;
}
.aGroup_his_view_bottom .aGroup_his_view_pc li{
    overflow: hidden;
    text-overflow: ellipsis;
   	white-space: nowrap;
}
.aGroup_his_view_bottom .aGroup_his_view_pc li:last-of-type p{
    white-space: normal;
}


/* 자문단관리 표형식 */
.aGroup_history_form_wrap .result_list .his_checkBox,
.aGroup_his_list .result_item li.result_checkBox {
    width: 3%;
    overflow: visible;
}
.aGroup_history_form_wrap .result_list .his_field2,
.aGroup_his_list .result_item li.result_realm2 {
    width: 8%;
}
.aGroup_history_form_wrap .result_list .his_name,
.aGroup_his_list .result_item li.result_name {
    width: 10%;
}
.aGroup_history_form_wrap .result_list .his_group{
    width: 20%;
}
.aGroup_his_list .result_item li.result_offcnm{
	width: 20%;
	text-align: left;
    padding-left: 10px;
}
.aGroup_history_form_wrap .result_list .his_phone,
.aGroup_his_list .result_item li.result_moblphon {
    width: 12%;
}

.aGroup_history_form_wrap .result_list .his_phone2,
.aGroup_his_list .result_item li.result_moblphon2 {
    width: 10%;
}

.aGroup_history_form_wrap .result_list .his_rank,
.aGroup_his_list .result_item li.result_clsf {
    width: 8%;
}

.aGroup_history_form_wrap .result_list .his_rank2,
.aGroup_his_list .result_item li.result_clsf2 {
    width: 5%;
}

.aGroup_history_form_wrap .result_list .his_gisu,
.aGroup_his_list .result_item li.result_hrsmn {
    width: 8%;
}

.aGroup_history_form_wrap .result_list .his_gisu2,
.aGroup_his_list .result_item li.result_hrsmn2 {
    width: 5%;
}
.aGroup_history_form_wrap .result_list .his_partcptn_y,
.aGroup_his_list .result_item li.result_partcptn_y {
    width: 8%;
}

.aGroup_history_form_wrap .result_list .his_partcptn_y2,
.aGroup_his_list .result_item li.result_partcptn_y2 {
    width: 5%;
}

.aGroup_history_form_wrap .result_list .his_partcptn_x,
.aGroup_his_list .result_item li.result_partcptn_x {
    width: 5%;
}


.aGroup_history_form_wrap .result_list .his_last,
.aGroup_his_list .result_item li.result_lstLoginTime {
    width: 13%;
}
.aGroup_history_form_wrap .result_list .his_siteCode,
.aGroup_his_list .result_item li.result_siteCode2 {
    width: 10%;
}
.aGroup_history_form_wrap .result_list .his_reqCnt,
.aGroup_his_list .result_item li.result_reqCnt {
    width:  6%;
}
/* .aGroup_history_form_wrap .subject_wrap li span, */
/* .aGroup_mng_form + .search_result .subject > li span { */
/* 	display: block; */
/* } */
/* .aGroup_history_form_wrap .subject_wrap li:not(:first-child) span, */
/* .aGroup_mng_form + .search_result .subject > li:not(:first-child) span { */
/* 	border-left: 1px solid #d0d1d2; */
/* } */

/* 표 타이틀(pc 표형식 공통) */
.subject_wrap .subject li span,
.subject_wrap .subject th span {
	display: block;
}
.subject_wrap .subject li:not(:first-child) span {
	border-left: 1px solid #d0d1d2;
}

/* 자문단 점검요청 관리 */
.search_form.aGroup_mng_form{
	padding:0 30px;
}
.search_form.aGroup_mng_form h3{
/* 	margin-right:30px; */
	width: auto;
}

.aGroup_mng_list ul li ul li{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}

.aGroup_mng_form .inner:nth-child(3) {
	width: 50%;
}
.aGroup_mng_form .inner select[name="search_chk"] {
	width: 100px;
    margin-right: 10px;
}


/* 공지사항, 홍보/보도자료, 관련법규/지침 (표 형식 배율) */
.result_wrap .result li .notice_result_promotion li{
	margin-right:0 !important;
} 
.result_wrap .result li .notice_result_guide li{
	margin-right:0 !important;
}
.result_container .result_item > li:not(last-child){
/* 	margin-right: 5px; */
}

.notice_title_noti li, .notice_title_guide li, .notice_title_promotion li{
	width:20%;
}
.notice_title_noti li:first-child, .notice_result_noti li:first-child,
.notice_title_guide li:first-child, .notice_result_guide li:first-child,
.notice_title_promotion li:first-child, .notice_result_promotion li:first-child
{
	width:10%;
}
.notice_title_noti li:nth-child(2), .notice_result_noti li:nth-child(2),
.notice_title_guide li:nth-child(2), .notice_result_guide li:nth-child(2),
.notice_title_promotion li:nth-child(2), .notice_result_promotion li:nth-child(2){
	width:50%;
}
.notice_result_promotion li:nth-child(2), .notice_result_guide li:nth-child(2) {
	text-align: left;
	padding-left: 15px;
}
.notice_title_noti li:nth-child(3), .notice_result_noti li:nth-child(3),
.notice_title_guide li:nth-child(3), .notice_result_guide li:nth-child(3)
,.notice_title_promotion li:nth-child(3), .notice_result_promotion li:nth-child(3){
	width:25%;
}
.notice_title_noti li:nth-child(4), .notice_result_noti li:nth-child(4),
.notice_title_guide li:nth-child(4), .notice_result_guide li:nth-child(4),
.notice_title_promotion li:nth-child(4), .notice_result_promotion li:nth-child(4){
	width:15%;
}

/* insider 테두리 제거 */
.insider.sub_page .form_container{
	background: transparent;
    border: none;
    box-shadow: none;
}
.insider_page .send_btn_m button{
	width: 100%;
    margin: 0;
    max-width: 1024px;
}

/* 검색조건 선택 (모바일) */
.searchFilter_m{
	width:100%; 
}
.mFilter_list .check_list{
	flex-wrap:wrap;
}
.mFilter_list>form>ul>li:nth-child(2) .check_list li{
	margin-bottom:7px
}
.mFilter_list li:first-child > .wrapper{
	flex-direction: row;
    align-items: flex-end;
    flex-wrap: wrap;
}
}
.sub_page .searchFilter_m {
    /* display: block; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #eeeff2;
    z-index: 900;
}
.sub_page .searchFilter_m .searchFilter_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index:100;
    height: 64px;
    padding: 10px 23px 10px 10px;
    background: #3978fc;
    border-bottom: 2px solid #194fc0;
}
.sub_page .searchFilter_m .init_btn_m {
    width: 94px;
    height: 42px;
    color: #fff;
    background: #192b80;
    border: 1px solid #0b1750;
}
.sub_page .searchFilter_m .init_btn_m img {
    margin-right: 5px;
}
.sub_page .searchFilter_m .searchFilter_top h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 24px;
    color: #fff;
}
.sub_page .searchFilter_m .searchFilter_top .close_btn {
    width: 20px;
    height: 20px;
    background-color: transparent;
    background-image: url(../images/icon/close_btn.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* 검색조건 체크리스트 (모바일) */
.sub_page .searchFilter_list {
    height: 100%;
    padding-top: 64px;
}
.sub_page .searchFilter_list form > ul > li {
    padding: 20px;
    background: #f6f7fa;
    border-bottom: 1px solid #d0d1d2;
}
.mFilter_list .check_list li.active{
	color: #fff;
    background: #3978fc;
    border: none;
}
.sub_page .searchFilter_list form > ul > li h3 {
    line-height: 1;
    font-size: 15px;
    color: #3e3e3e;
}
.sub_page .searchFilter_list h4 {
    line-height: 1;
    font-family: 'NotoSansKR-Bold';
    font-size: 24px;
    color: #3978fc;
    padding-top: 10px;
}
.sub_page .searchFilter_list form > ul > li:not(:first-child) {
    margin-top: 7px;
}
.sub_page .searchFilter_list form > ul > li:nth-child(2) {
    border: none;
}
.sub_page .searchFilter_list form > ul > li:nth-child(3) {
/*     margin-top: 0; */
/*     background: transparent; */
}
.sub_page .searchFilter_list form > ul > li:nth-child(3) .check_list {
    padding-top: 16px;
}
.sub_page .searchFilter_list .check_list {
    display: flex;
    padding-top: 16px;
}
.sub_page .searchFilter_list .check_list li {
    font-size: 18px;
    color: #464646;
    margin-right: 10px;
    background: #fff;
    border: 1px solid #bbb;
/*     width:100px; */
    height:45px;
}
.sub_page .acdnt_info_searchFilter_list .check_list li{
/* 	width:100px; */
	width:auto;
}
.sub_page .acdnt_info_searchFilter_list form > ul > li:nth-child(5) ul li{
	width:auto;
}
.sub_page .acdnt_info_searchFilter_list form > ul > li:nth-child(5) ul li label{
	padding:15px;
}
.sub_page .acdnt_info_searchFilter_list form > ul > li:last-child input{
	background-color:#fff !important;
	padding:10px;
	margin-left:10px;
	
}

.mFilter_list>form>ul>li:nth-child(1) .check_list li, .mFilter_list>form>ul>li:nth-child(2) .check_list li{
/* 	width:100px; */
	width:auto;
/* 	height:45px; */
}
.mFilter_list li:nth-child(3) .check_list label{
	padding:15px;
}
.sub_page .searchFilter_list .check_list label {
    position: static;
    padding: 15px 35px;
    z-index:99;
}
.sub_page .const_mgt_searchFilter_list .check_list li:nth-child(3) ul li{
	width:auto;
}
.sub_page .searchFilter_list .check_list li.active {
    color: #fff;
    background: #3978fc;
    border: none;
}
.sub_page .searchFilter_list form > ul > li:last-child {
    padding-bottom: 150px;
}

.mFilter_list>form>ul>li:nth-child(1) .check_list{
	margin-right:30px;
}
.sub_page .searchFilter_list .input_group{
	margin-top:12px;
	display:flex;
	align-items:center;
}
.mFilter_list>form>ul>li:nth-child(1) .check_list{
	margin-right:30px;
}
.sub_page .searchFilter_list .input_group input{
	width:120px;
	height:45px;
	margin-right:13px;
	background:#fff;
}
.mFilter_list>form>ul>li:nth-child(1) .input_group .wrapper:first-child{
	margin-right:14px;
}
.mFilter_list>form>ul>li:nth-child(1) .input_group .wrapper:last-child{
	margin-left:20px;
}
.mFilter_list>form>ul>li:nth-child(4) .datepicker, .mFilter_list>form>ul>li:nth-child(5) .datepicker{
	width: 150px;   
    background-color: #fff !important;
    background-position: 95% center;
    padding: 0 50px 0 15px;
    border-left:none;
    border-right:none;
}
.mFilter_list>form>ul>li:nth-child(4) .check_list span, .mFilter_list>form>ul>li:nth-child(5) .check_list span{
	margin:12px 15px 12px 8px;
}
/* .sub_page .searchFilter_list .datepicker { */
/*     width: 50%; */
/*     height: 46px; */
/*     font-size: 18px; */
/*     margin-top: 16px; */
/* } */
.sub_page .searchFilter_list .input_group{
	margin-top:12px;
	display:flex;
	align-items:center;
}
.sub_page .searchFilter_list .input_group input{
	width:120px;
	height:45px;
	margin-right:13px;
	background:#fff;
}
.mFilter_list>form>ul>li:nth-child(1) .input_group .wrapper:first-child{
	margin-right:14px;
}
.mFilter_list>form>ul>li:nth-child(1) .input_group .wrapper:last-child{
	margin-left:20px;
}
.mFilter_list>form>ul>li:nth-child(4) .check_list span, .mFilter_list>form>ul>li:nth-child(5) .check_list span{
	margin:12px 15px 12px 8px;
}
/* .sub_page .searchFilter_list .datepicker { */
/*     width: 50%; */
/*     height: 46px; */
/*     font-size: 18px; */
/*     margin-top: 16px; */
/* } */
.sub_page .searchFilter_bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.sub_page .searchFilter_bottom button {
    width: 50%;
    height: 65px;
    font-size: 24px;
}
.sub_page .searchFilter_bottom button:first-child {
    color: #192b80;
    background: #fff;
    border-top: 1px solid #3978fc;
    border-bottom: 1px solid #3978fc;
}
.sub_page .searchFilter_bottom button:last-child {
    color: #fff;
    background: #192b80;
}
.sub_page .searchFilter_list {
    overflow-y: scroll;
}

/* 지도> 공사장 정보보기  */
.map_const_info .container {
	padding-top: 0;
	padding-left: 0 !important;
	margin-top: 0 !important;
}

/* 내용 없음 경고 아이콘 */
.emptyMsg .wrapper {
	flex-direction: column;
    padding: 10px 0;
    font-size: 15px;
    font-family: 'NotoSansKR-Regular';
    height: 200px;
    justify-content: center;
}
.emptyMsg .icon {
	width: 32px;
    height: 32px;
    background-image: url(/static/images/icon/no_contents_icon.png);
    background-repeat: no-repeat;
    margin-bottom: 15px;
    display: block;
}

.emptyMsg.type2 .wrapper {
	flex-direction: row;
}
.emptyMsg.type2 .icon {
	margin-bottom: 0;
    margin-right: 10px;
}

/* 첨부파일 이미지 미리보기 모달 */
#FilePreview_modal {
	padding: 0;
	max-height: 90vh;
}
#FilePreview_modal .dis_sub_modal {
	max-height: calc(90vh - 180px);
	    overflow: auto;
}
#FilePreview_modal .modal_top {
	display: none;
}
#FilePreview_modal .form_wrap {
	display: flex;
    justify-content: center;
}
#FilePreview_modal .img_wrap {
    margin: 20px;
}
#FilePreview_modal .img_wrap img {
	width: 100%;
}
#FilePreview_modal .subModal_submit button {
	background: #fff;
	color: #000;
}

@media (max-width: 1024px) {
	.insider.main_page .title_wrap {
		padding: 0;
	}
	.insider .modal_bg {
		left: 0;
		transform: translateX(0);
	}
}
@media (max-width: 768px){

	/* 	관리자메인 */
	.insider_page header{
		height: auto;
	}
	.insider_page header .logo_wrap {
	    font-size: 3.7313vw;
	}
	.insider_page .burger_btn {
	    width: 14.9254vw;
	    height: 14.9254vw;
	    background-size: 40%;
		transition: none;
	}
	
		/* 	모달창 */
	.insider .basicProcess_enroll .tab_index{
/* 	    padding: 9.11vw 6.51vw; */
		padding: 13.0208vw 6.51vw 9.11vw;
	}
	.insider .basicProcess_enroll .tab_index .close_box{
	    top: 3.6458vw;
	    right: 3.3854vw;
	    width: 4.1667vw;
	    height: 4.1667vw;
	}
	.insider .basicProcess_enroll .tab_index li{
/* 		width: calc(50% - 1.9vw); */
		margin-bottom: 3.255vw;
	}
	.insider .basicProcess_enroll .tab_index a .wrapper{
		padding: 5.8vw;
	}
	.insider .basicProcess_enroll .tab_index a span{
		font-size: 4.4vw;
	}
	.insider .basicProcess_enroll .tab_index a:first-child .icon{
		width: 7.29vw;
	    height: 4.68vw;
	}
	.insider .basicProcess_enroll .tab_index li:last-child .icon{
	    width: 5.72vw;
    	height: 5.85vw;
	}
	
	/* 	공사장 목록(관계자메인) */
	.insider .title_wrap h2{
		font-size: 25px;
	}
	.insider .const_list .card .text_wrap p{
		font-size: 15px
	}
	.insider .const_list .card .text_wrap h2{
		font-size: 24px;
		margin-bottom: 30%;
	}
	.insider .const_list .card button{
	    font-size: 15px;
	}
	/* 	나의 업무(관계자메인) */
	.insider .myWork .work_list li p{
	    font-size: 20px;
	}
	.insider .myWork .work_list li span{
	    font-size: 15px;
	    padding: 25px 10px;
	    text-align: left;
	}
	
}

@media (max-width: 720px){
	/* 	관계자 서브(공통) */
	.insider_page .list_page .title_wrap {
	    padding: 0 15px;
	}
	.insider .main_content>div{
/* 		padding: 20px 15px 70px; */
		padding: 30px 15px 70px;
	}
	.insider .main_content>div>ul{
		margin-top: 25px;
	}
	
}

@media (max-width: 640px){
	/* 	관계자메인 */
	.insider .main_content {
	    padding-top: 14.9254vw;
	}
	
	/* 	나의 업무 */
	.insider .myWork .work_list li:not(:last-child){
		margin-right: 10px;
	}
	.insider .myWork .work_list li:nth-child(even){
		margin-right: 0;
	}
	.insider .myWork .work_list{
		flex-wrap: wrap;
	}
	.insider .myWork .work_list li{
	    width: calc(50% - 5px);
	    margin-bottom: 20px;
	}
	
}
@media (max-width: 540px){
	/* 	관계자 메인(공통) */
	.insider .main_content>div{
/* 		padding: 20px 15px 50px; */
		padding: 30px 15px 50px;
	}
	.insider .title_wrap button{
		font-size: 13px;
	}
	.insider .main_content>div>ul {
	    margin-top: 20px;
	}
	.insider.main_page .main_content>div {
		padding: 40px 15px 50px;
	}
	.insider.main_page .main_content>div:first-child {
		padding: 50px 15px 50px;
	}
	
	/* 	관계자 메인 > 공사장목록 */
	.insider .const_list .tit_right p {
	    font-size: 12px;
	}

	
	/* 	기본공정입력(모달) */
	.insider .modal_bg .tab_content .modal_top {
	    height: 80px;
	}
	.insider .modal_bg .tab_content .modal_top .close_box{
	    width: 25px;
	    height: 25px;
	}
	.insider .modal_bg .tab_content .modal_content{
	    padding: 55px 25px 0;
	}
	.insider .basicProcess_enroll .tab_content .modal_content {	/* 	기본공정입력 모달 22.05.24 */
		padding: 40px 20px 0;
	}
	.insider .modal_sub h3{
	    font-size: 22px;
	}
	.insider .modal_sub .content_wrap{
	    margin-top: 22px;
    	padding: 22px 20px;
	}
	.insider .modal_sub .content_wrap .wrapper{
	    font-size: 16px;
	}
	.insider .modal_sub .content_wrap .wrapper:first-child{
/* 	    padding-bottom: 15px; */
	}
	.insider .modal_sub .content_wrap .input_wrap select,
	.insider .modal_sub .content_wrap .input_wrap input{
	    height: 40px;
    	font-size: 14px;
	}
	.insider #bProcess_tab1 .content_list .sub_input_wrap .tit {
		font-size: 16px;
	}
	.insider .modal_sub .content_wrap > .wrapper:last-child {
	    padding-top: 15px;
	}
	.insider .modal_sub .content_wrap button{
		height: 40px;
		margin-top: 25px;
		font-size: 14px;
	}
	.insider .modal_sub .subModal_submit{
		margin-top: 35px;
	}
	.insider .modal_sub .subModal_submit button{
	    height: 45px;
    	font-size: 16px;
	}
	
	/* 	안전 자문단 요청(모달) */
	.insider .aGroup_request .modal_sub .content_wrap .wrapper:last-child {
	    padding-top: 20px;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index li{
	    width: calc(50% - 5px);
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	    border-bottom: 2px solid #ced5e7;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index li:first-child{
		margin-right: 10px;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index li.active {
	    border-bottom: 2px solid #5479f7;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index li .checking{
	    width: 25px;
    	height: 25px;
    	background-size: 15px 11px;
	}
	.table_header li span{
	    font-size: 18px;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index textarea{
	    font-size: 15px;
	    margin-bottom: 20px;
	    height: 80px;
	}
	
	/* 	안전 자문단 요청(모달) */
	.insider .aGroup_request .modal_sub .content_wrap .wrapper:last-child {
	    padding-top: 20px;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index li{
	    width: calc(50% - 5px);
	    margin-bottom: 15px;
	    padding-bottom: 15px;
	    border-bottom: 2px solid #ced5e7;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index li:first-child{
		margin-right: 10px;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index li.active {
	    border-bottom: 2px solid #5479f7;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index li .checking{
	    width: 25px;
    	height: 25px;
    	background-size: 15px 11px;
	}
	.table_header li span{
	    font-size: 18px;
	}
	.insider .aGroup_request .modal_sub .content_wrap .tab_index textarea{
	    font-size: 15px;
	    margin-bottom: 20px;
	    height: 80px;
	}
	
	
	
	/* 	공사장 목록 */
	.insider .title_wrap h2{
		font-size: 22px;
	}
	.insider .card{
		width: calc(50% - 5px);
		padding: 15px 15px 20px;
	}
	.insider .const_list .card:not(:nth-child(2n)) {
	    margin-right: 10px;
	}
	.insider .const_list .card:not(:nth-child(-n+2)) {
	    margin-top: 20px;
	}
	.insider .const_list .card .text_wrap p{
		font-size: 14px
	}
	.insider .const_list .card .text_wrap h2{
		font-size: 22px;
		margin-top: 12px;
	}
	.insider .const_list .card button{
	    font-size: 14px;
	    height: 40px;
	}
	/* 	나의 업무 */
	.insider .myWork .work_list li p{
		line-height: 1.1;
		height: 100px;
    	padding: 30px 0;
	}
	.insider .myWork .work_list li p br {
	    display: block;
	}
	
	/* 	자료공유 & 공지사항(관계자, pc)  */
	.insider .column_list li,
	.dataShare_wrap.text-center li,
	.notice_page .data_list li{
	    padding: 20px 20px;
	}
	.insider .column_list .content_wrap a,
	.data_share_container .dataShare_wrap li .content_wrap a,
	.notice_page .data_list li .content_wrap a{
	    margin-bottom: 10px;
	}
	.insider .column_list span,
	.data_share_container .dataShare_wrap li .content_wrap a span,
	.notice_page .data_list li .content_wrap a span{
	    font-size: 16px;
	    margin-left: 20px;
	}
	.insider .column_list .content_wrap > .wrapper,
	.data_share_container .dataShare_wrap li .content_wrap .wrapper,
	.notice_page .data_list li .content_wrap .wrapper{
	    font-size: 14px;
	}
	.insider .column_list .content_wrap > .wrapper .attachment img,
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment img{
	    width: 10px;
    	margin-right: 8px;
	}
	.insider .column_list .content_wrap > .wrapper .attachment p,
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment p{
	    margin-left: 15px;
	}
	.insider .column_list .content_wrap > .wrapper .attachment:after,
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment:after{
		margin: 0 20px;
	}
	.insider .column_list .content_wrap > .wrapper .writer p,
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .writer p,
	.notice_page .data_list li .content_wrap .wrapper .writer p{
	    margin-left: 15px;
	}
	.comment_icon{
	    width: 38px; min-width: 38px;
    	height: 36px;
    	padding: 17px;
   	    margin-left: 20px;
	}
	
	/* 	자료공유 & 공지사항(관계자) */
	.data_share_admin .data_list li:not(:first-child),
	.m_data_share .data_list li:not(:first-child),
	.m_notice_page .data_list li:not(:first-child){
	    margin-top: 10px;
	}
	.insider.m_data_share .list_bottom,
	.insider.m_notice_page .list_bottom{
		margin-top: 25px;
	}
	
	.insider.m_data_share .list_bottom .dimgray_btn,
	.insider.m_notice_page .list_bottom .dimgray_btn,
	.data_share_container .list_bottom button,
	.notice_page .list_bottom button {
		height: 50px;
		margin-top: 40px;
	}
	
}
@media (max-width: 420px){
	/* 	안전 자문단 요청(모달) */
	.insider .aGroup_request .modal_sub .content_wrap .wrapper:first-child{
	    flex-direction: column;
    	align-items: flex-start;
    	margin-top: 10px;
	}
	.insider .aGroup_request .modal_sub .content_wrap .wrapper:first-child p{
		margin-bottom: 5px;
	}
	.insider .aGroup_request .modal_sub .content_wrap .wrapper:first-child input{
	    width: 100%;
	}
	/* 참여여부 입력 모달 */
	.insider #partcptnYn_modal .modal_sub .content_wrap .wrapper {
		flex-direction: inherit;
		align-items: center;
	}
	.insider #partcptnYn_modal .modal_sub .content_wrap .wrapper p {
    	margin-bottom: 0;
	}
	
	
	/* 	공사장 목록 */
	.insider .main_content>div>ul{
		margin-top: 20px;
	}
	.insider .card{
	    width: calc(50% - 5px);
	}
	.insider .const_list .card .text_wrap .wrapper{
		flex-direction: column;
	}
	.insider .const_list .card .text_wrap h2{
/* 		margin: 15px 0 30px; */
		font-size: 20px;
	}
	.insider .const_list .card .text_wrap p{
		margin-bottom: 5px;
		font-size: 13px;
	}
	.insider .const_list .card button{
	    font-size: 13px;
	}
	
	/* 	나의 업무 */
	.insider .myWork .work_list li p{
		font-size: 18px;
	}
	.insider .myWork .work_list li span{
		font-size: 13px;
	}
	
	
	/* 	자료공유 & 공지사항 (관계자, pc) */
	.insider .column_list li,
	.dataShare_wrap.text-center li,
	.notice_page .data_list li{
		padding: 17px 13px;
	}
	.insider .column_list .content_wrap,
	.data_share_container .dataShare_wrap li .content_wrap,
	.notice_page .data_list li .content_wrap{
	    width: calc(100% - 55px);
	}
	.insider .column_list span,
	.data_share_container .dataShare_wrap li .content_wrap a span,
	.notice_page .data_list li .content_wrap a span {
		margin-left: 14px;
	}
	.insider .column_list .date_wrap,
	.data_share_container .dataShare_wrap li .date_wrap,
	.notice_page .data_list .date_wrap{
	    width: 55px;
    	height: 55px;
	}
	.insider .column_list .date_wrap strong,
	.data_share_container .dataShare_wrap li .date_wrap strong,
	.notice_page .data_list .date_wrap strong{
	    font-size: 25px;
    	margin-top: 4px;
	}
	.insider .column_list .content_wrap > .wrapper,
	.data_share_container .dataShare_wrap li .content_wrap .wrapper,
	.notice_page .data_list li .content_wrap .wrapper{
		font-size: 13px;
	}
	.insider .column_list .content_wrap > .wrapper .attachment img,
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment img{
		margin-right: 5px;
	}
	.insider .column_list .content_wrap > .wrapper .attachment p,
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment p{
	    margin-left: 10px;
	}
	.insider .column_list .content_wrap > .wrapper .attachment:after,
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment:after {
		margin: 0px 15px;
	}
	.insider .column_list .content_wrap > .wrapper .writer p,
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .writer p,
	.notice_page .data_list li .content_wrap .wrapper .writer p {
	    margin-left: 10px;
	}
}
@media (max-width: 414px){
	/* 관계자메인 */
	.insider .main_content {
	    padding-top: 52px;
	}
}

@media (max-width: 375px){
	/* 	관계자 공퉁(메인) */
	.insider .title_wrap h2 {
	    font-size: 18px;
	}
	.insider .const_list .card .text_wrap p {
	    margin-bottom: 3px;
	    font-size: 12px;
	}
	.insider .const_list .card .text_wrap h2 {
	    font-size: 16px;
        margin-top: 8px;
	}
	.insider .myWork .work_list li p {
	    font-size: 16px;
	    height: 80px;
	    padding: 25px 0;
	}
	.insider .myWork .work_list li span{
	    padding: 20px 7px;
	}
	
	/* 관계자 메인 > 공사장목록 */
	.insider .const_list .tit_right {
		padding: 8px 10px;
	}
	.insider .const_list .tit_right div {
		width: 13px;
    	height: 13px;
	}
	.insider .const_list .tit_right p:before {
		height: 13px;
	}
	.insider .const_list .card button {
		height: 35px;
	}
	
	/* 	자료공유(관계자메인), 자료공유 & 공지사항(pc) */
	.insider .column_list .date_wrap,
	.data_share_container .dataShare_wrap li .date_wrap,
	.notice_page .data_list .date_wrap {
	    width: 48px;
	    height: 48px;
	}
	.date_wrap p,
	.data_share_container .dataShare_wrap li .date_wrap p {
	    font-size: 11px;
	}
	.insider .column_list .date_wrap strong,
	.data_share_container .dataShare_wrap li .date_wrap strong,
	.notice_page .data_list .date_wrap strong {
	    font-size: 22px;
	    margin-top: 3px;
	}
	.insider .column_list .content_wrap,
	.data_share_container .dataShare_wrap li .content_wrap,
	.notice_page .data_list li .content_wrap {
	    width: calc(100% - 48px);
	}
	.insider .column_list span,
	.data_share_container .dataShare_wrap li .content_wrap a span,
	.notice_page .data_list li .content_wrap a span {
	    font-size: 14px;
	    margin-left: 15px;
	}
	.insider .column_list .content_wrap > .wrapper .attachment p, 
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment p{
		margin-left: 7px;
	}
	.insider .column_list .content_wrap > .wrapper .attachment:after, 
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .attachment:after{
	    margin: 0px 10px;
	}
	.insider .column_list .content_wrap > .wrapper .writer p, 
	.data_share_container .dataShare_wrap li .content_wrap > .wrapper .writer p, 
	.notice_page .data_list li .content_wrap .wrapper .writer p{
		margin-left: 7px;
	}
	.comment_icon {
	    width: 30px; min-width: 30px;
	    height: 29px;
	    font-size: 14px;
	    padding: 14px;
	}
}

/* 관리자페이지 > 사용자 승인  */
.user_approval_result ul li .result_item li a{
	padding:3px 0;
}
.result_container .result_list .user_list_result ul li ul li, .user_approval_result ul li .result_item li{
	margin-right:0 !important;
}
.user_list_title .subjectmgt_checkBox, 
.user_approval_result ul li .result_item li:nth-child(1){
	width: 5%;
}
.user_list_title .subjectmgt_rowNum, 
.user_approval_result ul li .result_item li:nth-child(2){
	width: 7%;
}
.user_list_title .subjectmgt_userId, 
.user_approval_result ul li .result_item li:nth-child(3){
	width: 15%;
}
.user_list_title .subjectmgt_name, 
.user_approval_result ul li .result_item li:nth-child(4){
	width: 13% !important;
}
.user_list_title .subjectmgt_areaName, 
.user_approval_result ul li .result_item li:nth-child(5){
	width: 20%;
}
.user_list_title .subjectmgt_deptName, 
.user_approval_result ul li .result_item li:nth-child(6){
	width: 20%;
}
.user_list_title .subjectmgt_createDate, 
.user_approval_result ul li .result_item li:nth-child(7){
	width: 20%;
}

/* 관리자페이지 > 사용자 관리 */
.user_mgt_list_title .subjectmgt_rowNum, 
.user_list_result .result li ul li:nth-child(1){
	width: 7%;
}
.user_mgt_list_title .subjectmgt_userId, 
.user_list_result .result li ul li:nth-child(2){
	width: 13%;
}
.user_mgt_list_title .subjectmgt_name, 
.user_list_result .result li ul li:nth-child(3){
	width: 12% !important;
}
.user_mgt_list_title .subjectmgt_areaName, 
.user_list_result .result li ul li:nth-child(4){
	width:25%;
}
.user_mgt_list_title .subjectmgt_deptName, 
.user_list_result .result li ul li:nth-child(5){
	width: 23%;
}
.user_mgt_list_title .subjectmgt_createDate, 
.user_list_result .result li ul li:nth-child(6){
	width: 20%;
}

/* 관리자페이지 > 접속자 로그  */
.search_form .double .wrapper .search{
	justify-content:unset;
}

.acc_log_list li{
	margin-right:0 !important;
}
.search_result .subject_wrap .acc_log_title li:nth-child(1), .search_result .result_wrap .acc_log_list li:nth-child(1){
	width:6%;
}
.search_result .subject_wrap .acc_log_title li:nth-child(2), .search_result .result_wrap .acc_log_list li:nth-child(2){
	width: 8%;
}
.search_result .subject_wrap .acc_log_title li:nth-child(3), .search_result .result_wrap .acc_log_list li:nth-child(3){
	width:12%;
}
.search_result .subject_wrap .acc_log_title li:nth-child(4), .search_result .result_wrap .acc_log_list li:nth-child(4){
	width: 18%;
}
.search_result .subject_wrap .acc_log_title li:nth-child(5), .search_result .result_wrap .acc_log_list li:nth-child(5){
	width: 13%;
}
.search_result .subject_wrap .acc_log_title li:nth-child(6), .search_result .result_wrap .acc_log_list li:nth-child(6){
	width:8%;
}
.search_result .subject_wrap .acc_log_title li:nth-child(7), .search_result .result_wrap .acc_log_list li:nth-child(7){
	width: 14%;
}
.search_result .subject_wrap .acc_log_title li:nth-child(8), .search_result .result_wrap .acc_log_list li:nth-child(8){
	width:6%;
}
.search_result .subject_wrap .acc_log_title li:nth-child(9), .search_result .result_wrap .acc_log_list li:nth-child(9){
	width: 15%;
}
/* .search_result .subject_wrap .acc_log_title li:nth-child(10), .search_result .result_wrap .acc_log_list li:nth-child(10){ */
/* 	width:10%; */
/* } */

/* 관리자페이지 > 공사장 현황 */
.sub_page .const_status_search_result {
	margin-top: 20px;
}
	/* 공정별 공사현황 */
.sub_page .const_status_search_result .result_list {
	margin-top: 50px;
}
.result_list .subject_wrap .const_status_title_list li:nth-child(1), .result_wrap .const_status_result_list li:nth-child(1){
	width: 16%;
}
.result_list .subject_wrap .const_status_title_list li, .result_wrap .const_status_result_list li {
	width: 12%;
}
/* .result_list .subject_wrap .const_status_title_list li:nth-child(2), .result_wrap .const_status_result_list li:nth-child(2){ */
/* 	width: 11%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list li:nth-child(3), .result_wrap .const_status_result_list li:nth-child(3){ */
/* 	width: 11%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list li:nth-child(4), .result_wrap .const_status_result_list li:nth-child(4){ */
/* 	width: 11%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list li:nth-child(5), .result_wrap .const_status_result_list li:nth-child(5){ */
/* 	width: 11%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list li:nth-child(6), .result_wrap .const_status_result_list li:nth-child(6){ */
/* 	width: 11%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list li:nth-child(7), .result_wrap .const_status_result_list li:nth-child(7){ */
/* 	width: 11%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list li:nth-child(8), .result_wrap .const_status_result_list li:nth-child(8){ */
/* 	width: 11%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list li:nth-child(9), .result_wrap .const_status_result_list li:nth-child(9){ */
/* 	width: 11%; */
/* } */

	/* 사고현황(인적) */
.result_list .subject_wrap .const_status_title_list2 li, .result_wrap .const_status_result_list2 li{
	margin-right:0 !important;
}
.result_list .subject_wrap .const_status_title_list2 li:nth-child(1), .result_wrap .const_status_result_list2 li:nth-child(1){
	width: 8%;
}
.result_list .subject_wrap .const_status_title_list2 li, .result_wrap .const_status_result_list2 li {
	width: 5.75%;
}
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(2), .result_wrap .const_status_result_list2 li:nth-child(2){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(3), .result_wrap .const_status_result_list2 li:nth-child(3){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(4), .result_wrap .const_status_result_list2 li:nth-child(4){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(5), .result_wrap .const_status_result_list2 li:nth-child(5){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(6), .result_wrap .const_status_result_list2 li:nth-child(6){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(7), .result_wrap .const_status_result_list2 li:nth-child(7){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(8), .result_wrap .const_status_result_list2 li:nth-child(8){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(9), .result_wrap .const_status_result_list2 li:nth-child(9){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(10), .result_wrap .const_status_result_list2 li:nth-child(10){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(11), .result_wrap .const_status_result_list2 li:nth-child(11){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(12), .result_wrap .const_status_result_list2 li:nth-child(12){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(13), .result_wrap .const_status_result_list2 li:nth-child(13){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(14), .result_wrap .const_status_result_list2 li:nth-child(14){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(15), .result_wrap .const_status_result_list2 li:nth-child(15){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(16), .result_wrap .const_status_result_list2 li:nth-child(16){ */
/* 	width: 5.75%; */
/* } */
/* .result_list .subject_wrap .const_status_title_list2 li:nth-child(17), .result_wrap .const_status_result_list2 li:nth-child(17){ */
/* 	width: 5.75%; */
/* } */

	/* 사고현황(물적) */
.result_list .subject_wrap .const_status_title_list3 li, .result_wrap .const_status_result_list3 li{
	margin-right:0 !important;
}
.result_list .subject_wrap .const_status_title_list3 li:nth-child(1), .result_wrap .const_status_result_list3 li:nth-child(1){
	width: 10%;
}
.result_list .subject_wrap .const_status_title_list3 li, .result_wrap .const_status_result_list3 li {
	width: 9%;
}

/* 관리자페이지 > 건축물 현황 */
/* .result_list .subject_wrap .bldg_status_title_list li, .result_wrap .bldg_status_title_list li { */
/* 	width: 80px; */
/* } */
.sub_page .const_status_search_result .result_container {
	margin-top: 50px;
/* 	width: max-content; */
    min-width: 100%;
}
.result_container .subject_wrap .bldg_status_title_list th, .result_container .subject_wrap .bldg_status_title_list td {
	min-width: 80px;
}
/* .result_list .subject_wrap .bldg_status_title_list li */
.result_container .subject_wrap .bldg_status_title_list th {
	word-break: keep-all;
}
.result_list .subject_wrap .bldg_status_title_list li:not(:first-child) {
	display: flex;
    align-items: center;
}
.result_list .subject_wrap .bldg_status_title_list li:not(:first-child):before {
    content: '';
    display: block;
    height: 15px;
    width: 1px;
    background: #d0d1d2;
}
.result_list .subject_wrap .bldg_status_title_list li span {
	padding: 0 7px;
	border-left: 0;
    width: 100%;
}
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(1), .result_wrap .bldg_status_title_list li:nth-child(1){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(2), .result_wrap .bldg_status_title_list li:nth-child(2){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(3), .result_wrap .bldg_status_title_list li:nth-child(3){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(4), .result_wrap .bldg_status_title_list li:nth-child(4){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(5), .result_wrap .bldg_status_title_list li:nth-child(5){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(6), .result_wrap .bldg_status_title_list li:nth-child(6){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(7), .result_wrap .bldg_status_title_list li:nth-child(7){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(8), .result_wrap .bldg_status_title_list li:nth-child(8){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(9), .result_wrap .bldg_status_title_list li:nth-child(9){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(10), .result_wrap .bldg_status_title_list li:nth-child(10){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(11), .result_wrap .bldg_status_title_list li:nth-child(11){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(12), .result_wrap .bldg_status_title_list li:nth-child(12){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(13), .result_wrap .bldg_status_title_list li:nth-child(13){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(14), .result_wrap .bldg_status_title_list li:nth-child(14){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(15), .result_wrap .bldg_status_title_list li:nth-child(15){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(16), .result_wrap .bldg_status_title_list li:nth-child(16){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(17), .result_wrap .bldg_status_title_list li:nth-child(17){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(18), .result_wrap .bldg_status_title_list li:nth-child(18){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(19), .result_wrap .bldg_status_title_list li:nth-child(19){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(20), .result_wrap .bldg_status_title_list li:nth-child(20){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(21), .result_wrap .bldg_status_title_list li:nth-child(21){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(22), .result_wrap .bldg_status_title_list li:nth-child(22){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(23), .result_wrap .bldg_status_title_list li:nth-child(23){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(24), .result_wrap .bldg_status_title_list li:nth-child(24){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(25), .result_wrap .bldg_status_title_list li:nth-child(25){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(26), .result_wrap .bldg_status_title_list li:nth-child(26){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(27), .result_wrap .bldg_status_title_list li:nth-child(27){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(28), .result_wrap .bldg_status_title_list li:nth-child(28){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(29), .result_wrap .bldg_status_title_list li:nth-child(29){ */
/* 	width:80px; */
/* } */
/* .result_list .subject_wrap .bldg_status_title_list li:nth-child(30), .result_wrap .bldg_status_title_list li:nth-child(30){ */
/* 	width:80px; */
/* }  */

/* 관리자 > 건축물 현황 > 해소내용 모달 */
.slvInfo_modal .modal_wrap {
	width: 1000px;
}
.slvInfo_modal table {
	width: 100%;
}
.slvInfo_modal table th:not(:first-child),
.slvInfo_modal table td:not(:first-child) {
	border-left: 1px solid #d0d1d2;
}
.slvInfo_modal table.result_container tbody td:first-child p {
	text-align: center;
}
.slvInfo_modal table td p.align-left {
	text-align: left;
}
.slvInfo_modal table td p:not(:first-child) {
	margin-top: 5px;
}
.slvInfo_modal table tbody tr {
	border-bottom: 1px solid #d0d1d2;
}
.slvInfo_modal table tbody tr:last-child td {
	border-bottom: 1px solid #464646;
}
.slvInfo_modal table.result_container tbody td p {
	word-break: break-all;
    white-space: normal;
}


/* 관리자 > 공지사항 */
.result_wrap > .notice_admin_result li ul li{
	margin-right:0 !important;
}
.search_result .result_list .notice_admin_title li:nth-child(1), .result_wrap > .notice_admin_result li ul li:nth-child(1){
	width:7%;
}
.search_result .result_list .notice_admin_title li:nth-child(2), .result_wrap > .notice_admin_result li ul li:nth-child(2){
	width: 42%;
}
.result_wrap > .notice_admin_result li ul li:nth-child(2){
	text-align: left;
	padding-left: 10px;
}
.search_result .result_list .notice_admin_title li:nth-child(3), .result_wrap > .notice_admin_result li ul li:nth-child(3){
	width:21%;
}
.search_result .result_list .notice_admin_title li:nth-child(4), .result_wrap > .notice_admin_result li ul li:nth-child(4){
	width: 30%;
}


/* 관리자 > 공지사항 > 글쓰기 */
.form_container .notice_admin_write_select li select{
	height:45px;
}
.form_container .notice_admin_write_input input{
	height:45px;
	margin:10px 0;
}

/* 관리자 > 자료공유 */
.dateShare_admin_wrap li{
	padding:30px;
	border: 1px solid #b6bac2;
    border-radius: 10px;
    margin-bottom: 30px;
}

/* 관리자 > 사용자 승인 > 사용자 관리 모달 */
.user_mgt_modal_wrap .modal_wrap{
	width:1000px;
}
.user_mgt_modal{
	margin-top:0 !important;
}
.user_mgt_modal ul li:nth-child(2) .wrapper > select{
	width:58%;
	margin-right:10px;
}
.user_mgt_modal ul li:nth-child(2) .wrapper > input{
	width:60%;
}
.user_mgt_modal ul li:nth-child(2) .wrapper > button{
	height:45px;
	margin-left:10px;
	border:1px solid #5479f7;
	color:#5479f7;
	border-radius:5px;
}
.user_mgt_modal ul li:nth-child(4){
	padding:15px 25px !important;
	margin-top:0 !important;
	margin-bottom:0 !important;
	border-bottom:1px solid #d7d7d7 !important;
}
.user_mgt_modal ul li .modal_title{
	width:100px;
	line-height:20px;
}
.user_mgt_modal ul li .modal_title.space{
	margin-left:20px;
}
.user_mgt_modal form > ul > li > .wrapper{
	width:calc(100% - 100px);
}
.user_mgt_modal form > ul > li .authority{
	width:auto;
	padding:10px;
	background:#f9f7f7;
	border:1px solid #ccc;
	border-radius:5px;
	font-weight: 500;
    font-family: none;
    font-size: 15px;
}
.user_mgt_modal ul li .modal_input{
	width:calc(100% - 100px) !important;
}
.user_mgt_modal ul li ul{
	width: 100%;
    display: flex;	
}
.user_mgt_modal ul li ul li{
	display: flex;
    width: 50%;
    align-items: center;
}


/* */
.user_mgt_modal table{
	width:100%;
	border:1px solid #ccc;
	margin-top:40px;
}
.user_mgt_modal table tr td{
	padding:20px;
	line-height:20px;
}
.user_mgt_modal table tr:not(:last-child) td{
	border-bottom:1px solid #ccc;
}
.user_mgt_modal table tr td:nth-child(2){
	border-left:1px solid #ccc;
}
.user_mgt_modal table tr td:nth-child(3){
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.user_mgt_modal table tr td:nth-child(5){
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}
.user_mgt_modal table tr td:nth-child(2n){
	color:#999;
}
.user_mgt_modal table tr td:nth-child(2n-1){
	background:#e8eef8; 
}

/* .user_mgt_modal table tr .modal_text input::placeholder {color:#ccc;} */
.user_mgt_modal table tr .modal_text > input{
	width:100%;
	height:45px;
}
.user_mgt_modal table tr .modal_text > div select{
	width:30%;
	height:45px;
	background-color:#fff;
}
.user_mgt_modal table tr .modal_text > div input{
	width:70%;
	height:45px;
	margin:0 10px;
}
.user_mgt_modal table tr td .buseo{
	height:45px;
	border:2px solid #5479f7;
	border-radius:5px;
	color:#5479f7;
	padding:0 10px;
}
.user_mgt_modal table tr td span.key_change{
	padding:0 !important;
}
.user_mgt_modal table tr td .authority span{
	border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-family:none;
    font-weight:500;
    font-size:14px;
}
.user_mgt_modal table tr td .check_list li.active .checking{
    background: #5479f7;
    background-image: url(/static/images/icon/check_arrow_white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 11px 8px;
    border: none;
}



.oneBlockCheckingBox.active {
    background-color: #5479f7;
    background-image: url(../images/icon/check_arrow_white.png);
    border: none;
}

#addAcdntAddress {
	display:inherit;
}

/* 나의 업무 */
.a_modal .modal_wrap {
	width: 1000px;
}

.a_modal .result_container > div .arch_mgmCode {	/* 허가번호 */
	width: 24%;
}
.a_modal .result_container > div .arch_address {	/* 주소 */
	width: 38%;
}
.a_modal .result_container > div .arch_area {	/* 건물명 */
	width: 13%;
}
.a_modal .result_container > div .arch_prgsRt {	/* 공정율 */
	width: 13%;
}
.a_modal .result_container > div .arch_prgsCd {	/* 진행공정 */
	width: 13%;
}

.b_modal .modal_wrap {
	width: 1000px;
}

.b_modal .result_container > div .arch_mgmCode {	/* 허가번호 */
	width: 24%;
}
.b_modal .result_container > div .arch_address {	/* 주소 */
	width: 38%;
}
.b_modal .result_container > div .arch_area {	/* 건물명 */
	width: 13%;
}
.b_modal .result_container > div .arch_prgsRt {	/* 공정율 */
	width: 13%;
}
.b_modal .result_container > div .arch_prgsCd {	/* 진행공정 */
	width: 13%;
}

.c_modal .modal_wrap {
	width: 1000px;
}

.c_modal .result_container > div .arch_mgmCode {	/* 허가번호 */
	width: 24%;
}
.c_modal .result_container > div .arch_address {	/* 주소 */
	width: 38%;
}
.c_modal .result_container > div .arch_area {	/* 건물명 */
	width: 13%;
}
.c_modal .result_container > div .arch_prgsRt {	/* 공정율 */
	width: 13%;
}
.c_modal .result_container > div .arch_prgsCd {	/* 진행공정 */
	width: 13%;
}

.d_modal .modal_wrap {
	width: 1000px;
}

.d_modal .result_container > div .arch_mgmCode {	/* 점검계획명 */
	width: 30%;
}
.d_modal .result_container > div .arch_address {	/* 이름 */
	width: 12%;
}
.d_modal .result_container > div .arch_area {	/* 요청주소 */
	width: 30%;
}
.d_modal .result_container > div .arch_prgsRt {	/* 연락처 */
	width: 15%;
}
.d_modal .result_container > div .arch_prgsCd {	/* 요청일자 */
	width: 13%;
}

.e_modal .modal_wrap {
	width: 1000px;
}
.e_modal .result_container > div .arch_mgmCode {	/* 점검계획명 */
	width: 30%;
}
.e_modal .result_container > div .arch_address {	/* 이름 */
	width: 12%;
}
.e_modal .result_container > div .arch_area {	/* 요청주소 */
	width: 30%;
}
.e_modal .result_container > div .arch_prgsRt {	/* 연락처 */
	width: 15%;
}
.e_modal .result_container > div .arch_prgsCd {	/* 요청일자 */
	width: 13%;
}

.hn_modal .modal_wrap, .mt_modal .modal_wrap, .cn_modal .modal_wrap {
	width: 1000px;
}
.hn_modal .result_container > div .hn_acdntNo,
.mt_modal .result_container > div .hn_acdntNo,
.cn_modal .result_container > div .hn_acdntNo {	/* 허가번호 */
	width: 15%;
}
.hn_modal .result_container > div .hn_address,
.mt_modal .result_container > div .hn_address,
.cn_modal .result_container > div .hn_address {	/* 주소 */
	width: 35%;
}
.hn_modal .result_container > div .hn_name,
.mt_modal .result_container > div .hn_name,
.cn_modal .result_container > div .hn_name {	/* 건물명 */
	width: 35%;
}
.hn_modal .result_container > div .hn_tyName,
.mt_modal .result_container > div .hn_tyName,
.cn_modal .result_container > div .hn_tyName {	/* 공정율 */
	width: 15%;
}