/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('/common/themes/base/openSans.css');

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, 
em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, 
details, embed, figure, figcaption, footer, header, hgroup, menu, nav, 
output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  
  vertical-align: middle;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, 
hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* �겕濡�, �궗�뙆由�, �뿣吏�, �삤�럹�씪 */
::-webkit-scrollbar {
    width: 18px;
    -moz-width: 8px;
    -webkit-width: 8px;
    -ms-width: 8px;
    -o-width: 8px;
    height: 18px;
    -moz-height: 8px;
    -webkit-height: 8px;
    -ms-height: 8px;
    -o-height: 8px;
}

::-webkit-scrollbar-track {
    background: #fff; /* #f5f5f5 */
    -moz-background: #fff;
    -webkit-background: #fff;
    -ms-background: #fff;
    -o-background: #fff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

 
::-webkit-scrollbar-thumb {
    background: #e2e2e2;
    -moz-background: #e2e2e2;
    -webkit-background: #e2e2e2;
    -ms-background: #e2e2e2;
    -o-background: #e2e2e2;
    border: 1px solid #d8d8d8;
    -moz-border: 1px solid #d8d8d8;
    -webkit-border: 1px solid #d8d8d8;
    -ms-border: 1px solid #d8d8d8;
    -o-border: 1px solid #d8d8d8;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    -moz-background: #c2c2c2;
    background: #c2c2c2;
    -webkit-background: #c2c2c2;
    -ms-background: #c2c2c2;
    -o-background: #c2c2c2;
    border: 1px solid #c2c2c2;
    -moz-border: 1px solid #c2c2c2;
    -webkit-border: 1px solid #c2c2c2;
    -ms-border: 1px solid #c2c2c2;
    -o-border: 1px solid #c2c2c2;
}

::-webkit-scrollbar-thumb:active {
    background: #c2c2c2;
    -moz-background: #bdbdbd;
    -webkit-background: #bdbdbd;
    -ms-background: #bdbdbd;
    -o-background: #bdbdbd;
    border: 1px solid #c2c2c2;
    -moz-border: 1px solid #c2c2c2;
    -webkit-border: 1px solid #c2c2c2;
    -ms-border: 1px solid #c2c2c2;
    -o-border: 1px solid #c2c2c2;
}

::-webkit-scrollbar-button {
    display: none;
    -moz-display: none;
    -webkit-display: none;
    -ms-display: none;
    -o-display: none;
}

/**********************************************************************************************************************
 *********************************************************************************************************************/
 
.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

/**********************************************************************************************************************
 *********************************************************************************************************************/
.text-light {
  font-weight: 300;
}

.text-normal {
  font-weight: 400;
}

.text-medium {
  font-weight: 500;
}

.text-bold {
  font-weight: 700;
}

/**********************************************************************************************************************
 *********************************************************************************************************************/
.text-color-primary {
  color: #00514B;
}

.text-color-secondary {
  color: #de0303; /*#0274ba;*/
}

.text-color-cyan {
  color: #17a0d5;
}

.text-color-orange {
  color: #ff4800;
}

/**********************************************************************************************************************
 *********************************************************************************************************************/
.btn-help {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  text-indent: -9999px;
  width: 23px;
  height: 23px;
  background: transparent;
  background-image: url(/common/images/common/icon_help.png);
  background-repeat: no-repeat;
  background-size: 23px 23px;
  background-position: center;
  border: 0px;
  padding: 0px;
}

.btn-help:disabled, .btn-help.disabled {
  opacity: 0.75;
}

.btn-help:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn-plus {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  text-indent: -9999px;
  width: 54px;
  height: 54px;
  background: #fff;
  background-image: url(/common/images/common/btn_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 0px;
  border: 1px solid #e8e8e8;
}

.btn-plus:disabled, .btn-plus.disabled {
  opacity: 0.65;
}

.btn-plus:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn-plus:hover, .btn-plus:focus, .btn-plus:active {
  outline: none;
  border-color: #de0303;/*#0274ba;*/
}

.btn-issue {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  display: inline-block;
  font-size: 0;
  vertical-align: middle;
  background: transparent;
  background-image: url(/common/images/common/icon_issue.png);
  background-repeat: no-repeat;
  background-size: 23px 23px;
  border: 0px;
  padding: 0px;
  text-indent: -9999px;
}

.popup_btn_ok {
	border-radius: 3px;
	margin-top: 10px;
	cursor: pointer;
	min-width: 75px;
	text-align: center;
	background: #dedede;
	color: #4f4f4f;
	border: 1px solid #d2d2d2;
	font-size: 12px;
	font-weight: bold;
	padding: 5px 10px;
}

.btn-issue:disabled, .btn-issue.disabled {
  opacity: 0.75;
}

.btn-issue:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn-play {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  border: 0;
  padding: 0;
  text-indent: -9999px;
  width: 22px;
  height: 22px;
  position: relative;
  background-color: transparent;
  background-image: url(/common/images/common/icon_play.png);
  background-repeat: no-repeat;
  background-position: center;
}

.btn-play:disabled, .btn-play.disabled {
  opacity: 0.75;
}

.btn-play:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  font-size: 15px;
  color: #222;
  letter-spacing: -0.06em;
  text-decoration: none;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding: 8px 25px;
  border: 1px solid transparent;
}

.btn:disabled, .btn.disabled {
  opacity: 0.75;
}

.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.btn.btn-rounded {
  border-radius: 3px;
}

.btn.btn-block {
  width: 100%;
  display: block;
}

.btn.btn-sm {
  padding: 5px 20px;
  font-size: 13px;
}

.btn.btn-lg {
  padding: 14px 40px;
}

.btn.btn-xlg {
	padding: 10px 40px; /*14px 40px; 202105*/
	font-size: 20px;
	letter-spacing:.1em;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
}

.btn.btn-primary-outline {
	border-color: #666;
	color: #222;
  background: #fff;
}

.btn.btn-primary-outline:hover, .btn.btn-primary-outline:active, .btn.btn-primary-outline:focus {
  border-color: #23365d;
  background: #23365d;
  color: #fff;
}

.btn.btn-blue {
  border-color: #166ce3;
  background: #166ce3;
  color: #fff;
}

.btn.btn-blue:hover, .btn.btn-blue:active, .btn.btn-blue:focus {
  outline: none;
  border-color: #166ce3;
  background: #166ce3;
}

.btn.btn-white {
  border-color: #aaaaaa;
  background: #fff;
  color: #3f3f3f;
}

.btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white:focus {
  outline: none;
  border-color: #d81f2f;
}

.btn.btn-primary {
  border-color: #d81f2f;
  background: #d81f2f;
  color: #fff;
}

.btn.btn-primary:hover, .btn.btn-primary:active, .btn.btn-primary:focus {
  outline: none;
  border-color: #de0303;/*#0274ba;*/
  background: #de0303;/*#0274ba;*/
}

.btn.btn-secondary {
  border-color: #de0303;/*#0274ba;*/
  background: #de0303;/*#0274ba;*/
  color: #fff;
}

.btn.btn-secondary:hover, .btn.btn-secondary:active, .btn.btn-secondary:focus {
  outline: none;
  border-color: #23365d;
  background: #23365d;
}

/**********************************************************************************************************************
 *********************************************************************************************************************/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 2px solid #23365d;
  border-bottom: 1px solid #b1b1b1;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.table thead tr td, .table thead tr th {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.06em;
  text-align: center;
  padding: 13px 15px;
  border-bottom: 1px solid #d7d7d7;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
  background-color: #23365d;
}

.table tbody tr td, .table tbody tr th {
  background: #fff;
  color: #525252;
  font-size: 15px;
  letter-spacing: -0.06em;
  text-align: left;
  padding: 13px 15px;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  vertical-align: middle;
}

.table.table-white {
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #e5e5e5;
  border-left: 0px;
  border-right: 0px;
}

.table.table-white thead tr td, .table.table-white thead tr th {
  background: #fff;
  border: 0px;
  border-bottom: 1px solid #d7d7d7;
}

.table.table-white tbody tr td, .table.table-white tbody tr th {
  border: 0px;
}

.table.table-white tbody tr td:first-child, .table.table-white tbody tr th:first-child {
  border-left: 1px solid #e5e5e5;
}

.table.table-white tbody tr td:last-child, .table.table-white tbody tr th:last-child {
  border-right: 1px solid #e5e5e5;
}

.icon-confirm {
  display: inline-block;
  width: 38px;
  height: 38px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/common/images/common/confirm_waiting.png);
}

.icon-confirm.icon-confirm-ok {
  background-image: url(/common/images/common/confirm_ok.png);
}

.icon-notice {
  display: inline-block;
  width: 18px;
  height: 18px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/common/images/common/icon_notice.png);
  vertical-align: top;
}

.icon-circle-right {
  display: inline-block;
  width: 25px;
  height: 20px;
  text-indent: -9999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(/common/images/common/icon-circle-right.png);
  vertical-align: sub;
}

.icon-recycle {
  display: inline-block;
  /*width: 17px;
  height: 22px;*/
  text-indent: -9999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(/common/images/common/icon_recycle.png);
  vertical-align: top;
  margin-right: 5px;*/
}

.icon-comment {
  display: inline-block;
  /*width: 22px;
  height: 21px;*/
  text-indent: -9999px;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  /*background-image: url(/common/images/common/icon_comment.png);
  vertical-align: top;
  margin-right: 5px;*/
}

/******************************************************************************************/
/****************************** dynatree �엳�뜕 �쁺�뿭 ********************************************/
/******************************************************************************************/
ul.dynatree-container {
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
  font-size: 10pt;
  white-space: nowrap;
  padding: 3px;
  margin: 0;
  /*background-color: white;*/
  overflow: auto;
  min-height: 0%;
}

ul.dynatree-container *:focus{
	outline:none
}

ul.dynatree-container ul {
  padding: 0 0 0 16px;
  margin: 0;
}

ul.dynatree-container li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  -moz-background-clip: border;
  -moz-background-inline-policy: continuous;
  -moz-background-origin: padding;
  background-attachment: scroll;
  background-color: transparent;
  background-position: 0 0;
  background-repeat: repeat-y;
  background-image: none;
  margin: 0;
  padding: 1px 0 0 0;
}
/*ul.dynatree-container li:hover{
	background:#fef6f5;
}*/

/* Suppress lines for last child node */
ul.dynatree-container li.dynatree-lastsib {
  background-image: none;
}

/* Suppress lines if level is fixed expanded (option minExpandLevel) */
ul.dynatree-no-connector > li {
  background-image: none;
}

/* Style, when control is disabled */
.ui-dynatree-disabled ul.dynatree-container {
  opacity: 0.5;
  background-color: silver;
}

/*******************************************************************************
 * Common icon definitions
 */
span.dynatree-empty, span.dynatree-vline, span.dynatree-connector, span.dynatree-expander,
span.dynatree-icon, span.dynatree-checkbox, span.dynatree-radio, span.dynatree-drag-helper-img,
#dynatree-drop-marker {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  background-repeat: no-repeat;
  background-position: left;
  background-image: url("icons.gif");
  background-position: 0 0;
}

/** Used by 'icon' node option: */
ul.dynatree-container img {
  width: 16px;
  height: 16px;
  margin-left: 3px;
  vertical-align: top;
  border-style: none;
}

/*******************************************************************************
 * Lines and connectors
 */
span.dynatree-connector {
  background-image: none;
}

/*******************************************************************************
 * Expander icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-exp-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'd': lazy (Delayed)
 * 3rd character (optional): 'l': Last sibling
 */
span.dynatree-expander {
  background-position: 0 0;
  cursor: pointer;
}

span.dynatree-expander:hover {
  background-position: 0 0;
}

.dynatree-exp-e span.dynatree-expander, .dynatree-exp-ed span.dynatree-expander,
.dynatree-exp-el span.dynatree-expander, .dynatree-exp-edl span.dynatree-expander {
  background-position: 0 0;
}

.dynatree-exp-e span.dynatree-expander:hover, .dynatree-exp-ed span.dynatree-expander:hover,
.dynatree-exp-el span.dynatree-expander:hover, .dynatree-exp-edl span.dynatree-expander:hover {
  background-position: 0 0;
}

.dynatree-loading span.dynatree-expander {
  background-position: 0 0;
  background-image: url("loading.gif");
}

/*******************************************************************************
 * Checkbox icon
 */
span.dynatree-checkbox {
  margin-left: 3px;
  background-position: 0px -32px;
}

span.dynatree-checkbox:hover {
  background-position: -16px -32px;
}

.dynatree-partsel span.dynatree-checkbox {
  background-position: -64px -32px;
}

.dynatree-partsel span.dynatree-checkbox:hover {
  background-position: -80px -32px;
}

.dynatree-selected span.dynatree-checkbox {
  background-position: -32px -32px;
}

.dynatree-selected span.dynatree-checkbox:hover {
  background-position: -48px -32px;
}

/*******************************************************************************
 * Radiobutton icon
 * This is a customization, that may be activated by overriding the 'checkbox'
 * class name as 'dynatree-radio' in the tree options.
 */
span.dynatree-radio {
  margin-left: 3px;
  background-position: 0px -48px;
}

span.dynatree-radio:hover {
  background-position: -16px -48px;
}

.dynatree-partsel span.dynatree-radio {
  background-position: -64px -48px;
}

.dynatree-partsel span.dynatree-radio:hover {
  background-position: -80px -48px;
}

.dynatree-selected span.dynatree-radio {
  background-position: -32px -48px;
}

.dynatree-selected span.dynatree-radio:hover {
  background-position: -48px -48px;
}

/*******************************************************************************
 * Node type icon
 * Note: IE6 doesn't correctly evaluate multiples class names,
 *		 so we create combined class names that can be used in the CSS.
 *
 * Prefix: dynatree-ico-
 * 1st character: 'e': expanded, 'c': collapsed
 * 2nd character (optional): 'f': folder
 */
span.dynatree-icon {
  background-position: 0px 0px;
}

.dynatree-ico-cf span.dynatree-icon {
  background-position: 0px -16px;
}

.dynatree-ico-ef span.dynatree-icon {
  background-position: -64px -16px;
}

/* Status node icons */
.dynatree-statusnode-wait span.dynatree-icon {
  background-image: url("loading.gif");
}

.dynatree-statusnode-error span.dynatree-icon {
  background-position: 0px -112px;
}

/*******************************************************************************
 * Node titles
 */
/* @Chrome: otherwise hit area of node titles is broken (issue 133)
   Removed again for issue 165; (133 couldn't be reproduced) */
span.dynatree-node {
  display: inline-block;
  vertical-align: top;
}

/* Remove blue color and underline from title links */
ul.dynatree-container a {
  color: #666;
  text-decoration: none;
  vertical-align: top;
  margin: 0px;
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
  font-size: 13px;
  letter-spacing:0.05px;
  border: 1px solid transparent;
  padding:0 3px;
}

ul.dynatree-container span:hover {
	color: #222;
	background: #fef6f5;
}

span.dynatree-node a {
  display: inline-block;
}

ul.dynatree-container a:focus, span.dynatree-focused a:link {
  color:d81f2f
}

span.dynatree-selected a {
  font-style: italic;
}

span.dynatree-active a {
  text-decoration: none;
}

/*******************************************************************************
 * Drag'n'drop support
 */
/*** Helper object ************************************************************/
div.dynatree-drag-helper a {
  border: 1px solid gray;
  /*background-color: white;*/
  padding-left: 5px;
  padding-right: 5px;
  opacity: 0.8;
}

div.dynatree-drop-accept span.dynatree-drag-helper-img {
  background-position: -32px -112px;
}

div.dynatree-drag-helper.dynatree-drop-reject {
  border-color: red;
}

div.dynatree-drop-reject span.dynatree-drag-helper-img {
  background-position: -16px -112px;
}

/*** Drop marker icon *********************************************************/
#dynatree-drop-marker {
  width: 24px;
  position: absolute;
  background-position: 0 -128px;
  margin: 0;
}

#dynatree-drop-marker.dynatree-drop-after, #dynatree-drop-marker.dynatree-drop-before {
  width: 64px;
  background-position: 0 -144px;
}

#dynatree-drop-marker.dynatree-drop-copy {
  background-position: -64px -128px;
}

#dynatree-drop-marker.dynatree-drop-move {
  background-position: -64px -128px;
}

/*** Source node while dragging ***********************************************/
span.dynatree-drag-source {
  background-color: #e0e0e0;
}

span.dynatree-drag-source a {
  color: gray;
}

/*** Target node while dragging cursor is over it *****************************/

span.dynatree-drop-target.dynatree-drop-accept a {
  background-color: #3169C6 !important;
  color: white !important;
  /* @ IE6 */
  text-decoration: none;
}

