@charset "utf-8";

/* =============================================================================
Common
============================================================================= */

* {
	padding: 0;
}

form, fieldset, legend {
	border: none;
}

img, fieldset, button {
	border: none;
}

hr, button img {
	display: none;
}

ul, li {
	list-style: none;
}

pre {
	white-space: pre-wrap;
	word-break: break-all;
	overflow: auto;
}

a {
	font-weight: 400;
	color: #0085cc;
	text-decoration: none;
	vertical-align: top;
}

a:hover, a:focus {
	color: #df0000;
	text-decoration: none;
}

legend {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

input, select, button, textarea {
	cursor: pointer;
	font-weight: 400;
	color: #303030;
	line-height: 1.86;
	letter-spacing: -0.03em;
	box-sizing: border-box;
	vertical-align: middle;
	border: 0;
	border-radius: 7px;
	outline: none;
	padding-left: 5px;
	border: 1px solid #999;
	font-size: 10pt;
}

#frmSearchs input[type=text] {
	height: 22px;
}

input[type=submit] {
	cursor: pointer;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

caption {
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	visibility: hidden;
}

.clear {
	clear: both;
}

.clear:after {
	content: "";
	display: block;
	clear: both;
}

.fix {
	float: none;
	clear: both;
	width: 0;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	line-height: 0;
	font-size: 0;
}

.table {
	display: table;
	border-collapse: collapse;
	width: 100%;
}

.table:hover {
	background: #F3F5BB
}

.cell {
	display: table-cell;
}

.table-row {
	display: table-row;
}

.dib {
	display: inline-block;
}

.mc {
	margin: 0 auto;
}

.vt {
	vertical-align: top;
}

.vm {
	vertical-align: middle;
}

.vb {
	vertical-align: bottom;
}

.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.cb::after {
	content: "";
	clear: both;
	display: block;
}

.fwb {
	font-weight: bold;
}

.cp {
	cursor: pointer;
}


/*** padding Start ***/
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pr5 {
	padding-right: 5px;
}

.pr10 {
	padding-right: 10px;
}

.pr15 {
	padding-right: 15px;
}

.pr20 {
	padding-right: 20px;
}

.pb5 {
	padding-bottom: 5px;
}

.pb10 {
	padding-bottom: 10px;
}

.pb15 {
	padding-bottom: 15px;
}

.pb20 {
	padding-bottom: 20px;
}

.pl5 {
	padding-left: 5px;
}

.pl10 {
	padding-left: 10px;
}

.pl15 {
	padding-left: 15px;
}

.pl20 {
	padding-left: 20px;
}
/*** padding End ***/


/*** margin Start ***/
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}

.mr5 {
	margin-right: 5px;
}

.mr10 {
	margin-right: 10px;
}

.mr15 {
	margin-right: 15px;
}

.mr20 {
	margin-right: 20px;
}

.mb5 {
	margin-bottom: 5px;
}

.mb10 {
	margin-bottom: 10px;
}

.mb15 {
	margin-bottom: 15px;
}

.mb20 {
	margin-bottom: 20px;
}

.ml5 {
	margin-left: 5px;
}

.ml10 {
	margin-left: 10px;
}

.ml15 {
	margin-left: 15px;
}

.ml20 {
	margin-left: 20px;
}
/*** margin End ***/


/*** height Start ***/
.h10 {
	height: 10px;
}

.h20 {
	height: 20px;
}

.h25 {
	height: 25px;
}

.h30 {
	height: 30px;
}

.h35 {
	height: 35px;
}

.h40 {
	height: 40px;
}

.h45 {
	height: 45px;
}

.h50 {
	height: 50px;
}

.h60 {
	height: 60px;
}

.h70 {
	height: 70px;
}

.h80 {
	height: 80px;
}
/*** height End ***/


/*** button Type Start ***/
.buttontType1 {
	background-color: #01205E !important;
	color: #fff !important;
	border: 1px solid #01205E !important;
}

.buttontType2 {
	background-color: #fff !important;
	color: #01205E !important;
	border: 1px solid #01205E !important;
}

.buttontType3 {
	background-color: #DEEBF6 !important;
	color: #01205E !important;
	border: 1px solid #DEEBF6 !important;
}

