@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+KR&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

html {
	width:100%;
	min-height:100%;
	font-size: 62.5%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
	font-style: normal;
}

body {
	width:100%;
	min-height:100%;
	font-family: 'Poppins', 'IBM Plex Sans KR', sans-serif;
	background-color: #EEF0F8;
	color: #7E8299;
	line-height: initial !important;
	letter-spacing: 0.1px;
	font-size: 1.3rem;
}

h1 { font-size : 3.6rem}
h2 { font-size : 3rem}
h3 { font-size : 2.4rem}
h4 { font-size : 1.8rem}
h5 { font-size : 1.4rem}
h6 { font-size : 1.2rem}

h1,
h2,
h3,
h4,
h5,
h6,
small,
p {
	font-family: 'Poppins', 'IBM Plex Sans KR', sans-serif;
	margin: 0;
	line-height: inherit;
}

small {
	font-size: 90%;
	line-height: 18px;
}

a,
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: none;
}

img {
	object-fit: cover;
}

hr {
	border-bottom: 2px solid #e1e5ea;
}

ul,
li {
	list-style: none;
}

label {
	margin-bottom: 0;
	white-space: nowrap;
	line-height: 30px;
	font-size: 90%;
}

label.twoLine {
	line-height: 15px !important;
}

select {
	height: 30px;
	padding: 0 5px;
	border-radius: 4px;
	cursor: pointer;
	border: none;
	background: #fcfcfc;
	box-shadow: 1px 1px 2px rgb(181, 181, 195, 0.4);
}

input {
	filter: none;
	/* 파이어폭스 input 컬러 제거 */
	border: none;
	padding: 0 10px;
	height: 30px;
	background: #fcfcfc;
	border-radius: 4px;
	box-shadow: 1px 1px 2px rgb(181, 181, 195, 0.4);
}

.line-input {
	border-bottom: 1px solid #e1e5ea;
	border-radius: 0;
	box-shadow: none;
	background: #fff;
}

/* input + 두글자 버튼 */
.input-s-btn {
	width: calc(100% - 59px);
}

/* input + 네글자 버튼 */
.input-m-btn {
	width: calc(100% - 82px);
}

/* input + 다섯글자 버튼 */
.input-L-btn {
	width: calc(100% - 93px);
}

input:focus,
select:focus,
option:focus,
textarea:focus,
button:focus {
	outline: none;
}

/* autofocus 아웃라인 제거 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	transition: background-color 5000s;
	background-color: #fcfcfc !important;
	-webkit-text-fill-color: #7E8299 !important;
}

/* 크롬,엣지 등 input 컬러 제거 */
input::placeholder {
	font-size: 1.2rem !important;
	color: #B5B5C3 !important;
}

/* 기본 placeholder css */
::-webkit-input-placeholder {
	font-size: 90%;
	color: #9eacb4;
}

:-moz-placeholder {
	font-size: 90%;
	color: #9eacb4;
}

:-ms-input-placeholder {
	font-size: 90% !important;
	color: #9eacb4 !important;
}

input[type=checkbox],
input[type=radio] {
	box-shadow: none;
	height: auto;
	margin: 0;
	vertical-align: middle;
}

button[disabled],
input[disabled],
select[disabled] {
	cursor: no-drop !important;
}

textarea:disabled {
	background-color: rgba(224,228,234,0.1);
}

i {
	color: #B5B5C3;
}

svg {
	fill: #3699ff;
}

.point-color {
	color: #3699ff;
	fill: #3699ff;
}

.main-color {
	color: #3F4254;
	fill: #3F4254;
}

.text-color {
	color: #7E8299;
	fill: #7E8299;
}

.sub-color {
	color: #B5B5C3;
	fill: #B5B5C3;
}

.red {
	color: red;
}

.ls-red {
	color: red;
	padding-left: 3px;
}

