/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-56675
* CODE : Dev - EV00019062 , Prod - EV00006942
* FILE : /kr/event/2024/02/01_wedding_certification/eventMainWeddingCertification.jsp
* DESC : 웨딩 이사 축하 Show핑전 웨딩인증 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/01/22				신우용				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
* {
	--width: 1380;
}
.evt-func {
	position: relative;
}
.evt-acco-btn{
	width: 100%;
}
/* 바닥페이지 작성 */
.tab-contents.scroll-on{
	display: block !important;
}

.weddingcert-container .evt-btn-area.join-weddingcert{
	bottom: 0;
	margin-bottom: calc(75 / var(--width) * 100%);
	padding-bottom: calc(94 / var(--width) * 100%);
}
.weddingcert-container .evt-btn-area.join-weddingcert a{
	width: calc(400 / var(--width) * 100%);
  	cursor: pointer;
}

.weddingcert-container .evt-acco-head{
	top: 0;
	padding-top: calc(110 / var(--width) * 100%);
}

.evt-acco-head.renew-notice{
	padding-top: calc(80 / var(--width) * 100%) !important;
}

.weddingcert-container .evt-func:nth-child(3){
	display: none;
}

@media screen and (max-width: 767px){
    * {
		--width: 720;
	}
    .tabs-wrap{
        top: 46px;
    }
    .tabs-wrap .tabs {
        width: 100%;
        height: calc(120 / 240 * 100%);
    }
    .tabs-wrap .tabs > li:nth-child(1).on{
        background-image: url('/kr/event/2024/02/01_wedding_certification/images/m_tab_01_on.jpg')
    }
    .tabs-wrap .tabs > li:nth-child(2).on{
        background-image: url('/kr/event/2024/02/01_wedding_certification/images/m_tab_02_on.jpg')
    }
    .tabs-wrap .tabs > li:nth-child(3).on{
        background-image: url('/kr/event/2024/02/01_wedding_certification/images/m_tab_03_on.jpg')
    }
    .weddingcert-container .evt-btn-area.join-weddingcert a{
        width: calc(520 / var(--width) * 100%);
    }
}