@charset "utf-8";
body {
	font-family: "dotum", "Arial";
	padding:0px;
	margin:0px;
	font-size:12px;
}
/*
a:link { text-decoration: none; color:#0000FF; }
a:visited { text-decoration: none; color:#0000FF; }
a:active { text-decoration: none; color:#0000FF; }
a:hover { text-decoration:none; color:#0000FF; }
*/
*{font-family: dotum;}
th {
	line-height: 15px;
}

tr {
	line-height: 15px;
}

td {
	color:#333333;
	font-size: 12px;
	line-height: 15px;
}

.button_default {
	font-size: 12px;
	padding:0;
}

.input_button {
	font-size: 9pt;
	border:1px solid #BBD0E5;
	background-color:#fafafa;
	cursor:pointer;
	padding:2px 1px 2px 1px;
}

.input_button_blue {
	font-size: 9pt;
	color: #FFFFFF;
	border:1px solid #BBD0E5;
	background-color:#0033ff;
	line-height:100%;
	cursor:pointer;
	padding:2% 4% 2% 4%; // top,right,bottom,left
}

.input_button_admin {
	font-size: 11px;
	line-height:17px;
	border:1px solid #BBD0E5;
	background-color:#FFFFCC;
	height:20px;
	cursor:pointer;
	padding:0;
}

.input_white_white {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 100%;
}

.input_gray_white {
	border: 1px solid #afafaf;
	background-color: #FFFFFF;
	font-size: 12px;
	width: 100%;
}

.input_gray_gray {
	border: 1px solid #afafaf;
	background-color: #EEEEEE;
	font-size: 12px;
	width: 100%;
}
.input_gray_yellow {
	border: 1px solid #afafaf;
	background-color: #FFFFCC;
	font-size: 12px;
	width: 100%;
}

.input_title {
	text-align: left;
	color:#3074b7;
	font-size: 15px;
	font-weight: bold;
	line-height:130%;
}

.input_field_bold {
	text-align: left;
	color:#000000;
	font-size: 12px;
	font-weight: bold;
	line-height:130%;
}

.input_number {
	text-align: right;
}

.list_title {
	text-align: center;
	color:#555;
	font-size: 12px;
	font-weight: bold;
}

.list_text {
	text-align: center;
	color:#333333;
	font-size: 12px;
	line-height: 15px;
	/*width: 100%;*/
	white-space: nowrap;
	text-overflow:ellipsis;
	-o-text-overflow: ellipsis;
	overflow: hidden;
}

