@charset "utf-8";
@import url("layout.css");
@import url("content.css");
@import url("table.css");
@import url("style.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap");
@import url(//spoqa.github.io/spoqa-han-sans/css/SpoqaHanSansNeo.css);
/* common */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
}
body {
  font-family: "Spoqa Han Sans Neo", "Roboto", sans-serif !important;
  font-weight: normal;
  color: #192534;
  line-height: 1;
  /*background-color: #f3f3f3;*/
  background-color: #fff;
  overflow: auto;
  min-width: 1200px;
  width: 100%;
  /* transition: padding-left 0.4s; */
  /* padding-left: 240px !important; */
  min-width: 1580px;
}
/* body.fold-body {
  padding-left: 68px !important;
} */
body.m-w-100 {
  min-width: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th {
  /*font-family: 'dotum', sans-serif;*/
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  /*word-spacing: -2px;*/
  letter-spacing: -0.25px;
}
/*아래스타일 주석을 해제하면 인증서 툴킷 디자인에 영향을 줘서 인증서 목록이 틀어지는 현상이 일어남*/
/* td {font-family: 'dotum', sans-serif; font-size:100%; margin:0; padding:0; border:0; outline:0; vertical-align:baseline; word-spacing:-2px;} */
table,
th,
td,
input {
  letter-spacing: 0 !important;
  word-spacing: -2px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  /* font-family: "dotum", sans-serif; */
}
select[name="selSearch"] {
  margin-right: 12px;
}
select[name="selDt"] {
  margin-right: 12px;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: "";
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  vertical-align: middle;
}
input,
textarea,
select {
  *font-size: 100%;
}
legend {
  color: #000;
}
/*label {cursor:pointer;}*/

.blind,
legend,
hr,
caption {
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: -1000em;
  display: none;
}
i,
em,
address {
  font-style: normal;
  font-weight: normal;
}
.png24 {
  tmp: expression(setPng24(this));
}
.skipmenu {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 2;
}
.skipmenu a {
  display: block;
  font-size: 0;
  line-height: 0;
  margin: 0 -1px -1px 0;
  overflow: hidden;
  text-align: center;
  width: 1px;
}
.skipmenu a:focus,
.skipmenu a:hover,
.skipmenu a:active {
  background: #403228;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  margin: 0;
  height: 20px;
  line-height: 1;
  padding: 8px 0 0 15px;
  width: auto;
}
/*달력 휴일표기*/
.date-sunday .ui-state-default {
  background-image: none;
  background-color: none;
  color: red;
}
.date-saturday .ui-state-default {
  background-image: none;
  background-color: none;
  color: blue;
}
.date-holiday0 .ui-state-default {
  background-image: none;
  background-color: none;
  color: red;
}
.ui-datepicker {
  font-size: 12px;
  width: 200px;
}
.ui-datepicker select.ui-datepicker-month {
  width: 50%;
  font-size: 11px;
}
.ui-datepicker select.ui-datepicker-year {
  width: 50%;
  font-size: 11px;
}
/*sunny추가*/
button {
  line-height: 1;
}
.in-flex {
  display: inline-flex;
  align-items: center;
}

input[type="radio"] {
  accent-color: #fb6514;
}
input[type="checkbox"] {
  accent-color: #fb6514;
  position: relative;
  bottom: 1px;
}
.grey-btn {
  height: 36px;
  padding: 0 12px;
  border: 1px solid #cdd3dd;
  background-color: #f8f9fb;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #192534 !important;
  font-weight: 400 !important;
}
.grey-btn:hover {
  background-color: #eef1f6;
}

select[name="url"] {
  margin-left: 8px;
}