.lm-red {
	color: red;
	padding-left: 7px;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.flex-basic {
	display: flex;
	align-items: center;
}

.flex-flex {
	display: flex;
	justify-content: space-between;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.text-box {
	border: 1px solid #e1e5ea;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
	min-height:30px;
	resize: none;
}

.line-box {
	height: 100px;
	padding: 7px;
	border-radius: 4px;
	overflow-y: auto;
	border: 1px solid #e1e5ea;
	resize: none;
}

.dashed-box {
	height: 100px;
	padding: 7px;
	border-radius: 4px;
	overflow-y: auto;
	border: 1px dashed #d5d0d0;
	resize: none;
}

.right-btn-box button{
	margin-left:3px;
}

.left-btn-box button{
	margin-right:3px;
}

.bt5 {
	margin-bottom: 5px;
}

.bt7 {
	margin-bottom: 7px;
}

.bt10 {
	margin-bottom: 10px;
}

.bt20 {
	margin-bottom: 20px;
}

.mg5 {
	margin: 5px 0;
}

.mg7 {
	margin: 7px 0;
}

.mg10 {
	margin: 10px 0;
}

.cursor-in {
	cursor: pointer;
}

.cursor-none {
	cursor: no-drop;
}

.thin {
	font-weight: 100;
}

.bold {
	font-weight: bold;
}

::-webkit-scrollbar {
	width: 8px;
	height: 8px;
}

::-webkit-scrollbar-track {
	background-color: #EEF0F8;
	border-radius: 15px;
}

::-webkit-scrollbar-thumb {
	background-color: #DFE3ED;
	border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #a2a3b7;
}

/* .table-wrapper::-webkit-scrollbar-track, */
.modal-content::-webkit-scrollbar-track {
	background-color: #fff;
	border-radius: 0;
}

/* .table-wrapper::-webkit-scrollbar-thumb, */
.modal-content::-webkit-scrollbar-thumb {
	background-color: #DFE3ED;
	border-radius: 0;
}

/* .table-wrapper::-webkit-scrollbar-thumb:hover, */
.modal-content::-webkit-scrollbar-thumb:hover {
	background-color: #a2a3b7;
}

.scrollNone {
	overflow-y: scroll;
}

.scrollNone::-webkit-scrollbar {
	display: none;
}

.col-w100 { width: 100%; }
.col-w95 { width: 95%; }
.col-w90 { width: 90%; }
.col-w85 { width: 85%; }
.col-w80 { width: 80%; }
.col-w75 { width: 75%; }
.col-w70 { width: 70%; }
.col-w65 { width: 65%; }
.col-w60 { width: 60%; }
.col-w55 { width: 55%; }
.col-w50 { width: 50%; }
.col-w45 { width: 45%; }
.col-w40 { width: 40%; }
.col-w35 { width: 35%; }
.col-w30 { width: 30%; }
.col-w25 { width: 25%; }
.col-w20 { width: 20%; }
.col-w17 { width: 17%; }
.col-w15 { width: 15%; }
.col-w13 { width: 13%; }
.col-w12 { width: 12%; }
.col-w10 { width: 10%; }
.col-w9 { width: 9%; }
.col-w7 { width: 7%; }
.col-w6 { width: 6%; }
.col-w5 { width: 5%; }
.col-w4 { width: 4%; }
.col-w3 { width: 3%; }
.col-w0 { width: 0%; }

.col-260 { width: 260px; }
.col-240 { width: 240px; }
.col-220 { width: 220px; }
.col-200 { width: 200px; }
.col-190 { width: 190px; }
.col-180 { width: 180px; }
.col-170 { width: 170px; }
.col-160 { width: 160px; }
.col-150 { width: 150px; }
.col-140 { width: 140px; }
.col-130 { width: 130px; }
.col-120 { width: 120px; }
.col-110 { width: 110px; }
.col-100 { width: 100px; }
.col-90 { width: 90px; }
.col-80 { width: 80px; }
.col-70 { width: 70px; }
.col-60 { width: 60px; }
.col-55 { width: 55px; }
.col-50 { width: 50px; }
.col-40 { width: 40px; }
.col-30 { width: 30px; }
.col-20 { width: 20px; }
.col-10 { width: 10px; }






/* 로딩 css */

.loading {
	width: 100%;
	height: 100%;
	font-size: 1.8rem;
	display: flex;
	justify-content: center;
	align-items: center;
}

.full-loading {
	background: #fff;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1000;
	text-align: center;
}

.modal-loading {
	background: #fff;
	opacity: 0.7;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	position: absolute;
	z-index: 650;
}

.modal-loading img ,
.full-loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-loading {
	background: #fff;
	opacity: 0.7;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	position: absolute;
	z-index: 650;
}

.sidebar-on #content7 .page-loading img {
	position: absolute;
	top: 50%;
	left: calc(50% + 115px);
	transform: translate(-50%, -50%);
}

.sidebar-off #content7 .page-loading img {
	position: absolute;
	top: 50%;
	left: calc(50% + 25px);
	transform: translate(-50%, -50%);
}

