@font-face {
  font-family: 'NanumBarunGothic';
  src: url("/upm/style/fonts/NanumBarunGothic.eot");
  src: local(""),url("/upm/style/fonts/NanumBarunGothic.woff") format("woff");
}

body {
	/*font-family: "Arial","細明體","굴림","seoul";*/
	/*font-family: "Helvetica Neue", Helvetica, Arial, "NanumBarunGothic", sans-serif;*/
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size: 12px;
	line-height: 1.42857443;
	margin: 10px;
	padding: 0px;	
}

p {
	margin: 3px 0px 3px 0px; 
}

/*** link ***/
a:link {
	text-decoration: none;
	color: #0f7cca;
}

a:visited {
	text-decoration: none;
	color: #0f7cca;
}

a:hover {
	text-decoration: none;
	color: #013243;
	background-color: #ffffcc;
}

a.lk_black:link {
	text-decoration: none;
	color: #000000;
}

a.lk_black:visited {
	text-decoration: none;
	color: #000000;
}

a.lk_black:hover {
	text-decoration: none;
	color: #000000;
}

a.lk_red:link {
	text-decoration: none;
	color: red;
}

a.lk_red:visited {
	text-decoration: none;
	color: red;
}

a.lk_red:hover {
	text-decoration: none;
	color: red;
}

/*** object ***/
img {
	border: 0px;
	vertical-align: middle;
}

button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	background-color: #d2d7d3;
	color: #000000;  
	margin: 0;
	padding: 0.3rem 0.8rem;
	/*font-family: "Helvetica Neue", Helvetica, Arial,"NanumBarunGothic", sans-serif;*/
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;  
	border: none;
	border-radius: 4px;  
	display: inline-block;
	width: auto;  
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);  
	cursor: pointer;
}

.aButton {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	background-color: #d2d7d3;
	color: #000000;  
	margin: 0;
	padding: 0.3rem 0.8rem;
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;  
	border: none;
	border-radius: 4px;  
	display: inline-block;
	width: auto;  
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);  
	cursor: pointer;
}

.aButton:link {
	text-decoration: none;
	color: #000000;
	background-color: #d2d7d3; 
}

.naviButton {
	/*font-family: "Arial","細明體","굴림","seoul";*/
	/*font-family: "Helvetica Neue", Helvetica, Arial, "NanumBarunGothic", sans-serif;*/
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size: 12px;
	border: 1px rgb(299, 299, 299) solid;
	background-color: #ffffff;
	padding: 0px 5px 0px 5px;
	cursor: pointer;
}

.naviButton:hover {
	/*font-family: "Arial","細明體","굴림","seoul";*/
	/*font-family: "Helvetica Neue", Helvetica, Arial, "NanumBarunGothic", sans-serif;*/
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size: 12px;	
	border: 1px rgb(228, 241, 254) solid;
	background-color: rgb(228, 241, 254);	
}

input, select, textarea {
	/*font-family: "Helvetica Neue", Helvetica, Arial,"NanumBarunGothic", sans-serif;*/
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size: 12px;
	width: 100%;
	height: 28px;
	line-height: 24px;
	padding-left: 5px;
	margin: 0px;
	box-sizing: border-box;
	border: 1px solid #BDC3C7;
	vertical-align: middle;
}

input[type="checkbox"], input[type="radio"] {
	width: 15px;
	height: 15px;	
	margin-top: -3px;
	vertical-align: middle;
}

.checkbox {
	border: 0px;
	width: 20px;
	height: 20px;
}

/*** table ***/
table {
	/*font-family: Arial,細明體,돋움,돋움체,Microsoft, sans-serif;*/
	/*font-family: "Helvetica Neue", Helvetica, Arial, "NanumBarunGothic", sans-serif;*/
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size: 12px;
	width: 100%;
	/*border: 1px solid #bfbfbf;*/
	border-collapse: collapse;	
}

td {	
	border: 1px solid #bfbfbf;
	padding: 0.3rem;	
	vertical-align: middle;
}

tr {	
	padding: 0.3rem;	
	vertical-align: middle;
}

.tr_hover:hover {
	background-color: #efefff;
}

.td_calendar {
	text-align: right;
	vertical-align: top;
	background-color: #ffffff;
}

.td_hover_calendar:hover {
	background-color: #e2d2d2;
}

/*** header ***/
.hd {
	font-weight: bold;
	background-color: #C2DAED;
}

.hd_sb {
	font-weight: bold;
	color: #1F618D;
}

/*** title ***/
.tl {
	color: #003366;
	background-color: #eff4f8;
}

/*** log ***/
.tl_log {
	color: #999999;
	background-color: #f0f0f0;
}

.log {
	color: #999999;
}

/*** Approval / Report ***/
.tl_appr {
	background-color: #fbfae1;
}

/*** text ***/
.txt_c {
	text-align: center;
}

.txt_r {
	text-align: right;
}

.txt_l {
	text-align: left;
}

/*** total ***/
.st1 {
	background-color: #EFF2E4;
	font-weight: bold;
}

.st2 {
	background-color: #fff8d8;
	font-weight: bold;
}

.st3 {
	background-color: #f8efdf;
	font-weight: bold;
}

.gt {
	background-color: #efe8ff;
	font-weight: bold;
}

/*** message ***/

.bg_cant {
	background-color: #FADBD8; /*#F9EBEA;*/
}

.bg_deleted {
	background-color: #EAECEE;
}

.bg_today {
	background-color: #EBDEF0;
}

.bg_past {
	background-color: #D5D8DC;
}

.bg_blue {
	background-color: #D6EAF8;
}

.bg_green {
	background-color: #D4EFDF;
}

.bg_yellow {
	background-color: #FBF5EF;
}

