/* 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;
}