/* 로딩 css end */




/* 부트스트랩 강제 css */

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	border-top: 0;
	vertical-align: middle;
}

.form-group {
	margin: 0;
}

.clearfix:before,
.clearfix:after {
	content: initial;
}

/* 부트스트랩 강제 css end*/




/* select2 강제 css */

.modal-group .select2-container {
  width: calc(100% - 100px) !important;
}

.sfield .select2-container {
	
}

.select2-container .select2-selection--single {
	background: #fcfcfc !important;
	border: none !important;
	box-shadow: 1px 1px 2px rgb(181, 181, 195, 0.4);
	text-align: left;
	padding: 0 10px;
	height: auto !important;
	min-height: 30px;
}

.select2-container .select2-selection--multiple {
	border: 1px solid #e1e5ea !important;
	height: auto !important;
	min-height: 30px;
	max-height: 60px;
	overflow-y: auto;
	padding: 4px;
}

.table-col .select2-container {
	width:100% !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	background-color: #e1f0ff;
	color: #3699ff;
	border-right: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #fff;
	background-color: #3699ff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e1f0ff;
	border: none;
	color: #3699ff;
	margin: 2px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #7E8299 !important;
	text-align: left;
	line-height: 31px !important;
	padding-left: 0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
	vertical-align: text-top;
	margin-top: 0;
	margin: 2.5px 5px 2.5px 0px;
}

.select2-container--open .select2-dropdown {
	top: 2px;
}

.select2-container--open .select2-dropdown--below {
	border-top: 1px solid #aaa !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #e1e5ea !important;
	box-shadow: none;
}

.select2-results__option {
	padding: 1.5px 6px !important;
}

/* select2 강제 css end*/




#uploadFile,
.btn-cancel,
.btn-del,
.btn-save,
.toupdate ,
.pw-warning ,
.update-flex ,
.update-block,
.update-inline,
.m_show,
.noshow,
.hidden {
	display: none;
}


/* 파일박스 */

