@charset "utf-8";

@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 300;
	src: url('/etrs/css/fonts/NanumSquareNeo-aLt.eot');
	/* IE9 Compat Modes */
	src: local(''), url('/etrs/css/fonts/NanumSquareNeo-aLt.eot?#iefix')
		format('embedded-opentype'), /* IE6-IE8 */
		url('/etrs/css/fonts/NanumSquareNeo-aLt.woff2') format('woff2'),
		/* Super Modern Browsers */
		url('/etrs/css/fonts/NanumSquareNeo-DemiLight.woff') format('woff'),
		/* Modern Browsers */ url('/etrs/css/fonts/NanumSquareNeo-aLt.ttf')
		format("truetype"); /* Safari, Android, iOS */
	font-display: swap;
}

@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 400;
	src: url('/etrs/css/fonts/NanumSquareNeo-bRg.eot');
	src: url('/etrs/css/fonts/NanumSquareNeo-bRg.eot?#iefix')
		format('embedded-opentype'),
		url('/etrs/css/fonts/NanumSquareNeo-bRg.woff2') format('woff2'),
		url('/etrs/css/fonts/NanumSquareNeo-bRg.woff') format('woff'),
		url('/etrs/css/fonts/NanumSquareNeo-bRg.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 500;
	src: url('/etrs/css/fonts/NanumSquareNeo-cBd.eot');
	src: url('/etrs/css/fonts/NanumSquareNeo-cBd.eot?#iefix')
		format('embedded-opentype'),
		url('/etrs/css/fonts/NanumSquareNeo-cBd.woff2') format('woff2'),
		url('/etrs/css/fonts/NanumSquareNeo-cBd.woff') format('woff'),
		url('/etrs/css/fonts/NanumSquareNeo-cBd.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 700;
	src: url('/etrs/css/fonts/NanumSquareNeo-dEb.eot');
	src: url('/etrs/css/fonts/NanumSquareNeo-dEb.eot?#iefix')
		format('embedded-opentype'),
		url('/etrs/css/fonts/NanumSquareNeo-dEb.woff2') format('woff2'),
		url('/etrs/css/fonts/NanumSquareNeo-dEb.woff') format('woff'),
		url('/etrs/css/fonts/NanumSquareNeo-dEb.ttf') format("truetype");
	font-display: swap;
}

@font-face {
	font-family: 'NanumSquareNeo';
	font-style: normal;
	font-weight: 800;
	src: url('/etrs/css/fonts/NanumSquareNeo-eHv.eot');
	src: url('/etrs/css/fonts/NanumSquareNeo-eHv.eot?#iefix')
		format('embedded-opentype'),
		url('/etrs/css/fonts/NanumSquareNeo-eHv.woff2') format('woff2'),
		url('/etrs/css/fonts/NanumSquareNeo-eHv.woff') format('woff'),
		url('/etrs/css/fonts/NanumSquareNeo-eHv.ttf') format("truetype");
	font-display: swap;
}

/*=================================*/
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, p, span, a,
	table, thead, tfoot, tbody, th, td, form, legend, label, input,
	textarea, address, strong, em, pre, q, abbr, acronym, cite, blockquote,
	object, iframe {
	margin: 0;
	padding: 0;
	font-family: 'NanumSquareNeo', 'Arial', sans-serif, dotum, Helvetica;
	font-size: 13px;
	vertical-align: baseline;
}

article, aside, canvas, details, figcaption, figure, footer, header,
	hgroup, menu, nav, section, summary {
	display: block;
}

audio, canvas, progress, video, i {
	display: inline-block;
	vertical-align: baseline;
}

html, body {
	color: #666;
}

img, fieldset, hr {
	border: 0;
	margin: 0;
	padding: 0;
}

img, input, select, textarea {
	vertical-align: middle;
}

cite, em, address, i {
	font-style: normal
}

ul, ol {
	list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 500;
	letter-spacing: -0.02em;
}

select, input, textarea {
	vertical-align: middle;
	margin: 0;
	font-family: 'NanumSquareNeo';
}

textarea {
	overflow: auto;
	min-height:60px;
	width:95%;
	padding:10px;
	border-color:#ccc;
	border-radius: 4px
}

select {
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 0 0 0 5px;
	height: 26px;
	color: #666;
	border-radius: 4px;
	width: 100px;
}

input[type='text'] {
	border: 1px solid #ccc;
	font-size: 13px;
	padding: 2px 7px;
	height: 20px;
	border-radius: 4px
}
td input[type='text']{
	width:95%
}
.ui-dialog-content td input[type='text']{
	width:90%
}
.dialogContent td input[type="checkbox"]{
 	width:20px;
 }

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
table th {
	font-weight:500
}

address {
	font-style: normal;
}

legend, caption {
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}
table th, td{
	vertical-align:middle
}

a:link, a:visited, a:hover, a:active, a:focus {
	text-decoration: none;
	color: #555;
}

a:active, a:hover {
	outline: 0;
}


[hidden], template {
	display: none;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b, strong {
	font-weight: 500;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

figure {
	margin: 1em 40px;
}

pre {
	overflow: auto;
}

button {
	border: none;
	text-align: center;
	cursor: pointer;
	overflow: hidden;
	font-family: 'NanumSquareNeo', 'Malgun Gothic', dotum, sans-serif
}

button, html input[type="button"], input[type="reset"], input[type="submit"]
	{ /*-webkit-appearance: button;*/
	cursor: pointer;
}

button[disabled], html input[disabled] {
	cursor: default;
}
/*button::-moz-focus-inner,input::-moz-focus-inner {border: 0;padding: 0;}*/
input {
	line-height: normal;
	border: 0px none;
}

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	border: 0;
}
.hidden {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	overflow: hidden;
}

legend {
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
	font: 0/0 Sans-serif;
	visibility: hidden;
}

label {
	display: inline-block;
	margin-left: 5px;
}

button[type="submit"].btn40, button[type="button"].btn40, button.btn40, input[type="submit"].btn40 {
	min-width: 80px;
}


/* search */
.searchArea {
	background: #e9e9e9;
	padding: 6px 10px;
}

.searchArea .searchTitle {
	font-size: 13px;
	color: #333;
	line-height: 30px;
	min-width: 85px;
	display: inline-block;
	text-align: right;
	font-weight: 500;
}

.searchArea .searchTitle.mgl50 {
	margin-left: 50px !important;
}

.searchArea select {
	border: 1px solid #cecece;
	font-size: 13px;
	height: 25px;
	width: 100px;
}

.searchArea .search_first {
	height: 30px;
}

.searchArea button[type="submit"] {
	width: 50px
}

.searchArea input[type="checkbox"] {
	width: 15px;
	margin-left: 5px
}
.searchArea input[type="text"] {
	border: 1px solid #ccc;
	width:150px
}
.searchArea input[type="text"].datepicker, .searchArea .datepicker{
	width:85px
}

.searchArea>dl {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.searchArea>dl:after {
	content: '';
	display: block;
	clear: both;
}

.searchArea>dl>dt {
	width: 12%;
	float: left;
}

.searchArea>dl>dd {
	width: 20%;
	float: left;
}

.searchArea>dl>dt {
	background: url(../images/sub/bg_icon_dot.gif) no-repeat 0 50%;
	padding-left: 10px;
	font-size: 14px;
	color: #406180;
}
.searchArea a.btn30, .searchArea button.btn30, .searchArea a{
	min-width:50px
}

.searchArea input[type="submit"], .searchArea button, .searchArea input[type="button"] {
	min-width: 50px;
	padding: 0 10px;
	border: 0;
}

.topBox {
	background-color: #fff;
	margin-top: 20px;
	color: #333;
	border-top: 2px solid #4c77b3;
	border-bottom: 2px solid #4c77b3;
}

.topBox>dl {
	width: 100%;
	height: 50px;
	line-height: 50px;
}

.topBox>dl:after {
	content: '';
	display: block;
	clear: both;
}

.topBox>dl>dt {
	width: 13%;
	float: left;
	font-weight: 500;
	font-size: 13px;
	background: #dbe5f2;
	text-align: center;
}

.topBox>dl>dd {
	width: 20%;
	float: left;
	text-align: center;
}

/* table */
.th_tit {
	background-color: #fff !important;
	color: #406180 !important;
	font-weight: 500 !important;
	height: 26px;
	font-size: 15px !important;
	border-bottom: 1px solid #406180 !important;
	border-top: 1px solid #406180 !important;
	border-right: 0 !important;
}

.boardDesc {
	text-align: right;
	font-size: 13px;
	margin-bottom: 5px
}

.table_tit {
	position: relative;
	width: 100%;
	height: 40px;
}

.boardListInfo {
	color: #666;
	font-size: 13px;
	text-align: right;
	margin: 10px 0 5px;
}

.boardListInfo .total {
	padding-right: 10px;
}

.boardListInfo .total em {
	font-size: 13px;
	color: #3080da;
	font-weight:500
}

.boardListInfo .page {
	padding-left: 10px;
	border-left: 1px solid #ccc
}

td.ar, th.ar {
	text-align: right !important;
	padding-right: 10px !important;
}

td.ac, th.ac {
	text-align: center !important;
}

td.br {
	border-right: 1px solid #ccc;
}

td.bl {
	border-left: 1px solid #ccc !important;
}

th.br {
	border-right: 1px solid #777 !important;
}

th.bl {
	border-left: 1px solid #777 !important;
}

td.bb {
	border-bottom: 1px solid #ccc;
}

td.date {
	font-size: 13px;
	letter-spacing: -0.5px
}

.bl0 {
	border-left: 0 !important;
}

td.br0 {
	border-right: 0 !important;
}

th.br0 {
	border-right: 0 !important;
}

input.ar {
	text-align: right !important;
}

.bbs-info {
	color: #666;
	font-size: 90%;
	clear: both;
	margin-bottom: 10px;
	float: right;
}

.bbs-info .total {
	float: left;
	padding-right: 15px;
}

.bbs-info .total em {
	font-style: normal;
	color: #33807a;
}

.bbs-info .page {
	float: left;
	padding-left: 15px;
	border-left: 1px solid #ccc
}
.boardList{
	border-top: 1px solid #ccc;
}
.boardList thead th, .boardList tbody th {
	font-size: 13px;
	border-left: 1px solid #777;
	border-bottom: 1px solid #777;
	background: #5a5a5a;
	color: #fff;
	padding: 10px 5px;
	vertical-align: middle;
}

.boardList thead th:first-child, .boardList tbody th:first-child {
	border-left: 0
}

.boardList tbody td {
	font-size: 13px;
	padding: 6px 5px;
	background: #fff;
	color: #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	vertical-align: middle;
	height:20px;
}

.boardList tbody td:last-child {
	border-right: 0
}

.boardList tbody td.bl0 {
	border-left: 0;
}

.boardList thead th.bl1 {
	border-left: 1px solid #777;
}

.boardList tbody .total td {
	background: #f8f8f9;
	color: #222;
}

.boardList01 {
	border-top: 1px solid #323232;
}

.boardList01 tbody tr.toggle td {
	background-color: #f6f8f9;
}

tr.pointer {
	cursor: pointer;
}

tr.on td {
	background-color: #dee8f2 !important;
}

.boardList01 thead th {
	font-size: 13px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #dfdfdf;
	color: #444;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
}

.boardList01 thead th:first-child {
	border-left: 0
}

.boardList01 tbody th {
	font-size: 13px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	color: #444;
	padding: 6px 10px;
	text-align: left;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}

.boardList01 tbody th:first-child {
	border-left: 0
}

.boardList01 tbody td {
	font-size: 13px;
	padding: 6px 10px;
	background: #fff;
	color: #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	height: 25px;
	vertical-align: middle;
}

.boardList01 tbody td:last-child {
	border-right: 0
}

.boardList01 tbody .total td {
	background: #f2f7fa;
	color: #222;
}

.boardList01 thead.h25 th {
	height: 28px;
	padding: 6px 10px;
}

.boardList01 thead.h25 td {
	height: 28px;
	padding: 6px 10px;
}

.boardList01 tbody.h25 th {
	height: 28px;
	padding: 6px 10px;
}

.boardList01 tbody.h25 td {
	height: 28px;
	padding: 6px 10px;
}

.boardList02 {
	border-top: 1px solid #323232;
	margin-bottom:5px
}

.boardList02 thead th {
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background: #dae2ed;
	color: #222;
	padding: 10px;
	vertical-align: middle;
}

.boardList02 thead th:first-child {
	border-left: 0
}

.boardList02 thead th.br {
	border-right: 1px solid #ccc;
}

.boardList02 thead td {
	font-size: 13px;
	border-bottom: 1px solid #ccc !important;
	padding: 5px 10px;
	background: #fff;
	color: #666;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}

.boardList02 tbody th {
	font-size: 13px;
	border-bottom: 1px solid #ccc;
	background: #f1f1f1;
	color: #444;
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	font-weight: 500;
}

.boardList02 tbody th.ac {
	text-align: center
}

.boardList02 tbody th.br {
	border-right: 1px solid #ccc;
}

.boardList02 tbody td {
	font-size: 13px;
	padding: 5px 10px;
	height: 25px;
	background: #fff;
	color: #666;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}

.boardList02.bdb {
	border-bottom: 1px solid #323232;
}

.boardList02.bdb tbody td.bdb0 {
	border-bottom: 0;
}

.boardList02.bdb tbody th.bdb0 {
	border-bottom: 0;
}

.boardList02 .thgray {
	background: #e3e6e8;
	padding: 8px 10px;
}

.boardList03 {
	border-top: 1px solid #323232;
}

.boardList03 thead th {
	font-size: 13px;
	border-left: 1px solid #ccc;
	background: #F3F3F3;
	color: #444;
	padding: 5px 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
}

.boardList03 thead th:first-child {
	border-left: 0
}

.boardList03 tbody th {
	font-size: 13px;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background: #ebeef2;
	color: #444;
	padding: 5px 10px;
}

.boardList03 tbody th:first-child {
	border-left: 0
}

.boardList03 tbody td {
	font-size: 13px;
	padding: 5px 10px;
	background: #fff;
	color: #666;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ddd;
	vertical-align: middle;
}

.boardList03 tbody td:last-child {
	border-right: 0
}

.boardList03 tbody td.bl0 {
	border-right: 0;
}

.boardList03 tbody .total td {
	background: #e1f0fa;
	color: #222;
}

.boardBox {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #cfd4d9;
}

.boardBox thead th, .boardBox tbody th {
	background: #e1e4e8;
	color: #444;
	padding: 15px 0;
}

.boardBox tbody td {
	font-size: 13px;
	padding: 13px 10px;
	background: #fff
}

.boardBox tbody td.ar {
	text-align: right;
	padding-right: 10px
}

.boardBox tbody td.ac {
	text-align: center
}

.formTbl {
	border-top: 1px solid #323232;
	border-bottom: 1px solid #ddd;
}

.formTbl thead th {
	font-size: 13px;
	background: #e5edf9;
	color: #444;
	padding: 12px 20px;
	text-align: left;
}

.formTbl tbody th {
	font-size: 13px;
	background: #e5edf9;
	color: #444;
	padding: 12px 20px;
	text-align: left;
}

.formTbl tbody td {
	font-size: 13px;
	padding: 4px 10px;
	background: #fff;
	color: #666;
	text-align: left;
	height: 26px;
}

.formTbl select {
	width: 100px;
}

.formTbl tbody th.bb, .formTbl tbody td.bb {
	border-bottom: 1px solid #ccc;
}

.listTbl {
	border-top: 1px solid #4c77b3;
	border-bottom: 1px solid #4c77b3;
}

.listTbl thead th {
	font-size: 14px;
	font-weight: 500;
	background: #e6f0fd;
	color: #333;
	padding: 15px 20px;
	text-align: center;
}

.listTbl tbody th {
	font-size: 14px;
	font-weight: 500;
	background: #e6f0fd;
	color: #333;
	padding: 15px 20px;
	text-align: center;
}

.listTbl tbody td {
	font-size: 15px;
	padding: 15px 10px;
	background: #fff;
	color: #222;
	text-align: right;
}

/* button */
.btn {
	display: inline-block;
	font-size: 12px;
	color: #fff !important;
	padding: 0 10px;
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	cursor: pointer;
	white-space: nowrap;
	border-radius: 4px;
}

.btn20 {
	display: inline-block;
	font-size: 12px;
	color: #fff !important;
	padding: 2px 6px;
	width: 30px;
	line-height: 1.1;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
}

.btn30 {
	display: inline-block;
	font-size: 12px;
	color: #fff !important;
	padding: 0 7px;
	line-height: 25px;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
}

.btn40 {
	display: inline-block;
	font-size: 13px;
	color: #fff !important;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	vertical-align: middle;
	cursor: pointer;
	min-width: 60px;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
}

.btn50 {
	display: inline-block;
	font-size: 14px;
	color: #fff !important;
	padding: 0 10px;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	cursor: pointer;
	min-width: 80px;
	text-align: center;
	white-space: nowrap;
	border-radius: 4px;
}

.btn40>a {
	color: #fff;
}

.btnNavy {
	background: #385070;
}

.btnLNavy {
	background: #406180;
}

.btnBlue {
	background: #3080da;
}

.btnBlue2 {
	background: #25b1be;
}

.btnYgreen {
	background: #74be25;
}

.btnGreen {
	background: #25be84;
}

.btnGray {
	background: #65767e;
}

.btnLgray {
	background: #8599a6;
}

.btnOrange {
	background: #d28228;
}

.btnRed {
	background: #e66464;
}

.btnRed2 {
	background: #FEBED3;
}

.btn.btnLogout {
	background: #5bb5b2;
}

.btn.btnEdit {
	background: #90bb56;
}

.btn.btnSearch {
	background: #406180;
	padding: 0 20px
}

.buttonRight, .btnR {
	margin-top: 10px;
	text-align: right;
}

.buttonLeft, .btnL {
	margin-top: 10px;
	text-align: left;
}

.buttonCenter, .btnC {
	margin-top: 10px;
	text-align: center;
}

.opacity5 {
	opacity: .5;
}

/* txt */
.txt11 {
	font-size: 11px;
}

.txt12 {
	font-size: 12px;
}

.txt13 {
	font-size: 13px;
	line-height: 1.5;
	display: inline-block;
	color: #666;
}

.txt14 {
	font-size: 14px;
	line-height: 1.5;
	display: inline-block;
}

.txt16 {
	font-size: 16px;
	line-height: 1.5;
}

.txt18 {
	font-size: 18px;
	line-height: 1.2;
	font-weight:600
}

.txt20 {
	font-size: 20px;
	line-height: 1.5;
}

.txt30 {
	font-size: 30px;
	line-height: 1.5;
}

.txtBlack {
	color: #333 !important;
	font-weight: 500;
}

.txtBlue {
	color: #3080da !important;
	line-height: 1.5;
	font-weight: 500;
}

.txtGreen {
	color: #25be84 !important;
	font-weight: 500;
}

.txtOrange {
	color: #f34d21 !important;
	font-weight: 500;
}

.txtRed {
	color: #f24b45 !important;
	font-weight: 500;
}

.txtNavy {
	color: #385070 !important;
	font-weight: 500;
}

.txtWhite {
	color: #fff !important;
	font-weight: 500;
}

.txtBold, .Bold600, .txt600 {
	font-weight: 600;
}

.Bold500, .txt500 {
	font-weight: 500;
}
.Bold700, .txt700 {
	font-weight: 500;
}

/* 블릿리스트 */
.dotBlue {
	background: url(../images/common/bul_list_blueDot.gif) no-repeat 0 5px;
	padding-left: 10px;
	line-height: 1.4;
	margin-bottom: 5px;
	color: #333;
}
/*div.bul_blue ul{.contArea .etrs_system}*/
div.bul_blue ul:after {
	display: block;
	content: '';
	clear: both;
}

div.bul_blue>ul>li {
	float: left;
	background: url(../images/common/bul_list_blueDot.gif) no-repeat 3px 4px;
	padding-left: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	width: 100%;
}

.bulBlue {
	background: url(../images/common/bg_menu_bullet.gif) no-repeat 0 7px;
	padding-left: 15px;
	line-height: 1.4;
	margin-bottom: 5px;
}
/*div.bul_green ul{.contArea .etrs_system}*/
div.bul_green ul:after {
	display: block;
	content: '';
	clear: both;
}

div.bul_green>ul>li {
	float: left;
	background: url(../images/common/bg_menu_bullet.gif) no-repeat 3px 4px;
	padding-left: 14px;
	line-height: 1.4;
	margin-bottom: 5px;
	width: 100%;
}

/* title */
.arrow_tit {
	font-size: 24px;
	color: #222;
	line-height: 40px;
	margin-top: 10px
}

.arrow_titG {
	font-size: 21px;
	color: #0B6CDA;
	line-height: 36px;
	margin-top: 10px;
	font-weight:500
}

.arrow_titN {
	font-size: 24px;
	color: #333;
	line-height: 40px;
	margin-top: 10px;
}

.circleB_tit, .titB {
	font-size: 20px;
	color: #0b6cd9;
	line-height: 32px;
	font-weight: 600;
	margin-top:10px
}

.circleG_tit, .titG {
	font-size: 20px;
	color: #3d4e65;
	line-height: 34px;
	position: relative;
	margin-top:10px;
	font-weight: 600;
}

.circleG_tit span.noti {
	position: absolute;
	top: -3px;
	right: -27px;
	background: url("../images/sub/bg_noti.png") no-repeat 0 50%;
	width: 22px;
	height: 27px;
	/*padding: 1px 7px;border: 2px solid white;border-radius:100px;background: #FF6969;box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset;-webkit-background-clip: padding-box;font:bold 12px/18px "Helvetica Neue", sans-serif; */
	color: white;
	font-size: 13px;
	text-align: center;
	/*text-decoration: none;text-shadow: 0 -1px 0 rgba(0,0,0,.6);*/
}
.ui-dialog-content .circleB_tit, .ui-dialog-content .titB, .ui-dialog-content .circleG_tit, .ui-dialog-content, .titG{
	font-size:18px;
}

/* dialog */
.ui-corner-all {
	border-bottom-left-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
	border-top-right-radius: 0 !important;
	border-top-left-radius: 0 !important;
}

.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0em !important;
	width: 300px;
	overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar {
	background: #3d4e65;
	height: 35px;
	position: relative;
	padding: 1em 0em .4em 1em !important;
	border: 0;
}

.ui-dialog .ui-dialog-title {
	font-size: 18px;
	color: #fff;
	margin: 0.15em 0;
	font-weight:500
}

.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: 1.5em !important;
	top: 50%;
	width: 19px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 18px;
}

.ui-dialog .ui-dialog-titlebar-close span {
	display: block;
	margin: 1px;
	left: 0;
	top: 0;
}

.ui-dialog .ui-dialog-titlebar-close:hover, .ui-dialog .ui-dialog-titlebar-close:focus
	{
	padding: 0;
}

.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: 0em 1em .5em 1em;
	background: none;
	overflow: auto;
}

.ui-icon-closethick {
	background-image: url(/images/common/pop_btn_close.gif) !important;
	background-position: left top !important;
	margin: 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
	width: 22px !important;
	height: 22px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
	background: none !important;
	border: none !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover
	{
	padding: 0 10px 0 0 !important;
}

.ui-dialog .ui-dialog-titlebar-close span.ui-button-text {
	display: none !important;
}

/* 사용자등록 */
.selectBox {
	border: 1px solid #ccc;
	padding: 2px;
	height: 28px;
	line-height: 28px;
}

.process_step {
	background: url("../images/sub/bg_step.gif") no-repeat scroll 0 0;
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
}

.process_step.step1 {
	background-position: 0 0px;
}

.process_step.step2 {
	background-position: 0 -60px;
}

.process_step.step3 {
	background-position: 0 -120px;
}

.process_step.step4 {
	background-position: 0 -180px;
}

.process_step>ul:after {
	clear: both;
	content: "";
	display: block;
}

.process_step>ul>li {
	color: #406180;
	float: left;
	font-size: 18px;
	padding-left: 9%;
	padding-top: 10px;
	width: 16%;
}

.process_step>ul>li>span {
	color: #8b9db0;
	display: block;
	font-size: 13px;
	margin-bottom: 4px;
}

.process_step>ul>li.on {
	color: #fff;
}

.process_step>ul>li.on>span {
	color: #fff;
}

.input {
	border: 1px solid #ccc;
	padding: 2px 10px;
	height: 20px;
	line-height: 20px;
	border-radius:4px;
}

.selectBic {
	border: 1px solid #ccc;
	padding: 2px 8px;
	height: 32px;
	line-height: 32px;
	min-width: 153px;
}

.scroll {
	overflow-y: auto;
}

.agreement>h3 {
	font-size: 16px;
	line-height: 1.8;
	color: #222;
}

.agreement>h4 {
	font-size: 15px;
	line-height: 1.8;
	color: #444;
}

.agreement>h5 {
	font-size: 14px;
	line-height: 1.8;
	color: #444;
}

.agreement>p {
	font-size: 13px;
	line-height: 1.4;
	color: #666;
	margin: 10px 0;
}

.agreement>ul.bul>li {
	font-size: 13px;
	line-height: 1.4;
	color: #666;
	margin: 5px 0;
	padding-left: 15px;
	background: url(../images/common/bg_menu_bullet.gif) no-repeat 0 8px;
}

.agreement>ul>li {
	font-size: 13px;
	line-height: 1.4;
	color: #666;
	margin: 5px 0;
	padding-left: 15px;
}

.agreement>ul>li>ul>li {
	font-size: 13px;
	line-height: 1.4;
	color: #666;
	margin: 5px 0;
	padding-left: 15px;
}

.agree-info-txt {
	color: #333;
	text-align: right;
	margin-top: 10px;
}

.error {
	color: #f77909;
	font-size: 13px;
	line-height: 18px;
}

.info_txt {
	color: #288fd0;
	font-size: 13px;
	line-height: 28px;
}

.skip {
	font-size: 0;
	height: 0;
	line-height: 0;
	overflow: hidden;
	position: absolute;
	visibility: hidden;
	width: 0;
}

/* 박스 */
.box_type01 {
	width: 95%;
	padding: 2%;
	background-color: #fff;
	border: 1px solid #ccc;
	height: 200px;
	overflow-y: auto;
}

.box_type02 {
	width: 96%;
	padding: 2%;
	background-color: #f2f4f6;
	border-top: 1px solid #3d4e65;
	border-bottom: 1px solid #3d4e65;
}

/* 페이징 영역 */
.boardNavigation {
	margin-top: 20px;
	position: relative;
	text-align: center;
}

.pagination {
	clear: both;
	display: inline-block;
}

.pagination ul li {
	float: left;
}

.pagination a.pageNum {
	display: inline-block;
	background-color: #fff;
	width: 33px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #ccc;
	text-align: center;
	color: #444;
	font-size: 13px;
	float: left;
	margin-left: -1px;
}

.pagination img {
	float: left;
}

.pagination img.mgl-1 {
	margin-left: -1px;
}

.pagination a.onBox {
	background: #3d4e65;
	color: #fff;
	font-weight: 500;
	border: 1px solid #3d4e65;
}

.pagination a.btnPage {
	position: relative;
}

.pagination a.btnPage .after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	color: #FFF;
}

.pagination a.btnPage:hover .after {
	display: block;
	background-color: rgba(0, 0, 0, .1);
}

.btnFirstPage {
	display: inline-block;
}

.btnPrevBlock {
	display: inline-block;
	margin-left: -1px;
}

.btnPrevPage {
	display: inline-block;
	margin-left: -1px;
}

.btnNextPage {
	display: inline-block;
	margin-left: -1px;
}

.btnNextBlock {
	display: inline-block;
	margin-left: -1px;
}

.btnLastPage {
	display: inline-block;
	margin-left: -1px;
}

/* 탭 */
.tab_type01 {
	border-bottom: 2px solid #128ca1;
	border-left: 1px solid #cdcdcd;
	margin-bottom: 10px;
	width: 100%;
}

.tab_type01 li {
	float: left;
	width: 33.3%;
}

.tab_type01 li a {
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cecece;
	background-color: #fff;
	color: #555555;
	display: block;
	font-size: 15px;
	padding: 17px 0px;
	text-align: center;
}

.tab_type01 li .on {
	background-color: #128ca1;
	border-right: 1px solid #61a2ac;
	border-top: 1px solid #61a2ac;
	color: #fff;
	font-weight: 500;
}

.tab_type02 {
	background: url("../images/common/bg_tab_line.gif") repeat-x 0 42px;
	width: 100%;
}

.tab_type02>li {
	float: left;
	width: 100%;
}

.tab_type02>li>a {
	border-left: 1px solid #cecece;
	border-right: 1px solid #cdcdcd;
	border-top: 1px solid #cecece;
	background-color: #f7f7f7;
	color: #888;
	display: block;
	font-size: 13px;
	padding: 13px 0px;
	text-align: center;
	border-bottom: 2px solid #406180;
	margin-right: -1px;
	width: 200px;
}

.tab_type02>li.on>a {
	background-color: #fff;
	border-top: 2px solid #406180;
	border-right: 2px solid #406181;
	border-left: 2px solid #406181;
	border-bottom: 1px solid #fff;
	color: #406180;
	margin: 0 0 -1px 0;
	width: 196px;
}

.tabArea {
	position: relative;
}

.tabdata {
	width: 100%;
	padding-top: 40px;
}

.tab_type02 .btn_1 {
	position: absolute;
	left: 0px;
	top: 0px;
}

.tab_type02 .btn_2 {
	position: absolute;
	left: 200px;
	top: 0px;
}

.tab_type02 .btn_3 {
	position: absolute;
	left: 400px;
	top: 0px;
}

.tab_type02 .btn_4 {
	position: absolute;
	left: 600px;
	top: 0px;
}

.tab_type02 .btn_5 {
	position: absolute;
	left: 800px;
	top: 0px;
}

/* 팝업 */
.Stitle_Green {
	font-size: 18px;
	color: #519dcd;
	line-height: 30px;
	font-weight:500
}

.Stitle_blue {
	font-size: 18px;
	color: #3080da;
	line-height: 30px;
	font-weight:500
}
/* 파일 */
.fileUploadControlWrap .fileUploadControl {
	background: #eaeaea;
	padding: 15px 10px;
	border-top: 2px solid #406180;
}

.fileUploadControl {
	position: relative;
	margin-top: 0px;
	margin-left: 0px;
	padding: 15px;
	min-width: 500px;
}

.fileFindBox {
	height: 60px;
	width: 50%;
	float: left;
}

.findFileWrap input {
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.findFileWrap input[type="button"] {
	height: 28px;
}

.findFileWrap {
	float: left;
	padding: 0px;
	background-color: #fff;
}

#uploadAttachFile {
	margin: 0px;
	width: 300px;
	height: 28px;
}

.btnUploadWrap {
	float: left;
	padding-left: 5px;
}

.uploadGuideText {
	clear: both;
	color: #5F5C5C;
	margin-top: 4px;
}

.uploadFileManage {
	height: 65px;
}

.uploadFileListWrap {
	float: left;
	width: 38%;
	margin-left: 10px;
}

.uploadFileListWrap>label {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	border: 0;
	background: 0 0;
	font-size: 0;
	line-height: 0;
}

#selectFileList {
	width: 100%;
	height: 65px;
	padding: 0px !important;
}

#selectFileList option {
	padding: 0px;
}

.uploadFileButtons {
	float: left;
	padding-left: 7px;
}

.allDownloadWrap {
	float: left;
	padding-left: 7px; /*margin-top:5px; margin-top: 2px;display: none;*/
}

.dialogContent {
	padding: 1em;
}

/* 로딩바 */
.progressBarDiv .progressBackground {
	opacity: 0.3;
	visibility: visible;
	position: fixed;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	z-index: 99998;
	background-color: black;
}

.progressBarDiv .progressDiv {
	background-color: #fff;
	/*box-shadow:0px 3px 7px 0px rgba(0, 0, 0, 0.3);*/
	overflow: hidden;
	width: 250px;
	height: 150px;
	z-index: 99999;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -75px;
	margin-left: -125px;
}

.progressBarDiv .progressDiv .progress-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 10px;
}