ul.dynatree-container {
	border-top: 1px solid #999;
	color: #2f2f2f;
	font-size: 15px;
	padding: 6px 10px;
	margin: 0;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

ul.dynatree-container > li ul {
  padding-left: 20px;
}

ul.dynatree-container > li > ul > li {
  border-top: 1px solid #e8e8e8;
}

ul.dynatree-container > li span.dynatree-node {
  padding: 2px 0;
	width:100%;
}

ul.dynatree-container > li span.dynatree-expander {
	background-image: url(/common/images/dynatree/lnb_ic_1dp01.gif);
	background-position: center;
	background-size: 11px 11px;
	margin-top : 5px;
	margin-right : 3px;
	width: 11px;
	height: 11px;
}

ul.dynatree-container > li span.dynatree-connector {
	background-image: url(/common/images/dynatree/dynatree-connector.png);
	width: 11px;
	height: 11px;
	margin-left: 3px;
}

ul.dynatree-container>li .dynatree-exp-e span.dynatree-expander, ul.dynatree-container>li .dynatree-exp-ed span.dynatree-expander,
	ul.dynatree-container>li .dynatree-exp-edl span.dynatree-expander, ul.dynatree-container>li .dynatree-exp-el span.dynatree-expander
	{
	background-image: url(/common/images/dynatree/lnb_ic_1dp02.gif);
}

ul.dynatree-container > li span.dynatree-icon {
  width: 0px;
}

ul.dynatree-container > li .icon-01 span.dynatree-icon {
  background-image: url(/common/images/dynatree/dynatree-icon-01.png);
  width: 22px;
  height: 22px;
  background-position: center;
}

ul.dynatree-container > li .icon-02 span.dynatree-icon {
  background-image: url(/common/images/dynatree/dynatree-icon-02.png);
  width: 22px;
  height: 22px;
  background-position: center;
}

ul.dynatree-container > li .icon-03 span.dynatree-icon {
  background-image: url(/common/images/dynatree/dynatree-icon-03.png);
  width: 22px;
  height: 22px;
  background-position: center;
}

ul.dynatree-container > li .icon-04 span.dynatree-icon {
  background-image: url(/common/images/dynatree/dynatree-icon-04.png);
  width: 22px;
  height: 22px;
  background-position: center;
}

ul.dynatree-container > li + li {
  border-top: 1px solid #e8e8e8;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/*
* 2018.04.11 jquery-ui.css
*
*/
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.ui-helper-clearfix {
  display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
  height: 1%;
}

.ui-helper-clearfix {
  display: block;
}

/* end clearfix */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
}

/*
 * jQuery UI CSS Framework 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS,%20Tahoma,%20Verdana,%20Arial,%20sans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=12_gloss_wave.png&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=03_highlight_soft.png&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=02_glass.png&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=02_glass.png&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=02_glass.png&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=03_highlight_soft.png&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=08_diagonals_thick.png&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=08_diagonals_thick.png&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=01_flat.png&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;	
}

.ui-widget .ui-widget {
  font-size: 1em;
}

input[type="text"] {
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;    
    font-size: 13px;
    padding: 1px 2px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    height: 26px;   
    vertical-align: bottom;
}

input[type="password"] {
    font-family: 'Noto Sans KR', sans-serif;    
    font-size: 13px;
    padding: 1px 2px;
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    height: 26px;
    vertical-align: bottom;
}
 
input#password{
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif !important; 
    font-size: 13px !important;
    padding: 1px 2px !important;
    border: 1px solid #bdbdbd !important;
    border-radius: 3px !important;
    height: 26px !important;    
    vertical-align: bottom !important;
}


/* IE 10, 11???占쎌씠?占쎈툕 ?占쎌궡???占쎄린占�?*/
.ui-widget select::-ms-expand, .ui-widget-content select::-ms-expand{
    display: none;
}

.ui-widget select, .ui-widget-content select{
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;    
    font-size: 13px;
    border: 1px solid #bdbdbd;
    border-radius: 3px; 
    height: 26px;
    -webkit-appearance: none;  /* ?占쎌씠?占쎈툕 ?占쏀삎 媛먯텛占�?*/
    -moz-appearance: none;
    appearance: none;
    padding-left:4px;
    padding-right:20px;
    background: url('/common/images/common/select-btn-downarrow.png') no-repeat right 50% ; /* ?占쎌씠?占쎈툕 ?占쎌궡?占쏙옙? 而ㅼ뒪?占�??占쎌궡?占쎈줈 ?占쏙옙?*/

}

.ui-widget select:disabled, .ui-widget-content select:disabled{
    border-color:#ddd;
    background: #efefef url('/common/images/common/select-btn-downarrow_disabled.png') no-repeat right 50%; }

.ui-widget textarea {
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;    
    font-size: 13px;
    border: 1px solid #bdbdbd !important;
    padding:5px 0 3px 7px;
    border-radius: 3px;
}
/*.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: 'Noto Sans KR';
}*/

/*.ui-widget-content { border: 1px solid #dddddd; background: #eeeeee url(/common/images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x; color: #333333; }
/* 2012.02.21 ?醫롫짗??占쎈쐻??占쎌굲 */
.ui-widget-content {
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  padding-left: 15px;
  color: #333;
  font-size: 12px;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #666;
  text-decoration: none;
}

.ui-state-hover a, .ui-state-hover a:hover {
  color: #08699b;
  text-decoration: none;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #eb8f00;
  text-decoration: none;
}

.ui-widget :active {
  outline: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight, .ui-widget-content .ui-state-highlight,
 .ui-widget-header .ui-state-highlight {
  color: #000;
  font-weight: bold;
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
}

.ui-datepicker-calendar a.ui-state-highlight{
	background:#f48123;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #363636;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url(/common/images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
  color: #ffffff;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #ffffff;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #ffffff;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
  background-image: url(/common/images/jquery-ui/ui-icons_222222_256x240.png);
}

.ui-widget-content .ui-icon {
  background-image: url(/common/images/jquery-ui//ui-icons_222222_256x240.png);
}

.ui-widget-header .ui-icon {
  background-image: url(/common/images/jquery-ui//ui-icons_ffffff_256x240.png);
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url(/common/images/ui-icons_ef8c08_256x240.png);
}

.ui-state-active .ui-icon {
  background-image: url(/common/images/ui-icons_ef8c08_256x240.png);
}

.ui-state-highlight .ui-icon {
  background-image: url(/common/images/ui-icons_228ef1_256x240.png);
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url(/common/images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
	background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -129px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -146px;
}

.ui-icon-radio-off {
  background-position: -96px -144px;
}

.ui-icon-radio-on {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  background: #000000;
  opacity: .40;
  filter: Alpha(Opacity=40);
}

.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  background: #000000 url(/common/images/jquery-ui/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
  opacity: .20;
  filter: Alpha(Opacity=20);
  -moz-border-radius: 5px;
  -khtml-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/*
 * jQuery UI Button 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  margin-right: .1em;
  text-decoration: none !important;
  cursor: pointer;
  text-align: center;
  zoom: 1;
  overflow: hidden;
  *overflow: visible;
}

/* the overflow property removes extra width in IE */
.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

/* to make room for the icon, a width needs to be set here */
button.ui-button-icon-only {
  width: 2.4em;
}

/* button elements seem to need a little more width */
button.ui-button-icons-only {
  width: 3.7em;
}

/*button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: 1.4;
}

.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

.ui-button-icon-only .ui-button-text, .ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

.ui-button-text-icon-secondary .ui-button-text, .ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}

/*button icon element(s) */
.ui-button-icon-only .ui-icon, .ui-button-text-icon-primary .ui-icon, .ui-button-text-icon-secondary .ui-icon, .ui-button-text-icons .ui-icon, .ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button-text-icon-primary .ui-button-icon-primary, .ui-button-text-icons .ui-button-icon-primary, .ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

.ui-button-text-icon-secondary .ui-button-icon-secondary, .ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

.ui-button-text-icons .ui-button-icon-secondary, .ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/*button sets*/
.ui-buttonset {
  margin-right: 7px;
}

.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* reset extra padding in Firefox */
/*
 * jQuery UI Dialog 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
.ui-dialog {
  position: absolute;
  left: 25%;
  top: 10%;
  outline: 0;
  width: 300px;
  padding: .2em;
  background: url("/common/images/jquery-ui/bg_popup.png") repeat-x;
  z-index: 9999;
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: 0 15px;
}

.ui-dialog .ui-dialog-title {
  display: inline-block;
  float: left;
  margin:15px 0 0 0;
  padding-top:10px;
  padding-left:10px;
  color: #222;
  font-size: 1.6em;
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
  font-weight:bold;
  letter-spacing: -0.06em;
  text-align:left;
  line-height: 25px;	
  width:100%;
  vertical-align: bottom;
  background:url("/common/images/common/title-line2.png") no-repeat left bottom ;
}

.ui-dialog .ui-dialog-content {
  left: 0px;
  top: 0px;
  position: relative;
  padding: .3em .3em .5em .3em !important;
  border: 0px;
  background: #fff;
  overflow: auto;
  zoom: 1;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin: .5em 0 0 0;
  padding: .3em 1em .5em .4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*
 * jQuery UI Tabs 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
.ui-tabs {
  position: relative;
}

/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 2px 0 0 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  padding: 0;
  white-space: nowrap;
  font-size: 14px;
  margin-bottom: -1px;
  font-weight: bold;
  letter-spacing: -0.06em;
}

.ui-tabs .ui-tabs-nav li+li{
    right:-1px;
}

.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: 6px 14px 2px 14px;
  text-decoration: none;
  color: #787878;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
/*  margin-bottom: 0;
  color: #08699b !important;
  font-weight: initial;*/
    margin-bottom: 0;
    color: #d81f2f !important;
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif !important;
    font-weight:bold;
    position: relative;
    background: #fff;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-selected:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
    z-index: 2;
}

.ui-tabs .ui-tabs-nav .dd li{
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
    font-weight:bold;
    }

.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a {
  cursor: text;
}

.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
  cursor: pointer;
  /*cursor: pointer;
  border-left: 1px solid #d8d8d8 !important;
  border-right: 1px solid #d8d8d8 !important;
  border-top: 1px solid #d8d8d8 !important;*/
}

/* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-nav li a:hover {
  color: #08699b;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 0;
  padding-top: 0px;
  background: none;
}

.ui-tabs .ui-tabs-hide {
  display: none !important;
}

/*
 * jQuery UI Datepicker 1.8.16
 *
 * Copyright 2011, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
.ui-datepicker {
  width: 17em;
  display: none;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 12px;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19); 
	box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.19);
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
	height: 36px;
	padding: 5px 0 !important;
	background: #fff;
	border-top-left-radius: 12px;
	border-top-right-radius: 12px;
	margin: 0;
	padding: 0;
}

.ui-datepicker .ui-datepicker-calendar {
	width: 95%;
	margin: 0px 5px 5px 5px;
	font-size: 12px;
}

.ui-datepicker-trigger {
	margin-left: 5px;
	margin-bottom: 3px;
	width: 20px;
}

.ui-datepicker-trigger:hover {
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 7px;
  width: 24px;
  height: 24px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 13px;
  background: url("/common/images/jquery-ui/btn_cal_prev.gif") no-repeat;
}

.ui-datepicker .ui-datepicker-next {
  right: 13px;
  background: url("/common/images/jquery-ui/btn_cal_next.gif") no-repeat;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 13px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 13px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: none;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	text-align: center;
	color: #454545;
	letter-spacing: -0.03em;	
}

.ui-datepicker .ui-datepicker-title select {
	font-size: 12px;
	margin: 0 1px;
}

.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}
.ui-datepicker-month, .ui-datepicker-year {
	font-size: 15px;
	letter-spacing: 0;
	line-height: 26px;
	vertical-align: baseline;
}


.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 30%;
}

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

.ui-datepicker thead {
  border: 0px;
  border-bottom: 1px solid #23587a;
  background: transaprent;
}

.ui-datepicker th {
	height: 24px;
	line-height: 14px;
	color: #666;
	font-size: 11px;
	text-align: center;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	background: #f5f5f5;
	height: 24px;
	border: 0;
	padding: 0;
}

.ui-datepicker td {
	width:18px;
	height: 18px;
	line-height:20px;	
	border: 2px solid #fff;
	padding-bottom: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
	display: block;
	height: 100%;
	padding: 0;
	margin: 0px 5px;
	border: 0px solid #dbdada !important;
	border-radius:100%;
	background: #fff;
	text-align: center;
	text-decoration: none;
}

.ui-datepicker td a{
	color:#666;
}

.ui-datepicker td a:hover {
	background-color: #e8e8e8;
	margin: 0px 5px;
}

.ui-datepicker th.ui-datepicker-week-end:first-child span, 
.ui-datepicker td.ui-datepicker-week-end:first-child a{
	color: #d81f2f !important;
}
.ui-datepicker th.ui-datepicker-week-end:last-child span, 
.ui-datepicker td.ui-datepicker-week-end:last-child a{
	color: #0068b7 !important;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.333%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
	margin: 0;
	padding: 0;
	border-radius: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0em;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
  display: none;
  /*sorry for IE5*/
  display/**/: block;
  /*sorry for IE5*/
  position: absolute;
  /*must have*/
  z-index: -1;
  /*must have*/
  filter: mask();
  /*must have*/
  top: -4px;
  /*must have*/
  left: -4px;
  /*must have*/
  width: 200px;
  /*must have*/
  height: 200px;
  /*must have*/
}

.GridMain1 * {
  box-sizing: content-box;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: inherit;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0px;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.form-control:focus {
  outline: none;
  border-color: #23365d;
}

.menu-info-select {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  z-index: 105;
}

.menu-info-select:not(#user-info-div) {
  width: 176px;
}

.menu-info-select__option {
  overflow: hidden;
  box-sizing: border-box;
  display: block;
  width: 100%;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  font-family: inherit;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: pointer;
  user-select: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 7px 60px 7px 15px;
}

.menu-info-select__option--value:not(#user-layer-btn) {
  padding-right: 28px;
}

.menu-info-select__option:not(.menu-info-select__option--value) {
  background: #fff;
}

.menu-info-select__option:not(.menu-info-select__option--value):hover {
  color: #de0303;
}

.menu-info-select__option:focus, .menu-info-select__option:active {
  outline: none;
}

.menu-info-select__option-wrap {
  position: relative;
}

.menu-info-select__option--value {
  position: relative;
}

.menu-info-select__option--value:after {
  color: #a0a0a0;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -7px;
  content: '\f107';
  font-family: "Font Awesome 5 Pro";
}

.menu-info-select--active .menu-info-select__option--value:after {
  content: '\f106';
}

.menu-info-select__dropdown {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  top: 55px;
  left: 0;
  z-index: 106;
  border: 1px solid #e2e2e2;
  border-top: 3px solid #e60012;
  padding: 5px 0px;
  background: #fff;
  border-radius: 0px 0px 7px 7px;
}

.menu-info-select__dropdown .menu-info-select__option {
  padding-right: 15px;
}

.menu-info-select--dropup .menu-info-select__dropdown {
  top: auto;
  bottom: 100%;
}

.mask {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: progid:DxImageTransform.Microsoft.Alpha(opacity=50);
  opacity: 0.5;
  background: #4a4a4a;
  -moz-opacity: 0.5;
  z-index: 100;
}

.opened .mask {
  display: block;
}

.forced-opened .mask {
  display: block !important;
}

.page-header {
  background: #efefef;
}

.page-header .system-menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
  border-top: 1px solid #ececec;
  background: #fff;
  box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.page-header .system-menu:after {
  display: table;
  content: '';
  clear: both;
}

.page-header .system-menu > li {
  float: left;
  border-right: 1px solid #ececec;
}

.page-header .system-menu > li.home > a {
  display: block;
  height: 75px;
  width: 65px;
  text-decoration: none;
  vertical-align: middle;
  text-indent: -9999px;
  position: relative;
  background-image: url(/common/images/common/icon_home.png);
  background-repeat: no-repeat;
  background-position: center;
}

.page-header .system-menu .nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border: 0px;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 16px;
  font-weight: normal;
  height: 75px;
  line-height: 75px;
  outline: none;
  padding-left: 20px;
  padding-right: 40px;
  width: 190px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  letter-spacing: -0.04em;
}

.page-header .system-menu .nice-select:hover {
  border-color: #dbdbdb;
}

.page-header .system-menu .nice-select:active, .page-header .system-menu .nice-select.open, .page-header .system-menu .nice-select:focus {
  background: #23365d;
  color: #fff;
}

.page-header .system-menu .nice-select:after {
  content: '\f13a';
  font-family: "Font Awesome 5 Pro";
  display: block;
  height: 28px;
  width: 28px;
  pointer-events: none;
  position: absolute;
  right: 18px;
  top: 0px;
}

.page-header .system-menu .nice-select.open:after {
  content: '\f139';
}

.page-header .system-menu .nice-select.open .list {
  background: #23365d;
  color: #b4c6ec;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.page-header .system-menu .nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.page-header .system-menu .nice-select.disabled:after {
  border-color: #cccccc;
}

.page-header .system-menu .nice-select .list {
  width: 190px;
  background-color: #fff;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin: 0px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9;
}

.page-header .system-menu .nice-select .list .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.page-header .system-menu .nice-select .list .option:hover, .page-header .system-menu .nice-select .list .option.focus, .page-header .system-menu .nice-select .list .option.selected.focus {
  background-color: #172748;
  color: #fff;
}

.page-header .system-menu .nice-select .list .option.selected {
  background-color: #172748;
  color: #fff;
}

.page-header .system-menu .nice-select .list .option.disabled {
  background-color: transparent;
	background:#e2e2e2;
	color: #999;
	cursor: default;
}

.page-tabs .page-tabs-list {
  position: relative;
  background: #efefef;
  height : 52px;
}

.page-tabs .page-tabs-list .tab-item-list:after {
  display: table;
  content: '';
  clear: both;
}

.page-tabs .page-tabs-list .tab-item-list li {
  display: block;
  width: 167px;
  height: 45px;
  float: left;
  position: relative;
  border-radius: 7px 7px 0px 0px;
}

.page-tabs .page-tabs-list .tab-item-list li:hover {
  cursor: pointer;
}

.page-tabs .page-tabs-list .tab-item-list li .tab-item {
  display: inline-block;
	color: #777;
	font-family:"Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-size: 13px;
	font-weight:bold;
	letter-spacing: -0.06em;
	text-decoration: none;
	width: 100%;
	height: 35px;
	line-height: 30px;
    padding-left: 10px;
    padding-top: 5px;
}

.page-tabs .page-tabs-list .tab-item-list li.active .tab-item{
	color: #454545;
}

.page-tabs .page-tabs-list .tab-item-list li .btn-close-tab {
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  text-indent: -9999px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.page-tabs .page-tabs-list .tab-item-list li .btn-close-tab:after {
  color: #9b9b9b;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
  line-height: 10px;
}

.page-tabs .page-tabs-list .tab-item-list li .btn-close-tab:hover:after {
  color: #23365d;
}

.page-tabs .page-contents {
  padding: 50px 0px 75px;
}

.page-tabs .page-contents .tab-item-content {
  display: none;
}

.page-tabs .page-contents .tab-item-content.active {
  display: block;
}

.page-tabs .page-contents .iframe-content {
  width: 100%;
  border: 0;
}

.top-background {
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 250px;
  position: relative;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.top-background.top-background-personal-manage {
  background-image: url(/common/images/bg/bg_personal_manage.jpg);
}

.top-background.top-background-allowance-manage {
  background-image: url(/common/images/bg/bg_allowance_management.jpg);
}

.top-background.top-background-performance-manage {
  background-image: url(/common/images/bg/bg_performance_management.jpg);
}

.top-background.top-background-approval {
  background-image: url(/common/images/bg/bg_approval.jpg);
}

.top-background.top-background-hrd {
  background-image: url(/common/images/bg/bg_hrd.jpg);
}

.top-background .top-title {
  color: #ffffff;
  text-align: center;
  font-size: 50px;
  letter-spacing: -0.06em;
  line-height: 1em;
  font-weight: bold;
  margin-bottom: 15px;
}

.top-background .top-desc {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  letter-spacing: -0.06em;
  line-height: 1em;
}

.notice-absolute {
  position: absolute;
  top: -20px;
  left: 89px;
  width: 1422px;
  margin: 0;
  padding: 0;
  background: #fff;
  border: 1px solid #ebebeb;
  box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.4);
}

.notice-absolute.notice-absolute-tall {
  top: -20px;
}

.notice-absolute .notice-title {
  color: #232323;
  font-size: 30px;
  letter-spacing: -0.06em;
  font-weight: bold;
  line-height: 1em;
}

.notice-absolute .notice-list {
  position: relative;
  overflow: hidden;
  height: 20px;
  width: 635px;
}

.notice-absolute .notice-list ul {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.notice-absolute .notice-list ul > li {
  font-size: 16px;
  letter-spacing: -0.06em;
  line-height: 16px;
  height: 20px;
}

.notice-absolute .notice-content {
  font-size: 16px;
  color: #232323;
  font-weight: 300;
  letter-spacing: -0.06em;
  line-height: 28px;
}

.tab-absolute {
  position: relative;
  padding-top: 48px;
  background: #fff;
}

.tab-absolute:after {
  display: table;
  content: '';
  clear: both;
}

.tab-absolute .tab-list-container {
  position: absolute;
  top: -53px;
  left: 89px;
  width: 1422px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-absolute .tab-list-container:after {
  display: table;
  content: '';
  clear: both;
}

.tab-absolute .tab-list-container li {
  display: block;
  float: left;
  width: 33%;
}

.tab-absolute .tab-list-container li > a, .tab-absolute .tab-list-container li > span {
  background: #fff;
  border: 1px solid #ebebeb;
  display: block;
  color: #515151;
  font-size: 24px;
  letter-spacing: -0.06em;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100%;
  text-decoration: none;
}

.tab-absolute .tab-list-container li:not(.active) > a:hover {
  font-weight: bold;
}

.tab-absolute .tab-list-container li:nth-child(1) > a, .tab-absolute .tab-list-container li:nth-child(1) > span {
  border-left: 0px;
}

.tab-absolute .tab-list-container li:nth-child(2) > a, .tab-absolute .tab-list-container li:nth-child(2) > span {
  border-right: 0px;
}

.tab-absolute .tab-list-container li.active > a, .tab-absolute .tab-list-container li.active > span {
  background: #23365d;
  color: #fff;
  border-color: #23365d;
}

.block-title {
  color: #232323;
  font-size: 22px;
  letter-spacing: -0.04em;
  display: inline-block;
  line-height: 1em;
}

.block-title:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 4px;
  background-image: url(/common/images/common/icon-block-title.gif);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 13px;
  vertical-align: middle;
}

.block-title button, .block-title a {
  vertical-align: top;
}

.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #666666;
  background: #fff;
}

.tooltip .tooltip-header {
  height: 40px;
  border-bottom: 1px solid #dadada;
  position: relative;
}

.tooltip .tooltip-header .tooltip-title {
  padding-left: 18px;
  line-height: 40px;
  font-size: 17px;
  color: #23365d;
  letter-spacing: -0.06em;
}

.tooltip .tooltip-header .tooltip-close {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  position: absolute;
  top: 15px;
  right: 15px;
  text-indent: -9999px;
  padding: 0;
  border: 0;
  background: transparent;
  width: 15px;
}

.tooltip .tooltip-header .tooltip-close:disabled, .tooltip .tooltip-header .tooltip-close.disabled {
  opacity: 0.75;
}

.tooltip .tooltip-header .tooltip-close:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.tooltip .tooltip-header .tooltip-close:after {
  position: absolute;
  content: '\f00d';
  font-family: "Font Awesome 5 Pro";
  text-indent: 0;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  vertical-align: middle;
}

.tooltip .tooltip-body {
  padding: 15px 18px;
  color: #717171;
  font-size: 15px;
  letter-spacing: -0.06em;
}

/* ---- red-checkbox----- */
.red-checkbox{
	line-height:inherit;
	font-weight:inherit;
	font-size:inherit;
	letter-spacing:inherit;
	cursor: pointer; 
}

.red-checkbox .check-icon {
	display: inline-block; 	
	width: 13px; 
	height:13px; 
	margin-right:2px;
	background: url(/common/images/common/gray-check-out.png) left 0 no-repeat; 
	position: relative;
	top: -1px;
	transition-duration: .3s; 
}

.red-checkbox input[type=checkbox] {
	display:none; 
}

.red-checkbox input[type=checkbox]:checked + .check-icon {
	background-image: url(/common/images/common/red-check-in.png); /* red-check-in.png */
}
	
.red-checkbox input[type=checkbox]:disabled + .check-icon {
	background-image: url(/common/images/common/gray-check-disabled.png);
	opacity:.45
}

/* ---- gray-checkbox----- */

.gray-checkbox{
	line-height:inherit;
	font-weight:inherit;
	font-size:inherit;
	letter-spacing:inherit;
	cursor: pointer; 
}

.gray-checkbox .check-icon {
	display: inline-block; 	
	width: 13px; 
	height:13px; 
	margin-right:2px;
	background: url(/common/images/common/gray-check-out.png) left 0 no-repeat; 
	position: relative;
	top: -1px;
	transition-duration: .3s; 
}

.gray-checkbox input[type=checkbox] {
	display:none; 
}
.gray-checkbox input[type=checkbox]:checked + .check-icon {
	background-image: url(/common/images/common/gray-check-in.png); /* red-check-in.png */
}
	
.gray-checkbox input[type=checkbox]:disabled + .check-icon {
	background-image: url(/common/images/common/gray-check-disabled.png);
	opacity:.45
}
/* ----// checkbox----- */
.checkbox {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.checkbox input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 38px;
  font-size: 15px;
  letter-spacing: -0.04em;
  line-height: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checkbox input[type="checkbox"] + span:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  background: transparent;
  background-image: url(/common/images/common/check_no.png);
  background-repeat: no-repeat;
  background-position: center;
}

.checkbox input[type="checkbox"]:checked + span:before {
  background-image: url(/common/images/common/check_yes.png);
}

.checkbox-default {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.checkbox-default input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox-default input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  letter-spacing: -0.04em;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.checkbox-default input[type="checkbox"] + span:before {
  content: '';
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border: 1px solid #cfcfcf;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox-default input[type="checkbox"]:checked + span:before {
  content: '\f00c';
  background: #cfcfcf;
}

.checkbox-gray {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
}

.checkbox-gray input[type="checkbox"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.checkbox-gray input[type="checkbox"] + span {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  font-size: 15px;
  letter-spacing: -0.04em;
  line-height: 18px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  color: #414141;
}

.checkbox-gray input[type="checkbox"] + span:before {
  content: '';
  font-family: 'Font Awesome 5 Pro';
  color: #fff;
  position: absolute;
  left: 0;
  top: 0px;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border: 2px solid #d1d1d1;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.checkbox-gray input[type="checkbox"]:checked + span:before {
	content: '';
	background: #f1f1f1 url(/common/images/common/id_check.png) no-repeat
		0px 0px;
}

.checkbox-gray img{
	position: relative;
	top:0;
}

.checkbox-gray span{
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	letter-spacing:-0.03em;
}
.block-flexbox {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.block-flexbox .flex-fill {
  -webkit-flex: 1;
  flex: 1;
}

.block-flexbox.block-flexbox-top {
  align-items: start;
}

.block-flexbox.flex-direction-column {
  flex-direction: column;
}

.work-calendar {
  border-top: 2px solid #23365d;
  padding-top: 30px;
  margin-bottom: 20px;
}

.work-calendar .fc-view-container *, .work-calendar .fc-view-container :after,
.work-calendar .fc-view-container :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.work-calendar td.fc-today {
  background-color: transparent !important;
  background-image: url(/common/images/common/icon_cal_today.png);
  background-repeat: no-repeat;
  background-position: center;
}

.work-calendar .fc-widget-header {
  border-color: #e5e5e5;
  border-top-color: #b1b1b1;
}

.work-calendar .fc-widget-content {
  border-bottom-color: #b1b1b1;
}

.work-calendar .fc-prev-button, .work-calendar .fc-next-button {
  text-indent: -9999px;
  width: 42px;
  height: 42px;
  border: 0;
  padding: 0;
  background: transparent;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  box-shadow: none;
}

.work-calendar .fc-prev-button {
  background-image: url(/common/images/common/icon_cal_left.png);
}

.work-calendar .fc-next-button {
  background-image: url(/common/images/common/icon_cal_right.png);
}

.work-calendar .fc-day-number {
  margin-right: 22px;
  margin-top: 15px;
  color: #525252;
  font-size: 15px;
}

.work-calendar .fc-day-header {
  height: 42px;
  font-size: 15px;
  color: #23365d;
  letter-spacing: -0.06em;
  vertical-align: middle;
  font-weight: 500;
}

.work-calendar .fc-event {
  background: transparent;
  border: 0px;
  color: #474747;
  font-size: 16px;
  letter-spacing: -0.06em;
}

.work-calendar .fc-event .fc-content {
  padding-left: 25px;
}

.work-calendar .fc-event .fc-content .fc-title:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #ffa800;
  margin-right: 5px;
  border-radius: 100%;
}

.work-calendar .fc-event.yellow .fc-content .fc-title:before {
  background: #ffa800;
}

.work-calendar .fc-event.gray .fc-content .fc-title:before {
  background: #c1c1c1;
}

.work-calendar .fc-event.blue .fc-content .fc-title:before {
  background: #2bb0e4;
}

.work-calendar .fc-header-toolbar .fc-center h2 {
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 42px;
}

.work-calendar .fc-header-toolbar .fc-center h2 strong {
  font-size: 32px;
}

.work-calendar .fc-row .fc-content-skeleton {
  min-height: 100px;
}

.work-calendar .fc-row .fc-content-skeleton table {
  height: 100%;
}

.work-calendar .fc-row .fc-content-skeleton table td {
  vertical-align: bottom;
  padding-bottom: 3px;
}

.work-calendar-param li {
  display: inline-block;
  color: #4e4e4e;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: -0.06em;
}

.work-calendar-param li + li {
  margin-left: 18px;
}

.work-calendar-param li span {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #ffa800;
  margin-right: 5px;
  border-radius: 100%;
}

.work-calendar-param li span.yellow {
  background: #ffa800;
}

.work-calendar-param li span.gray {
  background: #c1c1c1;
}

.work-calendar-param li span.blue {
  background: #2bb0e4;
}

.nav-tabs {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.nav-tabs li {
  -webkit-flex: 1;
  flex: 1;
  display: block;
}

.nav-tabs li:not(:nth-child(1)) {
  margin-left: -1px;
}

.nav-tabs li.no-flex {
  -webkit-flex: none;
  flex: none;
}

.nav-tabs li button {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
}

.nav-tabs li button:disabled, .nav-tabs li button.disabled {
  opacity: 0.65;
}

.nav-tabs li button:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.nav-tabs li figcaption {
  font-size: 16px;
  letter-spacing: -0.06em;
}

.nav-tabs li > a, .nav-tabs li button {
  padding: 0;
  background: #fff;
  height: 71px;
  text-decoration: none;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #6f6e6e;
  letter-spacing: -0.06em;
  border: 1px solid #e5e5e5;
}

.nav-tabs li > a:hover, .nav-tabs li button:hover {
  font-weight: bold;
}

.nav-tabs li.active > a, .nav-tabs li.active button {
  background: #23365d;
  color: #fff;
  border-color: #23365d;
}

.nav-tabs-content .tab-content {
  display: none;
  border: 1px solid #e5e5e5;
  border-top: 0px;
}

.nav-tabs-content .tab-content.active {
  display: block;
}

.label {
  padding: 4px 11px;
  color: #fff;
  border-radius: 14px;
  font-size: 14px;
  letter-spacing: -0.02em;
  line-height: 1em;
  margin-bottom: 7px;
  display: inline-block;
}

.label.label-primary {
  background: #23365d;
}

.label.label-green {
  background: #738dc7;
}

.label.label-sky {
  background: #53b9af;
}

.label.label-orange {
  background: #E67E22;
}

.label.label-gray {
  background: #E0CEC2;
}

.label.label-blue {
  background: #db84a8;
}

.label.label-secondary {
  background: #0274ba;
}

.elaLineContainer .list-signs {
	margin: 0px -2.5px;
  list-style: none;
}

.tab-content .list-signs {
  margin: 0px -6.5px;
  list-style: none;
  height: 320px
}

.list-signs:after {
  display: table;
  content: '';
  clear: both;
}

.list-signs > li {
  float: left;
  min-width: 150px;
  padding: 0px 3px;
}

.list-signs > li:nth-child(8n+1) {
  clear: both;
}

.list-signs > li .sign-card {
	display: block;
	background: #fff;
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 10px 15px;
	border-left: 4px solid #e42b2b;
	text-decoration: none;
	margin-bottom: 5px;
	position: relative;
	outline: none;
	border-radius: 10px;
}

.list-signs > li .sign-card.has-bg {
  border: 1px solid #dedede;
  border-left: 4px solid #d81f2f;
  outline: none;
  min-height: 110px;
}

.list-signs > li .sign-card.has-bg:after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: -4px;
  right: -1px;
}

.list-signs > li .sign-card .sign-title {
	margin: 5px 0px;
	text-align: left;
	color: #353535;
	font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.list-signs > li .sign-card .sign-datetime {
  color: #6d6d6d;
  letter-spacing: -0.04em;
  font-size: 15px;
  font-weight: 300;
}

.list-signs > li .sign-card:hover {
  cursor: default;
}

.half-bg {
  position: relative;
  background: #fff;
}

.half-bg:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 50%;
  left: 0;
  top: 50%;
  background: #f5f5f5;
}

.collapse {
  border-top: 1px solid #23365d;
  margin: 0;
  padding: 0;
  list-style: none;
}

.collapse li {
  display: block;
  border-bottom: 1px solid #ececec;
}

.collapse li>a {
  display: block;
  height: 70px;
  line-height: 70px;
  position: relative;
  padding-left: 10px;
  color: #585858;
  font-size: 20px;
  letter-spacing: -0.06em;
}

.collapse li > a img {
  margin-right: 15px;
  opacity: 0.6;
  vertical-align: middle;
}

.collapse li > a:after {
  display: block;
  content: '';
  width: 21px;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  background-image: url(/common/images/common/collapse_down.png);
  background-repeat: no-repeat;
  background-position: center;
}

.collapse li .collapse-content {
  display: none;
  background: #fafafa;
  padding: 30px 35px;
  border: 1px solid #e1e1e1;
  border-bottom: 0px;
}

.collapse li.active {
  border-bottom-color: #23365d;
}

.collapse li.active > a {
  color: #23365d;
}

.collapse li.active > a img {
  opacity: 1;
}

.collapse li.active > a:after {
  background-image: url(/common/images/common/collapse_up.png);
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px;
}

body {
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;	
  line-height: 1.4;
  font-size: 1rem;
  padding-top: 0px;
}

body.frame-content {
  padding-top: 0px;
}

a, button {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;	
}

article header:after {
  display: table;
  content: '';
  clear: both;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
  font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}

h1 {
  font-size: 50px;
}

a {
  text-decoration: none;
}

#main_wrap {
	width:100%;
	min-width:1400px;
	position: relative;
	padding:  0 10px;
	margin:0 auto;
	/* left: 50%; */
	min-height: 770px;
	/* transform: translateX(-50%); */
}
.container-md {
  position: relative;
  margin: 0 auto;
  width: 1300px;
}

.main_header {
	width: 1585px !important;
	margin: 0 auto;
}
.container {
  position: relative;
  margin: 0 auto;
  min-width: 1515px;
  width: 96%;
}


#main_wrap #contents #main .container{
	min-width:initial;
}
#all-menu {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  border-top: 1px solid #e2e2e2;
  padding-top:  30px;
	padding-bottom: 20px;
	background: #fff;
	z-index: 101;
	width: 100%;
	transition: none;
}

.opened #all-menu {
  display: block;
}

.forced-opened #all-menu {
  display: block !important;
}

.menu-navigation {
  font-size: 0;
  margin: 0;
  background: #fff;
  height: auto;
  text-align: center;
  width: 850px;
}

.menu-navigation > li {
  display: inline-block;
  vertical-align: top;
}

.menu-navigation > li > a {
  display: none;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 24px;
  text-decoration: none;
  color: #1b1a1a;
}

#all-menu .menu-navigation {
  padding-bottom: 30px;
}

