/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-51822
* CODE : Dev - EV00018992 , Prod - EV00006852
* FILE : /kr/event/2024/01/15_easy_washer/eventMainEasyWasher.jsp
* DESC : H&A 가전학교 세탁기 호 쉬운 글 신청 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2024/01/02				정규진			    Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
.mdevice {
    --width: 720;
    }
.evt-func {
    position: relative;
}
/* 참여팝업 */
#agree1_f table tbody tr td:last-child, 
#agree3_f table tbody tr td:last-child {
	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;
}
.easybook-slider {
	width: 100%;
}

.easybook-slider .swiper-container {
    width: 100%;
}

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

.easybook-slider .swiper-button-next {
	width: calc(115 / 1380 * 100%);
	padding-top: calc(115 / 1380 * 100%);
	right: calc(19 / 1380 * 100%);
	background: url(/kr/event/2024/01/15_easy_washer/images/btn_next.png) no-repeat 0 0;
	background-size: 100%;
}

.easybook-slider .swiper-button-prev {
	width: calc(115 / 1380 * 100%);
	padding-top: calc(115 / 1380 * 100%);
	left: calc(19 / 1380 * 100%);
	background: url(/kr/event/2024/01/15_easy_washer/images/btn_prev.png) no-repeat 0 0;
	background-size: 100%;
}

.easybook-slider .swiper-pagination {
    margin-bottom: calc(0 / 1380 * 100%);
	left: 50%;
    transform: translateX(-50%);
	bottom: 0;
}

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

.easybook-slider .swiper-pagination-bullet-active {
    width: 47px;
    background: #bd0537;
    border-radius: 25px;
}
/* 참여버튼 */
.evt-btn-area.evt-join-group {
    width: 100%;
    padding-top: calc(160 / 1380 * 100%);
    margin-bottom: calc(111 / 1380 * 100%);
    bottom: 0;
}

.evt-btn-area.evt-join-group a {
    width: calc(650 / 1380 * 100%);
    margin: 0 auto;
}

@media screen and (max-width: 767px){
    /* 참여팝업 */
    #agree1_f table tbody tr td:last-child, 
    #agree3_f table tbody tr td:last-child {
        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;
	}
	.easybook-slider .swiper-button-next {
        width: calc(60 / 720 * 100%);
        padding-top: calc(60 / 720 * 100%);
        right: calc(19 / 720 * 100%);
        background-size: 100%;
    }
    
    .easybook-slider .swiper-button-prev {
        width: calc(60 / 720 * 100%);
        padding-top: calc(60 / 720 * 100%);
        left: calc(19 / 720 * 100%);
        background-size: 100%;
    }
    
    .easybook-slider .swiper-pagination {
        width: 100%;
        margin-bottom: calc(0 / 720 * 100%);
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
    }
    
    .easybook-slider .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        margin: 0 calc(14 / 720 * 100%);
        background: #bababa;
        opacity: 1;
    }
    
    .easybook-slider .swiper-pagination-bullet-active {
        width: 24px;
        background: #bd0537;
        border-radius: 25px;
    }

	/* 참여버튼 */
	.evt-btn-area.evt-join-group {
		padding-top: calc(110 / 720 * 100%);
		margin-bottom: calc(45 / 720 * 100%);
	}

	.evt-btn-area.evt-join-group a {
		width: calc(450 / 720 * 100%);
	}
}