.buttontType4 {
	background-color: #0D99FA !important;
	color: #fff !important;
	border: 1px solid #0D99FA !important;
}

.buttontType5 {
	background-color: #fff !important;
	color: #0D99FA !important;
	border: 1px solid #0D99FA !important;
}

.buttontType6 {
	background-color: #E93F35 !important;
	color: #fff !important;
	border: 1px solid #E93F35 !important;
}

.buttontType7 {
	background-color: #FEE4E2 !important;
	color: #E93F35 !important;
	border: 1px solid #FEE4E2 !important;
}

.buttontType8 {
	background-color: #fff !important;
	color: #E93F35 !important;
	border: 1px solid #E93F35 !important;
}

.buttontType8:hover {
	background-color: #E93F35 !important;
	color: #fff !important;
	border: 1px solid #E93F35 !important;
}

.buttontType9 {
	background-color: #1F7245 !important;
	color: #fff !important;
	border: 1px solid #1F7245 !important;
}

.buttontType10 {
	background-color: #fff !important;
	color: #1F7245 !important;
	border: 1px solid #1F7245 !important;
}

.buttontType11 {
	background-color: #404040 !important;
	color: #fff !important;
	border: 1px solid #404040 !important;
	border-radius: 10px !important;
	width: 55px !important;
	height: 25px !important;
	padding: 0px !important;
	line-height: 26px !important;
}

.buttontType12 {
	background-color: #357AB4 !important;
	color: #fff !important;
	border: 1px solid #357AB4 !important;
	border-radius: 5px !important;
}
/*** button Type End ***/


/*** background-color Start ***/
.bgcolors {
	background-color: #DBECFC;
}

.bgcolors2 {
	background-color: #fff !important;
	color: #0D99FA !important;
	border: 1px solid #0D99FA !important;
}

.bgcolors3 {
	background-color: #0D99FA !important;
	color: #fff !important;
}

.bgcolors4 {
	background-color: #C682B4;
}

.bgcolors5 {
	background-color: #FF0000;
}

.bgcolors6 {
	background-color: #006600;
}
/*** background-color End ***/


/* =============================================================================
HTML - styles
============================================================================= */

/*** header Start ***/
#header, #topbar, #tabs, #breadcrumb, #headerContainer, #container, footer {
	display: block;
	position: relative;
	width: 1580px;
	margin: 0 auto;
}

body {
	overflow-y: scroll;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
	font-size: 12px;
}

#header {
	background-color: #fff;
	height: 60px;
}

#header #logo {
	float: left;
	margin: 15px 0 0 5px;
}

#header #logo h1 {
	float: left;
	margin: 2px 10px 5px 0;
	padding: 0;
	font-size: 30px;
	border: none;
	line-height: normal;
}

#header h1 a {
	color: #3A6C86;
	background-color: #fff;
}

#header #newsletter {
	float: right;
	margin: 5px 10px;
	color: #000000;
	font-weight: bold;
	font-size: 11pt;
}
/*** header End ***/


/*** menu Start ***/
#topnav {
	display: block;
	float: left;
	min-width: 1040px;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
	color: #000;
	background-color: #fff;
}

#topnav ul, #topnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

#topnav li a:link, #topnav li a:visited, #topnav li a:hover {
	display: block;
	margin: 0;
	padding: 15px 16px;
	color: #000;
	background-color: #fff;
}

#topnav li.last a {
	margin-right: 0;
}

#topnav li a:hover, #topnav ul li.active a {
	color: #ff0000;
	background-color: #fff;
	border-bottom: 2px solid #ff0000;
}

#topnav li li a:link, #topnav li li a:visited {
	width: 150px;
	float: none;
	margin: 0;
	padding: 7px 10px;
	font-weight: normal;
	color: #FFFFFF;
	background-color: #000000;
}

#topnav li li a:hover {
	color: #FFFFFF;
	background-color: #059BD8;
}

#topnav li ul {
	background: #FFFFFF;
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 170px;
	border-left: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}

#topnav li ul a {
	width: 140px;
}

#topnav li ul ul {
	margin: -32px 0 0 0;
}