#all-menu .menu-navigation > li {
  width: 145px;
  border-left: 1px solid #e0e0e0;
}

#all-menu .menu-navigation > li > a {
  display: none;
}

#all-menu .menu-navigation > li > ul {
  display: block;
  text-align: left;
}

#all-menu .menu-navigation > li > ul > li {
  display: block;
  text-align: left;
  padding: 0 5px;
}

#all-menu .menu-navigation > li > ul > li + li {
  margin-top: 15px;
}

#all-menu .menu-navigation > li > ul > li > a {
  font-size: 14px;
  color: #454444;
  text-decoration: none;
  position: relative;
  font-weight: 600;
  display: inline-block;
  width: 130px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#all-menu .menu-navigation > li > ul > li:hover > a, #all-menu .menu-navigation > li > ul > li.active > a, #all-menu .menu-navigation > li > ul > li.opened > a {
  color: #de0303;/*#03a0de;*/
}

#all-menu .menu-navigation > li > ul > li.has-submenu > a:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  background-image: url(/common/images/common/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
}

.obo-list-div > ul > li.has-submenu > a:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  background-image: url(/common/images/common/icon_plus.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 8px;
  height: 8px;
}

#all-menu .menu-navigation > li > ul > li.has-submenu:hover > a:after {
  background-image: url(/common/images/common/icon_plus_hover.png);
}

#all-menu .menu-navigation > li > ul > li.has-submenu.opened > a:after {
  background-image: url(/common/images/common/icon_minus.png);
}

.obo-list-div > ul > li.has-submenu.opened > a:after {
  background-image: url(/common/images/common/icon_minus.png);
}

#all-menu .menu-navigation > li > ul > li.has-submenu > ul {
  display: none;
  padding-top: 15px;
}

#all-menu .menu-navigation > li > ul > li.has-submenu > ul > li {
  margin-bottom: 5px;
}

.obo-list-div > ul > li.has-submenu > ul > li > a {
	font-size: 13px;
	color: #454444;
	text-decoration: none;
	font-weight: 400;
}

#all-menu .menu-navigation > li > ul > li.has-submenu > ul > li > a {
  font-size: 12px;
  color: #454444;
  text-decoration: none;
}

#all-menu .menu-navigation > li > ul > li.has-submenu > ul > li > a:hover {
  color: #0274ba;
}

#all-menu .menu-navigation > li > ul > li.has-submenu > ul > li.opend > a {
  color: #0274ba;
}

#header .menu-navigation {
  float: left;
}

#header .menu-navigation > li > a {
  display: block;
  position: relative;
  width: 145px;
}

#header .menu-navigation > li > a:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  display: inline-block;
  height: 1px;
  color: #e60012;/*#0274ba;*/
  width: 100%;
  border-bottom: 3px solid;
  margin-top: 0;
  -webkit-transition: opacity .35s,-webkit-transform .35s;
  transition: opacity .35s,transform .35s;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

#header .menu-navigation > li.active > a:after, #header .menu-navigation > li.hover > a:after, #header .menu-navigation > li:hover > a:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#header .menu-navigation > li > ul {
  display: none;
}

#header {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.05); 
  box-shadow: 1px 2px 7px 0px rgba(0,0,0,0.05);
  background: #fff;
  z-index: 99;
}

#header .container:after {
  display: table;
  content: '';
  clear: both;
}

#header .logo {
  width: 210px;
	position: absolute;
	left: 0;
	display: block;
	float: left;
	margin: auto;
	cursor: pointer;
	height: 80px;
}

#header .logo > a {
  width: 225px;
  margin: 0 auto;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url(/common/images/common/logo.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}

#header .menu-info {
  float: left;
}

#header .menu-info:after {
  display: table;
  content: '';
  clear: both;
}

#header .menu-info li {
  float: left;
  display: table;
  position: relative;
  background: #fff;
}

#header .menu-info li + li:before {
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -7.5px;
  width: 1px;
  height: 15px;
  float: left;
  background: #e2e2e2;
  content: '';
}

#header .menu-right {
  float: right;
}

#header .menu-actions {
  float: left;
}

#header .menu-actions:after {
  display: table;
  content: '';
  clear: both;
}

#header .menu-actions > li {
  display: block;
  float: left;
}

#header .menu-actions > li button {
  width: 80px;
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  position: relative;
}

#header .menu-actions > li button:disabled, #header .menu-actions > li button.disabled {
  opacity: 0.65;
}

#header .menu-actions > li button:not([disabled]):not(.disabled) {
  cursor: pointer;
}

#header .menu-actions > li button:active, #header .menu-actions > li button:focus {
  outline: none;
}

#header .menu-actions > li button.btn-search {
  background: #f2f5f8;
  color: #c90d0c;/*#23365d;*/
  text-indent: -9999px;
}

#header .menu-actions > li button.btn-search:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  display: inline-block;
  content: '\f002';
  font-size: 28px;
  font-family: 'Font Awesome 5 Pro';
  text-indent: 0;
}

#header .menu-actions > li button.btn-search:hover {
  background: rgba(242, 245, 248, 0.8);
}

#header .menu-actions > li button.btn-toggle-menu {
  background: #c90d0c;/*#23365d;*/
  color: #fff;
  text-indent: -9999px;
}

#header .menu-actions > li button.btn-toggle-menu:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -14px;
  margin-left: -14px;
  display: inline-block;
  content: '\f0c9';
  font-size: 28px;
  font-family: 'Font Awesome 5 Pro';
  text-indent: 0;
}

#header .menu-actions > li button.btn-toggle-menu:hover {
  background: #e60012;/*#0274ba;*/
}

#header .menu-search {
  display: none;
  position: absolute;
  right: 0px;
  width: 150px;
  top: 55px;
}

#header .menu-search .btn-search-submit {
  position: absolute;
  right: 15px;
  top: 0px;
  height: 100%;
  width: 15px;
  background: transparent;
  border: 0px;
  padding: 0px;
  text-indent: -9999px;
}

#header .menu-search .btn-search-submit:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  display: inline-block;
  content: '\f002';
  font-family: 'Font Awesome 5 Pro';
  text-indent: 0;
}

#header .menu-search .form-control {
  padding-right: 35px;
}

#header .menu-search .form-control:focus + .btn-search-submit:after {
  color: #23365d;
}

#footer {
	position: fixed;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	background: #fff;/*#6E829A*//*0419*/
	font-size:0.935em;
	width: 100%;
	height: 38px;
	z-index: 1;
	bottom: 0;
	margin-bottom: 0;
}

#sub_footer {
	position: fixed;
	background: #6E829A;
	width: 100%;
	padding-top: 0px;
	height: 26px;
	z-index: 1;
	bottom: 0;
	margin-bottom: 0;
}
.timer {
	width: 100%;
	min-width:1400px;
	margin: 2px auto;
	text-align: right;
	/* padding-right: 10px; */
}

.timer h6 {
	position: relative;
	color: #999;
	font-size: 12px;
	display: inline-block;
	line-height: 38px;
	padding-right: 30px;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	
}
/* 
.timer h6:before {
	position: absolute;
	content: "";
	width: 1px;
	height:15px;
	background: #e2e2e2;
	right: 20px;
	top: 12px;
} */

.sub_timer {
	width: 95%;
	margin: 0 auto;
	text-align: right;
}

.sub_timer, .timer span {
	color: #555;
	font-size: 12px;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight: bold;
	line-height: 24px;
	padding-right: 40px;
}

.timer a {
	display: inline-block;
}

.timer img {
	padding: 0 5px;
	margin-top: -2px;
}

.f_menu {
	max-width: 1550px;
	height: 30px;
	margin: 0 auto;
}

.f_menu {
	position: relative;
	top: 2px;
	right: 0px
}

.f_menu  li a {
	float: left;
	margin-right: 40px;
	font-size: 12px;
	color: #111;
	line-height: 3.0;
	/*font-weight: 400;*/
}

.f_menu  li+li a:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 10px;
	top: 15px;
	margin-left: -17px;
	background: #e2e2e2;
}

#footer .copyright {
  text-align: center;
  font-family: 'NanumSquare';
  font-size: 16px;
  color: #b6b6b6;
  padding: 40px 0px;
}

#main .main-slide-wrapper {
  padding: 45px;
  background: #e7e7e7;
}

#main .main-slide-wrapper #main-slide .swiper-slide a {
  display: block;
}

#main .main-slide-wrapper #main-slide .swiper-pagination {
  bottom: 20%;
  width: auto;
  left: 10%;
}

#main .main-slide-wrapper #main-slide .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 14px;
  height: 14px;
  background: #fff;
  border: 5px solid #ced4d9;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main .main-slide-wrapper #main-slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #17181a;
  border-color: #17181a;
}

/*
#main .main-user-info {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-left: 1px solid #ececec;
  border-right: 1px solid #ececec;
}
*/
.container div h2 {
	font-size: 16px;
	color: #222;
	text-align: left;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	padding: 0 28px;
	letter-spacing: -0.06em;
}

#confirm {
	display: table;
	width: 100%;
	/* 2020.11.23 ?占쎌쭊 : ibsheet???占쎈떒占�??占쎈옒?占�??占쎈Ⅸ履쎌뿉 踰꾪듉 怨듦컙???占쎄꺼 以묒븰 諛⑺뼢?占쎈줈 ?占쎌튂?? 
	min-width: 320px; 
	height: 150px;
	*/
}

#confirm li {
	display: table-cell;
	vertical-align: top;
	padding: 20px;
}

#confirm li dl dt {
	position: relative;
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #405579;
	margin-bottom: 10px;
}