.progressBarDiv .progressDiv .progress-text1 {
	width: 100%;
	text-align: center;
	line-height: 28px;
	color: #000;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.progressBarDiv .progressDiv .progress-text2 {
	width: 100%;
	text-align: center;
	line-height: 20px;
	color: #000;
	font-size: 12px;
	text-align: center;
}

/* 마이페이지 */
.contArea .etrs_system .systemChart { /*border:1px solid #cfcfcf;*/
	background: #fff;
	padding: 5px 0px;
	position: relative
}

.contArea .etrs_system .systemChart>ul:after {
	content: '';
	display: block;
	clear: both
}

.contArea .etrs_system .systemChart>ul>li {
	float: left;
	width: 18.4%;
	margin-right: 2%;
}

.contArea .etrs_system .systemChart>ul>li:last-child {
	margin-right: 0%;
}

.contArea .etrs_system .systemChart>ul>li h4 {
	height: 40px;
	padding-top: 75px;
	text-align: center;
}

.contArea .etrs_system .systemChart>ul>li a {
	color: #555
}

.contArea .etrs_system .systemChart>ul>li a:hover {
	color: #222;
	font-weight: 500;
}

.contArea .etrs_system .systemChart>ul>li.serviceOn a {
	color: #555;
	line-height: 1.5;
}