#topnav li:hover ul ul {
	left: -999em;
}

#topnav li:hover ul, #topnav li li:hover ul {
	left: auto;
}

#topnav li:hover {
	position: static;
}

#topnav li.last a {
	margin-right: 0;
}

#topbar {
	box-shadow: 0 4px 2px -2px #DBDBDB;
	padding: 0 11px;
	background-color: #fff;
	z-index: 1;
	padding-bottom: 0px;
}

#topbar input {
	width: 155px;
	margin: 0 5px 0 0;
	padding: 5px;
	color: #B6B6B6;
	background-color: #fff;
	border: 1px solid #343434;
}

#topbar input#go {
	width: 68px;
	height: 34px;
	margin: 0;
	padding: 4px 0;
	text-transform: uppercase;
	color: #FFFFFF;
	background-color: #059BD8;
	border-color: #396B86;
	cursor: pointer;
	font-weight: bold;
}

#topbar #search {
	display: inline-block;
	float: right;
	height: 40px;
	margin: 0;
	padding: 6px 0px 0 10px;
	color: #FFFFFF;
	overflow: hidden;
}

#topbar #member_name {
	display: inline-block;
	float: right;
	height: 40px;
	margin: 0;
	padding: 6px 0px 0 10px;
	color: #FFFFFF;
	overflow: hidden;
	cursor: pointer;
}
/*** menu End ***/


div.wrapper {
	display: block;
	width: 100%;
	margin: 0;
	text-align: left;
}

.col1 {
	color: #666666;
	background-color: #fff;
}

.col2 {
	color: #000;
	background-color: #fff;
}

.col3 {
	color: #666666;
	background-color: #FFFFFF;
}


/*** headerContainer Start ***/
#headerContainer {
	/*	height: 20px;
	padding: 20px 10px;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	background-color: #FFF;
*/
	overflow: hidden;
	width: 1600px !important;
}
/*** headerContainer Start ***/


/*** tabs Start ***/
#tabs {
	display: flex;
	width: 1599px;
	/*border: 1px solid #ddd;*/
	box-sizing: border-box;
	margin-bottom: 0px;
	margin-top: 15px;
	/*background-color: #83aad1;*/
}

#tabs a {
	display: flex;
	width: 150px;
	margin: -1px;
	height: 32px;
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 9pt;
}

#tabs .tab_box {
	display: flex;
	width: 150px;
	height: 32px;
	border: 1px solid #CCCCCC;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	background-color: #F3F5FA;
	border-radius: 2px 2px 0px 0px;
}

#tabs .tab_box:hover {
	/*background-color: #263343;
	color: #f0f4f5;*/
}

#tabs .current {
	background-color: #fff;
	border-top: 2px solid #1955C1;
	color: #083CA6;
	border-bottom: 1px solid #fff;
	z-index: 2;
}
/*** tabs End ***/


/*** Botton Start ***/
.button {
	border: 1px solid #fff;
	margin-left: 5px;
	margin-right: 10px;
	padding: 3px 2px 3px 2px;
	color: #fff;
	background: #643F39;
	font-size: 0.8em;
	font-weight: normal;
}

#container .filebox.bs3-primary label {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4;
	font-size: 9pt;
}

.btnAction {
	display: inline-block;
	text-align: center;
	width: 85px;
	height: 30px;
	line-height: 30px;
	color: #FFFFFF;
	border-radius: 15px;
	cursor: pointer;
	border: 0px;
	vertical-align: middle;
}

.btnAction2 {
	display: inline-block;
	text-align: center;
	width: 55px;
	height: 25px;
	line-height: 25px;
	color: #FFFFFF;
	border-radius: 15px;
	cursor: pointer;
	border: 0px;
	vertical-align: middle;
}
/*** Botton End ***/


/*** Main Content Start ***/
#container {
	padding: 10px;
	/*overflow: hidden;*/
	border: 1px solid #CCC;
	background-color: #FFF;
	line-height: 1.4em;
}
/*** Main Content End ***/


