@charset "utf-8";
/* CSS Document */

.board_head {
    width: 100%;
    height: 34px;
    display: block;
    margin-top: 47px;
    overflow: hidden;
    position: relative;
}

.board_list_page {
    width: 100%;
    height: 34px;
    line-height: 34px;
    vertical-align: middle;
    font-size: 1em;
    font-family: "고딕체";
    padding-left: 35px;
    position: relative;
    float: left;
}

.board_list_page:before {
    content: url(../../images/upa/bpa/sub/board_head_icon.png);
    position: absolute;
    left: 0;
    top: 2px;
}

.board_list_page b {
    color: #d7383d;
}

select { 
    -o-appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    background: url('../../images/abs/icon/select_arrow.png') no-repeat center right 7px #fff; 
    cursor: pointer;
} 

select::-ms-expand { display: none; } /* IE 10, 11의 네이티브 화살표 숨기기 */ 


.board_search {
    position: absolute;
    right: 0;
    top: 0;
}

.board_search select {
    width: 80px;
    height: 34px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
}

.board_search input {
    width: 140px;
    height: 34px;
    padding: 5px 5px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
}

.selbtns { margin-top: 10px; }

button {
    width: auto;
    height: 38px; font-weight: bold;
    line-height: 38px; 
    padding: 0 20px;
    border: 0; border-radius: 7px;
    color: #fff;
    text-align: center;
    cursor: pointer; font-size: 14px; 
    transition: 0.3s;
}
button.normal { 
	height: auto; line-height: inherit; padding: 0; color: #333; 
	background: none;
}



/* button:hover {
    filter: brightness(1.2);
} */

button a {
    color: #fff;
    cursor: pointer;
    display: block;
}

.add_btn button {
    width: auto;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
    border: none;
}

button.search {
    width: auto;
    background: #004ba8;
    border:0;
    height: 37px; line-height: 37px;
    font-weight: bold;
}

button.search.pos {
    position: absolute;
    right: 20px;
    top:13px;
}

button.add {
    width: auto;
    background: #0d428e;
}
button.list {
    background: #f0f0f0;
    border: 2px solid #555;
   	color: #555;
   	line-height: 36px;
}
button.list:hover {
	background: #fff;
	border: 2px solid #555;
	filter: brightness(1);
}

button.modify {
	width: auto;
	background: #1b2750;
}
button.btn_dept01 {
    background: #315cc0;
}
button.clean {
    background: #f6faff;
    border: 2px solid #315cc0;
    color: #315cc0;
    filter: brightness(1);
    line-height: 36px;
}
button.clean:hover {
	background: #fff;
	border: 2px solid #315cc0;
	filter: brightness(1);
}

button.del {
    width: auto;
    background: #d5393c;
}

button.down {
    color: #fff;
    background: #227447;
    font-size: 1.4em;
}

button.exdown {
    color: #fff;
    background: #107c41;
    width: auto;
    height: 38px;
    padding: 0 15px;
    text-align: center;
    font-weight: bold;
}

button.exdown::before{
    content: "\f1c3";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 1.2em;
    margin-right: 10px;
    vertical-align: top;
}



button.basic {
    background: #29323b;
}



.list_del {
    width: 100%;
    margin-top: 20px;
}

.list_del input {
    padding: 8px 20px;
}


table thead tr th,
table tbody tr td{
    font-size: 14px;
    word-break:break-all;
    letter-spacing: -0.1px;
}

table.common {
    width: 100%;
    border-top: 2px solid #006edb;
    margin: 0px 0 0px;
    table-layout: fixed;
}
/* table.common tbody tr { background: #fff; } */

table.common thead tr th,
table.common tfoot tr th {
	padding: 7px 5px;
    text-align: center; 
}
table.common tbody tr td,
table.common tfoot tr td{
    padding: 7px 5px;
    text-align: center; 
}

table.common thead {
    background: #f7f7f7;
    border-bottom: 1px solid #d6ecfe;
}

table.common thead tr th {
    color: #00164d; font-size: 15px; letter-spacing: 0;
    border-right: 1px solid #d6ecfe;
    text-align: center;
    background: #f6faff;
}

table.common thead tr th:last-child {
    border-right: 0;
}

/* table.common tbody tr { background: #fff; cursor: pointer; transition: 0.3s; } */
/* table.common tbody tr:hover { background: #f6fffc; } */

table.common tbody tr td {
    color: #000;
    
    border-bottom: 1px solid #ddd;
}

