/* common css */

/* css reset */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
    -o-box-sizing: border-box
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, hr, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, span, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, form, label, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    /* font-style: normal; */
    font-variant: normal;
    font-weight: inherit;
    font-size: 100%;
	font-family: inherit;
    vertical-align: baseline;
    line-height: 160%;
	background-repeat:no-repeat !important
}

input,
select {
    margin: 0;
    padding: 0;
    font-style: normal;
    font-variant: normal;
    font-weight: inherit;
	font-family:'NanumBarunGothicWeb'
}

input[type='number'],
input[type='text'],
input[type='password'],
textarea,
button {
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none
}

input[type='number']:focus,
input[type='text']:focus,
input[type='password']:focus,
textarea:focus,
button:focus,
select {
	outline:none
}

input,
select {
	padding: 0 5px
}

input[type='file'] {
	padding: 0
}
textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
	font-size:12px;
   color:#aaa;
   font-family:'NanumBarunGothicWeb'
}
input:focus::-webkit-input-placeholder {
    color: transparent !important
}
input:focus::-moz-placeholder {
    color: transparent !important
}
input:focus:-ms-placeholder {
    color: transparent !important
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body {
   font-family: 'Malgun Gothic', '맑은 고딕', 'Apple SD Gothic Neo', 'AppleGothic', 'NanumBarunGothicWeb', '나눔고딕', 'Droid sans', 'Microsoft NeoGothic';
	word-break: keep-all;
    -webkit-text-size-adjust: none
}

ol, ul {
    list-style: none
}
blockquote,
q {
    quotes: '"' '"'
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}
table {
    border-collapse: separate;
    border-spacing: 0;
	
}


table, dl {
	font-family:'NanumBarunGothicWeb';
}

address {
    font-style: normal
}

textarea {
    width: 100%;
    resize: none;
}

button, img, input, select {
    vertical-align: middle
}
button {
    margin: 0;
    padding: 0;
    border: 0;
    background-color: transparent;
    font: inherit;
    color: inherit;
    cursor: pointer;
    border-radius: 0
}

input,
textarea,
button,
select,
a,
.btn {
  font-family:'NanumBarunGothicWeb';
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0,0,0,0)
}

input,
select,
textarea {
	background-color:#fff;
	padding: 0 5px;
	border:1px solid #d9d9d9
}

/* input:focus,
select:focus,
textarea:focus {
	background-color:#fff !important;
	outline:none;
	border-color:#cdcdcd;
	box-shadow: 0 0 10px #cdcdcd
} */

input:-webkit-autofill { 
	-webkit-box-shadow: 0 0 0 30px #fff inset ; 
	-webkit-text-fill-color: #000
} 
input:-webkit-autofill, 
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s
}

a {
    font-size: inherit;
    color: inherit;
    text-decoration: none
}

img {
    border: 0;
	max-width:100%;
	image-rendering: -moz-auto;         
	image-rendering:   -o-auto;       
	image-rendering: -webkit-optimize-contrast;
	image-rendering: auto;
	-ms-interpolation-mode: nearest-neighbor;  
	-ms-interpolation-mode: bicubic;
}

em, strong {
    font-size: inherit;
    line-height: inherit
}

/* common */
body, html {
	/* overflow-x:hidden; */
	min-width:320px
}

body {
	font-family:'NanumBarunGothicWeb'
}

body, a {
	color:#222
}

b, .bd, h1, h2, h3, h4, h5, h6, strong {
	font-family:'NanumBarunGothicWebB';
}

.div-table {
	display:table;
	width: 100%;
	height: 100%
}

.div-tablecell {
	display:table-cell;
	vertical-align:middle
}

ul.inbl {
	font-size:0
}

ul.inbl > li {
	display:inline-block
}

.F-left,
dt {
	float:left
}

.F-right,
dd {
	float:right
}

.T-left {
	text-align:left;
	padding-left:5px;
}

.T-center {
	text-align:center
}

.T-right {
	text-align:right;
	padding-right:5px;
}

.Fixed {
	position:fixed
}

.Rel {
	position:relative
}

.Abs {
	position:absolute
}

.Block {
	display:block
}

.Inblock {
	display:inline-block
}

.Clearfix, ul, dl, .div-inner {
	*zoom:1
}

ul::after,
dl::after,
.Clearfix::after,
.div-inner::after {
	content:'';
	display:block;
	clear:both
}

.Ellipsis {
	display:inline-block;
	max-width:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	word-wrap: normal;
	vertical-align:middle
}

table .Ellipsis {
	overflow: hidden;
    height: auto;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

/**** minhyuk zone ****/

/* 2020-10-13 from user2.css */
.important::before{
	content:'*';
	color:#FF9BA1;
	font-weight:bold;
	vertical-align:top;
	padding-right: 5px;
}

/* 2020-10-14 */
input.datepicker,
input.s_datepicker {
	width: 82px !important; /* 1014 minhyuk 너비 고정 */
}

dl.F-left:nth-child(2) > dt {
    border-left: 1px solid #d5d5d5;
}

.input-zone .sub-title + dl dt,
.input-zone .sub-title + dl dd {
	border-top : 1px solid #d5d5d5;
}

/* 2020-10-20 */
span.status_label {
	display: inline-block;
    padding: 2px 5px;
    border: 1px solid #d5d5d5;
    color: #a9a9a9;
}

span.status_label.type1 {
	border-color:#655EFB;
	color:#4036FA;
}

span.status_label.type2 {
	border-color:#11AA0D;
	color:#0E8E0B;
}

span.status_label.type3 {
	border-color:#FDA21A;
	color:#EC8E02;
}

span.status_label.type4 {
	border-color:#BDBDBD;
	color:#BDBDBD;
}

span.status_label.type5 {
	border-color:#FF0000;
	color:#FF0000;
}

/* tablesorter */
.tablesorter-blue th,
.tablesorter-blue thead td {
	background: linear-gradient(to bottom,#fff,#F0F0F0);
	
}
.tablesorter-blue .header,
.tablesorter-blue .tablesorter-header {
	/* black (unsorted) double arrow */
	background: #f8f8f8;
	background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
	/* white (unsorted) double arrow */
	/* background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAAP///////yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==); */
	/* image */
	/* background-image: url(images/black-unsorted.gif); */
	background-repeat: no-repeat;
	background-position: center right;
	padding: 4px 18px 4px 4px;
	white-space: normal;
	cursor: pointer;
}
.tablesorter-blue .headerSortUp,
.tablesorter-blue .tablesorter-headerSortUp,
.tablesorter-blue .tablesorter-headerAsc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7);
}
.tablesorter-blue .headerSortDown,
.tablesorter-blue .tablesorter-headerSortDown,
.tablesorter-blue .tablesorter-headerDesc {
	background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7);
}
.tablesorter-blue thead .sorter-false {
	background: linear-gradient(to bottom,#fff,#F0F0F0);
	cursor: default;
	padding: 4px;
}

/* 2020-10-14 kimminju */
.important2::before{
	content:'';
	color:#FF9BA1;
	font-weight:bold;
	vertical-align:top;
	padding-left: 10px !important; 
}


/* 스크롤바 수정 */
.table-sor::-webkit-scrollbar{
	width:12px;
	background-color: #f2f2f2;
}
.table-sor::-webkit-scrollbar-thumb{
	width:12px;

	background-color: #f3f3f3;
	border:1px solid #ddd;
}
.table-sor::-webkit-scrollbar-track{
	width:12px;
	background-color: #f2f2f2;
}