@charset "UTF-8";
/*
.box-vertical thead tr th a {
    display: inline-block;
    padding: 0 25px;
}

.box-vertical thead tr th a.sort {
    background: url(../../images/tbl_th_ico02.png) no-repeat right;
    background-size: auto 16px;
}

.box-vertical thead tr th a.change {
    background: url(../../images/tbl_th_ico02_change.png) no-repeat right;
    background-size: auto 16px;
}
*/
.tabs-wrap .tabs-list ul li:hover span {
	color: #333;
}

.tabs-wrap .tabs-list ul li:hover.active span {
	color: #fff;
}

.tabs-wrap.size-small .tabs-list ul li span {
	line-height: 3.6rem;
}

.tabs-wrap[class*='white-'] .tabs-list ul li:hover span {
	color: #333;
}

.tabs-wrap[class*='white-'] .tabs-list ul li.active span {
	color: #333;
}

.tabs-wrap .tabs-list ul li.erase {
	width: 15rem;
	text-align: center;
	background: transparent;
	border: 0;
}

#nextItem, #prevItem {
	font-size: 10px;
	position: absolute;
	top: 30px;
}

#prevItemIcon {
	position: absolute;
	top: 50%;
	display: inline-block;
	font-size: 0;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon_sprite_24.png);
	background-repeat: no-repeat;
	background-size: 500px auto;
	vertical-align: middle !important;
	background-position: -72px -24px;
}

#nextItemIcon {
	position: absolute;
	top: 50%;
	right: 10px;
	display: inline-block;
	font-size: 0;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon_sprite_24.png);
	background-repeat: no-repeat;
	background-size: 500px auto;
	vertical-align: middle !important;
	background-position: -96px -24px;
}

/*
.select-box {
	display: none;
}
*/
.btn-wrap.in-box {
	border-top: 1px solid #ddd;
	padding: 1rem 0;
	margin-top: 1.5rem;
	/*
  justify-content: flex-end;
  */
}

.print-fee-wrap .apply-wrap .apply-desc {
	margin-top: 0.3rem;
}

.print-fee-wrap .box-wrap {
	margin-top: 15px;
}

.print-fee-wrap .box-wrap + .print-fee-wrap .box-wrap {
	margin-top: 15px;
}

.print-fee-wrap .sign-wrap {
	padding: 0;
	margin-top: 18px;
}

.box-wrap .box-inner .box-header .box-title .color-blue {
	font-size: 18px;
	margin-left: 3rem;
}
/*
.flex-1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100% !important;
  min-width: auto;
  height:5rem;
}
*/
.box-wrap .box-inner .box-header .box-title .color-red {
	font-size: 18px;
	margin-left: 0.5rem;
}

.bg-color-yellow {
	background-color: #feffad !important;
}

.header-inner.window-popup, .contents-inner.window-popup, .footer-inner.window-popup
	{
	width: 100%;
	padding: 0 0 5rem 0;
}

