@charset "utf-8";
@import "table.css";
@import "input.css";
@import "btn.css";
@import "icon.css";
@import url("fontawesome-4.3.0.min.css");

/* ============== common ============== */

html, body {
	width: 100%;
	height: 98%;
    font-family: 'Nanum Gothic', Malgun Gothic, '맑은 고딕', Dotum, '돋움', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #4c4c4c;
   /* overflow-y: scroll;*/
}
a { text-decoration:none }

ol, ul {
	list-style: none;
	margin:0px; padding:0px;
}

h1 {
    font-size: 1.3em;
    color: #4c4c4c;
    padding: 0 0 0 10px;
}

#contents-body:after {
    content: "";
    display: block;
    clear: both;
}
#contents-body {height:94%}

.fBold { font-weight: bold; }
.fBlack { color: #000; }
.fBlue { color: #7495f3; }
.fRed { color: #bf4343; }
.fOrange { color: #f7620e; }
.fGrey { color: #888; }
.fLighrgrey { color: #a8a8a8; }
.fGreen { color: #02b035; }
.fYellow { color: #E7D447; }
.fGreenyellow { color: #4d7f12; }
.fPink { color: #fa22f7; }
.fPurple { color: #aa3ad5; }
.fBrown { color:#c18c4c }
.fWhite { color:#fff }

.floatR { float: right; }
.floatL { float: left; }
.floatC:after {
    content: "";
    display: block;
    clear: both;
}
.floatC { *zoom: 1; }

.marg-top{margin-top:30px;}

.text-center{text-align:center;}

.mCenter { margin: 0 auto; }
.marginT01 { margin-top: 1px; }
.marginT02 { margin-top: 2px; }
.marginT03 { margin-top: 3px; }
.marginT05 { margin-top: 5px; }
.marginT06 { margin-top: 6px; }
.marginT07 { margin-top: 7px; }
.marginT08 { margin-top: 8px; }
.marginT10 { margin-top: 10px; }
.marginT12 { margin-top: 12px; }
.marginT15 { margin-top: 15px; }
.marginT20 { margin-top: 20px; }
.marginT30 { margin-top: 30px; }
.marginT50 { margin-top: 50px; }
.marginT70 { margin-top: 70px; }
.marginT100 { margin-top: 100px; }
.marginT250 { margin-top: 250px; }

.marginR01 { margin-right: 1px; }
.marginR02 { margin-right: 2px; }
.marginR03 { margin-right: 3px; }
.marginR05 { margin-right: 5px; }
.marginR07 { margin-right: 7px; }
.marginR10 { margin-right: 10px; }
.marginR20 { margin-right: 20px; }
.marginR35 { margin-right: 35px; }
.marginR50 { margin-right: 50px; }
.marginR70 { margin-right: 70px; }

.marginB03 { margin-bottom: 3px; }
.marginB05 { margin-bottom: 5px; }
.marginB07 { margin-bottom: 7px; }
.marginB10 { margin-bottom: 10px; }
.marginB20 { margin-bottom: 20px; }

.marginL01 { margin-left: 1px; }
.marginL02 { margin-left: 2px; }
.marginL03 { margin-left: 3px; }
.marginL05 { margin-left: 5px; }
.marginL07 { margin-left: 7px; }
.marginL10 { margin-left: 10px; }
.marginL13 { margin-left: 13px; }
.marginL20 { margin-left: 20px; }
.marginL25 { margin-left: 25px; }
.marginL30 { margin-left: 30px; }
.marginL101 { margin-left: 101px; }
.marginL138 { margin-left: 138px; }
.marginL267 { margin-left: 267px; }


.form-btn {
    position: relative;
    padding: 10px 2px 0 2px;
    text-align: right;
}

.grid13 { width: 99.99999998999999%; *width: 99.94680850063828%; }
.grid12 { width: 97%; *width: 97%; }
.grid11 { width: 91.489361693%; *width: 91.4361702036383%; }
.grid10 { width: 82.97872339599999%; *width: 82.92553190663828%; }
.grid9 { width: 74.468085099%; *width: 74.4148936096383%; }
.grid8 { width: 65.95744680199999%; *width: 65.90425531263828%; }
.grid7 { width: 57.446808505%; *width: 57.3936170156383%; }
.grid6 { width: 48.93617020799999%; *width: 48.88297871863829%; }
.grid5 { width: 40.425531911%; *width: 40.3723404216383%; }
.grid4 { width: 31.914893614%; *width: 31.8617021246383%; }
.grid3 { width: 23.404255317%; *width: 23.3510638276383%; }
.grid2 { width: 14.89361702%; *width: 14.8404255306383%; }
.grid1 { width: 6.382978723%; *width: 6.329787233638298%; }

.f11 { font-size: 11px; }
.f12 { font-size: 12px; }
.f14 { font-size: 14px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.f20 { font-size: 20px; }

/*=========상위 메뉴=========*/
.top_area{
	width:100%;
	height:60px;
	background-color:DarkSlateGray ;
	/*background-position:-560px center;*/
}
.top-nav {
    position: absolute;
    top: 17px;
    left: 250px;
}

ul.top-menu li {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 50px;
}

ul.top-menu li a {
    display: inline-block;
    color: #ffffff;
    font-size:18px;
    font-weight:bold;
    height: 27px;
    line-height: 27px;
}

.top_sub{
	width:100%;
	height:30px;
	background-color:WhiteSmoke ;
	border-bottom:1px solid silver
}
.top_sub_con {
    position: relative;
    right: 20px;
    top: 5px;
    float: right;
}

/*=========//상위 메뉴=========*/
/*=========좌측 메뉴=========*/
.left_area {
	width: 200px;
	min-height:100%;
	height:auto;
	padding-bottom:20px;
    float: left;
    /*background: url(../images/common/body.jpg);*/
    background-color:WhiteSmoke;
    border-right:1px solid silver;
    border-bottom: 1px solid silver;
}
.left-nav {
   /*  text-align: center;
   border-top: 1px solid #2e2e2e;
    border-bottom: 1px solid #555;
    margin-top: 10px;*/
}

ul.left-menu li {
    display: inline-block;
    *display: inline;
    margin: 0 0 0 0px;
    min-width: 11em;
}

ul.left-menu li a {
    display: inline-block;
    color: black;
    font-size:14px;
    font-weight:bold;
    height: 32px;
    line-height: 32px;
}

ul.left-menu li a span{
	margin-left: 30px;
}

ul.left-menu li a span.on{
    color: red;
}

.left_menu_top{
	height: 40px;
	margin-top: 0;
	font-size:18px;
	font-weight:bold;
	background-color:#dddddd;
}

.left_menu_top span{
	margin-left: 20px;
	line-height: 40px;
}

/*=========//좌측 메뉴=========*/

/*=========메인=========*/
#main_contents {
	height: 100%;
    overflow-y: scroll;
}

#main_container{
	width: 95%;
	margin-left:20px;
}

#popup_container{
	width: 95%;
	margin-left:20px;
}
#frame_container{
	width: 100%;
}
#main_navi{
	width: 100%;
	height: 40px;
	border-bottom:2px solid black;
	line-height: 40px;
	font-size: 18px;
}

#popup_navi{
	width: 100%;
	height: 40px;
	border-bottom:2px solid black;
	line-height: 40px;
	font-size: 16px;
}

/*=========//메인=========*/

/*==========엑셀 버튼 영역==============*/
.table-header {
    border: 1px solid #cdcdcd;
    border-radius: 3px 3px 0 0;
    padding: 7px 10px;
    background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
    background: -o-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
    background: linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 );
    position: relative;
    height: 29px;
}
/*==========//엑셀 버튼 영역==============*/

/*=========테이블==============*/
.tb_s01 {
	width:100%;
	border-collapse:collapse;
	margin-bottom:5px;
	table-layout:fixed;
}

.tb_s01 th{
	font-weight:normal;
	color:#333333;
	text-align:center;
	padding:4px;
	letter-spacing:-1px;
	border:1px solid #d1d1d1;
	width:120px;
	height:22px;
	background: #f4f4f4;
	/*
	background: url(../images/lbg_long.gif) repeat-x center;
	*/
}
.tb_s01 td{
	padding:4px;
	border:1px solid #d1d1d1;
}

.tb_sView {
	width:100%;
	border-collapse:collapse;
	margin-bottom:5px;
	table-layout:fixed;
	font-size: 16px;
}
.tb_sView th{
	font-weight:normal;
	color:#333333;
	text-align:center;
	padding:10px 0px 10px 0px;
	letter-spacing:-1px;
	border:1px solid #d1d1d1;
	width:120px;
	height:22px;
	background: #f4f4f4;
	/*
	background: url(../images/lbg_long.gif) repeat-x center;
	*/
}
.tb_sView td{
	padding:10px 5px 10px 10px;
	border:1px solid #d1d1d1;
}
/*=========테이블==============*/

/* ============== fSearch ============== */

.search-total {
    background: #fdfdfd;
    padding: 7px 10px;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
    min-height:36px;
    position: relative;
}


.search-total .select-box {
    float: left;
    margin-right: 10px;
}

.fSearch {
    position: relative;
    margin-left: 5px;
    display: inline-block;
}
.fSearch input[type="text"] { height: 16px; }
.fSearch button {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 30px;
    border: 0 none;
    border-left: 1px solid #cdcdcd;
    background: #fcfcfc; /* Old browsers */
    background: -moz-linear-gradient(top,  #fcfcfc 0%, #e0e0e0 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fcfcfc), color-stop(100%,#e0e0e0)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #fcfcfc 0%,#e0e0e0 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #fcfcfc 0%,#e0e0e0 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #fcfcfc 0%,#e0e0e0 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #fcfcfc 0%,#e0e0e0 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#e0e0e0',GradientType=0 ); /* IE6-9 */
}
.fSearch .search-icon {
    background: url(../images/icons/icon-search-btn.png) no-repeat 50% 50%;
    text-indent: -9999em;
    display: block;
}
/* ============== //fSearch ============== */

/* ============== 페이징 ============== */
.pagination{
	display: inline-block;
	padding-left: 0px;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination > li{
	display: inline;
}

.pagination > li:first-child > a, .pagination > li:first-child > span{
	margin-left: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination > li > a, .pagination > li > span{
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.4285;
	margin-left: -1px;
	text-decoration: none;
	border:1px solid #ddd;
}
.pagination > li > a:focus, .pagination > li > a:hover, 
.pagination > li > span:focus, .pagination > li > span:hover{
	color: #23527c;
	background-color: #eee;
	border-color: #ddd;
}

.pagination > li:last-child > a, .pagination > li:last-child > span{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, 
.pagination>.active>a:hover, .pagination>.active>span, 
.pagination>.active>span:focus, .pagination>.active>span:hover{
	z-index: 2;
	color: #fff;
	cursor: default;
	background-color:#337ab7;
	border-color:#337ab7;
}


/* ============== //페이징 ============== */
/* ============== tab ============== */

.tab {
    border: 1px solid #c0c0c0;
    border-radius: 3px 3px 0 0;
    /* box-shadow: 0 1px 0 rgba(255, 255 ,255, .8); */
    background: #f7f7f7;
    background: -moz-linear-gradient(top,  #f7f7f7 0%, #e6e6e6 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#e6e6e6));
    background: -webkit-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
    background: -o-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
    background: -ms-linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
    background: linear-gradient(top,  #f7f7f7 0%,#e6e6e6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#e6e6e6',GradientType=0 );
}
.tab li {
    display: inline-block;
    *display: inline;
    float: left;
}
.tab li a {
    color: #4c4c4c;
    font-weight: bold;
    display: inline-block;
    padding: 15px 13px;
    border-right: 1px solid #c3c3c3;
    border-left: 1px solid #fdfdfd;
}
.tab .ui-state-hover {
    background: #eee;
    color: #999;
}
.tab .ui-tabs-active a {
    background: #fafafa;
    color: #427fd9;
    border-bottom: 1px solid #fafafa;
    margin-bottom: -1px;
}
.tab li:first-child.ui-tabs-active a { border-radius: 3px 0 0 0; }
.tab li:last-child {float: none;}

.tab .ui-tabs-active a {
    background: #fafafa;
    color: #427fd9;
    border-bottom: 1px solid #fafafa;
    margin-bottom: -1px;
}

.tab-main {
    padding: 20px 10px;
    border-left: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-radius: 0 0 3px 3px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, .05);
    background: #fafafa;
    
    position: relative;
}

/*========================================*/
.row {
    margin-bottom: 8px;
    *zoom: 1;
}
.evaluation-select {
    border: 1px solid #b8c2f6;
    background: #e5e9fc;
    padding: 7px 10px;
    border-radius: 5px;
}

/* =========== popup 템플릿 ============== */

h1.template00-tit,
h1.template01-tit,
h1.template02-tit { 
    text-align:center;
    padding-top:22px;
}

h1.template00-tit { color:#000; }
h1.template01-tit { color:#fff; }
h1.template02-tit { color:#000; }
h1.template03-tit { 
    color:#000;
    text-align:center;
    padding-top:15px;
    padding-bottom:32px;
    background:url(../images/popup_template/popup_template03_point.png) repeat-x left bottom
}

.template00,
.template01,
.template02 { 
    margin:20px; 
    padding:20px 25px;
    border-radius: 10px;
    background:#fff;
    min-height:300px;
    box-shadow: 0px 4px 4px  #917e58;
    line-height:20px;
}

.template01 { 
    box-shadow: 0px 4px 4px  #917e58;
}

.template02 { 
    border:2px solid #b52776;
}

.template03 { 
    margin:20px; 
    padding:20px 15px;
    min-height:300px;
    line-height:20px;
}

.template-footer { 
    height:25px;
    color:#fff;
    width:100%;
    padding:10px 0 5px 0;
    background:#333;
    /*position:absolute;*/
    box-shadow: 1px 2px 3px #000 inset;
    bottom:0;
    left:0
}
.footer-bClose {
    border:none;
    background:none ;
    margin-right:15px;
}

/* =========== dim popup layer ============== */
.dim_pop_layer .pop-container {
  padding: 20px 25px;
}

.dim_pop_layer p.ctxt {
  color: #666;
  line-height: 25px;
}

.dim_pop_layer .btn-r {
  width: 100%;
  height: 20px;
  padding: 10px 10px;
  border-top: 2px solid #ddd;
  text-align: right;
}

.dim_pop_layer {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 600px;
  height: auto;
  background-color: #fff;
  border: 2px solid #666;
  z-index: 10;
}

.dim_pop_layer_t .pop-container {
  padding: 20px 25px;
}

.dim_pop_layer_t p.ctxt {
  color: #666;
  line-height: 25px;
}

.dim_pop_layer_t .btn-r {
  width: 100%;
  height: 20px;
  padding: 10px 10px;
  border-top: 2px solid #ddd;
  text-align: right;
}

.dim_pop_layer_t {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 800px;
  height: auto;
  background-color: #fff;
  border: 2px solid #666;
  z-index: 10;
}

.dim-layer {
  display: none;
  position: fixed;
  _position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.dim-layer .dimBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
}

.dim-layer .dim_pop_layer {
  display: block;
}

.dim-layer .dim_pop_layer_t {
  display: block;
}

a.btn-layerClose {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #304a8a;
  background-color: #3f5a9d;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-layerClose:hover {
  border: 1px solid #091940;
  background-color: #1f326a;
  color: #fff;
}

a.btn-assignment-write {
  display: inline-block;
  height: 25px;
  padding: 0 14px 0;
  border: 1px solid #a51707;
  background-color: #c23201;
  font-size: 13px;
  color: #fff;
  line-height: 25px;
}

a.btn-assignment-write:hover {
  border: 1px solid #8b0f01;
  background-color: #9f0000;
  color: #fff;
}
