.contArea .etrs_system .systemChart>ul>li.serviceOn>h4>a {
	color: #fff;
}

.contArea .etrs_system .systemChart>ul>li.step1 h4 {
	background: #2e3c4e url(../images/sub/bg_system_step1.png) no-repeat 50%
		20px;
}

.contArea .etrs_system .systemChart>ul>li.step2 h4 {
	background: #2e3c4e url(../images/sub/bg_system_step2.png) no-repeat 50%
		20px
}

.contArea .etrs_system .systemChart>ul>li.step3 h4 {
	background: #2e3c4e url(../images/sub/bg_system_step3.png) no-repeat 50%
		20px
}

.contArea .etrs_system .systemChart>ul>li.step4 h4 {
	background: #2e3c4e url(../images/sub/bg_system_step4.png) no-repeat 50%
		20px
}

.contArea .etrs_system .systemChart>ul>li.step5 h4 {
	background: #2e3c4e url(../images/sub/bg_system_step5.png) no-repeat 50%
		20px
}

.contArea .etrs_system .systemChart .subLink li {
	background: #cad5e0;
	text-align: center;
	padding: 10px 0;
	font-size: 13px;
	border-top: 1px solid #fff;
}

.contArea .etrs_system .systemChart .subLink li span {
	font-size: 13px
}

