@charset "UTF-8";

#voteMain .votePrevArea .votePrev {
	text-align: center;
}

#voteMain .addPrtBtn {
	width: 32px;
	height: 32px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
	background: #F5F5F5;
	transition: 0.3s;
}

#voteMain.adminEditor.preset .voteLogoArea h1::after {
	content: "";
	margin: unset;
}

#voteMain.adminEditor.preset .voteLogoArea::after {
	content: "";
	padding: unset;
	top: unset;
	right: unset;
}

#voteMain.adminEditor.preset .voteBodyArea.edit {
	width: 100%;
}

#voteMain.adminEditor.preset .catoMap {
	width: calc(100% - 400px);
	margin-left: 0;
}

#voteMain.adminEditor.preset .editCellSggKeyword {
	width: 195px;
	height: 40px;
	padding-left: 10px;
}

.admin-panel #voteMain {
	height: 800px;
}

.admin-panel #voteMain .voteEditorArea .voteBodyArea.edit,
.admin-panel #voteMain .voteEditorArea .voteBodyArea.edit .catoMap {
	height: calc(100% - 50px);
}

#voteMain .admin-panel .electionMapDetail .electionResultManage .nameArea .btnGroup {
	float: right;
}

#voteMain .admin-panel .electionMapDetail .table.type01.overflow-x {
	overflow-x: auto;
}

#voteMain .voteBoardItem .voterAgeGraph {
	height: 150px;
	font-size: 13px;
}

#voteMain .voteTopSeat .voteSeatTop .voteSeatLogo {
	background: url(../../images/electionMap/topSeat04.png) no-repeat center 1px / 16px;
}

#voteMain .votePrevArea {
	height: 170px;
}

#voteMain .votePrevArea .votePrev {
	padding: 10px;
}

#voteMain .catoMap {
	width: 100% !important;
	margin-left: 0 !important;
}

#voteMain #M_downloadPop .electionMapAppPreview h2 {
	margin-top: -20px;
	text-align: center;
	margin-bottom: 10px;
}

#voteMain #M_downloadPop .electionMapAppPreview .voteTopArea {
	margin: 0 auto;
	position: unset;
}

#voteMain #M_downloadPop .electionMapAppPreview .voteTopArea .voteTopTit::after {
	font-size: 15px;
}

#voteMain #M_downloadPop .electionMapAppPreview .voteTopArea .voteTopSeat {
	width: 100%;
	margin-bottom: 0;
	font-family: 'pre Medium';
}

#voteMain #M_downloadPop .electionMapAppPreview .voteTopArea .voteTopSeat .voteSeatTop p {
	width: 100%;
}

#voteMain #M_downloadPop .electionMapAppPreview .voteTopArea .voteTopTit {
	font-size: 20px;
}

#M_downloadPop .electionMapAppPreview .nameArea {
	padding: 10px;
	z-index: 10;
}

#M_downloadPop .electionMapAppPreview span {
	font-size: 1.875rem;
	font-family: "pre SemiBold";
	color: #222;
}

#M_downloadPop .electionMapAppPreview .download {
	border-radius: 5px;
	font-family: 'Gmarket Sans';
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 0.01rem;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	transition: 0.3s;
	width: 50px;
	height: 50px;
	cursor: pointer;
}

#M_downloadPop .electionMapAppPreview .download>span {
	font-family: inherit;
	font-size: 0;
}

#M_downloadPop .electionMapAppPreview .download:hover {
	color: #333;
	font-weight: 700;
	border: 1px solid #31436B;
}

#M_downloadPop .electionMapAppPreview .download.svg {
	background: #d9d9d9 url(../../images/electionMap/ico_file_svg.png) no-repeat center center;
}

#M_downloadPop .electionMapAppPreview .download.svg:hover {
	background-image: url(../../images/electionMap/ico_file_svg.on.png);
}

#M_downloadPop .electionMapAppPreview .download.png {
	background: #d9d9d9 url(../../images/electionMap/ico_file_png.png) no-repeat center center;
}

#M_downloadPop .electionMapAppPreview .download.png:hover {
	background-image: url(../../images/electionMap/ico_file_png.on.png);
}

#M_downloadPop .electionMapAppPreview .download.jpg {
	background: #d9d9d9 url(../../images/electionMap/ico_file_jpg.png) no-repeat center center;
}

#M_downloadPop .electionMapAppPreview .download.jpg:hover {
	background-image: url(../../images/electionMap/ico_file_jpg.on.png);
}

#M_downloadPop .electionMapAppPreview .voteBottomArea {
	position: absolute;
	bottom: 30px;
	right: 30px;
	font-family: 'pre Medium';
	color: #aaa;
	z-index: 1040;
	width: 175px;
}

#M_downloadPop .electionMapAppPreview .voteBottomArea .voteEditedArea {
	font-size: 15px;
	margin: 5px 5px 13px 0;
	width: 100%;
	text-align: right;
}

#M_downloadPop .electionMapAppPreview .voteBottomArea .voteEditedArea .voteEditedBy {
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 100px;
	color: #666;
	font-size: 15px;
}

#M_downloadPop .electionMapAppPreview .voteBottomArea .voteEditedArea .voteEditedBy span {
	font-size: 15px;
}

