@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 }
a {text-decoration: none;}

/* content */
.contents {
	font-family: "Pretendard", sans-serif;
	width:100%;
	margin:0 auto;
}
.TOP {
	margin:0 auto;
	background:url(/images/event/requestDocCoupon/top_bg.png) no-repeat;
	background-size:auto 537px;
}
.TOP .cont {
	display: flex;
	width: 1140px;
	flex-direction: row;
	margin: 0 auto;
	align-items: center;
}
.TOP .cont .top_txt {
	width: 1140px;
	margin: 60px auto;
	display: flex;
	flex-direction: column;
	gap: 20px;
	justify-content: center;
	align-items: center;
}
.TOP .cont .ev_date {
	color: rgba(255, 255, 255, 0.50);
	font-weight: 500;
	font-size: 17px;
	letter-spacing: -0.5px;
}
.ev_Button {
	font-weight: 500;
	color: #fff;
	background-color: #1E5AF2;
	border: 3px solid #fff;
	border-radius: 30px;
	height: 60px;
	font-size: 26px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 4px;
	padding-left: 40px;
	padding-right: 30px;
	white-space: nowrap;
	letter-spacing: -1.5px;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
	transition-duration: 0.3s;
}
.ev_Button span {
	font-size: 21px;
}
.ev_Button:hover {
	color: #005EEF;
	background-color: #fff;
	border-color: #027CFF;
}
.event {
	display: flex;
	margin: 0 auto;
	align-items: center;
	flex-direction: column;
	text-align: center;
}
.cont1 {
	margin: 100px auto 0;
}
.cont1_tit {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
}
.cont1_tit img {
	width: 50%;
}
.cont1_coupon {
	position: relative;
	display: inline-flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	gap: 40px;
	margin-top: 20px;
}
.cont1_coupon .button img{
	width:400px;
}
.cont1_coupon .app {
	position: absolute;
	top: -11px;
	right: 369px;
}
.cont1_coupon .app img {
	width:57px;
}
.cont2 {
	margin: 100px auto 0;
	background: #F7FBFF;
	padding: 120px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	overflow:hidden;
}
.cont3 {
	margin: 100px auto 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.cont3_tit {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	gap: 60px;
}
.cont3_tit img {
	width: 50%;
}
.cont3 .txt {
	font-size: 23px;
	color: #373737;
	letter-spacing: -1.3px;
	margin-top: 20px;
}
.cont3 .txt strong {
	font-weight: 600;
	color: #009842;
}
.cont_btn {
	margin-top:60px;
}
.Button2 {
	font-weight: 600;
	color: #fff;
	background-color: #205AF2;
	border-radius: 12px;
	width: 300px;
	height: 80px;
	font-size: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	letter-spacing: -1.5px;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
}
.Button2:hover {
	background-color: #1547CC;
}
.Button3 {
	font-weight: 600;
	color: #fff;
	background-color: #00A949;
	border-radius: 12px;
	width: 300px;
	height: 80px;
	font-size: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	letter-spacing: -1.5px;
	transform: perspective(1px) translateZ(0);
	transition-duration: 0.3s;
}
.Button3:hover {
	background-color: #089043;
}

.Pro-Box {
	width: 100%;
	margin-top: 60px;
	display: flex;
	height: 193px;
	align-items: center;
}
.Pro-Box .Item {
	width:210px;
	height: 148px;
	padding: 20px;
	margin-right: 16px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	background: #fff;
	border-radius: 16px;
	border: var(--stroke-weight-1, 1px) solid #FFF;
	background: #FFF;
	box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.15);
}

.Pro-Box .Item:hover {
	text-decoration: none;
}

.Item .Category {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
}
.Item .Category li {
	position: relative;
	padding-left: 8px;
	font-size: 14px;
	font-weight: 700;
	color: #2e2e2e;
	letter-spacing: -0.3px;
}
.Item .Category li::before {
	content: "·";
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
}
.Item .Thumb {
	margin: 0 auto;
	width: 86px;
	height: 86px;
	overflow: hidden;
}
.Item .Thumb img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.Item .Nickname {
	font-size: 16px;
	font-weight: 700;
	color: #2e2e2e;
	letter-spacing: -0.3px;
}
.msg {
	background-color: #f7f7f7;
	margin:100px auto 0;
	padding:80px 0;
}
.con_msg {
	width:1140px;
	margin:0 auto 60px;
}
.con_msg h3 {
	font-size: 40px;
	font-weight: 600;
	padding-bottom: 12px;
}
.con_msg li {
	padding-bottom:5px;
	line-height:30px;
	letter-spacing: 0px;
	color:#333;
	font-weight: 400;
	font-size: 20px;
}

.con_msg_often {
	margin:12px;
}
.con_msg_often dt {
	padding:10px 0;
	font-size: 20px;
	color:#242424;
	letter-spacing: -0.5px;
}
.con_msg_often dd {
	padding:0 0 30px;
	font-weight:600;
	font-size: 20px;
	color:#242424;
	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}

@keyframes marqueeLeft {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}

.pop_appdown {
	width: 450px;
	background-color: #fff;
	border-radius: 16px;
	padding: 20px;
	position: relative;
	box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.12) inset, 0 0 2px 1px rgba(0, 0, 0, 0.05), 0 4px 20px 0 rgba(0, 0, 0, 0.22);
	font-family: "Pretendard", sans-serif;
}

.pop_appdown .pcon {
	margin: 30px 12px 0 12px;
	text-align: center;
	line-height: 16px;
	color: #252525;
}

.pop_appdown .pcon .Title {
	margin-bottom: 28px;
	font-size: 20px;
	font-weight: 700;
}

.pop_appdown .g_noti {
	display: flex;
	margin-bottom: 16px;
	font-size: 15px;
	color: #2e2e2e;
	font-weight: 700;
	gap: 16px;
	flex-direction: column;
}

.pop_appdown .g_noti .desc {
	font-size: 14px;
	font-weight: 400;
}

.pop_appdown .pcon .cBtns {
	display: flex;
	flex-direction: row;
	gap: 8px;
	justify-content: center;
	margin: 0;
}

.btn_app_close {
	position: absolute;
	right: 30px;
	top: 27px;
	display: block;
	width: 26px;
	height: 26px;
	font-size: 0;
	background: url(/images/pop/2025/icon_close.svg) 0 0 no-repeat;
}