.filebox {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.filebox input[type="file"] {
	position: absolute;
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
	border: 0;
}

.filebox label {
	width: initial !important;
    font-size: inherit;
    font-weight: 100;
    line-height: inherit;
}

.editor-contents {
	border: 1px solid #e1e5ea;
	border-radius: 4px;
	padding: 10px;
	width: 100%;
	margin-bottom: 20px;
	min-height: 260px;
}

.file-row {
	justify-content: space-between;
	align-items: center;
	display: flex;
	height: 30px;
	width: 100%;
}

.file-content {
	display: none !important;
}

.file-name {
	box-shadow: none;
	background: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #7E8299;
	padding: 0;
}

.file-row small {
	text-align: right;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 2px;
}

.file-size {
	width: 60px;
}

.file-down {
	width: 30px;
}

.file-good {
	width: 30px;
}

.file-opt {
	padding: 0 2px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.file-opt a,
.file-opt button {
	margin-right: 2px;
}

.file-opt button:last-of-type {
	margin-right: 0;
}

/* 파일첨부 사이즈 input */
.filesizeBox-input {
	box-shadow: none;
	background-color: inherit;
	width: 18%;
	height: auto;
	padding: 0;
	text-align: right;
	min-width: 40px;
	font-weight: bold;
}

/* 유해물질 원글 */
.answer {
	max-height: 200px;
	overflow-y: auto;
}




.mailbox-attachments {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 10px;
}

.modal-content .mailbox-attachments {
	grid-template-columns: repeat(4, 1fr);
}

.mailbox-attachments li {
	width: 100%;
	margin-bottom: 0;
	margin-right: 0;
	overflow: auto;
}

.mailbox-attachment-icon {
	height: 120px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.mailbox-attachment-icon.has-img>img {
	max-width: 100%;
	height: inherit;
	max-height: 100%;
}

.mailbox-attachment-info button {
	float: right;
}

.mailbox-attachment-name {
	white-space: nowrap;
}

.upload-filename {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin: 4px 0;
}

/* 파일박스 css end */






/* 로그인 css */

.login-page,
.register-page {
	background: #fff;
}

#loginform__ {
	width: 100%;
	height: 100vh;
}

.login-wrapper {
	width: 100%;
	height: 100%;
	display: flex;
}

.login_fg_right {
	width: 50%;
	height: 100%;
	background: url(../../resources/img/login/b2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.login_fg_right .log-box {
	position: absolute;
	left: 50%;
	top: 46%;
	transform: translate(-50%, -50%);
	z-index: 10;
}

.login_fg_right .log-footer {
	position: absolute;
	bottom: 10px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	text-align: center;
}

.login_fg_left {
	width: 50%;
	height: 100%;
	display: flex;
	flex: 1 auto;
	justify-content: center;
	align-items: center;
	background-color: #1d1d2c;
}

.login-guide {
	max-width:700px;
	text-align: center;
	padding: 0 5%;
}

.log-logo {
	margin-bottom: 20px;
}

.log-logo h1 {
	color: #B5B5C3;
	font-weight: bold;
	letter-spacing: 4px;
	line-height: 80px;
}

.log-logo small {
	letter-spacing: 3.1px;
	margin-left: 2px;
	line-height: 20px;
}

.log-logo span {
	font-weight: 100;
}

.login-guide .login-input {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	margin-bottom:12px;
	padding: 20px;
}

.login-guide .login-check {
	text-align: right;
	color: #B5B5C3;
}

.login-guide .login-check label {
	margin-left: 5px;
}

input.login-input:-webkit-autofill,
input.login-input:-webkit-autofill:hover,
input.login-input:-webkit-autofill:focus,
input.login-input:-webkit-autofill:active {
	-webkit-text-fill-color: #fff !important;
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.log-body .button {
	width: 49% !important;
	height: 40px;
	padding: 7px;
}

.log-body #loginmsgbox {
	color: #df1717;
	height: 40px;
	margin-top:10px;
}

.corpwrapper {
	display: none;
	margin: 8px 0;
}

.corpwrapper .form-control {
	color: #fff;
	background-color: rgba(255, 255, 255, 0.2);
	width: 100%;
	border-radius: 4px !important;
	border: none;
	height: 40px;
}

.sitewrapper {
	display: none;
	background: rgba(255, 255, 255, 0.2);
	color: #fff;
	border-radius: 4px;
}

.sitewrapper .modal-body {
	margin: 0;
	padding: 0 10px 10px;
}

.sitewrapper .table-wrapper .table-head {
	background: none;
	border-bottom: 1px solid #e1e5ea;
}

.sitewrapper .table-wrapper .table-body {
	height: 200px;
	min-height: initial;
	max-height:calc(90vh - 55rem);
}

.sitewrapper .table-wrapper .table-body .table-row:hover {
	color: #3F4254;
	cursor: pointer;
}

/* 로그인 css end */




/* 헤더 css */

#navbar-static-top {
	border: none;
	border-bottom: none !important;
}

.logoutbtn {
	color: #c6c6c6;
	background: none;
	border: none;
	font-size: 1.2rem;
}

.main-header {
	background-color: #fff;
	z-index: 800;
}

.main-header .logo {
	background-color: #1e1e2d;
	z-index: 805;
	padding: 0px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.main-header>.navbar {
	height: 70px;
}

.sidebar-toggle-btn {
	position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);
	cursor: pointer;
	width: 30px;
	height: 30px;
}

.search_site {
	position: absolute;
	top: 50%;
	right: 300px;
	transform: translate(0%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}

.search_site:hover i {
	color: #f1faff;
}

.search_site i {
	margin-left: 3px;
	color: #3699ff;
}

.header-corp {
	display: none;
	position: absolute;
	top: 50%;
	right: 180px;
	transform: translate(0%, -50%);
	width: 110px;
}

.header-site {
	display: none;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(0%, -50%);
	width: 160px;
}

.sidebar-off .footer-aside {
	width: 50px;
}

.sidebar-off .footer-guide {
	width: calc(100% - 50px);
}

.sidebar-mini.sidebar-collapse .main-footer {
	margin-left: 0 !important;
}

.sidebar-mini.sidebar-collapse .content-wrapper,
.sidebar-mini.sidebar-collapse .right-side {
	margin-left: 50px;
	z-index: 740;
}

/* 헤더 css end */




/* 메뉴 css */

	#app-main-sidebar {	
	height: 100%;	
	min-height:100vh;
	padding-top:70px;
}	

.sidebar {	
	padding-bottom: 0;	
	height: 100%;	
}	

.sidebar-logo {	
	height: 70px;	
	display: flex;	
	align-items: center;	
	justify-content: center;	
}	

/* user-panel */
.user-panel {
	background-color: #1a1a27;
	height: 70px;
	padding: 15px 10px;
}

.user-panel>.image>svg {
	width: 30px;
	height: 30px;
	margin-top: 4px;
}

.user-panel>.info {
	padding: 0;
	width: calc(100% - 60px);
	display: flex;
	justify-content: space-between;
}

.user-panel>.info p {
	line-height: 1.5;
	font-weight: 600;
}



.logoutbtn {
	background: none;
	border: none;
	font-size: 1.2rem;
	color: #a2a3b7;
}

.panel-option svg {
	width: 19px;
	height: 19px;
	cursor: pointer;
}

/* */
.main-sidebar {
	z-index: 750;
}

.main-sidebar i {
	color: #a2a3b7;
}

.sidebar-off .treeview a span {
	width: 200px !important;
}

.sidebar-off .treeview-menu {
	padding-bottom: 12px !important;
	width: 200px !important;
}

.sidebar-menu .treeview-menu>li>a {
	padding: 7px 5px 7px 15px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.main-sidebar,
.treeview-menu,
.nav-text {
	background: #1e1e2d;
	color: #a2a3b7;
	font-size: 1.3rem;
}

.active>a>i>svg .menu-color,
.active>a>i>svg .sub-color {
	fill: #009ef7;
}

.sidebar-off #app-main-sidebar .active>a>i>svg .menu-color {
	fill: inherit;
}

.nav-guide {
	display: flex;
	align-items: center;
}

.nav-icon {
	width: 18px;
	height: 18px;
	margin-right: 10px;
}

.nav-icon svg {
	width: 18px;
	height: 18px;
	fill: #494b74;
}

.sidebar-off #app-main-sidebar .treeview:hover>a>i>svg .menu-color,
.treeview:hover .menu-color,
.treeview-sub:hover .sub-color {
	fill: #009ef7 !important;
}

.menu-color,
.sub-color {
	transition: all ease 0.3s;
}

.sidebar-menu {
	height: calc(100% - 90px);
}

.sidebar-on .sidebar-menu {
	overflow-y: auto;
}

.sidebar-menu::-webkit-scrollbar {
	display: none;
}

.sidebar-menu>li>a {
	padding: 12px 16px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

/* 메뉴 css end */




/* 컨텐츠 */

.wrapper {
	overflow: initial !important;
	min-height:100%;
}

#content7,
.content-wrapper {
	background-color: #EEF0F8;
	min-height: calc(100vh - 160px) !important;
}

/* 컨텐츠 헤더 css */

.content-header {
	height: 44px;
	margin-bottom: 20px;
	box-shadow: 0 3px 4px rgba(197, 204, 213, 0.5);
	border-top: 1px solid #e1e5ea;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 15px;
}

.site_name {
	display: inline-block;
	margin: 0px;
	font-size: 18px;
	letter-spacing: 2px;
	color: #7e8299;
}

.SiteSetting {
	font-size: 1.6rem;
	margin-right: 5px;
	margin-top: 1px;
	color: #B5B5C3;
	cursor: pointer;
}

.content-header>.breadcrumb {
	padding: 0;
	position: static;
}

.content-header>.breadcrumb>li>a {
	font-size: 1.4rem;
	color: #B5B5C3;
	cursor: default;
}

.content-header>.breadcrumb>li:first-of-type>a {
	cursor: pointer;
}

.content-header>.breadcrumb>li:last-of-type>a {
	font-size: 1.6rem;
	color: #7E8299;
}

.content-header>.breadcrumb>li>a>i {
	font-size: 1.3rem;
}

.content-header>.breadcrumb>li+li:before {
	content: '>';
}

@media (max-width : 991px) {
	.content-header>.breadcrumb {
		display: block;
	}

	.content-header>.breadcrumb>li:not(:last-of-type) {
		display: none;
	}
}

/* 컨텐츠 헤더 css end*/




/* 컨텐츠 바디 */

.content {
	padding: 0px 15px 20px;
	min-height: calc(100vh - 224px);
}

.box {
	border-radius: 4px;
	min-height:calc(100vh - 244px);
	margin-bottom: 0;
}

.box-body {
	padding: 15px 0;
	overflow-y: auto;
}

.box-body::-webkit-scrollbar {
	display: none;
}

/* 컨텐츠 css end*/




/* 페이지네이션 css  */

.pagination>li>a,
.pagination>li>span {
	background: #fff;
	color: #3F4254;
	font-size: 1.2rem;
	margin: 0 3px;
	width: 30px;
	height: 32px;
	padding: 7px 0;
	border: 0;
	border-radius: 4px !important;
	cursor: pointer;
}

.pagination>li.next a,
.pagination>li.next span,
.pagination>li.previous a,
.pagination>li.previous span {
	background-color: #e1f0ff;
}

.pagination>li.next a i,
.pagination>li.next span i,
.pagination>li.previous a i,
.pagination>li.previous span i {
	color: #3699ff;
	font-size: 1.6rem;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	color: #fff;
	background-color: #3699ff;
}

.pagination>li>a:hover i,
.pagination>li>a:focus i,
.pagination>li>span:hover i,
.pagination>li>span:focus i {
	color: #fff;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	background-color: #3699ff;
	border: 0;
	font-size: 1.3rem;
}

/* 페이지네이션 css end */




/* 푸터 css */

.main-footer {
	background-color: #EEF0F8;
	height: 90px;
	border-top: none;
	padding: 0;
	width: 100%;
	display: flex;
	margin-left: 0;
	z-index: initial;
}

	.footer-aside {
	z-index: 700;
	width: 230px;
	height: 100%;
	background-color: #1e1e2d;
	transition: transform .3s ease-in-out, width .3s ease-in-out;
}

.footer-guide {
	display: flex;
	/* width: 100%; */
	width: calc(100% - 230px);
	height: 100%;
	padding: 10px 15px;
}

.license {
	margin-top: 7px;
	font-size: 90%;
}

.foo-left {
	width: 100%;
	min-width: 490px;
	display: block;
}

.foo-right {
	width: 100%;
	text-align: right;
}

.foo-right img {
	width: 120px;
}

.home-btn {
	position: fixed;
	width: 30px;
	height: 30px;
	bottom: 97px;
	left: 90%;
	transform: translate(-50%, -50%);
	background-color: #1e1e2d;
	border-radius: 50%;
	padding: 6px 8px;
	z-index: 800;
}

.top-btn {
	position: fixed;
	width: 30px;
	height: 30px;
	bottom: 60px;
	left: 90%;
	transform: translate(-50%, -50%);
	background-color: #1e1e2d;
	border-radius: 50%;
	padding: 4px 8px;
	z-index: 800;
}

.home-btn i,
.top-btn i {
	color: #fff;
}

.mobile-btn {
	z-index: 9999;
	cursor: pointer;
	width: 100%;
	height: 200px;
}

/* footer end */




/* 프린트 css */

.table-striped {
	font-size: 1.4rem;
}

.table-striped thead tr th,
.table-striped tbody tr td {
	text-align: center;
}

.table-striped>tbody>tr:nth-of-type(odd) {
	background-color: #fff;
}

.print-btn {
	padding-top: 20px;
	text-align: center;
}

.print-msg {
	padding: 10px 0px;
	text-align: center;
}

.print-mon th {
	background-color: #f4f6f9;
}

.printmonE1 {
	padding: 5px;
	width: 30px;
	height: 34px;
}

.printmonE2 {
	padding: 5px;
	width: 110px;
	height: 34px;
}

.printmonE3 {
	padding: 5px;
	width: 44px;
	height: 34px;
	font-size: 1.2rem;
}

.printmonE4 {
	border-bottom: 1px solid #ddd;
}

#print_tt {
	padding: 20px 0;
}

.qrcode-content {
	margin: 5% auto;
}

.qrcode-guide .small {
	margin: 0 auto;
	width: 215px;
}

.qrcode-guide .medium {
	margin: 0 auto;
	width: 315px;
}

.qrcode-guide .large {
	margin: 0 auto;
	width: 512px;
}

.qrcode-guide .Xlarge {
	margin: 0 auto;
	width: 750px;
}

@media print {
	#print_tt {
		padding: 0;
		margin: 0;
	}

	.qrcode-guide {
		width: 100%;
		height: 100%;
		position: relative;
	}

	.qrcode-content {
		position: absolute;
		top: 40%;
		left: 50%;
		transform: translate(-50%, -50%);
	}

	.print-btn {
		display: none;
	}
}

/* 프린트 css end*/







/* 근로자 차량관리 페이지 */
#acs {
	cursor: pointer;
}

#acs .table-col img {
	padding: 0;
	margin: 0;
	width: 60px;
	height: 40px;
}

