/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-97606
* CODE : Dev - EV00020793 , Prod - EV00008462
* FILE : /kr/event/2025/07/01_whisen_coupon/eventMainWhisenCoupon.jsp
* DESC : 에어컨 프로모션 7월 - 쿠폰영역
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2025/06/19				김기범				Created
************************************************************************************
**/
/* 이벤트 기본 설정 */
* {
	--width: 1380;
}
.evt-func {
	position: relative;
}

.whisen-coupon-container{
	max-width: 1380px;
  	margin: 0 auto;
  	background-color: #EBF2F9;
}
.whisen-coupon-container .secret-cp-wrap{
	margin: 0 auto;
	text-align: left;
}
.whisen-coupon-container .secret-cp{
	position: relative;
	display: inline-block;
	width: calc(488 / 1000 * 100%);
	margin: calc(55 / 1000 * 100%) 0;
}
.whisen-coupon-container .secret-cp a{
	position: absolute !important;
	top: 0 !important;
  	left: auto !important;
	right: 0;
	width: calc(140 / 488 * 100%) !important;
	height: 100% !important;
	z-index: 1;
}
.whisen-coupon-container .evt-acco-head.evt-btn-area {
    padding: calc(24 / 1380 * 100%);
}
.whisen-coupon-container .evt-acco-head.evt-btn-area button {
    width: 100%;
}
@media screen and (max-width: 767px){
    * {
		--width: 720;
	}

	.whisen-coupon-container .secret-cp-wrap{
		/* width: calc(624 / var(--width) * 100%); */
	}
	.whisen-coupon-container .secret-cp{
		width: 100%;
		margin: calc(55 / 624 * 100%) 0;
	}
	.whisen-coupon-container .secret-cp a{
        width: calc(150 / 624 * 100%);
    }
	.whisen-coupon-container .evt-acco-head.evt-btn-area {
		padding: calc(20 / 720 * 100%);
	}
}