@charset "UTF-8";
/* CSS Document */

body {
	min-width: 1024px;
	height: 1000px;
	margin: 0 0 0 0;
	padding: 0;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #333333;
	background:#fff;
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #72ba34;
	text-decoration: none;
}
img {
	border: 0;
}



/* 폼 디자인 */
input {
	height: 26px;
	border:1px solid #aaa;
	display:inline-block;
	vertical-align: middle;
}
input[type="file"] {
	border: 0;
}
input[type="date"] {
	height: 26px;
}
input[type="checkbox"] {
	border: 0;
}
input[type="radio"] {
	border: 0;
	margin-right: 10px;
	height: 28px;
	line-height: 28px;
	font-size: 28px;
}
input[type="submit"] {
	height: 26px;
}
select {
	height: 30px;
	border:1px solid #aaa;
	min-width: 160px;
	display:inline-block;
	vertical-align: middle;
}
button, input[type="submit"], input[type="button"] {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #aaa;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin: 5px 0;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
	vertical-align: middle;
	height: 28px;
}
.approval_member {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #aaa;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin: 5px;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
	vertical-align: middle;
	line-height: 22px;
}

.cowork_member {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#ededed;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #aaa;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	margin: 5px;
	padding:3px 8px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
	vertical-align: middle;
	line-height: 22px;
}

.approval_yes {
	color: #ffffff;
	background-color: #0063a1;
	text-shadow:none;
	box-shadow:none;
}
.approval_no {
	color: #ffffff;
	background-color: rgb(161, 6, 6);
	text-shadow:none;
	box-shadow:none;
}
.approval_none {
	background-color: #eeeeee;
	text-shadow:none;
	box-shadow:none;
}
.approval_mine {
	color: #0066cc;
	background-color: #ffffff;
	text-shadow:none;
	box-shadow:none;
}
button:hover {
	background-color:#dfdfdf;
}
button:active {
	position:relative;
	top:1px;
}
button.nomargin {
	margin: 0;
}
textarea {
	width: 97%;
	margin: 3px 2px;
	border:1px solid #aaa;
}



/* Top */

.topbg {
	width: 100%;
	text-align: center;
	background: url(images/menu_bg.png);
	background-position:center;
	background-repeat: repeat;
}
.top {
	width: 1024px;
	height: 0;
	margin: 0 auto;
	padding: 0;
}
.top #logo {
	height: 92px;
	overflow: hidden;
	float: left;
}
.top #logo img {
	margin-top: -25px;
	cursor: pointer;
}
.top #ad_top {
	float: right;
}
.top #ad_top img {
	margin: 8px 3px 0 0;
	cursor: pointer;
}



/* Menu */

.top_menu {
	min-width: 1024px;
	margin: 0 auto;
	height: 44px;
	background: url(images/menu_bg.png);
}

.url {
	font-size: 14px;
	font-weight: none;
}
.member_name {
	margin: 10px 10px;
	padding: 2px 4px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #000;
	float: right;
	font-weight: normal;
	background-color: #9cf;
}
.login_time {
	margin: 10px 10px;
	padding: 2px 4px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	float: right;
	font-weight: normal;
}


.menu, .m0, .m1, .m2, .m3, .m4, .m5, .m6, .m7, .m8, .m9, .m10, .m11, .m12, .m13, .login, .logout, .login1 {
	margin: 8px 8px;
	padding: 4px 8px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	float: left;
	cursor: pointer;
}
.menu.over, .m0.over, .m1.over, .m2.over, .m3.over, .m4.over, .m5.over, .m6.over, .m7.over, .m8.over, .m9.over, .m10_over, .m11.over, .m12.over, .m13.over, .login.over, .logout.over, .login1.over {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background: #a0cd33;
}
.space {
	width: 20px;
	margin: 8px 10px;
	padding: 4px 4px;
	line-height: 20px;
	float: left;
}

.login, .logout, .login1 {
	float: right;
	margin: 8px 0px;
}
.language {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background-color:#a0cd33;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #233a6f;
	margin: 6px 20px;
	padding: 0 20px;
	text-align: center;
	font-size: 14px;
	line-height: 28px;
	color: #fff;
	float: right;
	cursor: pointer;
}

/* Top on */
.top_on {
	width: 100%;
	height: 44px;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 0;
	left: 0;
	display: black;
	background: url(images/menu_bg.png);
	float: none;
}
.top_1 {
	width: 860px;
	height: 44px;
	margin: 0 auto;
	padding: 0;
	top: 0;
}


/* Main 위의 Adv */

.adv {
	width: 100%;
	height: 650px;
	text-align: center;
	background-image:url(/images/ad_mainbg.png);
	background-position:center;
	overflow: hidden;
	cursor: pointer;
}


/* Main */

.main {
	width: 1024px;
	min-height: 2000px;
	margin: 30px auto;
	/*background-image: url(images/main_centerbg.png);*/
	background-position:center;
	background-repeat: no-repeat;
	text-align: center;
}



/* Login_box */

.login_box {
	color: #000000;
	width: 276px;
	height: 150px;
	background: #ffffff;
	border: 1px solid #cccccc;
	margin: 5px auto;
	padding-top: 20px;
}




/* bottom */
.bottom {
	width: 100%;
	float: none;
	border-top: 1px #ccc solid;
	margin: 10px auto 0 auto;
	text-align: center;
}
.bottom .lim {
	margin: 0 auto;
	width: 860px;
}
.bottom .logo {
	width: 200px;
	height: 100px;
	float: left;
	text-align: left;
	padding-top: 20px;
}
.bottom .address {
	width: 660px;
	height: 100px;
	float: left;
	text-align: left;
	padding-top: 25px;
}




