@charset "utf-8";

/* anchor */
a {
	text-decoration: none;
}

#accessibility, .skip, hr, legend {
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	visibility: hidden;
}

.numeric, .decimal {
	text-align: right;
	padding-right: 7px;
}

a.underline {
	text-decoration: underline;
}

input.error {
	border: 1px solid #CCCCCC !important;
	background: #FEECE0 !important;
}

select.error {
	border: 1px solid #CCCCCC;
	background: #FEECE0;
}

textarea.error {
	border: 1px solid #CCCCCC;
	background: #FEECE0;
}

label.error {
	color: #F77926;
	display: block;
}

span.error {
	color: #F77926;
}

span.use {
	color: #007FFF;
}

span.notUse {
	color: #FF0000;
}

span.possible {
	color: #007FFF;
}

span.impossible {
	color: #FF0000;
}

span.rsvstatusClose {
	color: #007FFF;
}

span.rsvstatusOpen {
	color: #FF0000;
}

span.rsvstatusIng {
	color: #FF0000;
}

span.stockstatusC {
	color: #FF0000;
}
span.stockstatusS {
	color: #007FFF;
}
span.stockstatusN {
	color: #FF0000;
}
span.stockstatusL {
	color: #007FFF;
}

.focusField {
	border: solid 1px #73A6FF;
	background: #EFF5FF;
	color: #000;
}

.idleField {
	color: #6F6F6F;
	border: solid 1px #d7d7d7;
}
.readonly {
	background-color: #eee;
}







.boardNavigation img {
	vertical-align: top;
}
.boardNavigation {
	position: relative;
	overflow: visible;
	text-align: center;
	margin-top: 5px;
}

.boardNavigation .naviButtonWrap {
	clear: both;
	overflow: auto;
}

.buttonLeft {
	float:left;
	text-align: left;
}

.buttonLeft img {
	margin-right: 5px;
}

.buttonRight {
	float:right;
	text-align: right;
}

.buttonRight img {
	margin-right: 0px;
}

.buttonCenter {
	text-align: center;
}

.pagination {
	text-align: center;
	padding-top: 7px;
	clear: both;
	margin-top:20px;
}

.pagination span a {
	border: 1px solid #dadada;
	display: inline-block;
	width: 20px;
	height: 20px;
	color: #444444;
	font-weight: normal;
	text-decoration: none;
	line-height: 20px;
}

.pagination span a.onBox {
	border: 1px solid #A4A4A4;
	font-weight: bold;
	background-color: #095BA9;
	color: #FFFFFF;
}

.pagination span a:hover {
	text-decoration: underline;
	border: 1px solid #dadada;
}



.boardListInfo {
	width: 100%;
	overflow: hidden;
	height: 1%;
	padding-bottom: 5px;
	color: #666;
	clear: both;
}

.boardListInfo .totalCount {
	float: left;
	padding-left: 5px;
}

.boardListInfo .totalCount em {
	font-style: normal;
	color: #eb5911;
}

.boardListInfo .pageScope {
	float: right;
	padding-right: 5px;
}

.jSmall .ui-button-text {
	padding: 4px 15px 4px 25px !important;
}

.clear{clear: both;}
.center{text-align: center;}

img.ui-datepicker-trigger {
border-top: 1px solid #D7D7D7;
border-right: 1px solid #D7D7D7;
border-bottom: 1px solid #D7D7D7;
padding: 7px 8px 8px 8px;
background-color: #fff;
cursor:pointer;
vertical-align: middle;
}

.sch01, .sch02, .sch03, .sch04, .sch05 { overflow: auto }

.stop-scrolling {
	overflow: hidden;
}

/* 프로그래스바 */
.board_list .ui-progressbar { position: relative; }
.board_list .progress-label {
	position: absolute;
	text-shadow: 1px 1px 0 #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	top: -2px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 24px;
}

.board_list .ui-progressbar { height: 9px; }
.board_list .ui-widget-header-over { border: 1px solid red !important; background-color: red !important; }
.board_list .ui-widget-header-green { border: 1px solid #31ED0A !important; background-color: #69F84B !important; }
.board_list .ui-widget-header-blue { border: 1px solid #003EFF !important; background-color: #007FFF !important; }

.board_write .ui-progressbar { position: relative; }

.board_write .progress-label {
	position: absolute;
	text-shadow: 1px 1px 0 #fff;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	top: -2px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 24px;
}

.board_write .ui-progressbar { height: 9px; }
.board_write .ui-widget-header-over { border: 1px solid red !important; background-color: red !important; }
.board_write .ui-widget-header-green { border: 1px solid #31ED0A !important; background-color: #69F84B !important; }
.board_write .ui-widget-header-blue { border: 1px solid #003EFF !important; background-color: #007FFF !important; }


.highlight_bar {
	background-color: #B01616;color: #fff;width: 100%;height: 30px;text-align: center;line-height: 30px;margin-bottom: 5px;font-weight: bold;
}

.highlight_bar.allRsvClose {
	background-color: #007FFF !important;
}

.headerSort:hover {
	background-image: url('/common/images/table/bg.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	text-align: center;
}
.headerSort.asc  {
	background-image: url('/common/images/table/asc.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	background-color: #F8E9D3;
}
.headerSort.desc  {
	background-image: url('/common/images/table/desc.gif');
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
	background-color: #F8E9D3;
}

th.required, td.required {
	background-image: url('/common/images/com/right-top-triangle.png') !important;
	background-repeat: no-repeat !important;
	background-position: top right !important;
}
span.required {
	color: red;
}
.vam {
	vertical-align:middle;
	display: inline-block;
}

input.upper {
	text-transform: uppercase;
}

input.upperNum {
	text-transform: uppercase;
}

/* [Sohyeon] 2019.06.24 대문자로만 변경 (띄어쓰기 가능) */
input.upperTextNum {
	text-transform: uppercase;
}

/* [Sohyeon] 2019.07.04 JS 타지 않는 대문자로 변경 */
.upperAll {
	text-transform: uppercase;
}


.popupWrap {
	display: none;
	position: absolute;
	background-color:#fff;
	top: 0px;
	left: 0px;
	border:1px solid #474747;
}
.popupContent {
	padding: 10px;
	word-wrap:break-word;
	word-break:break-all;
}
.popupBottom {
	background-color: #474747;
	padding: 0 5px 0 5px;
	color:#D5D5D5; font-size: 11px; font-weight: bold; text-decoration:none;
	overflow: auto;
	line-height: 30px;
	position: absolute;
	bottom: 0px;
	width: calc(100% - 10px);
}
.popupCheckbox {
	float: left;
}
.popupCloseWrap {
	float: right;
}
.popupCloseWrap a {
	color: #fff;
}
.summaryTable {
	width: 100%;
}
.summaryTable thead tr {
	height: 24px !important;
}
.summaryTable thead tr th {
	line-height: 24px;
	padding: 0px;
}
.summaryTable tbody tr {
	height: 24px !important;
}
.summaryTable tbody tr td {
	line-height: 24px !important;
	height: 24px !important;
	padding: 0px !important;
}
.paddingSummary {
	padding-top: 10px;
	padding-bottom: 20px;
}

/* [Sohyeon] 2022.06.14 CARGO 전용기 도입에 따른 탑재지시 기능 추가  */
.advisoryInfo {
	margin-top : 20px;
}
.advisoryInfo .advisory {
	float: left;
}
.advisoryInfo .advisory em {
	font-style: normal;
	color: #eb5911;
}
.advisoryArea {
	min-height: 50px;
	padding-left: 5px;
	float: left;
}
