/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-44614
* CODE : Dev - EV00018531 , Prod - EV00006341
* FILE : /kr/event/2023/09/07_easy_book/css/event.css
* DESC : 가전학교 프로젝트 – 청소기 호 쉬운 글 도서 신청하기
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/08/25				정규진			    Created
* 2023/09/18				정규진			    바닥페이지
************************************************************************************
**/

/* 이벤트 기본 설정 */
.mdevice {
    --width: 720;
    }
.evt-func {
    position: relative;
}
/* 참여팝업 */
#agree1_f table tbody tr td:last-child, 
#agree3_f table tbody tr td:first-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/2023/09/07_easy_book/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/2023/09/07_easy_book/images/btn_prev.png) no-repeat 0 0;
	background-size: 100%;
}

.easybook-slider .swiper-pagination {
    margin-bottom: calc(72 / 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(196 / 1380 * 100%);
    margin-bottom: calc(169 / 1380 * 100%);
    bottom: 0;
}

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


/* 모바일 */
/* 참여버튼 */
.mdevice .evt-btn-area.evt-join-group {
    padding-top: calc(160 / var(--width) * 100%);
    margin-bottom: calc(80 / var(--width) * 100%);
}

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


@media screen and (max-width: 767px){
    /* 참여팝업 */
    #agree1_f table tbody tr td:last-child, 
    #agree3_f table tbody tr td:first-child,
    #agree3_f table tbody tr td:last-child {
        font-size:16px;
        line-height:24px;
    }

    .easybook-slider .swiper-button-next {
        width: calc(60 / 720 * 100%);
        padding-top: calc(60 / 720 * 100%);
        right: calc(19 / 720 * 100%);
        background: url(/kr/event/2023/09/07_easy_book/images/btn_next.png) no-repeat 0 0;
        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: url(/kr/event/2023/09/07_easy_book/images/btn_prev.png) no-repeat 0 0;
        background-size: 100%;
    }
    
    .easybook-slider .swiper-pagination {
        width: 100%;
        margin-bottom: calc(41 / 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;
    }
}