/**
************************************************************************************
* CSR      : http://clm.lge.com/issue/browse/BTOCSITE-116046
* CODE     : Dev - EV00021221 , Prod - EV00008902
* CODE     : Dev - PE00437002 , Prod - PE00851004
* FILE     : /kr/event/2026/01/30_dot_teasing/eventMainDotTeasing.jsp
* DESC     : [빅프]엘지닷 사전 알림 신청 이벤트
* PROJ     : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2026/01/15				신우용				Created
************************************************************************************
**/
form.dot-teasing-form {
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #F3F3F3;
    z-index: 1;
}

form.dot-teasing-form * {
    font-family: 'Pretendard';
}

form.dot-teasing-form .form-list-cnt {
    width: calc(720 / 1380 * 100%);
    height: 100%;
    margin: 0 auto;
}

form.dot-teasing-form .form-list-cnt .form-wrap {
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    row-gap: 16px;
}

form.dot-teasing-form .chk-wrap input+label {
    padding-left: 24px;
    font-size: 13px;
    line-height: 1.7;
    color: #000;
    text-align: left;
}

form.dot-teasing-form .chk-wrap .btn-pop-open {
    text-decoration: underline;
    display: inline;
}

form.dot-teasing-form .chk-wrap input+label:after {
    background-image: url('/kr/event/2026/01/30_dot_teasing/images/ico_checkbox_off.svg');
    width: 20px;
    height: 20px;
}

form.dot-teasing-form .chk-wrap input:checked+label:after {
    background-image: url('/kr/event/2026/01/30_dot_teasing/images/ico_checkbox_on.svg');
}

form.dot-teasing-form .btn-alarm-apply {
    display: inline-flex;
    width: calc(222 / 720 * 100%);
    height: 48px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    line-height: 1.5;
    font-weight: 500;
    border-radius: 48px;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
}

form.dot-teasing-form .btn-alarm-apply::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/kr/event/2026/01/30_dot_teasing/images/ico_alarm_w.svg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1460px) {
    form.dot-teasing-form .form-list-cnt .form-wrap {
        row-gap: calc(16 / 1480 * 100vw);
    }

    form.dot-teasing-form .chk-wrap input+label {
        padding-left: calc(24 / 1480 * 100vw);
        font-size: calc(13 / 1480 * 100vw);
    }

    form.dot-teasing-form .chk-wrap input+label:after {
        width: calc(20 / 1480 * 100vw);
        height: calc(20 / 1480 * 100vw);
    }

    form.dot-teasing-form .btn-alarm-apply {
        height: calc(48 / 1480 * 100vw);
        font-size: calc(15 / 1480 * 100vw);
        column-gap: calc(4 / 1480 * 100vw);
    }

    form.dot-teasing-form .btn-alarm-apply::before {
        width: calc(20 / 1480 * 100vw);
        height: calc(20 / 1480 * 100vw);
    }
}

@media screen and (max-width: 767px) {
    form.dot-teasing-form {
        bottom: calc(35 / 390 * 100vw);
    }

    form.dot-teasing-form .form-list-cnt {
        width: calc(350 / 390 * 100vw);
    }

    form.dot-teasing-form .form-list-cnt .form-wrap {
        row-gap: calc(16 / 390 * 100vw);
    }

    form.dot-teasing-form .chk-wrap input+label {
        padding-left: calc(24 / 390 * 100vw);
        font-size: calc(12 / 390 * 100vw);
    }

    form.dot-teasing-form .chk-wrap input+label:after {
        width: calc(20 / 390 * 100vw);
        height: calc(20 / 390 * 100vw);
    }

    form.dot-teasing-form .btn-alarm-apply {
        width: calc(222 / 390 * 100%);
        height: calc(48 / 390 * 100vw);
        font-size: calc(15 / 390 * 100vw);
        column-gap: calc(4 / 390 * 100vw);
    }

    form.dot-teasing-form .btn-alarm-apply::before {
        width: calc(20 / 390 * 100vw);
        height: calc(20 / 390 * 100vw);
    }
}