#confirm li dl dt strong {
	display: table-caption;
	vertical-align: middle;
	text-align: left;
	font-size: 16px;
	color: #3c3c3c;
	line-height: 35px;
	padding-left: 32px;
	font-weight: bold;
}

#confirm li dl dt:before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 25px;
	height: 20px;
	background: url(/common/images/common/ico_confirm.png) no-repeat;
}

#confirm li dl dt span {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	font-size: 20px;
}

#confirm li dl dd {
	display: table;
	table-layout: fixed;
	margin: 0 auto;
	width: 96%;
	height: 50px;
}

#confirm li dl dd strong {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
	color: #808080;
	padding-left: 32px;
	font-weight: bold;
}

#confirm li dl dd span {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
	padding-right: 30px
}

#confirm li dl dd:nth-child(2) {
	border-bottom: 1px solid #ddd;
	height: 50px;
}

/* MAIN-quick */
.quick {
	position: fixed;
	width: 100px;
	right: 45px;
	top: 150px;
	z-index: 100;
}

.quick h2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 50px;
	font-weight: 400;
	background: #6e829a;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	font-size: 22px;
	color: #fff;
	line-height: 1.2;
	box-shadow: 0px 0px 10px 0px #bababa;
}

.quick h2 p {
	margin-top: 13px;
	font-size: 10px;
	color: #fff;
}

.quick ul {
	background: #6e829a;
	box-shadow: 0 0 10px #a0a0a0;
}

.quick ul li {
	display: table;
	height: 70px;
	position: relative;
	background: #fff;
	width: 96px;
	margin-left: 2px;
}

.quick ul li:before {
	position: absolute;
	bottom: 0px;
	left: 7px;
	content: "";
	width: 80px;
	background: #dde2ea;
	height: 1px;
}

.quick ul li:first-child {
	border-top-left-radius: 5px;
	border-top-right-radius: 5px
}

.quick ul li:last-child {
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px
}

.quick ul li span {
	display: inline-block
}

.quick ul li a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 1.6;
	color: #444;
	font-weight: bold;
}

.quick ul li p {
	margin-top: 3px;
	color: #40515d;
}

.quick>ul>span.chat {
	width: 100px;
	position: relative
}

.quick>ul>span.chat:before {
	position: absolute;
	top: 23px;
	left: 30px;
	content: "";
	width: 45px;
	height: 42px;
	background: url("/common/images/common/img_chat.png") no-repeat 0 0;
	z-index: 1;
	cursor: pointer;
}

#chatbot_icon {
	position: absolute;
	top: 23px;
	left: 1209px;
	content: "";
	width: 45px;
	height: 42px;
	background: url("/common/images/common/img_chat.png") no-repeat 0 0;
	z-index: 1;
	cursor: pointer;
	background-color: #098fe1;
}

.quick>ul>span.chat a {
	font-size: 12px;
	background: #415d81;
	color: #fff;
	height: 60px;
	display: block;
	line-height: 20px;
	text-align: center;
	width: 90px;
	margin: 5px auto 0;
	border-radius: 5px;
}

.quick>span {
	position: relative;
	line-height: 25px;
	height: 50px;
	font-weight: 600;
	background: #6e829a;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 14px;
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 100px;
	box-shadow: 0 10px 10px #bababa;
}

.quick>span>a {
	display: block;
	text-align: center;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}

.quick_close {
	position: fixed;
	width: 100px;
	right: 45px;
	top: 150px;
	z-index: 101;
}

.quick_close h2 {
	padding-top: 15px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 100px;
	height: 60px;
	font-weight: 400;
	background: #6e829a;
	border-top-left-radius: 80px;
	border-top-right-radius: 80px;
	font-size: 22px;
	color: #fff;
	line-height: 1.2;
	box-shadow: 0px 0px 10px 0px #bababa;
}

.quick_close h2 p {
	margin-top: 0px;
	font-size: 14px;
	color: #fff;
}

.quick_close>span {
	position: relative;
	height: 50px;
	font-weight: 600;
	background: #6e829a;
	border-bottom-left-radius: 50px;
	border-bottom-right-radius: 50px;
	font-size: 14px;
	display: inline-block;
	color: #fff;
	text-align: center;
	width: 100px;
	box-shadow: 0 10px 10px #bababa;
}

.quick_close>span img {
	transform: rotate(180deg);
}

.quick_close>span>a {
	display: block;
	text-align: center;
	left: 50%;
	line-height: 30px;
	position: relative;
	transform: translateX(-50%);
}

.h5-title-box {
    text-align: left;
    color: #222;
    position: relative;
    letter-spacing: -0.06em;
    font-family:"open sans", "Meiryo","Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
    vertical-align: middle;
    padding-top:2px;
    /* margin: 0px 0 3px 0; */
    height:32px;
}

/* 釉붾┸???占쎌쓣 寃쎌슦 */
/*
.h5-title-box:before {
  float: left;
  vertical-align: middle;
  content: '';
  display: inline-block;
  width: 22px;
  height: 38px;
  line-height: 38px;
  margin-right: 5px;
  background-image: url(/common/images/common/icon-circle-right.png);
  background-repeat: no-repeat;
  background-position: center;
}
*/

.h5-title-box:after {
	display: table;
	content: '';
	clear: both;
}

.h5-title-box>label {
	vertical-align: middle;
	font-size: 14px;
	font-weight:bold;
	color:inherit;
	line-height: 29px;
	margin-right: 10px;
	padding-left: 1px; /*padding-left: 23px; 釉붾┸???占쎌쓣 寃쎌슦*/
}

.subtitle{
	float:left;
	position: relative;
    top: 2px;
	font-size: 12px !important;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight: bold;
    letter-spacing: -0.06em;
	color:#d81f2f;
}

.subtitle2{
	float:right;
	position: relative;
	top: 10px;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-size: 12px !important;
	font-weight:normal;
	color:#777;
	padding-right: 5px;
}

#elaCommentDiv {
	border: 1px solid #e2e2e2;
	width: 500px;
	padding: 10px 15px;
	color:#666;
	font-size:12px;
	line-height:22px;
	vertical-align: middle;
	position: absolute;
	top: 30px; 
	display: none;
	z-index: 9999;
	background: #fff;	
	border-radius:5px;
}

#elaCommentDiv:after{
	display:block;
	content:'';
	width:13px;
	height:7px;
	position:absolute;
	left:22px;
	top:-7px;
	background:url('/common/images/common/arrow_top.png') no-repeat 0 0;
}



#commentBtn {
	display: inline-block;
	padding: 3px 3px 3px 18px;
	font-size: 0.935em;	
	font-weight:bold;
	color: #a73c3d;				    		    
    position: relative;
    left: -4px;
    top: 2px;
    background:url(/common/images/common/exclamation-small.png) no-repeat 0 50%;
}
#commentBtn:hover {
	cursor: pointer;
}


.alert_text { 
	font-size: 12px; 
	position: relative; 
	top: 7px; 
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	color: #a73c3d; 
}
#hideEmpId {
  display: none;
}

.h5-grid-box {
	border: 0px solid #e3e3e3;
	border-top: 1px solid #c9c9c9;
	padding: 0px;
	margin: 0 0px 20px 0;
	width: 100%;
	table-layout: fixed;
}

.h5-grid-box #emp_image {
  width: 150px;
  display: table-cell;
  vertical-align: middle;
  border-top: 0px;
  border-left: 0px;
  border-bottom: 0px;
}

.h5-grid-box table {
  width: 100%;
}

.h5-grid-box table tr:first-child .h5-header-column, .h5-grid-box table tr:first-child td {
 /* border-top: 1px solid #e3e3e3;*/
}

.h5-grid-box table tr td:last-child {
    border-right: 1px solid #fff;
}
.h5-grid-box table tr td:first-child {
    border-right: none;
}
.h5-grid-box table tr:first-child td:first-child {
    border-bottom: 1px solid #ededed !important;/*#e3e3e3*//*20210421*/
}

.h5-grid-box table tr td:first-child {
    border-left: none;
}

.h5-grid-box table .h5-header-column, .h5-grid-box table td {
    text-align: left;
    font-size: 13px;
    letter-spacing: -0.06em;
    border-bottom: 1px solid #ededed;
    background: #fff;
    color: #666;
    width: 340px;
    padding: 2px 5px;
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
}

.h5-grid-box table .h5-header-column{
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
    font-weight:bold;
}
    
.h5-grid-box table .h5-header-column input[type=text], .h5-grid-box table .h5-header-column select,
.h5-grid-box table td input[type=text], .h5-grid-box table td select {
  width: 100%;
  font-size: 13px;
  color: #454545;
  background: transparent;
  padding: 2px 4px 2px 4px;
  height: 24px;
  border: 1px solid #bdbdbd;
  border-radius: 3px;
  opacity: 0.75;
}

.h5-grid-box table .h5-header-column input[type=text].h5-input-disabled,
.h5-grid-box table .h5-header-column select.h5-input-disabled,
.h5-grid-box table td input[type=text].h5-input-disabled,.h5-grid-box table td select.h5-input-disabled {
    border: 0px;
}

.h5-input-disabled {
    background: #EFEFEF !important;
    border: 1px solid #ddd !important;
    opacity: 0.75;
    color: #454545;
    padding: 2px 0;
}

.h5-grid-box table .h5-header-column .ui-datepicker-trigger,
.h5-grid-box table td .ui-datepicker-trigger {
  margin-left: 5px;
}

/* IE 10, 11???占쎌씠?占쎈툕 ?占쎌궡???占쎄린占�?*/
.h5-grid-box table .h5-header-column select::-ms-expand , .h5-grid-box table td select::-ms-expand{
    display: none;
}

.h5-grid-box table .h5-header-column select, .h5-grid-box table td select {
    height: 26px;
    width: auto;
    padding-right: 20px;
    -webkit-appearance: none;  /* ?占쎌씠?占쎈툕 ?占쏀삎 媛먯텛占�?*/
    -moz-appearance: none;
    appearance: none;
    padding-left:4px;
    padding-right:20px;
    background: url('/common/images/common/select-btn-downarrow.png') no-repeat right 50% ; /* ?占쎌씠?占쎈툕 ?占쎌궡?占쏙옙? 而ㅼ뒪?占�??占쎌궡??*/
}

.h5-grid-box table .h5-header-column select:disabled, .h5-grid-box table td select:disabled{
    border-color:#ddd;
    background: #efefef url('/common/images/common/select-btn-downarrow_disabled.png') no-repeat right 50%;
    opacity: 1;
}
.h5-grid-box table .h5-header-column {
    background: #f9f9f9; 
    color: #666;
    width: 115px;
    padding: 8px 4px;
}

.h5-search-box {
    border: 1px solid #c9c9c9;
    -webkit-display: flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    border-radius: 4px;
    margin-top: 10px;
}

.h5-search-box .h5-search-condition-box {
  -webkit-flex: 1;
  flex: 1;
}

.h5-search-box .h5-search-condition-box table {
  width: auto;
  border-collapse: inherit;
  border-spacing: 5px 0px;
}

#issueImg {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  width: 22px;
  height: 22px;
  font-size: 0;
  vertical-align: middle;
  background: transparent;
  background-image: url(/common/images/common/icon_issue.png);
  background-repeat: no-repeat;
  background-size: 80%;
  border: 0px;
  margin-top:3px;
  padding: 0px;
}

#issueImg:disabled, #issueImg.disabled {
  opacity: 0.65;
}

#issueImg:not([disabled]):not(.disabled) {
  cursor: pointer;
}

#empSearchBtn01 input[type=button] {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  width: 27px;
  height: 25px;
  background: #fff;
  padding: 2px;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-image: url(/common/images/common/icon_search.png);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  vertical-align: sub;
}

#empSearchBtn01 input[type=button]:disabled, #empSearchBtn01 input[type=button].disabled {
  opacity: 0.75;
}

#empSearchBtn01 input[type=button]:not([disabled]):not(.disabled) {
  cursor: pointer;
}

#emp_img_div{
	width: 110px !important; /*(25mm X 30mm)*/
	height:132px;
    text-align: center;
    border-radius: 8px;
    background: #e9e3e0;
    overflow-x: hidden;
    /*border: 0px solid lightgray;*/
    padding: 0px;
    margin: 0 auto;
    overflow:hidden;
}
#emp_img_div #img_data {
  margin: auto;
  display: block;
  width:110px;
  /*height:auto;*/
  height:100%;
}


.h5-target-create-icon {
  display: inline-block;
}

.h5-target-create-icon {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  /*width: 130px;
  height: 40px;
  line-height: 40px;*/
  border-radius: 5px;
  color: #323232;
  border: 1px solid #dedede;
  padding: 0px;
  text-align: center;
  background: #fff;
  margin: 0 auto;
  font-size: 14px;
  letter-spacing: -0.06em;
  position: relative;
  /*background-image: url(/common/images/common/icon_camera.png);*/
  background-position: 14px center;
  background-repeat: no-repeat;
  padding-left: 35px;
}

.h5-target-create-icon:disabled, .h5-target-create-icon.disabled {
  opacity: 0.65;
}

.h5-target-create-icon:not([disabled]):not(.disabled) {
  cursor: pointer;
}

.ui-icon-print {
  display: inline-block;
}

.ui-icon-print {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    white-space: nowrap;
    user-select: none;
    text-decoration: none;
    outline: 0;
    vertical-align: middle;
    /*   width: 180px;
  height: 40px;
  line-height: 40px; */
    background: #fff;
    /*   background-image: url(/common/images/common/bg_print.png); */
    background-position: 10px center;
    background-repeat: no-repeat;
    border: 1px solid #cecece;
    padding-left: 52px;
    border-radius: 5px;
}

.ui-icon-print:disabled, .ui-icon-print.disabled {
  opacity: 0.75;
}

.ui-icon-print:not([disabled]):not(.disabled) {
  cursor: pointer;
}

#referPart table, #referDocPart table {
  width: 100%;
}

/*#referPart .h5-header-column {
  width: 20px;
  background: #23365d;
  color: #fff;
  font-size: 14px;
  height: 35px;
  vertical-align: middle;
  padding: 0 8px;
}*/

#referPart .h5-header-column, #referDocPart .h5-header-column {
    width: 35px;
    background: #f1f1f1;
    color: #777;
    font-size: 12px;
    letter-spacing: -0.06em;
    height: 33px;
    vertical-align: middle;
    padding: 0 10px;
}

#referPart td, #referDocPart td {
    padding: 0 15px;
    background: #fff;
    border: 1px solid #e0e0e0 !important;
    height: 33px;
    vertical-align: middle;
}

.personal-manage {
  background: #efefef;
}

.personal-manage-myinfo {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px dashed #e2e2e2;
}

.personal-manage-myinfo .profile {
  width: 130px;
  height: 130px;
}

.personal-manage-myinfo .profile img {
  width: 130px;
  height: 130px;
  display: block;
  border-radius: 100%;
}

.personal-manage-myinfo .info {
  -webkit-display: flex;
  display: flex;
  justify-content: start;
  align-items: left;
  flex-direction: column;
  margin-left: 40px;
}

.personal-manage-myinfo .info .title {
  font-size: 20px;
  color: #646464;
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 1em;
  margin-bottom: 15px;
}

.personal-manage-myinfo .info .title strong {
  color: #232323;
}

.personal-manage-myinfo .info .alim {
  color: #232323;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.06em;
}

.personal-manage-myinfo .info .alim strong {
  font-weight: bold;
}

.flashback-help {
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #eeeeee;
}

.flashback-help .bar {
  width: 29px;
  height: 2px;
  background: #2bb0e4;
  display: block;
}

.flashback-help .help-title {
  color: #3a3a3a;
  font-size: 22px;
  letter-spacing: -0.06em;
}