/*** placeholder 글자 속성 Start ***/
::-webkit-input-placeholder {
	font-size: 12px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

::-moz-placeholder {
	font-size: 12px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

:-moz-placeholder {
	font-size: 12px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}

:-ms-input-placeholder {
	font-size: 12px;
	font-family: 'Spoqa Han Sans Neo', 'sans-serif';
}
/*** placeholder 글자 속성 End ***/


/*** border line Start ***/
.line_gray01_01t {
	border-top: solid 1px #cccccc;
}

.line_gray01_01r {
	border-right: solid 1px #cccccc;
}

.line_gray01_01b {
	border-bottom: solid 1px #cccccc;
}

.line_gray01_01l {
	border-left: solid 1px #cccccc;
}

.line_gray01_01 {
	border: solid 1px #cccccc;
}

.line_gray01_01u {
	border-right: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	border-left: solid 1px #cccccc;
}
/*** border line End ***/


/*** User Login Start ***/
.login_wrap {
	overflow: hidden;
	min-width: 1580px;
}

.login_wrap .login_top {
	padding-top: 0px;
}

.login_wrap .login_bg {
	height: 754px;
	background: url(/images/login/loginBg.png) center no-repeat;
}

.login_wrap .login_box {
	position: relative;
	top: 545px;
	margin: 0 auto;
	width: 290px;
	height: 230px;
}

.login_wrap ul {
	text-align: center;
	line-height: 35px;
}

.login_wrap ul li {
	margin: 5px;
	font-size: 9pt;
}

.login_wrap .login_box ul li strong {
	padding: 10px;
	color: #ffffff;
	font-size: 12pt;
}

.login_wrap .login_box ul > li:first-child strong {
	margin-right: 10px;
}

.login_wrap .login_box ul li span {
	color: #000;
	font-size: 15px;
	font-weight: normal;
}

.login_wrap .login_box ul li input {
	width: 284px;
	height: 40px;
	border: 2px solid #000;
	border-radius: 0px;
	font-size: 12pt;
}

.login_wrap .login_box ul li input[type=button] {
	width: 284px;
	height: 40px;
	background: #000;
	color: #fff;
	font-weight: bold;
}

.login_wrap .login_box ul li input[type=checkbox] {
	width: 18px;
	height: 18px;
	border: 1px solid #A5A5A5;
}

.login_wrap .login_box dl {
	padding: 15px 0 0 80px;
}

.login_wrap .login_box dl dd {
	padding-top: 10px;
}

.login_wrap .login_box dl dd span {
	cursor: pointer;
	font-size: 9pt;
	color: #7F7F7F;
	padding-left: 3px;
}

.login_wrap .login_box dl > dd:first-child {
	float: left;
	padding-right: 20px;
}

.login_wrap .login_box dl > dd img {
	margin-top: -15px;
}
/*** User Login End***/


/*** Main Page Start***/
.main_wrap .main_top_bg {
	width: 1175px;
	height: 50px;
	margin: auto;
	padding: 10px;
	display: flex;
	font-weight: bold;
	font-size: 11pt;
	text-align: left;
	align-items: center;
	flex-direction: column-reverse;
	flex-wrap: wrap;
	align-content: space-between;
	justify-content: center;
	cursor: pointer;
}

.main_wrap {
	overflow: hidden;
	text-align: center;
}

.main_wrap .main_box {
	position: relative;
	top: 545px;
	margin: 50px 10px;
	width: 150px;
	height: 100px;
	display: inline-block;
	font-weight: bold;
	font-size: 18pt;
}
/*** Main Page End***/


/*** 테이블 라인 Start ***/
.boardtable {
	border-collapse: collapse;
	max-width: 100%;
}

.boardtable th {
	padding: 5px;
	color: #000;
	border: 1px solid #cccccc;
	border-collapse: collapse;
	text-align: center;
	background: #DBECFC;
}

.boardtable thead th {
	color: #FFFFFF;
	background-color: #666666;
	border: 1px solid #CCCCCC;
	border-collapse: collapse;
	text-align: center;
	table-layout: auto;
	vertical-align: middle;
}

.boardtable thead tr.bg th {
	color: #666666;
	background-color: #DBECFC;
}

.boardtable td {
	padding: 5px;
	border-collapse: collapse;
	border: 1px solid #cccccc;
}

.boardtable tbody td {
	padding: 5px;
	border-collapse: collapse;
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

.boardtable tbody tr.light {
	color: #666666;
	background-color: #F7F7F7;
}

.boardtable tr th em, .boardtable tr td em {
	position: relative;
	top: 2px;
	font-weight: bold;
	color: #FF0000;
}

.boardtable tr td .text_box {
	width: 17rem;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
/*** 테이블 라인 End ***/


/*** MAIN 테이블 Start ***/
.mainDivOverflow .boardtable tr td.bgcolors {
	/*width: 135px;
	height: 25px;*/
	padding: 0 5px;
}

.mainDivOverflow .boardtable tr.trMainTitle {
	position: sticky;
	top: 0;
}

.maintableTitle {
	text-align: center;
	color: #ffffff;
}

.maintableTitle img {
	vertical-align: middle;
}

.mainDivOverflow {
	overflow-y: auto;
	margin: 5px 0 10px 0;
}
/*** MAIN 테이블 End ***/


/*** navigation Start ***/
#breadcrumb {
	padding: 15px 5px;
	line-height: 1.5em;
}

#breadcrumb a {
	color: #2684B7;
	background-color: #FFFFFF;
}

#breadcrumb ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#breadcrumb ul li {
	display: inline;
}

#breadcrumb ul li strong {
	font-size: 11pt !important;
}