.txt_warning {
	color: #DD0202;
}

.txt_disabled {
	color: #797D7F;
}

.txt_emphasis {
	color: #4169e1;
}

.txt_warning_bold {
	color: #DD0202;
	font-weight: bold;
}

.txt_disabled_bold {
	color: #797D7F;
	font-weight: bold;
}

.txt_emphasis_bold {
	color: #4169e1;
	font-weight: bold;
}

.txt_title_large {
	font-size: 14px;
	font-weight: bold;
	color: #212c6b;
}

.txt_title_medium {
	font-size: 12px;
	font-weight: bold;
	color: #212c6b;
}

.txt_title_small {
	font-size: 10px;
	font-weight: bold;
	color: #212c6b;
}
/*** etc ***/

.no_border {
	border: 0px;
}

/*** Navigation Menu ***/
#navi {
	padding: 5px 10px 5px 5px;
	width: 98%;
	top: 1px; 
	background-color: #ffffff;
	z-index: 10;
	position: fixed;
	/*font-family: Arial,細明體,돋움,돋움체,Microsoft, sans-serif;*/
	/*font-family: "Helvetica Neue", Helvetica, Arial, "NanumBarunGothic", sans-serif;*/
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	border: 2px solid #efefef;
	border-radius: 5px;
	box-shadow: 5px 5px 8px #888888;
	user-select:none;
}

#navi a {
	color: #000000;
	text-decoration: none;
}

#navi img {
	vertical-align: middle;
}

#contents {
	margin-top: 45px;	
}

/*** Language / National Flag ***/
.EN {
	background-image: url('/upm/img/flag/us.gif');
  	background-repeat: no-repeat;
  	background-position: left;
	padding-left:16px;
}

.KO {
	background-image: url('/upm/img/flag/kr.gif');
  	background-repeat: no-repeat;
  	background-position: left;
	padding-left:16px;
}

.ZH {
	background-image: url('/upm/img/flag/cn.gif');
  	background-repeat: no-repeat;
  	background-position: left;
	padding-left:16px;
}

.ES {
	background-image: url('/upm/img/flag/es.gif');
  	background-repeat: no-repeat;
  	background-position: left;
	padding-left:16px;
}

.TH {
	background-image: url('/upm/img/flag/th.gif');
  	background-repeat: no-repeat;
  	background-position: left;
	padding-left:16px;
}

/*** PopUp Layer Menu ***/
.layerPopup {
	width:250px;
	height:60px;
	position:absolute;
	float: left;
	display:none;
	border:1px solid #cccccc;
	padding:5px;
	background-color: #f2f1ef;
	/*background-color:#FFFFE0;*/
	/*font-family: "Helvetica Neue", Helvetica, Arial, "NanumBarunGothic", sans-serif;*/
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size:9pt;
	line-height:150%;
}

.layerPopupCalendarNaviMenu {
	width:250px;
	height:60px;
	position: fixed;
	float: left;
	display:none;
	border:1px solid #cccccc;
	padding:5px;
	background-color: #f2f1ef;
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size:9pt;
	line-height:150%;
	z-index: 20;
}

.layerPopupCalendar {
	width:250px;
	height:60px;
	position:absolute;
	float: left;
	display:none;
	border:1px solid #cccccc;
	padding:5px;
	background-color: #f2f1ef;	
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size:9pt;
	line-height:150%;
	z-index: 20;	
}

/*** 파일 업로드 ***/
.filebox label { 
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;  
	background-color: #d2d7d3;
	color: #000000;  
	margin: 0;
	padding: 3px 15px;
	font-family: Arial, 細明體, 돋움, 돋움체, "NanumBarunGothic", sans-serif;
	font-size: 12px;
	text-align: center;
	text-decoration: none;  
	border: none;
	border-radius: 4px;  
	display: inline-block;
	width: auto;  
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);  
	cursor: pointer;		 
}

.filebox input[type="file"] { /* 파일 필드 숨기기 */ 
	position: absolute; 
	width: 1px; 
	height: 1px; 
	padding: 0; 
	margin: -1px; 
	overflow: hidden; 
	clip:rect(0,0,0,0); 
	border: 0; 
}

/*** 참여자 정보 ***/
.attendance {
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 1px;
	padding-bottom: 1px;
	cursor: pointer;
}

/* UMenuitem focus */
.attendance_focus {
	height: 20px;
	background-color: #E8F5FD; 
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #A3C7E2;	
	cursor: pointer;
}

/* UMenuitem down */
.attendance_down {
	height: 20px;
	background-color: #A9D9F3; 
	padding-left: 7px;
	padding-right: 7px;
	border: 1px solid #A3C7E2;
	cursor: pointer;
}

/* 참여자 */
.attendance_disable {
	color: #888888;
	height: 20px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top:1px;
	padding-bottom:1px;
	cursor: default;
}

/* UMenuitem seperator */
.umenuitem_seperator {
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	border-top: 1px solid #A3C7E2;
	border-left: 1px solid #A3C7E2;
	border-right: 1px solid #C4D8EA;
	border-bottom: 1px solid #C4D8EA;
	cursor: default;
}

/*** 탭 메뉴 ***/
.tabmenu {
	color: #333333;	
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}

.tabmenu_selected {
	background-color: #F2F5FB;
	border: 1px solid #8396C3;
	padding: 2px 10px 2px 10px;
	cursor: pointer;
}

/*** 업무공정 ***/
.process_draft {
	border: 0px;
	background-color: #d2d2d2;
}

.process_normal {
	border: 0px;
	background-color: #fffffe;
}

.process_complete {
	border: 0px;
	background-color: #99CCFF;
}

.process_delay {
	border: 0px;
	background-color: #FF6666;
}