.perfomance-step {
  position: absolute;
  width: 1070px;
  top: -90px;
  left: 50%;
  margin-left: -535px;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.perfomance-step > li.divider {
  width: 27px;
  height: 27px;
  background: transparent;
  border: 0px;
  background-image: url(/common/images/performance/pf_grade_divider.png);
  background-size: 27px 27px;
  background-position: center;
  display: block;
  margin: 0px 10px;
}

.perfomance-step > li {
  position: relative;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 176px;
  height: 176px;
  border-radius: 100%;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.perfomance-step > li img {
  margin-bottom: 20px;
}

.perfomance-step > li figcaption {
  position: absolute;
  bottom: 40px;
  left: 0px;
  text-align: center;
  width: 100%;
  color: #232323;
  font-size: 18px;
  letter-spacing: -0.04em;
}

.perfomance-step > li.active {
  background: #2bb0e4;
  border-color: #2bb0e4;
}

.perfomance-step > li.active figcaption {
  color: #fff;
}

.perf-title {
  color: #3e3e3e;
  font-size: 26px;
  letter-spacing: -0.06em;
  line-height: 1em;
  font-weight: bold;
}

.perf-desc {
  color: #7a7979;
  font-size: 16px;
  letter-spacing: -0.06em;
  line-height: 24px;
}

.perf-bg {
  position: absolute;
  bottom: 44px;
  right: 61px;
}

.chart-legend {
  width: 225px;
  padding: 30px;
  border: 1px solid #e0e0e0;
}

.chart-legend li {
  display: block;
  padding: 10px 0px;
  color: #575757;
  font-size: 15px;
  letter-spacing: -0.06em;
}

.chart-legend li + li {
  border-top: 1px dashed #e0e0e0;
}

.approval-more-actions a, .approval-more-actions button {
  display: block;
  height: 60px;
  line-height: 60px;
}

.approval-more-actions .plus, .approval-more-actions .next,
.approval-more-actions .prev {
  width: 60px;
  text-align: center;
  border-left: #f0f0f0 1px solid;
  border-bottom: #fff 1px solid;
  color: #b6b6b6;
  background: #fff;
  border-top: 0px;
}

.approval-more-actions .plus:hover, .approval-more-actions .plus:active,
 .approval-more-actions .plus:focus, .approval-more-actions .next:hover,
.approval-more-actions .next:active, .approval-more-actions .next:focus,
.approval-more-actions .prev:hover, .approval-more-actions .prev:active,
.approval-more-actions .prev:focus {
  outline: none;
  background: #23365d;
  color: #fff;
}

.approval-more-actions .plus {
  border: 0px;
}

.approval-box {
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  height: 170px;
  background: #fff;
  border: 1px solid #e8e8e8;
  flex: 1;
  -webkit-flex: 1;
  justify-content: center;
  align-items: start;
  padding: 50px 45px;
  position: relative;
}

.approval-box + .approval-box {
  border-left: 0px;
}

.approval-box .approval-box-title {
  color: #373636;
  font-size: 20px;
  letter-spacing: -0.06em;
  margin-bottom: 20px;
}

.approval-box .approval-box-bg {
  position: absolute;
  bottom: 50px;
  right: 45px;
}

.hrd-box {
  -webkit-flex: 1;
  flex: 1;
  border: 1px solid #e0e0e0;
  background: #fff;
  padding: 30px;
  position: relative;
}

.hrd-box:after {
  content: '';
  position: absolute;
  height: 5px;
  bottom: -5px;
  display: block;
  background: #e9e9e9;
  left: -1px;
  right: -1px;
}

.hrd-box.hrd-box {
  margin-left: 15px;
}

.chart-education-legend {
  position: absolute;
  right: 20px;
  top: 15px;
  border: 1px solid #ededed;
  background: #fff;
  padding: 15px;
}

.chart-education-legend span {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.allowance-list {
  list-style: none;
  -webkit-display: flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
 
.allowance-list>li {
	display: block;
	border: 1px solid #e0e0e0;
	position: relative;
	background: #fff;
	height: 220px;
	flex: 1;
	-webkit-flex: 1;
}

.allowance-list > li .year {
  position: absolute;
  top: 50px;
  left: 35px;
  width: auto;
  display: block;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #000000;
  line-height: 1em;
  font-size: 15px;
  font-weight: 300;
}

.allowance-list>li .year:after {
	position: absolute;
	top: 8px;
	left: 40px;
	display: block;
	width: 30px;
	height: 1px;
	content: '';
	background: #000;
}

.allowance-list > li .date {
  position: absolute;
  top: 35px;
  left: 65px;
  color: #3f3f3f;
  font-size: 38px;
  letter-spacing: -0.06em;
  line-height: 1em;
}

.allowance-list>li .type {
	position: absolute;
	top: 145px;
	left: 35px;
	width: auto;
	display: block;
	color: #000;
	font-size: 26px;
	letter-spacing: -0.06em;
}

.allowance-list > li .view-more {
  position: absolute;
  top: -1px;
  right: -1px;
  display: block;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  background: #23365d;
  font-size: 21px;
}

.allowance-list > li:after {
  content: '';
  position: absolute;
  height: 5px;
  bottom: -5px;
  display: block;
  background: #e9e9e9;
  left: -1px;
  right: -1px;
}

.allowance-list > li + li {
  margin-left: 17px;
}

.login .header {
  width: 100%;
  border-bottom: 1px solid #e9e9e9;
}

.login .header a {
  display: block;
}

.login .header a img {
  display: block;
  margin: 0 auto;
}

.login .login-box {
  display: block;
  width: 596px;
  background: #fff;
  border: 1px solid #c4c4c4;
	border-radius: 12px;
	position: relative;
	padding: 45px 100px 85px 100px;
	margin: 0 auto;
	top: 50%;
	transform: translateY(-50%);
}

.login .login-title {
  font-size: 42px;
  color: #252525;
  letter-spacing: -0.04em;
  text-align: center;
  line-height: 42px;
}

.login .login-desc {
  color: #4f4f4f;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  letter-spacing: -0.04em;
  padding: 18px 0;
}

.login .input {
  display: block;
  width: 100%;
  border: 1px solid #bebebe;
  height: 46px;
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif; 
  line-height: 46px;
  color: #666;
  font-size: 15px;
  padding: 0px 10px;
  outline: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.login .input1 {
  display: block;
  width: 100%;
  border: 0px;
  border-radius:4px;
  height: 46px;
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif; 
  line-height: 46px;
  color: #666;
  font-size: 15px;
  padding: 0px 10px;
  outline: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.login .input + .input {
  margin-top: 5px;
}

.login .input:active, .login .input:focus {
  border-color: #23365d;
}

input[type=button] {
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
  letter-spacing: -0.06em;
  padding-top:1px;	
}

.ui-tabs .ui-tabs-nav {
  -webkit-display: flex;
  display: inline-block;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
}

.ui-tabs .ui-tabs-nav > .ui-tabs-tab {
  float: left;
  display: block;
  -webkit-flex: 1;
  flex: 1;
  height: auto;
}

.ui-tabs .ui-tabs-nav > .ui-tabs-tab + .ui-tabs-tab {
  /*margin-left: -1px;*/
}

/* tab ui */

.ui-tabs .ui-tabs-nav > .ui-tabs-tab .ui-tabs-anchor {
  padding: 0;
  float: none;
  display: block;
  font-size: 14px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  color: #888;
  /*border: 1px solid #23365d !important;
  border-bottom: 0px !important;*/
  outline: none;
}

.ui-tabs .ui-tabs-nav > .ui-tabs-tab .ui-tabs-anchor:hover {
  color:#333;
}

.ui-tabs .ui-tabs-nav>.ui-tabs-tab.ui-tabs-active.ui-tabs-selected .ui-tabs-anchor{
    font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
    font-weight:bold;
}

.ui-tabs .ui-tabs-nav > .ui-tabs-tab.ui-tabs-active .ui-tabs-anchor {
  background: #fff;
  color: #d81f2f;
  border-radius: 6px 6px 0 0;
  border-top: 1px solid #999!important;
  border-left: 1px solid #999!important;
  border-right: 1px solid #999!important;
  border-bottom: 1px solid #fff!important;
  cursor: pointer;
}

.ui-dialog {
    background-image: none;
    background: #fff;
    padding: 0 !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 12px !important;
    border-bottom-right-radius: 12px !important;    
}

.ui-dialog .ui-dialog-titlebar {
    background: #fff;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.ui-dialog .ui-dialog-title {
  margin: 0;
  color: #000;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: -0.04em;
  font-family: 'Noto Sans KR', sans-serif;
  height: 38px;
  line-height: 32px;
}

.ui-dialog .ui-dialog-titlebar-close {
	position:absolute;
	top:15px;
	right: 15px;
	width: 24px;
	height: 24px;
	background: #fff url(/common/images/common/icon_close.png)50% 50%;
	opacity:.5;
	color: transparent;
	font-size: 14px;
	text-indent: 0;
	background-repeat: no-repeat;
	/*border-radius: 2px !important;*/
	border:none;
	outline: none;
	float: right;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
	color: transparent;
	background: #fff url(/common/images/common/icon_close.png)50% 50%;
	opacity:1;
	border:none;
	background-repeat: no-repeat;
	outline: none;
}


.ui-dialog .ui-dialog-titlebar-close .ui-button-icon {
  display: none;
}

.ui-widget-overlay {
  position: fixed;
}

.ui-datepicker .ui-datepicker-prev {
	left: 13px;
	background: url("/common/images/jquery-ui/btn_cal_prev.png") no-repeat;
	opacity:0.5;
	cursor: pointer;;
}
.ui-datepicker .ui-datepicker-prev:hover {
	background: url("/common/images/jquery-ui/btn_cal_prev_hover.png") no-repeat;
	opacity:1;
}

.ui-datepicker .ui-datepicker-next {
	right: 13px;
	background: url("/common/images/jquery-ui/btn_cal_next.png") no-repeat;/*/common/images/common/d_right.gif*/
	opacity:0.5;
	cursor: pointer;
}

.ui-datepicker .ui-datepicker-next:hover {
	background: url("/common/images/jquery-ui/btn_cal_next_hover.png") no-repeat;/*/common/images/common/d_right.gif*/
	opacity:1;
}

/****************** 2018.07.12 ?占쎈Ц?? ******************/
.ui-icon {
  display: none;
}

/*** 湲곕낯 踰꾪듉 ?占쏙옙???***/
.ui-icon-search:not(.input_btn_no_value), .ui-icon-check, .ui-icon-disk, .ui-icon-document, 
.ui-icon-trash, .ui-icon-plus, .ui-icon-minus, .ui-icon-arrowrefresh-1-w, .ui-icon-zoomin, 
.ui-icon-zoomout, .btn-primary-blue, .ui-icon-close2, .ui-icon-copy, .upload, 
.ui-icon-newwin, .h5-copy-icon, .h5-back-icon,.ui-icon-gear, 
.ui-icon-popup_close, .h5-modify-icon, .null, .h5-submit-icon, .ui-icon-person,
.ui-icon-comment, .h5-create-icon, .ui-icon-carat-1-e ,.h5-root-tree-icon, 
.h5-target-create-icons, .ui-icon-print-noneimg, .h5-add-icon, .ui-btn-default,
.h5-target-calcul-icon, .ui-icon-arrow-4, .ui-icon-pencil, .h5-eval-icon, 
.ui-icon-close2 , .ui-icon-arrowrefresh-2-w, .ui-icon-cancel, .ui-icon-arrowrefresh-1-w,
.ui-icon-info, .download, .h5-preview-icon, .h5-calc-icon, .ui-icon-mail-closed,
.h5-upload-icon, .ui-icon-extlink, .h5-upload-icon-long, .ui-icon-prints,
.h5-target-create-icon, .ui-icon-print
{
	display: inline-block;
	padding: 0 9px;
	font-size: 12px;
	font-weight:bold;
	height: 26px;
	line-height:24px;
	padding-top: 0.5px;
	min-width: 75px;
	border:1px solid #d9d9d9;
	border-radius: 4px;
	background: #fff;
	color: #777;
	cursor: pointer;
	transition: all 0.2s;
}
.ui-icon-search:hover:not(.input_btn_no_value), .ui-icon-check:hover, .ui-icon-disk:hover, 
.ui-icon-document:hover, .ui-icon-trash:hover, .ui-icon-plus:hover, .ui-icon-minus:hover, 
.ui-icon-arrowrefresh-1-w:hover, .ui-icon-zoomin:hover, .ui-icon-zoomout:hover, 
.btn-primary-blue:hover, .ui-icon-copy:hover, .upload:hover,
.h5-copy-icon:hover, .h5-back-icon:hover, .ui-icon-newwin:hover, .ui-icon-gear:hover,
.ui-icon-popup_close:hover, .h5-modify-icon:hover, .null:hover, .h5-submit-icon:hover, 
.ui-icon-person:hover, .ui-icon-comment:hover, .h5-create-icon:hover, .ui-icon-carat-1-e:hover, 
.h5-root-tree-icon:hover, .h5-target-create-icons:hover, .ui-icon-print-noneimg:hover,
.h5-add-icon:hover, .ui-btn-default:hover, .h5-target-calcul-icon:hover, .ui-icon-mail-closed:hover, 
.ui-icon-arrow-4:hover, .ui-icon-pencil:hover, .h5-eval-icon:hover, 
.ui-icon-close2:hover, .ui-icon-arrowrefresh-2-w:hover, .ui-icon-cancel:hover, .ui-icon-info:hover, 
.ui-icon-arrowrefresh-1-w:hover, .download:hover, .upload:hover, .h5-preview-icon:hover, .h5-calc-icon:hover,
.ui-icon-mail-closed:hover, .h5-upload-icon:hover, .ui-icon-extlink:hover, .h5-upload-icon-long:hover, .ui-icon-prints:hover,
.h5-target-create-icon:hover, .ui-icon-print:hover
{
	outline: 0;
	cursor: pointer;
	color: #222;
	border-color: #efbaba;
	background: #f9f0e9;	
}

/***action-center-box***/
.h5-action-center-box{
	display:block;
	margin:0 auto;
	padding:1px 0;
	text-align: center;	
}

.h5-action-center-box span{
	color:#666;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-size: 12px ;
	letter-spacing: -0.06em;
	line-height:1em;
}
/*** action-box ?占쏙옙???***/
.h5-action-box {
	padding: 2px 0 0 5px;
	float: right;
}

.h5-close-button {
  width : 27px;
  height: 25px;
  background-image: url(/common/images/common/icon_clear.png);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
  vertical-align: middle;
  background-color: transparent;
  border : 1px solid #c9c9c9;
  cursor:pointer;
}

.h5-close-button2 {
	width: 20px;
	height: 20px;
	background-image: url(/common/images/common/icon_clear.png);
	background-position: center;	
	background-repeat: no-repeat;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #c9c9c9;
	cursor: pointer;
}
.h5-eraser-icon {
  width : 27px;
  height: 25px;
  background-image: url(/common/images/common/icon_clear.png);
  background-position: center;
  background-size: 13px 11px; /*15px 15px; 202105*/
  background-repeat: no-repeat;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #fff;
  cursor:pointer;
}

/*** �룍蹂닿린 踰꾪듉 ***/
.ui-icon-search:not(.input_btn):not(.h5-ie7-in-btn){
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  width: 27px;
  height: 25px;
  background: #fff;
  padding: 0;
  border: 1px solid #c9c9c9;
  border-radius: 4px;
  background-image: url(/common/images/common/icon_search.png);
  background-position: center;
  background-size: 15px 14px;
  background-repeat: no-repeat;
  /*   vertical-align: bottom; */
}

.ui-icon-search:not(.input_btn):disabled, .ui-icon-search:not(.input_btn).disabled {
  opacity: 0.65;
}

.ui-icon-search:not(.input_btn):not([disabled]):not(.disabled) {
  cursor: pointer;
}

/*** content box ***/
.h5-search-box {
  margin-bottom: 5px;
	padding-right: 5px;
}

#__tabDiv {
	margin-top: 10px !important;
	width:100%!important;
	height: 35px !important;
	border-top:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-radius:8px 8px 0 0 !important;
	border-bottom-left-radius: 0 !important;
	background:#f8f8f8;
	text-align:left;
}

#__tabDiv:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom:1px solid #999;
	/*height: 1px;
	background: #999;*/
}

#tabGroup1 {
	margin-top: 20px;
	margin: 0 auto;
	width: 100% !important;
	height: 35px !important;
	border-top:1px solid #f0f0f0;
	border-left:1px solid #f0f0f0;
	border-right:1px solid #f0f0f0;
	border-radius:8px 8px 0 0 !important;
	border-bottom-left-radius: 0 !important;
	background:#f8f8f8
}

#tabGroup1:before {
	position: absolute;
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	border-bottom:1px solid #999;
	/*height: 1px;
	background: #999;*/
}

#tabContainer {
	margin-top: 10px;
	width:calc(100% - 20px);
	margin:0 auto;	
}

#__container0_west, #__container1_west, #__container4_west{
	display:block !important;
	padding-right:20px;
	float:left;
}

#__container0_center, #__container1_center, #__container4_center{
	display:block !important;
	float:left;
}

#__container0_east, #__container4_east{
	display:block !important;
	padding-left:20px;
	float:right;
}

#__container6_north{
	display:block !important;
	padding-right:20px;
	float:left;
}

#__childObjectContainer{
	margin-left:0 !important;
}

/** layerpop�뿉�꽌�쓽 �뙆�씪泥⑤� �뼇履쎈꼫鍮� 留욎텛湲� **/

#__elaFileBox_01{
	width: calc(100% - 10px);
	padding-left:5px;
	height: 200px;
}
#__elaFileBox_title_01{
	padding-left:5px;
}

/** �씤�궗湲곕낯�궗�빆 媛곴컖 �솕硫� �젅�씠�븘�썐 諛곗튂 **/
#leftPane{position:realtive; width: calc(30% - 10px);  height:100%; float: left; display: none; margin-right: 0px }
#qbar{position:realtive; top:8px; width:0.5%; float:left; height:100%; border-left:1px solid #e2e2e2;}
#la2{ width:100%; float:left; height:100%; }
			
/*** tabcontainer ***/
li.left {
  width: 20px;
  height: 35px;
}

li.right {
  width: 20px;
  height: 35px;
}
.ui-tabs-anchor .cc ul li.left {
	/*border-right:1px solid #bdbdbd;*/
	background:url(/common/images/common/ui-tabs-tab_bar.png) no-repeat 0 0;
}

.ui-tabs-tab:first-child .ui-tabs-anchor .cc ul li.left{background:none;}

/*** �쟾�옄 寃곗옱 ***/
.h5-ela-action-box {
  text-align: center;
  margin-top: 20px;
}

.h5-ela-action-box button {
	width: auto !important;
	padding: 0px 9px;
	font-weight:bold;
	line-height:24px;
}

.h5-ela-comline-icon, .h5-ela-temsv-icon, .h5-ela-request-icon,
	.ui-icon-disk, .h5-ela-cancel-icon, .h5-ela-approve-icon,
	.h5-ela-return-icon, .h5-ela-repply-icon, .h5-ela-del-icon,
	.h5-ela-comment-icon, .h5-ela-agree-icon, .h5-ela-circular-icon,
	.h5-ela-peruse-icon, .h5-ela-conn-icon {
	display: inline-block;
	padding: 0 9px;
	font-size: 12px;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	height: 26px;
	line-height:24px;
	min-width: 75px;
	border:1px solid #d9d9d9 !important;
	border-radius: 4px;
	background: #fff;
	color: #777;
	border-style: none;
	transition: all 0.2s;
	}

.h5-ela-comline-icon:hover, .h5-ela-temsv-icon:hover, .ui-icon-disk:hover,
	.h5-ela-request-icon:hover, .h5-ela-cancel-icon:hover,
	.h5-ela-approve-icon:hover, .h5-ela-return-icon:hover,
	.h5-ela-repply-icon:hover, .h5-ela-del-icon:hover, .h5-ela-comment-icon:hover,
	.h5-ela-agree-icon:hover, .h5-ela-circular-icon:hover,
	.h5-ela-peruse-icon:hover, .h5-ela-conn-icon:hover {
	cursor: pointer;
	outline: 0;
	cursor: pointer;
	color:#222;
	border:1px solid #efbaba !important;
	background: #f9f0e9 !important;

}

#referPart.h5-grid-box, #referDocPart.h5-grid-box {
	padding: 10px;
	border: 0;
}

.hasDatepicker {
	width: 80px !important;
	/* line-height: 24px; */
	border: 1px solid #bdbdbd;
	border-radius: 3px;
	text-align: center;
}

input[type="checkbox"] {
  vertical-align: middle;
}

/*** refresh 踰꾪듉 ***/
.ui-icon-arrowrefresh-3-w {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  user-select: none;
  text-decoration: none;
  outline: 0;
  vertical-align: middle;
  width: 27px;
  height: 25px;
  background: #fff;
  padding: 0;
  border: 1px solid #c9c9c9;
  border-radius: 3px;
  background-image: url(/common/images/common/icon_refresh.png);
  background-position: center;
  background-size: 15px 15px;
  background-repeat: no-repeat;
vertical-align: bottom;
	cursor: pointer;
}

.ui-icon-arrowrefresh-1-w {
  cursor: pointer;
}

/****************** 2018.07.18 源��꽦�븘  ******************/
/* �궡�슜�긽�꽭蹂닿린 踰꾪듉 */
.btn_gride, .buttonInnerStyle3, .buttonInnerStyle4 {
	min-width: 50px;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	padding:0 5px;
	color:#666;
	line-height: 17px;
	font-family:"open sans", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif !important;	
	border: 1px solid #efbaba !important;
	border-radius: 4px;
	font-size: 12px;
	padding-top:1px !important;
	background: #fff!important;
	transition: all 0.2s;
	cursor:pointer;
}

.buttonInnerStyle3{
	position: relative;
}

button.buttonInnerStyle3 .label-icon-new{
	position: absolute;
	 width:14px;
	 height:14px;
	 background: url(/mbo/img/icon_new.png) no-repeat 0 0; 
	 right:-5px; 
	 top:-4px;
}

.btn_gride.gray{
	height: 23px;
	height: 24px\0/IE9;/*IE9*/
	border: 1px solid #d2d2d2 !important;
	color:#666;	
	padding:2px 5px;
}

.btn_gride.gray:hover{	
	color:#222;
}

.btn_test {
	padding: 0;
	width: 75px;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	line-height: 17px;
	border: 1px solid #efbaba;
	border-radius: 4px;
	font-size: 1em;
	background: #fff url(/common/images/common/ico_test.png) no-repeat
		5px 1px;
	color: #fff;
	transition: all 0.2s;
}

.btn_test:hover {
	outline: 0;
	cursor: pointer;
	border-color: #efbaba;
	background: #f9f0e9 url(/common/images/common/ico_test.png) no-repeat
		5px 1px;
}

.btn_write {
	padding: 0;
	width: 75px;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	line-height: 17px;
	border: 1px solid #efbaba;
	border-radius: 4px;
	font-size: 1em;
	background: #fff url(/common/images/common/ico_pen.png) no-repeat
		10px 0px;
	color: #fff;
	transition: all 0.2s;
}

.btn_write:hover {
	outline: 0;
	cursor: pointer;
	border-color: #efbaba;
	background: #f9f0e9 url(/common/images/common/ico_pen.png) no-repeat
		10px 0px;
}

.btn_pee01 {
	padding: 0 0 0px 25px;
	width: 45px;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	line-height: 17px;
	border: 1px solid #1d64bb;
	text-align: left;
	border-radius: 3px;
	font-size: 12px;
	background: #0274ba url(/common/images/common/ico_pee01.png) no-repeat
		5px 1px;
	color: #fff;
	transition: all 0.2s;
}

.btn_pee01:hover {
	outline: 0;
	cursor: pointer;
	border-color: #185b90;
	background: #0274ba url(/common/images/common/ico_pee01.png) no-repeat
		5px 1px;
}

.btn_pee02 {
	padding: 0 0 0px 25px;
	width: 45px;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	border: 1px solid #1d64bb;
	border-radius: 3px;
	font-size: 12px;
	text-align: left;
	background: #0274ba url(/common/images/common/ico_pee02.png) no-repeat
		7px 3px;
	color: #fff;
	transition: all 0.2s;
}

.btn_pee02:hover {
	outline: 0;
	cursor: pointer;
	border-color: #185b90;
	background: #0274ba url(/common/images/common/ico_pee02.png) no-repeat
		7px 3px;
}

.btn_pee03 {
	padding: 0 0 0 25px;
	width: 45px;
	text-align: left;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	border: 1px solid #1d64bb;
	border-radius: 3px;
	font-size: 12px;
	background: #0274ba url(/common/images/common/ico_pee03.png) no-repeat
		8px 3px;
	color: #fff;
	transition: all 0.2s;
}

.btn_pee03:hover {
	outline: 0;
	cursor: pointer;
	border-color: #185b90;
	background: #0274ba url(/common/images/common/ico_pee03.png) no-repeat
		8px 3px;
}

.btn_pee04 {
	padding: 0;
	width: 75px;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	border: 1px solid #1d64bb;
	border-radius: 3px;
	font-size: 12px;
	background: #0274ba url(/common/images/common/ico_pee04.png) no-repeat
		8px 3px;
	color: #fff;
	transition: all 0.2s;
}

.btn_pee04:hover {
	outline: 0;
	cursor: pointer;
	border-color: #185b90;
	background: #0274ba url(/common/images/common/ico_pee04.png) no-repeat
		8px 3px;
}

.btn_pee05 {
	padding: 0 0 0 25px;
	width: 45px;
	text-align: left;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	border: 1px solid #1d64bb;
	border-radius: 3px;
	font-size: 12px;
	background: #0274ba url(/common/images/common/ico_pee05.png) no-repeat
		5px 1px;
	color: #fff;
	transition: all 0.2s;
}

.btn_pee05:hover {
	outline: 0;
	cursor: pointer;
	border-color: #185b90;
	background: #0274ba url(/common/images/common/ico_pee05.png) no-repeat
		5px 1px;
}