#acs_driver {
	width: 100%;
}


/* 차량별출입(일) */
#acsprvday {
	height: 57px;
}

#acsprvday .table-col {
	line-height: 40px;
}

#acsprvday .table-col img {
	padding: 0;
	margin: 0;
	width: 60px;
	height: 40px;
}

#schWorkerModal .schworker_left {
	float: left;
	width: 20%;
	text-align: center;
	color: #fe4e1f;
}

#schWorkerModal .schworker_right {
	float: right;
	font-size: 1.2rem;
	width: 80%;
	height: 100%;
	padding: 9px;
	cursor: pointer;
}

.schworker_right .schworker_right_info {
	text-align: left;
}

.schworker_right .schworker_right_info span:FIRST-CHILD {
	display: inline-block;
	text-align: center;
	background-color: #a2a3b7;
	border-radius: 4px;
	color: #fff;
	font-size: 1rem;
	width: 54px;
	padding: 2px 3px;
	margin: 0 4px 4px 0;
}


/* 근로자퇴직처리 tab */
.list-ul {
	width: 100%;
	height: 35px;
	display: flex;
	margin-bottom: 0;
	border-bottom: 1px solid #f3f6f9;
	font-size: 90%;
}

.list-li {
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 0 10px;
	border-bottom: 4px solid #fff;
	transition: all 0.2s;
}

