/**
************************************************************************************
* CSR  : https://lgecom.atlassian.net/browse/CSR-6368 
* CODE : Dev - EV00021621 , Prod - EV00009211
* FILE : /kr/event/2026/06/05_sub_teasing/eventMainSubTeasing.jsp
* DESC : 6월 구독DAYS 프로모션 사전알림 신청 개발 요청의 건
* PROJ : lge.co.kr 5.0
************************************************************************************
*							Modification History
************************************************************************************
* DATE						AUTHOR				DESCRIPTION
************************************************************************************
* 2026/05/21				신우용				Created
************************************************************************************
**/

@charset "UTF-8";

.teasing-container > form{
    position: relative;
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: var(--evt-size-32);
}

.teasing-container > form .chk-wrap input+label {
    padding-left: var(--evt-size-24);
    color: #010101;
    font-size: var(--evt-size-12);
    line-height: 1.4;
    z-index: 10;
}

.teasing-container > form .chk-wrap input+label:after {
    top: var(--evt-size-1);
    left: 0;
    width: var(--evt-size-14);
    height: var(--evt-size-14);
    background-image: url('/kr/event/2026/06/05_sub_teasing/images/ico_check_off.svg');
    background-size: 100%;
}

.teasing-container > form .chk-wrap input:checked+label:after {
    background-image: url('/kr/event/2026/06/05_sub_teasing/images/ico_check_on.svg');
}

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