.contents-inner.window-popup .box-wrap .box-inner .box-header {
	border-bottom: 2px solid #333;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents {
	padding: 0;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table
	{
	margin-top: 0;
	border-left: 1px solid #ddd;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody th
	{
	background: #f2f2f2;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody th,
	.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody td
	{
	height: 3.3rem;
	padding: 0 2rem 0 2rem;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.contents-inner.window-popup .box-wrap.fee-box .box-inner .box-contents .box-table tbody th,
	.contents-inner.window-popup .box-wrap.fee-box .box-inner .box-contents .box-table tbody td
	{
	height: 3.3rem;
	padding: 0 1rem 0 1rem;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody th.right,
	.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody td.right
	{
	text-align: right;
}

.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody th.center,
	.contents-inner.window-popup .box-wrap .box-inner .box-contents .box-table tbody td.center
	{
	text-align: center;
}

.contents-inner.window-popup .box-table.cost-type tbody tr th {
	background-color: #f1f1f1;
	padding: 1.5rem 1rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.contents-inner.window-popup .box-table.cost-type tbody tr td {
	padding: 1.5rem 1rem;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

/* [이용신청] */
.apply-wrap {
	width: calc(100% - 5rem);
	max-width: 94rem;
	margin: 4.5rem auto 0;
}

/* [투표 검증하기] */
.receipt-wrap {
  width: calc(100% - 5rem);
  max-width: 94rem;
  margin: 4.5rem auto 0;
}

.receipt-separator {
  position: relative;
}

.receipt-separator:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.receipt-separator ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.receipt-wrap .receipt-box {
  display: flex;
  margin-top: 5rem;
}

.receipt-wrap .receipt-box textarea {
  width: 80%;
  min-height:25rem;
}

.receipt-wrap .receipt-box .button-box {
  display: flex;
  width: 20%;
}

.receipt-wrap .receipt-box .button-box .button-area {
  align-self: end;
  text-align: center;
  width: 100%;
}

.receipt-wrap .receipt-box .button-box .button-area a {
  width: 80%;
}

.receipt-wrap .receipt-desc {
  margin-top: 3rem;
  color: gray;
}

.receipt-wrap .caution {
  margin-top: 2rem;
  font-size: 20px;
  color: red;
}

/*
.layer-popup .layer-contents {
  padding:10px 0 28px;
  max-height: 80rem;
  overflow: auto;
}
*/
.select-step.type-04 .voter-select ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: -1.5rem;
	width: 7rem;
	height: 100%;
	z-index: -1;
	background: url(../images/icon-check-04.png) 2rem center #00a3f7
		no-repeat;
	-webkit-transition: 0.3s left;
	transition: 0.3s left;
	border-radius: 10px 10px;
}

.select-step.type-04 .voter-select ul li.active {
	width: 100%;
	max-width: 65rem;
}

.select-step.type-04 .voter-select ul li.active:before {
	content: '';
	left: -5.7rem;
	background-position-x: 0.8rem;
}

.voter-wrap .voter-tit {
	font-size: 22px;
	text-align: center;
	line-height: 5.4rem;
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
}

.header-inner .gnb-wrap>ul {
	display: flex;
	justify-content: space-evenly;
	width: 100%;
	font-size: 16px;
	margin: 0 auto;
}

@media screen and (-ms-high-contrast: active) , ( -ms-high-contrast :
	none) {
	.header-inner .gnb-wrap>ul {
		display: -ms-flexbox;
		justify-content: center;
		width: 100%;
		font-size: 16px;
		margin: 0 auto;
	}
	.header-inner .gnb-wrap>ul>li {
		margin: 0 5%;
		display: inline-block;
	}
}

/*
	Layer
*/
.layerBg {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 13;
	opacity: 0.5;
}

#layerBg {
	width: 100%;
	height: 100%;
	background: #000;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 13;
	opacity: 0.5;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc .msg-count #smsCont
	{
	max-width: 100%;
	max-height: 19rem;
	min-height: 14rem;
	background-color: white;
	border: 1px solid #ddd;
	padding: 10px;
	overflow-x: hidden;
	word-break: break-all;
	/* IE and Edge
  -ms-overflow-style: none;
  */
	/* Firefox
  scrollbar-width: none;
   */
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc .msg-count #smsCont[contenteditable="false"]
	{
	background-color: transparent;
}

/* Chrome, Safari, Opera
.msg-box .msg-view .msg-inner .msg-contents .msg-desc .msg-count #smsCont::-webkit-scrollbar {
    display: none; 
}
*/
.msg-box .msg-view .msg-inner .msg-contents .msg-desc .msg-count #smsCont .replacedParam
	{
	display: inline-block;
	background: white;
	padding: 3px;
	margin: 2px;
	border: 1px solid black;
	border-radius: 4px;
}

.msg-box.send-history.send-phone-view {
	padding: 0;
	justify-content: center;
}

.msg-box .msg-example .msg-item li.sms .example-bottom span.byte {
	display: none;
}

.msg-box .msg-example .msg-item li.sms .example-bottom span.byte:before
	{
	display: none;
}

.msg-box.send-history .msg-view .msg-inner .msg-contents .msg-desc .msg-count p
	{
	color: black;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.06rem;
	width: 100%;
	border: 1px solid #ddd;
	padding: 1rem 1.4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	resize: none;
	height: 28.5rem;
	border: 1px solid #ccc;
	background: #fff;
	max-height: 28rem;
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}

.msg-box.send-history .msg-view .msg-inner .msg-contents .msg-desc .msg-count p.hide
	{
	display: none;
}

.msg-box .msg-example .msg-item li .example-box span {
	color: red;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc p {
	margin-top: 1rem !important;
}

.btn-wrap .btn[name="smsReSend"] {
	width: 100%;
}

.voter-wrap .voter-box .voter-accordion .accordion-content>.mobile-item-detail>.detailInner>ul>li>.imgArea
	{
	text-align: center;
}

.mobile .voter-wrap .voter-inner .graph-area {
	height: 26.5rem;
}

.layer-display {
	min-width: 480px;
	max-width: 1200px;
	z-index: 14;
	border: 2px solid #333;
	padding: 0 28px;
	background-color: #fff;
}

.wrap .contents .location {
	display: none;
}

.msg-box .msg-example .msg-item li {
	height: 300px;
}

.msg-box .msg-example .msg-item li.spread {
	height: 460px;
}

.simpleContViewLayer.btn.btn-blue.btn-outline {
	margin-top: 15px;
	height: 2.8rem;
	padding: 0 1rem;
}

.msg-box .msg-example .msg-item li.kakao .example-box.simpleSmsTemplt {
	width: 100%;
	background-color: #eff3f6;
}

.msg-box .msg-example .msg-item li.kakao .example-box.simpleSmsTemplt p {
	white-space: pre-wrap;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc .msg-count #smsCont.kakaoContent
	{
	background-color: #fffbe2;
}

.msg-box .msg-view .msg-inner.spread {
	position: relative;
	width: 100%;
	height: 80.2rem;
	background: url(../images/bg_mobile_all_spread.png) center center
		no-repeat;
}

.msg-box .msg-view .msg-inner .msg-contents .msg-desc .count-wrap .msg-count
	{
	word-break: break-all;
	overflow-x: hidden;
	/* IE and Edge
	  -ms-overflow-style: none;
	  */
	/* Firefox
	  scrollbar-width: none;
	   */
}

/*
.support-box .support-contents dl dd.answered .question:after {
    content: "";
    position: absolute;
    bottom: -0.8rem;
    left: 17.4rem;
    width: 2.4rem;
    height: 2.4rem;
    background-image: url(../images/icon_sprite_24.png);
    background-repeat: no-repeat;
    background-size: 500px auto;
    background-position: -72px -48px;
}
*/
/*
	질문과 답변
*/
.support-box .support-header ul li.sup-tit:nth-of-type(2) {
	padding-left: 0;
}
/*
.support-box .support-contents dl dt {
    border-top: 1px solid #ddd;
}
*/
.support-box .support-header ul {
	border-bottom: none;
}

.reservation-card ul li .reservation-desc span {
	color: red;
}

.voter-wrap .graph-area .swiper-button-prev {
	left: -6.5rem;
}

.voter-wrap .graph-area .swiper-button-prev:before {
	background-position: -72px -24px;
}

.voter-wrap .graph-area .swiper-button-next {
	right: -6.5rem;
}

.voter-wrap .graph-area .swiper-button-next:before {
	background-position: -96px -24px;
}

.voter-wrap .graph-area .swiper-button-prev, .voter-wrap .graph-area .swiper-button-next
	{
	width: 6.4rem;
	height: 6.4rem;
	background-color: #efefef;
	z-index: 0;
	position: absolute;
}

.voter-wrap .graph-area .swiper-button-prev span, .voter-wrap .graph-area .swiper-button-next span
	{
	position: absolute;
	left: 50%;
	bottom: -3rem;
	width: 100%;
	font-size: 12px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: black;
}

.voter-wrap .graph-area .swiper-button-prev:before, .voter-wrap .graph-area .swiper-button-next:before
	{
	content: '';
	display: inline-block;
	font-size: 0;
	width: 24px;
	height: 24px;
	background-image: url(../images/icon_sprite_24.png);
	background-repeat: no-repeat;
	background-size: 500px auto;
	vertical-align: middle !important;
}

.voter-wrap .graph-area .swiper-button-prev:after, .voter-wrap .graph-area .swiper-button-next:after
	{
	content: none;
}

.mobile .box-wrap .graph-area #area1 {
	width: 260px;
	height: 260px;
}
/*
@media all and (max-width:480px){
	.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li .action-select .voter-name {
		margin-left: 0;
		font-size: 13px;
		
	}
	.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li .icon-box {
		right: 1%;
		width: 2.6rem;
		height: 2.6rem;
	}
	
	.mobile .box-wrap.voter .box-inner .box-contents .select-step .voter-select ul li .icon-box .sprite-large {
	    display: inline-block;
	    font-size: 0;
	    width: 16px;
	    height: 16px;
	    background-image: url(../images/icon_sprite_32.png);
	    background-repeat: no-repeat;
	    background-size: 250px auto;
	    vertical-align: middle !important;
	}

	.select-step.type-04 .voter-select ul li.active .icon-box .icon-vote-00	{
		background-position: 0 -64px;
	}
	
	.select-step.type-01 .voter-select ul li.active:nth-of-type(1) .icon-box .icon-vote-00 {
	    background-position: 0px -64px;
	}
	
	.select-step.type-01 .voter-select ul li.active:nth-of-type(2) .icon-box .icon-vote-00 {
	    background-position: 0 -80px;
	}
	
	.select-step.type-02 .voter-select ul li.active .icon-box .icon-vote-00 {
		background-position: 0 -64px;
	}
}
*/
@media all and (min-width: 1025px) {
	.main-visual .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .visual-text
		{
		top: 26rem;
	}
	.main-visual .swiper-container .swiper-wrapper .swiper-slide:nth-child(odd) .visual-text .visual-tit
		{
		position: absolute;
		top: 19rem;
	}
}

@media all and (max-width:800px) {
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit
		{
		font-size: 55px;
	}
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-desc,
		.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-sub
		{
		font-size: 14px;
	}
	.mobile .top-desc {
		font-size: 14px;
		padding-top: 0;
	}
}

@media all and (max-width:520px) {
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit
		{
		font-size: 44px;
	}
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-desc,
		.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-sub
		{
		font-size: 13px;
	}
	.mobile .top-desc {
		font-size: 13px;
		padding-top: 0;
	}
}

@media all and (max-width:460px) {
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit
		{
		font-size: 42px;
	}
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-desc,
		.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-sub
		{
		font-size: 12px;
	}
	.mobile .top-desc {
		font-size: 12px;
		padding-top: 0;
	}
	.mobile .voter-wrap .voter-inner .graph-area {
		height: 20.5rem;
	}
	.mobile .box-wrap .graph-area #area1 {
		width: 200px;
		height: 200px;
	}
}

@media all and (max-width:440px) {
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit
		{
		font-size: 37px;
	}
}

@media all and (max-width:360px) {
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit
		{
		font-size: 30px;
	}
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-desc,
		.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-sub
		{
		font-size: 11px;
	}
	.mobile .top-desc {
		font-size: 11px;
		padding-top: 0;
	}

	.mobile .voter-wrap .voter-inner .graph-area {
		height: 24.5rem;
	}
	.mobile .box-wrap .graph-area #area1 {
		width: 240px;
		height: 240px;
	}
}

@media all and (max-width:285px) {
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-tit
		{
		font-size: 23px;
	}
	.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-desc,
		.main-visual .swiper-container .swiper-wrapper .swiper-slide .visual-text .visual-sub
		{
		font-size: 10px;
	}
	.mobile .top-desc {
		font-size: 11px;
		padding-top: 0;
	}
}

.apply-wrap form input.readonly {
	background-color: #F1F1F1;
}

.support-box .support-contents dl dt a .sup-tit:nth-of-type(2) {
	line-height: 3.3rem;
	vertical-align: middle;
}

@media only screen and (max-width: 768px) {
	.support-box .support-header {
		display: none;
	}

	.support-box .support-contents .support-desc img {
		width: 100%;
	}

	.support-box .support-contents .attachments-desc {
		margin: 0px 1rem;
		padding: 2rem 1rem;
	}

	.support-box .support-contents dl dt a:hover {
		background: unset;
	}

	.support-box .support-contents dl dt a .sup-tit {
		margin-top: 1rem;
		display: table-caption;
		width: 100%;
	}

	.support-box .support-contents dl dt a div:nth-child(2) {
		text-align: left;
		padding-left: 6rem;
		width: 100%;
	}

	.support-box .support-contents dl dt a div:nth-child(3) {
		text-align: right;
		padding-right: 1rem;
	}

}

@media only screen and (max-width: 768px) {
	.support-box .support-contents dl dt a {
		padding: 1.5rem 0;
		line-height: normal;
	}
}

@media only screen and (max-width: 768px) {
	.support-box .support-contents dl dt a .sup-tit:nth-of-type(2) {
		line-height: normal;
	}
}

.voter-wrap .voter-header h3#vote-info-header {
	padding: 1.7rem 12rem;
}

/* 투표 정보 - 안건 설명 */
.agenda-box {
	word-break: break-all;
	white-space: pre-wrap;
	text-align: justify;
}
/*
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .util-wrap {
	position: absolute;
	right : 3rem;
	top: 0;
	display: inline-block;
	margin-top: 0.5rem;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .mc-header .util-wrap .sprite.icon-logout {
	background-size: 312.5px;
	background-position: -105px 0;
	width: 15px;
	height: 15px;
	margin-right: 0.1rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .sub-tit
	{
	margin-top: 6.6rem;
} */

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide {
	width: 100%;
	min-height: 48.6rem;
	background: url(../images/bg_sc_mc_large.png?v=202210211733) center center no-repeat;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step
	{
	display: block;
	/*height: 30.5rem; */
	padding: 0.5rem 0.5rem;
	/*overflow-y: auto; */
	margin-top: 0.5rem;
}

.select-step.type-03 .voter-select ul li .action-select .form-box {
	right: 1rem;
}

.select-step.type-06 .voter-select ul li .action-select .form-box {
	right: 1rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select ul li .action-select .voter-name.long-line
	{
	font-size: 12px;
	line-height: normal;
	margin-left: 0.5rem;
	margin-top: 0;
}

.select-step.type-03 .voter-select ul li .action-select .voter-name {
	margin-left: 1.5rem;
	padding: 1rem 8.5rem 1rem 0;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select .voter-name
	{
	padding: 1rem 6rem 1rem 0;
	line-height: normal;
}
.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select {
	height: auto;
}
.mobile .layer-popup .layer-contents .select-step.type-03 .voter-select ul li .action-select .voter-name
	{
	line-height: normal;
	padding: 1rem 6rem 1rem 0;
	font-size: 13px;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select .voter-photo
	{
	width: 4rem;
	height: 4rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select .action-select .voter-photo img
	{
	min-width: 4rem;
	min-height: 4rem;
}

.select-step.type-03 .voter-select ul li .action-select i {
	min-width: 20px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-03
{
	height: auto;
	/* max-height: 28rem; */
	padding: 1.5rem 3rem 1rem;
	/* overflow-y: scroll; */
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-03 ul
{
	/* height: 27rem; */
}

.select-step.type-06 .voter-select ul li .action-select .voter-name.rnmat {
	margin-left: 0rem !important;
	padding: 1rem 2.5rem 1rem 0;
	font-weight: bold;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-06 .voter-select ul li .action-select .voter-name
{
	padding: 0rem 1rem 0rem 0;
	line-height: normal;
	margin-left: 0;
}

.mobile .layer-popup .layer-contents .select-step.type-06 .voter-select ul li .action-select .voter-name
{
	line-height: normal;
	font-size: 14px;
}

.mobile .layer-popup .layer-contents .select-step.type-06 .voter-select ul li .action-select .voter-name.rnmat
{
	padding: 1rem 0 1rem 0;
}

/*.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select .action-select .voter-photo*/
/*{*/
/*	width: 4rem;*/
/*	height: 4rem;*/
/*}*/

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select .action-select .voter-photo img
{
	min-width: 4rem;
	min-height: 4rem;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select ul li .action-select .symbol-wrapper i,
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select .symbol-wrapper i {
	font-size: 12px;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select ul li .action-select .symbol-wrapper,
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select .symbol-wrapper {
	margin-right: 1rem;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select ul li .action-select .symbol-wrapper:after,
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select .symbol-wrapper:after {
	top: calc(50% - 18px);
	left: 22px;
	width: 4.5rem;
	height: 36px;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select .voter-name
{
	margin-left: 0 !important;
	padding: 0rem 1rem 0.5rem 0 !important;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select .voter-name.rnmat
{
	font-weight: bold;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select {
	height: auto;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-03 .voter-select ul li .action-select .symbol-wrapper,
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select .symbol-wrapper {
	min-width: 26px;
	margin-right: 1.5rem;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select .belong-name
{
	font-size: 10px;
	margin-right: 1rem;
}
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select ul li .action-select .card-name
{
	font-size: 11px;
}

.select-step.type-06 .voter-select ul li .action-select i {
	min-width: 20px;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-06
{
	height: auto;
	padding: 1.5rem 3rem 1rem;
}

.footer .footer-inner .etc-link ul li a.privacy {
	color: #ee3e00;
	font-weight: bold;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-name
	{
	line-height: normal;
	padding: 1rem 9rem 1rem 0;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-name.no-rnmat
{
	line-height: normal;
	padding: 0rem 0rem 0rem 0;
	margin-left: 0;

}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-name.yn
	{
	line-height: 4.6rem;
	padding: 1rem 9rem 1rem 0;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select ul li .action-select .voter-name.yn
	{
	line-height: 3.3rem;
	margin-top: 0;
}

/*
	임시
*/
.aid-box {
	position: relative;
	border-top: 1px solid #ddd;
	margin: 3rem auto 0;
	text-align: center;
	color: #333;
}

.aid-box:before {
	content: '';
	position: absolute;
	top: -1.6rem;
	left: 50%;
	width: 5.6rem;
	height: 3.2rem;
	background: url(../images/icon_aid.png) #fcfcfc center center no-repeat;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 1;
}

.aid-box .aid-desc {
	/* height: 8rem; */
	height: 6rem;
	padding: 2rem 0 0;
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	word-break: break-word;
}

.voter-info ul li {
	max-width: 28.4rem;
	/* margin-bottom: 7rem;
	margin-top: 5rem; */
	margin-bottom: 0;
	margin-top: 2rem;
}

.voter-info ul li.full {
	max-width: 100%;
}

.voter-info ul li .btn-homepage {
	height: 35px;
}

#itemNmSelect, .message-select-item {
	text-overflow: ellipsis;
	padding-right: 40px;
}

#itemNmSelect option, .message-select-item option {
	text-overflow: ellipsis;
	padding-right: 10px;
}

.voter-wrap .graph-area {
	overflow: visible;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-04 .voter-select ul li
	{
	width: 60%;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step.type-04 .voter-select ul li .action-select .voter-name
	{
	line-height: 4.6rem;
	padding: 1rem 1rem 1rem 0;
}

.layer-popup.voter-layer .select-step.type-04 .voter-select ul li {
	margin: 1.2rem auto;
	width: calc(100% - 7rem)
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-01 .voter-select ul li .action-select .voter-name
	{
	margin-left: 0px;
}

.mobile .select-step.type-01 .voter-select ul li .action-select {
	padding: 0 1rem;
}

.mobile .select-step.type-01 .voter-select ul li .action-select .icon-box
	{
	right: 0.5rem;
}

.voter-wrap .voter-sub-header h4 {
	margin: 1rem 0;
	word-break: break-all;
	line-height: 4rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-04 .voter-select ul li
{
	max-width: 26rem;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select ul li .action-select .voter-name
	{
	margin-left: 0;
	margin-top: 1.3rem;
	display: inline-block;
	padding-right: 4rem;
	line-height: 2rem;
}

/*
.select-step .card-wrap .card-num {
	padding: 0.3rem;
}
*/

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-content .detail-inner .type-01 ul li .action-select .voter-name
	{
	font-size: 11px;
	margin-left: 0;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-03 .voter-select ul li .action-select .form-box .t-num
	{
	width: 3.5rem;
	padding: 0 1rem 0 0;
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li.active
	{
	width: calc(100% - 3.7rem);
	margin-left: 3.5rem;
}

.mobile .layer-popup .layer-contents .select-step.type-04 .voter-select ul li .action-select .voter-name
	{
	margin-left: 0;
	font-size: 12px;
}

.mobile .box-wrap.voter .box-inner .box-contents .select-step.type-06 .voter-select ul li .action-select .form-box .t-num
{
	width: 3.5rem;
	padding: 0 0.5rem 0 0.5rem;
}

/* 키패드 레이어 */
#keylayer {
	position: absolute;
	z-index: 999;
	width: 324px;
	height: 514px;
	padding: 12px;
	background: #444;
	border-radius: 16px;
	display: none;
}

.keylayer_btn {
	width: 300px;
	height: 490px;
}

.keylayer_btn dd {
	width: 94px;
	height: 92px;
	float: left;
	margin: 3px 3px 3px 3px;
}

.keylayer_btn dd a {
	display: block;
	height: 92px;
	background: url("../images/btn_keypad.png") no-repeat;
	cursor: pointer;
}

.keylayer_btn dd a span {
	display: none;
}

.keylayer_btn dd a.num1 {
	width: 94px;
	background-position: -5px -5px;
}

.keylayer_btn dd a.num1:hover, .keylayer_btn dd a.num1:focus {
	width: 94px;
	background-position: -5px -102px;
}

.keylayer_btn dd a.num2 {
	width: 94px;
	background-position: -104px -5px;
}

.keylayer_btn dd a.num2:hover, .keylayer_btn dd a.num2:focus {
	width: 94px;
	background-position: -104px -102px;
}

.keylayer_btn dd a.num3 {
	width: 94px;
	background-position: -203px -5px;
}

.keylayer_btn dd a.num3:hover, .keylayer_btn dd a.num3:focus {
	width: 94px;
	background-position: -203px -102px;
}

.keylayer_btn dd a.num4 {
	width: 94px;
	background-position: -302px -5px;
}

.keylayer_btn dd a.num4:hover, .keylayer_btn dd a.num4:focus {
	width: 94px;
	background-position: -302px -102px;
}

.keylayer_btn dd a.num5 {
	width: 94px;
	background-position: -401px -5px;
}

.keylayer_btn dd a.num5:hover, .keylayer_btn dd a.num5:focus {
	width: 94px;
	background-position: -401px -102px;
}

.keylayer_btn dd a.num6 {
	width: 94px;
	background-position: -500px -5px;
}

.keylayer_btn dd a.num6:hover, .keylayer_btn dd a.num6:focus {
	width: 94px;
	background-position: -500px -102px;
}

.keylayer_btn dd a.num7 {
	width: 94px;
	background-position: -599px -5px;
}

.keylayer_btn dd a.num7:hover, .keylayer_btn dd a.num7:focus {
	width: 94px;
	background-position: -599px -102px;
}

.keylayer_btn dd a.num8 {
	width: 94px;
	background-position: -698px -5px;
}

.keylayer_btn dd a.num8:hover, .keylayer_btn dd a.num8:focus {
	width: 94px;
	background-position: -698px -102px;
}

.keylayer_btn dd a.num9 {
	width: 94px;
	background-position: -797px -5px;
}

.keylayer_btn dd a.num9:hover, .keylayer_btn dd a.num9:focus {
	width: 94px;
	background-position: -797px -102px;
}

.keylayer_btn dd a.del {
	width: 94px;
	background-position: -896px -5px;
}

.keylayer_btn dd a.del:hover, .keylayer_btn dd a.del:focus {
	width: 94px;
	background-position: -896px -102px;
}

.keylayer_btn dd a.num0 {
	width: 94px;
	background-position: -995px -5px;
}

.keylayer_btn dd a.num0:hover, .keylayer_btn dd a.num0:focus {
	width: 94px;
	background-position: -995px -102px;
}

.keylayer_btn dd a.enter {
	width: 94px;
	background-position: -1094px -5px;
}

.keylayer_btn dd a.enter:hover, .keylayer_btn dd a.enter:focus {
	width: 94px;
	background-position: -1094px -102px;
}

.keylayer_btn dd a.prev {
	width: 94px;
	background-position: -1193px -5px;
}

.keylayer_btn dd a.prev:hover, .keylayer_btn dd a.prev:focus {
	width: 94px;
	background-position: -1193px -102px;
}

.keylayer_btn dd a.next {
	width: 94px;
	background-position: -1292px -5px;
}

.keylayer_btn dd a.next:hover, .keylayer_btn dd a.next:focus {
	width: 94px;
	background-position: -1292px -102px;
}

.keylayer_btn dd a.reset {
	width: 94px;
	background-position: -1391px -5px;
}

.keylayer_btn dd a.reset:hover, .keylayer_btn dd a.reset:focus {
	width: 94px;
	background-position: -1391px -102px;
}

.tlyResultMessage {
	margin-top: 20px;
	color: #00a3f7;
}

.voter-wrap .voter-card ul .btn.large {
	position: absolute;
	top: 50%;
	right: 3.4rem;
	width: 26rem;
	height: 5rem;
	line-height: 4.8rem;
	font-size: 15px;
	margin-top: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.inline-flex {
	display: inline-flex;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button
	{
	-webkit-appearance: none;
	margin: 0;
}

/* Email 발송 이력 임시 */
.hr-line.email-history table td {
	height: 10.5rem;
}

.msg-box.send-history .email-view .email-inner>input {
	margin-bottom: 10px;
}

.msg-box.send-history .email-view .email-inner .msg-count p {
	color: black;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: -0.06rem;
	width: 100%;
	border: 1px solid #ddd;
	padding: 1rem 1.4rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	resize: none;
	height: 28.5rem;
	border: 1px solid #ccc;
	background: #fff;
	max-height: 28rem;
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}

.msg-box.send-history .email-view {
	width: 50rem;
}

.btn.btn-blue#application-example {
	height: 3.5rem;
	padding: 0 1rem;
	float: right;
}

.tmvote-telno-reserve-table td, .xrohshot-table td {
	text-align: center;
}

.tmvote-telno-voter-duplicate-table td {
	text-align: center;
}

.search-for-tmvote-duplicate input, .search-for-tmvote-duplicate button
	{
	height: 3.5rem;
}

.tmvote-telno-modify-table {
	width: 98%;
	margin-left: 1%;
}

.tmvote-telno-modify-table tbody tr th, .tmvote-telno-modify-table tbody tr td
	{
	text-align: center;
}

.tmvote-telno-modify-table #elecSeqno {
	background-color: #f2f2f2;
}

.excel-buttons {
	text-align: right;
}

.excel-buttons button.excel {
	width: auto;
	padding: 0 0 0 70px;
	height: 40px;
	color: #030644;
	border: 1px solid #cad8e1;
	background: url("../../images/btn_ico_excel.png") no-repeat 22px 6px;
	background-size: auto 70%;
	transition: 0.3s linear;
	-webkit-transition: 0.3s linear;
}

.taxInvoiceList * {
	font-weight: normal;
}

.taxInvoiceList td, .taxInvoiceList th {
	padding: 1.4rem 1rem;
	text-align: center;
}

.taxInvoiceList .checkbox-data {
	padding: 0;
}

.taxInvoiceList .center {
	text-align: center;
}

.taxInvoiceList .checkbox-data input[type='checkbox'] {
	display: inline-block;
}

.taxInvoiceList .alignLeft {
	text-align: left !important;
}

.layer-popup .layer-contents.tax-layer-contents {
	max-height: 700px;
}

#taxInvoiceInfo .box-table td {
	padding-left: 1rem;
	padding-right: 1rem;
}

#taxInvoiceInfoInput .suppList .suppList-thead {
	width: 100%;
	border-top: 2px solid #169ae3;
}

#taxInvoiceInfoInput .suppList .suppList-thead:after {
	content: "";
	display: block;
	clear: both;
}

#taxInvoiceInfoInput .suppList .suppList-thead li {
	float: left;
	display: inline-block;
	text-align: center;
	height: 34px;
	line-height: 34px;
}

#taxInvoiceInfoInput .suppList .suppList-thead li:nth-child(1) {
	width: 70%;
}

#taxInvoiceInfoInput .suppList .suppList-thead li:nth-child(2),
	#taxInvoiceInfoInput .suppList .suppList-thead li:nth-child(3) {
	width: 15%;
}

#taxInvoiceInfoInput .suppList dl {
	border-top: 1px solid #cad8e1;
}

#taxInvoiceInfoInput .suppList dt a {
	display: block;
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	color: #757575;
	border-bottom: 1px dotted #cad8e1;
}

#taxInvoiceInfoInput .suppList dt a:after {
	content: "";
	display: block;
	clear: both;
}

#taxInvoiceInfoInput .suppList dt a .title {
	float: left;
	display: block;
	width: 70%;
	padding-left: 90px;
	font-weight: 400;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	position: relative;
}

#taxInvoiceInfoInput .suppList dt a .etc {
	float: left;
	width: 15%;
	text-align: center;
}

#taxInvoiceInfoInput .suppList dt a .etc.file {
	background: url("../images/ico_file.png") no-repeat center;
}

#taxInvoiceInfoInput .suppList dt a .title.strong:before {
	position: absolute;
	top: 10px;
	left: 18px;
	content: "중요";
	background-color: #F33;
	color: #fff;
	border-radius: 12px;
	width: 52px;
	height: 20px;
	line-height: 20px;
	font-size: 12px;
	text-align: center;
}

#taxInvoiceInfoInput .suppList dt a:hover {
	text-decoration: none;
}

#taxInvoiceInfoInput .suppList dt a.active {
	background-color: #0055a2;
	color: #fff;
	border-bottom: none;
}

#taxInvoiceInfoInput .suppList dt a.active .etc.file {
	background: url("../images/ico_file_on.png") no-repeat center;
}

#taxInvoiceInfoInput .suppList dd {
	display: none;
	padding: 16px 88px;
	background: #fff;
	color: #757575;
	line-height: 1.4;
	border-bottom: 1px solid #0055a2;
}

#taxInvoiceInfoInput .suppList dd img {
	margin-top: 30px;
	width: auto;
	max-width: 100%;
}

.mobile-login .mobile-title .section-title {
	font-weight: 500;
	text-align: center;
	font-size: 42px;
}

.mobile-login .mobile-title .section-desc {
	font-weight: 500;
	font-size: 24px;
	line-height: 2.8rem;
	padding-top: 1.1rem;
}

.mobile-login .mobile-content {
	margin-top: 5% 0;
}

.mobile-login .mobile-content .content-image img {
	width: 50%;
	max-width: 18rem;
}

.mobile-login .mobile-content .content-desc {
	margin-top: 5%;
}

.mobile-login .mobile-content .content-desc p {
	font-size: 16px;
	line-height: 1.4;
	margin-top: 0;
}

.tabs-inner .votebox-wrap .content-image {
	text-align: right;
}

.hide {
	display: none !important;
}

.box-header-with-btns {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
}

.box-header-with-btns .box-title {
	float: left;
	font-size: 15px;
	flex: 1 0 auto;
}

.pr25 {
	padding-right: 25rem !important;
}

.flex-right {
	flex: 1 0 auto;
	text-align: right;
}

.voter-box .voter-accordion .accordion-header .info-box .important {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 28px;
	height: 28px;
	background-position: bottom;
	font-size: 0;
	background: url(../images/ico_important.png) no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}

.voter-box .voter-accordion .accordion-header .info-box .important.active
	{
	background-position: top;
}

.voter-box .voter-accordion .accordion-header .state-box .memo {
	position: absolute;
	left: 2px;
	width: 28px;
	height: 28px;
	background-position: bottom;
	font-size: 0;
	bottom: -2px;
	background: url(../images/ico_memo.png) no-repeat;
	background-size: 100% auto;
	background-position: bottom;
}

.voter-box .voter-accordion .accordion-header .state-box .memo.active {
	background-position: top;
}

.voter-box .voter-accordion .accordion-header .state-box p.title {
	font-size: 16px;
}

.voter-box .voter-accordion .accordion-header .vote-state .progress-bar
	{
	position: relative;
	height: 3.2rem;
	background: #dedede;
}

.voter-box .voter-accordion .accordion-header .vote-state .progress-bar .progress-start
	{
	position: absolute;
	top: 0;
	left: 1rem;
	color: #fff;
	line-height: 3.2rem;
	z-index: 2;
}

.voter-box .voter-accordion .accordion-header .vote-state .progress-bar .progress-result
	{
	position: absolute;
	top: 0;
	left: 0;
	max-width: 100%;
	height: 100%;
	font-size: 0;
	color: transparent;
	overflow: hidden;
	background: -webkit-gradient(linear, left top, right top, from(#99cc33),
		to(#339999));
	background: linear-gradient(to right, #99cc33 0%, #339999 100%);
	z-index: 1;
	transition: 0.3s all;
}

.voter-item .voter-sort .sort-box {
	position: relative;
	display: flex;
	width: 100%;
}

.voter-item .voter-sort .sort-box a:before {
	display: none;
}

.voter-item .voter-sort .sort-box .sort-first-item {
	width: 9rem;
}

.voter-item .voter-sort .sort-box .sort-first-item a {
	position: absolute;
	top: 0px;
	left: 2px;
	padding-left: 0;
}

.voter-item .voter-sort .sort-box a:nth-of-type(1) {
	padding: 0 3.1rem 0 0;
}

.voter-item .voter-sort .sort-box a:nth-of-type(2) {
	width: 50%;
	padding: 0;
	flex: 1 0 auto;
	text-align: right;
}

.voter-item .voter-sort .sort-box a:nth-of-type(3) {
	position: absolute;
	top: 0;
	right: 0;
	width: 234px;
	padding: 0 10px;
	text-align: right;
	overflow: hidden;
}

.voter-item .voter-sort .sort-box a:not(:first-child):before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 0.1rem;
	height: 1.6rem;
	background: #dedede;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.voter-wrap .voter-inner .voter-item .voter-sort .sort-box a:after {
	display: none;
}

.sort-img {
	display: inline-block;
	width: 2.4rem;
	height: 2.4rem;
	vertical-align: bottom !important;
	background-image: url(../images/icon_sprite_24.png);
	background-repeat: no-repeat;
	background-size: 500px auto;
	background-position: -168px -48px;
}

.sort-img.static {
	position: static;
}

.voter-wrap .voter-inner .voter-item .voter-box {
	padding: 2rem 2rem;
	margin-top: 15px;
	cursor: pointer;
}

.voter-wrap .voter-inner .voter-item .voter-box.group-box {
	background-color: #FEF9E8;
}

.memoInner {
	position: absolute;
	top: 82px;
	left: 40px;
	z-index: 1;
	width: 280px;
	padding: 6px 8px;
	height: auto;
	background-color: #fff;
	border: 2px solid #059fdb;
	border-radius: 6px;
	text-align: right;
}

.memoInner textarea {
	width: 100%;
	height: 80px;
	padding: 8px;
	text-align: left;
}

.memoInner button {
	border: 1px solid #cad8e1;
	padding: 6px 10px 5px;
	border-radius: 3px;
	margin-top: 5px;
	vertical-align: middle;
	font-size: 14px;
}

.memo-save-button {
	border: 1px solid #cad8e1;
	padding: 6px 10px 5px;
	border-radius: 3px;
	margin-top: 5px;
	vertical-align: middle;
	font-size: 14px;
}

button[type="button"].excel {
	position: absolute;
	right: 0;
	width: 14.5rem;
	padding-left: 28px;
	height: 4.8rem;
	color: #202224;
	border: 1px solid #cad8e1;
	background: url(../images/btn_ico_excel.png) no-repeat 18px 10px;
	background-size: auto 58%;
	transition: 0.3s linear;
}

button[type="button"].excel:first-child:nth-last-child(2), button[type="button"].excel:first-child:nth-last-child(2)
	~ button {
	position: static;
	right: 0;
	width: 23rem;
	padding-left: 28px;
	height: 4.8rem;
	color: #202224;
	border: 1px solid #cad8e1;
	background: url(../images/btn_ico_excel.png) no-repeat 18px 10px;
	background-size: auto 58%;
	transition: 0.3s linear;
}

.vote-info-header {
	font-size: 18px;
	color: #00a3f7;
}

span.vote-info-header.btn-copy {
	margin: 0 10px;
	display: inline-block;
	padding: 2px 15px;
	border: 1px solid #ddd;
	cursor: pointer;
	border-radius: 5px;
}

.copy-tooltip {
	position: fixed;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(0, 0, 0, 0.8);
	color: #ffffff;
	padding: 8px 16px;
	border-radius: 4px;
	z-index: 9999;
}

.absolute-btn-small {
	position: absolute;
	right: 0;
	vertical-align: middle;
	top: 0;
	border-radius: 0.5rem;
}

.vote-state .state-btn {
	height: 3.8rem;
	padding: 0 1rem;
	border-radius: 0.5rem;
	word-break: keep-all;
	font-size: 1.2rem;
}

.vote-state .state-btn:only-child {
	padding: 0 2.5rem;
}

.vote-state .state-btn-wrap {
	display: flex;
	justify-content: center;
	gap: 5px;
}

.vote-state .state-btn.red {
	background: #ff1e1e;
	border: 2px solid #ff1e1e;
}

.vote-state .state-btn.blue {
	background: #e9f3fb;
	border: 2px solid #00a3f7;
	color: #0a265b;
}

.vote-state .state-btn.black {
	background: #333;
	border: 2px solid #333;
}

.vote-state .state-btn.green {
	background: #369933;
	border: 0;
}

.voter-wrap .voter-sort a.active span {
	background-position: -168px -72px;
}

.voter-wrap .voter-sort a.active.up span {
	background-position: -192px -72px;
}

.flex-center {
	display: flex;
	gap: 1%;
	align-items: center;
}

.wide-layer {
	max-width: 1500px;
	min-width: 1350px;
}

.front {
	z-index: 15;
}

.front-11 {
	z-index: 11;
}

.front-12 {
	z-index: 12;
}

.flexbox-right {
	display: flex;
	justify-content: right;
}

.deposit-table table th {
	padding: 0.5rem 0;
	text-align: center;
	height: 45px;
}

.deposit-table table td {
	padding: 0.5rem;
	text-align: center;
	word-break: break-all;
	height: 50px;
}

.deposit-table table td button {
	width: auto;
	padding: 0.5rem;
	margin-left: 0.5rem;
	border: 1px solid #cad8e1;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .vote-state {
	color: #333;
	border-left: 1px solid #ddd;
	position: absolute;
	top: 0;
	right: 0;
	width: 234px;
	padding: 0 10px;
	text-align: center;
	height: 74px;
	overflow: hidden;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .vote-state .state-inner {
	display: table-cell;
	width: 214px;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .vote-state .state-inner .turnout
	{
	font-size: 17px;
	letter-spacing: -1.5px;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .vote-state .state-inner .progress-inner
	{
	display: block;
	width: 100%;
	height: 26px;
	margin-top: 2px;
	text-align: center;
}

.system-users-table td, .system-users-table th {
	text-align: center;
}

/* 홍보게시판  */
.support-box.press-wrap .support-header .sup-tit {
	width: 58%;
}

.support-box.press-wrap .support-contents ul li:last-child {
	border-bottom: 1px solid #ddd;
}

.support-box.press-wrap .support-contents ul li:first-child {
	border-color: #333;
}

.support-box.press-wrap .support-contents ul li {
	border-top: 1px solid #ddd;
	position: relative;
}

.support-box.press-wrap .support-contents ul li a {
	display: flex;
	width: 100%;
	height: 5.3rem;
	color: #333;
	align-items: center;
}

.support-box.press-wrap .support-contents ul li a:hover {
	background: #f2f2f2;
}

.support-box.press-wrap .support-contents .sup-tit {
		width: 58%;
		padding-left: 6rem;
		line-height: 2rem;
}
.support-box.press-wrap .support-contents .sup-tit.new:before {
	content: "NEW";
	position: absolute;
	left: 10px;
	top: 50%;
	background: #ff1e1e;
	padding: 0 10px;
	line-height: 24px;
	color: #fff;
	margin-top: -12px;
	border-radius: 12px;
	font-weight: 500;
	font-size: 13px;
}

.support-box.press-wrap .support-contents .sup-util {
	width: 14%;
	text-align: center;
	line-height: 2rem;
}

@media only screen and (max-width: 768px) {
	.support-box.press-wrap .support-header .sup-tit {
		width: 47%;
	}
	.support-box.press-wrap .support-header .sup-util {
		width: 18%;
	}
	.support-box.press-wrap .support-contents .sup-tit {
		width: 47%;
		padding-left: 1rem;
		line-height: 2rem;
		white-space: nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		font-size: 1.1rem;
	}

	.support-box.press-wrap .support-contents .sup-util {
		width: 18%;
		text-align: center;
		line-height: 2rem;
		white-space: nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
		font-size: 1.1rem;
	}
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm {
	margin-top: 4rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm+.state-box
	{
	margin-top: 0.2rem;
}

.box-wrap .box-inner .subgroupName {
	margin-top: 6rem;
	margin-bottom: 2rem;
	font-size: 2.5rem;
	font-weight: bolder;
}

.mobile .box-wrap .box-inner .subgroupName {
	margin-top: 3rem;
	margin-bottom: 0.5rem;
	font-size: 1.5rem;
	font-weight: bolder;
}

.mobile .box-wrap .box-inner .subgroupName+div.mt-30 {
	margin-top: 1rem !important;
}

.mobile .voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm
	{
	margin-top: 2rem;
	font-size: 12px;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .grpSubgrpNm+.state-box
	{
	margin-top: 0.1rem;
}

.system-users-table td, .system-users-table th {
	text-align: center;
}

/*
	NFC 현장투표소
*/
.spot .layer-scale {
    transform: scale(1.3) translate(-50%, -50%);
    transform-origin: left top;
    overflow: auto;
}

.spot .layer-popup .select-step .card-wrap .card-num {
	padding: 0.5rem 2rem 0;
}

.spot .layer-popup  a.btn {
	height: 6.9rem;
    line-height: 6.9rem;
    font-size: 2rem;
}


.spot-scale .select-step .card-wrap .card-num {
	padding: 0.5rem 2rem 0;
}

.spot-scale .select-step {
	padding: 1rem 3rem 0rem;
}

.spot-scale .voteBtn a {
	height: 6.9rem;
    line-height: 6.9rem;
    font-size: 2rem;
}

/* 기능 요청 게시판  */
.customer-wrap .support-box.requests-wrap .align-center{
	margin-bottom:3rem;
}

.customer-wrap .support-box.requests-wrap .btn-requests {
	width: 27rem;
	height: 6.4rem;
	line-height: 6rem;
	font-size: 15px;
	border: 1px solid #00a3f7;
	background-color: #00a3f7;
	background: #fff;
	color: #00a3f7;
	border-width: 2px;
}

.customer-wrap .support-box.requests-wrap .support-contents .support-desc
	{
	border: 1px solid #ddd;
	border-radius: 6px;
	margin: 2rem 0;
	min-height: 15rem;
	padding: 3rem 3rem 2rem 3rem;
}

.customer-wrap .support-box.requests-wrap .support-header .sup-tit,
	.customer-wrap .support-box.requests-wrap .support-contents .sup-tit {
	width: 45%;
}

.customer-wrap .support-box.requests-wrap .support-header .sup-util,
	.customer-wrap .support-box.requests-wrap .support-contents .sup-util {
	width: 11%;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-10 .state-wrap{
	display: inline-block;
	border: 1px solid #00a3f7;
	background: #fff;
	font-weight: 500;
	border-radius: 20px 20px;
	width: 8rem;
    height: 4rem;
    vertical-align: middle;
    position: relative;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-10 .request-state{
	color: #00a3f7;
	position: absolute;
    top: -6px;
    left: 27px;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-20 .state-wrap{
	display: inline-block;
	border: 1px solid #b64aba;
	background: #fff;
	font-weight: 500;
	border-radius: 20px 20px;
	width: 8rem;
    height: 4rem;
    vertical-align: middle;
    position: relative;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-20 .request-state{
	color: #b64aba;
	position: absolute;
    top: -6px;
    left: 20px;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-30 .state-wrap{
	display: inline-block;
	border: 1px solid #edb451;
	background: #fff;
	font-weight: 500;
	border-radius: 20px 20px;
	width: 8rem;
    height: 4rem;
    vertical-align: middle;
    position: relative;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-30 .request-state{
	color: #edb451;
	position: absolute;
    top: -6px;
    left: 14px;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-31 .state-wrap{
	display: inline-block;
	border: 1px solid #2ec957;
	background: #fff;
	font-weight: 500;
	border-radius: 20px 20px;
	width: 8rem;
    height: 4rem;
    vertical-align: middle;
    position: relative;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-31 .request-state{
	color: #2ec957;
	position: absolute;
    top: -6px;
    left: 14px;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-70 .state-wrap{
	display: inline-block;
	border: 1px solid #000080;
	background: #fff;
	font-weight: 500;
	border-radius: 20px 20px;
	width: 8rem;
    height: 4rem;
    vertical-align: middle;
    position: relative;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-70 .request-state{
	color: #000080;
	position: absolute;
    top: -6px;
    left: 14px;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-80 .state-wrap{
	display: inline-block;
	border: 1px solid #909090;
	background: #fff;
	font-weight: 500;
	border-radius: 20px 20px;
	width: 8rem;
    height: 4rem;
    vertical-align: middle;
    position: relative;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-80 .request-state{
	color: #909090;
	position: absolute;
    top: -6px;
    left: 14px;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-90 .state-wrap{
	display: inline-block;
	border: 1px solid #ff1e1e;
	background: #fff;
	font-weight: 500;
	border-radius: 20px 20px;
	width: 8rem;
    height: 4rem;
    vertical-align: middle;
    position: relative;
}

.customer-wrap .support-box.requests-wrap .support-contents .sup-util.state-90 .request-state{
	color: #ff1e1e;
	position: absolute;
    top: -6px;
    left: 27px;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box {
	margin: 1rem 1rem;
	margin-bottom: 3rem;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply{
	position: relative;
	line-height: 2.2rem;
	border: 1px solid #ddd;
	background: #fff;
	padding: 1rem 1.3rem;
	border-radius: 5px 5px;
	-webkit-box-shadow: 0 0.8rem 0.8rem rgb(0 0 0/ 5%);
	box-shadow: 0 0.8rem 0.8rem rgb(0 0 0/ 5%);
	margin: 0.5rem 4rem 0.5rem 0.5rem;
	text-align: start;
	width: fit-content;
	max-width: 50rem;
	margin: 0.5rem;
	margin-left: 0.5rem;
	margin-right: auto;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply.sys{
	position: relative;
	line-height: 2.2rem;
	border: 1px solid #ddd;
	background: #fff;
	padding: 1rem 1.3rem;
	border-radius: 5px 5px;
	-webkit-box-shadow: 0 0.8rem 0.8rem rgb(0 0 0/ 5%);
	box-shadow: 0 0.8rem 0.8rem rgb(0 0 0/ 5%);
	margin: 0.5rem 4rem 0.5rem 0.5rem;
	text-align: start;
	width: fit-content;
	max-width: 50rem;
	margin: 0.5rem;
	margin-rightleft: 0.5rem;
	margin-left: auto;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply-title{
	margin: 2rem;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply-box{
	display: flex;
	flex-direction: column-reverse;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply .registerDateTime{
	margin-left: 1.5rem;
	font-size: 12px;
	color: #ddd;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply .reply-option-box{
	position: relative;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply .reply-options{
	border: 1px solid #3333;
	border-radius: 3px;
	position: absolute;
	top: 21px;
	right: 12px;
	width: 7rem;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	text-align: center;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply .reply-options .option{
	padding: 1rem;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply .reply-options .option:hover{
	background-color: #3333;
	cursor: pointer;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply-input-box{
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #ddd;
	padding: 2rem;
	/* padding-bottom: 1rem; */
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .reply-input-box.password{
	padding: 2rem;
}

.customer-wrap .support-box.requests-wrap .support-header .sup-tit.sys,
	.customer-wrap .support-box.requests-wrap .support-contents .sup-tit.sys{
	width: 40%
}

.customer-wrap .support-box.requests-wrap .support-header .sup-util.sys,
	.customer-wrap .support-box.requests-wrap .support-contents .sup-util.sys{
	width: 10%;
}

.customer-wrap .support-box.requests-wrap .support-contents select {
	/* 	width:10%; */

}

.layer-popup .layer-contents .layer-desc .file-box {
	height: 5rem;
	border-radius: 5px;
	border: 2px dashed #ddd;
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.feature-request-table .files {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.feature-request-table .files .file-preview {
	width: 20%;
	text-align: center;
	padding: 1%;
	margin: 1%;
	cursor: pointer;
	position: relative;
}

.feature-request-table .files .file-preview img {
	width: 100%;
}

.feature-request-table .files .file-preview .remove-btn {
	position: absolute;
	top: -1px;
	right: 0px;
	background-color: white;
}

.feature-request-table .files .file-preview .file-name {
	font-size: 1rem;
}

.feature-request-table .files .file-preview .remove-btn:hover {
	border: 1px solid black;
}

.request-files {
	display: flex;
	justify-content: flex-start;
	width: 100%;
	flex-wrap: wrap;
}

.request-files .request-files-element {
	width: 20%;
	text-align: center;
	padding: 1%;
	margin: 1%;
	cursor: pointer;
}

.request-files .request-files-element img {
	width: 100%;
}

.customer-wrap .support-box.requests-wrap .support-contents .desc-box .modify-layer{
	position: absolute;
	right: 2rem;
	display: flex;
	justify-content: flex-end;
	color: #8f8f8f;
}


.layer-popup .layer-contents .layer-desc input[type=text],
	.layer-popup .layer-contents .layer-desc input[type=password],
	.layer-popup .layer-contents .layer-desc input[type=number]{
	transition:none;
}

.form-box .captcha-wrap .chaptch-btn-wrap{
	display: flex;
	margin-left: 1rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .vote-state .state-inner .progress-inner {
  display: block;
  width: 100%;
  height: 26px;
  margin-top: 2px;
  text-align: center;
}

/* 러닝메이트 후보자 정보 */
.rnmat-cand-info-enter-wrap {
    position: relative;
    min-height: 23rem;
    display: flex;
}

.rnmat-cand-info-enter-wrap .enter-photo {
    width: 180px;
    height: 230px;
    border: 1px solid #ddd;
}

.rnmat-cand-info-enter-wrap .enter-photo .btn-photo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 14rem;
    font-size: 14px;
    line-height: inherit;
    color: #909090;
    background-color: #f1f1f1;
    border: 8px solid #fff;
    background-image: url(../images/icon_photo.png);
    background-position: center 35px;
    background-repeat: no-repeat;
}

.rnmat-cand-info-enter-wrap .enter-photo .img-photo {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.rnmat-cand-info-enter-wrap .enter-photo .img-photo.active {
    display: block;
}

.rnmat-cand-info-enter-wrap .enter-photo .img-photo.active + .photo-delete {
    display: block;
}


.rnmat-cand-info-enter-wrap .enter-photo .photo-delete {
    display: none;
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    height: 3.2rem;
    padding: 0 1.4rem;
    border: 1px solid #ff1e1e;
    background-color: #ff1e1e;
    background: #fff;
    color: #333;
    color: #ff1e1e;
    line-height: 3rem;
}

.rnmat-cand-info-enter-wrap .enter-photo .file-wrap {
    margin: 0 !important;
}

.rnmat-cand-info-enter-wrap .enter-info {
    max-height: 64rem;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

.rnmat-cand-info-enter-wrap .enter-info .box-table:first-child {
    margin-top: 0;
}

.rnmat-cand-info-enter-wrap .enter-info .box-table .combine-tr .align-top {
    padding-top: 1.5rem;
}

.rnmat-cand-info-enter-wrap + .btn-wrap {
    border-top: 1px solid #ddd;
    padding-top: 1rem;
    margin: 3rem auto 0;
    text-align: center;
}

.rnmat-cand-info-enter-wrap + .btn-wrap .btn {
    max-width: 24rem;
}

.rnmat-cand-info-enter-wrap .enter-photo .img-photo:after {
    content: "";
    width: 180px;
    height: 230px;
    background: url(../images/icon_card_photo.png) center center #f1f1f1 no-repeat;
    z-index: 1;
}

.select-step .card-wrap .rnmat-card-name {
	font-size: 18px;
}

.select-step .card-wrap .card-photo {
	margin-bottom: 1.2rem !important;
}

.select-step .card-wrap .rnmat-cand-list .belong-name {
  position: relative;
  display: inline-block;
  font-size: 14px;
  z-index: 1;
  padding-top: 0;
}



.info-enter-wrap .enter-photo .card-photo {
  position: relative;
  width: 180px;
  height: 230px;
  overflow: hidden;
}

.info-enter-wrap .enter-photo .card-photo:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_card_photo.png) center center #f1f1f1 no-repeat;
  z-index: 1;
}

.info-enter-wrap .enter-photo .card-photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
}

a.rnmat-btn-round {
    height: 2.6rem !important;
    line-height: 2.6rem !important;
	border-radius : 1.3rem;
	cursor : unset;
	display : none;
	margin-left: 0 !important;
}

.vote-add-btn {
  width : 22rem !important;
}

.vote-make-btn span {
   display: inline-block;
   position: relative;
   padding-left: 1.6rem;
}

.vote-make-btn span:before {
	content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 12px;
    height: 12px;
    margin-top: -6px;
}

.vote-make-btn span:before {
  content: "";
  left: -2px;
  background: url(../images/icon_floatingmenu.png) no-repeat;
}

.rnmat-cand-info-enter-wrap+.btn-wrap .btn {
	max-width: 24rem;
}

.rnmat-cand-info-enter-wrap .enter-photo .img-photo:after {
	content: "";
	width: 180px;
	height: 230px;
	background: url(../images/icon_card_photo.png) center center #f1f1f1
		no-repeat;
	z-index: 1;
}

.select-step .agenda-box .rnmat-cand-list {
	/*margin-left: 1rem;*/
}
.select-step .card-wrap .rnmat-cand-list .belong-name {
	position: relative;
	display: inline-block;
	font-size: 14px;
	z-index: 1;
	padding-top: 0;
}

.info-enter-wrap .enter-photo .card-photo {
	position: relative;
	width: 180px;
	height: 230px;
	overflow: hidden;
}

.info-enter-wrap .enter-photo .card-photo:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/icon_card_photo.png) center center #f1f1f1
		no-repeat;
	z-index: 1;
}

.info-enter-wrap .enter-photo .card-photo img {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2;
}

a.rnmat-btn-round {
	height: 2.6rem !important;
	line-height: 2.6rem !important;
	border-radius: 1.3rem;
	cursor: unset;
	display: none;
	margin-left: 0 !important;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm {
	margin-top: 4rem;
	font-weight: 800;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm+.state-box
	{
	margin-top: 0.2rem;
	font-weight: 800;
	margin-bottom: 0rem;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm.detail {
	margin-left: 3rem;
	margin-top: 2rem;
  margin-bottom: 0.3rem;
	font-weight: 500;
	font-size: 90%;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm.detail+.state-box
	{
	margin-left: 3rem;
	font-weight: 500;
	font-size: 90%;
	margin-bottom: 0;
}
.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm.detail+.state-box .progress-bar
	{
	width: 67rem;
}

.box-wrap .box-inner .subgroupName {
	margin-top: 6rem;
	margin-bottom: 2rem;
	font-size: 2.5rem;
	font-weight: bolder;
}

.box-wrap .box-inner .subgroupName.detail {
	font-size: 2rem;
	margin-top: 2rem;
}

.box-wrap .box-inner .simultaneousItemBox {
	margin: 30px;
	padding: 20px;
	border-radius: 14px 14px;
	border: 1px solid #afaaaa;
	background-color: #ffffff;
}

.mobile .box-wrap .box-inner .subgroupName {
	margin-top: 3rem;
	margin-bottom: 0.5rem;
	font-size: 2rem;
	font-weight: bolder;
}

.mobile .box-wrap .box-inner .subgroupName.detail {
	font-size: 1.3rem;
	margin-top: 1.5rem;
}

.mobile .box-wrap .box-inner .simultaneousItemBox {
	margin: 15px;
	padding: 10px;
	border-radius: 14px 14px;
	border: 1px solid #afaaaa;
	background-color: #ffffff;
}

.mobile .box-wrap .box-inner .subgroupName+div.mt-30 {
	margin-top: 1rem !important;
}

.mobile .voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm
	{
	margin-top: 2rem;
}

.mobile .voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm span
	{
	font-size: 1.2rem !important;
}

.mobile .voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNmDetail-block
	{
    background-color: white;
    z-index: 9;
    position: relative;
    padding-top: 0.5rem;
}

.mobile .voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm.detail
	{
	margin-top: 1.5rem;
	margin-left: 0.8rem;
	margin-bottom: 0.3rem;
	/*width: 5rem;*/
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mobile .voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm.detail span
	{
	font-size: 1.1rem !important;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .grpSubgrpNm+.state-box
	{
	margin-top: 0.1rem;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .grpSubgrpNm.detail+.state-box .turnout
	{
	font-size: 11px;
	padding-left: 0.8rem;
}

.spot .layer-scale {
	transform: scale(1.3) translate(-50%, -50%);
	transform-origin: left top;
	overflow: auto;
}

.spot .layer-popup .select-step .card-wrap .card-num {
	padding: 0.5rem 2rem 0;
}

.spot .layer-popup  a.btn {
	height: 6.9rem;
	line-height: 6.9rem;
	font-size: 2rem;
}

.spot-scale .select-step .card-wrap .card-num {
	padding: 0.5rem 2rem 0;
}

.spot-scale .select-step {
	padding: 1rem 3rem 0rem;
}

.spot-scale .voteBtn a {
	height: 6.9rem;
	line-height: 6.9rem;
	font-size: 2rem;
}

.campaign-explain-box {
	width: 200px;
	float: left;
	border: 1px solid #ddd;
	margin: 0 1rem;
	min-height: 400px;
	padding: 0.8rem;
}

.campaign-explain-box .title {
	font-weight: 600;
	text-align:center;
	font-size: 1.5rem;
}

.campaign-explain-box .content {
	height: 11rem;
	font-size: 1.4rem;
}

.campaign-explain-box .gray {
	color: gray;
	height: 7rem;
	font-size: 1.2rem;
}

.campaign-explain-box .small {
	font-size: 1.2rem;
}

.campaign-explain {
	padding : 2rem 0 0 1rem;
	clear: both;
}

.elec-label {
	margin-right: 1rem;
	color : #FFFFFF;
	padding : 0.5rem;
}
.campaign-label {
	background-color: #050099;
}

.consult-label {
	background-color: #EDA900;
}
.agm-label {
	background-color: #5100FE;
}
/* .img-logo {
  display: inline-block;
  background: red;
  resize: both;
  overflow: hidden;
  line-height: 0;
  }

.img-logo img {
  width: 100%;
  height: auto;
} */

.signup-contents table {
	border-spacing: 0 1rem;
	border-collapse: separate;
}

/* 투표 후 유권자 추가 정보 입력 */
.mobile .voter-header h3.promotion {
	display: flex;
	align-items: center;
	background-color: #00a3f7;
}

.mobile .voter-header h3.promotion span{
	margin : 0 2rem;
	flex: 1;
}

.mobile .voter-header h3.promotion a {
	color : #fff;
    margin-right: 2rem;
    margin-left: 2rem;
    display: inline-block;
    border-bottom: 1px solid #fff;
    padding-bottom: 2px;
}

.voter-wrap .link.promotion ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.voter-wrap .link.promotion li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: flex;
    flex: 1;
    height: 12rem;
    align-items: center;
    border: 1px solid #ccc;
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    text-align: center;
    border-radius: 10px 10px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 5%);
}


.voter-wrap .link.promotion li {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    display: flex;
    flex: 1;
    height: 12rem;
    align-items: center;
    border: 1px solid #ccc;
    padding: 1rem 1rem;
    margin-bottom: 2rem;
    padding-left: 3rem;
    text-align: center;
    border-radius: 10px 10px;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 5%);
}

.voter-wrap .link.promotion li div.description {
	flex: 1;
    margin: auto 2rem;
}

.voter-wrap .link.promotion li:nth-of-type(1) {
   -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    width: 58rem;
    background-color: #fff;
    background-image: unset;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 5%);
    box-shadow: 0 0.8rem 0.8rem rgb(0 0 0 / 5%);
    font-size : 20px;
}

.voter-wrap .voter-card-promotion {
  width: 58rem;
  margin: 2rem auto;
}

.voter-wrap .voter-card-promotion .btn {
	border-radius: 5px 5px;
}
/* // 투표 후 유권자 추가 정보 입력 */
/* 투표하기 안건 이미지 사이즈 */
.select-step.type-01 .voter-select .agenda-box {
	white-space: nowrap;
	text-wrap: inherit;
	display: flex;
	align-items: center;
	padding: 2rem;
	/*font-size: 13px;*/
}
.select-step.type-01 .voter-select .agenda-box .belong-name {
	position: relative;
	z-index: 1;
	margin-right: 1rem;
}
.select-step.type-01 .voter-select .agenda-box .belong-name:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: calc(100% + 0.6rem);
	height: 0.8rem;
	background: #f1f1f1;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.select-step.type-01 .voter-select .agenda-box .card-name {
	margin-right: 2rem;
	/*font-size: 18px;*/
}

.preview-box-wrap .select-step.type-01 .voter-select .agenda-box .card-name {
	font-size: 13px;
}

.mobile .select-step.type-01 .voter-select .agenda-box .belong-name,
.mobile .select-step.type-01 .voter-select .agenda-box .card-name {
	margin-right: 1rem;
	font-size: 12px;
}
.select-step.type-01 .voter-select .agenda-box .card-name.rnmat-cand {
	margin-right: 0rem;
}

.select-step.type-01 .voter-select .agenda-box .rnmat-card-name {
	margin-right: 2rem;
}

.select-step.type-03 .voter-select ul li .action-select .voter-photo {
	width: 6.8rem;
	height: 6.8rem;
}

.select-step.type-03 .voter-select ul li .action-select .voter-photo img{
	width: 6rem ;
	height: 6rem;
}

.mobile .select-step.type-03 .voter-select ul li .action-select .voter-photo {
	width: 3.6rem !important;
	height: 6.8rem !important;
}

.mobile .select-step.type-03 .voter-select ul li .action-select .voter-photo img{
	width: 6rem !important;
	height: 6rem !important;
}

/* //  투표하기 안건 이미지 사이즈 */
.select-step.type-06 .voter-select ul li .action-select {
	position: relative;
}
.select-step.type-03 .voter-select ul li .action-select .symbol-wrapper,
.select-step.type-06 .voter-select ul li .action-select .symbol-wrapper {
	/*min-width: 60px;*/
	/*margin-right: 2rem;*/
	min-width: 28px;
	margin-right: 1rem;
}
.select-step.type-03 .voter-select ul li .action-select .symbol-wrapper:after,
.select-step.type-06 .voter-select ul li .action-select .symbol-wrapper:after {
	content: "";
	position: absolute;
	/*left: 36px;*/
	left: 22px;
	top: calc(50% - 24px);
	/*width: 7.2rem;*/
	width: 4.5rem;
	height: 48px;
	background-color: #f1f1f1;
	transform: translateX(-50%);
	border-radius: 0 24px 24px 0;
	z-index: 1;
}

.mobile .layer-popup .select-step .card-wrap .belong-name,
.mobile .layer-popup .select-step .card-wrap .card-name {
	font-size: 13px !important;
}

@media all and (max-width:360px) {
	.select-step.type-03 .voter-select ul li .action-select .symbol-wrapper,
	.select-step.type-06 .voter-select ul li .action-select .symbol-wrapper {
		min-width: 26px;
		margin-right: 1rem;
		font-size: 12px;
	}
	.select-step.type-03 .voter-select ul li .action-select .symbol-wrapper:after,
	.select-step.type-06 .voter-select ul li .action-select .symbol-wrapper:after {
		/*left: 36px;*/
		left: 22px;
		top: calc(50% - 18px);
		/*width: 7.2rem;*/
		width: 4.5rem;
		height: 36px;
	}

	.mobile .layer-popup .select-step.type-06 .voter-select ul li .action-select .cand-wrapper {
		font-size: 12px;
	}
}

@media all and (max-width:344px) {
	.select-step.type-01 .voter-select .agenda-box .voter-photo img {
		max-width: 42px !important;
	}
	.select-step.type-03 .voter-select ul li .action-select .symbol-wrapper,
	.select-step.type-06 .voter-select ul li .action-select .symbol-wrapper {
		min-width: 24px;
		margin-right: 0.5rem;
		font-size: 11px;
	}
	.select-step.type-03 .voter-select ul li .action-select .symbol-wrapper:after,
	.select-step.type-06 .voter-select ul li .action-select .symbol-wrapper:after {
		top: calc(50% - 18px);
		left: 18px;
		width: 3.5rem;
		height: 36px;
	}

	.select-step.type-06 .voter-select ul li .action-select .cand-wrapper {
		font-size: 10px !important;
	}

	.mobile .layer-popup .layer-contents .select-step.type-06 .voter-select ul li .action-select .voter-name {
		font-size: 12px;
	}

}

@media all and (max-width:340px) {
	.select-step.type-01 .voter-select .agenda-box {
		font-size: 12px !important;
	}
	.select-step.type-01 .voter-select .agenda-box .card-name {
		margin-right: 1rem;
	}
	.mobile .layer-popup .select-step.type-06 .voter-select ul li .action-select .cand-wrapper {
		font-size: 10px !important;
	}

	.mobile .layer-popup .select-step.type-06 li.active .form-box {
		font-size: 11px;
	}
	.mobile .layer-popup .select-step.type-06 li.active .form-box input.t-num {
		width: 2.5rem;
		padding: 0 0.2rem 0 0.2rem;
		margin-right: 0.5rem;
		font-size: 11px;
	}
}

.select-step.type-06 .voter-select ul li .action-select .cand-wrapper {
	display: flex;
	flex-direction: column;
}

.mobile .select-step.type-06 .voter-select ul li .action-select .cand-wrapper {
	font-size: 13px;
}
.mobile .layer-popup .select-step.type-03 li.active .form-box input.t-num,
.mobile .layer-popup .select-step.type-06 li.active .form-box input.t-num {
	width: 3rem !important;
	padding: 0 2px 0 2px;
	margin-right: 0.5rem;
}
.select-step.type-03 .voter-select ul li .action-select .symbol-wrapper i,
.select-step.type-06 .voter-select ul li .action-select .symbol-wrapper i {
	z-index: 2;
	position: relative;
}

.select-step.type-06 .voter-select ul li .action-select .belong-name {
	position: relative;
	z-index: 1;
	margin-right: 1rem;
}

.select-step.type-06 .voter-select ul li .action-select .belong-name:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: calc(100% + 0.6rem);
	height: 0.8rem;
	background: #f1f1f1;
	z-index: -1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.select-step.type-06 .voter-select ul li .action-select .rnmat-card-name {
	margin-right: 1rem;
	text-align: left;
}

/* 투표하기 안건 이미지 사이즈 */
/*.select-step.type-06 .voter-select ul li .action-select .voter-photo {*/
/*	width: 6.8rem;*/
/*	height: 6.8rem;*/
/*}*/

/*.select-step.type-06 .voter-select ul li .action-select .voter-photo img{*/
/*	width: 6rem ;*/
/*	height: 6rem;*/
/*}*/

/*.mobile .select-step.type-06 .voter-select ul li .action-select .voter-photo {*/
/*	width: 6.8rem !important;*/
/*	height: 6.8rem !important;*/
/*}*/

/*.mobile .select-step.type-06 .voter-select ul li .action-select .voter-photo img{*/
/*	width: 6rem !important;*/
/*	height: 6rem !important;*/
/*}*/


/* //  투표하기 안건 이미지 사이즈 */
/* 게시판 new 아이콘 */
.new-icon::after {
	content: "";
    display: inline-block;
    font-size: 0;
    width: 24px;
    height: 24px;
    background-image: url(../images/new_icon.png);
    background-repeat: no-repeat;
    /* background-size: 500px auto; */
    vertical-align: middle !important;

	/* background-position: -288px 0; */
	background-position: 0 -1px;
}
/* 후보자 캠페인 */
.voter-info.campaign {
	position: relative;
}

.voter-tit.campaign {
	position: relative;
}

.voter-tit.campaign a.prev.button-prev {
	position: absolute;
	left : 10px;
	top : calc(50% - 12px);
}

.voter-tit.campaign a.next.button-next {
	position: absolute;
	right: 10px;
	top : calc(50% - 12px);
}

.voter-info.campaign ul li {
	min-width: auto;
	margin-left: 1rem;
	margin-right: 1rem;
	margin-bottom: 0;
}

.voter-info.campaign ul li .card-wrap {
	border-bottom: 0px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.voter-info.campaign.mobile ul li{
	/*
	width: 30%;
	*/
	margin: 0 0.5rem 2rem;
}

.voter-info.campaign.mobile ul li .card-wrap {
	width: 100%;
	min-height: 20.2rem;
    padding: 0 1rem 0.8rem;
}

.voter-info.campaign.mobile ul li .card-wrap .card-num {
	font-size: 13px;
}

.voter-info.campaign.mobile ul li .card-wrap .card-photo {
	width: 100%;
    height: 10.4rem;
}

.voter-info.campaign.mobile ul li .btn {
	border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size : 12px;
}

.voter-info.campaign.mobile .select-step.type-03 ul li .btn {
    border-radius: 5px 5px;
}

.voter-info.campaign.mobile .select-step.type-06 ul li .btn {
	border-radius: 5px 5px;
}

.mobile-campaign-voter-header {
	display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
	font-size: 14px;
    padding: 0;
    padding-left: 40px;
    padding-right: 40px;
    line-height: 20px;
    min-height: 50px;
    background-color: #05245d;
    color: #fff;
}


.mobile-campaign-voter-header .button-prev {
  position: absolute;
  left: 2rem;
  top: calc(50% - 15px);
  width: 19px;
  height : 30px;
  background-image: url(../images/icon_arrow_prev.png);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  display: block;
}

.mobile-campaign-voter-header .button-next {
  position: absolute;
  right: 2rem;
  top: calc(50% - 15px);
  width: 19px;
  height : 30px;
  background-image: url(../images/icon_arrow_next.png);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  display: block;
}

/* // 후보자 캠페인*/
.signup-contents table tr td .invalid {
	padding-top: 5px;
	display: none;
	float: right;
}

.signup-contents .sign-up-wrap .box-inner .box-header .box-title, .signup-contents .group-apply-wrap .box-inner .box-header .box-title {
	font-size: 20px;
}

.sign-up-wrap {
	padding: 5rem 15rem 0 15rem;
}

.sign-up-wrap table.box-table tbody tr.combine-tr th, .sign-up-wrap table.box-table tbody tr.combine-tr td {
	padding: 1.5rem 0 1.5rem;
}

.sign-up-wrap table.box-table tbody tr.combine-tr td .error-cont{
	position: absolute;
	right: 0;
	color: red;
}

.group-check-wrap {
	padding: 5rem 5rem 0 5rem;
}

.cell-auth-layer {
	width: 100%;
	display: flex;
}

.cell-auth-box #timer {
	display: block;
    position: absolute;
    right: -7rem;
}

.cell-auth-layer #timer {
	display: block;
    position: absolute;
    right: -7rem;
    bottom: 3rem;
}

header.group-header {
	position: fixed;
	top: 0;
	left: 0;
	height: 3.5rem;
	width: 100%;
	background: #fff;
    overflow: initial;
    border-bottom: 1px solid #ddd;
    z-index: 11;
    -webkit-transition: 0.2s height;
    transition: 0.2s height;
}

header.group-header .header-inner .btn-logo img {
	width: 65%;
	margin-top: 0.7rem;
}

header.group-header .header-inner .util-wrap {
	line-height: 3rem;
}

header.group-header .header-inner .btn-logo{
	top: 0;
}

header.group-header + header.header{
	top: 1rem;
	height: 8.7rem;
	box-shadow: 0 0.8rem 0.8rem rgb(0 0 0/ 2%);
}

header.header .groupName {
	display: inline-block;
    position: absolute;
    top: 4rem;
    font-size: 2rem;
    cursor: pointer;
}

.group-gnb + .wrap .contents .contents-inner {
	padding-top: 2rem;
}

.display-none {
	display: none;
}

#group-admin-table tbody tr td {
	text-align: center;
}

#group-table tbody tr td, #group-table thead tr th {
	text-align: center;
	padding: 1.4rem 0.5rem;
}

.voter-wrap .voter-box .voter-current .vote-step {
	flex: 2;
    text-align: right;
}

.voter-wrap .voter-box .voter-current .vote-step ul {
    position: relative;
    display: inline-block;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 1;
}

.voter-wrap .voter-box .voter-current .vote-step ul li {
	width: 3rem;
	height: 3rem;
	border: 0.5rem solid #0b3a77;
	background-color: #0b3a77;
	border-radius: 50%;
	display: inline-block;
	position: relative;
    margin: 0 2rem 0;
    font-size: medium;
    text-align: center;
}

.voter-wrap .voter-box .voter-current .vote-step ul li.now {
	border: 0.5rem solid #0b3a77;
	background-color: #8a0b0b;
}

.voter-wrap .voter-box .voter-current .vote-step ul li.now ~ li {
	border: 0.5rem solid #afafaf;
	background-color: white;
}

.voter-wrap .voter-box .voter-current .vote-step ul li:first-child {
	margin-left: 0;
}

.voter-wrap .voter-box .voter-current .vote-step ul li:last-child {
	margin-right: 0;
}

.voter-wrap .voter-box .voter-current .vote-step ul li:last-child::before {
	width: 0;
	height: 0;
}

.voter-wrap .voter-box .voter-current .vote-step ul li:before {
	content: '';
    position: absolute;
    top: 25%;
    width: 8rem;
    border-top: solid 1rem #0b3a77;
    height: 1px;
    z-index: -1;
    background: none;
}

.voter-wrap .voter-box .voter-current .vote-step ul li.now ~ li:before {
    border-top: solid 1rem #ddd;
}

.voter-wrap .voter-box .voter-current .vote-step ul li.now:before {
    border-top: solid 1rem #ddd;
    border-image: linear-gradient(to right, #0b3a77, #ddd, #ddd);
    border-image-slice: 1;
}

.voter-wrap .voter-box .voter-current .vote-step ul li .caption {
	position: absolute;
    width: 8rem;
    top: 3rem;
    left: -3rem;
}

.voter-make-box .on-approval {
	float: left;
    height: 4.8rem;
    padding: 0 1.9rem;
    font-size: 2.5rem;
    vertical-align: middle;
    display: inline-block;
    line-height: 3.8rem;
    border: 3px solid black;
    border-radius: 4.5rem;
}

.group-admin-inital {
	margin-top: 4rem;
	font-size: 22px;
}

.group-admin-inital .group-admin-greeting {
	margin-top: 1rem;
	margin-bottom: 2rem;
}

.group-admin-inital .group-admin-greeting h1 {
	font-weight: bolder;
	font-size: 50px;
}

.group-admin-inital .group-admin-inital-image {
	margin-top: 3rem;
	text-align: right;
}

.group-admin-inital .group-admin-inital-btn {
	position: absolute;
	bottom: 5rem;
}

.id-find-wrap, .password-reset-wrap {
	width: 65rem;
    margin: 4.5rem auto 0;
}

.password-reset-box table.box-table tbody tr.combine-tr th, .password-reset-box table.box-table tbody tr.combine-tr td {
	padding: 2.5rem 0 1.5rem;
}


.password-reset-box table.box-table tbody tr.combine-tr td .error-cont{
	position: absolute;
	right: 0;
	color: red;
}

.pack .timenum {
	display: inline-block;
	width: auto;
	min-width: auto;
	background-position: right 6px center;
	margin: 0 1rem;
}

.tabs-card-section {
	border: 1px solid #999;
	padding-top: 1rem;
}

.tabs-card-section h2 {
	font-size: 18px;
	margin: 1rem 1rem 1rem 3rem;
	font-weight: bolder;
}

.signupGuideModal-desc {
	line-height: 1.5;
	font-size: 15px;
}

.signupGuideModal-desc > .desc-list {
	padding: 20px 0 10px 10px;
}

.signupGuideModal-bottom {
	padding-right: 5px;
}

.signupGuideModal-checkbox {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 4px;
    font-size: 13px;
}

.signupGuideModal-checkbox input[type="checkbox"] + label::before {
	background-image: url(../images/small_checkbox.png);
	width: 15px;
    height: 15px;
    margin-top: 8px;
    margin-right: 4px;
    background-size: 300px auto;
}

.signupGuideModal-checkbox input[type="checkbox"]:checked + label::before {
  background-position: -15px 0;
}


.signupGuideModal-button {
	display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 7px;
}

.signupGuideModal-button a{
	width: 170px;
}

.function-type-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 43rem;
  padding: 4rem 4.6rem;
  margin-top: 3rem;
  background: #fcfcfc;
  border: 1px solid #ddd;
}

.function-type-wrap .left {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 3rem;
  display: flex;
  flex-direction: column;
}

.function-type-wrap .right {
  border-left: 1px solid #ddd;
  padding-right: 6rem;
  width: 65rem;
}

.function-type-wrap .left .tag {
  width: 9.2rem;
  line-height: 3rem;
  color: #909090;
  border: 1px solid #909090;
  font-size: 13px;
  border-radius: 20px 20px;
  text-align: center;
}

.function-type-wrap .left .tag.blue {
  border-color: #134ccd;
  color: #134ccd;
}

.function-type-wrap .left .tag.green {
  border-color: #00d538;
  color: #00d538;
}

.function-type-wrap .left .tag-tit {
  font-size: 26px;
  font-weight: 700;
  padding-top: 1.3rem;
  margin-bottom: 5rem;
  flex: 1;
}

.function-type-wrap .left .tag-desc {
  font-size: 17px;
  line-height: 2.6rem;
  padding-top: 2.5rem;
}

.function-type-wrap .left .tag-ex {
  font-size: 17px;
  line-height: 2.6rem;
  padding-top: 2.5rem;
}

@media only screen and (max-width: 768px) {
	.function-type-wrap {
	  width: 100%;
	  padding: 3rem 2.6rem;
	  margin-top: 3rem;
	  background: #fcfcfc;
	  border: 1px solid #ddd;
	  display: block;
	}

	.function-type-wrap .left {
	  -webkit-box-flex: 1;
	      -ms-flex: 1;
	          flex: 1;
	  padding-left: 0rem;
	}

	.function-type-wrap .right {
	  border-left: 1px solid #ddd;
	  padding-right: 0rem;
	  width: 100%;
	  margin-top: 3rem;
	}

	.function-type-wrap .thumb img {
	  width: 100%;
	}

	.function-type-wrap .left .tag {
	  width: 9.2rem;
	  line-height: 3rem;
	  color: #909090;
	  border: 1px solid #909090;
	  font-size: 12px;
	  border-radius: 20px 20px;
	  text-align: center;
	}

	.function-type-wrap .left .tag.blue {
	  border-color: #134ccd;
	  color: #134ccd;
	}

	.function-type-wrap .left .tag.green {
	  border-color: #00d538;
	  color: #00d538;
	}

	.function-type-wrap .left .tag-tit {
	  font-size: 22px;
	  font-weight: 700;
	  padding-top: 1.3rem;
	  margin-bottom: 2rem;
	}

	.function-type-wrap .left .tag-desc {
	  font-size: 15px;
	  line-height: 2.6rem;
	  padding-top: 2.5rem;
	}

	.function-type-wrap .left .tag-ex {
	  font-size: 15px;
	  line-height: 2.6rem;
	  padding-top: 2.5rem;
	}
}

.popup-make-box {
	margin-top: 3rem;
	display: flex;
	justify-content: flex-end;
}

.popup-make-box .btn {
    text-align: center;
}

.popup-make-table .file-box {
    height: 5rem;
    border-radius: 5px;
    border: 2px dashed #ddd;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popup-make-table .files {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    min-height: 200px;
}

.popup-make-table .files .file-preview {
    width: 80%;
    text-align: center;
    padding: 1%;
    margin: 1%;
    cursor: pointer;
    position: relative;
}

.popup-make-table .files .file-preview img {
	width: 100%;
}

.popup-make-table .files .file-preview .remove-btn {
	position: absolute;
	top: -1px;
	right: 0px;
	background-color: white;
}

.popup-make-table .files .file-preview .file-name {
	font-size: 1rem;
}

.popup-make-table .files .file-preview .remove-btn:hover {
	border: 1px solid black;
}

.tabs-wrap[class*='white-'] .tabs-list.single-tab ul li {
  border: 2px solid #333;
  border-bottom: 0;
}

.tabs-wrap[class*='white-'] .tabs-list.single-tab ul li:after {
  width: calc(100% - 15rem);
  left: 15rem;
}

.tabs-wrap[class*='white-'] .tabs-list.single-tab ul li a {
  color: #333;
}

.popup-box .popup-list-table, .popup-box .popup-list-table tr, .popup-box .popup-list-table th, .popup-box .popup-list-table td {
	border: none;
}

.popup-box .popup-list-table thead tr {
	border-top: 2px solid black;
	border-bottom: 1px solid black;
}

.popup-box .popup-list-table thead tr th {
	background-color: white;
}

.popup-box .popup-list-table tbody tr {
	border-bottom: 1px solid #ddd;
}

.popup-box .popup-list-table tbody tr td {
	text-align: center;
	padding: 1.4rem 0.5rem;
}

.popup-box .popup-list-table tbody tr td .popup-table-img {
	width: 80%;
	cursor: pointer;
}

.popup-list-checkbox-wrap {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 2rem 0 0 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-end;
    margin-bottom: 2rem;
}

.popup-list-checkbox-wrap .popup-list-checkbox > input[type="checkbox"] + label::before {
	background-image: url(../images/small_checkbox.png);
	width: 15px;
    height: 15px;
    margin-top: 2px;
    margin-right: 4px;
    background-size: 300px auto;
    background-position: 0 0;
}

.popup-list-checkbox-wrap .popup-list-checkbox > input[type="checkbox"]:checked + label::before {
	background-position: -15px 0;
}

.vote-state .state-btn.del-active {
	background: #c0f582;
	border: 2px solid #c0f582;
	color: #0a265b;
	font-size: 85%;
}

.vote-state .state-btn.del-disabled{
	background: #cbcbcb;
	border: 2px solid #cbcbcb;
	color: #0a265b;
	font-size: 85%;
}


/* PEN STYLES ========== */
a,
.side_menu {
	-webkit-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/* MENU CONTAINER ----- */
.side_menu {
	background: rgba(51,55,62,.96);
	height: 100vh;
	left: -250px;
	position: fixed;
	top: 0%;
	width: 250px;
	z-index: 11;
}
.side_menu .container {
	padding: 0 1em;
}

/* HAMBURGER STYLES ----- */
.side_menu .burger_box {
	display: block;
	float: right;
	margin-right: -43px;
}
.side_menu .burger_box a.menu-icon {
	display: inline-block;
	float: none;
	height: 41px;
	padding: 10px 10px 10px 20px;
	width: 43px;
	z-index: 100;

	position: relative;
}
.side_menu .burger_box a.menu-icon:hover,
.side_menu .burger_box a.menu-icon.opened {
	opacity: 1;
}
.side_menu .burger_box a.menu-icon.opened {
	background: rgba(51,55,62,.96);
	padding-left: 10px;
}
.side_menu .burger_box .menu-icon_box {
	display: inline-block;
	position: relative;
  	top: 50%;

    content: '';
    width: 2.4rem;
    height: 1.5rem;
    background: url(../images/icon-menu.png) center center no-repeat;
    background-size: 100% auto;
}
.side_menu .burger_box .menu-icon_line {
	background: #a3a3a3;
	border-radius: 2px;
	display: inline-block;
	height: 3px;
	position: absolute;
	width: 100%;
}
.side_menu .burger_box .menu-icon_line--1 {
	top: 2px;
}
.side_menu .burger_box .menu-icon_line--2 {
	top: 10px;
}
.side_menu .burger_box .menu-icon_line--3 {
	top: 18px;
}
.side_menu .burger_box .menu-icon_line--1 {
	transition: top 200ms 250ms, transform 200ms;
	-webkit-transition: top 200ms 250ms, -webkit-transform 200ms;
}
.side_menu .burger_box .menu-icon_line--2 {
	transition: opacity 0ms 300ms;
	-webkit-transition: opacity 0ms 300ms;
}
.side_menu .burger_box .menu-icon_line--3 {
	transition: top 100ms 300ms, transform 200ms;
	-webkit-transition: top 100ms 300ms, -webkit-transform 200ms;
}
.side_menu .burger_box .menu-icon.opened .menu-icon_box {
	transform: scale3d(0.9, 0.9, 0.9);
	-webkit-transform: scale3d(0.9, 0.9, 0.9);
	top: 0%;
}
@media only screen and (max-width: 768px) {
	.side_menu .burger_box .menu-icon.opened .menu-icon_box {
		display: inline-block;
	    width: 24px;
		height: 24px;
	    background-image: url(../images/icon_sprite_24.png);
		background-repeat: no-repeat;
		background-position: -144px -144px;
	    background-size: 500px auto;
	    text-align: center;
	}
}
.side_menu .burger_box .menu-icon.opened .menu-icon_line {
	top: 10px;
}
.side_menu .burger_box .menu-icon.opened .menu-icon_line--1 {
	transform: rotate3d(0, 0, 1, 45deg);
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transition: top 100ms, transform 200ms 250ms;
	-webkit-transition: top 100ms, -webkit-transform 200ms 250ms;
}
.side_menu .burger_box .menu-icon.opened .menu-icon_line--2 {
	opacity: 0;
	transition: opacity 200ms;
	-webkit-transition: opacity 200ms;
}
.side_menu .burger_box .menu-icon.opened .menu-icon_line--3 {
	transform: rotate3d(0, 0, 1, -45deg);
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transition: top 200ms, transform 200ms 250ms;
	-webkit-transition: top 200ms, -webkit-transform 200ms 250ms;
}

/* STAGGER LIST ----- */
.side_menu .container {
	color: #fff;
	font-size: 1.8rem;
}
.side_menu .menu_title {
	font-size: 2.2rem;
	margin-top: 5rem;
}
.side_menu .list_load {
	display: none;
	list-style: none;
	padding: 0;
	margin-top: 1rem;
}
.side_menu .list_item {
	margin-left: -20px;
	opacity: 0;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.side_menu .list_item a {
	display: block;
	padding: 5px 10px;
	color: #fff;
}
.list_item a:hover {
	background: rgba(255,255,255,.2);
}

@media only screen and (max-width: 768px) {
	.box-wrap .box-inner.guide-box {
		padding: 0 1rem;
	}

	.form-box.guide-box .group-type {
    margin-left: 0rem;
    margin-right: 1.5rem;
	}

	.guide-box {
		display: flex;
		flex-wrap: wrap;
	}
}

.align-all-center thead tr td, .align-all-center thead tr th, .align-all-center tbody tr th, .align-all-center tbody tr td {
	text-align: center;
}

button[type="button"].refund {
    position: static;
    right: 0;
    min-width: 10.5rem;
    height: 4.8rem;
    color: #202224;
    border: 1px solid #cad8e1;
    transition: 0.3s linear;
}

.voter-wrap .voter-box .voter-current .btn-refund {
    position: absolute;
    bottom: 0;
    right: 1.5rem;
    width: 10rem;
    height: 3.4rem;
    color: white;
    line-height: 3.4rem;
    text-align: center;
    background-color: #939393;
    border: 1px solid #939393;
    border-radius: 5px;
    opacity: 0.8;
    padding: 0 1.6rem;
    white-space: nowrap;
}

.icon-refund {
  background-position: 0 -168px;
}

.hideMobileLayerBg{
	width: 100%;
  height: 100%;
  background: #c1c1c1;
  position: fixed;
  left: 0;
  z-index: 13;
  opacity: 1;
  top: 7%;
}

.hidePPLayerBg{
  width: 100%;
  height: 100%;
  background: #c1c1c1;
  position: fixed;
  left: 0;
  z-index: 13;
  opacity: 1;
  top: 8rem;
}

.hideLayerBg{
  width: 100%;
  height: 100%;
  background: #c1c1c1;
  position: fixed;
  left: 0;
  z-index: 13;
  opacity: 1;
  top: 10.7rem;
}
@media screen and (max-width: 1024px) {
	.hideLayerBg{
	  width: 100%;
	  height: 100%;
	  background: #c1c1c1;
	  position: fixed;
	  left: 0;
	  z-index: 13;
	  opacity: 1;
	  top: 6rem;
	}
}

/* 호수 추가 */
.justifyBetween {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.bottomLine {
	row-gap: 1rem;
}

.bottomLine > li:nth-child(n+4):before {
	content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    margin-bottom: 2rem;
    border-top: 2px dashed #919191
}

.layer-popup.msg-resend {
	width: 1200px;
}

.layer-popup.msg-resend table th,td {
	padding: 1rem 1.5rem;
}

.layer-popup.msg-resend .layer-contents {
	padding: 14px 0 20px;
}

.testVotePc {
	 position: absolute;
	 top: -20rem;
	 transform: rotate(-14deg);
	 line-height: 7rem;
	 overflow: hidden;
	 font-size: 5rem;
	 color: #b5b5b5c2;
 }

.testVoteMobile {
	position: absolute;
	top: -70rem;
	transform: rotate(-14deg);
	line-height: 4rem;
	overflow: hidden;
	font-size: 3rem;
	color: #b5b5b5c2;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .btn-turnout {
  position: absolute;
  bottom: 0;
  right: -3rem;
  width: 11rem;
  height: 7rem;
  padding-top: 1.2rem;
  color: #333;
  border-left: 1px solid #ddd;
  text-align: center;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .btn-turnout:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  background-image: url(../images/icon_sprite_24.png);
  background-repeat: no-repeat;
  background-size: 500px auto;
  background-position: -192px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.voter-wrap .voter-box .voter-accordion .btn-turnout.active:before {
  background-position: -192px -24px;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm-button-block {
    position: absolute;
    top: 1rem;
    right: -0.5rem;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm-button-block > a {
	left: 0;
	position: relative;

    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 0;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm-button-block > a:first-child {
	border-bottom: 1px solid #ddd;
}

.voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm-button-block > a:before {
    right: -2rem;
    left: auto;
    bottom: auto;
}

.mobile .voter-wrap .voter-box .voter-accordion .accordion-header .grpSubgrpNm-button-block {
	position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: right;
    padding: 0 2rem 0 6rem;
    gap: 1rem;
    top: 0.5rem;
    right: auto;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .grpSubgrpNm-button-block > a {
	height: 5rem;
	width: 10rem;
	font-size: 100%;

	color: #333;
	text-align: center;
	transform: none;
	border: none;
}

.mobile .voter-wrap .voter-inner .voter-item .voter-box .voter-accordion .accordion-header .grpSubgrpNm-button-block > a:before {
	left: auto;
	right: -2rem;
}

textarea:disabled {
	background: #f1f1f1;
}

.zoom-in {
	cursor: zoom-in;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
	padding: 1rem 0 0 1rem;
}

.fake-textarea {
    font-family: 'NotoSans', 'Malgun Gothic', 'arial', 'sans-serif';
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.06rem;
    width: 100%;
    border: 1px solid #ddd;
    padding: 0.7rem 2rem;
    background-color: #fff;
}

.taxInvoice-table table tr td {
	padding: 0.5rem;
    text-align: center;
    word-break: break-all;
    height: 50px;
}

.voter-wrap .voter-box .voter-current .state-step ul div.next-step {
	background: #F2F2F2;
    border: 2px dashed rgba(233, 233, 233, 0.933333);
    border-radius: 30px;
    width: 10rem;
    margin: 0 1rem;
    font-size: medium;
    text-align: center;
    height: 3rem;
    align-self: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.voter-wrap .voter-box .voter-current .state-step ul div.next-step span {
	opacity: 0.5;
}

.voter-wrap .voter-box .voter-current.eres .state-step {
	position: relative;
}

.voter-wrap .voter-box .voter-current.eres .state-step div.quick-menu {
    position: absolute;
    top: 50%;
    right: 1.5rem;
    width: 10rem;
    height: 3.4rem;
    color: #fff;
    line-height: 3.4rem;
    text-align: center;
    background-color: #65A6F5;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border: none;
    border-radius: 5px;
    opacity: 0.9;

    transform: translate(0, -50%);
}

.voter-wrap .voter-box .voter-current.eres .state-step div.quick-menu > .quick-menu-btn {
	cursor: pointer;
	color: white;
	font-weight: 700;
	font-size: 14px;
}

.voter-wrap .voter-box .voter-current.eres .state-step div.quick-menu div.quick-menu-content {
	position: absolute;
	top: -1rem;
	right: -20rem;

	width: 18rem;

	box-sizing: border-box;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}

.voter-wrap .voter-box .voter-current.eres .state-step div.quick-menu .quick-menu-content .menu {
	position: relative;

	display: flex;
	flex-direction: column;
	align-items: flex-start;

	padding: 2rem;
	gap: 1.5rem;
}

.voter-wrap .voter-box .voter-current.eres .state-step div.quick-menu .quick-menu-content .menu:not(:last-child):after {
	content: "";
    border: 1px solid rgba(217, 217, 217, 0.85098);
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

.voter-wrap .voter-box .voter-current.eres .state-step div.quick-menu .quick-menu-content .menu > .content:hover {
	color: #333;
	font-weight: bolder;
}

.voter-wrap .voter-box .voter-current.eres .state-step div.quick-menu .quick-menu-content .menu .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 22px;
	color: #343434;
}

.voter-wrap .voter-box .voter-current.eres .state-step div.quick-menu .quick-menu-content .menu .content {
	font-weight: 500;
	font-size: 13px;
	line-height: 18px;
	color: #636363;
}

.voter-wrap .gm-item {
	position: relative;
	margin-top: 3rem;

	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.voter-wrap .gm-item .item-box {
	flex: 0 0 49%;
	position: relative;

	background: #FCFCFC;
	border: 1px solid #EFEFEF;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
	padding: 1.5rem 2rem;

	height: 40rem;
}

.voter-wrap .gm-item .item-box .title {
	font-weight: 700;
	font-size: 16px;
	line-height: 40px;

	border-bottom: 1px solid #EFEFEF;
}

.voter-wrap .gm-item .item-box .link {
	position: absolute;
	bottom: 2rem;
	right: 2.5rem;
	font-weight: 700;
	font-size: 14px;
	line-height: 19px;
	color: #00A3F7;
}

.voter-wrap .gm-item .item-box .center {
	position: absolute;
	bottom: 2rem;
	left: 50%;
	transform: translate(-50%, -50%);

	color: #333;
	font-weight: 700;
	font-size: 15px;
}

.voter-wrap .gm-item .item-box .content {
	padding: 1rem 1rem 0 2rem;
}

.voter-wrap .gm-item .item-box .content p {
	display: flex;
	justify-content: space-between;
	margin-top: 0.5rem;
	font-size: 14px;
	border-bottom: 1px solid #EFEFEF;
	line-height: 33px;
}

.voter-wrap .gm-item .item-box .content.wide p {
	margin-top: 1.5rem;
}

.voter-wrap .gm-item .item-box .content p > span:first-child {
	font-weight: 700;
}

.voter-wrap .gm-item .item-box .content > table {
	border: none;
}

.voter-wrap .gm-item .item-box .content > table tr td {
	padding: 0;
	background: transparent;
	border: none;
}

.voter-wrap .voter-card ul li.link-05 {
	width: 58rem;
	flex: none;
	background-color: #fff;
	background-image: url(../images/img_doc_01.png);
	background-position: 4rem 3.5rem;
    border-width: 2px;
    border-color: #00a3f7;
    -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.voter-wrap .voter-card ul li.link-05 .card-tit {
    font-size: 19px;
    line-height: 4.8rem;
    padding-top: 2.5rem;
}

.voter-wrap .voter-card ul li.link-07 {
	width: 58rem;
	flex: none;
	background-color: #fff;
	background-image: url(../images/img_voter_03.png);
    background-position: 3rem 2.5rem;
    border-width: 2px;
    border-color: #00a3f7;
    -webkit-box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
    box-shadow: 0 0.8rem 0.8rem rgba(0, 0, 0, 0.05);
}

.voter-wrap .voter-card ul li.link-07 .card-tit {
    font-size: 19px;
    line-height: 4.8rem;
    padding-top: 2.5rem;
}

.wrap .contents .contents-inner .voter-wrap .eres-doc-content {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	width: 30%;
	align-items: center;
	margin: 0 auto;
	padding-top: 3rem;
}

.wrap .contents .contents-inner .voter-wrap .eres-doc-content a {
	flex: 1 0 auto;
	width: 100%;
}

.gm-voter-info-block {
	background: #FCFCFC;
	border: 1px solid #E6E6E6;
	border-radius: 5px;
	padding: 2rem 3rem;

	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.gm-voter-info-block div {
	display: flex;
}

.gm-voter-info-block div span {
	flex: 0.7;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
}

.gm-voter-info-block div span:nth-child(1) {
	flex: 0.3;
	font-weight: 700;
}

@media only screen and (max-width: 768px) {
	.gm-voter-info-block div span {
		flex: 0.5;
	}

	.gm-voter-info-block div span:nth-child(1) {
		flex: 0.5;
	}
}

.wrap .contents .page-title-elec {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 5rem;
	background: #0E2359;
	color: #FFFFFF;

	display: flex;
    justify-content: center;
    align-items: center;
}

table.no-border, table.no-border th, table.no-border td {
	border: none;
}

table.no-background, table.no-background th, table.no-background td {
	background-color: transparent;
}

table.low-padding th, table.low-padding td {
	padding: 1.4rem 0.5rem;
}

.title-wrap {
  width: calc(100% - 5rem);
  max-width: 94rem;
  margin: 4.5rem auto 0;
}

.title-wrap .make-step {
  position: relative;
  margin-top: 2rem;
}

.title-wrap .make-step:before {
  content: "";
  position: absolute;
  top: 27%;
  left: 35%;
  width: 30%;
  height: 2px;
  background: #333;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title-wrap .make-step ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title-wrap .make-step ul li {
  position: relative;
  width: 4.2rem;
  line-height: 3.8rem;
  margin-left: 9.8rem;
  border: 2px solid #333;
  border-radius: 100%;
  background: #fff;
  z-index: 1;
  text-align: center;
}

.title-wrap .make-step ul li:first-child {
  margin-left: 0;
}

.title-wrap .make-step ul li.active {
  background: #eb3522;
  border-color: #eb3522;
  color: #fff;
}

.title-wrap .make-step .step-desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.title-wrap .make-step .step-desc div  {
  position: relative;
  width: 9.2rem;
  line-height: 3.8rem;
  margin-left: 4.8rem;
  z-index: 1;
  text-align: center;
  color: #9f9f9f;
}

.title-wrap .make-step .step-desc div:first-child {
  margin-left: 0;
}

.title-wrap .make-step .step-desc div.active {
  color: #000000;
}

.mobile .eres-wrap table th, .mobile .eres-wrap table td {
	padding: 0.3rem;
}

.gm-label {
	background-color: #5100FE;
}

.homepage-util-buttons {
	position: fixed;
	right: 5rem;
	bottom: 14rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	z-index: 1;
}

.homepage-util-buttons > div {
	text-align: center;
}

.homepage-util-buttons > div > span.util-background {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 87px;
	cursor: pointer;
}

.homepage-util-buttons > div > span.util-background:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 87px;
	height: 87px;
	background-image: url(../images/ico_white_background.png);
	background-size: cover;
	/* border-radius: 50%; */
}

.homepage-util-buttons > div > span.util-background > img {
	position: relative;
	display: block;
	z-index: 2;
}

.homepage-util-buttons > div > span.util-title {
	font-size: 16px;
	font-weight: 700;
}

/* 신규 플로팅 버튼*/

.homepage-util-buttons .util-button {
	border-radius: 12px;
	min-height: 13rem;
	min-width: 9.5rem;
	background-repeat: no-repeat;
	background-position: center calc(100% - 15px);
	background-size: 3rem;
	cursor: pointer;
	box-shadow: 2px 4px 8px rgba(0, 0, 0, 0.3);
}

.homepage-util-buttons .util-button.guide {
	background-color: #0b2451;
	background-image: url(../images/icon_floating_menu_01.png);
}

.homepage-util-buttons .util-button.service {
	background-color: #e64a52;
	background-image: url(../images/icon_floating_menu_02.png);
}

.homepage-util-buttons .util-button.inquiry {
	background-color: #46a3e5;
	background-image: url(../images/icon_floating_menu_03.png);
}

.homepage-util-buttons .util-button a span {
	font-size: 16px;
	font-weight: 700;
	padding-top: 2.2rem;
	color : #fff;
	display: inline-block;
}



.voter-wrap.agm-wrap .vote-type-wrap {
	position: relative;
	flex-direction: column;
	gap: 1rem;
	justify-content: space-between;
}

.voter-wrap.agm-wrap .vote-type-wrap .text-left {
	text-align: left;
}

.voter-wrap.agm-wrap .vote-type-wrap .text-center {
	text-align: center;
}

.voter-wrap.agm-wrap .vote-type-wrap .text-right {
	text-align: right;
}

.voter-wrap.agm-wrap .vote-type-wrap.background {
	height: 54.5rem;
	background: linear-gradient(90deg, #002968 23.22%, rgba(0, 41, 104, 0.2) 165.02%);
	padding: 0;
	position: relative;
	justify-content: center;
}

.voter-wrap.agm-wrap .vote-type-wrap.background > img {
	position: absolute;
	width: 100%;
	opacity: 0.1;
}

.voter-wrap.agm-wrap .vote-type-wrap.background .background-desc {
	color: #ffffff;
	padding-left: 10rem;
}

@media screen and (max-width: 1024px) {
	.voter-wrap.agm-wrap .vote-type-wrap.background {
		height: auto;
	}

	.voter-wrap.agm-wrap .vote-type-wrap.background .background-desc {
		color: #ffffff;
		padding-left: 0;
		text-align: center;
	}
}

.full-height {
	height: 100%;
}

.full-width {
	width: 100%;
}

@media screen and (max-width: 1024px) {
	.voter-wrap.agm-wrap .vote-type-wrap {
		padding: 3rem 2.6rem;
		margin-top: 1rem;
	}

	.tabs-wrap .tabs-list.agm-tabs ul li {
		flex-basis: 33.3%
	}
}

.voter-wrap.agm-wrap .vote-type-wrap.white {
	background: #FFFFFF;
	color: #333;
}

.voter-wrap.agm-wrap .vote-type-wrap.grey {
	background: #ECECEC;
	color: #333;
}

.voter-wrap.agm-wrap .vote-type-wrap.blue {
	background: #002968;
	color: #FFFFFF;
}

.voter-wrap.agm-wrap .vote-type-wrap .block {
	line-height: 34px;
	font-weight: 700;
}

@media screen and (max-width: 1024px) {
	.voter-wrap.agm-wrap .vote-type-wrap .block {
		line-height: 25px;
	}
}

.voter-wrap.agm-wrap .vote-type-wrap .font-xlarge {
	line-height: 49px;
	font-size: 36px;
}

.voter-wrap.agm-wrap .vote-type-wrap .font-large {
	line-height: 44px;
	font-size: 32px;
}

.voter-wrap.agm-wrap .vote-type-wrap .font-middle {
	font-size: 25px;
}

.voter-wrap.agm-wrap .vote-type-wrap .font-small {
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.voter-wrap.agm-wrap .vote-type-wrap .font-xsmall {
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
}

.voter-wrap.agm-wrap .vote-type-wrap .link {
	font-size: 20px;
	color: #002968;
	cursor: pointer;
}

.voter-wrap.agm-wrap .vote-type-wrap .block .link:after {

}

@media screen and (max-width: 1024px) {
	.voter-wrap.agm-wrap .vote-type-wrap .font-xlarge {
		font-size: 24px;
		line-height: 32px;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .font-large {
		font-size: 18px;
		line-height: 24px;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .font-middle {
		font-size: 14px;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .font-small {
		font-size: 12px;
		font-weight: 500;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .link {
		display: flex;
		justify-content: flex-end;
		padding-top: 1rem;
		font-size: 15px;
		text-align: right;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .font-xsmall {
		font-size: 10px;
		line-height: 13px;
		font-weight: 500;
	}
}

@media screen and (min-width: 1024px) {
	.voter-wrap.agm-wrap .vote-type-wrap .block.image > img {
		position: absolute;
		top: 50%;

		transform: translate(-20%, -50%);
		background-size: cover;

	}
}

@media screen and (max-width: 1024px) {
	.voter-wrap.agm-wrap .vote-type-wrap .block.image {
		position: relative;
		min-height: 30rem;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .block.image > img {
		position: absolute;
		width: 100%;
		background-size: cover;
	    top: 50%;
	    left: 50%;
    	transform: translate(-50%, -50%);
	}
}

.voter-wrap.agm-wrap .vote-type-wrap .seperate {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.voter-wrap.agm-wrap .vote-type-wrap .seperate .left-block {
	width: 50%;
}

.voter-wrap.agm-wrap .vote-type-wrap .seperate .right-block {
	width: 50%;
}

@media screen and (max-width: 1024px) {
	.voter-wrap.agm-wrap .vote-type-wrap .seperate .top-block {
		margin-bottom: 1.5rem;
	}
	.voter-wrap.agm-wrap .vote-type-wrap .seperate .bottom-block {
		margin-top: 1.5rem;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .seperate .bottom-block:after {
		content: "";
		display: block;
		width: 80%;
		height: 1px;
		background-color: #7A7A7A;
		position: absolute;
		top: 0;
		left: 50%;
    	transform: translateX(-50%);
	}
}

.voter-wrap.agm-wrap .vote-type-wrap .seperate .left-block:after {
	content: "";
	display: block;
	width: 1px;
	height: 60%;
	background-color: #7A7A7A;
	position: absolute;
	top: 20%;
	left: 50%;
	transform: translateX(-50%);
}

.voter-wrap.agm-wrap .vote-type-wrap .block.process {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	gap: 1rem;
}

.voter-wrap.agm-wrap .vote-type-wrap .block.process > div {
	position: relative;
	display: inline-block;
	background: #D9D9D9;
	box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 10px;

	color: #333;
	padding: 1rem;
	min-width: 13rem;
}

.voter-wrap.agm-wrap .vote-type-wrap .block.process > span.triangle {
	display: inline-block;
	position: relative;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #D9D9D9;
	border-bottom: 10px solid transparent;
}


@media screen and (max-width: 1024px) {
	.voter-wrap.agm-wrap .vote-type-wrap .block.process {
		flex-direction: column;
		gap: 0;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .block.process > div {
		min-width: 22rem;
		margin-bottom: 1rem;
	}

	.voter-wrap.agm-wrap .vote-type-wrap .block.process > span.triangle {
		border-top: 10px solid #D9D9D9;
		border-bottom: 10px solid transparent;
		border-right: 10px solid transparent;
		border-left: 10px solid transparent;
	}
}

.voter-wrap.agm-wrap .vote-type-wrap .block .li {
	text-indent: -1rem;
    padding-left: 1rem;
}

.voter-wrap.agm-wrap .vote-type-wrap .right-bottom-image {
	position: absolute;
	bottom: 0;
	right: 1rem;
}

.voter-wrap.agm-wrap .vote-type-wrap .block .content-2 {
	position: relative;
	width:50%;
	display: flex;
	flex-direction:	column;
	justify-content: flex-end;
	align-items: flex-end;
}

.camera-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.camera-wrap .camera-header, .camera-wrap .camera-footer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	background-color: #00000050;
	width: 100%;
}

.camera-wrap .camera-footer {
	align-items: flex-start;
	padding-top: 5rem;
}

.camera-wrap .camera-inner {
	width: 100%;
	align-items: center;
	display: flex;
	position: relative;
}

.camera-wrap .camera-inner .camera-bg {
	background-color: #00000050;
	flex: 1;
	width: 100%;
	height: 100%;
}

.camera-wrap .camera-inner #qr-scan {
	width: 65%;
	aspect-ratio: 1/1;
	background: linear-gradient(to right, grey 5px, transparent 5px) 0 0, linear-gradient(to right, grey 5px, transparent 5px) 0 100%,
		linear-gradient(to left, grey 5px, transparent 5px) 100% 0, linear-gradient(to left, grey 5px, transparent 5px) 100% 100%,
		linear-gradient(to bottom, grey 5px, transparent 5px) 0 0, linear-gradient(to bottom, grey 5px, transparent 5px) 100% 0,
		linear-gradient(to top, grey 5px, transparent 5px) 0 100%, linear-gradient(to top, grey 5px, transparent 5px) 100% 100%;
	background-repeat: no-repeat;
	background-size: 60px 60px;
}

.search-floatting-button {
	position: absolute;
	height: 50px;
	width: 50px;
	display: inline-block;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	background-color: white;
	border-radius: 50%;
	bottom: 2rem;
	right: 2rem;
	font-weight: bolder;
    box-shadow: 3px 6px 6px rgba(0, 0, 0, 0.5);
}

.qr-explain {
	text-align: center;
}

.qr-explain .qr-explain-header {
	text-align: center;
	font-size: 3rem;
}

.mobile .qr-explain .qr-explain-header {
	font-size: 2.3rem;
}

.dropoutUl li {
  list-style-type: disc;
  margin: 0.5rem;
}

.dropoutDescCont {
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  padding: 1rem;
}

.dropoutDescCont li {
  margin: 0.5rem 0;
}

.btn.btn-padding-small {
  padding: 0 1.2rem;
}

.sys-apply-quick-menu {
    position: absolute;
    width: 200px;
    top: 50%;
    left: 85%;
    margin-top: -50px;
    right: 10px;
    background: #fff;
	z-index: 10;
}

@media all and (max-width:800px) {
	.sys-apply-quick-menu {
		display: none;
	}

}

.sys-apply-quick-menu ul {
    position: relative;
    float: left;
    width: 100%;
    display: inline-block;
    border: 1px solid #ddd;

}

.sys-apply-quick-menu ul div {
    height: 30px;
	display: flex;
	align-items: center;
	color: #999;
	font-size: 9.5pt;
}

.sys-apply-quick-menu ul span {
	width: 30%;
}

.sys-apply-quick-menu ul div .arrow {
	width: 10%;
	cursor: pointer;
}

.sys-apply-quick-menu ul div .quick-menu-input {
	width: 65%;
	height: 80%;
	float: right;
}

.sys-apply-quick-menu ul li {
	float: left;
	width: 100%;
    border-bottom: 1px solid #ddd;
    text-align: center;
    display: inline;
}

.sys-apply-quick-menu ul li a {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	font-size: 9.5pt;
}

.sys-apply-quick-menu ul li a:hover {
    color: #000;
}

.sys-apply-quick-menu ul li:last-child {
    border-bottom: 0;
}

.sys-apply-quick-menu ul li div .dropdown {
	position: relative;
	display: inline-block;
}

.sys-apply-quick-menu ul li div .dropdown-content {
	height: 30rem;
	overflow-y: scroll;
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 198px;
	box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
	z-index: 1;
	top: 30px;
}

.sys-apply-quick-menu ul li div .dropdown:hover .dropdown-content {
	display: block;
}

.sys-apply-quick-menu ul li div .dropdown-content .dropdown-item {
	padding: 0 12px 0 12px;
	background-color: #f9f9f9;
}

.sys-apply-quick-menu ul li div .dropdown-content .dropdown-item:hover {
	background-color: #ded3d3;
}

.voter-agreements {
  background: #FCFCFC;
  border: 1px solid #E6E6E6;
  border-radius: 5px;
  padding: 2rem 3rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.mobile .voter-agreements {
  padding: 1rem 1rem;
}

.voter-agreements div pre {
  font-size: 16px;
  line-height: 26px;
}

.mobile .voter-agreements div pre {
  background: #FCFCFC;
  font-size: 14px;
  line-height: 20px;
  white-space: pre-wrap;
  max-height: 30rem;
  overflow-y: scroll;
  padding: 0 1rem;
}

.voter-agreements .toggle {
  cursor: pointer;
  position: absolute;
  bottom: 1.5rem;
  right: 3rem;
}

.mobile .voter-agreements .toggle {
  bottom: 1.5rem;
  right: 1.5rem;
}

.voter-agreements .toggle .sort-img {
  width: 2.2rem;
  height: 2.2rem;
}

.voter-agreements .toggle .sort-img.active {
  background-position: -192px -72px;
}

.mobile .voter-agreements .toggle .sort-img {
  width: 2.1rem;
  height: 2.1rem;
}

.limit-time {
	min-width: 6rem;
	background-position: right 10px center;
}

/* 메인화면 이용안내 */
.section-07 .tabs-inner .card-wrap li .list-card .thumb .image-wrap {
	width: 13rem;
	height: 13rem;
	border-radius: 100%;
	background-color: #ECF4FC;
	background-position: center center;
	background-repeat: no-repeat;
	margin : 0 auto;
	background-size: 5.5rem;

}
.section-07 .tabs-inner .card-wrap li .list-card .thumb .image-wrap.image-01 {
	background-image: url(../images/icon_apply_flow_01.png);
}

.section-07 .tabs-inner .card-wrap li .list-card .thumb .image-wrap.image-02 {
	background-image: url(../images/icon_apply_flow_02.png);
}

.section-07 .tabs-inner .card-wrap li .list-card .thumb .image-wrap.image-03 {
	background-image: url(../images/icon_apply_flow_03.png);
}

.section-07 .tabs-inner .card-wrap li .list-card .thumb .image-wrap.image-04 {
	background-image: url(../images/icon_apply_flow_04.png);
}

.section-07 .tabs-inner .card-wrap li .list-card .thumb .image-wrap.image-05 {
	background-image: url(../images/icon_apply_flow_05.png);
}

/* 그룹 소속 관리 */
.box-contents .tree {
	padding: 1rem;
	/*background-color: #ffffff;*/
	border: 1px solid #ddd;
	border-top: none;
}

.box-contents .tree ul {
	list-style-type: none;
	margin-left: 20px;
}

.box-contents .tree li {
	margin-top: 1rem;
}

.box-contents .tree li span.selected {
	/*background-color: #f0f0f0;*/
	/*padding : 5px 10px;*/
	/*border-radius: 10px;*/
	font-weight: bold;
}

.box-contents .tree .toggle {
	cursor: pointer;
	user-select: none;
}

.box-contents .tree .nested {
	display: none;
}

.box-contents .tree .active {
	display: block;
}

.box-contents .tree a {
	text-decoration: none;
	width: 2rem;
	height: 2rem;
	display: inline-block;
	margin-right: 0.5rem;
}

.box-contents .tree a.toggle {
	border: 1px solid #ccc;
	text-align: center;
	align-content: center;
}

@media all and (max-width: 1024px) {
	.sys-apply-quick-menu {
		display: none;
	}

	.header-inner, .contents-inner, .footer-inner {
		width: 99%;
	}

	.layer-popup {
		width: 100%;
	}

	.voter-wrap .voter-box .voter-accordion .accordion-header .state-box .progress-bar {
		width: 55rem;
	}

}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-photo {
	display: inline-block;
	width: 4.8rem;
	height: 4.8rem;
	margin-left: 1rem;
	/* margin-top: 1rem; */
	vertical-align: top;
}

.swiper-container.tabs-01 .swiper-wrapper .swiper-slide .pc-inner .select-step .voter-select ul li .action-select .voter-photo img,
.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step.type-06 .voter-select .action-select .voter-photo img {
	max-width: 36px;
	border-radius: 5%;
}

.swiper-container.tabs-02 .swiper-wrapper .swiper-slide .mc-inner .select-step .voter-select .agenda-box {
	max-height: none;
}