.input_list_table { padding:0px; margin:0px; table-layout:fixed; }
.input_list_table th { font-weight:bold; }
.input_list_table td { text-align:center; color:#333333; font-size:12px; line-height:15px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }

.td_line{
	background-image:url(/new/images/sep.gif);
	background-repeat:no-repeat;
	background-position:0% 100%;
	font-size:12px;
	color:#666666;
}

.input_text {
	border: 1px solid;
	border-color: #999999;
	width: 99%;
	font-size: 9pt;
}
.input_text_readonly {
	border: 1px solid;
	border-color: #999999;
	background-color:#EEEEEE;
	width: 99%;
	height: 20px;
	font-size: 9pt;
}
.input_select {
	font-size: 9pt;
}
.input_form {
	border:0;
	margin:0;
}
/* Top menu!! */

table#_top_menu_t { width:100%; background:; margin:0px; padding:0px; }
table#_top_menu_t td { text-align:center; height:40px; }
table#_top_menu_t td.tm-l { width:0px; }
table#_top_menu_t td.tm-r { width:0px; }
table#_top_menu_t a { display:block; color:#5D5D5D; text-decoration:none; font-family:"맑은 고딕","돋움"; font-size:13px; font-weight:bold; line-height:30px}
table#_top_menu_t a:hover.index { color:yellow; }
table#_top_menu_t a.active { color:#000000; }
table#_top_menu_t a.index { color:#FFFFFF; }

div.tm-sub { position:absolute; z-index:10; background:; display:none } 
div.tm-sub ul { float:left; display:inline; margin:0; padding:0; }
div.tm-sub ul li { float:left; display:inline; position:relative; list-style-type:none; height:25px}

table#_top_menu_t div.tm-sub ul li a { float:left; display:block; color:#5D5D5D; text-decoration:none; margin:0px 0px 0px 0px; !important; font-family:"맑은 고딕","돋움"; font-size:13px; font-weight:bold; line-height:25px}
table#_top_menu_t div.tm-sub ul li a:hover,
table#_top_menu_t div.tm-sub ul li a.active { color:#3399FF; background:; }
table#_top_menu_t div.tm-sub ul li a.index { color:#000000; }



/* Left Menu */
.left_menu_title {
	color: #3f7ac0;
	font-size: 15px;
	font-weight:bold;
	padding-left:10px;
}

.left_use_info td {
	color: #3f7ac0;
}
.page_title{padding:7px 0 7px 30px;border-bottom:2px solid #d7d7d7;background:url("/images/pagetitle_dot.gif") no-repeat 5px 50%;margin-bottom:20px;}
.page_top_title {
	color: #666666;
	font-size: 15px;
	font-weight:bold;
}

.input_kind_title {
	color: #666666;
	font-size: 15px;
	font-weight:bold;
	padding-left:10px;
}

.input_kind_title2 { color: #000000; font-size: 15px; font-weight:bold; font-family:"굴림"; }

.btn_blue { width:80px; height:25px; border:1px solid #3f7ac0; background:url('/image/button/bg_blue.gif') repeat-x center; font-family:"맑은 고딕","돋움"; font-size:12px; font-weight:bold; color:#FFFFFF; padding:0px; line-height:100%; cursor:pointer;}
.btn_gray { width:80px; height:25px; border:1px solid #3f7ac0; background:url('/image/button/bg_gray.gif') repeat-x center; font-family:"맑은 고딕","돋움"; font-size:12px; font-weight:bold; color:#FFFFFF; padding:0px; line-height:100%; cursor:pointer;}
.btn_green { width:80px; height:25px; border:1px solid #3f7ac0; background:url('/image/button/bg_green.gif') repeat-x center; font-family:"맑은 고딕","돋움"; font-size:12px; font-weight:bold; color:#3f7ac0; padding:0px; line-height:100%; cursor:pointer;}
.btn_pink { width:80px; height:25px; border:1px solid #3f7ac0; background:url('/image/button/bg_pink.gif') repeat-x center; font-family:"맑은 고딕","돋움"; font-size:12px; font-weight:bold; color:#3f7ac0; padding:0px; line-height:100%; cursor:pointer;}
.btn_red { width:80px; height:25px; border:1px solid #3f7ac0; background:url('/image/button/bg_red.gif') repeat-x center; font-family:"맑은 고딕","돋움"; font-size:12px; font-weight:bold; color:#FFFFFF; padding:0px; line-height:100%; cursor:pointer;}
.btn_sky { width:80px; height:25px; border:1px solid #3f7ac0; background:url('/image/button/bg_sky.gif') repeat-x center; font-family:"맑은 고딕","돋움"; font-size:12px; font-weight:bold; color:#3f7ac0; padding:0px; line-height:100%; cursor:pointer;}
.btn_white { width:80px; height:25px; border:1px solid #afafaf; background:url('/image/button/bg_white.gif') repeat-x center; font-family:"맑은 고딕","돋움"; font-size:12px; font-weight:bold; color:#666666; padding:0px; line-height:normal; cursor:pointer;}
.btn_yellow { width:80px; height:25px; border:1px solid #3f7ac0; background:url('/image/button/bg_yellow.gif') repeat-x center; font-family:"맑은 고딕","돋움"; font-size:12px; font-weight:bold; color:#3f7ac0; padding:0px; line-height:100%; cursor:pointer;}

.btn_big { width:155px;height:44px;font-size:15px; }
.btn_midium { width:80px;height:30px;font-size:13px; }
.btn_small { height:18px;font-size:11px; }

.input_table table { border:2px solid #eee; background-color:#efefef; }
.input_table table td { padding-left:10px; padding-right:10px; height:25px; }
.input_table table td table {border:0px solid #eee; background-color:#ffffff;}
.input_table table td.td_content { background-color:white; }
.input_table table td.td_line1 { background-color:white; height:1px; }
.input_table table td.td_line2 { background-color:#e4f0ff; height:1px; }

.input_table_dot { margin:5px; vertical-align:middle; }

.input_table2 table { border-top: 2px solid #8dc1e6; border-right: 1px solid #8dc1e6; border-bottom: 2px solid #8dc1e6; border-left: 1px solid #8dc1e6; background-color:#eff2f7; }
.input_table2 table td { padding-left:10px; padding-right:10px; height:40px; color:#4079be; font-size:14px; font-weight:bold; font-family:"돋움"; }
.input_table2 table td table {border:0px solid #eee; background-color:#ffffff;}
.input_table2 table td.td_content { background-color:white; }
.input_table2 table td.td_line1 { background-color:#8dc1e6; height:1px; }
.input_table2 table td.td_line2 { background-color:#8dc1e6; height:1px; }

.input_table3 table { border-top: 2px solid #eee; border-right: 0px solid #8dc1e6; border-bottom: 2px solid #8dc1e6; border-left: 0px solid #8dc1e6; background-color:#eff2f7; }
.input_table3 table td { padding-left:10px; padding-right:10px; height:40px; color:#4079be; font-size:12px; font-weight:bold; font-family:"돋움"; }
.input_table3 table td table {border:0px solid #eee; background-color:#ffffff;}
.input_table3 table td.td_content { background-color:white; }
.input_table3 table td.td_line1 { background-color:#dfdade; height:1px; }
.input_table3 table td.td_line2 { background-color:#dfdade; height:1px; }

.input_table_box { border: 2px 1px 2px 1px solid #8dc1e6; }

.top_login td { font-size:12px; color:#a0a0a0; }
.top_login td input { border-left:0px; border-top:0px; border-right:0px; border-bottom:1px solid #a0a0a0; width:95%; height:16px; font-size:12px; }

/* DatePicker Container */
#ui-datepicker-div{background:#fff;}
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}
.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}
.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}
.ui-datepicker tbody td {
	padding: 0;
	border-right: 1px solid #eee;
	margin:0;
}
.ui-datepicker tbody td:last-child {
	border-right: 0px;
}
.ui-datepicker tbody tr {
	border-bottom: 1px solid #bbb;
}
.ui-datepicker tbody tr:last-child {
	border-bottom: 0px;
}
.ui-datepicker td span, .ui-datepicker td a {
	display: inline-block;
	font-weight: bold;
	text-align: center;
	width: 27px;
	height: 26px;
	line-height: 30px;
	color: #666666;
	text-shadow: 1px 1px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=1);
}
.ui-datepicker-calendar .ui-state-default {
	background: #ededed;
	background: -moz-linear-gradient(top,  #ededed 0%, #dedede 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#dedede));
	background: -webkit-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#dedede 100%);
	background: linear-gradient(top,  #ededed 0%,#dedede 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#dedede',GradientType=0 );
	-webkit-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	-moz-box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
	box-shadow: inset 1px 1px 0px 0px rgba(250, 250, 250, .5);
}
.ui-datepicker-calendar .ui-state-hover {
	background: #f7f7f7;
}
.ui-datepicker-calendar .ui-state-active {
	background: #6eafbf;
	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	-moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, .1);
	color: #e0e0e0;
	text-shadow: 0px 1px 0px #4d7a85;
	filter: dropshadow(color=#4d7a85, offx=0, offy=1);
	border: 1px solid #55838f;
	position: relative;
	margin: -1px;
}
.ui-datepicker-unselectable .ui-state-default {
	background: #f4f4f4;
	color: #b4b3b3;
}
.ui-datepicker-calendar td:first-child .ui-state-active {
	width: 29px;
	margin-left: 0;
}
.ui-datepicker-calendar td:last-child .ui-state-active {
	width: 29px;
	margin-right: 0;
}
.ui-datepicker-calendar tr:last-child .ui-state-active {
	height: 29px;
	margin-bottom: 0;
}



.line_table{border-collapse:collapse;border-top:1px solid #bbb;border-bottom:1px solid #bbb; table-layout:fixed;}
.line_table td,.line_table th{border:1px solid #ddd;}
.line_table th { font-weight:bold; }
.line_table td { text-align:center; color:#333333; font-size:12px; line-height:15px; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; overflow:hidden; }
