@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*±âº» ·¹ÀÌ¾Æ¿ô*/
.SectionHead{display: none;}
.SectionBody_event{border: none; margin-left: 94px;}
html,body{height: auto}
.clearfix:after{content: ''; display:block; clear:both}
#wrapper{border:1px solid #ececec; width:1001px}
#wrapper *{
	box-sizing: border-box;
	outline:none;
	-webkit-tap-highlight-color : transparent;
	font-family: 'GmarketSansMedium', sans-serif;
}
.eventHeader,
.event_wrap > section{position: relative;}
.mo{display: none;}
.Wrapper{width:1000px; position:relative;}

.linkDiv{
	position: relative;
}
.linkDiv a{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 80%;
	height: 17%;
	display: block;
}

.survey_wrap{
	background-color: #8cc425;
	font-size: 25px;
	padding: 0 100px;
	word-break: keep-all;
}
.surveyDiv:not(:first-child){
	margin-top: 50px;
}
.surveyDiv .Q{
	color: #fff;
	text-shadow: 2px 2px 3px rgba(0,0,0,.2);
}
.surveyDiv .txt{
	display: flex;
	justify-content: space-between;
	font-size: .65em;
	margin: 7px 0 5px;
}
.surveyBar{
	display: flex;
	justify-content: space-around;
	width: 100%;
	border-radius: 100px;
	background-color: #fff;
	overflow: hidden;
	border: 3px solid #9dc23b;
	box-shadow: 2px 2px 8px rgba(0,0,0, .3);
}
.surveyBar li{
	color: #9dc23b;
	text-align: center;
	line-height: 2.5em;
	width: 20%;
	padding-top: 3px;
	cursor: pointer;
}
.surveyBar li:not(:first-child){
	border-left: 3px solid #9dc23b;
}
.surveyBar li.sel{
	background-color: #477e65;
}
.surveyDiv .textarea{
	resize: none;
	display: block;
	width: 100%;
	height: 200px;
	border: 3px solid #9dc23b;
	box-shadow: 2px 2px 8px rgba(0,0,0, .3);
	border-radius: 30px;
	padding: 30px;
	margin-top: 10px;
}
textarea{
	font-size: 1em;
}
.surveyDiv .textarea::placeholder{
	font-size:1em
}
.surveyDiv:last-child{
	padding-bottom: 80px;
}

@media all and (max-width:820px){
	/*layout reset*/
	html, body{
		min-width: auto;
		margin: 0;
		overflow-x: hidden;
	}
	header,
	.footerWrap,
	.web{
		display: none;
	}
	.evBody,
	.SectionBody_event,
	.Wrapper,
	#wrapper,
	.wrap{
		margin: 0 !important;
		padding: 0 !important;
		width: 100% !important;
	}
	#wrapper{
		border: none;
	}
	.mo{
		display: block;
	}
	.width100{
		width: 100%;
	}
	#wrap{
		width: 100% !important;
	}

	.survey_wrap{
		padding: 0 5%;
	}
}

@media all and (max-width:430px){
	/* .moBanner img{
		width: 100% !important;
		height: auto;
	} */

	.survey_wrap{
		font-size: 16px;
	}
	.surveyDiv .textarea{
		height: 120px;
		border-radius: 15px;
		padding: 15px;
	}
	.surveyDiv:last-child{
		padding-bottom: 40px;
	}
}

@media all and (max-width:350px){

}