/**
************************************************************************************
* CSR       : http://clm.lge.com/issue/browse/BTOCSITE-124260 
* CODE      : Dev - EV00021461 , Prod - EV00009102
* FILE      : /kr/event/2026/05/01_lgdot_teasing/css/event.css
* DESC      : 5월 엘지닷 사전알림 신청 개발 요청의 건(앱푸시 사전 알림쿠폰)
* PROJ      : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2026/04/28				김기범				Created
************************************************************************************
**/

.lgdotTeasing-container {
    /* background: linear-gradient(#FBEFEE 0%, #FFFDFD 30%, #F3E5E3 100%); */
    margin-bottom: -2px;
}

form.lgDot-teasing-form {
    position: absolute;
    display: flex;
    flex-direction: column;
    gap: calc(var(--evt-size-16));
    bottom: calc(4 * var(--evt-size-22));
    width: calc(10* var(--evt-size-35));
    left: 50%;
    transform: translateX(-50%);
    /* background: #f8edec; */
    z-index: 1;
}

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

form.lgDot-teasing-form .form-list-cnt {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

form.lgDot-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: 24px;
}

form.lgDot-teasing-form .chk-wrap input+label {
    padding-left: calc(var(--evt-size-20));
    font-size: calc(var(--evt-size-12));
    line-height: 1.35;
    color: #777777;
    text-align: left;
}
form.lgDot-teasing-form .chk-wrap input+label::after {
    top: calc(var(--evt-size-3));
    left: calc(var(--evt-size-2));
}

form.lgDot-teasing-form .chk-wrap .btn-pop-open {
    text-decoration: underline;
    display: inline;
    color: #111;
}

form.lgDot-teasing-form .chk-wrap input+label:after {
    background-image: url('/kr/event/2026/05/01_lgdot_teasing/images/ico_checkbox_off.svg');
    width: calc(var(--evt-size-12));
    height: calc(var(--evt-size-12));
}

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

form.lgDot-teasing-form .btn-alarm-apply {
    display: inline-flex;
    width: 100%;
    height: calc(var(--evt-size-44));
    background-color: #111;
    color: #fff;
    font-size: calc(var(--evt-size-14));
    line-height: 1.5;
    font-weight: 600;
    border-radius: 999px;
    justify-content: center;
    align-items: center;
    column-gap: 4px;
}

form.lgDot-teasing-form .btn-alarm-apply::before {
    content: '';
    display: inline-block;
    width: calc(var(--evt-size-20));
    height: calc(var(--evt-size-20));
    background-image: url('/kr/event/2026/05/01_lgdot_teasing/images/ico_alarm.svg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
}

/* dimmed처리 */
#btnAppPushReq:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
    background: #CBD0D5;
    color: #ffffff;
}
.lgdotTeasing-container #layerchk1-1:disabled + label {
    cursor: not-allowed;
    pointer-events: none;
    color: #CBD0D5;;
}
.lgdotTeasing-container #layerchk1-1:disabled + label a{
    pointer-events: none;
    text-decoration: none;
    color: #CBD0D5;;
}
.lgdotTeasing-container .chk-wrap #layerchk1-1:disabled + label::after {
    opacity: 0.5;
}

.lgdotTeasing-container .evt-acco-area.acco-text-type .evt-acco-btn {
    font-size: calc(var(--evt-size-12));
}

.lgdotTeasing-container .teasing-notice {
    padding: calc(var(--evt-size-12)) calc(var(--evt-size-20)) calc(var(--evt-size-1));
    width: 100%;
    text-align: center;
}