/* pc */

/* =================== 결제 영수증 =================== */
.popup_container.popup_receipt .popup_center .popup_head {
    padding: 10px 16px;
}

.popup_container.popup_receipt .popup_center .popup_head.head_border+.popup_body {
    padding: 20px 16px;
}

.popup_receipt .pg_info:not(:last-child) {
    padding-bottom: 16px;
    border-bottom: 1px dashed #E1E1E1;
    margin-bottom: 16px;
}

.popup_receipt .pg_info dl:not(:last-child) {
    margin-bottom: 8px;
}

.popup_receipt .pg_info dl {
    display: flex;
    justify-content: space-between;
    gap: 0 16px;
    flex-wrap: wrap;
    width: 100%;
}

.popup_receipt .pg_info dt {
    font-size: 16px;
    font-weight: 400;
    color: #5E5E5E;
}

.popup_receipt .pg_info dd {
    font-size: 16px;
    font-weight: 400;
    color: #222;
    margin-left: auto;
}

.popup_receipt .pg_info strong {
    font-weight: 700;
    color: var(--error-color);
}

.popup_receipt .store_info {
    background-color: #F9FBFF;
    border-top: 1px solid #E1E1E1;
    padding: 16px;
}

.popup_receipt .receipt_logo {
    display: flex;
    width: 95px;
    margin-bottom: 8px;
}

.popup_receipt .store_info dl:not(:last-child) {
    margin-bottom: 2px;
}

.popup_receipt .store_info dl {
    display: flex;
    justify-content: space-between;
    gap: 2px 16px;
    flex-wrap: wrap;
    width: 100%;
}

.popup_receipt .store_info dt {
    font-size: 14px;
    font-weight: 400;
    color: #5E5E5E;
}

.popup_receipt .store_info dd {
    font-size: 14px;
    font-weight: 400;
    color: #222;
    margin-left: auto;
    text-align: right;
}

/* =================== // 결제 영수증 =================== */

/* ==================== 부고장 팝업 공통(장례식장, 계좌)  ==================== */
.popup_post .popup_body {
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.popup_post .body_title_wrap {
    text-align: center;
}

.popup_post .body_title_wrap .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}

.popup_post .body_title_wrap .subtitle {
    font-size: 16px;
    color: #5E5E5E;
}

/* ==================== // 부고장 팝업 공통(장례식장, 계좌)  ==================== */

/* ==================== 장례식장 주차및 교통 ==================== */

.popup_funeral_transport .page_tab {
    justify-content: center;
}

.popup_funeral_transport .transport_item {
    padding: 16px;
    display: flex;
    align-items: center;
    gap: 16px;
}

.popup_funeral_transport .transport_item .icon_wrap {
    width: 70px;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background-color: #5E5E5E;
}

.popup_funeral_transport .transport_item .icon_wrap.blue {
    background-color: #1673B9;
}

.popup_funeral_transport .transport_item .icon_wrap.green {
    background-color: #3DB449;
}

.popup_funeral_transport .transport_item .icon_box {
    display: flex;
    width: 30px;
    aspect-ratio: 1/1;
}

.popup_funeral_transport .transport_item .info_list {
    color: #5E5E5E;
    font-size: 16px;
}

/* ==================== // 장례식장 주차및 교통 ==================== */

/* ==================== 조문메시지, 화환 리스트 ==================== */
.popup_post_list .list_count {
    font-size: 15px;
    margin-bottom: 16px;
}

.popup_post_list .list_count span {
    color: #5E5E5E;
}

.popup_post_list .btn_default {
    width: fit-content;
    margin-left: auto;
    margin-bottom: 24px;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 13px 38px;
}

.popup_post_list .popup_list {
    border-top: 2px solid #BBBBBB;
}

.popup_post_list .popup_list .list_item {
    padding: 18px 16px;
    border-bottom: 1px solid #BBBBBB;
    font-size: 16px;
}

.popup_post_list .list_item .name {
    color: #5E5E5E;
    margin-bottom: 8px;
}

/* ==================== // 조문메시지, 화환 리스트 ==================== */

/* ==================== 조문메시지 작성 ==================== */
.popup_add_post_msg .edk_input_wrap:not(:last-of-type) {
    margin-bottom: 24px;
}

.popup_add_post_msg .btn_group {
    margin-top: 50px;
}

.popup_add_post_msg .btn_default {
    font-size: 16px;
    font-weight: 700;
    padding: 13px;
}

/* ==================== // 조문메시지 작성 ==================== */

/* ==================== 계좌입력/수정 ==================== */
.popup_bank .input_title {
    margin-bottom: 24px;
}

.popup_bank .input_checkbox_area {
    margin-bottom: 24px;
}

.popup_bank .edk_input.input_border {
    /* background-color: #F5F5F5; */
}

.popup_bank .btn_default {
    font-size: 16px;
    font-weight: 700;
    padding: 13px 33px;
}

/* ==================== 링크전송 ==================== */
.popup_post_link .body_title_wrap {
    margin-bottom: 32px;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
}

.popup_post_link .btn_default {
    padding: 13px 0;
    font-size: 16px;
    font-weight: 700;
}

.popup_post_link .btn_kakao {
    gap: 8px;
}

.popup_post_link .btn_kakao::before {
    width: 19px;
    height: 18px;
}

/* ======================== 알림톡, 답례인사 재전송 팝업 ======================== */
.popup_send_select .body_title_wrap {
    text-align: center;
    margin-bottom: 32px;
}

.popup_send_select .body_title_wrap .title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 6px;
}

.popup_send_select .body_title_wrap .subtitle {
    color: #5E5E5E;
}

.popup_send_select .select_list {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.popup_send_select .select_item {
    padding: 13px 16px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    box-shadow: 0px 4px 10px 0px #0000000D;
    --check-active-img: url("/static/app_www/base/img/icon_checkbox_check_b.png");

}

.popup_send_select .edk_WAI.checkbox+label {
    padding-left: 26px;
    width: 100%;
}

.popup_send_select .edk_WAI.checkbox+label:before {
    width: 20px;
    height: 20px;
    top: 0;
}

.popup_send_select .sub_info {
    margin-bottom: 24px;
    font-size: 15px;
    color: #5E5E5E;
}

.popup_send_select .btn_default {
    padding: 13px 0;
    font-size: 16px;
    font-weight: 700;
}

/* tablet */
@media screen and (max-width: 1023px) {}

/* mobile */
@media screen and (max-width: 767px) {

    /* ==================== 링크전송 ==================== */

    .popup_post_link .btn_group {
        flex-direction: column;
    }

    .popup_post_link .btn_default {
        padding: 8px 0;
    }
}