/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-59205
* CODE : Dev - EV00019283 , Prod - EV00007162
* FILE : /kr/event/2024/03/21_LG_whisen_view/eventMainLGWhisenView.jsp
* DESC : 에어컨 미리 구매 – LG 휘센 View 출시 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/03/12				신우용				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
* {
	--width: 1380;
}
.evt-func {
	position: relative;
}

.evt-btn-area{
	bottom: 0;
}

/* 레이어 팝업 아코디언 */
.layer-pop .evt-acco-area{
	margin-top:24px;
}
.layer-pop .pop-conts.academy-pop .form-wrap .forms .conts .evt-acco-area .sn-number-wrap{
	padding:12px 24px;
}
.layer-pop .evt-acco-head{
	top: 12px;
    height: 27px;
    padding: 0 12px;
	z-index:1;
}
.layer-pop .evt-btn-area .evt-acco-btn{
	width:100%;
}
.layer-pop .evt-acco-cont{
	position: relative;
}
.layer-pop .evt-acco-cont:after{
	content:'';
	position: absolute;
	top: 10px;
	right: 16px;
	width: 32px;
	height: 32px;
	background: url(/lg5-common/images/icons/btn-down-16-black.svg) no-repeat 50% 50%;
	transition: all .3s;
}
.layer-pop .evt-acco-cont.unfolded:after{
	transform: rotate(180deg);
}

.tabs-wrap{
	position: sticky;
    top: 0;
    z-index: 10;
}

.tabs-wrap .tabs {
	display: flex;
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(900 / var(--width) * 100%);
    height: 100%;
    margin: 0;
    padding: 0;
    transform: translateX(-50%);
}
.tabs-wrap .tabs > li {
	flex: auto;
    margin: 0;
    padding: 0;
}
.tabs-wrap .tabs li a {
	display: block;
	height: 100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
}
.tabs-wrap .tabs li:nth-child(1).on a {
	background-image: url(/kr/event/2024/03/21_LG_whisen_view/images/tab3_on.jpg);
}
.tabs-wrap .tabs li:nth-child(2).on a {
	background-image: url(/kr/event/2024/03/21_LG_whisen_view/images/tab2_on.jpg);
}
.tabs-wrap .tabs li:nth-child(3).on a {
	background-image: url(/kr/event/2024/03/21_LG_whisen_view/images/tab1_on.jpg);
}
.tab-contents {
	display: none;
}

/* 참여팝업 */
#goodPop .pop-conts.academy-pop.no-footer {
    padding: 0;
}
#goodPop table tbody tr td:last-child {
    font-size: 20px;
    line-height: 1.4;
	font-weight: bold;
    text-decoration: underline;
}

.quiz-container{
	position: absolute;
    top: calc(584 / var(--width) * 100%);
    left: 50%;
    width: calc(595 / var(--width) * 100%);
    transform: translateX(-50%);
}

.contents.event .ev-detail-wrap .ev-detail-con .ev-cont .quiz-area .quiz .conts{
	padding: 0;
}
.quiz-area .quiz + .quiz{
	margin-top: calc(647 / var(--width) * 100%);
}
.quiz-area .quiz .conts .box{
	display: flex;
	justify-content: space-between;
  	align-items: center;
}
.quiz-area .quiz .conts .box > *{
	flex: auto;
	height: 65px;
}
.quiz-area .quiz .conts .box  .input-wrap{
	width: calc(680 / var(--width) * 100%);
	padding-right: calc(50 / var(--width) * 100%);
}
.quiz-area .quiz .conts .box .input-wrap input{
	border-color: transparent;
	height: 100%;
    padding: 15px 30px;
}
.quiz-area .quiz .conts .box button{
	display: block;
	width: 100%;
	height: 100%;
}
/* 체크박스 */
.quiz-container .layer-input{
	margin-top: calc(140 / var(--width) * 100%);
}
.quiz-container .chk-wrap input+label{
  	text-align: left;
	color: #969da3;
}
.quiz-container .layer-input .chk-wrap label a {
	color: #7ab2eb;
    text-decoration: underline;
}
.quiz-container .chk-wrap input+label:after {
    background-image: url(/kr/event/2024/03/21_LG_whisen_view/images/chk_off.jpg);
}
.quiz-container .chk-wrap input:checked+label:after {
    background-image: url(/kr/event/2024/03/21_LG_whisen_view/images/chk_on.jpg);
}
/* 체크박스 포커스 */
#layerchk1-1:focus+label::after {
    outline: 1px auto #000;
    outline-offset: 1px;
}
.quiz-container .btn-wrap{
	margin-top: calc(100 / var(--width) * 100%);
}