.btn_pee_sch {
	padding: 0;
	width: 75px;
	height: 19px;
	height: 20px\0/IE9;/*IE9*/
	border: 1px solid #1d64bb;
	border-radius: 3px;
	font-size: 12px;
	background: #0274ba url(/common/images/common/ico_search.png) no-repeat
		7px 2px;
	color: #fff;
	transition: all 0.2s;
}

.btn_pee_sch:hover {
	outline: 0;
	cursor: pointer;
	border-color: #185b90;
	background: #0274ba url(/common/images/common/ico_search.png) no-repeat
		6px 1px;
}
.buttonInnerStyle3:hover {
	border: 1px solid #efbaba;
	background: #f9f0e9;
	color: #d81f2f;
	cursor:pointer;
}
  
.pd4{
	padding:4px 0;
}

.pd10{
	padding:10px 0;
}

.pd15{
	padding:15px 0;
}

.pd20{
	padding:20px 0;
}

/*??占쏙옙?占쎌젙*/
.mg2{
	margin-top:2px !important;
	margin-bottom:2px !important
}

/*
.buttonInnerStyle4 {
  padding: 0;
  width: 75px;
  height: 25px;
  border-color: #7e9cf7;
  border-radius: 3px;
  background: #7e9cf7;
  color: #fff;
}
 
.buttonInnerStyle4:hover {
  padding: 0;
  width: 75px;
  height: 25px;
  border-color: #397dd6;
  border-radius: 3px;
  background: #397dd6;
  color: #fff;
}
*/
.btn_gride:hover, .buttonInnerStyle4:hover {
	outline: 0;
	cursor: pointer;
	border-color: #efbaba;
	background: #f9f0e9;
	color:#d81f2f;
}

/* 4color btn */
input.circle-red_btn, input.circle-yellow_btn, input.circle-green_btn, input.circle-blue_btn { 
	width:14px; 
	height:14px;
	padding:0;
	display:inline-block;
	border:1px solid #fff;
	border-radius:100%;
	cursor:pointer;
}

 #circleBox.h5-action-box span, #circleBox span{
	font-family:"open sans", "Meiryo","Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	color:#666;
	font-weight:bold;
	font-size:12px; 
	line-height:14px;
	letter-spacing:normal;	
}

input.circle-red_btn{border-color:#e7364b; background: rgb(255,255,255);
background: linear-gradient(136deg, rgba(255,255,255,1) 0%, rgba(231,54,75,1) 90%);}
input.circle-yellow_btn{border-color:#f8b706; background: rgb(255,255,255);
background: linear-gradient(136deg, rgba(255,255,255,1) 0%, rgba(248,183,6,1) 90%);}
input.circle-green_btn{border-color:#31bb7c; background: rgb(255,255,255);
background: linear-gradient(136deg, rgba(255,255,255,1) 0%, rgba(49,187,124,1) 90%);}
input.circle-blue_btn{border-color:#1791d1; background: rgb(255,255,255);
background: linear-gradient(136deg, rgba(255,255,255,1) 0%, rgba(23,115,209,1) 90%);}


/* 洹몃━???占쎈ぉ 移쇰읆 ?占쎈젹 */
#condition1 td:not(.paddingGrid) {
  text-align: center;
  width: 90px;
}

.paddingGrid {
  padding: 2px;
}

.paddingGrid label {
	font-size: 13px;
	letter-spacing:-0.06em;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	color: #666;
	line-height:25px;/*?占쎈젹*/
	/* vertical-align: baseline; */
}

.paddingGrid img{
	position: relative;
    top: -1px;	
}

.paddingGrid label.normal{
	font-weight:normal
}

.paddingGrid p {
	font-size: 12px;
	line-height: 22px;
}


.paddingGrid strong{	
    position: relative;
    top: -3px;
    color: #d81f2f;
}


.paddingGrid table tr:first-child td {
	border-bottom: 1px solid #ddd
}
/* 留덉쭊 */
#controlDiv {
  margin-top: 3%;
}
.imageMargin {
  margin-left: 44%;
}

/* div?占쎌꽌 踰꾪듉 */
.buttonAlign {
  width: 99%;
  margin-bottom: 5%;
}
.buttonAlign >  #idpSubTitle {
  width: 93%;
  float:left;
}
.buttonAlign > .h5-action-box {
  width: 7%;
  float: right;
}

/****************** 2018.07.20 ?占쏀쁽?? ******************/

/* ?占쏙옙??占쎌슫濡쒕뱶 踰꾪듉 ?占쏙옙???*/
#excelDownload > input{
  min-width: 100px;
}

/* 湲�?占쏙옙? 占�?Label */
.long-label {
  width: 120px;
}

/* action-box ?占쎌젙??*/
.h5-action-box table{
  float: right;
}

/* text-input */
.h5-grid-box table td input[type="text"] {
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;	
	width:70px;
	height:26px;
}

.h5-grid-box table td input[type="text"]:disabled{
	border-color:#ddd;
	background: #efefef !important;	
}
/****************** 2018.07.20 吏꾩긽占�? ******************/
.h5-action-box table {
  float : right;
}

/****************0419 leftmenu start*************/

.left-nav-menu{
	float: left; 
	width:80px;	
	background:#d81f2f url(/common/images/left-nav-menu/left-nav_bg.png) no-repeat 0 0; background-position:0 -50px;
}

.left-nav-menu ul{
	width:100%; 
}

.left-nav-menu ul li{ 
	margin-top:1px;
	width:100%;
	height:66px;
}

.left-nav-menu ul li:first{
	margin-top:0px;
}

.left-nav-menu ul li a{
	display: block;
	width:100%;
	height:100%;
	padding:14px 0 14px 0;/* padding:8px 0 8px 0; */
	box-sizing:border-box;
}


.left-nav-menu ul li a i{	
	display:block;
	margin:0 auto;
	width:36px; 
	height:24px;
}
/*利먭꺼李얘린*/
.left-nav-menu ul li a i.bookmark{background:url(/common/images/left-nav-menu/left-menu-bookmark.png) no-repeat;}
.left-nav-menu ul li a.active i.bookmark{background:url(/common/images/left-nav-menu/left-menu-bookmark_hover.png) no-repeat;}
/*?占쎌궗*/ 
.left-nav-menu ul li a i.personnel{background:url(/common/images/left-nav-menu/left-menu-personnel.png) no-repeat;}
.left-nav-menu ul li a.active i.personnel{background:url(/common/images/left-nav-menu/left-menu-personnel_hover.png) no-repeat;}
/*洹쇳깭*/
.left-nav-menu ul li a i.diligence{background:url(/common/images/left-nav-menu/left-menu-diligence.png) no-repeat;}
.left-nav-menu ul li a.active i.diligence{background:url(/common/images/left-nav-menu/left-menu-diligence_hover.png) no-repeat;}
/*蹂댁긽*/
.left-nav-menu ul li a i.pay{background:url(/common/images/left-nav-menu/left-menu-pay.png) no-repeat;}
.left-nav-menu ul li a.active i.pay{background:url(/common/images/left-nav-menu/left-menu-pay_hover.png) no-repeat;}
/*?占쎄낵占�?/
.left-nav-menu ul li a i.result{background:url(/common/images/left-nav-menu/left-menu-result.png) no-repeat;}
.left-nav-menu ul li a.active i.result{background:url(/common/images/left-nav-menu/left-menu-result_hover.png) no-repeat;}
/*援먯쑁*/
.left-nav-menu ul li a i.edu{background:url(/common/images/left-nav-menu/left-menu-edu.png) no-repeat;}
.left-nav-menu ul li a.active i.edu{background:url(/common/images/left-nav-menu/left-menu-edu_hover.png) no-repeat;}
/*蹂듬━?占쎌깮*/
.left-nav-menu ul li a i.welfare{background:url(/common/images/left-nav-menu/left-menu-welfare.png) no-repeat;}
.left-nav-menu ul li a.active i.welfare{background:url(/common/images/left-nav-menu/left-menu-welfare_hover.png) no-repeat;}
/*?占쎌옄寃곗옱*/
.left-nav-menu ul li a i.approval{background:url(/common/images/left-nav-menu/left-menu-approval.png) no-repeat;}
.left-nav-menu ul li a.active i.approval{background:url(/common/images/left-nav-menu/left-menu-approval_hover.png) no-repeat;}
/*?占쎌뒪??/
.left-nav-menu ul li a i.system{background:url(/common/images/left-nav-menu/left-menu-system.png) no-repeat;}
.left-nav-menu ul li a.active i.system{background:url(/common/images/left-nav-menu/left-menu-system_hover.png) no-repeat;}
/*湲곤옙?*/
.left-nav-menu ul li a i.default{background:url(/common/images/left-nav-menu/left-menu-default.png) no-repeat;}
.left-nav-menu ul li a.active i.default{background:url(/common/images/left-nav-menu/left-menu-default_hover.png) no-repeat;}


.left-nav-menu ul li a span{
	display: block;
	text-align: center;
	padding-top: 2px;
	line-height: 1;
	color:#fff;
	font-family: "Malgun Gothic", "Dotum", "AppleGothic", sans-serif !important;
	font-size: 13px;
	font-weight:bold;
    letter-spacing: -0.06em;
}

.left-nav-menu ul li a.active{
	
	background:url(/common/images/left-nav-menu/left_menu_bg_hover.png) no-repeat;
}

.left-nav-menu ul li a.active span{
	color:#666;
}



/****************0419 leftmenu end*************/

.page-tree-menu {
  position: relative;
  float: left;
	z-index:10;
	background-color: rgba( 255, 255, 255, 1 );
	border-right:1px solid #df9e9e;
	border-bottom:1px solid #df9e9e;
    border-left:1px solid #df9e9e;
	border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.page-tree-menu:before {
    position: absolute;
    content: "";
    width: 225px;
    height: 100%;
    left: 0px;
    z-index: 0;
    top: 0px;
/*  background: #fff; */
}

.page-tree-menu:after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 224px;
    z-index: 1;
    top: 0px;
/*  background: #e2e2e2; */
}

/*0419 add*/
.page-tabs .container{
	display: -webkit-flex;
	display: flex; 
	height:100%;
}
/*0419 modify*/
.page-tabs .container #page-contents {
	display: inline-block;
	-webkit-flex:1; 
	flex:1;
	width: calc(100% - 90px);
	margin: 0 auto 0 0;
	padding-left: 10px;
	top: 0px;
	left:80px;
	/*position: absolute; */
}

.accordion-leftPane {
  position: relative;
  display: block;
  clear: both;
  width: 210px;
  margin: 0;
  padding: 5px 8px 5px 5px;
}
.accordion-toggle button {
  width: 100%;
  height: 34px;
  background: #efefef;
  border: 1px solid #fff;
  border-radius: 3px;
  outline: none;
  cursor: pointer;
  text-align: center;
  font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
  font-size: 13px;
}
.accordion-toggle:hover {
  font-weight: bold;
}
.accordion-content {
  display: none;
  width: 100%;
  height: 100%;
}

#menuContent {
  display: block;
  clear: both;
  width: 100%;
}

#accordionHelp {
  display: block;
  clear: both;
  width: 100%;
}

#accordion-fv {
  display: block;
  clear: both;
  width: 100%;
}

.h5-work-frame{
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 5px;
	overflow: hidden;
	/* border:1px solid red; */
}

.h5-work-frame#iMAIN_TAB, .h5-work-frame#iCEO_TAB{
	background-color: #f0f0f0;/* 硫붿씤諛곌꼍泥섎━ */
}
.invisibleMenuPane {
  display:none;
  width:0px;
  height:0px;
}
.visibleMenuPane {
  display:block;
  width:100%;
}
	
.addBookmark {
  display: inline-block;
	width: 17px;
	margin-top: -4px;
	margin-right: 5px;
}

nav.page-tabs-list {
  width : auto;
}

.tab-item-list li {
	border: 0px solid #fff;
	/*   background: #e2e2e2; */
	margin: 0 1px;
	padding: 0;
}

.tab-item-list li.active {
	background: #fff;
	box-sizing: border-box;
	border-top:1px solid #c9c9c9;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
	border-bottom: 1px solid #fff; /*border-bottom: 3px solid #154f81;*/
	border-radius:6px 6px 0 0;
	z-index: 2;
	font-weight: bold;
}

/* tab main gradient*/
.tab-item-list li#mbHR_MAIN_TAB_00.active, .tab-item-list li#mbHR_CEO_TAB_00.active{
	background: rgb(255,255,255);
	background: -moz-linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(240,240,240,1) 90%);
	background: -webkit-linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(240,240,240,1) 90%);
	background: linear-gradient(180deg, rgba(255,255,255,1) 10%, rgba(240,240,240,1) 90%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#f0f0f0",GradientType=1);
	border-bottom: 1px solid #f0f0f0;
}



/*0419 add*/
.left-menu-search{
	float:left;
	width:80px;
	height:50px;
	background:url(/common/images/left-nav-menu/left-nav_bg.png) no-repeat 0 0;	

}

.left-menu-search a{
	display:block;
	padding:13px 22px;
}
.left-menu-search a img{
	width:36px;
	height:24px;
}
.tab-left .tab-left-inner #searchword-box{display:none}
.tab-left .tab-left-inner #searchword-box:target{display:block;transition:all 3s ease;}

.tab-left .tab-left-inner .nav-menu-search{
	position:absolute; 
	top:10px; 
	left:-65px;
	height:38px;
	width:295px;
	line-height:22px;	
	padding:8px 20px;
	border-radius:32px;
	transition:all 3s ease-in;
}

.tab-left .tab-left-inner .nav-menu-search:focus{border-color:#f27f23 !important}

.tab-left .btn-search-box{
	position:absolute; 
	top:19px; 
	right:20px
}

.tab-left .tab-left-inner .btn-search-box  input.left-btn-search{
	background:url(/common/images/left-nav-menu/left-menu-search_hover.png) no-repeat 0 0; 
	width:19px;
	height:18px;
	outline:none;
	border:none;
	cursor:pointer;
}

.tab-left {
  position: relative;
  float: left;
  /*width: 197px;*/
  width:212px;
  height: 45px;
  left: 0;
  /*margin-right: 6px;
  margin-left: 6px;
  background: #23365d;
  border: 1px solid #23365d;*/
  background: #b31514;
  border: 1px solid #b31514;
  border-bottom: none;
  border-radius: 7px 7px 0 0;
}
.tab-left .tab-left-inner {
  line-height: 42px;
  width: 53px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
}

#header .container, header#header, #header .logo > a, #header .menu-navigation, #header .menu-navigation > li,
#header .menu-navigation li a, #header .menu-right, #header .menu-info, #header .menu-actions, #header .menu-info li,
#header .menu-actions li, #header .menu-actions li button {
  height: 75px;
}

#header .menu-navigation>li>a {
  line-height: 80px;
}

.menu-info-select__dropdown {
	top: 55px;
}

#header .menu-search {
	top: 80px;
}
#header a, .menu-navigation a, #user-pic {
	cursor: pointer;
}

.todo_cont {
	position: absolute;
	right: 0px;
	width: 300px;
	height: 190px;
	padding: 10px 5px 5px 5px;
	background-color: white;
	display: none;
	border-radius: 8px;
	border: 1px solid #ccc;
	transition: 0.5s all;
}
	
.on_todo_cont {
	display: inline;
}

.toDoTable tr td{
	 font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif; 
	 color:#666;
	 font-size:12px;
	 padding: 0px 10px;
}

.toDoHtmlMore{
	text-align: center; 
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	height: 28px; 
	line-height: 28px;
	font-size:12px;	
	background: #f5f5f5; 
	border-radius: 4px; 
	border-top: #ddd; 
	margin-top: 5px;
	position:relative;
	bottom:0;
}
#user-layer {
	width: 278px;
	height: auto;
	left: -85px;
	display: none;
	padding: 0px;
	margin-top: 0px;
	border-style: none;
	background-color: #f2f5f8;
    box-shadow: 3px 3px 6px 1px;
	color: #aeaaaa;
}
#user-info {
	border-top : 0.3px solid #bebebe;
	height: 100%;
	border-style: none;
}
.menu-info-select .menu-info-select__dropdown .info-footer {
	text-align: center;
	background-color: #23365d;
	color: #fff;
}
.menu-info-select .menu-info-select__dropdown .info-footer:hover {
	cursor: pointer;
}
#user-layer:after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 9px solid transparent;
	border-bottom-color: #f7f8f9;
	border-top: 0;
	margin-left: -9px;
	margin-top: -9px;
}

/* ?占쎈떒濡쒓렇?占쎌젙占�?*/
.user_status {
	height: 40px;
	right: 0;
	top: 20px;
	float: right;
	position: absolute;	
}

.user_status li {
	float: left;
	height:100%;
	display:block;
	border-left:1px solid #e9e9e9;
	padding:0 20px;	
	
}

.user_status li:first-child{
	border-left:none;
}

.user_status li:last-child{
	padding-right:0;
}

.user_status li > span{
	position: relative;
	display: block;
	top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    line-height: 1 !important;
    color: #666;
    cursor: pointer;
}

.user_status li .alert {
	position: relative;
	display:block;
	width: 30px;
	height: 30px;
	top:50%;
	transform: translateY(-50%);
	margin-right:5px;
	background: url(/common/images/common/ico_alert.png) no-repeat 0px 0px;
}

.user_status li .alert i{
	position: absolute;	
	left: 66%;
    transform: translateX(-50%);
	top: 5px;
	display: inline-block;
	max-width: 24px;	
    min-width: 12px;
    padding: 0 2px;
    padding: 0 2px 0 3px\0/IE9;/*IE9?占쎌슜*/ 
	height: 12px;	
	border-radius: 24px;
	background: #d81f2f;
	font-size: 11px;
	color: #fff;
	line-height:10px;
	border:1px solid #d81f2f;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	text-align:center;
}

.user_confirm label,.user_confirm span{
	display:inline-block
}
.user_confirm label{
	line-height:48px;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	color:#777;
	margin-right:6px;	
}
.user_confirm span{ 
	position:relative;
	width:40px; 
	height:28px;
	background:#f5f5f5;
	padding:11px 5px;
	border:1px solid #e3e3e3;
	border-radius:4px; 
	color: #222;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	line-height:26px;
	text-align:center;
	padding:0
}

.user_box {*zoom:1}
.user_box:after{content:''; display:block; clear:both}

.user_box .poto {
	float:left;
	display:block;
	position: relative;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #dadada;	
	overflow:hidden;
	top: 50%; 
	transform: translateY(-50%);
}

.user_box .poto:hover {
	cursor: pointer;
}

.user_box .poto img {
	position: relative;
	width: 40px !important;
}

.user_box .user_info{
	float: left;
	margin-left: 10px;
	position: relative;
	display:block;
	padding-top: 2px !important;	
	top: 50%;
	transform: translateY(-50%);
}
.user_box .user_info span{
	display:block; 
	width:100%; 
	/*text-align:center;*/
}
.user_box .user_info span.user_name{
	width:100%;
	line-height:18px;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	font-size:13px;
	letter-spacing:0.03em;
	color:#222;
	vertical-align: top;
	
}
.user_box .user_info span.user_txt{
	width:100%;
	line-height:18px;
	color:#888;
	font-size:12px;
	letter-spacing:-0.03em;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
    font-weight: bold;
}

.user_company, .user_lang{
	position: relative;
	display:block;
	top: 50%;
	transform: translateY(-50%);
}

.user_company label, .user_lang label{
	font-size:12px;
	color:#666;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	letter-spacing: -0.06em;
    font-weight: bold;
	width:100%;
	margin-bottom:1px;
}

/* IE 10, 11???占쎌씠?占쎈툕 ?占쎌궡???占쎄린占�?*/
select.header_selectbox::-ms-expand, select.header_selectbox::-ms-expand {
    display: none;
}

select.header_selectbox{
	font-family: "Malgun Gothic", "Dotum", "AppleGothic", sans-serif !important;	
	padding:0px 2px; outline:none; border: 1px solid #bdbdbd; border-radius: 4px; 
	font-size: 12px; color:#666; height: 24px;line-height:1;
	-webkit-appearance: none;  /* ?占쎌씠?占쎈툕 ?占쏀삎 媛먯텛占�?*/
    -moz-appearance: none;
    appearance: none;
    padding-left:4px;
    padding-right:20px;
    background: url('/common/images/common/select-btn-downarrow.png') no-repeat right 50% ; /* ?占쎌씠?占쎈툕 ?占쎌궡?占쏙옙? 而ㅼ뒪?占� ?占쎌궡?占쎈줈 ?占쏙옙?*/
}

 
input.header_input_btn{
	display:inline-block;
	position:relative;
	/* height:24px; */
	line-height:24px;
	padding:0 8px !important;
	font-family: "Malgun Gothic", "Dotum", "AppleGothic", sans-serif !important;	
	font-weight:bold;
	color:#777;
	letter-spacing: -0.06em;
	font-size: 12px;
	/* margin-left:3px;  */	
	border-radius:4px;
	background:#f8f8f8;
	border:1px solid #e2e2e2;
	cursor:pointer;
 }