/* 테이블 */
table {
	width: 90%;
	border: #aaa solid;
	border-width: 1px 0 0 1px;
	padding: 0;
	margin: 10px auto;
}
table.bbs, div.bbs {
	max-width: 1280px;
	margin: 10px auto;
}
table.reply {
	width: 100%;
	margin-bottom: 10px;
}
table.reply td {
	height: 50px;
}

th {
	background-image:url(/images/thbg.png);
	background-size:contain;
	font-size: 14px;
	height: 30px;
	font-weight: normal;
	cursor: pointer;
	margin: 0; 
	padding: 0;
	border: #aaa solid;
	border-width: 0 1px 1px 0;
}
td {
	height: 30px;
	text-align: center;
	vertical-align: middle;
	border: #aaa solid;
	border-width: 0 1px 1px 0;
	font-size:14px;
}
td.title {
	background:#eee;
	vertical-align: middle;
	line-height: 30px;
	width: 100px;
}
td.title img {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	border: #666 0 solid;
	vertical-align: bottom;
}
td.body {
	text-align: left;
	padding: 5px;
	height: 30px;
}

/* itemtable */
table.itemtable {
	margin-top: 10px;
}
table.itemtable1 {
	margin-top: 0;
	border-top: 0;
}
.itemno {
	cursor: pointer;
	background: #ffffcc;
}

/* 승인 Approval */
td .appicon {
	height: 20px;
	width: 20px;
	margin: 0 1px;
}
td.app_leader {
	margin: 0 1px;
	background-color: #ffff00;
	cursor: pointer;
	text-align: center;
}
td.app_charge {
	margin: 0 1px;
	background-color: #ffff00;
	cursor: pointer;
	text-align: center;
}
td.app_waiting {
	margin: 0 1px;
	background-color: #ffff00;
	cursor: pointer;
	text-align: center;
}
td.app_meok {
	margin: 0 1px;
	background-color: #ffffff;
	cursor: pointer;
	text-align: center;
}
td.app_allok {
	margin: 0 1px;
	background-color: #cccccc;
	text-align: center;
}
td.app_reject {
	margin: 0 1px;
	background-color: #ff0000;
	color: #ffffff;
	text-align: center;
}





.none {
	width: 100%;
	height: 0;
	float: none;
	clear: both;
}

.smalltitle {
	font-size: 18px;
}

/* 빈공간 */
.space {
	margin: 0 10px;
}

.line-space {
	height: 10px;
	float: none;
	clear: both;
}

/* 검색창 */
.searchBox {
	text-align: center;
	min-width: 800px;
	margin: 20px auto;
}
.datetime {
	color:#07a775;
	font-size:30px;
	line-height: 40px;
	vertical-align: middle;
}
#year, #month {
	font-size: 34px;
	line-height: 40px;
}

/* popup box */
.popupbox {
	display: none;
	width: 700px;
	/*height: 300px;*/
	border: 1px #333 solid;
	background-color:#f0f0f0;
	text-align: center;
	padding: 10px;
}
.boxtitle {
	width: 100%;
	height: 20px;
	padding-top: 5px;
	background-color:rgb(42, 55, 68);
	color: #FFF;
	text-align: center;
	font-weight: bold;
}
.boxtitle1 {
	width: 100%;
	height: 24px;
	padding-top: 8px;
	padding-bottom: 2px;
	margin-bottom: 2px;
	background-color:rgb(42, 68, 55);
	color: #FFF;
	text-align: center;
	font-weight: bold;
}

.popupbox_factory {
	display: none;
	width: 300px;
	/*height: 300px;*/
	border: 1px #333 solid;
	background-color:#f0f0f0;
	text-align: center;
}



/* Item */
.item_packing {
	padding: 3px;
	line-height: 30px;
	border: 0;
	background-color: #ccc;
}

.item_factory {
	padding: 3px;
	line-height: 30px;
	border: 0;
	background-color: #cff;
}

.item_continue {
	padding: 3px;
	line-height: 30px;
	border: 0;
	background-color: #ffc;
}


/* 상태 */
.st_order {
	background-color: #eeeeee;
	color: #000000;
}
.st_factory {
	background-color: #00ccff;
	color: #000000;
}
.st_qc {
	background-color: #ffcc00;
	color: #000000;
}
.st_packing {
	background-color: #99cc00;
	color: #000000;
}
.st_invoice {
	background-color: #999999;
	color: #000000;
}
.st_delivery {
	background-color: #333333;
	color: #ffffff;
}
.st_claim {
	background-color: #ff0000;
	color: #ffffff;
}



.add_factory {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #000;
	padding: 1px 3px;
	cursor: pointer;
}

.day {
	width: 200px;
	vertical-align: top;
	text-align: left;
	height: 120px;
	padding: 5px;
	font-size: 12px;
}
.before {
	background-color: #f0f0f0;
}
.today {
	background-color: #fff2c3;
}
.holiday {
	background-color: #f3f3f3;
}

.s_item {
	width:93%;
	font-size: 12px;
	line-height:17px;
	height: 16px;
	min-width: 120px;
	overflow: hidden;
	margin: 3px;
	padding: 3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border: 1px solid #333;
	cursor: pointer;
}
.s_out {
	background-color: #f2ffda;
}
.s_in {
	background-color: #edc8eb;
}
.s_zoom {
	background-color: #aef2e9;
}
.s_meeting {
	background-color: #ffea84;
}
.s_vacation {
	background-color: #d0d0d0;
}
.s_other {
	background-color: #f2b4ae;
}
.s_private {
	background-color: #777777;
}

.add_new {
	width: 30px;
	margin: 0;
	padding: 5px;
	text-align: center;
	background-color: #efefef;
}
.ctg {
	margin-left: 20px;
}
.ctg#prvt {
	margin-left: 0px;
}