.quiz-container .btn-wrap button{
	display: inline-block;
	width: 300px;
	height: 72px;
	background-color: #212429;
	color: #fff;
	font-size: 20px;
	border-radius: 7px;
	font-weight: 500;
}
.quiz-container .btn-wrap button:disabled{
	opacity: 0.5;
}

.evt-btn-area.get-coupon{
	margin-bottom: calc(100 / var(--width) * 100%);
    padding-bottom: calc(72 / var(--width) * 100%);
}
.evt-btn-area.get-coupon a{
	width: calc(300 / var(--width) * 100%);
}

.evt-btn-area.join-group{
	margin-bottom: calc(100 / var(--width) * 100%);
    padding-bottom: calc(72 / var(--width) * 100%);
}

.evt-btn-area.join-group a{
	width: calc(300 / var(--width) * 100%);
    margin: 0 calc(15 / var(--width) * 100%);
}

@media screen and (max-width: 1480px){
	.quiz-area .quiz .conts .box > *{
		height: 4.2vw;
	}
	.quiz-area .quiz .conts .box .input-wrap input{
		padding: 1vw 2vw;
	}
	.quiz-container .chk-wrap input+label{
		font-size: 1.2vw;
	}
	.quiz-container .btn-wrap button{
		width: 20.25vw;
		height: 4.85vw;
		font-size: 1.3vw;
	}
}
@media screen and (max-width: 767px){
    * {
		--width: 720;
	}

	.tabs-wrap {
        top: 46px;
    }
  	.header.helloBar~.mobile-nav-wrap ~ #content .event-container .tabs-wrap {
		top: 88px;
	}
  	#goodPop table tbody tr td:last-child {
        font-size: 14px;
    }
	.pop-conts.academy-pop .form-wrap .forms .conts .evt-acco-cont .sn-number-wrap .tit{
      	font-size: 14px;
    }
	.tabs-wrap .tabs{
    	width: 100%;
    }
	.tabs-wrap .tabs li:nth-child(1).on a {
		background-image: url(/kr/event/2024/03/21_LG_whisen_view/images/m_tab3_on.jpg);
	}
	.tabs-wrap .tabs li:nth-child(2).on a {
		background-image: url(/kr/event/2024/03/21_LG_whisen_view/images/m_tab2_on.jpg);
	}
	.tabs-wrap .tabs li:nth-child(3).on a {
		background-image: url(/kr/event/2024/03/21_LG_whisen_view/images/m_tab1_on.jpg);
	}

	.quiz-container {
		top: 83vw;
		width: calc(600 / var(--width) * 100%);
	}
	.quiz-area .quiz .conts .box > * {
		height: 10vw;
	}
	.quiz-area .quiz .conts .box .input-wrap {
		width: calc(340 / var(--width) * 100%);
    	padding-right: calc(20 / var(--width) * 100%);
	}
	.quiz-area .quiz .conts .box .input-wrap input {
		padding: 2vw 5vw;
    	font-size: 3.2vw;
	}
	.quiz-area .quiz + .quiz {
		margin-top: calc(346 / var(--width) * 100%);
	}
	.quiz-container .layer-input {
		margin-top: calc(80 / var(--width) * 100%);
	}
	.quiz-container .chk-wrap input+label {
		font-size: 3.2vw;
		text-align: left;
	}
	.quiz-container .btn-wrap {
		margin-top: calc(50 / var(--width) * 100%);
	}
	.quiz-container .btn-wrap button {
		width: 100%;
		height: 13.9vw;
		font-size: 3.6vw;
	}

	.evt-btn-area.get-coupon{
		margin-bottom: calc(122 / var(--width) * 100%);
    	padding-bottom: calc(100 / var(--width) * 100%);
	}
	.evt-btn-area.get-coupon a{
		width: calc(600 / var(--width) * 100%);
	}

	.evt-btn-area.join-group{
		margin-bottom: calc(100 / var(--width) * 100%);
    	padding-bottom: calc(280 / var(--width) * 100%);
	}
	.evt-btn-area.join-group > div{
		flex-direction: column;
	}
	.evt-btn-area.join-group a{
		width: calc(600 / var(--width) * 100%);
		margin: calc(15 / var(--width) * 100%) 0;
	}
	
}