input.header_input_btn:hover{
	color:#222;
	border-color:#bdbdbd;
}

	
.user_logout a, .user_setting a{
	position: relative;
	display: block;
    top: 50%;
    transform: translateY(-50%);    
	color: #888;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-size:13px;
	font-weight:bold;
}
	
.user_logout a:hover, .user_setting a:hover{
	color:#222
}

.user_logout a i.icon_logout{
	display:inline-block;
	position:relative;
	top:-1px;
	width:19px;
	height:18px;	
	background: url(/common/images/common/ico_logout.png) no-repeat 0 0;
	margin-left:5px;
}


.user_setting a i.icon_setting{
	display:inline-block;
	position:relative;
	top:-1px;
	width:18px;
	height:18px;	
	background: url(/common/images/common/ico_setting.png) no-repeat 0 0;
	margin-left:5px;
}

.user_status li.morning {
	position: relative;
	font-weight: 600;
	line-height: 1.0;
	font-size: 12px;
	height: 40px;
	width: 85px;
	text-align: right;
	padding: 6px 18px;
	border-radius: 5px;
	color: #888;
	transition: 0.2s all;
	background: #ddd url(/common/images/common/ico_am.png) no-repeat 7px 6px;
	top: 50%;
	transform: translateY(-50%);
}

.user_status li.morning span {
	
}

.user_status li.morning span em {
	font-style: normal;
	display: block;
}

.user_status li.morning.on {
	line-height: 1.2;
	color: #fff;
	background: #00b0f0 url(/common/images/common/ico_am.png) no-repeat 7px 6px;
	border: none;
	padding: 4px 13px;
}

.user_status li.morning:hover {
	cursor: pointer;
	background: #098fe1 url(/common/images/common/ico_am.png) no-repeat 7px 6px;
}

.user_status li.night {
	position: relative;
	height: 40px;
	width: 85px;
	font-size: 12px;
	font-weight: 600;
	padding: 6px 18px;
	text-align: right;
	border-radius: 5px;
	line-height: 1.0;
	margin-left: 10px;
	color: #888;
	transition: 0.2s all;
	top: 50%;
	transform: translateY(-50%);
	background: #ddd url(/common/images/common/ico_pm.png) no-repeat 7px 6px;
}

.user_status li.night span {
	
}

.user_status li.night span em {
	font-style: normal;
	display: block;
}

.user_status li.night.on {
	background: #00b0f0 url(/common/images/common/ico_pm.png) no-repeat 7px
		6px;
	color: #fff;
	line-height: 1.2;
	padding: 4px 13px;
}

.user_status li.night:hover {
	cursor: pointer;
	background: #098fe1 url(/common/images/common/ico_pm.png) no-repeat 7px
		6px;
}








label > input { /* HIDE RADIO */
	display: none; /* Makes input not-clickable */
	position: absolute; /* Remove input from document flow */
}
label > input + i { 
	cursor:pointer;
	border:2px solid transparent;
}
.theme-box, .theme-container {
	cursor:pointer;
}
.theme-box > .far {
	font-size: 25px;
	visibility: hidden;
	margin-top: 3px;
	color: white;  /* 泥댄겕???占쎌씠占�??占쎄퉼 */
}
.theme-container {
	margin-right: 6px;
	width: 13%;
	height: 36px !important;
}
#base {
	margin-left: 9px;
}
#header .menu-info .theme-container {
	border-radius: 20px;
}
#header .menu-info li+li:before {
	display: none;
}
[data-tooltip-text]:hover {
	position: relative;
}
[data-tooltip-text]:hover:after {
	background-color: #000000; 
	background-color: rgba(0, 0, 0, 0.8); 		/* 寃�??諛곌꼍*/
	-webkit-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-moz-box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	box-shadow: 0px 0px 3px 1px rgba(50, 50, 50, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #FFFFFF;		/* 湲�?占쎌깋 ?占쎌뼇 */ 
	font-size: 12px;
	content: attr(data-tooltip-text);
	margin-bottom: 10px;
	top: 130%;
	left: 0;    
	padding: 7px 12px;
	position: absolute;
	width: auto;
	min-width: 50px;
	max-width: 300px;
	word-wrap: break-word;
	z-index: 9999;
}
/* ?占쎈쭏 ?占쏀깮?占쎌옄??諛곌꼍?占쎌쓣 ?占쎌젙?占쎈뒗 ?占쏙옙??占쎈줈 li??id占�?李몄“?占쎌꽌 洹몃씪?占쎌씠?占쎌쓣 以띾땲??*/
#header .menu-info li #lightness {
	background: linear-gradient( to bottom, #F8B74D, #f7a013 );
}
#header .menu-info li #start {
	background: linear-gradient( to bottom, #2E90BD, #449CC4 );
}
#header .menu-info li #darkness {
	background: linear-gradient( to bottom, #151515, #686868 );
}
#header .menu-info li #frog {
	background: linear-gradient( to bottom, #5B962E, #42860E );
}

.container-md {
	margin-left: 145px;
	margin-right: 145px;
}


/*0419 add*/
.page-tabs-list .container{
	display: -webkit-flex; 
	display: flex;
}

/*0419 modify*/
.page-tabs-list .tab-item-list {
  position: relative;
  height: 45px;
  overflow-x: auto;
}

.menu-info-select__option:hover {
	text-decoration: underline;
	font-weight: bold;
}
.obo-list-div {
	display: none;
	position: absolute;
	top: 75px;
	width: 145px;
	height: auto;
	background: #fff;
	border: 1px solid #e2e2e2;
	box-sizing: border-box;
	padding: 8px 5px 5px;
	text-align: left;
	z-index: 106;
	border-radius: 0px 0px 7px 7px;
}
.obo-list-div ul a {
	font-size: 14px;
	color: #454444;
	text-decoration: none;
	position: relative;
	font-weight: 600;
}
.obo-list-div ul li ul {
	display: none;
}
.obo-list-div > ul > li {
	margin-top: 15px;
}
.obo-list-div > ul > li > ul > li:first-child {
	margin-top: 15px;
}
.obo-list-div > ul > li > ul > li:not(first-child) {
	margin-top: 5px;
}
.obo-list-div li.opened > a {
	color: #de0303; /*#0274ba;*/
}
.obo-list-div a:hover {
	color: #de0303 /*#0274ba*/ !important;
}
.menu-info-select .menu-info-select__dropdown .info-btn {
	text-align: center;
	background-color: #23365d;
	color: #fff;
}
.menu-info-select .menu-info-select__dropdown .info-btn:hover {
	cursor: pointer;
}
.menu-info-select .menu-info-select__dropdown .info-layout {
	font-size: 17px;
	height: 45px;
	line-height: 45px;
	background-color: #f7f8f9;
	border: none;
	text-align: center;
}
.menu-info-select .menu-info-select__dropdown .info-layout .info-span-red {
	padding: 0 10px;
	color: red;
}
.menu-info-select .menu-info-select__dropdown .info-layout .info-btn {
	width: 60px;
	height: 30px;
	border: none;
	border-radius: 8px;
}
.menu-layout {
	height: 35px;
}
.menu-layout span {
	vertical-align: baseline;
}
.menu-layout .menu-layout-type {
	color: red;
	font-weight: bold;
	margin: 0 10px;
}
.menu-layout .menu-layout-btn {
	border: none;
	border-radius: 4px;
	background: #23365d;
	color: #fff;
	width: 55px;
	height: 28px;
}
.menu-layout .menu-layout-btn:hover {
	cursor: pointer;
	background: #de0303; /*#0274ba;*/
}


/**************  S: 2019.02.12 - �씠臾몄뿴 �쐞�젽愿�由� **************/
#dlg_LAY0001__layout.ui-dialog-content {
	background: #cdcdcd;
}
.layout-manage-wrap {
	padding: 0;
	margin: 0;
	height: 100%;
}
.layout-manage-wrap .tab-area {
	display: inline-block;
	float: left;
	width: 10%;
	height: 100%;
	background: #efefef;
}
.layout-manage-wrap .tab-area ul li {
	display: block;
	text-align: center;
	width: 100%;
	height: 100px;
	padding-top: 30px;
	background: #efefef;
}
.layout-manage-wrap .tab-area ul li:hover {
	cursor: pointer;
}
.layout-manage-wrap .tab-area ul li.active {
	background: #fff;
}
.layout-manage-wrap .tab-area ul li img {
	width: 80%;
}
.layout-manage-wrap .content-div-top {
	padding-left: 15px;
}
.layout-manage-wrap .content-area {
	display: inline-block;
	float: right;
	width: 90%;
}
.layout-manage-wrap .content-area-inner {
	padding: 10px 0;
}
.layout-manage-wrap .content-div {
	display: none;
}
.layout-manage-wrap .content-div.active {
	display: block;
}
.layout-manage-wrap .content-div ul li {
	display: inline-block;
}
.layout-manage-wrap .content-div .layout-box {
	text-align: center;
}
.layout-manage-wrap .content-div-title {
	height: 50px;
	padding-bottom: 10px;
}
.layout-manage-wrap .content-div-title h1 {
	margin: 0;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	color: #222;
	font-size: 15px;
}
.layout-manage-wrap .content-div-title:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    top: -5px;
    left: 0;
    background-image: url(/common/images/common/icon-circle-right.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
}
.layout-manage-wrap .content-div-desc {
	/*height: 180px;*/
	padding: 10px; 
	margin-bottom:10px;
}
.layout-manage-wrap .content-div-desc p {
	line-height: 20px;
	font-size:12px;
}

.layout-manage-wrap .content-div-desc p:nth-child(1) {
	color:#666 !important;
	font-weight:bold;
}
.layout-manage-wrap .content-div-desc p:nth-child(n+1){
	color:#777;
}
.layout-manage-wrap .layout-box img {
	width: 160px;
	height: 225px;
}
.layout-manage-wrap .layout-box .btn-radio {
	width: 20px;
	height: 20px;
}
.layout-manage-wrap .layout-box.active {
	background: #efefef;
}
.layout-manage-wrap .layout-box-title label {
	vertical-align: super;
}
.layout-manage-wrap .layout-list {
	width: 30%;
	border: 1px solid #cdcdcd;
	border-radius: 15px;
	padding: 10px 0;
	background: #fff;
}
.layout-manage-wrap .layout-list.active {
	background: #efefef;
}
.layout-manage-wrap .layout-content, .widget-content {
	background: #f8f8f8;
	text-align: center;
	height: 330px;
	width: 100%;
	padding: 20px 0;
}
.layout-manage-wrap .content-div-bottom {
	padding-top: 8px;
	padding-right:20px;
	/*height: 50px;
	line-height: 50px;*/
	text-align: right;
}
.layout-manage-wrap .content-div-bottom .layout-btn {
	border: none;
	background: #23365d;
	color: #fff;
	width: 80px;
	height: 35px;
	line-height: 35px;
	border-radius: 5px;
}
.layout-manage-wrap .content-div-bottom .layout-btn:hover {
	cursor: pointer;
	background: #de0303;/*#0274ba;*/
}
.layout-manage-wrap .widget-content {
	padding:20px 5px 0 20px;
	margin: 0;
}
.layout-manage-wrap .widget-content .widget-config-div-wrap {
	display: block;
	float:left;
	width: 50%;
}
.layout-manage-wrap .widget-content .widget-choosed-img img {
	width: 230px;
	height: 285px;
}
.layout-manage-wrap .widget-content .widget-ibsheet {
	display: block;
	float: right;
	width: 50%;
}

.layout-manage-wrap .widget-content .widget-ibsheet #__container0 #__contentBox1 .sheet{
	/*margin: 0 0 0 10px;
	width: calc(100% - 10px);*/
	margin:0;
	width:100%;
	margin-top: 4px;
	/* margin-bottom: 5px; */
}
.layout-manage-wrap .layout-config {
	width: 195px;
	display: inline-block;
	margin: 0 auto;
	border: 1px solid #C8C8C8;
}
.layout-manage-wrap .layout-config .widget-config-sm {
	width: 100%;
	height: 55px;
	float: left;
	display: block;
	border: 1px solid #cdcdcd;
	background: #fff;
	box-sizing: border-box;
}
.layout-manage-wrap .layout-config .widget-config-lg {
	width: 100%;
	height: 55px;
	float: left;
	display: block;
	border: 1px solid #cdcdcd;
	background: #e2e2e2;
}
.layout-manage-wrap .layout-config .widget-config-sq {
	width: 100%;
	height: 110px;
	float: left;
	display: block;
	border: 1px solid #cdcdcd;
	background: #e2e2e2;
}

.layout-manage-wrap .widget-config {
	width: 100%;
	display: block;
	margin: 0 auto;
	border: 1px solid #f8f8f8;
}


.layout-manage-wrap .widget-config table td{
	padding:2px;
}
.layout-manage-wrap .widget-config table tr:first-child td:nth-child(3){
	padding:0 2px;
}
.layout-manage-wrap .widget-config .widget-config-sm {
	width: 100%;
	height: 91px;
	float: left;
	color:#777;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-size:12px;
	display: block;
	border: 1px solid #cdcdcd;
	background: #fff;
	padding:0 6px;
	/*opacity: 0.7;*/
}
.layout-manage-wrap .widget-config .widget-config-sm.active {
	background:#fcf4f2;	
	border: 1px solid #d81f2f;
	/*opacity: 1;*/
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	color:#333;
}
.layout-manage-wrap .widget-config .widget-config-lg {
	width: 100%;
	height: 70px;
	float: left;
	display: inline-block;
	border: 1px solid #808080;
	background: #CFF1FD;
	opacity: 0.5;
}
.layout-manage-wrap .widget-config .widget-config-lg.active {
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight: bold; 
}

.layout-manage-wrap .widget-config .widget-config-sq {
	width: 100%;
	height: 185px;
	float: left;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-size: 12px;	
	color:#888;
	display: inline-block;
	border: 1px solid #cdcdcd;
	background: #e2e2e2;
	padding-top:48px;
}

.layout-manage-wrap .widget-config .widget-config-sq.active {
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	color:#333;
	border:1px solid #999;
}

.layout-manage-wrap .widget-config-order, .widget-config-nm {
	display: block;
	word-break: keep-all;
	word-break: normal\0/IE9;/*IE9*/
	letter-spacing: -0.06em;
}

.layout-manage-wrap .widget-config-order{
	font-size: 14px;
	margin-top:18px;
}
.layout-manage-wrap .widget-config-nm {
	margin-top: 5px;
}
.layout-manage-wrap .layout-config .widget-config-type-a {
	height: 222px;
	line-height: 215px;
	text-align: center;
	background: #BDECB6;
	font-size: 17px;
	border: 1px solid #808080;
}
.layout-manage-wrap .widget-config .widget-config-type-a {
	height: 282px;
	line-height: 270px;
	text-align: center;
	background: #BDECB6;
	font-size: 17px;
	border: 1px solid #808080;
}

.tbl-main{
    height:100%;
    margin-top:15px;
}
    
.tbl-main tr td{
    background:#f0f0f0; /*硫붿씤諛곌꼍泥섎━*/
    padding: 6px;
    vertical-align: top;
    width:30%;
}

.ly-widget-div-sm {
    display: inline-block;
    width: 100%;
    height: 246px ;/* 244px */
    height: 256px\0/IE9;/*IE9*//* 252px */
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    vertical-align:top;
    border: 1px solid #d8d8d8;
}
.ly-widget-div-lg {
    display: inline-block;
    width: 100%;
    height: 300px ;/* 244px */
    height: 256px\0/IE9;/*IE9*//* 252px */
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    vertical-align:top;
    border: 1px solid #d8d8d8;
   /* padding-top:20px;*/
}

.ly-widget-div-sq {
    display: inline-block;
    width: 100%;
    height: 504px;/* 508px *//* 506px */
    height: 524px\0/IE9;/*IE9*//* 520px */
    border: 1px solid #d8d8d8;
    border-radius: 12px;
    background: #fff;
    overflow: hidden;
    /*  box-shadow: 3px 4px #cdcdcd; */
}

/************** E: ?占쎌젽愿�占�?**************/
/* 異뷂옙? - 源�?占쎌닕0804 */
#grid1 {
	width: auto;
	font-size:12px;
}

.ui-dialog .ui-dialog-titlebar {
	padding: 0em 1em;
	position: relative;
}

.input_btn {
	font-size: 13px !important;
}

.graph_box {
	padding-top: 4px !important;
	float: right;
	margin-top: 5px !important;
}

.sheet {
	width:calc(100% - 1px);/*1px, table scroll 臾몄젣 ?占쎄껐*/
	margin-bottom: 5px;
}

#__container0 {
	margin-top: 2px;
	height: calc(100% - 2px) !important;
	width: calc(100% - 20px) !important;
	margin:0 auto;
	background: #fff;
	*zoom:1;
}
#__container0:after{
	content:'';
	display:block;
	clear:both;
}
.ui-corner-left {
	border-top-right-radius: 0;
}

#__container6{
	width: calc(100% - 20px) !important;
    margin: 0 auto;
}

.main-event div ul {
	margin-top: 20px;
}

.main-event div li {
	position: relative;
	text-align: left;
	font-size: 12px;
	width: 90%;
	margin-left: 20px;
	color: #444;
	line-height: 2.0;
	padding-left: 10px;
}

.main-event div li span {
	margin-left: 40px;
}

.main-event div li em.wed {
	display: inline-block;
	margin-left: 30px;
	padding: 0 10px;
	min-width: 80px;
	height: 20px;
	line-height: 20px;
	background: #dcf0ee;
	color: #198177;
	text-align: center;
}

.main-event div li em.wedanni {
	display: inline-block;
	margin-left: 30px;
	padding: 0 10px;
	min-width: 80px;
	height: 20px;
	line-height: 20px;
	background: #dcf0ee;
	color: #198177;
	text-align: center;
}

.main-event div li em.birth {
	display: inline-block;
	margin-left: 30px;
	padding: 0 10px;
	min-width: 80px;
	height: 20px;
	line-height: 20px;
	background: #c4eaf9;
	color: #154f81;
	text-align: center;
}

.main-event div li em.birth60 {
	display: inline-block;
	margin-left: 30px;
	padding: 0 10px;
	min-width: 80px;
	height: 20px;
	line-height: 20px;
	background: #eaf0cb;
	color: #6b7d05;
	text-align: center;
}

.main-event div li em.birth1 {
	display: inline-block;
	margin-left: 30px;
	padding: 0 10px;
	min-width: 80px;
	height: 20px;
	line-height: 20px;
	background: #dcf0ee;
	color: #198177;
	text-align: center;
}

/* ?占쎌썝?占쏙옙??占쎌뒪?? */
#box {
	width: 100%;
	margin: 0 auto;
	padding: 50px 0;
	background: #00448d url(/common/images/common/bg_pee.png);
	height: 400px;
}

#box h2 {
	font-size: 40px;
	text-shadow: 0px 5px 5px rgb(0 0 0/ 26%);
	color: #fff;
	line-height: 0.8;
	text-align: center;
}

#box span {
	font-size: 16px;
	display: block;
	color: #fff;
	line-height: 1;
	text-align: center;
}

#box ul {
	top: 150px;
	left: 50%;
	position: relative;
	width: 1200px;
	transform: translateX(-50%);
}

#box ul li {
	float: left;
	position: relative;
	width: 27%;
	height: 210px;
	border: 1px solid #eee;
	border-radius: 8px;
	list-style: none;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.05);
	padding: 25px;
	transition: 0.5s all;
	background: #fff;
}

#box ul li a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

#box ul li:hover {
	transform: translateY(-20px);
}

#box ul li:hover:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ebf5ff;
	border-radius: 8px;
	z-index: -1
}

#box ul li+li {
	margin-left: 20px;
}

#box ul li dl dt {
	position: relative;
	font-size: 24px;
	text-align: center;
	font-family: sans-serif;
	line-height: 1.6;
	color: #444;
	font-weight: bold;
}

#box ul li dl dt:after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	left: 50%;
	transform: translateX(-50%);
	height: 1px;
	background: #337ab7;
	bottom: -5px;
}

#box ul li dl dd {
	font-size: 14px;
	color: #444;
	line-height: 1.8;
	margin: 15px 10px;
	text-align: center;
}

#box ul li span {
	position: absolute;
	left: 20px;
	bottom: 20px;
	font-size: 12px;
	color: #444;
}

#box ul>li>dl>span.material-icons {
	font-size: 45px;
	text-align: center;
	margin: 0;
	padding-top: 30px;
	position: relative;
	color: #4a80b7;
	left: 50%;
	transform: translateX(-50%);
}

#banner {
	position: relative;
	height: 600px;
	background: #fff;
	padding: 30px 0 0 0;
}

.banner_inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	margin: 0 auto;
	text-align: center;
}

.banner_inner h2 {
	font-size: 45px;
	color: #333;
}

.banner_inner p {
	font-size: 20px;
	color: #333;
}