#breadcrumb ul li.current a {
	text-decoration: underline;
}
/*** navigation End ***/


/*** navi Start ***/
.common_paging {
	width: 100%;
	text-align: center;
	margin: 20px 0;
}

.common_paging a {
	text-align: center;
	display: inline-block;
	color: #333c51;
	padding: 2px 0;
}

.common_paging a.on {
	color: #307dd5;
	font-weight: bold;
}

.common_paging a.common_paging_num {
	padding: 0 6px;
}
/*** navi End ***/


/*** Footer Start***/
footer {
	padding: 0 11px;
	margin-top: 20px;
	line-height: 2;
	color: #000;
	text-align: center;
}

footer p {
	margin: 0;
	padding: 0;
}
/*** Footer End***/


/*** TOP LOGO IMG MODAL Start ***/
.logo_img {
	margin: -3px 15px 0 5px;
	border-radius: 10px;
	cursor: pointer;
	transition: 0.3s;
	max-height: 35px
}

.logo_img:hover {
	opacity: 0.8;
}

.logo_modal {
	display: none;
	position: fixed;
	z-index: 1;
	padding-top: 70px;
	left: 10%;
	top: 10%;
	width: 20%;
	height: 20%;
	overflow: auto;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.8);
}

.logo_modal_content {
	position: relative;
	text-align: center;
	top: 15%;
	left: 25%;
	width: 50%;
	max-height: 50%;
	position: sticky;
	animation-name: zoom;
	animation-duration: 0.8s;
}

@keyframes zoom {
	from {
		transform: scale(0)
	}

	to {
		transform: scale(1)
	}
}

