@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;}

.video_wrap{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 85%;
	z-index: 1;
}
.video_wrap video{
	width: 100%;
}
.volume{
	display: flex;
	justify-content: end;
}
.volume img{
	cursor: pointer;
}

.overZone{
	cursor: url('../images/cursor.png'), pointer;
}
.list{
	position: relative;
}
.list .show{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
}

.tableBtn{
	cursor: pointer;
}
.table{
	display: none;
}

.formDiv{
	background: url('../images/formBack.jpg'), repeat-y;
	background-size: 100%;
	margin-right: 1px;
	padding-bottom: 30px;
}
.form_wrap{
	padding: 0 100px;
	font-size: 23px;
}
.form_list .tit{
	display: inline;
	color:#362022;
	font-weight: bold;
	word-break: keep-all;
	background: linear-gradient(transparent 30%, #f4e7d7 30%);
  padding: 0 5px;
}
.form_list > li:first-child .tit{
	margin-top: 0;
}
.form_list .tit span{
	font-size: .75em;
}

.A{
	margin: 8px 0 30px;
}
.A_list{
	display: flex;
	flex-wrap: wrap;
}
.A_list li{
	color: #676767;
	background-color: #e3e3e3;
	padding: 8px 15px;
	border-radius: 100px;
	margin: 8px;
	word-break: keep-all;
	font-size: .85em;
	cursor: pointer;
}
.A_list li.on{
	background-color: #E94E0E;
	color: #fff;
}
.form_list textarea{
	resize: none;
	border: 3px solid #E94E0E;
	padding: 15px;
	border-radius: 20px;
	width: 100%;
	display: block;
	font-size: 1em;
	height: 200px;
}

.submit_wrap{
	position: relative;
}
.submit{
	display: block;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 50%;
	height: 60%;
	cursor: pointer;
}


@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;
	}

	.formDiv{
		margin-right: 0;
	}
}

@media all and (max-width:430px){
	/* .moBanner img{
		width: 100% !important;
		height: auto;
	} */

	.volume img{
		width: 40vw;
	}
	.form_wrap{
		padding: 0 12%;
		font-size: 16px;
	}
	.A_list li{
		width: 100%;
		text-align: center;
	}
}

@media all and (max-width:350px){

}