/**
************************************************************************************
* CSR  : https://lgecom.atlassian.net/browse/CSR-11910
* CODE : Dev - EV00021891, Prod - EV00009392
* FILE : /kr/event/2026/08/10_lottedfs_coupon/css/event.css
* DESC : 롯데면세점 제휴 이벤트 난수쿠폰 지급 개발
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2026/07/15				김기범				Created
************************************************************************************
**/

@charset "UTF-8";

/* 응모횟수 */
#couponRecivePop {
	--evt-design-width: 390;
	--evt-responsive-width: min(100vw, 780px);
	--evt-ratio: calc(var(--evt-responsive-width) / var(--evt-design-width));
	width: 100%;
	max-width: 652px;
	border-radius: 8px;
}

#couponRecivePop.popup-wrap .pop-conts {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-height: none;
	padding: calc(32 * var(--evt-ratio)) calc(24 * var(--evt-ratio)) calc(24 * var(--evt-ratio));
	width: 100%;
	max-width: 652px;
	row-gap: 12px;
}

#couponRecivePop .check-pop-msg {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
}

#couponRecivePop .check-pop-msg p {
	font-size: calc(14 * var(--evt-ratio));
	letter-spacing: -0.4px;
	font-weight: 400;
	color: #777;
}

#couponRecivePop .coupon-ran-num {
	display: flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	border-radius: 8px;
	row-gap: 22px;
}

#couponRecivePop .coupon-ran-num input {
	background-color: transparent;
	border: 0;
	text-align: center;
	font-size: calc(22 * var(--evt-ratio));
	padding: 0px;
	height: auto;
	font-weight: bold;
}

#couponRecivePop .coupon-ran-num .btn-number-copy {
	display: flex;
	font-size: calc(12 * var(--evt-ratio));
	font-weight: 500;
	align-items: center;
	justify-content: center;
	text-decoration: underline;
}

#couponRecivePop .coupon-btn {
	width: 100%;
	margin-top: 12px;
}

#couponRecivePop .coupon-btn .btn-cp-close {
	width: 100%;
	height: calc(32 * var(--evt-ratio));
	background: #000;
	color: #fff;
	border-radius: calc(6 * var(--evt-ratio));
	font-size: calc(12px * var(
	--evt-ratio));
}

#couponRecivePop .coupon-btn .btn-cp-close span {
	font-size: calc(12 * var(--evt-ratio));
}

#couponRecivePop .btn-close {
	display: flex;
	top: 20px;
	right: 20px;
	width: 24px;
	height: 24px;
	align-items: center;
	justify-content: center;
}

#couponRecivePop .btn-close:before {
	position: static;
	display: inline-block;
	width: 23px;
	height: 23px;
	background-size: 100% auto;
}

#confirmPopup {
	max-width: 482px;
}

#confirmPopup .coupon-ran-num {
	display: grid;
	justify-content: space-between;
	align-items: center;
	column-gap: 8px;
	grid-template-columns: 1fr 40px;
}

#confirmPopup .coupon-ran-num .btn-number-copy {
	display: inline-flex;
	width: 40px;
	height: 40px;
	background-image: url('/lg5-common/images/icons/icon-copy-20.svg');
	background-position: center;
	background-size: 50% auto;
	background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {

	#couponRecivePop,
	#confirmPopup {
		left: 50% !important;
		top: 50% !important;
		height: auto;
		min-height: auto !important;
		transform: translate(-50%, -50%) !important;
	}

	#confirmPopup {
		max-width: 90%;
	}

	#couponRecivePop {
		width: calc(326 * var(--evt-ratio));
		border-radius: calc(8 * var(--evt-ratio));
	}

	#couponRecivePop.popup-wrap .pop-conts {
		padding: calc(32 * var(--evt-ratio)) calc(24 * var(--evt-ratio));
		row-gap: calc(12 * var(--evt-ratio));
	}

	#couponRecivePop .check-pop-msg {
		row-gap: calc(20 * var(--evt-ratio));
	}

	#couponRecivePop .check-pop-msg p {
		font-size: calc(14 * var(--evt-ratio));
	}

	#couponRecivePop .coupon-ran-num {
		border-radius: calc(8 * var(--evt-ratio));
		row-gap: calc(16 * var(--evt-ratio));
	}

	#couponRecivePop .coupon-ran-num input {
		font-size: calc(22 * var(--evt-ratio));
	}

	#couponRecivePop .coupon-ran-num .btn-number-copy {
		height: calc(18 * var(--evt-ratio));
		border-radius: calc(8 * var(--evt-ratio));
		font-size: calc(14 * var(--evt-ratio));
	}

	#couponRecivePop .btn-close {
		top: calc(5 * var(--evt-ratio));
		right: calc(5 * var(--evt-ratio));
		width: calc(48 * var(--evt-ratio));
		height: calc(48 * var(--evt-ratio));
	}

	#couponRecivePop .btn-close:before {
		width: calc(32 * var(--evt-ratio));
		height: calc(32 * var(--evt-ratio));
	}

	#confirmPopup .coupon-ran-num {
		column-gap: calc(8 / 390 * 100vw);
		grid-template-columns: 1fr calc(40 / 390 * 100vw);
	}

	#confirmPopup .coupon-ran-num .btn-number-copy {
		width: calc(40 / 390 * 100vw);
		height: calc(40 / 390 * 100vw);
	}
}