table.common tbody tr td.not {
    background: #fff; padding: 30px 0; font-weight: 500;
}

table.common tfoot tr th,
table.common tfoot tr td{
	border-bottom: 1px solid #dfdfdf;
	border-right: 1px solid #dfdfdf;
}

table.common tfoot tr th{
	background: #fbf8ec;
}

table.common tfoot tr td {
    color: #000;
    background: #fff;
    border-bottom: 1px solid #e7e7e7;
}

table.common tfoot tr td:last-child{
	border-right:0;
}

.br{
	border-right: 1px solid #dfdfdf;
}

.bl{
	border-left: 1px solid #dfdfdf;
}

.btop{
	border-top: 1px solid #dfdfdf;
}

.bbot{
	border-bottom: 1px solid #dfdfdf;
}

.col{
	background:#f7f7f7;
	position: relative;
}

.col::before{
	content: url('../../images/upa/la_icon.png');
	position: absolute;
	left: 10px;
	top:10px;
	vertical-align: middle;
}

.tb-col-blue{
	background:#f1f6fb;
}







/* 차트 */
.chartWrap { width: 100%; overflow-x: auto; }

table.common.ass{
	width: auto;
	border-top:3px solid #1a3a9a;
}


table.common.ass.popChartViewTable { width: 100%; }



table.common.ass.expectTable, .expectChart { width: 100% !important; min-width: 1200px; }



table.common.ass thead{
	background: #4169e1;
}

