/* 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, 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-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 {
	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;
}
.Elli{
	overflow: hidden;
	white-space:nowrap;
	word-wrap: normal;
	-webkit-line-clamp: 1;
	vertical-align:middle;
	text-overflow: ellipsis;
}
table.Elli{
	overflow: hidden;
	white-space:nowrap;
	word-wrap: break-word;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
}

.inner-form .phrases strong {
	color:#FF9BA1
}
.input-zone .phrases strong {
	color:#FF9BA1
}

.inner-form .phrases {
    font-size: 10px;
    color: #adadad;
    padding-left: 15px;
    margin: 10px 0;
}

.input-zone .phrases {
    font-size: 10px;
    color: #adadad;
    padding-left: 15px;
    margin: 10px 0;
}


/* 테이블 thead top고정 */

.table-sor table {
	width:100%;
	border-top:0px;
}

.fixedHeader{
	position: sticky;
	top:0;
	z-index: 50;
}


/* 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;
}

/* 스크롤바 수정 */
.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;
}

.important::before {
    content: '*';
    color: #FF9BA1;
    font-weight: bold;
    vertical-align: top;
    padding-right: 5px;
}
.nomportant{padding-left: 20px;}

span.hint_icon{
	background-color: #eee;
	color: #999;
	width:18px;
	text-align: center;
	height: 18px !important;
	border-radius: 50px;
	line-height: 20px !important;
	font-size: 12px !important;
	display: inline-block;
	margin-top:4px
}
span.hint_icon::after{
	content: '?';
	font-weight: bold;
	text-align: center;
	padding-left: 2px;
}

span.hint_icon:hover ~ .hint_box{
	display: inline-block;
}
span.hint_icon:hover{
	color: #45ADF9;
	background-color: #eee;
	border: 0;
}
span.hint{
	position: relative;
}

p.hint_box{
	position: absolute;
	z-index: 99;
	top: 5px;
	left:20px;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 4px 10px;
	text-align: left;
	font-size: 12px;
	color: #555;
	word-break:normal;
	display: none;
	width: 162px;
}

.paginationjs .paginationjs-pages li {
    border: none !important;
}