.on {
	font-weight: bold;
	border-bottom: 4px solid #0086FF;
}


/* 월출역현황 페이지 */
#styleE,
#styleE2 {
	width: 46px;
}

.attend-guide {
	overflow: auto;
	max-height: 600px;
}

.attend-graph-table {
	width: 140px;
	float: left;
}

.attend-graph-table .table-head,
.attend-graph-table .table-row {
	width: 100%;
}

.attend-graph-table .table-row .table-col {
	float: left;
	text-align: center;
	padding: 8px 0;
}

.attend-graph-table .table-row>:last-child {
	border-right: 1px dashed #e1e5ea;
}

.attend-graph-info {
	padding: 10px 0;
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}


/* 현장소개 페이지 */
.infoboard-guide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 45px;
	margin-bottom: 10px;
}

.infoboard-guide h6 {
	width: 30%;
	text-align: right;
	padding-right: 40px;
	color: #b5b5c3;
	letter-spacing: 0.4px;
	font-size: 90%;
}

.infoboard-guide p {
	width: 70%;
}

.infoboard .table>tbody>tr>th,
.infoboard .table>tbody>tr>td {
	border: none;
	vertical-align: middle;
}

@media (max-width : 767px) {
	.infoboard-guide h6 {
		width: 40%;
		padding-right: 15px;
		font-size: 1.2rem;
	}

	.infoboard-guide p {
		width: 60%;
	}
}