.contArea .etrs_system .systemChart .serviceOn .subLink li {
	background: #f2f3f5
}

.contArea .etrs_system .systemChart .serviceOn .subLink li.off {
	background: #cad5e0
}

.contArea .etrs_system .systemChart .serviceOn .subLink li.off>a {
	color: #555
}

.contArea .etrs_system .systemChart p.serviceOn {
	position: absolute;
	right: 150px;
	bottom: 10px
}

.contArea .etrs_system .systemChart p.serviceOn>em {
	display: inline-block;
	background: #128ca1;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px
}

.contArea .etrs_system .systemChart p.serviceOff {
	position: absolute;
	right: 25px;
	bottom: 10px
}

.contArea .etrs_system .systemChart p.serviceOff>em {
	display: inline-block;
	background: #cad5e0;
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px
}

.contArea .etrs_system .workStatus { /*border:1px solid #cfcfcf;*/
	padding: 5px 0;
	min-width: 1000px;
}

.contArea .etrs_system .workStatus:after {
	content: '';
	display: block;
	clear: both
}

.contArea .etrs_system .workStatus dl {
	width: 18.2%;
	float: left;
	margin-left: 2%;
	background: #e5e8ec;
	border: 1px solid #ddd;
}

.contArea .etrs_system .workStatus dl:first-child {
	margin-left: 0%
}

