@charset "utf-8";

/* CSS Document */

/* reset */

/* 초기화 */
html {
	overflow-y: scroll;
}

body {
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	font-family: "돋움", Dotum, "돋움체", DotumChe, sans-serif, "Noto Sans KR", 'Roboto', Malgun Gothic, "맑은 고딕", AppleGothic, Dotum;
	background: #fff;
}

html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 1em;
	font-family: "돋움", Dotum, "돋움체", DotumChe, sans-serif;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

ul,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
*/
label,
input,
button,
select,
img {
	vertical-align: middle;
	font-size: 1em;
}

select::-ms-expand {
	display: none;
}

select {
	font-size: 12px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url("/assets/okems_3/bid/img/black_arrow.png") #fff 92% 50% no-repeat;
	padding-left: 4px;
}

input,
button {
	margin: 0;
	padding: 0;
	font-family: "돋움", Dotum, "돋움체", DotumChe, sans-serif;
	font-size: 1em;
}

input[type="submit"] {
	cursor: pointer;
}

button {
	cursor: pointer;
}

textarea,
select {
	font-family: "돋움", Dotum, "돋움체", DotumChe, sans-serif;
	font-size: 1em;
}

select {
	margin: 0;
	border: 1px solid #aaaaaa;
}

p {
	margin: 0;
	padding: 0;
	word-break: break-all;
}

hr {
	/*   display: none; */
}

pre {
	overflow-x: auto;
	font-size: 1.1em;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	cursor: pointer;
	color: #000;
	text-decoration: none;
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="text"],
input[type="password"],
textarea {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	outline: none;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
	outline: none;
}

input[type="checkbox"],
input[type="radio"] {
	margin: 0px 6px 3px 4px;
}

input[type="check"] {
	border: 1p solid #aaa;
}

option {
	color: #000;
	background: #fff;
}

table {
	border-collapse: collapse;
}

i {
	vertical-align: middle;
}

label {
	display: inline-block;
	/* max-width: 100%; */
	font-weight: normal;
}

.checked input:checked+label {
	font-weight: bold;
	color: #4b7dd2;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
	padding: 0;
	min-width: 1400px;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	padding: 0;
}

label {
	margin-bottom: 0;
}

.tooltip-inner {
	max-width: 100% !important;
}

input[type="checkbox" i] {
	margin: 0px 6px 3px 4px;
}

input[type="radio" i] {
	margin: 0px 6px 3px 4px;
}

button {
	font-size: 12px;
	border: none;
	background: none;
}

.clear {
	clear: both;
}

.row {
	padding: 0;
	margin: 0;
}

.wd_table span.txt_blue {
	color: #4862c0;
}

i.fas.fa-envelope {
	color: #444;
}

i.far.fa-envelope {
	color: #ccc;
}

input[type=text]::-ms-clear {
	display: none;
}

/* 부트스트랩 툴팁 색상 통일  */
.tooltip-inner {
	background-color: #5e7ef0;
	font-size: 12px;
	max-width: 400px;
}

.cursorDefault {
	cursor: default !important;
}


/* 부트스트랩 툴팁 색상 통일  */
.tippy-box {
	background-color: #5e7ef0;
	font-size: 12px;
	max-width: 400px;
}

.tippy-arrow {
	color: #5e7ef0 !important;
}

.dateWrap {
	width: 50px;
	min-width: 50px;
	max-width: 50px;
	margin: 0 auto;
}

.bs-tooltip-top .arrow::before {
	border-top-color: #5e7ef0;
}

.bs-tooltip-left .arrow::before {
	border-left-color: #5e7ef0;
}

.bs-tooltip-right .arrow::before {
	border-right-color: #5e7ef0;
}

.bs-tooltip-bottom .arrow::before {
	border-bottom-color: #5e7ef0;
}

a.link-title:visited {

	color: #c76f30 !important;

}

/* 메인컨텐츠 시작 */
/* .section01{
  display:flex;
} */