@charset "UTF-8";

.bg_row_chrg { background:#F5F9FF; !important; font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif; }

.chrg_explan { background: #FFFFFF; }
.chrg_explan .chrg_pic_area img { width: 100%;}

.chrg_explan .chrg_pic_area .description {width: 100%; height: 100%; position: relative; display: flex; align-items: center; margin-bottom: 18px;}
.chrg_explan .chrg_pic_area .description .content { position: absolute; width: 100%; height: 100%; text-align: center;}
.chrg_explan .chrg_pic_area .description .content .title {font-style: normal; font-weight: 700; font-size: 16px; line-height: 140%; text-align: center; color: #FFFFFF; margin-top: 18px; margin-bottom: 0;}
.chrg_explan .chrg_pic_area .description .content .tip {font-style: normal; font-weight: 400; font-size: 8px; line-height: 120%; text-align: center; color: #FFFFFF; margin: 0; padding: 0;}
.chrg_explan .chrg_pic_area .description .content img {padding-left: 20px; padding-right: 20px;}
.chrg_explan .chrg_pic_area .description .content .subtitle {color: #FFF; text-align: center; font-size: 12px; font-style: normal; font-weight: 400; line-height: 160%; margin-top: 8px;}
.chrg_explan .chrg_pic_area .description .content .coupon {display:flex; justify-content: center; align-items: center; width: 100%; height: 73px; text-align: center; margin-top: 5px;}
.chrg_explan .chrg_pic_area .description .content .coupon .gift_value {color: #155CAE; font-family: "Ria Sans"; font-size: 18px; font-style: normal; font-weight: 800; line-height: 160%; margin-right: 10px;}
.chrg_explan .chrg_pic_area .description .content .payment_wrap {
    display: flex; /* Flexbox 활성화 */
    justify-content: center; /* 가로 정렬: 가운데 정렬 */
    align-items: center; /* 수직 가운데 정렬 */
    gap: 10px;
    width: 50%;
    height: 25px;
    margin:0;
    padding:0;
    background: #004BF4;
    border-radius: 12.5px;
    margin-left: 25%;
    margin-top: 15px;
}
.chrg_explan .chrg_pic_area .description .content .payment_wrap .pay_title {/* 나의 결제 금액 */
    font-family: 'Ria Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    /* identical to box height, or 117% */
    text-align: center;
    color: #FFFFFF;
}
.chrg_explan .chrg_pic_area .description .content .payment_wrap .money {/* script_accumulated */
    font-family: 'Pretendard';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 160%;
    margin-top: 1px;
    text-align: center;
    color: #F9B627;
}
.chrg_explan .chrg_pic_area .description .content .enter_wrap {
    display: flex;
    justify-content: center; /* 가로 방향 가운데 정렬 */
    align-items: center; /* 세로 방향 가운데 정렬 */
    gap:10px;
    margin-top:18px;
    padding:5px;
}

.chrg_explan .chrg_pic_area .description .content .enter_wrap .item {
    display: grid; /* Grid 활성화 */
    grid-auto-flow: row; /* 가로 방향으로 배치 */
    width:20%;
}

.chrg_explan .chrg_pic_area .description .content .enter_wrap .item .title {
    display: grid; /* Grid 활성화 */
    grid-auto-flow: row; /* 가로 방향으로 배치 */
    margin: 0;
    padding: 0;
    height: 35px;
    text-align: center;
}

.chrg_explan .chrg_pic_area .description .content .enter_wrap .item .title .text {
    flex-direction: row; /* 가로 정렬 (기본값) */
    font-family: 'Ria Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 160%;
    /* or 10px */
    text-align: center;
    color: #FFFFFF;
}

.chrg_explan .chrg_pic_area .description .content .enter_wrap .item .title .money {
    font-family: 'Ria Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 160%;
    /* or 10px */
    text-align: center;
    color: #FFFFFF;
}

.chrg_explan .chrg_pic_area .description .content .enter_wrap .item .stamp {
    margin-top: 10px;
    margin-bottom:10px;
}

.chrg_explan .chrg_pic_area .description .content .enter_wrap .item .stamp img{
    margin: 0;
    padding: 0;
}

.chrg_explan .chrg_pic_area .description .content .comment{
    display: flex;
    justify-content: center; /* 가로 방향 가운데 정렬 */
    align-items: center; /* 세로 방향 가운데 정렬 */
}

.chrg_explan .chrg_pic_area .description .content .comment .text {
    font-family: 'Ria Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 160%;
    /* or 10px */
    text-align: center;
    color: #FFFFFF;
}


.chrg_explan .chrg_div01:nth-child(2) { display: flex; justify-content: space-between; padding-left: 34px; padding-right: 34px; margin-bottom: 28px; }
.chrg_explan .chrg_div01:nth-child(3) { background: #FFFFFF; }
.chrg_explan .chrg_div01:nth-child(3).sticky { position: fixed; top: 56px; width: 100%; }
.chrg_explan .chrg_div01:nth-child(3) .chrgstn_tab { display: flex; justify-content: space-between; padding-left: 34px; padding-right: 34px; border-bottom: 1px solid #D9D9D9; padding-bottom: 8px; }
.chrg_explan .chrg_div01 .item01 { display: flex; flex-direction: column; line-height: 160%; color: #0B57BF; }
.chrg_explan .chrg_div01 .item01 .header_txt { font-weight: 700; font-size: 16px; }
.chrg_explan .chrg_div01 .item01 .normal_txt { font-weight: 300; font-size: 14px; }
.chrg_explan .chrg_div01 .item02 { display: flex; align-items: center; }
.chrg_explan .chrg_div01 .item02 i { background-image:url(../../images/event/rowchrg/icon_arrow.svg); background-repeat: no-repeat; display: inline-block; width: 14px; height: 14px; background-position: center; transform: rotate(180deg); transition: all 0.5s; }
.chrg_explan .chrg_div01 .item02 i.on { transform: rotate(360deg); }
.chrg_explan .chrg_div01:nth-child(3) .chrstn_local_list { display: flex; flex-wrap: wrap; justify-content: space-between; padding-right: 30px; padding-left: 30px; padding-bottom: 28px; }
.chrg_explan .chrg_div01:nth-child(3) .chrstn_local_list .local_item { display: flex; width: 47%; background: #D5F5FF; margin-top: 10px; align-items: center; justify-content: space-between; padding: 6px 14px; border-radius: 3px; }
.chrg_explan .chrg_div01:nth-child(3) .chrstn_local_list .local_item span { font-size: 14px; font-weight: 500; line-height: 160%; color: #0B57BF; }
.chrg_explan .chrg_div01:nth-child(3) .chrstn_local_list .local_item i { background-image:url(../../images/event/rowchrg/icon_lightning.svg); background-repeat: no-repeat; display: inline-block; width: 12px; height: 17px; background-position: center; }

.chrg_explan .chrg_div01:nth-child(3) .chrstn_local_list .local_mart_item { display: flex; width: 47%; background: #FFDDDD; margin-top: 10px; align-items: center; justify-content: space-between; padding: 6px 14px; border-radius: 3px; }
.chrg_explan .chrg_div01:nth-child(3) .chrstn_local_list .local_mart_item span { font-size: 14px; font-weight: 500; line-height: 160%; color: #454545; }
.chrg_explan .chrg_div01:nth-child(3) .chrstn_local_list .local_mart_item i { background-image:url(../../images/event/mart/icon_mart_location.svg); background-repeat: no-repeat; display: inline-block; width: 15px; height: 15px; background-position: center; }

.chrstn_area { padding: 30px; }
.chrstn_area .chrstn_item { padding-bottom: 26px; margin-bottom: 26px; }
.chrstn_area .chrstn_item .chrstn_title_txt { display: flex; align-items: center; gap: 4px; }
.chrstn_area .chrstn_item .chrstn_title_txt span { font-size: 16px; font-weight: 700; line-height: 160%; color: #0B57BF; }
.chrstn_area .chrstn_item .chrstn_title_txt i { background-image:url(../../images/event/rowchrg/icon_battery.svg); background-repeat: no-repeat; display: inline-block; width: 22px; height: 13px; background-position: center; }
.chrstn_area .chrstn_item .chrstn_list .list_item { display: flex; flex-direction: row; justify-content: space-between; align-items: center; color: #002858; background: #BEDCFF; border-radius: 3px; padding: 6px 10px 6px 10px; margin-top: 10px; }
.chrstn_area .chrstn_item .chrstn_list .list_item .chrstn_nm { font-size: 14px; font-weight: 300; line-height: 160%; }
.chrstn_area .chrstn_item .chrstn_list .list_item .go_chrstn_div { display: flex; align-items: center; gap: 6px; }
.chrstn_area .chrstn_item .chrstn_list .list_item .go_chrstn_div .go_chrstn_txt { font-size: 10px; font-weight: 300; line-height: 160%; }
.chrstn_area .chrstn_item .chrstn_list .list_item .go_chrstn_div i { background-image:url(../../images/event/rowchrg/icon_marker.svg); background-repeat: no-repeat; display: inline-block; width: 15px; height: 20px; background-position: center; }

.chrstn_area .chrstn_item .chrstn_list .list_item .wash_chrstn_div { display: flex; align-items: center; gap: 6px; }
.chrstn_area .chrstn_item .chrstn_list .list_item .wash_chrstn_div .wash_chrstn_txt { font-size: 10px; font-weight: 300; line-height: 160%; }
.chrstn_area .chrstn_item .chrstn_list .list_item .wash_chrstn_div i { background-image:url(../../images/event/washcharge/icon_wash_marker.svg); background-repeat: no-repeat; display: inline-block; width: 15px; height: 20px; background-position: center; }

.chrstn_area .chrstn_item .chrstn_list .list_item .mart_chrstn_div { display: flex; align-items: center; gap: 6px; }
.chrstn_area .chrstn_item .chrstn_list .list_item .mart_chrstn_div .mart_chrstn_txt { font-size: 10px; font-weight: 300; line-height: 160%; }
.chrstn_area .chrstn_item .chrstn_list .list_item .mart_chrstn_div i { background-image:url(../../images/event/mart/icon_mart_marker.svg); background-repeat: no-repeat; display: inline-block; width: 15px; height: 20px; background-position: center; }

.chrstn_area .chrstn_item .chrstn_list .list_item .departmentstore_chrstn_div { display: flex; align-items: center; gap: 6px; }
.chrstn_area .chrstn_item .chrstn_list .list_item .departmentstore_chrstn_div .departmentstore_chrstn_txt { font-size: 10px; font-weight: 300; line-height: 160%; }
.chrstn_area .chrstn_item .chrstn_list .list_item .departmentstore_chrstn_div i { background-image:url(../../images/event/departmentstore/icon_departmentstore_marker.svg); background-repeat: no-repeat; display: inline-block; width: 15px; height: 20px; background-position: center; }

.fri_note {margin-top: 18px; padding-left: 16px; padding-right: 16px;}
.fri_note .note_title {font-size: 12px; font-weight: bold; line-height: 1.6; color: #959ca4; }
.fri_note .note_div01 {margin-top: 8px;}
.fri_note .note_div01 .note_title.sub_txt {font-size: 10px;}
.fri_note .note_div01 .note_content {margin-top: 4px; font-size: 10px; line-height: 1.6; color: #959ca4; font-weight: normal; padding-left: 20px;}
.fri_note .note_div01 .note_content ul li {list-style: disc; line-height: 1.6;}

.mobile_top_btn { position: fixed; bottom: 75px; right: 10px; z-index: 999999; padding: 14px; background: #FFFFFF; border-radius: 50%; opacity: 0.8; box-shadow: 2px 2px 4px 1px #00000026; }
.mobile_top_btn i { background-image:url(../../images/event/rowchrg/icon_top_btn.svg); background-repeat: no-repeat; display: inline-block; width: 15px; height: 15px; background-position: center; }

/* 이벤트 허용 팝업 */
.allow_popup_background {
    z-index: 999999;
    position: fixed; /* 화면에 고정 */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* 반투명한 검정색 배경 */
    display: flex;
    justify-content: center;
    align-items: flex-end; /* 하단에 위치 */
}

.allow_popup {
    z-index: 9999999;
    position: fixed; /* 화면에 고정 */
    bottom: 0; /* 화면 하단에 위치 */
    left: 0; /* 왼쪽 끝에 위치 */
    width: 100%; /* 디바이스 넓이 최대로 설정 */
    height: auto; /* 기존 높이 유지 */
    padding: 24px 32px 16px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.07);
    background-color: #fff;
    box-sizing: border-box; /* 패딩을 포함한 전체 크기를 설정 */
    border-top-left-radius: 16px; /* 왼쪽 위 모서리 반지름 16px */
    border-top-right-radius: 16px; /* 오른쪽 위 모서리 반지름 16px */
    /*transform: translateY(100%); !* 초기 위치를 화면 아래로 설정 *!*/
    /*animation: slideUp 0.5s ease-out forwards; !* 애니메이션 적용 *!*/
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(100%);
    }
}

.title {
    height: 58px;
    flex-grow: 0;
    margin: 0 43px 20px 43px;
    font-family: Pretendard;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: center;
    color: #000;
}

.sub-txt {
    height: 24px;
    font-family: Pretendard;
    font-size: 16px;
    font-weight: 500;
    color: #0f0f0f;
    line-height: 1.35;
    align-content: end;
}

.span-list {
    list-style-type: none; /* 기본 리스트 스타일 제거 */
    padding: 0;
    margin: 0;
}

.span-list-item {
    display: block; /* 블록 요소처럼 보이게 설정 */
    height: 15px;
    flex-grow: 0;
    margin: 22px 12px 5px 11px;
    font-family: Pretendard;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #5c5e6b;
}

.sub-txt-txt {
    height: 15px;
    font-family: Pretendard;
    font-size: 14px;
    line-height: 1.07;
    color: #5c5e6b;
}
.sub-txt-txt.agree-comment {text-align: center; font-size: 12px; margin-top: 26px; }

.check_button {
    width: 100%;
    height: 44px;
    margin: 35px 0px 10px 0px;
    border-radius: 6px;
    background-color: #AAACB6;
    color: #fff; /* 버튼 텍스트 색상 */
    font-family: Pretendard; /* Pretendard 폰트, 대체 폰트로 sans-serif */
    font-size: 16px; /* 버튼 텍스트 크기 */
    font-weight: 500; /* 버튼 텍스트 두께 */
    text-align: center; /* 버튼 텍스트 중앙 정렬 */
    border: none; /* 기본 테두리 제거 */
    display: flex; /* Flexbox 사용 */
    align-items: center; /* 수직 가운데 정렬 */
    justify-content: center; /* 수평 가운데 정렬 */
}
.check_button.all_agree {
    background-color: #1271F3;
}

/* 동의하기 메인 체크박스 */
.checkbox-container {
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 10px 0px 10px 0px;
}
.checkbox-container input {
    display: none;
}
.checkmark {
    width: 24px;
    height: 24px;
    margin: 0px 10px 0px 0px;
    background-image: url('/resources/images/event/luckydraw/allow_box_uncheck.svg'); /* 체크되지 않은 이미지 경로 */
    background-size: cover;
}
.checkbox-container input:checked + .checkmark {
    background-image: url('/resources/images/event/luckydraw/allow_box_checked.svg'); /* 체크된 이미지 경로 */
}

/* 동의하기 서브 체크박스 */
.checkbox-sub-container {
    height: 30px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checkbox-sub-container input {
    display: none;
}
.checkmark-sub {
    width: 24px;
    height: 24px;
    margin: 0px 10px 0px 0px;
    background-image: url('/resources/images/event/luckydraw/allow_uncheck.svg'); /* 체크되지 않은 이미지 경로 */
    background-size: cover;
}
.checkbox-sub-container input:checked + .checkmark-sub {
    background-image: url('/resources/images/event/luckydraw/allow_checked.svg'); /* 체크된 이미지 경로 */
}

/* 동의하기 서브 체크박스 */
.checkbox-arr-container {
    height: 30px;
    width: 30px;
    display: flex;
    margin-left: auto;
}
.checkbox-arr-container input {
    display: none;
}
.checkmark-arr {
    width: 24px;
    height: 24px;
    margin: 0px 0px 0px 0px;
    background-image: url('/resources/images/event/luckydraw/keyboard_arrow_right.svg'); /* 체크되지 않은 이미지 경로 */
    background-size: cover;
}
.checkbox-sub-container input:checked + .checkmark-arr {
    background-image: url('/resources/images/event/luckydraw/keyboard_arrow_down.svg'); /* 체크된 이미지 경로 */
}

.pr-content {
    flex-grow: 0;
    margin: 20px 0 0 20px;
    padding: 10px 14px 10px 14px;
    font-family: Pretendard;
    font-size: 10px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #aaacb6;
}