.contArea .etrs_system .workStatus dl>dt {
	color: #222;
	font-size: 15px;
	padding: 8px 10px;
}

.contArea .etrs_system .workStatus dl>dd {
	text-align: left;
	font-size: 13px; /*background-color:#fff;*/
	background: #fff url(../images/sub/bg_icon_request.gif) no-repeat 90% 0;
	color: #5b5b5b;
	padding: 12px 8%;
	line-height: 1.8;
	height: 46px;
}

.contArea .etrs_system .workStatus dl>dd.on {
	background-position: 90% -64px;
}

.contArea .etrs_system .workStatus dl>dd>a {
	color: #222;
	margin-left: 10%;
}

.contArea .workBoardArea {
	min-width: 1000px;
}

.contArea .workBoardArea:after {
	content: '';
	display: block;
	clear: both
}

.contArea .workBoardArea>li {
	float: left;
	width: 32%;
	margin-left: 2%;
	position: relative
}

.contArea .workBoardArea>li:first-child {
	margin-left: 0
}

.contArea .workBoardArea>li>h4 {
	padding: 15px 20px;
	color: #fff;
	font-size: 14px
}

.contArea .workBoardArea>li.board01>h4 {
	background: #537099;
}

.contArea .workBoardArea>li.board02>h4 {
	background: #405a7e;
}