.logo_modal_close {
	position: absolute;
	top: 15px;
	right: 35px;
	color: #f1f1f1;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.logo_modal_close:hover, .logo_modal_close:focus {
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
/*** TOP LOGO IMG MODAL End ***/


/*** ToolTip Start ***/
[data-tooltip] {
	cursor: pointer;
	display: inline-block;
	position: relative;
	/*line-height: 1;*/
}

[data-tooltip] svg {
	position: relative;
	top: 5px;
	height: 18px;
	width: 18px;
}

[data-tooltip]::after {
	background-color: rgba(51, 51, 51, 0.9);
	border-radius: 0.3rem;
	color: #fff;
	content: attr(data-tooltip);
	font-size: 1rem;
	font-size: 100%;
	font-weight: normal;
	line-height: 1.15rem;
	opacity: 0;
	padding: 0.25rem 0.5rem;
	position: absolute;
	text-align: center;
	text-transform: none;
	transition: opacity 0.2s;
	visibility: hidden;
	white-space: nowrap;
	z-index: 1;
	bottom: 100%;
	left: 50%;
	transform: translate(-50%);
}

[data-tooltip]:hover::after, [data-tooltip]:hover::before {
	visibility: visible;
	opacity: 1;
}

[data-tooltip]::before {
	border-style: solid;
	border-width: 0.3rem;
	content: "";
	opacity: 0;
	position: absolute;
	transition: opacity 0.2s;
	visibility: hidden;
	border-color: rgba(51, 51, 51, 0.9) transparent transparent transparent;
	top: 0;
	left: 50%;
	margin-left: -0.3rem;
}

p.TdTitle {
	float: left;
	width: 140px;
	padding-left: 5px;
}

span.TitleTooltip {
	top: 6px;
}
/*** ToolTip End ***/


.textCut {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}


/*** DATALIST Start ***/
datalist {
	position: absolute;
	max-height: 10em;
	border: 0 none;
	overflow-x: hidden;
	overflow-y: auto;
	border: 1px solid #ccc;
	z-index: 1;
}

datalist option {
	font-size: 1em;
	padding: 0.3em 1em;
	background-color: #fff;
	cursor: pointer;
}

datalist option:hover, datalist option:focus {
	color: #fff;
	background-color: #036;
	outline: 0 none;
}
/*** DATALIST End ***/


/*** JQUERY AUTOCOMPLETE Start ***/
.ui-autocomplete {
	position: absolute;
	max-height: 20em;
	overflow-x: hidden;
	overflow-y: auto;
	height: auto;
	top: 0;
	left: 0;
	cursor: default;
}

.ui-menu-item div.ui-state-hover,
.ui-menu-item div.ui-state-active {
	color: #ffffff;
	text-decoration: none;
	background-color: #f6B664;
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	background-image: none;
	border: none;
}
/*** JQUERY AUTOCOMPLETE End ***/


/*** Virtual Keyboard Start ***/
#keyboardzone {
	width: 500px;
	height: 200px;
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 1;
	background: #bfbfbf;
	cursor: pointer;
}

#keyboardzone * {
	transition: all 0ms;
}

#keyboardzone table th {
	border: 1px solid #2f2f2f3d;
	display: table-cell;
	vertical-align: middle;
	background-color: #eeeeeec4;
	transition: background-color 500ms;
	box-shadow: 0 0 7px 0px #00000033;
	border-radius: 5px;
}

#keyboardzone table th:active {
	background-color: #ffffff;
	transition: background-color 0ms;
}
/*** Virtual Keyboard End ***/


/*** SHIPMENT MAIN TITLE Start ***/
.SHIPMENT_MAIN_TITLE {
	color: #305594;
	font-size: 10pt;
	font-weight: bold;
	display: inline-block;
	width: 300px;
}
/*** SHIPMENT MAIN TITLE End ***/


/*** EXPORT, IMPORT BUTTON Start ***/
.gubun_bt:hover {
	border-bottom: 2px solid #D82D14;
}

.gubun_bt a:hover {
	color: #D82D14 !important;
}
/*** SHIPMENT MAIN TITLE End ***/


.status_line_on {
	background-image: url(/images/button/on_line.png);
	background-repeat: repeat-x;
	background-position-y: center;
}

.status_line_off {
	background-image: url(/images/button/off_line.png);
	background-repeat: repeat-x;
	background-position-y: center;
}

.bllist {
	border: 1px solid #797878;
	margin-bottom: 10px;
	border-radius: 7px;
	padding: 10px;
	cursor: pointer;
}

.bllist:hover {
	border: 1px solid #5d95b3;
}

.bllist table tr th {
	font-weight: normal;
	color: #797878;
}

.bllist table tr td {
	font-weight: bold;
	color: #000;
}

.linkcolor {
	color: #0085cc;
	font-weight: bold;
}

.cargodetaildiv {
	border-top: 1px solid #000;
	padding-top: 0px;
}

.cargodetaildiv table tr th {
	font-weight: normal;
	color: #797878;
}

.cargodetaildiv table tr td {
	font-weight: bold;
	color: #000;
}

.bl_detail {
	border: 1px solid #797878;
	border-radius: 7px;
	padding: 10px;
}

.bl_detail table tr th {
	font-weight: normal;
	color: #797878;
}

.bl_detail table tr td {
	font-weight: bold;
	color: #000;
}