#M_downloadPop .electionMapAppPreview .voteBottomArea .voteEditedArea .voteEditedBy.long {
	display: block;
	margin-left: -3px;
}

#M_downloadPop .electionMapAppPreview .downloadControl {
	display: flex;
	background-color: #fff;
	border: 1px solid #aaa;
	box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, 0.16);
	padding: 5px;
	border-radius: 10px;
	gap: 5px;
	max-width: 175px;
}

#M_downloadPop .electionMapAppPreview .downloadControl .inputBox {
	margin: 10px;
}

#M_downloadPop .electionMapAppPreview .downloadControl .inputBox label {
	margin-right: 10px;
	margin-left: 10px;
	font-family: "pre SemiBold";
}

#M_downloadPop .electionMapAppPreview .downloadControl .inputBox input[type=text] {
	height: 30px;
	width: 200px;
	padding-left: 10px;
	text-align: right;
}

.electionResultManage {
	margin-top: 300px;
	height: calc(100% - 300px)
}

.electionResultManage .tableEditor .inner {
	padding: 20px
}

.electionResultManage .tableEditor .inner .nameArea.right {
	position: absolute;
	right: 0px;
	padding-right: 20px;
}

.electionResultManage .tableEditor .inner .table {
	height: calc(100% - 400px);
	overflow-y: auto;
	position: absolute;
	top: 380px;
	width: calc(100% - 40px);
}

.admin-panel__content .electionMapDetail .searchArea {
	height: 100px;
}

.admin-panel__content .electionMapDetail .searchArea_input .inputArea .inputBox {
	width: 100%;
}

.admin-panel__content .electionMapDetail .validationCheckMessage {
	border: red solid 1px;
	border-radius: 10px;
	padding: 10px;
	margin: 20px 0;
	max-height: 150px;
	overflow-y: scroll;
}

.admin-panel__content .electionMapDetail .validationCheckMessage>li {
	margin: 5px 10px;
	font-size: 0.9375rem;
}

#voteMain #svgContainer {
	margin: 0 auto;
}

#voteMain #M_downloadPop .electionMapAppPreview #svgContainer,
#voteMain #M_downloadPop .electionMapAppPreview #downloadMapTarget {
	position: absolute !important;
	top: 180px;
}

#voteMain #svgContainer svg g text,
#voteMain #svgContainer_hover svg g text,
#voteMain .votePrev svg g text,
#M_downloadPop .electionMapAppPreview #svgContainer svg g text {
	dominant-baseline: middle;
	font-family: "Gmarket Sans";
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	fill: #fff;
}

#voteMain .voteEditorArea .selectArea {
	width: unset;
	display: block;
}

.partyDetail .checkbox.type02 label.position-left {
	justify-content: flex-start;
}

.electionPresetSearch .searchArea {
	display: flex;
	margin-bottom: 20px;
}

.electionPresetSearch .searchArea .inputBox label {
	display: none;
}

.electionPresetSearch .searchArea .inputBox #electionName {
	width: 543px;
	padding-left: 20px;
}

.partyDetail .previewImg img {
	max-height: 500px;
}

#voteMain .voteBoardItem img {
	width: 100%;
	height: 100%;
}

#voteMain .voteBoardList .voteBoardItem .votePartyLeft {
	background-color: #f5f5f5;
}

#voteMain .voteTopSeat .voteSeatTop .voteSeatLogo.hasIcon {
	background: unset;
	padding: 0 0 0 0;
	font-size: inherit;
}

#voteMain .voteTopSeat .voteSeatTop .voteSeatLogo.hasIcon img {
	width: 16px;
	height: 16px;
}

#voteMain button.btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'pre Medium';
	padding: 0 20px;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

#voteMain button.btn.bgWhite.type02 {
	color: #222;
}

#voteMain button.btn.bgWhite.type02:hover {
	border-color: transparent;
	background-color: #000;
	color: #fff;
}

#voteMain button.btn.bdGray {
	border: 1px solid #80828C;
}

#voteMain button.btn.fmType01 {
	font-family: 'pre Medium';
}

#voteMain button.btn.bgWhite {
	border: 1px solid #80828C;
	color: #555;
	background-color: #fff;
}

#voteMain input {
	padding-left: 10px;
}

#voteMain .electionResultManage .tableEditor td input,
#voteMain .electionResultManage .tableEditor td select {
	width: 100%;
	margin: 5px;
}

#voteMain .voteBoardList>.votePrevArea {
	margin: 0 23px 23px 23px;
}

#voteMain .voteTopArea .voteTopTit,
#voteMain .voteTopArea .voteTopSeat {
	margin-bottom: 20px;
}

#voteMain .voteSelectList .voteSelectItem.disabled {
	text-decoration: line-through;
	pointer-events: none;
}

#voteMain.adminEditor.preset .voteBoardArea.edit{
	z-index: 10;
	position: relative;
	left: 20px;
}

#voteMain ul.electionDistrictList {
	max-height: 300px;
	overflow-y: auto;
}

#voteMain ul.electionDistrictList li.electionDistrictItem{
	border-radius: 5px;
	min-height: 30px;
	font-size: medium;
	padding: 5px 10px;
	margin: 5px;
	background: #555;
	color: white;
}

#M_howToUsePop .noticePopup > img {
	width:100%;
}


