/* paper_submission */
.submission {*zoom:1;}
.submission:after {content:" "; display:block; clear:both;}
.submission h3 {padding:0 0 0 15px; font-size:16px; font-weight:bold; color:#464646; margin:50px 0 20px 0; background:url('../images/sub/blue_dot.gif') 0 5px no-repeat;}
.submission ul.blue_box {padding:10px; background:#edf5fb; margin:0 0 40px 0;}
.submission ul.blue_box li {padding:0 0 0 10px; background:url('../images/main/black_dot.gif') 2px 8px no-repeat; font-size:12px; font-weight:normal; color:#464646; line-height:16px;}
.submission ul.blue_box li strong {font-weight:600;}
.submission_table table {border-top:2px solid #004483;}
.submission_table table th {padding:6px 5px; background:#f6f6f6; text-align:center; font-size:13px; font-weight:600; color:#4b4a4a; border-bottom:1px solid #ccc; border-left:1px solid #ccc; word-break:keep-all;}
.submission_table table th:first-child {border-left:none;}
.submission_table table td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:6px 5px; font-size:13px; font-weight:normal; word-break:keep-all; line-height:16px;}
.submission_table table td:first-child {border-left:none;}
.thesis_agree h2{padding: 0 0 0 15px; font-size: 16px; font-weight: bold; color: #464646; margin: 0 0 50px 0;
background: url(../images/sub/blue_dot.gif) 0 5px no-repeat;}
.thesis_agree h3{padding: 0 0 0 12px; font-size: 14px; font-weight: 600; color: #464646; margin:0 0 8px 0; 
background: url(../images/sub/blue_dott.gif) 5px 8px no-repeat;}
.thesis_box{width:100%; border:1px solid #ccc; margin-bottom:30px;}
.thesis_box2{padding:15px; overflow-y:hidden; overflow-x:hidden; height:85px; line-height:22px; word-break:keep-all;}
.thesis_box3{padding:20px; overflow-y:scroll; overflow-x:hidden; height:150px; line-height:22px; word-break:keep-all;}
.agree_chk{border-top:1px solid #ccc; height:38px; line-height:38px; width:100%; font-size:12px; font-weight:normal; color:#565555; text-align:center; background-color:#f6f6f6;}
.input{border: 1px solid #ccc; background-color: #FFF; margin: 0 3px;height: 20px; vertical-align: middle;}

a.draft_btn {
	padding:5px; text-align:center; color:#464646; background:#edf5fb; 
	float:right;
	font-weight:600;
	font-size:12px;
	margin:30px 0 0;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:block;
	-o-transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
	behavior:url('../js/ie-css3.htc');
}
a.draft_btn:hover {background:#004483; color:#fff; 
			transform:rotateX(360deg);
			-webkit-transform: rotateX(360deg);
			-o-transform:rotateX(360deg);
			transition-delay: 0s;
			transition-duration: 0.5s;
			transition-property: all;
			transition-timing-function: linear;
}
.sample_btn {margin:0 0 20px 0;}
.sample_btn ul {*zoom:1;}
.sample_btn ul:after {content:" "; display:block; clear:both;}
.sample_btn ul li {float:left; margin:0 0 0 10px; text-align:center; font-size:12px; line-height:22px;}
.sample_btn ul li a {display:block; color:#fff; font-weight:600; height:22px; padding:0 5px; background:url('../images/sub/blue_bg.gif') 0 0 repeat-x;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
.sample_btn ul li:first-child {margin:0;}
.submission_insert table {border-top:2px solid #004483;}
.submission_insert table th {padding:6px 15px; background:#f6f6f6; text-align:left; font-size:12px; font-weight:600; color:#4b4a4a; border-bottom:1px solid #ccc; word-break:keep-all;}
.submission_insert table td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:4px 10px; font-size:13px; font-weight:normal; word-break:keep-all; line-height:16px;}

.filebox input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}

.filebox label {
  display: inline-block;
  padding: 5px 10px;
  color: #464646;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #d2e6f6;
  border-color:#d7d7d7;
  cursor: pointer;
  border-radius: 5px;
  font-size:11px;
  font-weight:600;
}

/* named upload */
.filebox .upload-name {
  display: inline-block;
  padding: 3px 10px;  /* label의 패딩값과 일치 */
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: .25em;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}
.filebox .upload-name {
  display: inline-block;
  padding: 3px 10px;  /* label의 패딩값과 일치 */
  width:300px;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #d7d7d7;
  border-radius: .25em;
  -webkit-appearance: none; /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
}
.submission_insert table td .input {vertical-align:middle;}
.submission_insert table td .input2 {display:inline-block; border:none;}
.submission_insert table td textarea {border-color:#ccc;}

.confirm_btn {margin:20px 0 0;}
.confirm_btn ul {*zoom:1; width:150px; margin:0 auto;}
.confirm_btn ul:after {content:" "; display:block; clear:both;}
.confirm_btn ul li {float:left; font-size:12px; font-weight:600; }
.confirm_btn ul li a {
	padding:4px 10px;
	display:block;
	color:#464646;
	background:#f6f6f6;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 0 0 10px;
	border:1px solid #dedede;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:block;
	-o-transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
	behavior:url('../js/ie-css3.htc');
}
.confirm_btn ul li a:hover {background:#004483; color:#fff;}

/* review */
.review_table table {border-top:2px solid #004483; width:100%; border-spacing:0; border-collapse:collapse;}
.review_table .input {vertical-align:middle; border:none;}
.review_table textarea {border:1px solid #ccc;}
.review_table table th {padding:7px 5px 7px 20px; background:url('../images/sub/black_dot.gif') 13px center no-repeat #f6f6f6; text-align:left; font-size:13px; font-weight:600; color:#4b4a4a; border-bottom:1px solid #ccc; border-left:1px solid #ccc;}
.review_table table th:first-child {border-left:none;}
.review_table table td {border-left:1px solid #ccc; border-bottom:1px solid #ccc; padding:7px 10px; font-size:12px; font-weight:normal; text-align:left; word-break:keep-all; line-height:16px;}
.review_table table td:first-child {border-left:none;}
.review_table table td.subject {text-align:left;}
.review_table table td.subject a {display:block; width:250px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
.review_table table td.subject a:hover {text-decoration:underline;}

.view_list {margin:0 0 30px 0;}
.view_list h4 {font-size:13px; font-weight:600; color:#464646; margin:0 0 10px 0; padding:0 0 0 10px; background:url('../images/sub/blue_dot.gif') 0 5px no-repeat;}
.view_list table {border-top:2px solid #004483;}
.view_list table th {padding:3px 15px; background:#f6f6f6; text-align:left; font-size:12px; font-weight:600; color:#4b4a4a; border-bottom:1px solid #ccc; /*word-break:keep-all;*/}
.view_list table td {border-bottom:1px solid #ccc; padding:5px 10px; font-size:13px; font-weight:normal; word-break:keep-all; line-height:16px;}
.view_list textarea {border-color:#ccc;}

.view_btn ul {*zoom:1; text-align:center;}
.view_btn ul:after {content:" "; display:block; clear:both;}
.view_btn ul li {display:inline-block; text-align:center; font-size:12px; font-weight:600; }
.view_btn ul li a {
	padding:4px 10px;
	display:block;
	color:#464646;
	background:#f6f6f6;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 0 0 10px;
	border:1px solid #dedede;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:block;
	-o-transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
	behavior:url('../js/ie-css3.htc');
}
.view_btn ul li a:hover {background:#004483; color:#fff;}

/* article_search */
.article h3 {padding:0 0 0 9px; font-size:16px; font-weight:bold; color:#464646; margin:0 0 20px 0; background:url('../images/sub/blue_dot.gif') 0 7px no-repeat;}
.article_search table {border-top:2px solid #004483;}
.article_search table th {padding:3px 15px; background:#f6f6f6; text-align:left; font-size:13px; font-weight:600; color:#4b4a4a; border-bottom:1px solid #ccc; word-break:keep-all;}
.article_search table td {border-bottom:1px solid #ccc; padding:10px; font-size:13px; font-weight:normal; word-break:keep-all; line-height:16px;}
.article_search table td p {line-height:17px; word-break:keep-all;}
.article_search table td p span {display:inline-block; margin:0 0 0 10px;}
.article_search table td p span:first-child {margin:0;}
.article_search table td select {width:100px;}
.article_btn {*zoom:1; margin:20px 0;}
.article_btn:after {content:" "; display:block; clear:both;}
.article_btn ul {*zoom:1; float:right;}
.article_btn ul:after {content:" "; display:block; clear:both;}
.article_btn ul li {float:left; font-size:12px; font-weight:600; }
.article_btn ul li a {
	padding:4px 10px;
	display:block;
	color:#464646;
	background:#f6f6f6;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin:0 0 0 10px;
	border:1px solid #dedede;
	border-radius:5px; 
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	display:block;
	-o-transition:all 0.6s;
	-webkit-transition:all 0.6s;
	-ms-transition:all 0.6s;
	transition:all 0.6s;
	behavior:url('../js/ie-css3.htc');
}
.article_btn ul li a:hover {background:#004483; color:#fff;}
.article_info h4 {font-size:14px; font-weight:600; color:#464646; margin:0 0 20px 0;}
.article_info h4 span {color:#004483;}
.article_info ul {padding:15px; background:#edf5fb;}
.article_info ul li {font-size:12px; font-weight:normal; color:#464646; line-height:17px; word-break:keep-all;}


/* */
.judg_h4 {font-size:18px; font-weight:600; text-align:center; margin:20px 0 30px 0;}
.judg_span {display:block; font-size:13px; font-weight:normal; margin:0 0 5px 0;}
.judgeQues {*zoom:1;}
.judgeQues:after {content:" "; display:block; clear:both;}
.judgeQues li {float:left; margin:0 0 0 15px;}
.judgeQues li:first-child {margin:0;}
.judgeQues li input , select {width:auto; margin:0; height:auto; vertical-align:middle;}


#result_form {
	width:650px;
	overflow-y:auto;
}
#result_form h4 {
	font-size:18px;
	font-weight:600; 
	text-align:center; 
	margin:20px 0 30px 0;
}
#result_form span {
	display:block; 
	font-size:13px; 
	font-weight:normal; 
	margin:0 0 5px 0;
	}
	
/* judge detail */
.jd_pd_center{ padding: 7px 10px !important; text-align: center !important;  }