@charset "euc-kr";

#popupTop {
	display: flex;
	height: 99px;
	background: url("/image/popup/popup01/topWrapBg.gif") repeat-x left top; 
}
.popupTopBg { width: 150px; flex-shrink: 0; height: 100%; }
.popupTopBg.left {
	background: url("/image/popup/popup01/topBg2.gif") no-repeat left top;
}
.popupTopBg.right {
	background: url("/image/popup/popup01/topBg.gif") no-repeat right top;
}
#popupTop .center {
	top: 12px;
}
#popupWrap.popup01 #popupAttach {
	position: absolute; top: 60px; right: 0px;
}
#popupWrap.popup01 #file_list {
	top: 100px;
	right: 20px;
}
#popupContentWrap { padding: 10px; }
#popupBtm {
	height: 50px;
	background: url("/image/popup/popup01/bottomWrapBg.gif") repeat-x left top;
	align-items: center;
}
#popupBtm .popupCloseText{padding: 10px; font-size: 13px; font-weight: 600;}
#popupBan { padding: 4px 6px; }
#popupBan label {display: flex;}
#popupClose a { display: block; }