#intro_info_content .toupdate tr {
	display: flex;
	align-items: center;
	width: 100%;
}

#intro_info_content .toupdate th {
	width: 10%;
	overflow: hidden;
	white-space: nowrap;
}

#intro_info_content .toupdate td {
	width: 90%;
}


/* 장비관리 */
.aurora-content {
	display: flex;
	justify-content: space-between;
}

#aurora-main {
	width: calc(60% - 7.5px);
}

#aurora-detail {
	width: calc(40% - 7.5px);
}

.aurora-content .table-body {
	max-height: 360px !important;
	overflow-y: auto;
}

.aurora-text {
	width: 100%;
	margin: 10px 0;
	height: 37px;
}

.aurora-text-box {
	text-align: right;
	letter-spacing: 0.5px;
}

.aurora-form {
	position: relative;
}

.search-count {
	position: absolute;
	top: 46.5px;
	left: 0;
}

.graph-modal .modal-body {
	max-height: calc(100vh - 209px) !important;
}

.graph-day {
	margin: 10px 0;
	text-align: center;
}


/* 유해물질 */

.goodslist-content {
	display: flex;
	justify-content: space-between;
}

.goods-left {
	width: 60%;
}

#goodsview {
	width: 38.5%;
	overflow-x: auto;
}

.goods-right {
	padding-right: 1px;
}