.contArea .workBoardArea>li.board03>h4 {
	background: #314664;
}

.contArea .workBoardArea>li>ul {
	border: 1px solid #cecece;
	border-top: 0;
	padding: 20px;
	min-height: 80px;
	background: #fff
}

.contArea .workBoardArea>li>ul>li {
	margin-top: 10px
}

.contArea .workBoardArea>li>ul>li:first-child {
	margin-top: 0
}

.contArea .workBoardArea>li>ul>li>a {
	display: inline-block;
}

.contArea .workBoardArea>li .moreBtn {
	position: absolute;
	top: 10px;
	right: 0px;
	background: url(../images/sub/btn_more_01.png) no-repeat 0 0;
	width: 34px;
	height: 34px
}

.contArea .workBoardArea>li.board02 .moreBtn {
	background: url(../images/sub/btn_more_02.png) no-repeat 0 0;
}

.contArea .workBoardArea>li.board03 .moreBtn {
	background: url(../images/sub/btn_more_03.png) no-repeat 0 0;
}

.contArea .workBoardArea>li .moreBtn>span {
	font-size: 0;
	visibility: hidden
}

.contArea .etrs_system .programInfoList li {
	border: 1px solid #cfcfcf;
	background: #fff;
	margin-top: 10px;
	width: 99.9%;
}

.contArea .etrs_system .programInfoList li:first-child {
	margin-top: 0
}

.contArea .etrs_system .programInfoList li:after {
	content: '';
	display: block;
	clear: both
}

.contArea .etrs_system .programInfoList li>p {
	float: left;
	width: 43%;
	padding: 20px 20px;
	color: #333
}

.contArea .etrs_system .programInfoList li>p.stepTxt {
	padding-left: 60px;
	text-indent: -20px
}

.contArea .etrs_system .programInfoList li>p>span.no {
	display: inline-block;
	text-indent: 0;
	width: 20px
}

.contArea .etrs_system .prgFunction li {
	line-height: 1.6;
	background: url(../images/sub/bg_icon_dot.gif) no-repeat 0 50%;
	padding-left: 10px
}

.contArea .etrs_system .prgDesc {
	font-size: 13px;
	margin-top: 5px
}

.contArea .etrs_system .security dl {
	margin-left: 25px;
}

.contArea .etrs_system .security dt {
	font-size: 18px;
	color: #4789b3;
	font-weight: 500;
	line-height: 1.8;
}

