/* toast and loading */ 
div.loadimgWrap {display:none;position: fixed;top:0;left:0;width: 100%;height: 100%;z-index: 10000;background-color: #000;opacity: 0.5;} 
img.loadimg{display:none;width:60px;position: fixed;top: 50%;left: 50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%,-50%);} 
.lsh-toast{ 
	display:none;z-index:10000; width:200px;height:20px;height:auto;position:absolute;top:50%;left:50%;-webkit-transform: translate(-50%, -50%);transform: translate(-50%,-50%); 
	background-color: rgba(56, 56, 56, .9);color: #F0F0F0;padding:10px;text-align:center;border-radius: 2px; 
	-webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);-moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1); 
} 

/* 아이프레임 레이어 */
#layermask {position:fixed;z-index:9000;background-color:#000;display:none;left:0;top:0;} 

.topdiv_wrap {width:100%; height:30px; background:#efefef; border-bottom:1px solid #aaa; }
.iframe_wrap {width:100%; height:calc(100% - 30px); background-color:#ffffff;}
.iframe_tag {width:100%; height:100%;padding: 15px; background-color: #ffffff;}
.topdiv_left {float:left; padding-left:10px; padding-top:6px; color:#525252; font-weight:bolder;}
.topdiv_right {float:right; padding-right:10px; padding-top:5px;}

.ellipsis {display: block;width: 100%;overflow: hidden;position: relative;line-height: 1.2em;max-height: 1.2em;text-align: justify;margin-right: -1em;padding-right: 1em;word-break: break-all;}
.ellipsis:before {content: '...';position: absolute;right: 0;bottom: 0;}
.ellipsis:after {content: '';position: absolute;right: 0;width: 1em;height: 1em;margin-top: 0.2em;background: white;}
