/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-51522
* CODE : Dev - EV00019012 , Prod - EV00006901
* FILE : /kr/event/2024/01/22_universal_up/css/event.css
* DESC : LG 유니버설 업 키트 무료 체험 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/01/08				정규진			    Created
* 2024/02/27				정규진			    바닥페이지
************************************************************************************
**/

/* 이벤트 기본 설정 */
* {
    --width: 1380;
}
.evt-func {
    position: relative;
}
/* 참여팝업 */
#agree1_f table tbody tr td:nth-child(3), 
#agree3_f table tbody tr td:nth-child(3) {
	font-size:20px;
  	line-height:30px;
	text-decoration: underline;
}
#agree3_f table tbody td {
    font-weight: bold;
}
.type-multi .bullet-list.bold .b-txt {
    font-weight: bold;
}
.input-info.universal-zindex1 {
    position: relative;
    z-index: 2;
} 
.input-info.universal-zindex2 {
    position: relative;
    z-index: 1;
} 
/* 슬라이드 */
.universal-slider {
	width: 100%;
    position: absolute;
    bottom: 0;
    margin-bottom: calc(150 / var(--width) * 100%);
}

.universal-slider .swiper-container {
    width: calc(560 / var(--width) * 100%);
}

.swiper-button-next, .swiper-button-prev {
    top: initial;
    bottom: 0;
    margin-bottom: calc(443 / var(--width) * 100%);
}

.universal-slider .swiper-button-next {
	width: calc(80 / var(--width) * 100%);
	padding-top: calc(79 / var(--width) * 100%);
	right: calc(19 / var(--width) * 100%);
	background: url(/kr/event/2024/01/22_universal_up/images/btn_next.png) no-repeat 0 0;
	background-size: 100%;
}

.universal-slider .swiper-button-prev {
	width: calc(80 / var(--width) * 100%);
	padding-top: calc(79 / var(--width) * 100%);
	left: calc(19 / var(--width) * 100%);
	background: url(/kr/event/2024/01/22_universal_up/images/btn_prev.png) no-repeat 0 0;
	background-size: 100%;
}

.universal-slider .swiper-pagination {
    margin-bottom: calc(-70 / var(--width) * 100%);
	left: 50%;
    transform: translateX(-50%);
	bottom: 0;
}

.universal-slider .swiper-pagination-bullet {
    width: 28px;
    height: 28px;
    margin: 0 10px;
    background: #bababa;
    opacity: 1;
}

.universal-slider .swiper-pagination-bullet-active {
    width: 47px;
    background: #000;
    border-radius: 25px;
}

/* 참여팝업 */
.evt-btn-area.evt-join-btn {
    width: calc(1160 / var(--width) * 100%);
    padding-top: calc(102 / var(--width) * 100%);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: calc(93 / var(--width) * 100%);
}
.evt-btn-area.evt-join-btn div {
    justify-content: space-between;
}
.evt-btn-area.evt-join-btn a {
    width: calc(562 / 1160 * 100%);
    height: 100%;
}

@media screen and (max-width: 767px){
    * {
        --width: 720;
    }
    /* 참여팝업 */
    #agree1_f table tbody tr td:last-child {
        font-size: 14px;
    }
    #agree1_f table tbody tr td:nth-child(3), 
    #agree3_f table tbody tr td:nth-child(3) {
        font-size:16px;
        line-height:24px;
    }
    .form-wrap .forms .conts.flex-col{
		display: flex;
		flex-direction: column;
	}
	.form-wrap .forms .conts.flex-col .order-first{
		order: 1;
		margin-top: 0;
		margin-bottom: 12px;
	}
	.form-wrap .forms .conts.flex-col .order-second{
		order: 2;
	}
    .universal-slider .swiper-button-next, 
    .universal-slider .swiper-button-prev {
        margin-bottom: calc(303 / var(--width) * 100%);
    }
    /* 슬라이드 */
	.universal-slider .swiper-button-next {
        width: calc(80 / var(--width) * 100%);
        padding-top: calc(79 / var(--width) * 100%);
        right: calc(35 / var(--width) * 100%);
        background-size: 100%;
    }
    
    .universal-slider .swiper-button-prev {
        width: calc(80 / var(--width) * 100%);
        padding-top: calc(79 / var(--width) * 100%);
        left: calc(35 / var(--width) * 100%);
        background-size: 100%;
    }
    
    .universal-slider .swiper-pagination {
        width: 100%;
        margin-bottom: calc(-70 / var(--width) * 100%);
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    
    .universal-slider .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 calc(14 / var(--width) * 100%);
        background: #bababa;
        opacity: 1;
    }
    
    .universal-slider .swiper-pagination-bullet-active {
        width: 24px;
        background: #000;
        border-radius: 25px;
    }

    /* 참여팝업 */
    .evt-btn-area.evt-join-btn {
        width: calc(560 / var(--width) * 100%);
        padding-top: calc(232 / var(--width) * 100%);
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-bottom: calc(93 / var(--width) * 100%);
    }
    .evt-btn-area.evt-join-btn div {
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-end;
    }
    .evt-btn-area.evt-join-btn a {
        width: 100%;
        height: calc(102 / 232 * 100%);
    }
}