@charset "utf-8";

/* CSS Document */
/* common */
body {margin:0}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, textarea, p, blockquote, th, td, input, select, textarea {
	margin:0; padding:0; font-family: "Pretendard", sans-serif;}
dl,ul,ol,menu,li{list-style:none}
em,address{font-style:normal}
button {border:0 none; background-color:transparent; cursor:pointer; outline:none; font-family: "Pretendard", sans-serif;}
button:focus span {position:relative; top:0px; left:0px}
image {margin:0; padding: 0 }



/* content */
.contents {
	font-family: "Pretendard", sans-serif;
	width:100%;
	margin:0 auto;
}
.TOP {
	margin:0 auto;
	background:url(/images/event/requestDoc/top_bg.png) no-repeat;
	background-size:auto 380px;
}
.TOP .cont {
	display: flex;
	width: 1140px;
	flex-direction: row;
	margin: 0 auto;
	align-items: center;
}
.TOP .cont .top_txt {
	width:1140px;
	margin:0 auto;
	height: 380px;
	display: flex;
	flex-direction: column;
	gap:15px;
	justify-content: center;
}
.TOP .cont .top_txt .title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: -0.7px;
}
.TOP .cont .ev_date {
	color: rgba(255, 255, 255, 0.50);
	font-weight: 400;
	font-size: 15px;
	line-height: 16px;
	letter-spacing: -0.5px;
}
.TOP .cont .ev_btn {
	display: flex;
	flex-direction: row;
	gap: 40px;
}

.upload_con {
	display: flex;
	flex-direction: column;
	/* padding: 100px 0 0; */
}
.upload_cont1 {
	margin: 60px auto;
}
.upload_cont1 img {
	width: 1140px;
}
.upload_cont1 .ev_txt {
	display: flex;
	justify-content: center;
}
.ev_btn_upload {
	width: 530px;
	height: 200px;
	background:url(/images/event/requestDoc/btn.png) no-repeat;
	background-size:530px auto;
	margin-top:40px;
}
.con_msg {
	width:1140px;
	margin:0 auto 100px;
}
.con_msg strong {
	font-size:28px;
	color: #000;
	word-spacing:-0.5px;
}
.con_msg p {
	font-size: 20px;
	line-height: 36px;
	word-spacing:-0.5px;
	color: #000;
	padding:20px;
}
.con_msg_often {
	margin:12px;
}
.con_msg_often dt {
	padding:10px 0;
	font-size: 20px;
	color:#000;
	letter-spacing: -0.5px;
}
.con_msg_often dd {
	padding:0 0 30px;
	font-weight:600;
	font-size: 20px;
	color:#000;
	letter-spacing: -0.5px;
}
.con_msg_often .text_date {
	font-size: 16px;
	letter-spacing: -0.5px;
}
.blind {font-size:0; height:1px; left:0; line-height:0; overflow:hidden; position:absolute; top:0; visibility:hidden; width:1px}