/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-59205
* CODE : Dev - EV00019481 , Prod - EV00007331
* FILE : /kr/event/2024/05/03_dishwashers_campaign_SNS/eventMainDishwashersCampaignSNS.jsp
* DESC : 식기세척기 캠페인 오픈 기념 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/04/18				신우용				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
* {
	--width: 1380;
}
.evt-func {
	position: relative;
}
.evt-youtube-area {
	position: absolute;
	overflow: hidden;
}
.btn-youtube-play {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
}
.btn-youtube-play img {
	height: 100%;
}
.btn-youtube-play.fadeOut {
	z-index: -1;
}
.evt-youtube-player {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}

#agreeChallenge1_f table tbody tr td {
	font-weight: bold;
}

#agreeChallenge1_f table tbody tr td:last-child {
    font-size: 20px;
    line-height: 1.4;
	font-weight: bold;
    text-decoration: underline;
}

.tabs-wrap{
	position: sticky;
    top: 0;
  	background-color:#fff;
    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;
    width: 33.3%;
    height: 100%;
    margin: 0;
    padding: 0;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.tabs-wrap .tabs > li:nth-child(1).on{
	background-image: url(/kr/event/2024/05/03_dishwashers_campaign_SNS/images/tab01_active.jpg)	
}
.tabs-wrap .tabs > li:nth-child(2).on{
	background-image: url(/kr/event/2024/05/03_dishwashers_campaign_SNS/images/tab02_active.jpg)
}
.tabs-wrap .tabs > li:nth-child(3).on{
	background-image: url(/kr/event/2024/05/03_dishwashers_campaign_SNS/images/tab03_active.jpg)
}
.tabs-wrap .tabs li a {
	display: block;
	width: 100%;
    height: 100%;
}
.tab-contents {
	display: none;
}

/* 유튜브 */
.evt-youtube-box{
	position: absolute;
	top: calc(395 / var(--width) * 100%);
	left: 50%;
	width: calc(640 / var(--width) * 100%);
	height: calc(895 / var(--width) * 100%);
	transform: translateX(-50%);
}
.evt-youtube-box > ul {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
	justify-content: space-between;
}
.evt-youtube-box > ul > li{
	position: relative;
	width: calc(645 / var(--width) * 100%);
}
.evt-youtube-box > ul > li + li:nth-child(3), .evt-youtube-box > ul > li + li:nth-child(4){
	margin-top: calc(90 / var(--width) * 100%);
}

.evt-youtube-box > ul > li  .evt-youtube-area{
	top:0;
	left: 0;
	width: 100%;
	height: calc(910 / var(--width) * 100%);
	border-radius: 8px;
}
.evt-youtube-box > ul > li .link-copy{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: calc(430 / var(--width) * 100%);
}
.evt-youtube-box > ul > li .link-copy > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.evt-youtube-box > ul > li .link-copy .evt-hash-area{
	position: relative;
	width: 100%;
	height: 100%;
}
.evt-youtube-box > ul > li .link-copy .evt-hash-area button{
	width: 100%;
}
.evt-hash-area.hash-sns{
    bottom: 0;
    margin-bottom: calc(65 / var(--width) * 100%);
    padding-bottom: calc(60 / var(--width) * 100%);
}
.evt-hash-area.hash-sns button{
    width: calc(640 / var(--width) * 100%);
}

.evt-btn-area.join-sns {
    bottom: 0;
    margin-bottom: calc(130 / var(--width) * 100%);
    padding-bottom: calc(90 / var(--width) * 100%);
}
.evt-btn-area.join-sns a{
    width: calc(480 / var(--width) * 100%);
}

.evt-hash-area.hash-challenge{
    bottom: 0;
    margin-bottom: calc(65 / var(--width) * 100%);
    padding-bottom: calc(60 / var(--width) * 100%);
}
.evt-hash-area.hash-challenge button{
    width: calc(640 / var(--width) * 100%);
}

.evt-btn-area.join-challenge {
    bottom: 0;
    margin-bottom: calc(170 / var(--width) * 100%);
    padding-bottom: calc(90 / var(--width) * 100%);
}
.evt-btn-area.join-challenge a{
    width: calc(480 / var(--width) * 100%);
}

.evt-sns-area.no-instar{
	bottom: 0;
	margin-bottom: calc(537 / var(--width)* 100%);
	padding-bottom: calc(72 / var(--width)* 100%);
}
.evt-sns-area.no-instar a{
	width: calc(72 / var(--width)* 100%);
	margin: 0 calc(15 / var(--width)* 100%);
}

.evt-sns-area.yes-instar{
	bottom: 0;
	margin-bottom: calc(330 / var(--width)* 100%);
	padding-bottom: calc(72 / var(--width)* 100%);
}
.evt-sns-area.yes-instar a{
	width: calc(72 / var(--width)* 100%);
}

.evt-sns-area.all-sns{
	bottom: 0;
	margin-bottom: calc(362 / var(--width)* 100%);
	padding-bottom: calc(72 / var(--width)* 100%);
}
.evt-sns-area.all-sns a{
	width: calc(72 / var(--width)* 100%);
	margin: 0 calc(15 / var(--width)* 100%);
}


.exhibitions-list{
	position: absolute;
	top: calc(80 / var(--width) * 100%);
	left: 50%;
	width: calc(1090 / var(--width) * 100%);
	height: calc(1260 / var(--width) * 100%);
	transform: translateX(-50%);
}
.exhibitions-list > div {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}
.exhibitions-list > div > div{
    position: relative;
    width: calc(420 / var(--width) * 100%);
    margin: calc(30 / var(--width) * 100%) calc(20 / var(--width) * 100%);
}
.exhibitions-list > div .exhibitions-box .evt-btn-area{
    bottom: 0;
    margin-bottom: calc(80 / var(--width) * 100%);
    padding-bottom: calc(330 / var(--width) * 100%);
}
.exhibitions-list > div .exhibitions-box .evt-btn-area a{
    width: 100%;
}

.evt-btn-area.evt-acco-head {
    top: 0;
    padding-top: calc(75 / var(--width)* 100%);
}
.evt-btn-area.evt-acco-head button {
    width: 100%;
}
@media screen and (max-width: 767px){
    * {
		--width: 720;
	}

	#agreeChallenge1_f table tbody tr td:last-child {
        font-size: 14px;
    }

	.tabs-wrap {
        top: 46px;
    }

	.tabs-wrap .tabs > li:nth-child(1).on{
		background-image: url(/kr/event/2024/05/03_dishwashers_campaign_SNS/images/m_tab01_active.jpg)	
	}
	.tabs-wrap .tabs > li:nth-child(2).on{
		background-image: url(/kr/event/2024/05/03_dishwashers_campaign_SNS/images/m_tab02_active.jpg)
	}
	.tabs-wrap .tabs > li:nth-child(3).on{
		background-image: url(/kr/event/2024/05/03_dishwashers_campaign_SNS/images/m_tab03_active.jpg)
	}

    /* 유튜브 */
    .evt-youtube-box{
        top: calc(128 / var(--width) * 100%);
        width: calc(485 / var(--width) * 100%);
        height: calc(565 / var(--width) * 100%);
    }
    .evt-youtube-box > ul {
        flex-direction:column;
    }
	.evt-youtube-box > ul > li{
		flex: 1;
		/* position: relative; */
		width: auto;
	}
    .evt-youtube-box > ul > li + li{
        margin-top: calc(70 / var(--width) * 100%) !important;
    }
    .evt-youtube-box > ul > li  .evt-youtube-area{
        height: calc(585 / var(--width) * 100%);
    }
    .evt-youtube-box > ul > li .link-copy{
        height: calc(140 / var(--width) * 100%);
    }
	.evt-youtube-box > ul > li .link-copy > div{
		flex-direction:row;
	}
	.evt-youtube-box > ul > li .link-copy .evt-hash-area{
		width: 50%;
	}
    .evt-hash-area.hash-sns{
        margin-bottom: calc(80 / var(--width) * 100%);
        padding-bottom: calc(60 / var(--width) * 100%);
    }
    .evt-hash-area.hash-sns button{
        width: calc(480 / var(--width) * 100%);
    }
    .evt-btn-area.join-sns {
        margin-bottom: calc(175 / var(--width) * 100%);
        padding-bottom: calc(90 / var(--width) * 100%);
    }
    .evt-btn-area.join-sns a{
        width: calc(480 / var(--width) * 100%);
    }

    .evt-hash-area.hash-challenge{
        margin-bottom: calc(80 / var(--width) * 100%);
        padding-bottom: calc(60 / var(--width) * 100%);
    }
    .evt-hash-area.hash-challenge button{
        width: calc(480 / var(--width) * 100%);
    }
    
    .evt-btn-area.join-challenge {
        margin-bottom: calc(175 / var(--width) * 100%);
        padding-bottom: calc(90 / var(--width) * 100%);
    }
    .evt-btn-area.join-challenge a{
        width: calc(480 / var(--width) * 100%);
    }

	.evt-sns-area.no-instar{
		margin-bottom: calc(690 / var(--width)* 100%);
		padding-bottom: calc(110 / var(--width)* 100%);
	}
	.evt-sns-area.no-instar a{
		width: calc(122 / var(--width)* 100%);
		margin: 0 calc(15 / var(--width)* 100%);
	}
	
	.evt-sns-area.yes-instar{
		margin-bottom: calc(425 / var(--width)* 100%);
		padding-bottom: calc(110 / var(--width)* 100%);
	}
	.evt-sns-area.yes-instar a{
		width: calc(110 / var(--width)* 100%);
	}
	
	.evt-sns-area.all-sns{
		margin-bottom: calc(460 / var(--width)* 100%);
		padding-bottom: calc(98 / var(--width)* 100%);
	}
	.evt-sns-area.all-sns a{
		width: calc(98 / var(--width)* 100%);
		margin: 0 calc(15 / var(--width)* 100%);
	}

    .exhibitions-list{
        top: calc(22 / var(--width) * 100%);
        width: calc(600 / var(--width) * 100%);
        height: calc(686 / var(--width) * 100%);
    }
    .exhibitions-list > div {
        flex-direction:column;
        /* flex-wrap: nowrap; */
    }
	.exhibitions-list > div > div{
		flex: 1;
		width: 100%;
		margin: 0;
	}
    .exhibitions-list > div .exhibitions-box + .exhibitions-box{
        margin-top: calc(40 / var(--width) * 100%);
    }
    .exhibitions-list > div .exhibitions-box .evt-btn-area{
        margin-bottom: calc(55 / var(--width) * 100%);
        padding-bottom: calc(90 / var(--width) * 100%);
    }
    .exhibitions-list > div .exhibitions-box .evt-btn-area a{
        width: calc(480 / var(--width) * 100%);
    }
	.evt-btn-area.evt-acco-head {
	    padding-top: calc(98 / var(--width)* 100%);
	}
}