/**
************************************************************************************
* CSR  : http://clm.lge.com/issue/browse/BTOCSITE-41783
* CODE : Dev - EV00018441 , Prod - EV00006131
* FILE : /kr/event/2023/07/31_m9_trial/eventMainM9Trial.jsp
* DESC : 코드제로 M9 대여체험 이벤트
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2023/07/10				신우용				Created
************************************************************************************
**/

/* 이벤트 기본 설정 */
.mdevice {
	--width: 720;
}
.evt-func {
	position: relative;
}

.m9-rental-slide{
    position:absolute;
    top: calc(335 / 1380 * 100%);
    left: 50%;
	width: calc(720 / 1380 * 100%);
	transform:translateX(-50%);
}

.m9-rental-slide .swiper-button-prev {
    left: calc(-55 / 1380 * 100%);
    width: calc(118 / 1380 * 100%);
    height: calc(172 / 1380 * 100%);
    background: url(/kr/event/2023/07/31_m9_trial/images/btn_slide.png) no-repeat;
    background-size: 100%;
	transform: rotate(-180deg);
}
.m9-rental-slide .swiper-button-next {
    right: calc(-55 / 1380 * 100%);
    width: calc(118 / 1380 * 100%);
    height: calc(172 / 1380 * 100%);
    background: url(/kr/event/2023/07/31_m9_trial/images/btn_slide.png) no-repeat;
    background-size: 100%;
}

.mdevice .m9-rental-slide{
    top: calc(180 / var(--width) * 100%);
	width: calc(636 / var(--width) * 100%);
}

.mdevice .m9-rental-slide .swiper-button-prev {
    left: calc(-34 / var(--width) * 100%);
    width: calc(76 / var(--width) * 100%);
    height: calc(115 / var(--width) * 100%);
}
.mdevice .m9-rental-slide .swiper-button-next {
    right: calc(-34 / var(--width) * 100%);
    width: calc(76 / var(--width) * 100%);
    height: calc(115 / var(--width) * 100%);
}

.evt-btn-area{
	bottom:0;
}

.eachLink{
	margin-bottom: calc(100 / 1380 * 100%);
    padding-bottom: calc(70 / 1380 * 100%);
}
.eachLink a{
	width: calc(600 / 1380 * 100%);
}
.rental-join{
	margin-bottom: calc(113 / 1380 * 100%);
    padding-bottom: calc(80 / 1380 * 100%);
}
.rental-join a{
	width: calc(740 / 1380 * 100%);
}

.mdevice .eachLink{
	margin-bottom: calc(100 / var(--width) * 100%);
    padding-bottom: calc(70 / var(--width) * 100%);
}
.mdevice .eachLink a{
	width: calc(450 / var(--width) * 100%);
}
.mdevice .rental-join{
	margin-bottom: calc(94 / var(--width) * 100%);
    padding-bottom: calc(80 / var(--width) * 100%);
}
.mdevice .rental-join a{
	width: calc(600 / var(--width) * 100%);
}

.form-wrap .forms .tit.wide{
	display:flex;
	width:100%;
	padding-right:0;
	justify-content: space-between;
}
.form-wrap .forms .tit .txt-count{
	display: inline-block;
    font-size: 16px;
    line-height: 26px;
}
.form-wrap .forms .conts.wide{
	width:100%;
}

.layer-pop button:focus{
	outline: 1px auto #000;
	outline-offset: 1px;
}

@media screen and (max-width: 767px){
	.form-wrap .forms .tit .txt-count{
		font-size: 14px;
		line-height: 22px;
	}
}