@CHARSET "UTF-8";

label.required-field:after {
	display: inline;
	color: #dd5a43 !important;
	font-size:12px;
	content: "*";
	margin-left:2px;
	margin-right:-10px;
}

@media (max-width:767px){
	label.required-field:after {
  		margin-left:0;
		margin-right:0;
	}
}



::-webkit-input-placeholder { color:#b6b6b6!important; }
::-moz-placeholder { color:#b6b6b6!important; }
:-ms-input-placeholder { color:#b6b6b6!important; }
input:-moz-placeholder { color:#b6b6b6!important; }

a:hover {
  -webkit-transition: color 0.3s linear;
     -moz-transition: color 0.3s linear;
       -o-transition: color 0.3s linear;
          transition: color 0.3s linear;
}

#overlay-loading { min-width:150px; }
#overlay-loading-icon { white-space: nowrap; }
#overlay-loading-icon span { margin-left:10px; }

.loading-wrapper {
	position:fixed;
	top:50%;
	left:50%;
	width:150px;
	overflow:hidden;
	margin-left:-75px;
	margin-top:-20px;

	width:auto;
	z-index:9999;

	padding:10px 20px;
    border: 1px solid #BBB;
    background-image: none!important;
    box-shadow: 0 2px 10px rgba(50,50,50,0.5);
    background: rgba(255,255,255,0.9);
}
.loading-wrapper .loading-text { font-size: 110%; }
.loading-wrapper .icon-spin {margin-right:5px; color:#d15b47; font-size: 120%; }



/******************************* 읽기 화면 **********************************/
.contentFrame {
	width:100%;
	height:100px;
	min-height:100px;
	border-width:0;
	frameborder:0;
	border:none;
	margin:0;
	margin-top:10px;
	padding:0;
	border-top:1px solid #ccc;
}

.downloadItem .fileSize {margin-left:-3px; margin-right:3px;}
.downloadItem .fileSize:before {content: "(";}
.downloadItem .fileSize:after {content: ")";}
.downloadItem a { color: white;}


/******************************* 게시판 댓글 ********************************/
div.boardCommentContainer {display:inline-block; width:100%; clear:both;}
div.boardCommentContainer .boardComment {clear:both; border-top:1px dotted #aaa; padding:5px 0}
div.boardCommentContainer .boardComment:last-child {border-bottom:1px dotted #aaa;}
div.boardCommentContainer .boardComment .name {font-weight:bold; display:inline-block; margin:0;}
div.boardCommentContainer .boardComment .date {font-size:85%; display:inline-block; margin:0; color:gray}
div.boardCommentContainer .boardComment .content {display:block; margin:3px 0 0;}
div.boardCommentContainer .boardComment .command {display:inline-block; margin-left:10px;}
div.boardCommentContainer .boardComment .command a {margin-left:2px; margin-right:2px;}
div.boardCommentContainer .replyIndent1 {padding-left: 3%}
div.boardCommentContainer .replyIndent2 {padding-left: 6%}
div.boardCommentContainer .replyIndent3 {padding-left: 9%}
div.boardCommentContainer .replyIndent4 {padding-left:12%}
div.boardCommentContainer .replyIndent5 {padding-left:15%}
div.boardCommentContainer .replyIndent6 {padding-left:18%}
div.boardCommentContainer .replyIndent7 {padding-left:21%}
div.boardCommentContainer .replyIndent8 {padding-left:24%}
div.boardCommentContainer .replyIndent9 {padding-left:27%}

div.boardCommentContainer .boardCommentTextArea {display:block; width:100%; margin-right: auto; margin-left: auto; clear:both; }



/*********************** 파일 업로드 ************************/
.fileupload-control ul.upload-file-list {
	margin-left: 0;
	list-style: none;
	clear:both;
	max-width:506px; padding:3px;
	margin:0;
}
.fileupload-control ul.upload-file-list  li {
	max-width:500px;
}

.fileupload-control .browser-container {display:block;}
.fileupload-control .upload-infomation {color:#aaa; font-size:90%; padding-left:5px; padding-top:3px;}
.fileupload-control .upload-infomation:after {display:inline-table;line-height: 0;content: ")";}
.fileupload-control .upload-infomation:before {display:inline-table;line-height: 0;content: "(";}

.fileupload-control table {width:100%; table-layout: fixed;}
.fileupload-control td { padding:2px; }
.fileupload-control td.filename{min-width:100px; padding-right:10px; overflow: hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; -ms-text-overflow:ellipsis; -moz-binding:url(/xe/ellipsis.xml#ellipsis);}
.fileupload-control td.filesize{width:70px; right:0;top:0; color:gray;  margin-left:5px; text-align:right;}
.fileupload-control td.filesize:after {display:inline-table;line-height: 0;content: ")";}
.fileupload-control td.filesize:before {display:inline-table;line-height: 0;content: "(";}
.fileupload-control td.progressbar {width:100px;}
.fileupload-control td.progressbar .progress {margin-bottom: auto;}
.fileupload-control td.commands {width:20px; text-align: center; padding-left:5px; padding-right:5px;}

.fileupload-control td .upload-cancel {display:none; width:20px; text-align: center;}
.fileupload-control td .upload-remove {display:none; width:20px; text-align: center;}
.fileupload-control td .upload-retry  {display:none; width:20px; text-align: center;}

.fileupload-control .upload-status-uploading .upload-cancel {display:block;}
.fileupload-control .upload-status-queued .upload-remove,
.fileupload-control .upload-status-completed .upload-remove {display:block;}

.fileupload-control .upload-status-error .upload-remove {display:block;}
.fileupload-control .upload-status-error .upload-retry  {display:block;}

.fileupload-control .upload-status-pre-attached {color:#999}

@media ( max-width : 980px) {
	.fileupload-control li {
		display:block;
		width:auto;
	}
}