.contArea .etrs_system .security dd {
	line-height: 1.6;
	background: url(../images/sub/bg_icon_dot.gif) no-repeat 0 50%;
	padding-left: 10px
}

.security dl {
	margin-left: 15px;
}

.security dt {
	font-size: 18px;
	color: #4789b3;
	font-weight: 500;
	line-height: 1.8;
}

.security dd {
	line-height: 1.6;
	background: url(../images/sub/bg_icon_dot.gif) no-repeat 3px 50%;
	padding-left: 12px
}

/* 2014-12-26 추가 end */
.datepicker, td input[type="text"].datepicker, td input[type="text"].nodate, .nodate input[type="text"] {
	width: 90px;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	/*display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;*/
}

.contArea .etrs_system .verifyArea>ul:after {
	content: '';
	display: block;
	clear: both
}

.readonly {
	background-color: rgb(238, 238, 238);
}

.brdListTitle .ellipsis {
	white-space: pre-wrap;
}

/* 160818 */
.row {
	width: 100%;
}

.ibox {
	clear: both;
	margin-top: 0;
	padding-right: 5%;
	width: 95%;
}

.ibox2 {
	clear: both;
	margin-top: 0;
	padding: 0;
	width: 95%;
	padding-left: 5%
}

.ibox-title {
	/*-moz-border-bottom-colors: none;-moz-border-left-colors: none;-moz-border-right-colors: none;-moz-border-top-colors: none;*/
	background-color: #fff;
	border-color: #a6b0b9;
	border-image: none;
	border-style: solid solid none;
	border-width: 3px 0 0;
	color: inherit;
	margin-bottom: 0;
	padding: 14px 15px 7px;
	min-height: 30px;
}

.ibox-content {
	background-color: #ffffff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid solid none;
	border-width: 1px 0;
}

.ibox-footer {
	color: inherit;
	border-top: 1px solid #e7eaec;
	font-size: 90%;
	background: #ffffff;
	padding: 10px 15px;
}

.col-2 {
	width: 50%;
	float: left;
}

.col-3 {
	width: 33%;
	float: left;
}

.col-4 {
	width: 25%;
	float: left;
}

.col-5 {
	width: 10%;
	float: left;
}

.label {
	background-color: #d1dade;
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	padding: 3px 8px;
	text-shadow: none;
	font-size: 13px;
}

.bgBlue {
	background-color: #156bb5;
}

.bgGreen {
	background-color: #128ca1;
}

.bgNavy {
	background-color: #3d4e65;
}

.bgRed {
	background-color: #bf6880;
}

.bgGrey {
	background-color: #c3ced9 !important;
}

.bgGrey>a {
	color: #444 !important;
}

.ibox-title h5 {
	display: inline-block;
	font-size: 15px;
	margin: 0 0 7px;
	padding: 0;
	text-overflow: ellipsis;
	float: left;
	letter-spacing: 0;
}

.ibox-content {
	clear: both;
}

.ibox-content {
	background-color: #ffffff;
	color: inherit;
	padding: 15px 20px 20px 20px;
	border-color: #e7eaec;
	border-image: none;
	border-style: solid;
	border-width: 1px 0;
	height: 100px;
}

.ibox-content>h1 {
	font-size: 16px;
	text-align: right;
	color: #222;
	line-height: 1.4
}

.textBlue {
	color: #125e9f
}

.textGreen {
	color: #128ca1
}

.textNavy {
	color: #3d4e65
}

.textRed {
	color: #cd0a0a
}

.textGrey {
	color: #888;
}

.bold {
	font-weight: 500;
}

.fontS {
	font-size: 11px;
}

.ibox-content>div>p {
	line-height: 1.8;
}

/* 다이얼로그창 오픈시 스크롤바 제거 */
.stop-scrolling {
	overflow: hidden
}

/* 다이얼로그 오픈시 로딩이미지 */
.dialogIframe-placeholder {
	background: url("/images/common/ajax-loader5.gif") no-repeat center
		center !important;
}

/* 해제 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

.clearfix {
	display: block;
}

/* 텍스트 */
.txtWhite {
	color: #fff !important;
}

.ls0 {
	letter-spacing: 0 !important;
}

.bg_Lgary {
	background: #f9fafa;
}

.bg_white {
	background: #fff;
}

/* 공통 */
.borderBlue2 {
	border: 2px dashed #156bb5;
}

.borderNavy2 {
	border: 2px solid #406180;
}

.mgl0 {
	margin-left: 0 !important
}

.mgl5 {
	margin-left: 5px !important
}

.mgl10 {
	margin-left: 10px !important
}

.mgl15 {
	margin-left: 15px !important
}

.mgl20 {
	margin-left: 20px !important
}

.mgl22 {
	margin-left: 22px !important
}

.mgl30 {
	margin-left: 30px !important
}

.mgl36 {
	margin-left: 36px !important
}

.mgl40 {
	margin-left: 40px !important;
}

.mgl60 {
	margin-left: 60px !important;
}

.mgt0 {
	margin-top: 0 !important
}

.mgt1 {
	margin-top: 1px;
}
.mgt2 {
	margin-top: 2px;
}
.mgt3 {
	margin-top: 3px;
}
.mgt5 {
	margin-top: 5px;
}

.mgt10 {
	margin-top: 10px !important
}

.mgt11 {
	margin-top: 11px !important
}

.mgt15 {
	margin-top: 15px !important
}

.mgt20 {
	margin-top: 20px !important
}

.mgt25 {
	margin-top: 25px !important
}

.mgt30 {
	margin-top: 30px !important
}

.mgt35 {
	margin-top: 35px !important
}

.mgt40 {
	margin-top: 40px !important
}

.mgt50 {
	margin-top: 50px !important
}

.mgb20 {
	margin-bottom: 20px !important;
}

.mgb10 {
	margin-bottom: 5px !important;
}

.mgr32 {
	margin-right: 32px !important;
}

.pd5p {
	padding: 5% !important;
}

.pd9 {
	padding: 9px !important;
}

.pd10 {
	padding: 10px !important;
}

.pd13 {
	padding: 13px !important;
}

.pd15 {
	padding: 15px !important;
}

.pdt50 {
	padding-top: 50px !important;
}

.pdt55 {
	padding-top: 55px !important;
}

.pdt7 {
	padding-top: 7px !important;
}

.pdt10 {
	padding-top: 10px !important;
}

.pdt20 {
	padding-top: 20px !important;
}

.pdb7 {
	padding-bottom: 7px !important;
}

.pdb20 {
	padding-bottom: 20px !important;
}

.pdb10 {
	padding-bottom: 5px !important;
}

.pdb5 {
	padding-bottom: 5px !important;
}

.pd3p {
	padding: 3% !important;
}

