.fileAttachIcon i {
    font-size:.6rem;
}
.fileAttachNm {
    display:block;
    width:100%;
	font-size: .8rem;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0.3rem 0.8rem;
}
.fileAttachNm.preview {
    margin-top:0.5rem;
    text-align: center;
}
.fileAttachNmDownBlock {
    display:block;
    width:100%;
	font-size: .8rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding:0.3rem 0.8rem;
}
.fileAttachNmDownBlock.preview {
    margin-top:0.5rem;
    text-align: center;
}
.issueItem{
	display: inline-block;
	padding: .5em .75em;
	color: #fdfdfd;
	font-size: 13px;
	line-height: normal;
	vertical-align: middle;
	background-color: #538096;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}

.customBtn {
	display: inline-block;
	padding: .2em .75em;
	color: #fdfdfd;
	font-size: inherit;
	font-style : inherit;
	line-height: normal;
	vertical-align: middle;
	background-color: #276D8F;
	cursor: pointer;
	border: 1px solid #ebebeb;
	border-bottom-color: #e2e2e2;
	border-radius: .25em;
}

.buttonUse {
	width:calc(100% - 60px);
	float:left;
	margin-right:0.2em;
}
.cursor {
	cursor: pointer;
}

/* share item */
.share_list_box{border:solid 1px #ddd; margin-top: 30px;}
.shareChipsBox{border:solid 1px #ddd;padding:10px;}

.shareChipsBox .md-chip {
    display: inline-block;
    background: #e0e0e0;
    padding: 0 12px;
    border-radius: 32px;
    font-size: 13px;
}
.shareChipsBox .md-chip:hover {
    background: #ccc;
}
.shareChipsBox .md-chip-clickable {
    cursor: pointer;
}
.shareChipsBox .md-chip, .md-chip-icon {
    height: 32px;
    line-height: 2.5em;
}
.shareChipsBox .md-chip-remove {
    display: inline-block;
    background: #aaa;
    border: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    padding: 0;
    margin: 0 -4px 0 4px;
    cursor: pointer;
    font-size:15px;
    line-height: 20px;
}
.shareChipsBox .md-chip-remove:after {
    color: #e0e0e0;
    content: '-';
}
.shareChipsBox .md-chip-not-remove:after {
    content: '+' !important;
}
.shareChipsBox .md-chip-remove:hover {
    background: #999;
}
.shareChipsBox .md-chip-remove:active {
    background: #777;
}

.shareChipsBox .md-chips {
    padding: 1px 0; display:inline-block;
}
.shareChipsBox .md-chip {
    margin: 0 5px 3px 0;
}
.shareChipsBox .md-chip-raised {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.shareChipsBox *, *:before, *:after {
    box-sizing: border-box;
}

.login_form span{
    color: #56d888;
    font-size: .8rem;
    font-weight: bold;
    cursor: pointer;
}

.total_count {
    padding: 0px 15px 5px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 0.65rem;
    font-family: 'notokr';
    color: #666;
    text-align: right;
}
.form_wrap .td #cn {
	white-space: pre-line;
}

/* .go-left {
	left: 120px;
} */

/* 미디어쿼리 추가 - 그리드화면 늘어짐  */
@media screen and (min-width: 1400px) {
   
    #wrap .container .conts_wrap {
    	max-width: calc(1300px - 14.3em);
    }
}
#modal-window{
	 pointer-events: none; !important
}
#modal-box {
    pointer-events: auto; !important
}
