@charset "utf-8" 
@import url('reset.css');

.pup_bg{
	position: fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.3);
	z-index:10;
	display: none;
}


/* 공지사항 팝업창 */
.pup_wrap{
	display: none;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-400px;
	margin-top:-300px;
	width:800px;
	height:600px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
	background-color:#fff;
	z-index:20;
}
.pup_wrap_body{
	z-index: 99;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
}
.pup_wrap .pup_tit{
	display: block;
	width:100%;
	height:50px;
	line-height:48px;
	background: url(../img/pup/bg_etri_pup_tit.png) repeat-x 0 0;
	color:#fff;
	text-align: center;
	font-size:18px;
	font-weight: 600;
}
.pup_wrap .pup_body{
	width:100%;
	height:550px;
}
.pup_cont_head{
	width:100%;
	height:50px;
	line-height:48px;
	padding:0 30px;
	border-bottom:1px solid #c1c3c4;
	overflow:hidden;
	box-sizing: border-box;
}
.pup_cont_head strong{
	display: block;
	width:70%;
	font-weight: 600;
	font-size:18px;
	overflow:hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left;
}
.pup_cont_head .pup_head_util{
	float:right;
}
.pup_cont_head .pup_head_util span{
	position: relative;
	display:inline-block;
	padding-left:25px;
	background: url(../img/pup/ico_notice_util.png) no-repeat 0px 14px;
	font-size:15px;
}
.pup_cont_head .pup_head_util span.notice_date{
	background-position: 0px 12px;
	padding-right:20px;
}
.pup_cont_head .pup_head_util span.notice_date:after{
	position:absolute;
	top:20px;
	right:7px;
	content:"";
	display: block;
	width:1px;
	height:10px;
	background-color:#ddd;

}
.pup_cont_head .pup_head_util span.notice_print{
	background-position: 0px -47px;
	cursor:pointer;
}
.pup_cont{
	width:100%;
	height:500px;
	overflow-y:auto;
	box-sizing: border-box;
}
.add_file_box{
	width:100%;
	padding:10px 30px;
	background-color:#f6f6f6;
	border-bottom:1px solid #c1c3c4;
	box-sizing: border-box;
}
.add_file_tit{
	overflow:hidden;
}
.add_file_box .add_file_tit strong{
	font-size:14px;
	padding-left:22px;
	background: url(../img/pup/ico_notice_util.png) no-repeat 0px -124px;
	font-weight: 600;
	float:left;
}
.add_file_box .add_file_tit .btn_add_open{
	display:inline-block;
	float:right;
	font-size:13px;
	padding-right:20px;
	background:url(../img/pup/ico_add_open.png) no-repeat right -76px;
}
.add_file_box .add_file_list{
	display: none;
	width:100%;
	border:1px dotted #c1c3c4;
	padding:5px 15px;
	box-sizing: border-box;
	margin-top:5px;
}
.add_file_box .add_file_list.active{
	display:block;
}
.add_file_box .add_file_list .btn_download{
	display: block;
	height:20px;
	line-height:24px;
	padding-left:27px;
	background: url(../img/pup/ico_notice_util.png) no-repeat 0 -180px;
	font-size:12px;
	margin-bottom:7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.add_file_box .add_file_list .btn_download:last-child{
	margin-bottom:0;
}
.add_file_box .add_file_list .btn_download:hover{
	text-decoration: underline;
	color:#ff7a22;
}
.pup_scroll_area{
	width:100%;
	padding:20px 30px;
	box-sizing: border-box;
}
.pup_scroll_area p{
	font-size:14px;
}
.pup_scroll_area img{
	width:100%;
}
.btn_pup_close{
	position:absolute;
	right:0;
	top:0;
	display: block;
	width:50px;
	height:50px;
	background: #d55b0a url(../img/pup/ico_close.png) no-repeat center;
	background-size: 55px;
	font-size: 0;
	z-index:11;
}

/* 비디오 팝업 */
.pup_wrap.video{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -235px;
    margin-left: -435px;
    width: 835px;
    height: 450px;
    max-height: 500px;
    z-index: 9999999;
}
.video_cont{
	width:100%;
	height:100%;
}
.video_cont iframe{
	width:100%;
	height:100%;
}

/* 공지사항  먼저먹은 css */
.pup_cont_head #popup_title {
    font-size:18px;
    font-weight:600;
    text-align:left;
    line-height:52px;
    color:#000;
    cursor: default;
    width: auto;
    height: auto;
    background:none;
    border:0;
    padding: 0em;
    margin: 0em;
    letter-spacing:0;
}

