@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;}

.tab_wrap{
	position: relative;
}
.tab_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.tab_list li{
	height: 100%;
	width: 33.33%;
}
.tab_list li a{
	display: block;
	width: 100%;
	height: 100%;
}

.popClk{
	cursor: pointer;
}
.popImg_wrap{
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.cont_wrap.pop::before{
	content:'';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #073028;
	opacity: .8;
	position: absolute;
	top: 0;
	left: 0;
}
.popX{
	display: block;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}

.next_wrap{
	position: relative;
}
.next_list{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
}
.next_list li{
	width: 42%;
	height: 100%;
}
.next_list a{
	display: block;
	width: 100%;
	height: 100%;
}

.gif_wrap{
	position: relative;
}
.gif{
	position: absolute;
	top: 0;
	left: 0;
	width:100%
}
.gif .on{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}
.gif span{
	display: inline-block;
	width: 10%;
	height: 50px;
	cursor: pointer;
	position: absolute;
}
.gif01 .clk_1{
	top: 50%;
	left: 53%;
}
.gif01 .clk_2{
	top: 53%;
	left: 28%;
}

.gif02 .clk_1{
	top: 53%;
	left: 28%;
}
.gif02 .clk_2{
	bottom: 3%;
    right: 17%;
}

.gif03 .clk_1{
	top: 48%;
    left: 54%;
}

.gif04 .clk_1{
	top: 42%;
    left: 62%;
}
.gif04 .clk_2{
	bottom: 25%;
    left: 28%;
}
.gif04 .clk_3{
	top: 33%;
    left: 62%;
}

.fin{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

.surveyBoxDiv{
	background-color: #073028;
	padding: 10% 50px 0px 50px;
	padding-bottom: 50px;
}
.surveyBox{
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 10px rgba(0,0,0,.3);
	font-size: 23px;
	padding: 30px 0 30px;
	word-break: keep-all;
}
.surveyBox .tt{
	position: relative;
	top: 0%;
	width: 90%;
	left: 50%;
	transform: translateX(-50%);
}
.surveyBox:first-child{
	margin-bottom: 3%;
}
.surveyBox.second{
	padding-top: 0;
}
.surveyBox .Q,
.surveyBox .A{
	position: relative;
	padding: 0 20px;
}
.surveyBox .pen{
	background-color: #f49a25;
}

.surveyBox .Q-1{
	display: inline-block;
    /* background-color: #007e64; */
    border-radius: 0 100px 100px 0;
    color: #073028;
    padding: 12px 30px;
    padding-right: 20px;
    margin: 30px 0 12px;
}

.surveyBox .A{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.surveyBox .A span{
	display: inline-block;
	padding: 5px;
	margin: 3px 30px;
	cursor: pointer;
	transition: .3s;
}
.surveyBox .A span:hover{
	background-color: #00e47d38;
}
.surveyBox .A span.sel{
	background-color: #00e47c;
	color: #fff;
}
.underline{
	display: inline-block;
	border-bottom: 1px solid #fff;
	color: transparent;
	position: relative;
	top: -8px;
}

.etcInput{
	width: 93%;
	resize: none;
	display: block;
	border: 2px solid #00e47c;
	background-color: #fff;
	padding: 2% 3%;
	height: 100%;
	font-size: 0.9em;
	margin-top: 2%;
	margin-left: 30px;
	box-sizing: border-box;
	border-radius: 12px;
}
@media all and (max-width:430px){
	.etcInput{
		margin-left: 0px;
	}
	.surveyBox .A span{
		margin: 3px 10px;
	}
}
.etcInput::placeholder{
	font-size: 0.9em;
}
input.etcInput:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
  box-shadow: 0 0 0px 1000px #fff inset !important;
  background-color: #fff !important;
  color: #000 !important;
}
.submit_wrap{
	margin: 50px 0 30px;
	display: flex;
	justify-content: center;
}
.submit{
	display: inline-block;
	font-size: 2.3em;
	color: #fff;
	background-color: #007e64;
	box-shadow: 7px 7px 0 #e5ebea;
	padding: 15px 30px;
	border-radius: 100px;
}


@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;
	}

	.popImg_wrap{
		width: 85%;
	}
	.popImg_wrap img{
		width: 100%;
	}
	.popX{
		width: 50px;
		height: 50px;
	}
	.submit{
		width: 65%;
		text-align: center
	}
}

@media all and (max-width:430px){
	/* .moBanner img{
		width: 100% !important;
		height: auto;
	} */

	.surveyBoxDiv{
		padding: 10% 12px 30px;
		padding-bottom: 30px;
	}
	.surveyBox{
  	font-size: clamp(12px, 2vw, 15px);
	}
	.surveyBox .Q-1{
		margin-right: 10px;
	}
}

.aq5_texta{
	display: block;
	width: 90%;
	margin: 0 auto;
	border: 2px solid #073028;
	outline: none;
	resize: none;
	padding: 3%;
	font-size: clamp(12px, 2.5vw, 17px);
	font-family: 'Gmarket Sans';
	box-sizing: border-box;
	border-radius: 6px;
	font-weight: 400;
}

@media all and (max-width:350px){

}
.isthis_block{
	display: block !important;
	width: 90%;
}

.refcod{
	width: 15%;
	display: flex;
	justify-content: end;
	margin-left: auto;
}