.banner_inner ul {
	display: inline-block;
	margin-top: 80px;
}

.banner_inner ul li {
	float: left;
	position: relative;
	list-style: none;
	width: 232px;
	min-height: 128px;
}

.banner_inner ul li dl dt {
	position: relative;
	font-size: 16px;
	transform: translateX(-50%) translateY(-15%);
	left: 50%;
	top: 50%;
	color: #fff;
	font-weight: 600;
	border-radius: 100%;
	width: 125px;
	height: 125px;
	margin-bottom: 20px;
}

.banner_inner ul li:nth-child(1) dl dt {
	position: relative;
	border: 6px solid #ffffff;
	background: linear-gradient(20deg, #f68a93 50%, #f0b9bd 100%);
	box-shadow: 0px 0px 3px #f68a93;
}

.banner_inner ul li:nth-child(1) dl dt:before {
	position: absolute;
	content: "";
	background: #ff7883;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	left: 2px;
	top: 17px;
}

.banner_inner ul li:nth-child(1) dl dt:after {
	position: absolute;
	content: "";
	background: #ff828b;
	width: 1px;
	height: 20px;
	left: 50%;
	top: 140px;
}

.banner_inner ul li:nth-child(2) dl dt {
	position: relative;
	border: 6px solid #ffffff;
	background: linear-gradient(20deg, #5fb6d8 50%, #a1e0ee 100%);
	box-shadow: 0px 0px 3px #5fb6d8;
}

.banner_inner ul li:nth-child(2) dl dt:before {
	position: absolute;
	content: "";
	background: #5fb6d8;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	right: 20px;
	bottom: 0px;
}

.banner_inner ul li:nth-child(2) dl dt:after {
	position: absolute;
	content: "";
	background: #5fb6d8;
	width: 1px;
	height: 20px;
	left: 50%;
	top: 140px;
}

.banner_inner ul li:nth-child(3) dl dt {
	position: relative;
	border: 6px solid #ffffff;
	background: linear-gradient(20deg, #5dc5c9 50%, #80e6ea 100%);
	box-shadow: 0px 0px 3px #5bc9cd;
}

.banner_inner ul li:nth-child(3) dl dt:before {
	position: absolute;
	content: "";
	background: #5dc5c9;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	right: 2px;
	top: 17px;
}

.banner_inner ul li:nth-child(3) dl dt:after {
	position: absolute;
	content: "";
	background: #5dc5c9;
	width: 1px;
	height: 20px;
	left: 50%;
	top: 140px;
}

.banner_inner ul li:nth-child(4) dl dt {
	position: relative;
	border: 6px solid #ffffff;
	background: linear-gradient(20deg, #ffb900 50%, #ffe000 100%);
	box-shadow: 0px 0px 3px #ffb900;
}

.banner_inner ul li:nth-child(4) dl dt:before {
	position: absolute;
	content: "";
	background: #ffb900;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	left: 2px;
	bottom: 17px;
}

.banner_inner ul li:nth-child(4) dl dt:after {
	position: absolute;
	content: "";
	background: #ffb900;
	width: 1px;
	height: 20px;
	left: 50%;
	top: 140px;
}

.banner_inner ul li dl dt span {
	top: 50%;
	display: block;
	position: relative;
	transform: translateY(-50%);
	color: #fff;
	font-weight: 600;
	text-shadow: 0 0 3px rgb(0 0 0/ 50%);
}

.banner_inner ul li dl dd {
	position: relative;
	margin-inline-start: 0;
	background: #fff;
	z-index: 0;
}

.banner_inner ul li dl dd a {
	position: relative;
	display: block;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	text-decoration: none;
	width: 230px;
	height: 45px;
	line-height: 45px;
	margin-top: -1px;
	transition: 0.2s all;
	border: 1px solid #fff;
}

.banner_inner ul li dl dd a.current {
	background: #fff;
	position: relative;
	border: 1px solid #28a5f1;
	color: #28a5f1;
	height: 45px;
	line-height: 45px;
	z-index: 1
}

.banner_inner ul li dl dd a.current:hover {
	border: 1px solid #28a5f1;
	z-index: 1
}

.banner_inner ul li dl dd+dd {
	margin-top: 5px
}

.banner_inner ul li dl dd a:hover:before {
	position: absolute;
	content: "+";
	font-size: 20px;
	right: 10px;
	top: 0px;
	color: #28a5f1;
	margin-top: -1px;
}

.banner_inner ul li dl dd a.current:before {
	color: #28a5f1;
	display: block;
	position: absolute;
	content: "+";
	font-size: 20px;
	right: 10px;
	top: 0px;
	color: #28a5f1;
	margin-top: -1px;
}

.banner_inner ul li dl dd a:hover {
	color: #28a5f1;
	border: 1px solid #ccc;
	transition: 0.2s all;
	z-index: 0
}

.banner_inner ul li dl dd a:hover:before {
	position: absolute;
	content: "+";
	font-size: 20px;
	right: 10px;
	top: 0px;
	color: #999;
	margin-top: -1px;
}
/* .banner_inner ul li dl dd a:before{content:""; position:absolute; left:0; bottom:0; width:0px; height:1px; background:#ccc; } */
.search-box {
	display: inline-block;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}

.search-box input {
	width: 550px;
	border: 3px solid #54c1ff;
	padding-left: 10px;
	height: 45px;
}

.search-box input::placeholder {
	color: #ccc
}

.search-box button {
	position: absolute;
	right: 0px;
	top: 6px;
	cursor: pointer;
	border: none;
	background: none
}

.pee-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	text-align: center;
	margin: 0;
	position: relative;
	color: #1fa9f7;
}

.search_result {
	position: relative;
	margin: 30px 30px 0 30px;
	padding: 10px 30px;
	border-bottom: 1px solid #ccc;
}

.search_result span {
	font-size: 18px;
	font-weight: 600;
	color: #333;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
}

#list {
	position: relative;
	height: auto;
	background: #fff;
	padding: 0;
	display: none;
}

.list_inner {
	margin: 0 auto;
	text-align: center;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
}

.list_inner ul {
	display: inline-block;
	width: 1050px;
	margin: 0;
}

.list_inner ul li {
	float: left;
	position: relative;
	list-style: none;
	width: calc(94%/ 3);
	margin-left: 2%;
	min-height: 180px;
	border: 1px solid #e9e9e9;
	z-index: 0;
	transition: 0.5s all;
}

.list_inner ul li:hover {
	background: rgb(2 93 149/ 80%);
}

.list_inner ul li:hover:before {
	content: "?占쎌꽭蹂닿린";
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	position: absolute;
	font-size: 16px;
	font-weight: bold;
	background: rgb(2 93 149/ 80%);
	line-height: 240px;
	color: #fff;
	width: 100%;
	height: 100%;
	cursor: pointer;
	left: 0px;
	top: 0px;
	z-index: 1;
}

.list_inner ul li:hover:after {
	content: "+";
	transition: 0.5s all;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border: 2px solid #fff;
	border-radius: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	color: #fff;
	z-index: 1;
}

.list_inner ul li:nth-child(3n+1) {
	margin-left: 0;
}

.list_inner ul li:nth-child(n+4) {
	margin-top: 2%;
}

.list_inner ul li span {
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 140px;
	height: 180px;
	border-right: 1px solid #eee;
}

.list_inner ul li span img {
	object-fit: cover;
	min-height: 180px;
}

.list_inner ul li dl {
	width: 50%;
	position: relative;
	left: 46%;
}

.list_inner ul li dl dt {
	position: relative;
	font-size: 14px;
	color: #333;
	text-align: left;
}

.list_inner ul li dl dd {
	position: relative;
	font-size: 20px;
	padding: 20px 0 5px 0;
	font-weight: 600;
	text-align: left;
	color: #333;
	margin-inline-start: 0;
	z-index: 0;
}

.list_inner ul li dl em {
	position: relative;
	font-style: normal;
	display: block;
	font-size: 14px;
	text-align: left;
	color: #0079c2;
	z-index: 0;
}

.list_inner ul li dl p {
	position: relative;
	font-size: 14px;
	text-align: left;
	color: #555;
	z-index: 0;
}
.h5-content-box textarea {
	resize: none;
	line-height: 1.4;
	min-height: 24px;
}



#iconhelp {
	cursor: pointer;
	background: url(/common/images/common/pop_icon_help.png) no-repeat 0 0px;
	float: right;
	color: white;
	height: 20px;
	width: 20px;
	margin-right: 26px;
	border: 1px solid #fff;
	border-radius: 3px;
	margin-top: 4px;
}

#logoImg {
	position: relative;
	height:80px !important;
	margin :auto;
}

.ui-icon-custom-help {
	right: 0px;
	width: 24px;
	height: 24px;
	background: #217db3;
	color: #fff !important;
	font-size: 12px;
	text-indent: 1px;
	margin-right: 10px !important;
	background-repeat: no-repeat;
	border-radius: 2px !important;
	border: 1px solid #fff;
	outline: none;
	float: right;
	background-position: -29px -77px;
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-image: url(/common/images/jquery-ui/ui-icons_222222_256x240.png);
}

#elaLinePart .ela-line-th {
	text-align: center;
}
#elaLinePart .ela-line-th.th-order {
	width: 11%;
}
#elaLinePart .ela-line-th.th-gubun {
	width: 13%;
}
#elaLinePart .ela-line-th.th-name {
	width: 44%;
}
#elaLinePart .ela-line-th.th-date {
	width: 17%;
}
#elaLinePart .ela-line-th.th-status {
	width: 13%;
}
#elaLinePart .ela-line-th.th-comment {
	width: 13%;
}

#__container0 #master tr td:first-child{
	vertical-align:top;	
}


/*************  retirement-process *****************/


.retirement-process{
	width: calc(100% - 10px);
	min-width: 1000px;
	height: 180px;
	display: block;	
	position: relative;
	margin: 0 auto 30px auto;
	background: #f8f8f8;
	border:1px solid #e8e8e8;
	border-radius: 8px;
}

.retirement-process ul.step-process, .retirement-process ul.step-process-line{
	position: absolute;
	left:20px;
	top:0;	
	width:88%;	
	*zoom:1;
}

.retirement-process ul.step-process{
	z-index: 55;
}

.retirement-process ul.step-process-line{
	z-index:50;
	top:71px;	
}

.retirement-process ul.step-process:after, .retirement-process ul.step-process-line:after{
	content: ''; display: block; clear: both;
}

.retirement-process ul.step-process li, .retirement-process ul.step-process-line li {
	float: left;
	width:14.2857%;
	padding:25px 0;
}
/* .retirement-process ul.step-process li:first-child,
.retirement-process ul.step-process li:last-child{
	width:15%;
} */


.retirement-process ul.step-process-line li:first-child, 
.retirement-process ul.step-process-line li:last-child{	
	width:7.14285%;		
}

.retirement-process ul.step-process li a {
	display: block;
	width:120px;
	margin:0 auto;
}


.retirement-process ul.step-process li a span{
	display: block;
	margin:12px auto;
}

.retirement-process ul.step-process li a span:nth-child(1){
	width:36px;
	height:36px;
	opacity: .4;
}

.retirement-process ul.step-process li a:hover span:nth-child(1),
.retirement-process ul.step-process li .step-complete  span:nth-child(1){
	opacity:.8;
}

.retirement-process ul.step-process li .step-current  span:nth-child(1){
	opacity:1;
}

.retirement-process ul.step-process li a span.step-icon1{
	background: url(/cam/img/step-icon1.png) no-repeat 0 0;
}

.retirement-process ul.step-process li a span.step-icon2{
	background: url(/cam/img/step-icon2.png) no-repeat 0 0;
}

.retirement-process ul.step-process li a span.step-icon3{
	background: url(/cam/img/step-icon3.png) no-repeat 0 0;
}

.retirement-process ul.step-process li a span.step-icon4{
	background: url(/cam/img/step-icon4.png) no-repeat 0 0;
}

.retirement-process ul.step-process li a span.step-icon5{
	background: url(/cam/img/step-icon5.png) no-repeat 0 0;
}

.retirement-process ul.step-process li a span.step-icon6{
	background: url(/cam/img/step-icon6.png) no-repeat 0 0;
}

.retirement-process ul.step-process li a span.step-icon7{
	background: url(/cam/img/step-icon7.png) no-repeat 0 0;
}

.retirement-process ul.step-process li a span.step-icon8{
	background: url(/cam/img/step-icon8.png) no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current span.step-icon1,
.retirement-process ul.step-process li .step-complete:hover span.step-icon1{
	background: url(/cam/img/step-icon1-on.png) no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current span.step-icon2{
	background: url(/cam/img/step-icon2-on.png) no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current span.step-icon3{
	background: url(/cam/img/step-icon3-on.png) no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current span.step-icon4,
.retirement-process ul.step-process li .step-complete:hover span.step-icon4{
	background: url(/cam/img/step-icon4-on.png) no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current span.step-icon5,
.retirement-process ul.step-process li .step-complete:hover span.step-icon5{
	background: url(/cam/img/step-icon5-on.png) no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current span.step-icon6,
.retirement-process ul.step-process li .step-complete:hover span.step-icon6{
	background: url(/cam/img/step-icon6-on.png) no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current span.step-icon7,
.retirement-process ul.step-process li .step-complete:hover span.step-icon7{
	background: url(/cam/img/step-icon7-on.png) no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current span.step-icon8,
.retirement-process ul.step-process li .step-complete:hover span.step-icon8{
	background: url(/cam/img/step-icon8-on.png) no-repeat 0 0;
}


.retirement-process ul.step-process li a .circle{
	width:26px;
	height:26px;
	border-radius: 100%;
	display: block;
}

.retirement-process ul.step-process li a .circle i{
	width:12px;
	height:12px;
	margin:7px;
	display: inline-block;
	background: #d8d8d8;
	border-radius: 100%;
}

.retirement-process ul.step-process li a:hover .circle i{
	background: #a2a2a2;
}

.retirement-process ul.step-process li .step-complete .circle,
.retirement-process ul.step-process li .step-current .circle
{
	width:26px;
	height:26px;
	border-radius: 100%;
	display: block;
}

.retirement-process ul.step-process li .step-complete .circle{
	background: #a2a2a2;
}

.retirement-process ul.step-process li .step-complete:hover .circle{
	background: #fa9393;
	opacity:1;
}

.retirement-process ul.step-process li:nth-child(2) .step-complete:hover span:nth-child(1),
.retirement-process ul.step-process li:nth-child(3) .step-complete:hover span:nth-child(1){
	opacity:.6;
}

.retirement-process ul.step-process li:nth-child(2) .step-complete:hover .circle,
.retirement-process ul.step-process li:nth-child(3) .step-complete:hover .circle{
	background: #bdbdbd;
}

.retirement-process ul.step-process li .step-current .circle{
	background: #fff;
	border:2px solid #fa9393 ;
}

.retirement-process ul.step-process li .step-complete .circle i,
.retirement-process ul.step-process li .step-current .circle i{
	width:12px;
	height:12px;
	position: relative;
	display: inline-block;
}

.retirement-process ul.step-process li .step-complete .circle i,
.retirement-process ul.step-process li .step-complete:hover .circle i{
	left:1px;
	top:0;
	background: url(/cam/img/step-icon-check.png)no-repeat 0 0;
}

.retirement-process ul.step-process li .step-current .circle i,
.retirement-process ul.step-process li .step-current:hover .circle i{	
	left:-2px;
	top:-2px;
	background: url(/cam/img/step-icon-current.gif)no-repeat 0 0;
}

.retirement-process ul.step-process li a strong{
	width:100%;
	display: inline-block;
	text-align: center;
	color:#a2a2a2;
	font-size: 0.95em;
	letter-spacing:-0.06em;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	font-weight:bold;
	white-space: nowrap;
}

.retirement-process ul.step-process li .step-complete strong,
.retirement-process ul.step-process li .step-current strong{
	color:#777;
}

.retirement-process ul.step-process li a:hover strong{
	color:#454545;
}

.retirement-process ul.step-process li a strong .no{
	font-size:14px;
}

.retirement-process ul.step-process-line li .line{
	width:100%;
	height:4px;	
	display:block;
	border-radius:3px;
	background: #d8d8d8;
}

.retirement-process ul.step-process-line li .complete{
	background: #a2a2a2;
}

.retirement-process ul.step-process-line li .current{
	background: rgb(162,162,162);
	background: -moz-linear-gradient(90deg, rgba(162,162,162,1) 5%, rgba(250,147,147,1) 95%);
	background: -webkit-linear-gradient(90deg, rgba(162,162,162,1) 5%, rgba(250,147,147,1) 95%);
	background: linear-gradient(90deg, rgba(162,162,162,1) 5%, rgba(250,147,147,1) 95%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2a2a2",endColorstr="#fa9393",GradientType=1);
}

/* 踰뷂옙? */
.retirement-process .legend{
	position: absolute;
	right:0;
	top: 50%;
    transform: translateY(-50%);
	display: block;
	width: 130px;
	height: 130px;
	background: #fff;
	border-radius: 4px;
	padding:20px;
	margin-right:20px;	
}

.retirement-process .legend ul{
	width:100%;	
	position: relative;
	top: 50%;
    transform: translateY(-50%);
}

.retirement-process .legend ul li{
	color : #666;
	font-size:12px;
	line-height: 24px;
	text-align: left;
	font-family: "open sans", "Meiryo", "Malgun Gothic", "Dotum", "AppleGothic", sans-serif;
	white-space: nowrap;
}

.retirement-process .legend ul li span{
	width:12px;
	height: 12px;
	display: inline-block;	
	margin-right:5px;
	border-radius: 100%;
}

.retirement-process .legend ul li .step-complete{
	background: #a2a2a2;
}

.retirement-process .legend ul li .step-current{
	background: #fa9393;
}

.retirement-process .legend ul li .step-before{
	background: #d8d8d8;
}

.multi-column-box{
	width:100%;	
	margin:0 auto;
	padding:10px;
	margin:5px;
	height:400px !important;
	border:1px solid #c9c9c9;
	border-radius:4px;
	columns:500px 2;
	color:#666;
}

.multi-column-title{
	width:100%;
	column-span: all;
	display:inline-block;
	text-align:center;
}

.multi-column-box p{
	color:inherit;
	font-size: 12px;
}

#hint{
	color:#d81f2f !important;
	font-size: 12px;
}


.pagination{
	display: flex;
    padding-left:0;
    list-style: none;
    border-radius: .25rem;
    align-items: center;
 	 justify-content: center;
}
.pagination-sm .page-item:first-child .page-link {
	border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination-sm .page-item:last-child .page-link {
	border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
}
.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #666;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #888;
    border-color: #757575;
}

h3.accordion{
	        
}

h3.ui-accordion-header{
	padding: 8px 0;
	padding-left:15px;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-top: -1px; 
	cursor: pointer;    
}

h3.ui-accordion-header:first-child{
	margin-top: 0; 
}

h3.ui-accordion-header a{
	font-size: 0.935em;
	letter-spacing: -0.06em;
	font-weight: bold;
	left: 5px !important;
}

h3.ui-state-default{
	color: #777;
}

h3.ui-state-default .ui-icon{
	display: inline-block;
	width:11px;
	height:11px;
	background: url('/common/images/dynatree/ui-acc-bul.gif') no-repeat 0 -1px;
}

h3.ui-accordion-header-active{
	border-top: 1px solid #c2c2c2;
    border-bottom: 1px dashed #e8e8e8; 
}

h3.ui-state-active .ui-icon{	
	background: url('/common/images/dynatree/ui-acc-bul_active.gif') no-repeat 0 -1px;
}


h3.ui-state-active a{	
	color: #d81f2f!important;
}

.ui-accordion-content-active{
	padding-left: 15px;
}

#pay_hint{
	font-size: 12px;
	letter-spacing: -0.03em;
}

#hiddenContent{
	margin-top: 5px;
	margin-bottom: 10px;
	width: calc(100% - 5px);
	background: #fef0e6 !important;
	padding: 5px;
	border-radius: 4px;
}

#hiddenContent > table{
	background: #fef0e6 !important
}

#hiddenContent > table tr td{
	padding: 8px;
    line-height: 1.8em;
    font-size: 12px;
    color: #454545;
}

#hiddenContent .tbl{
	border-collapse:collapse;
	border-top:1px solid #bdbdbd;
}

#hiddenContent .tbl tr th, #hiddenContent .tbl tr td{
	border-bottom:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	line-height:20px;
	padding: 2px;
}

#hiddenContent .tbl tr th:last-child, #hiddenContent .tbl tr td:last-child{
	border-right:none;
}

#hiddenContent .tbl tr th{
	font-weight: bold;
	line-height:20px;
}

#hiddenContent table tr td div span{
	font-size:inherit;
	line-height:1;
}

.shEmpNo{
    width:60px;
}
.shEmpNm{
	width:100px;
}
.shOrgCd{
    width:70px;
}
.shOrgNm{
    width:130px;
}