table.common.ass thead tr th{
	color:#fff; word-break: inherit;
	background: repeating-linear-gradient(45deg, #245fae, #245fae 2.5px, #2c63ae 0, #2c63ae 5px);
	border-right: 1px solid #13349f;
}

table.common.ass.chartViewTable thead tr th { padding: 10px 27px; }
table.common.ass.chartViewTable thead tr:first-child th:first-child {
	padding: 10px 50px;
}

table.common.ass thead tr:nth-child(2) th{
	background:#cde0fe;
	color: #000;
	border-right: 1px solid #99b3ed;
	box-sizing: border-box;
}


table.common.ass thead tr:nth-child(2) th:last-child{
	border-right: 0;
}

table.common.ass tbody tr:nth-child(even) td:not(:first-child){	background-color: #f6f6f6;} 


/* 차트 Cont */
.chartbg{
	display: none; width: auto;
	position: absolute;
	background-color:rgba(225, 225, 225, .7);
	/*border-left:1px solid #ddd;*/
	box-shadow: inset .2em 0 .4em #aaa;
	/* overflow-y:auto; */
	border:1px solid #ddd;
	box-sizing:border-box;
	overflow:hidden;
}







table.common.mgbt{
	margin-bottom: 20px;
}

table.common.al-left tr td{
	text-align: left;
	padding-left: 20px;
}

table.board-write {
    width: 100%;
    border-top: 2px solid #5088c1;
    margin: 0px 0 10px;
/*     table-layout: fixed; */
}

table.board-write tr th,
table.board-write tr td {
    padding: 12px 0 12px 12px;
    text-align: left;
    font-family: 고딕체;
    border-bottom: 1px solid #dfdfdf;
}

table.board-write tr th,
table.board-write tr td {
    border-right: 1px solid #dfdfdf;
}

table.board-write tr td:last-child {
    border-right:0;
}

table.board-write tr th { 
	color: #00164d;
	background: #f6faff;
}
table.board-write tr td { 
	background: #fff;
}

table.board-write tr th b {
    color: red;
}

table.board-write tr td input {
    padding: 7px 7px;
    margin-right: 5px;
}

table.board-write tr td input.bod_tit {
    padding: 7px 7px;
    width: 60%;
    float: left;
    margin-right: 5px;
}

table.board-write tr td.editor {
    width: 100%;
    padding: 12px 0 12px 12px;
}

table.board-write tr td.bold {
    font-size: 1.1em;
    font-weight: bold;
}

table.board-write tr td.editor div {
    width: 100%;
    min-height: 600px;
    background: #efefef;
}

table.board-write tr td textarea {
    width: 96%;
    padding: 10px 2%;
    height: 150px;
    border: 1px solid #ddd;
    overflow-x: hidden;
    overflow-y: auto;
}

table.board-write tr td select {
    padding: 7px 27px 7px 10px;
    border: 1px solid #ddd;
}
table.common tr td select {
    padding: 7px 27px 7px 10px;
    border: 1px solid #ddd;
}
table.common tr td input {
    padding: 7px 7px;
    margin-right: 5px;
}

table.board-write tr td button {
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	background: #555;
	font-size: 13px;
	border-radius: 3px;
}

table.common tr td button {
	height: 30px;
	padding: 0 10px;
	line-height: 30px;
	font-size: 13px;
	border-radius: 3px;
}


/*테이블 col 정렬*/
table tr th.left,
table tr td.left {
    text-align: left;
}

table tr th.center,
table tr td.center {
    text-align: center;
}

table th.right,
table td.right {
    text-align: right;
}

/*..테이블 col 정렬*/

.search_box {
    width: 100%;
    padding: 15px 1.5%;
    border: 2px solid #efefef;
    box-sizing: border-box;
    margin: 10px 0;
}

.search {
    width: 100%;
    border: 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    table-layout: fixed;
    box-sizing: border-box; border-radius: 7px;
}

.search tr th,
.search tr td {
    padding: 7px 0;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
}

.search tr th:last-child,
.search tr td:last-child {
    border-right: none;
}

.search tr th {
    background-color: aliceblue;
    text-align: center;
    color: #333;
    font-size: 1em;
}

.search tr td {
    padding: 7px 6px;
}

.search tr td input,
.search tr td select {
    height: 34px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
}

.wid_dept01 {
    width: 10%;
}

.wid_dept015 {
    width: 15%;
}

.wid_dept02 {
    width: 20%;
}

.wid_dept025 {
    width: 25%;
}

.wid_dept03 {
    width: 30%;
}

.wid_dept035 {
    width: 35%;
}

.wid_dept04 {
    width: 40%;
}

.wid_dept05 {
    width: 50%;
}

.wid_dept06 {
    width: 60%;
}

.wid_dept07 {
    width: 70%;
}

.wid_dept08 {
    width: 80%;
}

.wid_dept09 {
    width: 90%;
}

.wid_dept10 {
    width: 100%;
}

.min-wid100 {
    min-width: 100px;
}

.divideChart {
	background: url("../../images/upa/dashed.png") repeat-x left center;
  /*background: 
  url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg">
  <line x1="0" y1="50%" x2="100%" y2="50%" stroke-dasharray="4"  stroke="gray" /></svg>');*/
}

input.cal{
    width: 120px;
}

.search input {
    width: 100%;
    height: 34px;
    padding: 5px 5px;
    background: #f5f5f5;
    border: 1px solid #dfdfdf;
}

.search_box label em.arr {
    font-size: 1.2em;
    color: royalblue;
}

.search_box label {
    font-size: 1.1em;
    color: #555;
    margin-right: 10px;
}

.search_box select,
.search_box input {
    width: 150px;
    padding: 0 2%;
    height: 35px;
    line-height: 30px;
    border: 1px solid #dedede;
    background: #efefef;
}









/* 
.board_page {
    width: 100%;
    margin: 15px 0 0;
    padding: 0px 0;
    text-align: center;
}

.board_page nav,
.board_page nav ul {
    width: 100%;
    text-align: center;
}

.board_page nav ul li {
	display: inline-block;
}

.board_page nav ul li button {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    margin-right: 2px;
    color: #666;
    font-size: .9em;
    font-family: "고딕체";
    font-weight: bold;
    border: 1px solid #ddd;
    box-sizing: border-box;
}

.board_page nav ul li button:hover,
.board_page nav ul li button:active{
    color: #004ba8;
    background: #efefef;
}

.board_page nav ul li button.active{
    color: #fff;
    background: #004ba8;
} */



/* 
.board_page > button.btn_frist,
.board_page > button.btn_10prev,
.board_page > button.btn_10next,
.board_page > button.btn_end,
.box_page > button.btn_frist,
.box_page > button.btn_10prev,
.box_page > button.btn_10next,
.box_page > button.btn_end {
    width: 35px;
    height: 35px;
    text-indent: -999999em;
    display: inline-block;
}

.btn_frist {
    background: url(../../images/upa/btn_pg_first.gif) center no-repeat;
    text-indent: -999999px;
}

.btn_10prev {
    background: url(../../images/upa/btn_pg_prev.gif) center no-repeat;
    text-indent: -999999px;
}

.btn_10next {
    background: url(../../images/upa/btn_pg_next.gif) center no-repeat;
    text-indent: -999999px;
}

.btn_end {
    background: url(../../images/upa/btn_pg_last.gif) center no-repeat;
    text-indent: -999999px;
}

.board_page > button.btn_frist:hover,
.board_page > button.btn_frist:focus,
.board_page > button.btn_frist:active{
    background: url(../../images/upa/btn_pg_first.gif) center no-repeat;
    border:1px solid #000;
}

.board_page > button.btn_10prev:hover,
.board_page > button.btn_10prev:focus,
.board_page > button.btn_10prev:active{
    background: url(../../images/upa/btn_pg_prev.gif) center no-repeat;
    border:1px solid #000;
}

.board_page > button.btn_10next:hover,
.board_page > button.btn_10next:focus,
.board_page > button.btn_10next:active{
    background: url(../../images/upa/btn_pg_next.gif) center no-repeat;
    border:1px solid #000;
}

.board_page > button.btn_end:hover,
.board_page > button.btn_end:focus,
.board_page > button.btn_end:active{
    background: url(../../images/upa/btn_pg_last.gif) center no-repeat;
    border:1px solid #000;
}
 */
.add_btn {
    width: 100%;
    height: 34px;
    display: block;
    padding: 10px 0;
    text-align: right;
    float: left;
}

.filebox label {
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    font-size: .95em;
    line-height: normal;
    vertical-align: middle;
    background-color: #005fcb;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}

.filebox label:hover {
    background-color: #036ce3;
}

.filebox label:active {
    background-color: #036ce3;
}

.filebox input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

button.cal {
    margin: 0 4px;
    background-color: transparent;
    padding: 0 5px;
    position: relative;
    width: 40px;
    height: 40px;
    text-align: center;
}

button.cal::before {
    content: url('../../images/upa/cal_icon.png');
    position: absolute;
    top: 5px;
    left: 6px;
    height: 35px;
}

b.line{
    padding:0 5px;
    font-size: 1.2em;
}

b.sp{
    padding: 0 20px;
}

button.cal:hover {
    filter: brightness(1);
}

.file_list {
    width: 100%;
    padding: 8px 0;
    margin-top: 12px;
    overflow: hidden;
}

.file_list ul {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.file_list.view {
    margin-top: 0;
    padding-top: 0;
}

.file_list.view ul {
    margin-top: 0;
}

.file_list ul li {
    width: 100%;
    display: block;
    float: left;
    border-bottom: 1px solid #ededed;
    padding: 10px 0 12px 0;
    margin: 6px 0;
    position: relative;
    cursor: pointer;
}

.file_list.view ul li {
    width: 99%;
    padding: 10px 0 12px 1%;
    color: #000;
}

.file_list.view ul li i {
    color: #353535;
}


.file_list ul li span {
    position: absolute;
    right: 0;
    top: 4px;
}

.file_list ul li span button {
    width: 32px;
    height: 32px;
    line-height: 10px;
    background: #fff;
    font-size: .7em;
    text-align: center;
    margin-left: 4px;
    border-radius: .4em;
    background: #fff;
    border: 1px solid #4b7094;
    color: #4b7094;
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
}

.file_list ul li span button:hover {
    background: #4b7094;
    color: #fff;
}

input[type="checkbox"].sel,input[type="checkbox"].sel2,
input[type="checkbox"].checkbox-list,
input[type="checkbox"].board-list {
    display: none;
}

.checkbox {
    position: relative;
    display: inline-block;
    padding: 6px 30px 6px 12px;
    color: #888888;
    font-weight: bold;
    font-size: .95em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    background: #fff;
    border: 1px solid #888888;
}

.checkbox::before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    right: 37px;
    width: 1px;
}

.checkbox::after {
    position: absolute;
    top: 0px;
    right: 0px;
    content: '';
    float: left;
    width: 20px;
    height: 20px;
    margin: 4px;
    border-radius: 3px;
    background-image: url(../../images/upa/check_not.png);
    background-size: 20px 20px;
    background-position: center top -1px;
    background-repeat: no-repeat;
}

.checkbox.bg {
    padding: 16px 20px;
    font-size: .95em;
}

.checkbox.bg::after {
    background-image: none;
}

input[type="checkbox"]:checked + .checkbox.bg::after {
    background-image: none;
}

input[type="checkbox"]:checked + .checkbox {
    color: #fff;
    background: #353535;
    border: 1px solid #353535;
}

input[type="checkbox"]:checked + .checkbox.bg.red {
    background-image: none;
    background: red;
    border-color: red;
}

input[type="checkbox"]:checked + .checkbox::after {
    background-image: url(../../images/upa/check.png);
    background-color: transparent;
    background-position: center top 2px;
}

.checkbox-common {
    position: relative;
    display: inline-block;
    color: #303845;
    font-weight: bold;
    font-size: .95em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    float: left;
    padding: 1px 0 0 25px;
}

.checkbox-common::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: none;
}

.checkbox-common::after {
    position: absolute;
    left: 0px;
    content: '';
    float: left;
    top: 1px;
    width: 17px;
    height: 18px;
    border: 1px solid #27405d;

}

input[type="checkbox"]:checked + .checkbox-common {
    color: #27405d;

}

input[type="checkbox"]:checked + .checkbox-common::after {
    text-align: center;
    line-height: 18px;
    background: url(../../images/upa/bpa/board/check_tiny.png) center;
}

.checkbox-board {
    position: relative;
    display: inline-block;
    color: #303845;
    font-weight: bold;
    font-size: .95em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    float: left;
    padding: 1px 0 0 0;
}

.checkbox-board::before {
    content: '';
    position: absolute;
    left: 0;
    width: 20px;
    height: 20px;
    background: none;
}

.checkbox-board::after {
    position: absolute;
    top: 0px;
    left: 0;
    content: '';
    float: left;
    top: -9px;
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;

}

input[type="checkbox"]:checked + .checkbox-board {
    color: #000;

}

input[type="checkbox"]:checked + .checkbox-board::after {
    background: url(../../images/upa/bpa/board/check_list.png) center top -2px;
}

input[type="text"]:disabled {
    background: #f0f0f0;
}

input[readonly],
input[readonly="readonly"] {
    background: #f0f0f0;
}

/**/

.checkbox,
.radio {
    line-height: 0;
}

.radio,
.checkbox {
    width: auto;
    display: inline-block;
    margin-top: 3px;
}

.radio .radio-container {
    display: inline-block;
    position: relative;
}

.radio .radio-container input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
}

.radio .radio-container input:hover ~ .radio-checkmark::after {
    display: block;
    opacity: 0.5;
    background: #bebebe;
}

.radio .radio-container input:checked ~ .radio-checkmark {
    background-color: dodgerblue;
    border-color: transparent;
}

.radio .radio-container input:checked ~ .radio-checkmark::after {
    display: block;
    opacity: 1;
    background: white;
}

.radio .radio-container .radio-checkmark {
    background-color: #eee;
    border: 1px #ddd solid;
    border-radius: 50%;
}

.radio .radio-container .radio-checkmark::after {
    box-sizing: inherit;
    cursor: pointer;
    display: none;
    position: absolute;
    content: "";
    border: solid #bebebe;
}

.radio .radio-container .radio-checkmark:hover::after {
    display: block;
}

.radio label {
    display: inline;
    padding-left: 0.05rem;
    ;
    padding-top: 5px;
    height: 20px;
    line-height: 20px;
    vertical-align: top;
    padding-top: 0px;
}

.radio label:hover ~ .radio-checkmark::after {
    display: block;
    opacity: 0.5;
}

.radio .radio-container .radio-checkmark {
    width: 18px;
    height: 18px;
}

.radio .radio-container .radio-checkmark::after {
    height: 10px;
    width: 10px;
    left: 5px;
    top: 5px;
    border: 0;
    border-radius: 50%;
}

/* disabled */
.radio.disabled .radio-container input {
    display: none;
}

.radio.disabled .radio-container .radio-checkmark {
    cursor: not-allowed;
}

.radio.disabled .radio-container .radio-checkmark {
    background: #ddd;
    border: 1px #ccc solid;
}

.radio.disabled .radio-container .radio-checkmark::after {
    display: block;
    background: #bbb;
    opacity: 0.5;
    cursor: not-allowed;
}

.radio.disabled .radio-container input:checked ~ .radio-checkmark {
    background: #ddd;
}

table.search tr td .checkbox {
    border: 0;
    padding: 0 0;
    margin: 0 0;
}

table.search tr td .checkbox::after {
    background-image: none;
}

table.search tr td .checkbox .checkbox-container {
    display: inline-block;
    position: relative;
}

table.search tr td .checkbox .checkbox-container input {
    cursor: pointer;
    opacity: 0;
    position: absolute;
    margin: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    background: red;
}

table.search tr td .checkbox .checkbox-container input:hover ~ .checkbox-checkmark::after {
    display: block;
    opacity: 0.5;
}

table.search tr td .checkbox .checkbox-container input:checked ~ .checkbox-checkmark {
    background-color: dodgerblue;
    border-color: transparent;
}

table.search tr td .checkbox .checkbox-container input:checked ~ .checkbox-checkmark::after {
    display: block;
    opacity: 1;
    border-color: white;
}

table.search tr td .checkbox .checkbox-container .checkbox-checkmark {
    background-color: #eee;
    border: 1px #ddd solid;
}

table.search tr td .checkbox .checkbox-container .checkbox-checkmark::after {
    box-sizing: inherit;
    cursor: pointer;
    display: none;
    position: absolute;
    content: "";
    border: solid #bebebe;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

table.search tr td .checkbox .checkbox-container .checkbox-checkmark:hover::after {
    display: block;
}

table.search tr td .checkbox label {
    display: inline;
    padding-left: 0.02rem;
    vertical-align: super;
    padding-right: 5px;
}

table.search tr td .checkbox label:hover ~ .checkbox-checkmark::after {
    display: block;
    opacity: 0.5;
    background-image: none;
}

/* default (small) */
table.search tr td .checkbox label {
    font-size: 1em;
}

table.search tr td .checkbox .checkbox-container .checkbox-checkmark {
    width: 18px;
    height: 18px;
}

table.search tr td .checkbox .checkbox-container .checkbox-checkmark::after {
    height: 9px;
    width: 4px;
    left: 7px;
    top: 2px;
    border-width: 0 2px 4px 0;
}

/* disabled */
table.search tr td .checkbox.disabled .checkbox-container input {
    display: none;
}

table.search tr td .checkbox.disabled .checkbox-container .checkbox-checkmark {
    cursor: not-allowed;
}

table.search tr td .checkbox.disabled .checkbox-container .checkbox-checkmark {
    background: #ddd;
    border: 1px #ccc solid;
}

table.search tr td .checkbox.disabled .checkbox-container .checkbox-checkmark::after {
    display: block;
    border-color: #bbb;
    opacity: 0.5;
    cursor: not-allowed;
}

table.search tr td .checkbox.disabled .checkbox-container input:checked ~ .checkbox-checkmark {
    background: #ddd;
}

p.sel_btn {
    text-align: right;
    margin-top: 20px;
}

/*파일첨부*/
.file-upload span {
	margin-right: 20px;
	text-decoration: underline;
	cursor: pointer;
	margin-top: 8px;
	font-size: 16px;
	font-family: 고딕체;	
}

.file-upload label {
    display: inline-block;
    padding: .5em .75em;
    font-size: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    cursor: pointer;
    border: 1px solid #000;
    float: left;
    color: #000;
    font-weight: bold;
}

.file-upload label:hover{
	background: #000;
	color: #fff;
}

.file-upload input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip:rect(0,0,0,0);
    border: 0;
}

/* named upload */
.file-upload .upload-name {
    display: inline-block;
    padding: .5em .75em;  /* label의 패딩값과 일치 */
    font-size: inherit;
    font-family: inherit;
    line-height: normal;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ebebeb;
    border-bottom-color: #e2e2e2;
    -webkit-appearance: none; /* 네이티브 외형 감추기 */
    -moz-appearance: none;
    appearance: none;
    float: left;
}

/* table Header 고정 tbody scroll ====================================== */	
.fixed-table-container { /*테이블 고정 container width와 height는 공용으로 사용하기 위해 html단에서 지정 */ 
	width: 1200px;
	height: 300px;
    position: relative;
    padding-top: 40px; /* header-bg height값 */
    margin: 20px 0 30px 0;
    border:1px solid #dfdfdf;
    border-top:0;
    box-sizing: border-box;
}
    
.fixed-table-header-bg { /*헤더(타이틀 영역)*/
    border-top: 2px solid #5088c1;
    border-bottom:1px solid #dfdfdf;
    text-align:center;
    color:#666; 
    background:#ecf5fc; 
    font-weight:bold;
    height: 37px; /* header-bg height값 */
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    /*border-bottom: 1px solid #000;*/
}

.fixed-table-wrapper {
	overflow-x: hidden;
	overflow-y: auto;
	height: 100%;
}
    
table.fixed-table {
	width: 100%;
	border-collapse: collapse;
}
    
table.fixed-table td {
	border-bottom: 1px solid #DDD;
	height:40px;
	padding:3px 10px 2px;
	text-align:center;
	color:#000;
}

table.fixed-table > tbody > tr:hover {
	background-color: #EAEAEA;
}
    
table.fixed-table td + td {
	border-left: 1px solid #DDD;
}
    
.table-list > tbody > tr:hover  {
	padding: 0px; /* reset */
	text-align: center;     
}
    
table.fixed-table .th-text {
	position: absolute;
	top: 0;
	width: inherit;
	line-height: 40px; /* header-bg height값 */
	border-left:1px solid;
	border-color:#3b3f2c #c4c4c4;
	color: #000;
	font-weight: bold;
}
    
table.fixed-table th:first-child .th-text {
	border-left: none;
}
    
table.fixed-table tbody tr:last-child td{border-bottom:1px solid #dfdfdf;} 
table.fixed-table tbody tr:nth-child(even) {background: #f6f6f6;}

/**정박지대기순서**/
.board-redy{
	border-collapse: collapse;
	/* width: 2200px !important; */
	width: 33.33% !important;
	box-sizing: border-box;
	border-top:2px solid #000;
/* 	table-layout: fixed; */
}

.board-redy tr th{
	border: 1px solid #ddd;
	text-align: center;
	padding: 8px 2px 8px 2px;
	background: #ebf5fc;
	color: #000;
	font-size: .95em;
}

.board-redy tr th.th_col{
	background: #e4e8f4;
	font-size: 1.1em;
}

.board-redy tr td{
	border: 1px solid #ddd;
	text-align: center;
	padding: 4px 2px 4px 2px;
	color: #000;
	font-size: 13px;
}

.board-redy tr.chkColor{
	background: #feffa1
}

.board-redy tr.chkColor > td > input{
    background-color: #fffdcb;

}

.board-list .scr .table-hover tr.chkColor{
	background: #eff191
}



.board-redy tr.chkColor2{
	background: #ffafaf;
}

.board-list .scr .table-hover tr.chkColor2 {
	background: #ffafaf;
}



.board-redy tr.chkColor2 > td > input{
    background-color: #ffd7d7;

}

.board-redy tr td.nm{
	background: #fdfbe9;
}

.board-redy td > button{
	height: 26px !important;
	padding: 4px 6px 4px 6px;
	line-height: 0 !important;
}

.board-redy td > select{
	height: 30px !important;
	padding: 2px 10px 2px 4px;
}

.board-redy td > input{
	padding: 5px 2px;
}

.board-redy td > .datetimepicker{
	width: 100% !important;
}

.board-redy td > button.add {
    height: 26px !important;
    padding: 4px 6px 4px 6px !important; 
    line-height: 0 !important;
    background: none;
    color: #333;
    font-size: 0.9em;
/*     font-size: 1.2em; 20.07.07 수정*/
}

.board-redy td > button.add:hover{
	color: #215fbb;
}

.board-redy td > button.add.btn_up,
.board-redy td > button.add.btn_down,
.board-redy td > button.add.btn_del {
/*     height: 26px !important; */
/*     width:26px; */
/*     padding: 4px 6px 4px 6px !important; 20.07.07수정*/
    height: 14px !important;
    width:14px;
    padding: 0px 0px 0px 0px !important;
    line-height: 0 !important;
    font-size: 1em;
    background-color: transparent;
}

.board-redy td > button.add.btn_up{
	border:1px solid #1b51ab;
	color: #1b51ab;
}

.board-redy td > button.add.btn_up:hover{
	border:1px solid #1b51ab;
	background:#1b51ab;
	color: #fff;
}

.board-redy td > button.add.btn_down{
	border:1px solid #3488c9;
	color: #3488c9;
}

.board-redy td > button.add.btn_down:hover{
	border:1px solid #3488c9;
	background:#3488c9;
	color: #fff;
}

.board-redy td > button.add.btn_del{
	border:1px solid #d6356a;
	color: #d6356a;
}

.board-redy td > button.add.btn_del:hover{
	border:1px solid #d6356a;
	background:#d6356a;
	color: #fff;
}

.chkch.btn_sel{
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: .95em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    margin-right: 5px;
    background: #fff;
    border: 2px solid #ffdb30;
}

.chkch.btn_sel2{
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: .95em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    margin-right: 5px;
    background: #fff;
    border: 2px solid #ff2f44;
}

input[type="checkbox"]:checked + .chkch.btn_sel {
    background: #f39003;
    border: 1px solid #f39003;
}

input[type="checkbox"]:checked + .chkch.btn_sel2 {
    background: #ff0000;
    border: 1px solid #ff0000;
}


input[type="checkbox"] + .chkch.btn_sel:hover{
	background: #f39003;
    border: 1px solid #f39003;
    position: relative;
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: .95em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    margin-right: 5px;
}

input[type="checkbox"] + .chkch.btn_sel2:hover{
	background: #ff0080;
    border: 1px solid #ff0080;
    position: relative;
    display: inline-block;
    font-weight: bold;
    font-size: .95em;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    margin-right: 5px;
}


input[type="checkbox"]:checked + .chkch.btn_sel:hover{
	background: #f2da00;
	    border: 1px solid #ffff00;
}
input[type="checkbox"]:checked + .chkch.btn_sel2:hover{
	background: #ff00ff;
	    border: 1px solid #ff0080;
}
.chkch::after {
    top: 0px;
    right: 0px;
    content: '';
    float: left;
    width: 14px;
    height: 14px;
    border-radius: 3px;
    background-image: url(../../images/upa/check.png);
    background-size: 16px 16px;
    background-position: center top 0;
    background-repeat: no-repeat;
}

.checkbox.bg {
    padding: 16px 20px;
    font-size: .95em;
}

.checkbox.bg::after {
    background-image: none;
}

input[type="checkbox"]:checked + .chkch.bg::after {
    background-image: none;
}

input[type="checkbox"]:checked + .chkch {
    color: #fff;
    background: #000;
    border: 1px solid #000;
}

input[type="checkbox"]:checked + .chkch.bg.red {
    background-image: none;
    background: red;
    border-color: red;
}

input[type="checkbox"]:checked + .chkch::after {
    background-image: url(../../images/upa/check.png);
    background-color: transparent;
    background-position: center top 0;
}

.board-redy td > .ui-datepicker-trigger{
	display: none;
}

.board-redy td > input.chkch.btn_sel{
	background:red;
}


/* .add_btn{
	float: left;
} */

@media (max-width: 1040px) {
	
	table.common {
	    width: 1200px;
	}
	
	table.board-write{
		width: 100%;
		margin:10px 1%;
	}
	
	table.board-write colgroup{display:none}
	
	/**정박지대기순서**/
	.board-redy{
		width: 2200px !important;
	}
	
	table.board-write tr th,
	table.board-write tr td{
		width: 100%;
		display: block;
		border-right: 0 !important;
		padding: 12px 10px !important; box-sizing: border-box;
		text-align: left;
	}
	
	table.board-write tr th{
		background: #f4f6f9;
	}
	
	table.board-write tr td select.wid05{
		width: 46.5%;
		display: inline-block;
	}
	
	table.board-write tr td select.wid03{
		width: 32%;
		display: inline-block;
	}
	
	table.board-write tr td input.datetimepicker.wid230{
		width: 180px !important;
	}

}


@media (max-width: 720px) {
	table.common.board-table{width:96%; margin:2% ;box-sizing:border-box}
	.board-table colgroup{display:none}
	.board-table thead{display:none}
	table.common tbody tr td{border-bottom:0; padding:5px 15px 5px 0}
	.board-table tbody tr td:first-child{display:none}
	.board-table tbody tr{display:flex; flex-wrap:wrap; border-bottom:1px solid #eee; padding:5px 0;}
	.board-table tbody tr td:nth-child(2){width:100%; text-align:left; font-weight:bold; color:#000; padding-right:0; font-size:15px}
	.board-table tbody tr td:nth-child(3){color:#666}
	.board-table tbody tr td:nth-child(4){ color:#999;}
	.board-table tbody tr td:nth-child(5){ color:#999; font-size:12px}
	.board-table tbody tr td:nth-child(5):before{content:"\f06e"; font-family: "Font Awesome 5 Free";  font-weight: 600; font-size: 0.8em;  margin-right:3px;}
	
	
}





.bnkrGrid td {
    height: 50px !important; /* 행 높이를 고정 */
    overflow: hidden;
    padding: 2px 5px !important;
}

.remark-container select, 
.remark-container input {
    height: 22px !important; /* 요소 개별 높이 축소 */
    padding: 0 2px !important;
}

.green {
    background-color: green;
}
.gray {
    background-color: gray;
}
.red {
    background-color: red;
}

#waitVesselTable tbody tr.selected-row {
    background-color: #d0ebff;
    font-weight: 500;
}

#waitVesselTable tbody tr.selected-row td {
    color: #0b5ed7;
}










