@charset "utf-8";

/* ----------------- common ----------------------- */

html { overflow: auto; } /*ie7 세로스크롤 제거 */
html, body, p, div, ul, ol, li, dl, dt, dd, form, table, th, td, fieldset, input, textarea, select, button, h1, h2, h3, h4, h5, h6, pre { margin:0; padding:0; }
#body{ color:#000; font-family: Arial, Dotum; font-size: 12px; background-image: url(../images/site/left_bg.png); background-repeat: repeat-y;}
body{ color:#000; font-family: Arial, Dotum; font-size: 12px; }
input, textarea, select, button { color:#000; font-family: Arial, Dotum; font-size: 12px;}

fieldset, img {border:0; vertical-align:middle;}
select{ padding: 0 0 0 5px; border:1px solid #c5c5c5;font-size:12px;height:22px;vertical-align:middle;}
img {-ms-interpolation-mode:bicubic !important; border: none;}
table {border-collapse:collapse;}
legend {position:absolute; overflow:hidden; visibility:hidden; width:0; height:0; font-size:0; line-height:0; }
caption {visibility:hidden; overflow:hidden; width:0;height:0;font-size:0;line-height:0;}
ul, ol {list-style:none !important;}
a {color:#242424; text-decoration:none; cursor: pointer;}
em { font-style: normal; }
td {color:#000;}
.none {border:none !important;}
.bold { font-weight: bold; }
.show_off {display:none;}
.strong{font-weight:bold;}
.center{text-align:center;}
.m_center{width:100%;margin:0 auto;}

input[type="text"],input[type="email"],input[type="number"],input[type="url"],input[type="search"],input[type="tel"],input[type="password"],input[type="date"],input[type="color"],textarea 
			{text-align:left;height:22px; padding: 0 1em 0 0.5em; border: 1px solid #c5c5c5; -webkit-border-radius:1px;-webkit-border-radius:1px;behavior: url(./js/PIE.htc); -webkit-appearance:none;cursor: pointer}
input[type=file] {padding:0; margin:0; height:22px;}
input[type="checkbox"] {vertical-align:middle;margin-top:3px;border:1px solid #dddddd;height:15px;width:15px;font-size:12px;}

input[type="submit"], input[type="image"], input[type="button"], input[type="reset"] { cursor: pointer; }
input[type="submit"], input[type="button"], input[type="reset"] { border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc); border: solid 1px #888; height: 20px; padding: 0 1em 0 .8em; font-size:11px; }
input[type="text"], input[type="password"], textarea { padding: 2px; }
input[type="text"] {cursor:default !important; }
input[type="text"]:disabled {background: #dddddd;}

h3{font-weight:700;font-size:15px;padding:10px 0;}
h3.blue{font-weight:700;font-size:15px;padding:10px 0 20px 0;color:#0850b3;text-align:center;}
h4.memo_txt{font-weight:500;font-size:15px;padding:45px 0 20px 0;color:#000000;text-align:center;}
h4{padding:5px 0;}

td.subtitle { border-left: none; border-right: none; text-align: left; font-weight: bold; padding-top: 10px; }

.debug_box { border: solid 1px #f00; border-radius: 10px; color:#000; margin: 50px 0; padding: 10px; line-height: 150%;width: 900px;word-break: break-all;    white-space: pre-line;


}
.debug_box table{
	width: 100%;
	font-size: 12px;
		
	}
	
.debug_box table th{
		padding: 7px;
	    color: #333333;
	    border: 1px solid #d1d1d1;
	    background-color: #f5f7f9;
	    font-weight: bold;
	}
.debug_box table td{
		padding: 5px;
		border: 1px solid #d1d1d1;
	    text-align: center;
	    word-break: break-all;
	    overflow: hidden;
}

label.disabled { color: #999; }
label.invisible { display: none; }
input[type="checkbox"] {
	/*margin:0;padding:0;*/
	margin-right: 5px;
}
input[type="radio"] {
	/*padding:0 !important;*/
	/*margin:0 !important;*/
	vertical-align:middle !important;
	margin-right: 5px;

}
select.small {height:20px}
select:disabled {background: #dddddd;;}

.form_title { color:#000000;padding-left:1px; height:28px; font-size: 15px; font-weight: 700; margin: 5px 0 6px 0; letter-spacing:-0.5px; line-height:2; min-width: 900px; font-family:'Arial','NanumGothic',dotum;}
.form_title span { font-size: 14px; color: #bb0023; margin-left:10px;margin-right:10px; }
.form_title ul li.current { font-size: 1.2em; font-weight: bold; }
.form_title ul li.prev { font-size: .8em; color: #666; }
.form_title ul li.next { font-size: .8em; color: #666; }
.form_title_trc{ color:#000000;padding-left:1px; height:28px; font-size: 14px; font-weight: 500; margin: 5px 0 6px 0; letter-spacing:-0.5px; line-height:2; min-width: 900px; font-family:'Arial','NanumGothic',dotum;}


.check_data { border: solid 1px #ccc; margin-top:20px; margin-bottom: 10px; padding: 8px; text-align: right; }
    .check_data input[type=checkbox] { width: auto; }
.btn_group { border:0; margin-top:5px; margin-bottom: 15px; padding: 0px; text-align: right; min-height:50px; height:auto;}
.btn_group_ico { border:0; margin-top:5px; margin-bottom: 2px; padding: 0px; height:15px }

.delete_data { border: solid 1px #ccc; margin-top:20px; margin-bottom: 10px; padding: 0px; text-align: left; }
	.delete_data #DataDelBtn { width: 100px; color: #fff; margin: 0 5px 0 5px;  background-color: #c81a10; border: 0px ;height:20px; line-height:18px}
    .delete_data div { background-color: #ddd; color: #000; font-weight: bold; padding: 8px; }
    .delete_data p span { color: #ff7200; font-size:11px; font-weight: normal; }
    .delete_data p { padding: 10px; }
    .delete_data p img { cursor: pointer; }

.status_icon { font-size: 0px; }
.status_icon img { margin: -1px 1px 1px 1px; }
.icon_border_close { padding: 0px; border: solid 1px #f90; background-color: #fff; }
.icon_border_none { padding: 0px; border: solid 1px #fff; background-color: #fff; }


.icon_pdf {background:url('../images/site/icon_cal.gif') no-repeat;background-position:0 1px;padding-left:18px;height:18px;}
.ico_cal{background:url('../images/site/icon_cal.gif') no-repeat;cursor:pointer;width:16px;height:16px;
border: none;color:#000000;padding-top:0px;margin:2px;}
.icon_desc_box { margin: 0px 0px 5px 0px; padding: 10px; border: solid 1px #ddd; background-color: #fff; line-height: 200%; width:224px;}
.icon_desc_box label { margin-right: 15px; font-size:11px; letter-spacing:-0.5px; line-height: 150%}
.icon_desc_box label.title { font-weight: 600; }

.yellow_box{border:1px solid #aaaaaa;background-color:#ffff9b;width:700px;padding:10px;color:#006d91;line-height:180%}

.red { color: red; }
.blue { color: blue; }
.blue_txt{color:#1e61a5;}
.green { color: green; }
.blue_th { color:#0045b8; }

.w800{width:800px;}
.w900{width:900px;}
.w1000{width:1000px;}
.w1100{width:1100px;}
.w1200{width:1200px;}


.line_nomal{line-height:20px;}
.txt_blue{font-size:11px;color:#0000ff;}
.top10 {padding-top:10px;}
.txt_left{text-align:left !important;padding-left:10px !important;}
.txt_gray{color:#a8a8a8 !important;}
.bg_gray{background:#f0f0f1 !important;}
.txt_center{text-align:center !important;}
span.small {font-size:12px;}


/* float */
.f_l {float:left !important; display:inline-block;}
.f_r {float:right !important;display:inline-block;}


/*텍스트 정렬*/
.text_r {text-align:right !important;}
.text_c {text-align:center !important;}
.text_l {text-align:left !important;}

.text_t {vertical-align:top !important;}
.text_m {vertical-align:middle !important;}
.text_b {vertical-align:bottom !important;}

.mt_5 { margin-top:5px !important;}
.mt_10 { margin-top:10px !important;}
.mt_15 { margin-top:15px !important;}
.mt_20 { margin-top:20px !important;}
.mt_30 { margin-top:30px !important;}
.mt_40 { margin-top:40px !important;}
.mt_50 { margin-top:50px !important;}


.ml_0 { margin-left:0px !important;}
.ml_5 { margin-left:5px !important;}
.ml_10 { margin-left:10px !important;}
.ml_15 { margin-left:15px !important;}
.ml_20 { margin-left:20px !important;}
.ml_25 { margin-left:25px !important;}
.ml_30 { margin-left:30px !important;}
.ml_35 { margin-left:35px !important;}
.ml_40 { margin-left:40px !important;}
.ml_45 { margin-left:45px !important;}
.ml_50 { margin-left:50px !important;}
.ml_60 { margin-left:60px !important;}
.ml_70 { margin-left:70px !important;}
.ml_80 { margin-left:80px !important;}


.mr_5 { margin-right:5px !important;}
.mr_10 { margin-right:10px !important;}
.mr_15 { margin-right:15px !important;}
.mr_20 { margin-right:20px !important;}
.mr_30 { margin-right:30px !important;}
.mr_40 { margin-right:40px !important;}
.mr_50 { margin-right:50px !important;}


.mb_5 { margin-bottom:5px !important;}
.mb_10 { margin-bottom:10px !important;}
.mb_15 { margin-bottom:15px !important;}
.mb_20 { margin-bottom:20px !important;}
.mb_30 { margin-bottom:30px !important;}
.mb_40 { margin-bottom:40px !important;}
.mb_50 { margin-bottom:50px !important;}

/*********************************************************************************************************************/
/* ----------------- Layout ----------------------- */
/* site.css 가져옴*/
.site_header { position: fixed; top: 0px; width: 100%; min-width: 100px; height: 50px; z-index: 1003; background:#34495e;  }
.site_header.sanbox{background:darkorange;}
.site_header ul { list-style:none; }
.site_header ul li { float: left; }
.site_header #SiteLogo { margin-right:-1px; margin-top:8px; text-align: center; }
.site_header .account_menu { padding: 30px 10px 0 0; text-align: right; font-size: 9pt; letter-spacing:0px; }
.site_header .account_menu a { margin: 0 2px 0 2px; }
.site_header .account_menu * { color: #fff; }
.siteheader_monitorcount {position:relative; top:-45px;left:46px; width:20px; height:16px; background:#ff0000;color:#fff; font-weight:bolder;text-align:center; z-index:1005;line-height:16px;font-size:.9em;padding:0px; border-radius: 6px;-webkit-border-radius:6px;behavior: url(./js/PIE.htc);}        
.site_header  #menu_section_sub{width:107px;position:absolute;left:254px;margin-top:-1px;background:#ffffff;display:none;border:1px solid #000000;}
.site_header  #menu_section_sub > ul {width:87px;list-style: none !important;clear:both !important; }
.site_header  #menu_section_sub > ul > li {width:87px !important;padding:10px !important;background:#ffffff;clear:both !important;}
.site_header  #menu_section_sub > ul > li > a {color:#6d7174;}
.site_header  #menu_section_sub > ul > li:hover {background:#eaecee;}
.site_header  #menu_section_sub > ul > li:hover > a {color:#001d3a;}
.site_header .menu_crf_on{background:#6388c9;}
.site_header .menu_img_on{background:#2756ad;}
.site_header .menu_tra_on{background:#4b90a4;}
.site_header .menu_crf_off{background:#1b324c;}
.site_header .menu_img_off{background:#1b324c;}
.site_header .menu_tra_off{background:#1b324c;}
.site_header .menu_off{background:#1b324c;}
.site_header ul > li:first-child {width:245px !important;}
.site_header ul > li {padding:0 5px !important;}

.site_footer { position: fixed; bottom: 0; width: 100%; min-width: 1000px; height: 25px; text-align: left;  z-index: 1002; padding-left:100px;
               background-color: #d0d4d8; border-top: solid 0px #000; }
.site_footer .copyright { color: #4c5a6a; font-family: Arial; font-size: 11px; padding-top: 5px;}
.site_footer .copyright img{ padding-right:100px;}
.site_footer .copyright b, #site_footer #copyright label { color: #4c5a6a; }
.site_footer .copyright .logo { color: #4c5a6a; font-weight: bold; }
.site_footer .copyright .logo span { color: #4c5a6a; }
.site_footer #btn_admin {height:16px;font-size:0.9em;line-height:16px;}
	
.popup_footer { position: fixed; bottom: 0; width: 100%; min-width: 800px; height: 25px; text-align: left;  z-index: 1002; padding-left:30px;
               background-color: #d0d4d8; border-top: solid 0px #000; }
.popup_footer .copyright { color: #4c5a6a; font-family: Arial; font-size: 11px; padding-top: 5px;}
.popup_footer .copyright img{ padding-right:100px;}
.popup_footer .copyright b, #site_footer #copyright label { color: #4c5a6a; }
.popup_footer .copyright .logo { color: #4c5a6a; font-weight: bold; }
.popup_footer .copyright .logo span { color: #4c5a6a; }
.popup_footer #btn_admin {height:16px;font-size:0.9em;line-height:16px;}

	
/* 사이드 메뉴 및 정보가 들어가는 경우 */
#layout_side { padding: 12px 10px 46px 10px; width: 240px;position: fixed; top: 49px; left: 0px; z-index: 1001; background-image: url(../images/site/left_bg.png); background-repeat: repeat-y;overflow:hidden; }
#layout_side h1 { color:#0080ff; font-weight:bold; font-size:14px; margin-bottom: 1em; }
#layout_side h2 { padding-left: 20px; background-image: url(../images/site/icon_item.gif); background-repeat: no-repeat; background-position-y: center; 
				  font-size: 1em; height: 16px; font-weight: bold; margin-bottom: .4em; }
#layout_side h2.subjectInfo { background-image: url(../images/site/icon_item.gif); background-position-y: top; }
#layout_side h2.subjectInfo_new { cursor:pointer;padding: .2em  .2em  .6em  .2em; margin-top: 8px; margin-bottom: 0px;}
#layout_side h2.down { background-image: url(../images/site/left_ico_down.png); background-repeat: no-repeat; background-position-y: center; background-position-x: right; }
#layout_side h2.up { background-image: url(../images/site/left_ico_up.png); background-repeat: no-repeat; background-position-y: center; background-position-x: right; }

#layout_side #layout_side_inner::-webkit-scrollbar  {width: 0.7em;background: transparent;cursor:pointer;}
#layout_side #layout_side_inner::-webkit-scrollbar-thumb {background: #999;}

#layout_side #menu div {cursor:pointer;padding: .2em  .2em  .6em  .2em; margin-top: 8px; margin-bottom: 8px; border-bottom: solid 1px #aaa;}
#layout_side #menu .down { background-image: url(../images/site/left_ico_down.png); background-repeat: no-repeat; background-position-y: center; background-position-x: right; }
#layout_side #menu .up { background-image: url(../images/site/left_ico_up.png); background-repeat: no-repeat; background-position-y: center; background-position-x: right; }
#layout_side #menu div a:hover { color: #e44b00; }
#layout_side #menu div.selected a { color: #33d; font-weight: bold; }
#layout_side #menu { border-top: solid 1px #aaa; border-bottom: solid 0px #aaa; margin-bottom: 0px; width: 230px;}
#layout_side h2.title {  background-image: url(''); line-height:13px;padding: 2px  2px  6px  8px; margin-top: 8px; margin-bottom: 0px;}

#layout_side .menu_no li {padding: 6px 2px 8px 2px; }
#layout_side .menu_no li a:hover { color: #e44b00; }

#layout_side .menu_no li.selected a { color: #33d; font-weight: bold; }
#layout_side .menu_no { border-bottom: solid 1px #aaa; width: 230px;margin-top: 8px; margin-bottom: 10px; }
#layout_side #menu li a:hover { color: #e44b00; }
#layout_side #menu li.selected a { color: #33d; font-weight: bold; }
#layout_side #menu { border-top: solid 1px #aaa; border-bottom: solid 0px #aaa; margin-bottom: 0px; width: 230px;}

#layout_side #SubjectInfo { width: 230px; position: relative; margin-bottom:12px; }    
#layout_side #SubjectInfo input.SubjectInfoBtn { width: 100px; height: 20px; font-size: 8pt; }
#layout_side #SubjectInfo input.SubjectInfoBtn:hover { background-color: #fffff0; }
#layout_side #SubjectInfo input.SubjectStatusBtn { width: 210px; height: 20px; font-size: 8pt; }
#layout_side #SubjectInfo input.SubjectStatusBtn:hover { background-color: #fffff0; }
#layout_side #SubjectInfo ul { width: 96%; border: solid 2px #ee9200; background-color: #fff; padding:10px 0 5px 10px ; list-style: none;text-align:left; }    
#layout_side #SubjectInfo ul li.title { width: 70px; float: left; padding-right: 8px; color: #666; font-size:12px; font-weight:700; padding-left: 7px; background-image: url(../images/site/info_tit_dot01.gif); background-repeat: no-repeat; background-position-y: center;}
#layout_side #SubjectInfo ul li.title1 { width: 100px; text-align: left; float: left; padding-right: 6px; color: #666; font-size:12px; letter-spacing:-1px ;padding-left: 5px;}
#layout_side #SubjectInfo ul li { padding: 0px 0px 0px 0px; font-size:12px;width: 130px;display:inline-block; line-height:18px;    word-break: break-all;    min-height: 18px;}
#layout_side #SubjectInfo ul li.btnarea{width:100%; text-align:center;}
#layout_side #SubjectInfo ul li a.btn_sml_min{display:inline-block;margin:0px 5px 0px 5px;padding-right:4px ;background:url(../images/bg_btn_default.gif) no-repeat 100% -27px;font-family:'돋움',dotum;font-size:11px;color:#444;line-height:21px;letter-spacing:-1px;word-spacing:-1px;text-decoration:none !important;white-space:nowrap}
#layout_side #SubjectInfo ul li a.btn_sml_min span,a.btn_sml_min strong{display:block;padding:1px 4px 0 8px;background:url(../images/bg_btn_default.gif) no-repeat 0 -27px}


#layout_side #CrfMenu { margin-bottom:12px; border: solid 1px #ddd; background-color: #fafafa; width:230px; }
#layout_side  h2.CrfMenuInfo_new {width: 225px; background-image: url(../images/site/left_ico_up.png);background-repeat: no-repeat; background-position-y: center; background-position-x: right; padding: .2em  .2em  .6em  .2em; margin-top: 8px; margin-bottom: 0px; background-color:#eaecee;}
#layout_side #CrfMenu div.visit { line-height: 20px; color: #626566; font-weight:700; padding: 5px 0 3px 8px; font-size:12px; border-bottom: solid 1px #ddd;}
#layout_side #CrfMenu div.visit.current { color: #e98f63; font-weight: bold; background:#ffffff;border-bottom: solid 1px #ddd; }
#layout_side #CrfMenu div.visit p { cursor: pointer; }
#layout_side #CrfMenu div.visit p.node { color:#34495e; }
#layout_side #CrfMenu div.visit p img{ float:right; padding-right:7px; padding-top:5px}

#layout_side #CrfMenu .Segment { width: 200px; margin-bottom: 0px;padding:0; display: none; }
#layout_side #CrfMenu .Segment p {background:url('../images/study/icon_grey.png') 4px 6px no-repeat; background-color: #fff;color: #000; margin-right:-21px;padding: 4px 0 4px 20px; font-weight: normal; font-size: 12px; line-height: 1.4em; }
#layout_side #CrfMenu .Segment p.gray {background:url('../images/study/icon_grey.png') 4px 6px no-repeat; background-color: #fff;color: #000; margin-right:-21px;padding: 4px 0 4px 20px; font-weight: normal; font-size: 12px; line-height: 1.4em; }
#layout_side #CrfMenu .Segment p.orange {background:url('../images/study/icon_orange.png') 4px 6px no-repeat; background-color: #fff;color: #000; margin-right:-21px;padding: 4px 0 4px 20px; font-weight: normal; font-size: 12px; line-height: 1.4em; }
#layout_side #CrfMenu .Segment p.blue {background:url('../images/study/icon_blue.png') 4px 6px no-repeat; background-color: #fff;color: #000; margin-right:-21px;padding: 4px 0 4px 20px; font-weight: normal; font-size: 12px; line-height: 1.4em; }
#layout_side #CrfMenu .Segment p.green {background:url('../images/study/icon_green.png') 4px 6px no-repeat; background-color: #fff;color: #000; margin-right:-21px;padding: 4px 0 4px 20px; font-weight: normal; font-size: 12px; line-height: 1.4em; }
#layout_side #CrfMenu .Segment p.yellow {background:url('../images/study/icon_yellow.png') 4px 6px no-repeat; background-color: #fff;color: #000; margin-right:-21px;padding: 4px 0 4px 20px; font-weight: normal; font-size: 12px; line-height: 1.4em; }
#layout_side #CrfMenu .Segment p.red {background:url('../images/study/icon_red.png') 4px 6px no-repeat; background-color: #fff;color: #000; margin-right:-21px;padding: 4px 0 4px 20px; font-weight: normal; font-size: 12px; line-height: 1.4em; }
#layout_side #CrfMenu .Segment .label { background-color: #d6dcea; font-weight: bold; }
#layout_side #CrfMenu .Segment p.selected { background-color: #eff2f5; }
#layout_side #CrfMenu .Segment p.selected a { color: #101010; font-weight: 700; }
#layout_side #CrfMenu .Segment p a:hover { text-decoration:none; font-weight: bold; }

/* 사이드 메뉴 및 정보가 들어가는 경우 */
    #visitMenu { margin-bottom: 20px; border: solid 2px #ee9200; background-color: #fff; width: 234px; min-height: 300px;}
    #visitMenu  .node  { line-height: 24px; color: #e98f63;; font-weight: bold; font:13px; padding-left:10px;}
    #layout_side #visitMenu div.visit.current { color: #cc0000; font-weight: bold; }
    #layout_side #visitMenu div.visit p { cursor: pointer; }

    #layout_side #visitMenu table { width: 220px; margin-bottom: 3px;  margin-left:6px;}
    #layout_side #visitMenu table .form_menu td { background-color: #fff; color: #000; 
/*     padding: 1px 4px;  */
    font-weight: normal; font-size: 9pt; }
/*     #layout_side #visitMenu table .form_menu td.label { background-color: #d6dcea; font-weight: bold; } */
    #layout_side #visitMenu table .form_menu td.selected { background-color: #4c5b8a; }
    #layout_side #visitMenu table .form_menu td.selected a { color: #fff; }
    /*.layout_side #visitMenu table.form_menu td:hover { background-color: #ffd; color: #000;}*/
    #layout_side #visitMenu table .form_menu td a:hover { text-decoration: underline; font-weight: bold; }
    #layout_side #visitMenu select {width:218px;margin:0px 6px 6px 6px;}
  	#layout_side #visitMenu h2 {margin:0px 0px 6px 0px; padding-left:24px; color:#fff;height: 30px; line-height: 30px; background: url('/images/site/icon_selectForm.png') 0px 2px  no-repeat;background-color:#ee9200; }
  	
#layout_side #left_aicro{text-align:center;width:230px;margin-bottom:10px;}
#layout_side #left_aicro_video{text-align:center;width:230px;margin-bottom:10px;}

#layout_main {min-width:900px; padding: 15px 10px 46px 10px; top: 46px; left: 256px; position: absolute; overflow: hidden; }
#layout_main_print {left:0px; top:0px;min-width:750px;}
#layout_main_print h1 { padding-left: 15px; background-image: url(../images/site/icon_item.gif); background-repeat: no-repeat; background-position-y: center;
	font-family:'NanumGothic',dotum; letter-spacing:-1px; font-size: 16px; font-weight: 600; margin-bottom: 15px; border-bottom: solid 0px #aaa; min-width: 900px; }
#layout_main h1 { padding-left: 15px; background-image: url(../images/site/icon_item.gif); background-repeat: no-repeat; background-position-y: center; 
					  font-family:'NanumGothic',dotum; letter-spacing:-1px; font-size: 16px; font-weight: 600; margin-bottom: 15px; border-bottom: solid 0px #aaa; min-width: 900px; }
#layout_main h2 { font-size: 13px; font-weight: 600; margin-bottom: 6px; letter-spacing:-0.5px; min-width: 900px; font-family:'Arial','NanumGothic',dotum;}

/*********************************************************************************************************************/
/*login*/
.login-wrap {position: relative;width: 100%;height: 100%;background: url(../images/bg_login.jpg) no-repeat center;}
.login-wrap .login-form {position: absolute;top: 50%;left: 50%;width: 430px;min-height: 410px;margin: -245px 0 0 -250px;padding: 55px 35px 25px;border-radius: 10px;background: url(../images/bg_white.png) repeat;box-shadow: 0px 3px 10px -3px #000}
.login-wrap .login-form h1 {text-align: center;}
.login-wrap .login-form ul.inp {display: block;margin-top: 40px;}
.login-wrap .login-form ul.inp li {margin-top: 12px;}
.login-wrap .login-form ul.inp li:first-child {margin-top: 0;}
.login-wrap .login-form ul.inp input {width: 100%;text-indent: 18px;box-sizing: border-box;}
.login-wrap .login-form .check-type {margin-top: 18px;}
.login-wrap .login-form .submit {margin-top: 20px;}
.login-wrap .login-form .submit a {display: block;height: 53px;line-height: 53px;text-align: center;font-size: 20px;color: #fff;border-radius: 10px;background: #445c95;}
.login-wrap .login-form ul.user-exp {margin-top: 20px;text-align: center;}
.login-wrap .login-form ul.user-exp li {display: inline-block;padding: 0 7px 0 10px;font-family: gulim;font-size: 12px;color: #333;background: url(../images/bg_bar01.png) no-repeat left center;}
.login-wrap .login-form ul.user-exp li:first-child {background: none;}
.login-wrap .login-form .other-login {margin-top: 30px;text-align: center;font-family: gulim;font-size: 12px;}
.login-wrap .login-form .t-opt {margin-top: 50px;font-size: 14px;font-weight: bold;color: #333;}
.login-wrap .login-form .t-opt + ul.inp {margin-top: 5px;}
.login-wrap .login-form .mt10 {font-family: gulim;font-size: 12px;color: #333;}
.login-wrap .login-form .submit + .other-login {margin-top: 90px;}
.login-wrap .foot {position: absolute;bottom: 28px;left: 0;width: 100%;text-align: center;}
@media only screen and (max-width: 768px){
	.login-wrap .login-form {left: 3%;width: 94%;min-height: 465px;margin: -245px 0 0 0;padding: 30px 15px 15px;box-sizing: border-box;}
	.login-wrap .login-form h1 img {width: 200px;}
	.login-wrap .login-form .t-opt {font-size: 13px;}
	.login-wrap .login-form .mt10 {font-size: 11px;}
	.login-wrap .login-form ul.inp input {text-indent: 5px;}
}


.inp {display: inline-block;vertical-align: top;}
.inp input {width: 100%;height: 52px;height: 52px;padding: 0 10px;vertical-align: top;font-size: 15px;border: 1px solid #cbcbcb;border-radius: 3px;}
.inp select {width: 100%;height: 48px;line-height: 48px;padding: 0 0 0 10px;font-size: 15px;border: 1px solid #cbcbcb;border-radius: 3px;background: #fff;}
.inp textarea {width: 100%;min-height: 50px;padding: 10px;font-size: 15px;border: 1px solid #cbcbcb;border-radius: 3px;}
.inp.radius input {border-radius: 5px;box-shadow:inset 2px 2px 7px -5px #000;}

/*********************************************************************************************************************/
/*join*/
.membership_terms { border: solid 1px #d7d7d7; padding: 10px; height: 130px; overflow: auto; line-height:16px; }
.membership_terms p { margin-bottom: 15px; }
.membership_terms p.title { font-weight: normal; color: #006; font-size: 13px; }
.membership_terms ul.header { margin-bottom: 20px; }
.membership_terms ul.header li { font-weight: normal; color: #333; }
.membership_terms ul.item { font-weight: normal; color: #888; padding-left: 20px;  }

/*********************************************************************************************************************/
/* findePw/ID, popup*/

.center_box{width:500px;height:200px;margin:0 auto;border:1px solid #cccccc;margin-top:20px;margin-bottom:20px;text-align:center;padding:20px;}
.center_box > table.inner {border-collapse:collapse;border:0;margin:0 auto;margin-bottom:10px;}
.center_box > table.inner > tbody > tr > td {padding:10px 0;text-align:left;}


.bg-cover {display: none;position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: url(../images/bg_cover.png) repeat;z-index: 1004;}
.popWrap {display: none;position: absolute;left: 20%;top: 50%; width:600px; background: #fff;z-index: 1005;}
.popWrap .popBody {padding: 15px 20px 40px;border: 5px solid #2594d2;}
.popWrap .popTitle {font-size: 20px;font-weight: bold;color: #333;}
.popWrap .popClose {position: absolute;right: 20px;top: 20px;}
.popWrap .popContent {margin-top: 20px;padding: 15px;}

.popWrap.layer-ct {width: 860px;margin-left: -430px;}
.popWrap.layer-ct .popTitle {height: 30px;line-height: 30px;padding: 4px 0 8px;text-align: center;font-size: 15px;color: #fff;background: #2594d2;}
.popWrap.layer-ct .popTitle img {width: 90px;vertical-align: 0px;}
.popWrap.layer-ct .popClose {top: 10px;right: 10px;width: 25px;}
.popWrap.layer-ct .popClose img {width: 100%;}
.popWrap.layer-ct .popBody {padding: 0;}
.popWrap.layer-ct .popContent {margin: 0;padding: 0;}
.popWrap.layer-ct .popContent > img {display: block;width: 100%;vertical-align: top;}

.popupSavewrap {left: 30%;top: 20%; width:600px; background: #fff;z-index: 1005;}
.popupSavewrap .popBody {padding:60px;text-align:center;}

/*********************************************************************************************************************/
/* setting*/
.selectdiv{display:inline-block;border:0px solid gray; width:320px;height:500px;overflow:auto;vertical-align:top;}
.selectdiv table{width:100%;}
.selectdiv tbody tr:hover{background:#e4e4e4;cursor:pointer;color:black;}
.selectdiv .elementSelected {background:#73aafb;}
.arr{display:inline-block;border:0px solid gray; width:20px;}
.mapdiv{display:inline-block;border:1px solid gray; width:600px;height:600px;margin:0px 10px; 0px 0px;padding:10px;}
.popupSave{top:5%;left:20%;width:300px; height:320px;}
.popupSave td {height:40px;}
.popupSavebody{ height:320px;padding:20px 20px 20px 20px;background:#ffffff;border: 5px solid #2594d2;}
#layer-formsave .formdefTable td{height:25px;border-bottom:1px solid #e3e3e3;padding-left:10px;}
#layer-formsave .formdefTable td:hover{background: #e3e3e3;}
#layer-formsave .popContent{overflow-y:auto;}
.errorwrap {color:red;padding:10px;text-align:center;}
#layout input[type="text"]{height:16px;line-height:20px;font-size:13px;}
#layout span{margin:2px 10px 2px 0px;display:inline-block; min-width:90px;}
.layertab  {padding:0px;margin:0px;border-bottom:0px solid #000000;}
.layertab li{display:inline-block; height:20px; line-height:20px; text-align:center; padding:2px;margin:0px;font-size:13px;color:#2594d2;border:1px solid #2594d2; font-weight:bold; cursor: pointer; }
.layertab .tabactive,.layertab li:hover {color:#ffffff;background:#2594d2; }
.FormForm .selectdiv tbody tr:hover{background:#fffff;}
#layout input[type="text"]{height:16px;line-height:20px;font-size:13px;margin-right:2px;}
#layout p{margin:2px 10px 2px 0px;display:inline-block; width:110px;}
#layout span.itemlayout_title{display:inline-block;min-width:50px;}
.ItemGroupForm .selectdiv tbody tr:hover{background:#fffff;}
/*permission*/
table.tbl_type_l tbody tr:hover { background-color: #fffff0;}
table.tbl_type_l tbody tr.permissionTr:hover { background-color: darkorange;}
table.tbl_type_l tbody tr.permissionTr:hover th { background-color: darkorange;}
table.tbl_type_l tbody tr.disabled { background-color: #d1d1d1;}
table.tbl_type_l tbody th { text-align: left; padding-left: 4px; }
input[type='checkbox'] { cursor: pointer; } 
div.info { font-color: #0000ff; font-weight: bold; }



/*structure*/
.structure .selectdiv{display:inline-block;border:1px solid gray; width:180px;height:500px;overflow:auto;}
.structure .selectdiv table{width:180px;}
.structure .selectdiv tbody tr:hover{background:#e4e4e4;cursor:pointer;color:black;}
.structure .selectdiv .elementSelected {background:#73aafb;}
.structure .arr{display:inline-block;border:0px solid gray; width:20px;height:500px;}
.structure .mapdiv{display:inline-block;border:1px solid gray; width:600px;height:600px;margin:0px 10px; 0px 0px;padding:10px;}
.structure .popupSave{top:5%;left:20%;width:300px; height:320px;}
.structure .popupSave td {height:40px;}
.structure .popupSavebody{ height:320px;padding:20px 20px 20px 20px;background:#ffffff;border: 5px solid #2594d2;}
.structure #layer-formsave .formdefTable td{height:25px;border-bottom:1px solid #e3e3e3;padding-left:10px;}
.structure #layer-formsave .formdefTable td:hover{background: #e3e3e3;}
.structure #layer-formsave .popContent{overflow-y:auto;}


/*********************************************************************************************************************/
/*paging*/
.paging {margin-top: 30px;text-align: center;}
.paging > a {display: inline-block;width: 35px;height: 35px;line-height: 35px;text-align: center;font-family: dotum;font-size: 12px;font-weight: bold;color: #666;border-radius: 4px;background: #dbdbdb;}
.paging > a:hover,
.paging > a.active {color: #fff;background: #52bcec;}
.pageSizeSelectWrap select {width: 70px;height: 24px;margin:2px 4px;}
.pageSizeSelectWrap select option:seleted{color: #fff;background: #52bcec;}
/*********************************************************************************************************************/
/* Search Style */
.search_box {cursor:default !important; line-height: 26px; padding-top: 6px; padding-bottom: 6px; margin-bottom: 11px; background-color: #e6e7e7; border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc);}
.search_box label { margin-left: 20px; margin-right: 4px; display: inline-block; vertical-align: middle; font-family:arial,'돋움',dotum,san-serif; font-size:11px; font-weight: 600; letter-spacing:-0.7px;line-height:16px;}
.search_box #LocationOID { width: 180px; }
.search_box #SearchKeyword { width: 150px; }    
.search_box #SearchBtn { width: 60px; height:20px; line-height:21px; border: 1px #2f5580; background-color: #2f5580; color: #fff; margin-left:10px; font-family:'돋움',dotum; font-size:12px; font-weight: normal;}
.search_box #ListBtn { width: 60px; height:20px; line-height:21px; border:1px #2f5580; background-color: #c1c1c1; margin-left:4px; font-size:12px; font-weight: normal }

.search_box2 { line-height: 26px; padding-top: 8px; padding-bottom: 8px; margin-bottom: 11px; background-color: #D9D9D9; border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc); }
.search_box2 label { margin-left: 20px; margin-right: 4px; display: inline-block; vertical-align: middle; font-family:'돋움',dotum; font-size:12px; font-weight: bold;}
.search_box2 #LocationOID { width: 180px; }
.search_box2 #SearchKeyword { width: 150px; }    
.search_box2 #SearchBtn { width: 60px; height:22px; line-height:22px; border: 1px #2f5580; background-color: #2f5580; color: #fff; margin-left:15px; font-family:arial,'돋움',dotum, san-serif; font-size:12px; font-weight: normal;}
.search_box2 #ListBtn { width: 60px; height:20px; line-height:21px; border:1px #2f5580; background-color: #c1c1c1; margin-left:4px; font-size:11px; font-weight: normal }
.search_box_mullti_select{height:70px;vertical-align: middle;}

/*********************************************************************************************************************/
/* //Tabel Object */
.tbl_type1,.tbl_type1 th,.tbl_type1 td{border-spacing:0;border:0; border-top:1px solid #000000;}
.tbl_type1{width:100%;border-bottom:1px solid #dddee2;;font-size:12px;table-layout:fixed}
.tbl_type1 caption{display:none}
.tbl_type1 th{padding:8px 0 5px 7px;border-top:1px solid #dddee2;background:#f5f7f9;color:#666;font-weight:bold;text-align:left;vertical-align: middle;}
.tbl_type1 th .over{padding:8px 0 5px 20px;border-top:1px solid #dddee2;background:#f1f8fe  !important;color:#666;font-weight:bold;text-align:left;vertical-align: middle; }
.tbl_type1 td{padding:8px 5px 5px 12px;border-top:1px solid #dddee2;line-height:16px;vertical-align:top}
.tbl_type1 td.pd20{padding-left:20px;}
.tbl_type1 > tbody > tr > td > ul {text-decoration:none;}
.tbl_type1 > tbody > tr > td > p > a > img.thumb {width:180px;height:180px;margin:3px;}
/* 00 */
/* .tbl_type_l{border-spacing:0;border-top:1px solid #000;width:100%; border-bottom:2px solid #dcdcdc;font-family:Arial;font-size:12px;} */
.tbl_type_l{border-spacing:0;border-top:1px solid #000;width:100%; border-bottom:2px solid #dcdcdc;font-family:Arial;font-size:12px;
	/*table-layout: */
			fixed;margin-bottom: 20px;}
.tbl_type_l th,.tbl_type_l td{border-top:0px;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1; }
.tbl_type_l caption{display:none}
.tbl_type_l th{padding:7px 0 4px;border-top:0px solid #e5e5e5;background-color:#f5f7f9;color:#666;font-size:12px;font-weight:boldtop}
.tbl_type_l th .top{border-top:1px solid #000000;}

.tbl_type_l_tr:hover{background:#dbdbdb;cursor:pointer;} 



/* .tbl_type_l td{padding:6px 0 4px;border-top:1px solid #e5e5e5;color:#4c4c4c;text-align:center; padding-top:8px;padding-bottom:8px;} */
.tbl_type_l td{padding:6px 0 4px;border-top:1px solid #e5e5e5;color:#1F1E1E;text-align:center; padding-top:8px;padding-bottom:8px;word-break:break-all;overflow: hidden;}
.tbl_type_l td a {color:#1F1E1E; text-decoration:none;
	/*cursor: pointer;*/
}
.tbl_type_l td a:link {color:#1F1E1E; text-decoration: none;
	/*cursor: pointer;*/
}
.tbl_type_l td a:visited {color:#1F1E1E; text-decoration:none;
	/*cursor: pointer;*/
}
.tbl_type_l td a:hover {color:#000000;
	/*text-decoration:underline;*/
	/*cursor: pointer;*/
}
.tbl_type_l .desc	{padding:4px 10px 4px 10px;color:#033d7b;}

.tbl_type_2{border-spacing:0;border-top:1px solid #0571c7;width:100%; border-bottom:2px solid #dcdcdc;font-family:Arial;font-size:12px;margin-top:25px;}
.tbl_type_2 th,.tbl_type_l td{border-top:0px;border-bottom:1px solid #d1d1d1;border-left:1px solid #d1d1d1;border-right:1px solid #d1d1d1; padding:4px;}
.tbl_type_2 caption{display:none}
.tbl_type_2 th{padding:7px 0 4px;border-top:0px solid #e5e5e5;background-color:#f5f7f9;color:#666;font-size:12px;font-weight:boldtop}
.tbl_type_2 th .top{border-top:1px solid #000000;}
.tbl_type_2 td{padding:6px 0 4px;border-top:1px solid #e5e5e5;color:#4c4c4c;text-align:center; padding-top:8px;padding-bottom:8px;}
.tbl_type_2 td a {color:#5a5450; text-decoration:none; cursor: pointer;}
.tbl_type_2 td a:link {color:#5a5450; text-decoration: underline; cursor: pointer;}
.tbl_type_2 td a:visited {color:#939fa4; text-decoration:none; cursor: pointer;}
.tbl_type_2 td a:hover {color:#000000; text-decoration:none; cursor: pointer;}
.tbl_type_2 tbody tr th  ul  li:first-child{padding-left:30px !important;}
.tbl_type_2 tbody tr th  ul  li{float:left !important;padding-right:20px !important;}
.tbl_type_2 tbody tr th  ul  li:last-child{padding-right:0 !important;}
.tbl_type_2 tbody tr td {text-align:left;}


/*********************************************************************************************************************/
/* button */
.btn-area {position: relative;margin-top: 20px;text-align: center;}
.btn-area.right {text-align: right;}
.btn-area .btn-type01.right {position: absolute;top: 50%;right: 0;margin-top: -13px;}
.btn-area.left {text-align: left;}


.btn_red { border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc); background-color: #f33; color: #fff; border:0px !important;font-weight:bold}
.btn_yellow { border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc); background-color: #fad400; color: #000; border:0px !important; font-weight:bold}
.btn_orange { border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc); background-color: #ffae44; color: #fff; color: #000; border:0px !important; font-weight:bold}
.btn_blue { border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc); background-color: #27c1f4; color: #000; border:0px !important; font-weight:bold}
.btn_blue2 { background-color: #0850b3; color: #ffffff; border:0px !important; font-weight:bold;padding:5px 30px;}
.btn_gray2 { text-decoration:none;background-color: #cccccc;border:1px solid #b7b5b5;color: #000000; padding:3px 20px;}
.btn_gray2 > strong{font-weight:500;}
.btn_gray2:link {text-decoration:none !important;}
.btn_green { border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc); background-color: #5ad029; color: #000; border:0px !important; font-weight:bold}
.btn_gray { border-radius: 4px;-webkit-border-radius:4px;behavior: url(./js/PIE.htc); background-color: #ddd; color: #000; border:0px !important; font-weight:bold }
.btn_blue_square {border-radius: 3px;-webkit-border-radius:3px;behavior: url(./js/PIE.htc);cursor:pointer;height:25px;background-color: #27c1f4; color: #ffffff; border:1px solid #1392bc; font-weight:bold}
.btn_orange_square {border-radius: 3px;-webkit-border-radius:3px;behavior: url(./js/PIE.htc);cursor:pointer;height:25px;background-color: #ff6159; color: #ffffff; border:1px solid #ca1d15; font-weight:bold}
.btn_gray_square {border-radius: 3px;-webkit-border-radius:3px;behavior: url(./js/PIE.htc);cursor:pointer;height:25px;background-color: #dddddd; color: #000; border:1px solid #b4b0b0; font-weight:bold}
.btn_yellow_square {border-radius: 3px;-webkit-border-radius:3px;behavior: url(./js/PIE.htc);cursor:pointer;height:25px;background-color: #fad400; color: #000; border:1px solid #d8bf34; font-weight:bold}
.btn_del {vertical-align:middle;width:9px;height:9px;background:url('../images/delete.png') center bottom no-repeat;cursor:pointer;border:0;}


.btn_big {display: inline-block;height: 25px;line-height: 26px;padding: 0 20px;font-size: 12px;color: #333;border: 1px solid #cacaca;border-radius: 2px;background: #f8f8f8;}
.btn_big.gray {border: 1px solid #cacaca;background: #f8f8f8;}
.btn_big.gray2 {padding: 0 20px;font-weight: bold;color: #666;border: 1px solid #9b9b9b;background: #dbdbdb;}
.btn_big.gray3 {padding: 0 20px;font-weight: bold;color: #fff;border: 1px solid #636363;background: #636363;}
.btn_big.red {padding: 0 20px;font-weight: bold;color: #fff;border: 1px solid #c6251d;background: #c6251d;}
.btn_big.pmir {font-size: 11px;font-weight: bold;color: #fff;border: 1px solid #34495e;background: #34495e;}
.btn_sml {display: inline-block;min-width: 40px;height:20px;line-height: 20px;padding: 0 10px;font-size: 13px;color: #000;border: 1px solid #bebebe;border-radius: 2px;}
.btn_sml.blue {color: #fff;border: 1px solid #2594d2;background: #2594d2;}
.btn_sml.gray {color: #fff;border: 1px solid #7b7b7b;background: #7b7b7b;}
.btn_img {display: inline-block;min-width: 20px; height:20px !important; padding: 0 ;border: 0px !important;vertical-align:middle;padding:0px;cursor: pointer;border-radius:0px !important;background-size: 100% 20px;}

@media only screen and (max-width: 768px){
	.btn-area .btn_big.right {margin-top: -10px;}
	.btn_big {height: 20px;line-height: 20px;padding: 0 7px;font-size: 11px;}
	.btn_sml {min-width: 60px;height: 30px;line-height: 30px;padding: 0 10px;font-size: 14px;}
}


/* Data Status를 보여주는 Icon의 간격을 없애기 위함 */
.status_icon { font-size: 0px; }


.pinrt_form_btn { margin-left: 6px; cursor: pointer; }
.aicrobtn{ display: inline-block; 
	font-size: 12px; color: #333; border-radius: 8px;
	background-position: 52px 8px; background-color: #ffca39; background-image: url(/images/site/icon_upload.png); background-repeat: no-repeat;
	width: 192px; padding: 10px 10px 10px 30px; }
.aicrobtn:hover{ color: #fff; background-color: #ee9200;}

.supportbtn{ display: inline-block; 
	font-size: 12px; color: #fff; border-radius: 8px;
	background-position: 52px 8px; background-color: #666; background-image: url(/images/site/icon_support_18px.gif); background-repeat: no-repeat; 
	width: 192px; padding: 10px 10px 10px 30px; }
.supportbtn:hover{ color: #fff; background-color: #999;}


.enrollbtn{ display: inline-block;
	font-size: 12px; color: #333; border-radius: 8px;
	background-position: 52px 8px; background-color: #ffca39; background-image: url(/images/site/icon_addSubject.png); background-repeat: no-repeat;
	width: 192px; padding: 10px 10px 10px 30px; }
.enrollbtn:hover{ color: #fff; background-color: #ee9200;}

 /*   Save 버튼 */
 #SaveBtn {min-width:80px;margin-right:10px;}
 
 /*********************************************************************************************************************/
 /* tab style */
.tab2{position:relative;height:29px;margin-top:20px;background:url(../images/site/tab_menu.gif) repeat-x 0 100%;font-family:arial,'돋움',dotum,san-serif;font-size:12px}
.tab2 ul,.tab2 ul li{margin:0;padding:0}
.tab2 ul li{list-style:none}
.tab2 ul li,.tab2 ul li a{background:url(../images/site/bg_tab2_off.gif) no-repeat}
.tab2 ul li{float:left;margin-right:-1px;line-height:26px}
.tab2 ul li a{display:inline-block;padding:2px 16px 1px;_padding:3px 16px 0;background-position: 100% 0;font-weight:bold;color:#666;text-decoration:none !important}
.tab2 ul li a:hover{color:#000}
.tab2 ul li.on,.tab2 ul li.on a{background-image:url(../images/site/bg_tab2_on.gif)}
.tab2 ul li.on a{color:#3376b8}


/*********************************************************************************************************************/
/* commetn style */
.comment { font-size:12px; color: #666; margin-top: 3px; margin-bottom: 3px; }
.comment_box { border: solid 1px #aaaaaa; color: #006d91; padding: 10px 10px 10px 20px; background:#ffff9b; }
.comment_box ul li { list-style: disc; margin-left: 10px; line-height: 180%; }
.comment_box ul li span { font-size:16px; }
 

/*countWrap*/
.wrapCount {float:left;width:100%}
.wrapCount div{display:inline-block;width:49%;}
.wrapCount .btn{text-align:right;padding:0px 0px 4px 0px;}

/* calendar */
.calendar {font-size: 12px; font-weight:bold; color:#666; width:100px; height: 28px;background: #fff;border: 1px solid #b4b4b4; border-radius:5px;padding: 0 10px;text-align: center;}
.ui-datepicker-trigger {margin-left:4px;}

/* admin table */
.setting_content {

}
.setting_content .tableBox {
    display: inline-block;
    overflow: auto;
    vertical-align: top;
    margin-right: 20px;
}
.setting_content .setting_table th {
    padding: 7px;
    color: #666;
    border : 1px solid #d1d1d1;
    background-color: #f5f7f9;
}
.setting_content .setting_table td {
	padding: 5px;
	border: 1px solid #d1d1d1;
    text-align: center;
    word-break: break-all;
    overflow: hidden;
}
.setting_content .setting_table.detail_table td {
	width:250px;
}
.setting_content .setting_table.detail_table td input{
	width:90%;
}

.setting_content .setting_table tbody tr th {
    width: 60px;
}

.setting_content .setting_table td.list_idx{
	width:40px;
}
.setting_content .setting_table td.list_orderNumber{
	width:20px;
}
.setting_content .setting_table td.list_oid{
	width:70px;
}
.setting_content .setting_table td.list_name{
	width:140px;
}
.setting_content .setting_table td.list_repeating{
	width:50px;
}
.setting_content .setting_table td input.input_orderNumber{
	width:35px;
}
.setting_content .setting_table td input.input_repeating{
	width:35px;
}

#ColumnEditor li {
    float: left;
}
#ColumnEditor li#btn {
    padding-top: 25px;
}
#ColumnEditor li#btn input[type="button"] {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
    padding: 2px;
}

img.signature{
	width:400px;
	height:100px;
}
img.signature_matrix{
	width:60px;
	height:30px;
}

/* by kimhansung for layer popup*/
.rms_layer {
    opacity: 0;
    transition: opacity .2s,visibility .2s;
    transition-delay: .1s;
    visibility: hidden;
    background: #000;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2500;
}
.rms_layer.hidden_true {
    opacity: .5;
    transition: opacity .2s;
    transition-delay: .1s;
    visibility: visible;
}

.singature-dialog {
    position: fixed;
    z-index: 3000;
    background: #fff;
    border: 1px solid #ccc;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    top: 10%;
    max-width: 50%;
    max-height: 70%;
	overflow: auto;
}

.singature-dialog .singature-dialog-heading {
    background: #f5f5f5;
    border-bottom: 1px solid #ccc;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 15px 20px;
    position: relative;
}

.singature-dialog .buttons-container {
    background: #f5f5f5;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #ccc;
    clear: both;
    height: 51px;
    overflow: hidden;
    padding: 10px;
    text-align: right;
    white-space: nowrap;
    width: 100%;
/*     position: absolute; */
/*     bottom: 0; */
}

.singature-dialog .singature-dialog-content ul li {
	padding: 6px 5px 6px 4px;
	height: 16px;
}

.aui .description {
    padding: 5px 30px 5px 0;
    margin-bottom: 1px;
    clear: left;
}
.aui .field-group {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    clear: both;
    padding: 4px 0 4px 145px;
    position: relative;
    margin: 1px 0;
    width: 100%;
}

.aui .field-group>label {
    float: left;
    margin-left: -145px;
    padding: 5px 0 0 0;
    position: relative;
    text-align: right;
    width: 130px;
    word-wrap: break-word;
}
.aui .field-group .value {
    display: inline-block;
    padding: 2px;
}
.aui .field-group .description {
    float: left;
    margin-left: -145px;
    padding: 15px 0 15px 15px;
    position: relative;
    text-align: right;
    word-wrap: break-word;
}
.form-body{
	overflow:auto;
}

.ani_leftclose{
display:inline-block; font-size:16px;font-weight:bold; color:gray;text-align:center; line-height:30px; height:30px;width:30px;border:1px solid #e3e3e3;
position: fixed;top:50px;left: 222px;background: #c7c7cb;cursor:pointer; z-index:10001;}
.onlyViewData{display:none;}


/* ICON */
.label_icon {
	display:inline-block;
    width: 60px;
    height: 16px;
    line-height: 21px;
    border: 1px #2f5580;
    margin: 0px 4px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    color:#fff;
    text-align:center;
    border-radius: 4px;
    line-height: 1.6;
}
.Upload_Done_User:after {
	text-indent: 0px;
	visibility: visible;
	content: 'abcdef';
	background:#52bcec;
}


/* icon영역 */

.status_icon {
	display:inline-block;
	width: 40px;
	height: 16px;
	margin: 0px 4px 0px 0px;
	font-size: 11px;
	font-weight: bold;
	color:#fff;
	text-align:center;
	border-radius: 4px;
	line-height: 1.6;
}
.status_icon.small {
	width: 16px;
}

.status_icon:after {
	display:inline-block;
    width: 60px;
    height: 16px;
    margin: 0px 4px 0px 0px;
    font-size: 11px;
    font-weight: bold;
    color:#fff;
    text-align:center;
    border-radius: 4px;
    line-height: 1.6;
}
.status_icon.small:after {
	  width: 16px;
}
.status_icon.Blank:after {
	content: 'NODA';
	background:#999999;
}
.status_icon.Blank.small:after {
	content: 'N';
}
.status_icon.Save:after {
	content: 'SAVE';
	background:#ECB801;
}
.status_icon.Save.small:after {
	content: 'S';
}
.status_icon.Query:after {
	content: 'QUER';
	background:#901108;
}
.status_icon.Query.small:after {
	content: 'Q';
}
.status_icon.OnGoing:after {
	content: 'ONGO';
	background:#ffa516;
}
.status_icon.OnGoing.small:after {
	content: 'O';
}
.status_icon.Close:after {
	content: 'COMP';
	background:#FF8B58;
}
.status_icon.Close.small:after {
	content: 'C';
}
.status_icon.Sign:after {
	content: 'SIGN';
	background:#00c8bc;
}
.status_icon.Sign.small:after {
	content: 'S';
}
.status_icon.Confirm:after {
	content: 'SDV';
	background:#52bcec;
}
.status_icon.Confirm.small:after {
	content: 'V';
}
.status_icon.Reviewed:after {
	content: 'REVI';
	background:#56AB1D;
}
.status_icon.Reviewed.small:after {
	content: 'V';
}
.status_icon.New:after {
	content: '+';
	background:white;
	width: 13px;
	height: 13px;
	color: #579EE6;
	border: 1px solid #B2B2B2;
	font-size: 13px;
	line-height: 1;
	vertical-align: middle;
}


.imaging_icon:after {
	display:inline-block;
    width: 16px;
    height: 16px;
    margin: 0px 4px 3px 0px;
    font-size: 11px;
    font-weight: bold;
    color:#fff;
    text-align:center;
    border-radius: 4px;
    line-height: 1.6;
}
.imaging_icon.Blank:after {
	content: 'U';
	background:#999999;
}


.imaging_icon.Upload_Done:after {
	content: 'U';
	background:#56AB1D;
}

.imaging_icon.QC_None:after {
	content: 'Q';
	background:#999999;
}

.imaging_icon.QC_ToDo:after {
	content: 'Q';
	background:#ECB801;
}

.imaging_icon.QC_Done:after {
	content: 'Q';
	background:#56AB1D;
}
.imaging_icon.QC_Done.Analyst:after {
	content: 'A';
	background:#ECB801;
}


.imaging_icon.QC_Reject:after {
	content: 'Q';
	background:#901108;
}

.imaging_icon.QC_Reject_Abort:after {
	content: 'Q';
	background:#353232;
}

.imaging_icon.Analysis_Blank:after {
	content: 'A';
	background:#999999;
}

.imaging_icon.Analysis_ToDo:after {
	content: 'A';
	background:#ECB801;
}
.imaging_icon.Analysis_ToDo.User:after {
	content: 'Q';
	background:#56AB1D;
}
.imaging_icon.Analysis_ToDo.QC:after {
	content: 'Q';
	background:#56AB1D;
}
.imaging_icon.Analysis_ToDo.Moderator:after {
	content: 'Q';
	background:#56AB1D;
}

.imaging_icon.Analysis_Done:after {
	content: 'A';
	background:#56AB1D;
}
.imaging_icon.Analysis_Done.Moderator:after {
	content: 'M';
	background:#ECB801;
}


.imaging_icon.Moderate_ToDo:after {
	content: 'M';
	background:#ECB801;
}
.imaging_icon.Moderate_ToDo.User:after {
	content: 'A';
	background:#56AB1D;
}
.imaging_icon.Moderate_ToDo.QC:after {
	content: 'A';
	background:#56AB1D;
}
.imaging_icon.Moderate_ToDo.Analyst:after {
	content: 'A';
	background:#56AB1D;
}


.imaging_icon.Moderate_Done:after {
	content: 'M';
	background:#56AB1D;
}
.imaging_icon.Moderate_Done.Analyst:after {
	content: 'A';
	background:#56AB1D;
}


.imaging_icon.Analysis_Matched:after {
	content: 'M';
	background: #488dff;
}
.imaging_icon.Analysis_Matched.Analyst:after {
	content: 'A';
	background:#56AB1D;
}

.imaging_icon.Analysis_MisMatched:after {
	content: 'M';
	background:#F00;
}
.imaging_icon.Analysis_MisMatched.Analyst:after {
	content: 'A';
	background:#56AB1D;
}



.icon_desc_box p{height:22px;}
#icon_regist{background:#52bcec;}
#icon_delivery{background:#edb800;}
#icon_received{background:#ff7d44;}
#icon_done{background:#56aa1e;}
#icon_cancel{background:#9e9c9c;}




.form_status_ul{
	list-style: none;
	margin-top: 30px;
}
.form_status{
	float: left;
	margin-right: 20px;
}
.form_status .status_detail{
	width: 150px;
	height: 50px;
	border-bottom: solid 1px #666;
	text-align: left;
	padding: 4px 4px 4px 6px;
}
.form_status .status_detail p.title{
	color: #4649d8;
	line-height: 150%;
}

.status_btn {
	width: 80px;
	height: 50px;
	color: #fff;
	margin-right: 0px;
	font-weight: bold;
	border-radius: 4px;
	border: solid 1px #888;
}

#importProgerssTr {background-color: #fff5aa;}
#importProgerssTr td{ font-weight: bold; height: 30px; color:#112170;}
#importProgerssTr td:nth-child(6){color:red;}


.importTable tr td{height: 22px; line-height: 22px;}
.importdesc { color:#1b324c;}


.import_progress_div { padding: 20px; line-height: 20px; border: 1px solid #e3e3e3; margin: 10px;  max-width:1000px;text-align: center;}
.import_progress_div .subtitle {font-size:16px; font-weight:bold; color:#901108;}
.import_progress_div ul {padding:10px; display: inline-block;}
.import_progress_div ul li{text-align: left;width:500px;display: inline-block;background: url(../images/site/icon_bullet.gif) no-repeat;background-position-y: center; padding-left:14px;}

#progressbar {
	width:500px;
	height:30px;
	position:relative;
	display: inline-block;
}

.progresslabel {
	position:absolute;
	width:100%;
	text-align:center;
	line-height:30px;
	color:#033d7b;
	text-shadow: 1px 0px 0px black;
}

.white-space-nowrap{
	white-space: nowrap;
}
.white-space-pre{
	white-space: pre;
}

.status_detail{
	width: 120px;
}


#FilterEditor div.ctrl {
	border-top: solid 1px #ddc;
	background-color: #ffffdd;
	margin-top: 2px;
	padding: 3px;
}
#FilterEditor ul {
	border-left: solid 1px #000;
	margin-left: 8px;
}
#FilterEditor li {
	margin-left: 10px;
	line-height: 28px;
}

/* Login Layer Popup  */
.login_popup_modal {
	display: block; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1002; /* Sit on top */
	padding-top: 150px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: #c0c0c0000; /* Fallback color */
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.login_popup_noticewrap {
	position: absolute;
	background: #fefefe;
	top: 50%;
	left: 50%;
	width: 450px;
	/*height: 420px;*/
	margin: -320px 0 0 -250px;
	padding: 25px;
	border-radius: 5px;
	box-shadow: 0px 3px 10px -3px #000;
}
.login_popup_content {
	/*height: 260px;*/
	/*height: 260px;*/
	font-size: 15px;
	line-height: 22px;
	font-family: "맑은고딕";
	padding: 0px 10px 0px 10px;
}
.login_popup_close {
   position : absolute;
   right : 3px;
   top : 3px;
   padding : 0px; /* padding : 5px; */
   display : inline-block;
   cursor : pointer;
   color:#fff;
   background-color:#445c95;
   text-align:center;
   line-heigt:20px;
   font-size:15px;
   width:20px;
   height:20px;
}

/* CheckBorwer NOTICE */
.checkbrowser_modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1002; /* Sit on top */
	padding-top: 120px; /* Location of the box */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}
.checkbrowser_noticewrap {
	position: absolute;
	background: #fefefe;
	top: 50%;
	left: 50%;
	width: 430px;
	/*height: 420px;*/
	margin: -320px 0 0 -250px;
	padding: 55px 35px 25px;
	border-radius: 10px;
	box-shadow: 0px 3px 10px -3px #000;
}
.checkbrowser_content {
	/*height: 260px;*/
	/*height: 260px;*/
	font-size: 15px;
	line-height: 22px;
	font-family: "맑은고딕";
	padding: 0px 10px 0px 10px;
}
.checkbrowser_content p{
	margin-bottom: 10px;
}
.checkbrowser_title {font-size: 24px; color:#445c95; text-align: center; margin-bottom:30px; font-weight: bold; }
.checkbrowser_button{text-align: center;}
.checkbrowser_button a{
	display: inline-block;
	margin: 4px;
	width: 80%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	background: #445c95;
}

.displayNone{display:none}

.enroll_desc_box{ width: 880px; border: 2px solid rgba(77, 99, 148, 0.4);padding: 10px;margin: 20px 0px;line-height: 24px;     border-radius: 4px;}

[data-tooltip-text]:hover {
	position: relative;
}

[data-tooltip-text]:hover:after {
	background-color: rgba(47, 85, 120, 1);
	-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: 15%;
	padding: 7px 12px;
	position: absolute;
	width: auto;
	min-width: 50px;
	max-width: 300px;
	word-wrap: break-word;
	z-index: 9999;
	font-weight: 100;
}

.order_icon {cursor:pointer; font-size:14px;margin-left:3px;}