.goods-form {
	margin-top: 7px;
}

.goods-form .form-group {
	margin-right: 7px;
}

#goodsrow .g3 {
	width: 12.5%;
}

.hazmatImg-box {
	height: 60px;
}

.hazmatImg-box img {
	width: 100%;
	height: 100%;
}

#sitelistrow .e2,
#sitelistrow .e3,
#sitelistrow .e4 {
	width: 7.5%;
}

#sitelistrow .e1 {
	width: 2.5%;
}

#listrow .t1 {
	width: 3%;
}

#listrow .t4 {
	width: 6.5%;
}

#listrow .t6 {
	width: 4%;
}


/* 유해물질 관리인 모바일페이지 */
.authTitle h4 {
	color: #f64e60;
	font-weight: bold;
}

.adminPage-imgbox {
	width: 48%;
	position: relative;
}

.adminPage-imgbox:after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.adminPage-loadimg,
.adminPage-capimg {
	position: absolute;
	width: 100%;
	height: calc(100% - 30px);
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e1e5ea;
}

.adminPage-capimg {
	border: 1px solid #ffa800;
}

.uploadbtn {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.addbtn {
	width: auto;
	height: auto;
	padding: 4px 10px;
	position: absolute;
	bottom: 5px;
	right: 5px;
	color: #fff;
	background-color: #3699ff;
	border-radius: 4px;
}

.fontUp {
	font-size: 15px;
}

.adminPage-imgbox img {
	width: 100%;
	height: 100%;
}

/* 유해물질 모달에서 반입수량 카운트 */
.count-textbox {
	width: 55px;
	padding: 0;
	box-shadow: none;
	background: inherit;
	font-size: 2rem;
	text-align: center;
	color: #ffa800;
	font-weight: 600;
}

.product-count {
	display: flex;
	align-items: center;
}

.product-count button {
	width: 10%;
	height: 100%;
}

.product-count i {
	font-size: 1.6rem;
}

.product-count p {
	display: inline;
	font-weight: bold;
	margin: 0 0 3px 10px;
}



/* 현장 출입금지 리스트 근로자 수정 */
.black-wrapper .box-body {
	padding: 0;
}


/* 고령근로자 */
#former-input,
#year-text1 {
	display: none;
}


/* 시스템카테고리 */
.system-row-left {
	width:240px;
}

.system-row-right {
	width: calc(100% - 280px);
}

.system-left-button {
	width:90%;
	display: block;
}


/* 카메라관리 페이지 */
#cam_info_table .table-row {
	height: 46px;
}

#cam_info_table .table-col input,
#cam_info_table .table-col select {
	width: 90%;
}

#cam_info_table .col-w5 {
	padding: 13px 0;
}


/* 시스템관리 > 메인화면 관리 css */

.main_layout {
	display: flex;
	justify-content: space-between;
}

.main_layout .boxs {
	width: 32.5%;
}

.form_box {
	width: 100%;
	height: 120px;
	position: relative;
	margin-bottom: 10px;
	text-align: center;
	border: 3px dashed #e1e5ea;
	border-radius: 10px;
}

.size_1 {
	height: 120px;
}

.size_2 {
	height: 250px;
}

.form_box h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
}

.form_box h4 {
	position: absolute;
	top: 8px;
	right: 10px;
	cursor: pointer;
}

.form_box .select_box {
	width: 50%;
	min-width: 140px;
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.form_box .select_subbox {
	width: 50%;
	min-width: 140px;
	position: absolute;
	top: 65%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.size_2 .select_box {
	top: 40%;
}

.size_2 .select_subbox {
	top: 60%;
}


/* 근로자간편등록페이지 */
/* 근로자 사진 */
#companyrow .mailbox-attachments li {
	display: inline-block;
	float: none;
}

.mailbox-attachment-info1 {
	background: #f4f4f4;
	padding: 10px;
}

/* 근로자 건강정보 혈압 */
.blood-press {
	display: flex;
	align-items: center;
	width: 40%;
}

.blood-press input {
	width: 100%;
}

@media (max-width : 767px) {
	.blood-press {
		width: 100%;
	}
}