@charset "utf-8";#Body_gnvote SECTION.section {
	padding-bottom:0;
}
#Body_gnvote SECTION.section + SECTION.section {
	padding-top:0;
}
#Body_gnvote SECTION.section + SECTION.section > .main {
	padding-top:0;
}
#Body_gnvote SECTION.section + SECTION.section::before {
	content:'';
	display:block;
	position: absolute;
	left:0;
	bottom: 0;
	background: #fff8f1;

	width: 100%;
	height: 35rem;

	border-radius: 50%;

	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
@media all and (max-width:768px) {
	#Body_gnvote SECTION.section {
		margin-bottom:0;
	}
	#Body_gnvote SECTION.section + SECTION.section  {
		padding-bottom:12rem;
	}
	#Body_gnvote SECTION.section + SECTION.section .main .article {
		padding-top:0;
	}

	#Body_gnvote SECTION.section + SECTION.section::before {
		display:none;
	}
}


.challenge_logo {
	text-align:center;
}
.challenge_logo img {
	width:100%;
	max-width:45rem;
	text-align:center;
}
.challenge_logo > strong {
	position: relative;
	font-size: 3rem;
	font-weight: 800;
	display: inline-block;
	padding:0 5rem;
	margin-bottom:3rem;
}
.challenge_logo > strong::before ,
.challenge_logo > strong::after {
	content:'';
	position: absolute;
	left: 0;
	top: 0;
	display:block;
	border-left: 3px solid #000;
	width:1px;
	height:10rem;
	transform: rotate(333deg);
}
.challenge_logo > strong::after {
	left:auto;
	right:0;
	transform: rotate(33deg);

}

.challenge_box {
	position: relative;
	width:100%;
	max-width: 75rem;
	border: 3px solid #333;
	background-color:#fef0e4;
	padding:5rem;
	margin: auto;
	margin-top: -3rem;
	text-align: center;

	border-radius: 35%;
	border-bottom-right-radius: 3rem;
	border-bottom-left-radius: 3rem;
}


.challenge_box::before {
	content:'';
	position: absolute;
	left: 5%;
	bottom: 10%;


	width: 25rem;
	height: 25rem;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/dzSmart/plugins/VoteStore/imgs/challenge_img_02.png);
	background-size: contain;
}
.challenge_box::after {
	content:'';
	position: absolute;
	right: 5%;
	bottom: 10%;


	width: 25rem;
	height: 25rem;
	display: block;
	background-repeat: no-repeat;
	background-image: url(/dzSmart/plugins/VoteStore/imgs/challenge_img_02.png);
	background-size: contain;
}
@media all and (max-width:768px) {
	.challenge_box {
		border-radius: 3rem;
		padding: 3.5rem 2.5rem;
	}
	.challenge_box::before ,
	.challenge_box::after {
		display:none;
	}
}
.challenge_box .tit {
	font-size: 5rem;
	letter-spacing: -0.2rem;
	text-align: center;
	font-weight:800;

	width: auto;
	margin: auto;
	border-radius: 10rem;
	padding:3rem;

	line-height: 1.4;
	font-family: 'GmarketSansMedium', 'Noto Sans KR', 'Malgun Gothic', dotum, Sans-serif, AppleGothic;

	background-color: rgba(255, 240, 230, .5);
}
@media all and (max-width:768px) {
	.challenge_box .tit {
		font-size: 3.8rem;
	}
}

.challenge_box .tit > span {
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(10px);

}
.challenge_box .con {
	padding: 2rem 3rem 5rem;
	border-radius: 10rem;
	background-color: inherit;
	backdrop-filter: blur(3px);

	display:inline-flex;
	flex-direction: column;

	position: relative;
	z-index: 1;
}
.challenge_box .con p {
	font-size: 2.5rem;
	text-align: center;
	font-weight: 700;
}
@media all and (max-width:768px) {
	.challenge_box .con p {
		font-size: 2.2rem;
	}
}


.challenge_tile {
	width:100%;
	display: flex;
	justify-content: space-evenly;
}
.challenge_tile > li {

	width:100%;
	max-width: 35rem;
	padding: 3rem;
	flex:1;
}


@media all and (max-width:768px) {
	.challenge_tile {
	    flex-direction: column;
	    align-items: center;
	}
	.challenge_tile > li {
		max-width: 45rem;
		padding: 2rem;
	}
	.challenge_tile > li + li {
		margin-top: 5rem;
		border-top: 1px solid #ddd;
		padding-top: 10rem;
	}

}


.challenge_tile .pic {
	text-align:center;
}
.challenge_tile .pic > img {
	width:100%;
	max-width: 30rem;
}

.challenge_tile .tit {
	font-size: 2.6rem;
	font-weight: 800;
	color:#00a896;
	margin-top: 5rem;
	line-height: 1.25;
}

@media all and (max-width:768px) {
	.challenge_tile .tit {
		text-align:center;
	}

}
.challenge_tile .con {
	margin-top:3rem;
	line-height: 1.25;
}

.challenge_tile .icontxt {
	display:flex;
	margin-top: 3rem;
}
.challenge_tile .icontxt + .icontxt {
	margin-top: 2rem;
}

.challenge_tile .icontxt .icon {
	width: 5rem;
}
.challenge_tile .icontxt .icon > img {
	width:100%;
	height:100%;
	object-fit:contain;
}

.challenge_tile .icontxt .icon:not(:has(img)) {
	border:1px solid #aaa;
	text-align:center;
	aspect-ratio: 1 / 1;

	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	line-height: 1.2;

	background: #f3b0b4;
	box-shadow: inset 0 0 5px 2px #fff;
}
.challenge_tile .icontxt .icon + .txt {
	flex:1;
	padding-left: 2rem;
}
.challenge_tile .icontxt .txt {
	font-size: 1.5rem;
}
.challenge_tile .icontxt .txt strong {
	font-size: 1.8rem;
}
.btn-votetheme {
	display:block;
	width:100%;
	max-width: 50rem;
	height: 6.5rem;
	border-radius: 0.35rem;
	font-size: 1.8rem;
	font-weight:bold;

	margin:auto;
	margin-top: 5rem;
	background-color: #0fa895;

	color: #fff;
	text-shadow: -1px -1px 0 rgba(0, 0, 0, .3);
}
.btn-votetheme::after {
	content: "\e93e";
	font-family: xeicon !important;
	display: inline-block;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
}
.challenge_edge + .btn-votetheme {
	font-size: 2rem;
	height:8rem;
	border-radius: 1rem;
}