/* layer_wrapper
---------- ---------- ---------- ---------- ---------- */
.layer_wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}


.inner_wrapper {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.layer_wrapper .outer_cell {
    width: 100%;
    height: 100%;
}

.outer_cell {
    display: table;
}

.layer_wrapper .dummy {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
}

/* toast */
.layer_wrapper.toast .inner_cell {
    vertical-align: bottom;
}

/* active */
.layer_wrapper.active {
    display: block;
    z-index: 10001;
}

/* layer_area
---------- ---------- ---------- ---------- ---------- */
.layer_area {
    position: absolute;
    top: -999.9rem;
    left: -999.9rem;
    z-index: 10;
    width: auto;
    margin: 0 auto;
    outline: none;
}

.inner_area {
    position: relative;
    height: 100%;
    box-sizing: border-box;
    background-color: #fff;
}

/* active */
.layer_area.active {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.layer_wrapper .layer_area.active {
    display: block;
    position: fixed;
}

.layer_area.active .layer_header {
    display: block;
}

.layer_area.active .layer_container {
    display: block;
}

.layer_area.active .layer_footer {
    display: block;
}

/* toast */
/* .layer_area.toast {
  bottom: -100%;
} */ /* animation */

.layer_area.toast .inner_area {
    padding: 2.8rem 2rem 2rem;
    border-radius: 1.8rem 1.8rem 0 0;
}

.layer_area.toast.active {
    position: relative;
    top: auto;
    left: auto;
    height: auto;
}

/* alert */
.layer_area.alert .inner_cell {
    display: table-cell;
    vertical-align: middle;
}

.layer_area.alert .inner_area {
    overflow: hidden;
    width: 32rem;
    height: auto;
    max-height: 80vh;
    margin: 0 auto;
    border-radius: 1.8rem;
}

.layer_area.alert .layer_header {
    position: relative;
}

.layer_area.alert .layer_container {
    position: relative;
    right: auto;
    bottom: auto;
    padding: 0;
}

.layer_area.alert .area_comm {
    padding: 1.6rem 1.6rem 1.6rem;
}

.layer_area.alert .box_alert {
    margin-top: 1.2rem;
}

.layer_area.alert .box_alert .ttl_alert {
    font-size: 1.3125rem !important;
    font-weight: 600 !important;
    margin-bottom: 1rem !important;
}

.layer_area.alert .box_alert .emph_alert {
    line-height: 1.5rem;
}

.layer_area.alert .layer_footer {
    position: absolute;
}

.layer_wrapper .layer_area.alert .grp_half .btn_comm {
    border: 1px solid #ccc;
    background: #fff !important;
    height: auto !important;
}

.layer_wrapper .layer_area.alert .grp_half .btn_comm span {
    font-size: 0.875rem !important;
    padding: 0.6875rem 0 !important;
    font-weight: 500 !important;
    background: #fff !important;
    color: #182024 !important;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    border-radius: 0.875rem !important;
    line-height: 1.5rem !important;
    height: auto !important;
}

.layer_wrapper .layer_area.alert .grp_half .btn_comm.idle {
    background: #159ede !important;
}

.layer_wrapper .layer_area.alert .grp_half .btn_comm.idle span {
    background: #159ede !important;
    color: #fff !important;
}

.layer_wrapper .layer_area.alert .grp_half .btn_comm.idle span.fs-16 {
    font-size: 16px !important;
}

/* loading */
.layer_area.loading .inner_area {
    width: 32rem;
    height: auto;
    margin: 0 auto;
    background-color: transparent;
}

/* fixed */
.layer_area.fixed {
    position: fixed;
}

/* layer_header
---------- ---------- ---------- ---------- ---------- */
.layer_header {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}

.layer_header .header {
    position: relative;
}

/* toast_header
---------- ---------- ---------- ---------- ---------- */
.toast_header .emph_toast {
    font-weight: 500;
    font-size: 1.8rem;
}

.toast_header .emph_toast + .txt_toast {
    display: block;
    margin-top: 0.3rem;
}

.toast_header .txt_toast {
    font-size: 1.2rem;
    color: #818a94;
}

/* layer_container
---------- ---------- ---------- ---------- ---------- */
.layer_container {
    display: none;
    padding: 4.4rem 0 9.5rem;
}

.layer_container .img_comm {
    width: 100%;
}

.layer_container .grp_product .thumb_product .img_comm {
    width: auto;
    height: 3.6rem;
}

.layer_container .outer_scroll {
    position: absolute;
    top: 4.4rem;
    right: 0;
    bottom: 0;
    left: 0;
}

.layer_container .emph_postal ~ .inner_scroll {
    margin-top: 4.8rem;
}

.layer_container .inner_scroll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.layer_container .grp_gravity ~ .grp_gravity {
    margin-top: 1.6rem;
}

.layer_container .inner_scroll {
    padding-bottom: 9.5rem;
}

.layer_container .inner_scroll::-webkit-scrollbar {
    display: none;
}

/* toast_container
---------- ---------- ---------- ---------- ---------- */
.toast_container {
    position: relative;
    margin-top: 2.3rem;
}

.toast_container .outer_scroll {
    margin-top: -1.1rem;
}

.toast_container .inner_picker .outer_scroll {
    margin-top: 0;
}

.toast_container .grp_gravity {
    margin-top: 2.8rem;
}

.toast_container .outer_scroll + .grp_gravity {
    margin-top: 1.5rem;
}

.toast_container .list_agree + .grp_gravity {
    margin-top: 1.7rem;
}

.toast_container .grp_gravity.caution {
    margin: 0 -2rem -2rem;
    padding: 2rem 2rem 2rem;
}

/* layer_footer
---------- ---------- ---------- ---------- ---------- */
.layer_footer {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    box-sizing: border-box;
    background-color: #fff;
}

.layer_footer [class*='btn_'] {
    margin: 0.8rem 0.8rem;
    background-color: transparent;
}

.layer_footer [class*='link_'] {
    display: inline-block;
    min-width: 2.8rem;
    margin: 0.8rem 0.8rem;
    border: 0 none;
    font-size: 1.6rem;
    line-height: 2.8rem;
    background-color: transparent;
    vertical-align: top;
}

.layer_footer .link_cancel {
    min-width: 3.6rem;
    margin: 0.4rem 0.9rem;
    line-height: 3.6rem;
    text-align: center;
}

/* toast_footer
---------- ---------- ---------- ---------- ---------- */
.toast_footer {
    position: absolute;
    top: 2.7rem;
    right: 1.8rem;
    z-index: 20;
}

.toast_footer [class*='btn_'] {
    background-color: transparent;
}

/* layer_loading
---------- ---------- ---------- ---------- ---------- */
.layer_loading {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.inner_loading {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.layer_loading .outer_cell {
    width: 100%;
    height: 100%;
}

.layer_loading .dummy {
    display: none;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
}

/* active */
.layer_loading.active {
    display: block;
    z-index: 10002;
}

/* layer_single
---------- ---------- ---------- ---------- ---------- */
.layer_single {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.inner_single {
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
}

.layer_single .outer_cell {
    width: 100%;
    height: 100%;
}

.layer_single .dummy {
    display: none;
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    opacity: 0.5;
}

/* active */
.layer_single.active {
    display: block;
    z-index: 10003;
}

/* legacy */
/*
.layer_container .panel img {
  width: 100% !important;
  height: auto !important;
}
*/


.wa_indt {
    overflow: hidden;
    position: absolute;
    width: 0;
    height: 0;
    line-height: 0;
    text-indent: -999.9rem;
}

.box_alert {
    text-align: center;
}

.box_alert .txt_alert {
    font-size: 0.875rem !important;
    color: #818a94;
    line-height: 1.5rem;
}

.box_alert .emph_alert + .txt_alert,
.box_alert .link_detail {
    margin-top: 0.8rem;
}

.grp_gravity {
    position: relative;
}

.box_alert + .grp_gravity {
    margin-top: 1.4375rem;
}

.grp_gravity .grp_half {
    display: flex;
}

.inner_half {
    display: inline-block;
    position: relative;
    width: 50%;
    box-sizing: border-box;
}

.pl-10 {
    padding-left: 10px !important;
}


/* table
---------- ---------- ---------- ---------- ---------- */

.layer_area.alert.popup_guarantee_limit_03 .box_alert .ttl_alert {
    text-align: left;
    font-size: 1rem !important;
}

.popup_guarantee_limit_03 .table_scroll {
    border-radius: 0.625rem;
    max-height: 50vh;
    overflow-y: auto;
    border: 1px solid #e9e9e9;
    /*scrollbar-width: auto;*/
}

.popup_guarantee_limit_03 .table_scroll .tbl_basic {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 0 !important;
    border: none !important;
}

.popup_guarantee_limit_03 .table_scroll .tbl_basic th {
    position: sticky;
    top: 0;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 1.25rem 0.75rem;
    text-align: center;
    border: none !important;
    border-right: 1px solid #e9e9e9 !important;
}

.popup_guarantee_limit_03 .table_scroll .tbl_basic td {
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 0.5625rem 0.75rem;
}

.popup_guarantee_limit_03 .table_scroll .tbl_basic td:last-child {
    text-align: left;
    border-right: none !important;
}

.popup_guarantee_limit_03 .table_scroll .tbl_basic tbody tr:last-child td {
    border-bottom: none !important;
}

/*
햇살론카드 사업자 보증제한 업종 리스트 팝업 일부 css*/
.inner_cell.sun_card_busi {
    padding: 0 1.88rem;
}

.inner_area.sun_card_busi {
    width: 100% !important;
}

.btn_comm.idle.full.handlePopupClose.sun_card_busi {
    color: #fff !important;
    width: 100%;
    border-radius: 0.75rem;
    font-weight: 400 !important;
    font-size: 1.125rem !important;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 4.5rem !important;
    padding: 0 !important;
}

.layer_wrapper .layer_area.alert .grp_half .btn_comm.btn_black {
    border: none;
    background: #222 !important;
}

.layer_wrapper .layer_area.alert .grp_half .btn_comm.btn_black span {
    background: #222 !important;
    color: var(--button-secondary1-text) !important;
}

.gap-10 {
    gap: 10px !important;
}


/*
브로커 주의 팝업*/

.full-popup_wrap {
    display: none;
    position: fixed;
    inset: unset;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 999;
}

.full-popup_wrap._type02 {
    background-color: #ecf0f8;
}

.full-popup_wrap.active {
    display: block;
}

.full-popup_wrap .close-button.func-prev {
    font-size: 1rem;
    color: #fff;
    line-height: 1rem;
    word-break: keep-all;
    text-align: center;
    left: 1rem;
    width: 1.5rem;
    height: 1.5rem;
    text-indent: -999px;
    position: absolute;
    top: 1rem;
    background: url(https://rl9mnsqm6.toastcdn.net/mmc_v2/images/sun_bank/icon_arrow02.svg) no-repeat center center / 24px 24px;
    z-index: 1;
}

.full-popup_header {
    min-height: 56px;
    height: 56px;
    position: relative;
    background: #fff;
}

.full-popup_wrap .close-button.func-cancle {
    position: absolute;
    top: 0.6875rem;
    z-index: 1;
    width: auto;
    right: 0.8rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.25rem;
    letter-spacing: -0.32px;
    color: #010101;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    height: 2.125rem;
    border: 1px solid #ccc;
    border-radius: 20px;
    box-sizing: border-box;
    white-space: nowrap;
}

.full-popup_wrap._type02 .full-popup_header {
    background-color: #ecf0f8;
}


.full-popup_body {
    padding: 1.5rem 1.25rem;
    overflow-y: auto;
    height: calc(100% - 9.5rem);
}

.full-popup_img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-popup_img img {
    width: 4.375rem;
    height: 5.625rem;
}

.full-popup_title {
    padding-top: 0.5rem;
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.5;
}

.text-center {
    text-align: center;
}

.full-popup_wrap._type02 .full-popup_title {
    padding-top: 0.75rem;
    font-size: 1.75rem;
    font-weight: 800;
}

.full-popup_box {
    border-radius: 1rem;
    background-color: #fff;
}

.full-popup_title + .full-popup_box {
    margin-top: 1.125rem;
}

.full-popup_box + .full-popup_box {
    margin-top: 0.75rem;
}

.full-popup_box-title {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #1c61d9;
    height: 3.4375rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 1.375rem;
    font-weight: 800;
}

.full-popup_box-body {
    padding: 1rem 1.25rem;
}

.text-caution {
    position: relative;
    padding-left: 1.5rem;
    font-size: 0.875rem;
    color: #717171;
}

.text-caution._red {
    color: #db5357;
    font-size: 1.125rem;
    font-weight: 800;
    top: 0.3125rem;
}

.full-popup_box-body .text-caution._red {
    margin-bottom: 1.125rem;
    padding-bottom: 0.5rem;
    border-bottom: 0.0625rem dashed #ccc;
}

.text-caution::before {
    content: "";
    display: block;
    position: absolute;
    top: 0.1875rem;
    left: 0;
    width: 1rem;
    height: 1rem;
    background: url(../../to-be/images/iga/ico_warning.png) no-repeat center / 16px;
}

.text-caution._red::before {
    width: 1.25rem;
    height: 1.25rem;
}

.full-popup_box-body .text-caution._red::before {
    width: 1.25rem;
    height: 1.25rem;
    background: url(../../to-be/images/iga/ico_warning_red.png) no-repeat center / 20px;
}

.full-popup_box-body ul li {
    font-size: 0.875rem;
    font-weight: 500;
    position: relative;
}
.full-popup_box-body ul li + li {
    margin-top: 0.6rem;
}

.full-popup_box-body p {
    margin-top: 0.625rem;
    color: #db5357;
    font-weight: 800;
    font-size: 1rem;
}

.full-popup_box-body {
    padding: 1rem 1.25rem;
}

.full-popup_box-body._col2 {
    position: relative;
    display: flex;
}

.full-popup_box-body._col2 {
    display: grid;
    padding: 0;
    grid-template-columns: 1fr 1fr;
}

.full-popup_box-body._col2::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 0.0625rem;
    height: 100%;
    background-color: #eaeaea;
}

.full-popup_box-body._col2 .full-popup_box-body-item {
    padding: 1.25rem 1.125rem;
}

.full-popup_box-title-sm {
    font-size: 1rem;
    font-weight: 800;
    color: #1c61d9;
}

.full-popup_box-body._col2 .full-popup_box-body-item .list_bullet {
    margin-top: 0.5rem;
}
.full-popup_box-body._col2 .full-popup_box-body-item .list_bullet li {
    padding-left: 0.75rem;
}

.full-popup_box-body._col2 .full-popup_box-body-item .list_bullet li::before {
    width: 0.25rem;
    height: 0.25rem;
    top: 0.5625rem;
    position: absolute;
    left: 0.125rem;
    border-radius: 100%;
    background-color: #8b95a1;
    content: '';
}

.full-popup_box-body {
    padding: 1rem 1.25rem;
}

.full-popup_box-body + .full-popup_box-body {
    padding-top: 0;
}

.full-popup_box .text-badge {
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    height: 2.8125rem;
    background-color: #4a4a4a;
    border-radius: 6.25rem;
    font-size: 1.125rem;
    color: #fff;
    text-align: center;
    line-height: 2.8125rem;
    font-weight: 800;
}

b, strong {
    font-weight: 600;
    font-size: inherit
}

.full-popup_box .text-badge strong {
    font-weight: 800;
    color: #ffcf1c;
}

.full-popup_box-body p {
    margin-top: 0.625rem;
    color: #db5357;
    font-weight: 800;
    font-size: 1rem;
}

.full-popup_box .text-badge + p {
    margin-top: 0.75rem;
}


.full-popup_logo {
    margin-top: 1.125rem;
    text-align: center;
}

img {
    object-fit: contain;
}

.full-popup_logo img {
    width: 7.125rem;
    height: 1.75rem;
}


.btn_comm, .btn_comm.active {
    border: 1px solid transparent;
    line-height: 1.5rem;
    background-color: #159ede;
}

.btn_comm.idle {
    color: #fff;
    background-color: #159ede;
}

.full-popup_wrap .btn_comm {
    position: fixed;
    bottom: 2.5rem;
    left: 1.25rem;
    width: calc(100% - 2.5rem);
    overflow: visible;
}

.btn_comm.idle.full {
    padding: 0.8125rem 0.3125rem;
    border: 0.0625rem solid transparent;
    border-radius: 0.625rem;
    /*  display: inline-block;
      z-index: 0;
      box-sizing: border-box;
      font-width: normal;
      font-size: 0;
      text-align: center;
      vertical-align: top;
      cursor: pointer;*/
}

.btn_comm span {
    white-space: nowrap;
}

.btn_comm.full span {
    font-size: 1.125rem;
    font-weight: 400
}

/*
full-popup_wrap에 active가 붙으면 최상위 wrapper 스크롤 막기*/
body:has(.full-popup_wrap.active) .wrapper.page-sub.kfa-cad{
    overflow: hidden;
    height: 100vh;
}
