@charset "euc-kr";

html,
body {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
	font-size: 12px;
}
img {
	border: 0;
}

a {
	color: #000;
	text-decoration: none;
	font-size: 1em;
}

a:hover {
	color: #000;
}

h1,
h2 {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
	font-size: 0;
	line-height: 0;
}

#popupWrap {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}
#popupTopWrap{
	position: relative;
}
#popupTopWrap .popupTopBg {
	flex: 1;
}
#popupTopWrap .center {
	position: absolute;
	left: 0;
	right: 0;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: 400;
	word-break: break-all;
}
#popupAttach {
	margin: 5px 20px 5px 0;
	text-align: right;
	/* position: absolute; top: 10px; right: 20px; */
}
#popupContentWrap {
	flex: 1;
	overflow: hidden;
}
#popupContent {
	/* overflow: hidden; */
	overflow: auto;
    height: 100%;
	width: 100%;
}
#popupContent img {
	vertical-align: top;
}
#popupBtmWrap {
	position: relative;
}
#popupBtmWrap input[type="checkbox"] {
	vertical-align: middle;
}
#popupBtm {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#popupWrap.preview #popupSize {
	display: block;
}
#popupSize {
	display: none;
	position: absolute;
	top: -24px;
	right: 0;
	background-color: #DDD;
    padding: 4px 6px;
}
