@charset "UTF-8";

.popup_wrap {
  display: none;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1002;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.3);
}

.popup {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  max-width: 95%;
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.10);
}

.popup.w600 {
  width: 600px;
}

.popup.w800 {
  width: 800px;
}

.popup.w1000 {
  width: 1000px;
}

.popup.w1100 {
  width: 1100px;
}

.popup .popup_header {
  padding: 20px 16px 20px 24px;
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #D7D7D7;
}

.popup .popup_header .popup_tit {
  display: flex;
  justify-content: center;
  line-height: 1.5;
  letter-spacing: -0.48px;
  font-size: 20px;
  font-weight: 500;
}

.popup .popup_header .btn_close {
  width: 24px;
  height: 24px;
  background: url("/images/ico/ico_close.svg") center no-repeat;
  background-size: contain;
  font-size: 0;
  overflow: hidden;
  text-indent: -20000px;
}

.popup .popup_content {
  padding: 24px;
  width: 100%;
  overflow-y: auto;
}

.popup .popup_content .popup_inner_section {
  line-height: 1.5;
}

.popup .popup_footer {
  padding: 20px 24px;
  width: 100%;
  border-top: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup .popup_footer .btn_group {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.popup .popup_footer .btn_group .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
}

.popup .popup_footer .btn_group .btn.btn_cancel {
  background: #E4E4E4;
  border: 1px solid #E4E4E4;
  color: #545454;
}

.popup .popup_footer .btn_group .btn.btn_cancel:hover {
  background: #D7D7D7;
  border: 1px solid #D7D7D7;
  color: #2B2B2B;
}

.popup .popup_footer .btn_group .btn.btn_cancel:disabled {
  border: 1px solid #D7D7D7;
  background: #F8F8F8;
  color: #7B7070;
}

.popup .popup_footer .btn_group .btn.btn_cancel.blue {
  background: #073775;
  border: 1px solid #073775;
  color: #FFFFFF;
}

.popup .popup_footer .btn_group .btn.btn_cancel.blue:hover {
  background: #1E5397;
  border: 1px solid #1E5397;
}

.popup .popup_footer .btn_group .btn.confirm_btn {
  min-width: 80px;
}

/* 오시는길 팝업 */
.popup_content:has(.map_area) {
  overflow: hidden;
}

.popup_content:has(.map_area) .popup_inner_section {
  overflow: hidden;
}

.map_area {
  position: relative;
  width: 100%;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map_area > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cus_ovlay_wrap {
  background: #fff;
  top: 5%; /*임시위치값*/
  left: 50%; /*임시위치값*/
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 320px;
  z-index: 5;
  border-radius: 4px;
}

.cus_ovlay_wrap:after {
  bottom: 34px;
  left: -25px;
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12.5px solid transparent;
  border-bottom: 12.5px solid transparent;
  border-right: 25px solid #FFFFFF;
}

.cus_ovlay_top {
  background: #073775;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 4px 4px 0 0;
}

.cus_ovlay_top > strong {
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 1);
}

.cus_ovlay_top > a {
  background: url("/images/ico/cus_ovlay_close.gif") no-repeat;
  display: none;
  width: 16px;
  height: 15px;
  overflow: hidden;
  text-indent: -20000px;
}

.cus_ovlay_cont {
  padding: 25px 20px;
}

.cus_ovlay_cont dl {
  display: flex;
}

.cus_ovlay_cont dl dt {
  width: 75px;
}

.cus_ovlay_btn_wrap {
  margin-top: 25px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
}

.cus_ovlay_btn_wrap a {
  padding: 0 10px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}

/* 개인정보수집이용동의서 팝업 */
.agree_exp {
  margin-bottom: 16px;
}

.agree_tbl {
  border-top: 2px solid #073775;
  width: 100%;
}

.agree_tbl tr th,
.agree_tbl tr td {
  border-right: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  font-size: 16px;
  line-height: 1.5;
  height: 60px;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
}

.agree_tbl tr th:last-child,
.agree_tbl tr td:last-child {
  border-right: 0;
}

.agree_tbl thead tr th {
  background: #F8F8F8;
}

.agree_chk {
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #E4E4E4;
  padding: 8px 16px;
  border-radius: 8px;
}

.color_change .input_radio > label:before {
  border: 1px solid #757575;
}


.juvenile_chk, 
.ceo_chk {
  margin-top: 16px;
  background: #E4E4E4;
  border-radius: 8px;
}

.agree_chk .left {
  word-break: keep-all;
}

.agree_chk .right {
  display: flex;
  gap: 40px;
}

.agree_etc {
  word-break: keep-all;
  text-indent: -0.9em;
  margin-left: 0.9em;
  padding: 1rem 1rem 0 1rem
}

/* 본인인증 팝업 */
.id_verif_subtxt {
  text-align: center;
  word-break: keep-all;
  margin-bottom: 32px;
}

.id_verif_subtxt strong {
  display: block;
}

.id_verif_subtxt + strong.clean_certi_txt {
  display: block;
  margin: 0 auto 16px;
  font-size: 18px;
  color: #073775;
  text-align: center;
  word-break: keep-all;
}

.veri_mthd_btn {
  display: flex;
  gap: 24px;
}

.veri_mthd_btn a {
  flex: 1;
  padding: 164px 20px 20px;
  display: block;
  background: #f8f8f8;
  border: 1px solid #D7D7D7;
  border-radius: 8px;
  font-size: 18px;
  position: relative;
  text-align: center;
}

.veri_mthd_btn a:before {
  border-radius: 50%;
  content: "";
  width: 124px;
  height: 124px;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}

.veri_mthd_btn a.btn_left:before {
  background: url("/images/common/icon_ipin_certi.png") center no-repeat #073775;
}

.veri_mthd_btn a.btn_right:before {
  background: url("/images/common/icon_phone_certi.png") center no-repeat #073775;
}

/* 신청자격 확인 팝업 */
.table_style_list04 table {
  border-top: 2px solid #073775;
  text-align: center;
  width: 100%;
}

.table_style_list04 table tr th,
.table_style_list04 table tr td {
  border-left: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
  vertical-align: middle;
  padding: 16px;
  height: 60px;
  line-height: 1.5;
  letter-spacing: -0.48px;
}

.table_style_list04 table tr th:first-child,
.table_style_list04 table tr td:first-child {
  border-left: 0;
}

.table_style_list04 table thead tr th {
  background: #F8F8F8;
  font-weight: 700;
}

.table_style_list04 table tbody tr td:last-child {
  text-align: start;
}

/* 공동인증서 팝업 - 레이아웃 */
.layer_pop_wrap.certi {
  display:none;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index:1005;
  width: 100%;
  height: 100%;
}

.layer_pop_wrap .layer_pop_inner {
  max-width: 95%;
  max-height: 90vh;
  background: #FFFFFF;
  border-radius: 4px;
  box-shadow: 2px 4px 10px 0 rgba(0, 0, 0, 0.10);
  width: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.layer_pop_wrap .layer_top {
  padding: 20px 16px 20px 24px;
  width: 100%;
  min-height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-bottom: 1px solid #D7D7D7;
  line-height: 1.5;
  letter-spacing: -0.48px;
  font-size: 20px;
  font-weight: 500;
}

.layer_pop_wrap a.layer_pop_close {
  display: block;
  position: absolute;
  top: 20px;
  right: 16px;
  width: 24px;
  height: 24px;
  background: url("/images/ico/ico_close.svg") center no-repeat;
  background-size: contain;
  font-size: 0;
  overflow: hidden;
  text-indent: -20000px;
}

.certi_pop_ttl {
  padding: 24px;
  width: 100%;
  overflow-y: auto;
  line-height: 1.5;
  text-align: center;
  word-break: keep-all;
}

.layer_foo {
  padding: 20px 24px;
  width: 100%;
  border-top: 1px solid #D7D7D7;
  display: flex;
  align-items: center;
  justify-content: center;
}

.layer_foo .layer_foo_btn {
  padding: 0 24px;
  min-width: 80px;
  height: 40px;
  line-height: 24px;
  letter-spacing: -0.03em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background: #E4E4E4;
  border: 1px solid #E4E4E4;
  color: #545454;
  transition: 0.3s ease-out;
}

.layer_foo .layer_foo_btn:hover {
  background: #D7D7D7;
  border: 1px solid #D7D7D7;
  color: #2B2B2B;
}

/* 공동인증서 팝업 - 콘텐츠 */
.certi_pop_subtxt {
  font-size: 18px;
}

.certi_pop_subtxt span {
  display: block;
  font-size: 14px;
}

.certi_pop_subtxt strong {
  margin-top: 12px;
  color: #073775;
  display: block;
  font-size: 16px;
}

.certi_method_sel_wrap {
  height: auto;
  margin: 32px auto 0;
  padding-top: 70px;
  position: relative;
}

.certi_method_sel_wrap > strong {
  height: 54px;
  line-height: 54px;
  position: absolute;
  top: 0;
  width: 122px;
}

.certi_method_sel_wrap > strong > a {
  color: #545454;
  display: block;
  font-size: 20px;
  padding-left: 68px;
  position: relative;
}

.certi_method_sel_wrap > strong > a:before {
  border-radius: 50%;
  content: "";
  height: 54px;
  left: 0;
  position: absolute;
  top: 0;
  width: 54px;
}

.certi_method_sel_wrap > strong.on > a {
  color: #073775;
  font-weight: 700;
}

.certi_method_sel_wrap > strong.pers {
  left: calc(50% - 152px); /* a 태그영역의 너비 122px + 개인,법인 a태그 사이 간격 30px */
}

.certi_method_sel_wrap > strong.pers > a:before {
  background: url("/images/pages/digital/comeback/icon_certi_prsn.png") center no-repeat #f7f7f7;
}

.certi_method_sel_wrap > strong.pers.on > a:before {
  background: url("/images/pages/digital/comeback/icon_certi_prsn_on.png") center no-repeat #073775;
}

.certi_method_sel_wrap > strong.group {
  left: calc(50% + 30px); /* 개인,법인 a태그 사이 간격 30px */
}

.certi_method_sel_wrap > strong.group > a:before {
  background: url("/images/pages/digital/comeback/icon_certi_grp.png") center no-repeat #f7f7f7;
}

.certi_method_sel_wrap > strong.group.on > a:before {
  background: url("/images/pages/digital/comeback/icon_certi_grp_on.png") center no-repeat #073775;
}

.certi_method_sel_wrap > table {
  border-top: 1px solid #D7D7D7;
  width: 100%;
}

table.login_input tr th,
table.login_input tr td {
  border-bottom: 1px solid #D7D7D7;
  font-size: 16px;
  line-height: 1.5;
  height: 60px;
  padding: 16px;
  text-align: left;
  vertical-align: middle;
}

table.login_input tr th {
  background: #f8f8f8;
  word-break: keep-all;
  min-width: 70px !important;
}

table.login_input tr td {
  background: #fff;
}

table.login_input tr td:has(input) {
  padding: 10px 8px;
}

table.login_input .tbl_input_wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
}

table.login_input.group {
  display: none;
}

.btn_layer_login {
  margin: 32px auto 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn_layer_login a {
  padding: 0 24px;
  min-width: 200px;
  height: 40px;
  gap: 6px;
  background-color: #073775;
  border: 1px solid #073775;
  border-radius: 4px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.03em;
  transition: 0.3s ease-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.btn_layer_login a.secu_prog_btn {
  background-color: #E0EAF6;
  border: 1px solid #E0EAF6;
  color: #386AAB;
}

.btn_layer_login a.secu_prog_btn:hover {
  background-color: #CEDAEA;
  border-color: #CEDAEA;
  color: #073775;
}

.btn_layer_login a.secu_prog_btn:focus-within {
  background-color: #CEDAEA;
  border-color: #CEDAEA;
  color: #073775;
}

.btn_layer_login a.dream_login_btn:hover {
  background-color: #1E5397;
  border-color: #1E5397;
}

.btn_layer_login a.dream_login_btn:focus-within {
  background-color: #1E5397;
  border-color: #1E5397;
}

.secu_prog_guide {
  margin: 32px auto 0;
  text-align: center;
  color: #073775;
}

@media screen and (max-width:750px) {
  .popup .popup_header {
    padding: 10px 8px 10px 12px;
    /*min-height: 32px;*/
    gap: 12px;
  }

  .popup .popup_header .popup_tit {
    font-size: 18px;
  }

  .popup .popup_content {
    padding: 24px 12px;
  }

  .popup .popup_footer {
    padding: 10px 12px;
  }

  .popup .popup_footer .btn_group {
    gap: 4px;
  }

  /* 오시는길 팝업 */
  .cus_ovlay_wrap {
    top: -190px; /*임시위치값*/
    left: 50px; /*임시위치값*/
    width: auto;
    min-width: 240px;
  }

  .cus_ovlay_wrap:after {
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    border-bottom: 0;
    border-left: 12.5px solid transparent;
    border-right: 12.5px solid transparent;
    border-top: 25px solid #FFFFFF;
  }

  .cus_ovlay_top {
    padding: 8px 10px;
  }

  .cus_ovlay_top > a {
    width: 10px;
    height: 10px;
    background-size: cover;
  }

  .cus_ovlay_cont {
    padding: 12px 10px;
  }

  .cus_ovlay_cont dl {
    flex-direction: column;
  }

  .cus_ovlay_cont dl:first-child {
    margin-bottom: 6px;
  }

  .cus_ovlay_cont dl dt {
    width: 100%;
  }

  .cus_ovlay_btn_wrap {
    margin-top: 12px;
    gap: 6px;
    flex-direction: column;
  }

  .cus_ovlay_btn_wrap a {
    width: 100%;
    border-radius: 4px;
    flex: unset;
  }

  /* 개인정보수집이용동의서 팝업 */
  .agree_chk {
    flex-direction: column;
    align-items: flex-start;
  }

  .agree_chk .right {
    align-self: flex-end;
  }

  /* 본인인증 팝업 */
  .id_verif_subtxt {
    margin-bottom: 16px;
  }

  .id_verif_subtxt + strong.clean_certi_txt {
    margin: 0 auto 8px;
  }

  .veri_mthd_btn {
    gap: 20px;
    flex-direction: column;
  }

  .veri_mthd_btn a {
    padding: 140px 20px 20px;
  }

  .veri_mthd_btn a:before {
    width: 100px;
    height: 100px;
    top: 20px;
  }

  .veri_mthd_btn a.btn_left:before {
    background-size: 50%;
  }

  .veri_mthd_btn a.btn_right:before {
    background-size: 50%;
  }

  /* 공동인증서 팝업 - 레이아웃 */
  .layer_pop_wrap .layer_top {
    padding: 10px 8px 10px 12px;
    gap: 12px;
    font-size: 18px;
  }

  .certi_pop_ttl {
    padding: 24px 12px;
    line-height: 1.2;
  }

  .layer_foo {
    padding: 10px 12px;
  }

  /* 공동인증서 팝업 - 콘텐츠 */
  .certi_pop_subtxt {
    font-size: 16px;
    font-weight: 500;
  }

  .certi_pop_subtxt span {
    margin-top: 6px;
  }

  .certi_method_sel_wrap {
    padding-top: 42px;
  }

  .certi_method_sel_wrap > strong {
    height: 32px;
    line-height: 32px;
    width: 72px;
  }

  .certi_method_sel_wrap > strong > a {
    font-size: 18px;
    padding-left: 40px;
  }

  .certi_method_sel_wrap > strong > a:before {
    height: 32px;
    width: 32px;
  }

  .certi_method_sel_wrap > strong.pers {
    left: calc(50% - 96px); /* a 태그영역의 너비 72px + 개인,법인 a태그 사이 간격 24px */
  }

  .certi_method_sel_wrap > strong.pers > a:before {
    background: url("/images/pages/digital/comeback/icon_certi_prsn.png") center no-repeat #f7f7f7;
    background-size: 50%;
  }

  .certi_method_sel_wrap > strong.pers.on > a:before {
    background: url("/images/pages/digital/comeback/icon_certi_prsn_on.png") center no-repeat #073775;
    background-size: 50%;
  }

  .certi_method_sel_wrap > strong.group {
    left: calc(50% + 24px); /* 개인,법인 a태그 사이 간격 24px */
  }

  .certi_method_sel_wrap > strong.group > a:before {
    background: url("/images/pages/digital/comeback/icon_certi_grp.png") center no-repeat #f7f7f7;
    background-size: 50%;
  }

  .certi_method_sel_wrap > strong.group.on > a:before {
    background: url("/images/pages/digital/comeback/icon_certi_grp_on.png") center no-repeat #073775;
    background-size: 50%;
  }

  table.login_input:has(input) tr,
  table.login_input:has(input) tr th,
  table.login_input:has(input) tr td {
    width: 100% !important;
    display: block;
    height: auto;
  }

  table.login_input:has(input) tr th {
    background: #FFFFFF;
    border-bottom: 0;
  }

  table.login_input tr th {
    font-weight: 500;
  }

  table.login_input tr th,
  table.login_input tr td {
    padding: 10px;
  }

  table.login_input .tbl_input_wrap {
    gap: 8px;
  }

  .btn_layer_login {
    margin: 16px auto 0;
    flex-wrap: wrap;
  }

  .secu_prog_guide {
    margin: 16px auto 0;
  }

  .ceo_chk_wrap {
    flex-direction: column;
  }
}

@media screen and (max-width:365px) {
  .agree_chk .right {
    flex-direction: column;
    gap: 0;
  }
}

.pr-1 {
  padding-right: 1rem;
}

.popup_inner_section h2 {
  font-size: large;
}

.popup_inner_section h2.fs-5 {
  font-weight: 500;
}

.juvenile_chk .input_radio,
.ceo_chk .input_radio {
  border: 2px solid transparent;
  /*padding: 10px;*/
  transition: border 0.5s ease;

}

.juvenile_chk .input_radio.active,
.ceo_chk .input_radio.active {
  border: 2px solid #1e5397;
}

.popup_inner_section .agree_tbl tbody tr td strong.fw-bold {
  font-weight: 600;
}

.popup_inner_section .agree_tbl tbody tr td strong.text-underline {
  text-decoration: underline;
  text-underline-position: from-font;
}
