/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-67231
* CODE : Dev - EV00019621 , Prod - EV00007481
* FILE : /kr/event/2024/06/13_standbyme_6month/eventMainStandbyme6month.jsp
* DESC : 스탠바이미 6월 취향존중 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/06/03				신우용				Created
************************************************************************************
**/

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

.tabs-wrap{
	position: sticky;
	top: 0;
	z-index: 10;
}
.tabs-wrap .tabs {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
.tabs-wrap .tabs li{
	flex: 1;
	padding: 0;
	margin: 0;
}
.tabs-wrap .tabs li a{
	display: block;
	width:100%;
	height:100%;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.tabs-wrap .tabs .standbyme_quiz.on a{
	background-image:url(/kr/event/2024/06/13_standbyme_6month/images/tab01_active.jpg);
}
.tabs-wrap .tabs .standbyme_photo.on a{
	background-image:url(/kr/event/2024/06/13_standbyme_6month/images/tab02_active.jpg);
}
.tabs-wrap .tabs .standbyme_exhibitions.on a{
	background-image:url(/kr/event/2024/06/13_standbyme_6month/images/tab03_active.jpg);
}

.quiz-area{
	display: flex;
	position: absolute;
	top: calc(442 / var(--width)* 100%);
	left: calc(380 / var(--width)* 100%);
	width: calc(620 / var(--width)* 100%);
	height: calc(585 / var(--width)* 100%);
	flex-direction: column;
	justify-content: space-between;
}
.quiz-area .quiz{
	display: block;
	height: calc(180 / var(--width)* 100%);
}
.contents.event .ev-detail-wrap .ev-detail-con .ev-cont .quiz-area .conts{
    padding-bottom: 0;
    height: 100%;
}
.quiz-area .box{
	display: flex;
	height: 100%;
	justify-content: space-between;
}
.quiz-area .box .input-wrap{
	width: calc(980 / var(--width)* 100%);
	height: 100%;
}
.quiz-area .box .input-wrap input{
	height: 100%;
	padding: 10px 25px;
	border-radius: 50px;
	border-color: #d79283;
	font-size: 22px;
	font-family: 'Pretendard';
	letter-spacing: -0.2px;
	line-height: 1.2;
}
.quiz-area .box .cell{
	width: calc(355 / var(--width)* 100%);
	height: 100%;
}
.quiz-area .box .cell button{
	min-width: 100%;
	height: 100%;
}
.quiz-container .layer-input{
	position: absolute;
	bottom: calc(240 / var(--width)* 100%);
	left: 0;
	width: 100%;
}
.quiz-container .layer-input .chk-wrap label{
	color: #868e96;
	font-size: 20px;
	font-family: 'Pretendard';
	letter-spacing: -0.2px;
}
.quiz-container .layer-input .chk-wrap input+label::after {
    top: 3px;
    width: 21px;
    height: 20px;
    background-image: url(/kr/event/2024/06/13_standbyme_6month/images/btn_chk.png);
}
.quiz-container .layer-input .chk-wrap input:checked+label::after {
    background-image: url(/kr/event/2024/06/13_standbyme_6month/images/btn_chk_on.png);
}
.quiz-container .layer-input .chk-wrap label a, .quiz-container .layer-input .chk-wrap label a:hover {
    text-decoration: underline;
    color: #494949;
}
#layerchk1-1:focus+label::after {
    outline: 1px auto #000;
    outline-offset: 1px;
}
.quiz-container .btn-wrap{
	position: absolute;
	bottom: calc(100 / var(--width)* 100%);
	left: 0;
	width: 100%;
}
.quiz-container .btn-wrap .btn{
	width: calc(620 / var(--width)* 100%);
	padding: calc(33 / var(--width)* 100%) calc(20 / var(--width)* 100%);
	background-color: #212529;
	border: 0 !important;
	color: #fff;
	font-size: 28px;
	line-height: 1.2;
	font-family: 'Pretendard';
	font-weight: 500;
	border-radius: 50px;
}
.quiz-container .btn-wrap .btn:disabled{
	opacity: 0.3;
}
.standbyme-intro{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(1280 / var(--width)* 100%);
	height: calc(468 / var(--width)* 100%);
	transform: translateX(-50%);
}
.standbyme-intro ul{
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.standbyme-intro ul > li{
	position: relative;
	flex: 1;
	height: 100%;
	margin: 0 calc(20 / var(--width)* 100%);
}
.standbyme-intro ul > li a{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}
.standbyme-normal{
	position: absolute;
	top: calc(153 / var(--width)* 100%);
	left: 50%;
	width: calc(1285 / var(--width)* 100%);
	height: calc(1153 / var(--width)* 100%);
	transform: translateX(-50%);
}
.standbyme-normal ul{
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}
.standbyme-normal ul > li{
	position: relative;
	width: calc(420 / var(--width)* 100%);
	height: calc(430 / var(--width)* 100%);
	margin: 0 calc(20 / var(--width)* 100%);
}
.standbyme-normal ul > li:nth-child(4), .standbyme-normal ul > li:nth-child(5), .standbyme-normal ul > li:nth-child(6), .standbyme-normal ul > li:nth-child(7){
	margin-top: calc(65 / var(--width)* 100%);
}
.standbyme-normal ul > li a{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}

.standbyme-go{
	position: absolute;
	top: calc(257 / var(--width)* 100%);
	left: 50%;
	width: calc(870 / var(--width)* 100%);
	height: calc(966 / var(--width)* 100%);
	transform: translateX(-50%);
}
.standbyme-go ul{
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: center;
}
.standbyme-go ul > li{
	position: relative;
	width: calc(630 / var(--width)* 100%);
	height: 100%;
	margin: 0 calc(30 / var(--width)* 100%);
}
.standbyme-go ul > li a{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:100%;
}
[class*='standbyme-slide']{
	display: none;
}

.evt-acco-head{
	top: 0;
	padding-top: calc(72 / var(--width)* 100%);
}
.evt-acco-head button{
	width: 100%;
}
/* 참여팝업 */
#goodPop table tbody tr td {
	font-weight: bold;
}
#goodPop table tbody tr td:last-child {
    font-size: 20px;
    line-height: 1.4;
	font-weight: bold;
    text-decoration: underline;
}
@media screen and (max-width: 1460px){
	.quiz-area .box .input-wrap input{
        padding: .66vw 1.69vw;
        font-size: 1.5vw;
    }
  	.quiz-container .layer-input .chk-wrap label{
        font-size: 1.35vw;
    }
	.quiz-container .layer-input .chk-wrap input+label::after {
	    top: 0.2vw;
	    width: 1.44vw;
	    height: 1.37vw;
	}
  	.quiz-container .btn-wrap .btn{
        font-size: 1.89vw;
    }
}
@media screen and (max-width: 767px){
    * {
		--width: 720;
	}
    .tabs-wrap{
    	top: 46px;
    }
  	.header.helloBar~.mobile-nav-wrap ~ #content .event-container .tabs-wrap {
		top: 88px;
	}
	.tabs-wrap .tabs .standbyme_quiz.on a{
		background-image:url(/kr/event/2024/06/13_standbyme_6month/images/m_tab01_active.jpg);
	}
	.tabs-wrap .tabs .standbyme_photo.on a{
		background-image:url(/kr/event/2024/06/13_standbyme_6month/images/m_tab02_active.jpg);
	}
	.tabs-wrap .tabs .standbyme_exhibitions.on a{
		background-image:url(/kr/event/2024/06/13_standbyme_6month/images/m_tab03_active.jpg);
	}
	.quiz-area{
		top: calc(231 / var(--width)* 100%);
		left: calc(60 / var(--width)* 100%);
		width: calc(600 / var(--width)* 100%);
		height: calc(305 / var(--width)* 100%);
	}
	.quiz-area .quiz{
		height: calc(97 / var(--width)* 100%);
	}
	.contents.event .ev-detail-wrap .ev-detail-con .ev-cont .quiz-area .conts{
	    padding-bottom: 0;
	    height: 100%;
	}
	.quiz-area .box{
		display: flex;
		height: 100%;
		justify-content: space-between;
	}
	.quiz-area .box .input-wrap{
		width: 58.8vw;
	}
	.quiz-area .box .input-wrap input{
		padding: 3vw 5.2vw;
		font-size: 3.8vw;
	}
	.quiz-area .box .cell{
		width: 22.2vw;
	}
	.quiz-container .layer-input {
	    bottom: 30vw;
	}
	.quiz-container .layer-input .chk-wrap label {
        padding-left: 4.5vw;
        font-size: 2.8vw;
    }
	.quiz-container .layer-input .chk-wrap input+label::after {
        top: 1.3vw;
        width: 3.2vw;
        height: 3vw;
    }
	.quiz-container .btn-wrap {
	    bottom: 12.3vw;
	}
	.quiz-container .btn-wrap .btn{
        width: calc(600 / var(--width)* 100%);
        padding: 4.42vw 3vw;
        font-size: 4.2vw;
    }
  	.standbyme-intro, .standbyme-normal, .standbyme-go{
    	display: none;
    }
  	[class*='standbyme-slide']{
        display: block;
      	position: absolute;
      	left: 50%;
		width: calc(600 / var(--width)* 100%);
      	transform: translateX(-50%);
    }
    [class*='standbyme-slide'] .swiper-button-prev, [class*='standbyme-slide'] .swiper-button-next{
    	display: block;
    	width: 12.8vw;
    	height: 12.8vw;
    	background-size: 100% 100%;
    	background-image: url(/kr/event/2024/06/13_standbyme_6month/images/btn_slide.png);
    	margin: 0;
    	transform: translateY(-50%);
    }
	[class*='standbyme-slide'] .swiper-button-prev{
		left: -7vw;
		transform: translateY(-50%) rotate(180deg);
	}
	[class*='standbyme-slide'] .swiper-button-next{
		right: -7vw;
	}
	[class*='standbyme-slide'] .swiper-slide a{
		position: absolute;
		bottom: 5.6vw;
		left:0;
		width: 100%;
		height: 14vw;
	}
  	.standbyme-slide-intro{
		bottom: 0;
	}
	.standbyme-slide-normal{
		top: 32vw;
	}
	.standbyme-slide-go{
		top: 21vw;
	}
	.evt-acco-head {
	    padding-top: calc(90 / var(--width)* 100%) !important;
	}
}