.lh32 {
	line-height: 32px;
}

.h50 {
	height: 50px !important;
}

.w100p {
	width: 100% !important;
}

.w33p {
	width: 33% !important;
}

.w10p {
	width: 10% !important;
}

.w20p {
	width: 20% !important;
}

.w30p {
	width: 30% !important;
}

.w40p {
	width: 40% !important;
}

.w45p {
	width: 45% !important;
}

.w48p {
	width: 48% !important;
}

.w49p {
	width: 49% !important;
}

.w50p {
	width: 50% !important;
}

.w60p {
	width: 60% !important;
}

.w70p {
	width: 70% !important;
}

.w80p {
	width: 80% !important;
}

.w86p {
	width: 86% !important;
}

.w90p {
	width: 90% !important;
}

.w500 {
	width: 500px !important;
}

.w354 {
	width: 354px !important;
}

.w300 {
	width: 300px !important;
}

.w250 {
	width: 250px !important;
}

.w200 {
	width: 200px !important;
}

.w180 {
	width: 180px !important;
}

.w170 {
	width: 170px !important;
}

.w160 {
	width: 160px !important;
}

.w150 {
	width: 150px !important;
}

.w120 {
	width: 120px !important;
}

.w115 {
	width: 115px !important;
}

.w105 {
	width: 105px !important;
}

.w100 {
	width: 100px !important;
}

.w90 {
	width: 90px !important;
}

.w80 {
	width: 80px !important;
}

.w70 {
	width: 70px !important;
}

.w60 {
	width: 60px !important;
}

.w50 {
	width: 50px !important;
}

.w40 {
	width: 40px !important;
}

.w30 {
	width: 30px !important;
}

.w20 {
	width: 20px !important;
}

.h300 {
	height: 300px !important;
}

.h200 {
	height: 200px !important;
}

.floatL, .fl {
	float: left !important;
}

.floatR, .fr {
	float: right !important;
}

.alignL, .al {
	text-align: left !important;
}

.alignR, .ar {
	text-align: right !important;
}

.alignC, .ac {
	text-align: center !important;
}

.alignM {
	vertical-align: middle !important;
}

.blind {
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	border: 0;
	background: 0 0;
	font-size: 0;
	line-height: 0;
}

.bdLnone {
	border-left: none !important;
}

.bdRnone {
	border-right: none !important;
}

.bdBnone {
	border-bottom: none !important;
}

.bdTnone {
	border-top: none !important;
}

.inlineB, .inb {
	display: inline-block;
}

#submitButton.btn40 {
	width: 80px
}

.topBox {
	background-color: #fff;
	color: #333;
	border-top: 2px solid #156bb5;
	border-bottom: 2px solid #156bb5;
}

.topBox>dl {
	width: 100%;
	height: 45px;
	line-height: 45px;
}

.topBox>dl:after {
	content: '';
	display: block;
	clear: both;
}

.topBox>dl>dt {
	width: 13%;
	float: left;
	font-weight: 500;
	font-size: 13px;
	background: #dbe5f2;
	text-align: center;
}

.topBox>dl>dd {
	width: 20%;
	float: left;
	text-align: center;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px !important;
}

.mt30 {
	margin-top: 30px !important;
}

.mr5 {
	margin-right: 5px !important;
}

.mr10 {
	margin-right: 10px !important;
}

.mr20 {
	margin-right: 20px !important;
}

.mr30 {
	margin-right: 30px !important;
}

.ml10 {
	margin-left: 10px !important;
}

.ml20 {
	margin-left: 20px !important;
}

.ml30 {
	margin-left: 30px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.pt10 {
	padding-top: 10px !important;
}

.pt20 {
	padding-top: 20px !important;
}

.pt30 {
	padding-top: 30px !important;
}

.pr10 {
	padding-right: 10px !important;
}

.pr20 {
	padding-right: 20px !important;
}

.pr30 {
	padding-right: 30px !important;
}

.pl10 {
	padding-left: 10px !important;
}

.pl20 {
	padding-left: 20px !important;
}

.pl30 {
	padding-left: 30px !important;
}

.pb10 {
	padding-bottom: 10px !important;
}

.pb20 {
	padding-bottom: 20px !important;
}

.pb30 {
	padding-bottom: 30px !important;
}

.contentBox .overlay {
	background: #fff;
	opacity: .9;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.contentBox .layer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 2;
}

.contentBox .layer .content {
	display: inline-block;
	vertical-align: middle;
	width: 400px;
	height: 100px;
	border: 1px solid #41757E;
	background: #128ca1;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}

.contentBox .layer .content .mainTitle {
	display: block;
	line-height: 40px;
	font-size: 14px;
	margin-top: 10px;
}

.contentBox .layer .content .subTitle {
	display: block;
	line-height: 20px;
}

.contentBox .layer .blank {
	display: inline-block;
	width: 0;
	height: 100%;
	vertical-align: middle;
}

.inlineB {
	display: inline-block;
}

.boardCategories3.mgt20 {
	margin-top: 10px !important;
	margin-bottom: 10px;
}

label+input, label+select, input+button, select+button, .searchTitle+select, .searchTitle+input, select+input, input+button, input+input, select+select {
	margin-left: 3px
}
label.blind+input, label.blind+select {
	margin-left: 0px
}

.buttonRight>a+a, .buttonLeft>a+a, .buttonCenter>a+a, .buttonRight>button+a,
	.buttonLeft>button+a, .buttonCenter>button+a, .buttonRight>button+button,
	.buttonLeft>button+button, .buttonCenter>button+button, button+button, a+a,
	.btnR>a+a, .btnL>a+a, .btCn>a+a, .btnR>button+a,
	.btnL>button+a, .btnC>button+a, .btnR>button+button,
	.btnL>button+button, .btnC>button+button, button+button, a+a, a+button, input+a  {
	margin-left: 3px
}

.bd-radius5 {
	border-radius: 5px;
}

.dialogContent a.btn40, .dialogContent button.btn40, .ui-dialog-content button.btn40, .ui-dialog-content a.btn40, .ui-widget-content input.btn40, .dialogContent  input.btn40 {
	height: 34px;
	line-height: 34px;
	min-width:50px
}
.dialogContent button[type="submit"].btn40, .dialogContent button[type="button"].btn40, .ui-dialog-content button[type="button"].btn40, .dialogContent button[type="submit"].btn40{
	min-width:80px
}
.ui-widget-overlay {
    background: rgba(255, 255,255,.5);
    opacity: inherit;
    backdrop-filter: blur(8px);
}
.searchArea button.ui-timepicker-trigger{
	padding:0;
	background:url(/etrs/images/sub/icon_clock.png) no-repeat left center;
	width:34px
}
.searchArea input.timepicker[type="text"]{
	width:40px;
}
